Lists summary information about the namespaces that were created by the current Amazon Web Services account and shared with the current Amazon Web Services account
Source:R/servicediscovery_operations.R
servicediscovery_list_namespaces.RdLists summary information about the namespaces that were created by the current Amazon Web Services account and shared with the current Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/servicediscovery_list_namespaces/ for full documentation.
Arguments
- NextToken
For the first
list_namespacesrequest, omit this value.If the response contains
NextToken, submit anotherlist_namespacesrequest to get the next group of results. Specify the value ofNextTokenfrom the previous response in the next request.Cloud Map gets
MaxResultsnamespaces and then filters them based on the specified criteria. It's possible that no namespaces in the firstMaxResultsnamespaces matched the specified criteria but that subsequent groups ofMaxResultsnamespaces do contain namespaces that match the criteria.- MaxResults
The maximum number of namespaces that you want Cloud Map to return in the response to a
list_namespacesrequest. If you don't specify a value forMaxResults, Cloud Map returns up to 100 namespaces.- Filters
A complex type that contains specifications for the namespaces that you want to list.
If you specify more than one filter, a namespace must match all filters to be returned by
list_namespaces.