Smaws_Client_ElastiCache.ModifyCacheSubnetGroupModifies an existing cache subnet group.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CacheSubnetGroupNotFoundFault of Types.cache_subnet_group_not_found_fault
| `CacheSubnetQuotaExceededFault of Types.cache_subnet_quota_exceeded_fault
| `InvalidSubnet of Types.invalid_subnet
| `SubnetInUse of Types.subnet_in_use
| `SubnetNotAllowedFault of Types.subnet_not_allowed_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.modify_cache_subnet_group_message ->
(Types.modify_cache_subnet_group_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CacheSubnetGroupNotFoundFault of
Types.cache_subnet_group_not_found_fault
| `CacheSubnetQuotaExceededFault of Types.cache_subnet_quota_exceeded_fault
| `InvalidSubnet of Types.invalid_subnet
| `SubnetInUse of Types.subnet_in_use
| `SubnetNotAllowedFault of Types.subnet_not_allowed_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_cache_subnet_group_message ->
(Types.modify_cache_subnet_group_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CacheSubnetGroupNotFoundFault of
Types.cache_subnet_group_not_found_fault
| `CacheSubnetQuotaExceededFault of Types.cache_subnet_quota_exceeded_fault
| `InvalidSubnet of Types.invalid_subnet
| `SubnetInUse of Types.subnet_in_use
| `SubnetNotAllowedFault of Types.subnet_not_allowed_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result