Smaws_Client_ElastiCache.DeleteCacheSubnetGroupDeletes a cache subnet group.
You cannot delete a default cache subnet group or one that is associated with any clusters.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CacheSubnetGroupInUse of Types.cache_subnet_group_in_use
| `CacheSubnetGroupNotFoundFault of Types.cache_subnet_group_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_cache_subnet_group_message ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CacheSubnetGroupInUse of Types.cache_subnet_group_in_use
| `CacheSubnetGroupNotFoundFault of
Types.cache_subnet_group_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_cache_subnet_group_message ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CacheSubnetGroupInUse of Types.cache_subnet_group_in_use
| `CacheSubnetGroupNotFoundFault of
Types.cache_subnet_group_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result