The status of the associations for the instance(s).
ssm_describe_instance_associations_status(InstanceId, MaxResults,
NextToken)
[required] The instance IDs for which you want association status information.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The token for the next set of items to return. (You received this token from a previous call.)
A list with the following syntax:
list( InstanceAssociationStatusInfos = list( list( AssociationId = "string", Name = "string", DocumentVersion = "string", AssociationVersion = "string", InstanceId = "string", ExecutionDate = as.POSIXct( "2015-01-01" ), Status = "string", DetailedStatus = "string", ExecutionSummary = "string", ErrorCode = "string", OutputUrl = list( S3OutputUrl = list( OutputUrl = "string" ) ), AssociationName = "string" ) ), NextToken = "string" )
svc$describe_instance_associations_status( InstanceId = "string", MaxResults = 123, NextToken = "string" )