SupportAuthZ / Client / list_actions
list_actions¶
- SupportAuthZ.Client.list_actions(**kwargs)¶
Lists available support actions for a specified AWS service. Use pagination to ensure that the operation returns quickly and successfully.
See also: AWS API Documentation
Request Syntax
response = client.list_actions( nextToken='string', maxResults=123, service='string' )
- Parameters:
nextToken (string) – The token for the next page of results.
maxResults (integer) – The maximum number of results to return in a single call. Valid range is 1 to 100.
service (string) –
[REQUIRED]
The name of the AWS service for which to list available support actions.
- Return type:
dict
- Returns:
Response Syntax
{ 'actionSummaries': [ { 'action': 'string', 'service': 'string', 'description': 'string' }, ], 'nextToken': 'string' }
Response Structure
(dict) –
actionSummaries (list) –
The list of support actions.
(dict) –
A summary of a support action.
action (string) –
The name of the support action.
service (string) –
The AWS service associated with the support action.
description (string) –
A description of what the support action does.
nextToken (string) –
The token for the next page of results, or null if there are no more results.
Exceptions
SupportAuthZ.Client.exceptions.ValidationExceptionSupportAuthZ.Client.exceptions.AccessDeniedExceptionSupportAuthZ.Client.exceptions.ThrottlingExceptionSupportAuthZ.Client.exceptions.InternalServerException