Smaws_Client_SSM.UpdateAssociationStatus
Updates 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.
val request :
Smaws_Lib.Context.t ->
update_association_status_request ->
(update_association_status_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AssociationDoesNotExist of association_does_not_exist
| `InternalServerError of internal_server_error
| `InvalidDocument of invalid_document
| `InvalidInstanceId of invalid_instance_id
| `StatusUnchanged of unit
| `TooManyUpdates of too_many_updates ])
Stdlib.result