list_applications(**kwargs)¶Lists all the applications registered with AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.list_applications(
    NextToken='string',
    MaxResults=123
)
dict
Response Syntax
{
    'Applications': [
        {
            'Id': 'string',
            'Type': 'HANA',
            'Arn': 'string',
            'Tags': {
                'string': 'string'
            }
        },
    ],
    'NextToken': 'string'
}
Response Structure
(dict) --
Applications (list) --
The applications registered with AWS Systems Manager for SAP.
(dict) --
The summary of the SAP application registered with AWS Systems Manager for SAP.
Id (string) --
The ID of the application.
Type (string) --
The type of the application.
Arn (string) --
The Amazon Resource Name (ARN) of the application.
Tags (dict) --
The tags on the application.
NextToken (string) --
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Exceptions
SsmSap.Client.exceptions.ResourceNotFoundExceptionSsmSap.Client.exceptions.ValidationExceptionSsmSap.Client.exceptions.InternalServerException