Values.DescribeTrafficSourcesRequestSourceGets 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.
type nonrec t = {autoScalingGroupName : XmlStringMaxLen255.t;The name of the Auto Scaling group.
*)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.
*)nextToken : XmlString.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)maxRecords : MaxRecords.t option;The maximum number of items to return with this call. The maximum value is 50.
*)}val make :
?trafficSourceType:??? ->
?nextToken:??? ->
?maxRecords:??? ->
autoScalingGroupName:XmlStringMaxLen255.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxRecords.t | `String of XmlStringMaxLen255.t ])
list ]