Smaws_Client_WorkMail.UpdateResource
Updates data for the resource. To have the latest information, it must be preceded by a DescribeResource
call. The dataset in the request should be the one expected when performing another DescribeResource
call.
val request :
Smaws_Lib.Context.t ->
Types.update_resource_request ->
(Types.update_resource_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `DirectoryUnavailableException of Types.directory_unavailable_exception
| `EmailAddressInUseException of Types.email_address_in_use_exception
| `EntityNotFoundException of Types.entity_not_found_exception
| `EntityStateException of Types.entity_state_exception
| `InvalidConfigurationException of Types.invalid_configuration_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `MailDomainNotFoundException of Types.mail_domain_not_found_exception
| `MailDomainStateException of Types.mail_domain_state_exception
| `NameAvailabilityException of Types.name_availability_exception
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result