Module Values_1.GetTrafficDistributionRequestSource

Retrieves the current traffic distribution for a given traffic distribution group.

Sourcetype nonrec t = {
  1. id : Values_0.TrafficDistributionGroupIdOrArn.t;
    (*

    The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.TrafficDistributionGroupIdOrArn.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