listServicesByNamespace
inline suspend fun EcsClient.listServicesByNamespace(crossinline block: ListServicesByNamespaceRequest.Builder.() -> Unit): ListServicesByNamespaceResponse
This operation lists all of the services that are associated with a Cloud Map namespace. This list might include services in different clusters. In contrast, ListServices
can only list services in one cluster at a time. If you need to filter the list of services in a single cluster by various parameters, use ListServices
. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.