Module Values.StartMetricsExportRequestSource

Initiates the export task of metrics.

Sourcetype nonrec t = {
  1. bucketName : EntityName.t option;
    (*

    (Optional) Specifies the name of the Amazon Simple Storage Service bucket where the exported metrics will be stored.

    *)
  2. clientToken : ClientToken.t option;
    (*

    Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

    *)
}
Sourceval make : ?bucketName:??? -> ?clientToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EntityName.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