list_app_versions
(**kwargs)¶Lists the different versions for the AWS Resilience Hub applications.
See also: AWS API Documentation
Request Syntax
response = client.list_app_versions(
appArn='string',
maxResults=123,
nextToken='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn: partition
:resiliencehub: region
: account
:app/ app-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
MaxResults
value, a token is included in the response so that the remaining results can be retrieved.dict
Response Syntax
{
'appVersions': [
{
'appVersion': 'string'
},
],
'nextToken': 'string'
}
Response Structure
(dict) --
appVersions (list) --
The version of the application.
(dict) --
The version of the application.
appVersion (string) --
The version of the application.
nextToken (string) --
The token for the next set of results, or null if there are no more results.
Exceptions
ResilienceHub.Client.exceptions.InternalServerException
ResilienceHub.Client.exceptions.ResourceNotFoundException
ResilienceHub.Client.exceptions.ValidationException
ResilienceHub.Client.exceptions.AccessDeniedException