Module Values.UpdateAggregatorV2RequestSource

Udpates the configuration for the Aggregator V2.

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

    The ARN of the Aggregator V2.

    *)
  2. regionLinkingMode : NonEmptyString.t;
    (*

    Determines how Amazon Web Services Regions should be linked to the Aggregator V2.

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

    A list of Amazon Web Services Regions linked to the aggegation Region.

    *)
}
Sourceval context_ : string
Sourceval make : ?linkedRegions:??? -> aggregatorV2Arn:NonEmptyString.t -> regionLinkingMode:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NonEmptyString.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