Module Values.CreateAggregatorV2RequestSource

Enables aggregation across Amazon Web Services Regions.

Sourcetype nonrec t = {
  1. regionLinkingMode : NonEmptyString.t;
    (*

    Determines how Regions are linked to an Aggregator V2.

    *)
  2. linkedRegions : StringList.t option;
    (*

    The list of Regions that are linked to the aggregation Region.

    *)
  3. tags : TagMap.t option;
    (*

    A list of key-value pairs to be applied to the AggregatorV2.

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

    A unique identifier used to ensure idempotency.

    *)
}
Sourceval context_ : string
Sourceval make : ?linkedRegions:??? -> ?tags:??? -> ?clientToken:??? -> regionLinkingMode:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NonEmptyString.t ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of NonEmptyString.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