Module Values.DescribeTrafficSourcesRequestSource

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 nonrec t = {
  1. autoScalingGroupName : XmlStringMaxLen255.t;
    (*

    The name of the Auto Scaling group.

    *)
  2. trafficSourceType : XmlStringMaxLen255.t option;
    (*

    The traffic source type that you want to describe. The following lists the valid values: elb if the traffic source is a Classic Load Balancer. elbv2 if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer. vpc-lattice if the traffic source is VPC Lattice.

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

    The token for the next set of items to return. (You received this token from a previous call.)

    *)
  4. maxRecords : MaxRecords.t option;
    (*

    The maximum number of items to return with this call. The maximum value is 50.

    *)
}
Sourceval context_ : string
Sourceval make : ?trafficSourceType:??? -> ?nextToken:??? -> ?maxRecords:??? -> autoScalingGroupName:XmlStringMaxLen255.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxRecords.t | `String of XmlStringMaxLen255.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