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.curl --location -g --request POST 'http://ssm.{region}.amazonaws.com/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Name": "string",
"InstanceId": "string",
"AssociationStatus": {
"Date": "string",
"Name": "Pending",
"Message": "string",
"AdditionalInfo": "string"
}
}'