# Functions
GetListingResourceInformation, given common parameters for List calls, returns useful information: the set of scope IDs in which to search for resources; the IDs of the resources known to be authorized for that user; and a memoized map of the scopes to their info for populating returned values.
GetListingScopeIds is provided for backwards compatibility with existing services; services should eventually migrate to GetListingResourceInformation.
# Structs
GetListingResourceInformationInput contains input parameters to the function.
GetListingResourceInformationOutput contains results from the function.
ResourceInfo contains information about a particular resource.
ScopeInfoWithResourceIds contains information about a scope and the resources found within it.