SSMIncidents / Client / list_replication_sets
list_replication_sets#
- SSMIncidents.Client.list_replication_sets(**kwargs)#
Lists details about the replication set configured in your account.
See also: AWS API Documentation
Request Syntax
response = client.list_replication_sets( maxResults=123, nextToken='string' )
- Parameters:
maxResults (integer) – The maximum number of results per page.
nextToken (string) – The pagination token for the next set of items to return. (You received this token from a previous call.)
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'replicationSetArns': [ 'string', ] }
Response Structure
(dict) –
nextToken (string) –
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
replicationSetArns (list) –
The Amazon Resource Name (ARN) of the list replication set.
(string) –
Exceptions
SSMIncidents.Client.exceptions.ThrottlingException
SSMIncidents.Client.exceptions.AccessDeniedException
SSMIncidents.Client.exceptions.ValidationException
SSMIncidents.Client.exceptions.InternalServerException