Values_1.UpdateAssociationStatusRequestSourceUpdates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node. UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.
type nonrec t = {name : Values_0.DocumentARN.t;The name of the SSM document.
*)instanceId : Values_0.InstanceId.t;The managed node ID.
*)associationStatus : Values_0.AssociationStatus.t;The association status.
*)}val make :
name:Values_0.DocumentARN.t ->
instanceId:Values_0.InstanceId.t ->
associationStatus:Values_0.AssociationStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.DocumentARN.t
| `Structure of
(string
* [> `Enum of string | `String of string | `Timestamp of string ])
list ])
list ]