Smaws_Client_DAX.UpdateSubnetGroupModifies an existing subnet group.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidSubnet of Types.invalid_subnet
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault
| `SubnetGroupNotFoundFault of Types.subnet_group_not_found_fault
| `SubnetInUse of Types.subnet_in_use
| `SubnetNotAllowedFault of Types.subnet_not_allowed_fault
| `SubnetQuotaExceededFault of Types.subnet_quota_exceeded_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_subnet_group_request ->
(Types.update_subnet_group_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidSubnet of Types.invalid_subnet
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault
| `SubnetGroupNotFoundFault of Types.subnet_group_not_found_fault
| `SubnetInUse of Types.subnet_in_use
| `SubnetNotAllowedFault of Types.subnet_not_allowed_fault
| `SubnetQuotaExceededFault of Types.subnet_quota_exceeded_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_subnet_group_request ->
(Types.update_subnet_group_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidSubnet of Types.invalid_subnet
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault
| `SubnetGroupNotFoundFault of Types.subnet_group_not_found_fault
| `SubnetInUse of Types.subnet_in_use
| `SubnetNotAllowedFault of Types.subnet_not_allowed_fault
| `SubnetQuotaExceededFault of Types.subnet_quota_exceeded_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result