list_extensions
(**kwargs)¶Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide .
See also: AWS API Documentation
Request Syntax
response = client.list_extensions(
MaxResults=123,
NextToken='string',
Name='string'
)
dict
Response Syntax
{
'Items': [
{
'Id': 'string',
'Name': 'string',
'VersionNumber': 123,
'Arn': 'string',
'Description': 'string'
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
Items (list) --
The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.
(dict) --
Information about an extension. Call GetExtension
to get more information about an extension.
Id (string) --
The system-generated ID of the extension.
Name (string) --
The extension name.
VersionNumber (integer) --
The extension version number.
Arn (string) --
The system-generated Amazon Resource Name (ARN) for the extension.
Description (string) --
Information about the extension.
NextToken (string) --
The token for the next set of items to return. Use this token to get the next set of results.
Exceptions
AppConfig.Client.exceptions.InternalServerException
AppConfig.Client.exceptions.BadRequestException