Module Values.DescribeTrafficSourcesResponseSource

Gets information about the traffic sources for the specified Auto Scaling group. You can optionally provide a traffic source type. If you provide a traffic source type, then the results only include that traffic source type. If you do not provide a traffic source type, then the results include all the traffic sources for the specified Auto Scaling group.

Sourcetype describeTrafficSourcesResult = {
  1. trafficSources : TrafficSourceStates.t option;
    (*

    Information about the traffic sources.

    *)
  2. nextToken : XmlString.t option;
    (*

    This string indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeTrafficSourcesResult : describeTrafficSourcesResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidNextToken of InvalidNextToken.t
  2. | `ResourceContentionFault of ResourceContentionFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?trafficSources:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidNextToken of InvalidNextToken.t | `ResourceContentionFault of ResourceContentionFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidNextToken of InvalidNextToken.t | `ResourceContentionFault of ResourceContentionFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of XmlStringMaxLen511.t ]) list ] list | `String of XmlString.t ]) list ]) 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