Values.StartDomainExportResponseSourceInitiates the export of a SimpleDB domain to an S3 bucket.
type nonrec t = {clientToken : IdempotencyToken.t option;The client token that was provided in the request.
*)exportArn : ExportArn.t option;Unique ARN identifier of the export.
*)requestedAt : RequestedAt.t option;Timestamp when the export request was received by the service.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `NoSuchDomainException of NoSuchDomainException.t| `NumberExportsLimitExceeded of NumberExportsLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `NoSuchDomainException of NoSuchDomainException.t
| `NumberExportsLimitExceeded of NumberExportsLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `NoSuchDomainException of NoSuchDomainException.t
| `NumberExportsLimitExceeded of NumberExportsLimitExceeded.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of IdempotencyToken.t | `Timestamp of RequestedAt.t ])
list ]