Values_0.AssociationExecutionSourceIncludes information about the specified association.
type nonrec t = {associationId : AssociationId.t option;The association ID.
*)associationVersion : AssociationVersion.t option;The association version.
*)executionId : AssociationExecutionId.t option;The execution ID for the association.
*)status : StatusName.t option;The status of the association execution.
*)detailedStatus : StatusName.t option;Detailed status information about the execution.
*)createdTime : DateTime.t option;The time the execution started.
*)lastExecutionDate : DateTime.t option;The date of the last execution.
*)resourceCountByStatus : ResourceCountByStatus.t option;An aggregate status of the resources in the execution based on the status type.
*)alarmConfiguration : AlarmConfiguration.t option;triggeredAlarms : AlarmStateInformationList.t option;The CloudWatch alarms that were invoked by the association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of AlarmName.t ])
list ]
list
| `String of AssociationId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of AlarmName.t ]) list ]
list ])
list
| `Timestamp of DateTime.t ])
list ]