Smaws_Client_ElastiCache.DescribeCacheSubnetGroupsReturns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CacheSubnetGroupNotFoundFault of Types.cache_subnet_group_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_cache_subnet_groups_message ->
(Types.cache_subnet_group_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CacheSubnetGroupNotFoundFault of
Types.cache_subnet_group_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_cache_subnet_groups_message ->
(Types.cache_subnet_group_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CacheSubnetGroupNotFoundFault of
Types.cache_subnet_group_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result