Module Values.DescribeContinuousExportsRequestSource

Lists exports as specified by ID. All continuous exports associated with your user can be listed if you call DescribeContinuousExports as is without passing any parameters.

Sourcetype nonrec t = {
  1. exportIds : ContinuousExportIds.t option;
    (*

    The unique IDs assigned to the exports.

    *)
  2. maxResults : DescribeContinuousExportsMaxResults.t option;
    (*

    A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.

    *)
  3. nextToken : NextToken.t option;
    (*

    The token from the previous call to DescribeExportTasks.

    *)
}
Sourceval make : ?exportIds:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of DescribeContinuousExportsMaxResults.t | `List of [> `String of ConfigurationsExportId.t ] list | `String of NextToken.t ]) 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