Awso_simpledbv2_syncSourceval get_export :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_simpledbv2.Values.GetExportRequest.t ->
(Awso_simpledbv2.Values.GetExportResponse.t,
Awso_simpledbv2.Values.GetExportResponse.error)
Result.tval list_exports :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_simpledbv2.Values.ListExportsRequest.t ->
(Awso_simpledbv2.Values.ListExportsResponse.t,
Awso_simpledbv2.Values.ListExportsResponse.error)
Result.tval start_domain_export :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_simpledbv2.Values.StartDomainExportRequest.t ->
(Awso_simpledbv2.Values.StartDomainExportResponse.t,
Awso_simpledbv2.Values.StartDomainExportResponse.error)
Result.tinclude module type of struct include Awso_simpledbv2.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]The domain name that uniquely identifies a SimpleDB domain within your account.
A unique ARN identifier for the export.
Timestamp when the export (or any other operation) was requested.
Summary information about an export, including its unique identifier, current status, creation time, and the domain being exported.
Indicates a conflict with one or more parameters of the request.
module InvalidParameterCombinationException =
Awso_simpledbv2.Values.InvalidParameterCombinationExceptionParameters that must not be used together were used together in the request.
The specified parameter value is not valid.
The specified domain does not exist.
Cannot start export as export quota limit was exceeded
The specified next token is not valid.
A pagination token used for retrieving subsequent pages of results.
The maximum number of results to return in a single response. Note: The actual number of results returned might be less than the specified maxResults.
Export with specified ARN does not exist.
Initiates the export of a SimpleDB domain to an S3 bucket.
Initiates the export of a SimpleDB domain to an S3 bucket.
Lists all exports that were created. The results are paginated and can be filtered by domain name.
Lists all exports that were created. The results are paginated and can be filtered by domain name.
Returns information for an existing domain export.
Returns information for an existing domain export.