describe_effective_instance_associations
(**kwargs)¶All associations for the managed node(s).
See also: AWS API Documentation
Request Syntax
response = client.describe_effective_instance_associations(
InstanceId='string',
MaxResults=123,
NextToken='string'
)
[REQUIRED]
The managed node ID for which you want to view all associations.
dict
Response Syntax
{
'Associations': [
{
'AssociationId': 'string',
'InstanceId': 'string',
'Content': 'string',
'AssociationVersion': 'string'
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
Associations (list) --
The associations for the requested managed node.
(dict) --
One or more association documents on the managed node.
AssociationId (string) --
The association ID.
InstanceId (string) --
The managed node ID.
Content (string) --
The content of the association document for the managed node(s).
AssociationVersion (string) --
Version information for the association on the managed node.
NextToken (string) --
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Exceptions
SSM.Client.exceptions.InternalServerError
SSM.Client.exceptions.InvalidInstanceId
SSM.Client.exceptions.InvalidNextToken