Module Values.DescribeExportOutputSource

Describes an existing table export.

Sourcetype nonrec t = {
  1. exportDescription : ExportDescription.t option;
    (*

    Represents the properties of the export.

    *)
}
Sourcetype nonrec error = [
  1. | `ExportNotFoundException of ExportNotFoundException.t
  2. | `InternalServerError of InternalServerError.t
  3. | `LimitExceededException of LimitExceededException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?exportDescription:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ExportNotFoundException of ExportNotFoundException.t | `InternalServerError of InternalServerError.t | `LimitExceededException of LimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ExportNotFoundException of ExportNotFoundException.t | `InternalServerError of InternalServerError.t | `LimitExceededException of LimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Long of BilledSizeBytes.t | `String of ExportArn.t | `Structure of (string * [> `Enum of string | `Timestamp of ExportFromTime.t ]) list | `Timestamp of ExportStartTime.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t