Smaws_Client_WorkMail.StartMailboxExportJobStarts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Exporting mailbox content in the WorkMail Administrator Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `EntityNotFoundException of Types.entity_not_found_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.start_mailbox_export_job_request ->
(Types.start_mailbox_export_job_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `EntityNotFoundException of Types.entity_not_found_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.start_mailbox_export_job_request ->
(Types.start_mailbox_export_job_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `EntityNotFoundException of Types.entity_not_found_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result