Values.ActivitySourceDescribes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.
type nonrec t = {activityId : XmlString.t option;The ID of the activity.
*)autoScalingGroupName : XmlStringMaxLen255.t option;The name of the Auto Scaling group.
*)description : XmlString.t option;A friendly, more verbose description of the activity.
*)cause : XmlStringMaxLen1023.t option;The reason the activity began.
*)startTime : TimestampType.t option;The start time of the activity.
*)endTime : TimestampType.t option;The end time of the activity.
*)statusCode : ScalingActivityStatusCode.t option;The current status of the activity.
*)statusMessage : XmlStringMaxLen255.t option;A friendly, more verbose description of the activity status.
*)progress : Progress.t option;A value between 0 and 100 that indicates the progress of the activity.
*)details : XmlString.t option;The details about the activity.
*)autoScalingGroupState : AutoScalingGroupState.t option;The state of the Auto Scaling group, which is either InService or Deleted.
*)autoScalingGroupARN : ResourceName.t option;The Amazon Resource Name (ARN) of the Auto Scaling group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Progress.t
| `String of XmlString.t
| `Timestamp of TimestampType.t ])
list ]