Module 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 error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AssociationDoesNotExist of Types.association_does_not_exist | `InternalServerError of Types.internal_server_error | `InvalidDocument of Types.invalid_document | `InvalidInstanceId of Types.invalid_instance_id | `StatusUnchanged of Types.status_unchanged | `TooManyUpdates of Types.too_many_updates ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_association_status_request -> (Types.update_association_status_result, [> Smaws_Lib.Protocols.AwsJson.error | `AssociationDoesNotExist of Types.association_does_not_exist | `InternalServerError of Types.internal_server_error | `InvalidDocument of Types.invalid_document | `InvalidInstanceId of Types.invalid_instance_id | `StatusUnchanged of Types.status_unchanged | `TooManyUpdates of Types.too_many_updates ]) Stdlib.result