Smaws_Client_ECS.ListServicesByNamespaceThis 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `ClientException of Types.client_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `NamespaceNotFoundException of Types.namespace_not_found_exception
| `ServerException of Types.server_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_services_by_namespace_request ->
(Types.list_services_by_namespace_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `ClientException of Types.client_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `NamespaceNotFoundException of Types.namespace_not_found_exception
| `ServerException of Types.server_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_services_by_namespace_request ->
(Types.list_services_by_namespace_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `ClientException of Types.client_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `NamespaceNotFoundException of Types.namespace_not_found_exception
| `ServerException of Types.server_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result