Table of Contents
SsmSap.
Client
¶A low-level client representing AWS Systems Manager for SAP (SsmSap)
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP. The topic for each action shows the API request parameters and responses.
import boto3
client = boto3.client('ssm-sap')
These are the available methods:
can_paginate()
close()
delete_resource_permission()
deregister_application()
get_application()
get_component()
get_database()
get_operation()
get_paginator()
get_resource_permission()
get_waiter()
list_applications()
list_components()
list_databases()
list_operations()
list_tags_for_resource()
put_resource_permission()
register_application()
tag_resource()
untag_resource()
update_application_settings()
can_paginate
(operation_name)¶Check if an operation can be paginated.
create_foo
, and you'd normally invoke the
operation as client.create_foo(**kwargs)
, if the
create_foo
operation can be paginated, you can use the
call client.get_paginator("create_foo")
.True
if the operation can be paginated,
False
otherwise.close
()¶Closes underlying endpoint connections.
delete_resource_permission
(**kwargs)¶Removes permissions associated with the target database.
See also: AWS API Documentation
Request Syntax
response = client.delete_resource_permission(
ActionType='RESTORE',
SourceResourceArn='string',
ResourceArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
dict
Response Syntax
{
'Policy': 'string'
}
Response Structure
(dict) --
Policy (string) --
The policy that removes permissions on the target database.
Exceptions
SsmSap.Client.exceptions.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
deregister_application
(**kwargs)¶Deregister an SAP application with AWS Systems Manager for SAP. This action does not affect the existing setup of your SAP workloads on Amazon EC2.
See also: AWS API Documentation
Request Syntax
response = client.deregister_application(
ApplicationId='string'
)
[REQUIRED]
The ID of the application.
{}
Response Structure
Exceptions
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
get_application
(**kwargs)¶Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.
See also: AWS API Documentation
Request Syntax
response = client.get_application(
ApplicationId='string',
ApplicationArn='string',
AppRegistryArn='string'
)
dict
Response Syntax
{
'Application': {
'Id': 'string',
'Type': 'HANA',
'Arn': 'string',
'AppRegistryArn': 'string',
'Status': 'ACTIVATED'|'STARTING'|'STOPPED'|'STOPPING'|'FAILED'|'REGISTERING'|'DELETING'|'UNKNOWN',
'Components': [
'string',
],
'LastUpdated': datetime(2015, 1, 1),
'StatusMessage': 'string'
},
'Tags': {
'string': 'string'
}
}
Response Structure
(dict) --
Application (dict) --
Returns all of the metadata of an 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.
AppRegistryArn (string) --
The Amazon Resource Name (ARN) of the Application Registry.
Status (string) --
The status of the application.
Components (list) --
The components of the application.
LastUpdated (datetime) --
The time at which the application was last updated.
StatusMessage (string) --
The status message.
Tags (dict) --
The tags of a registered application.
Exceptions
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
get_component
(**kwargs)¶Gets the component of an application registered with AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.get_component(
ApplicationId='string',
ComponentId='string'
)
[REQUIRED]
The ID of the application.
[REQUIRED]
The ID of the component.
dict
Response Syntax
{
'Component': {
'ComponentId': 'string',
'ApplicationId': 'string',
'ComponentType': 'HANA',
'Status': 'ACTIVATED',
'Databases': [
'string',
],
'Hosts': [
{
'HostName': 'string',
'HostRole': 'LEADER'|'WORKER'|'STANDBY'|'UNKNOWN',
'HostIp': 'string',
'InstanceId': 'string'
},
],
'PrimaryHost': 'string',
'LastUpdated': datetime(2015, 1, 1)
}
}
Response Structure
(dict) --
Component (dict) --
The component of an application registered with AWS Systems Manager for SAP.
ComponentId (string) --
The ID of the component.
ApplicationId (string) --
The ID of the application.
ComponentType (string) --
The type of the component.
Status (string) --
The status of the component.
Databases (list) --
The SAP HANA databases of the component.
Hosts (list) --
The hosts of the component.
(dict) --
Describes the properties of the Dedicated Host.
HostName (string) --
The name of the Dedicated Host.
HostRole (string) --
The role of the Dedicated Host.
HostIp (string) --
The IP address of the Dedicated Host.
InstanceId (string) --
The instance ID of the instance on the Dedicated Host.
PrimaryHost (string) --
The primary host of the component.
LastUpdated (datetime) --
The time at which the component was last updated.
Exceptions
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
get_database
(**kwargs)¶Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.get_database(
ApplicationId='string',
ComponentId='string',
DatabaseId='string',
DatabaseArn='string'
)
dict
Response Syntax
{
'Database': {
'ApplicationId': 'string',
'ComponentId': 'string',
'Credentials': [
{
'DatabaseName': 'string',
'CredentialType': 'ADMIN',
'SecretId': 'string'
},
],
'DatabaseId': 'string',
'DatabaseName': 'string',
'DatabaseType': 'SYSTEM'|'TENANT',
'Arn': 'string',
'Status': 'RUNNING'|'STARTING'|'STOPPED'|'WARNING'|'UNKNOWN',
'PrimaryHost': 'string',
'SQLPort': 123,
'LastUpdated': datetime(2015, 1, 1)
},
'Tags': {
'string': 'string'
}
}
Response Structure
(dict) --
Database (dict) --
The SAP HANA database of an application registered with AWS Systems Manager for SAP.
ApplicationId (string) --
The ID of the application.
ComponentId (string) --
The ID of the component.
Credentials (list) --
The credentials of the database.
(dict) --
The credentials of your SAP application.
DatabaseName (string) --
The name of the SAP HANA database.
CredentialType (string) --
The type of the application credentials.
SecretId (string) --
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
DatabaseId (string) --
The ID of the SAP HANA database.
DatabaseName (string) --
The name of the database.
DatabaseType (string) --
The type of the database.
Arn (string) --
The Amazon Resource Name (ARN) of the database.
Status (string) --
The status of the database.
PrimaryHost (string) --
The primary host of the database.
SQLPort (integer) --
The SQL port of the database.
LastUpdated (datetime) --
The time at which the database was last updated.
Tags (dict) --
The tags of a database.
Exceptions
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
get_operation
(**kwargs)¶Gets the details of an operation by specifying the operation ID.
See also: AWS API Documentation
Request Syntax
response = client.get_operation(
OperationId='string'
)
[REQUIRED]
The ID of the operation.
{
'Operation': {
'Id': 'string',
'Type': 'string',
'Status': 'INPROGRESS'|'SUCCESS'|'ERROR',
'StatusMessage': 'string',
'Properties': {
'string': 'string'
},
'ResourceType': 'string',
'ResourceId': 'string',
'ResourceArn': 'string',
'StartTime': datetime(2015, 1, 1),
'EndTime': datetime(2015, 1, 1),
'LastUpdatedTime': datetime(2015, 1, 1)
}
}
Response Structure
Returns the details of an operation.
The ID of the operation.
The type of the operation.
The status of the operation.
The status message of the operation.
The properties of the operation.
The resource type of the operation.
The resource ID of the operation.
The Amazon Resource Name (ARN) of the operation.
The start time of the operation.
The end time of the operation.
The time at which the operation was last updated.
Exceptions
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
get_paginator
(operation_name)¶Create a paginator for an operation.
create_foo
, and you'd normally invoke the
operation as client.create_foo(**kwargs)
, if the
create_foo
operation can be paginated, you can use the
call client.get_paginator("create_foo")
.client.can_paginate
method to
check if an operation is pageable.get_resource_permission
(**kwargs)¶Gets permissions associated with the target database.
See also: AWS API Documentation
Request Syntax
response = client.get_resource_permission(
ActionType='RESTORE',
ResourceArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
dict
Response Syntax
{
'Policy': 'string'
}
Response Structure
Exceptions
SsmSap.Client.exceptions.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
get_waiter
(waiter_name)¶Returns an object that can wait for some condition.
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.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
list_components
(**kwargs)¶Lists all the components registered with AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.list_components(
ApplicationId='string',
NextToken='string',
MaxResults=123
)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
If you do not specify a value for MaxResults, the request returns 50 items per page by default.
dict
Response Syntax
{
'Components': [
{
'ApplicationId': 'string',
'ComponentId': 'string',
'ComponentType': 'HANA',
'Tags': {
'string': 'string'
}
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
Components (list) --
List of components registered with AWS System Manager for SAP.
(dict) --
The summary of the component.
ApplicationId (string) --
The ID of the application.
ComponentId (string) --
The ID of the component.
ComponentType (string) --
The type of the component.
Tags (dict) --
The tags of the component.
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.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
list_databases
(**kwargs)¶Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.list_databases(
ApplicationId='string',
ComponentId='string',
NextToken='string',
MaxResults=123
)
dict
Response Syntax
{
'Databases': [
{
'ApplicationId': 'string',
'ComponentId': 'string',
'DatabaseId': 'string',
'DatabaseType': 'SYSTEM'|'TENANT',
'Arn': 'string',
'Tags': {
'string': 'string'
}
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
Databases (list) --
The SAP HANA databases of an application.
(dict) --
The summary of the database.
ApplicationId (string) --
The ID of the application.
ComponentId (string) --
The ID of the component.
DatabaseId (string) --
The ID of the database.
DatabaseType (string) --
The type of the database.
Arn (string) --
The Amazon Resource Name (ARN) of the database.
Tags (dict) --
The tags of the database.
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.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
list_operations
(**kwargs)¶Lists the operations performed by AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.list_operations(
ApplicationId='string',
MaxResults=123,
NextToken='string',
Filters=[
{
'Name': 'string',
'Value': 'string',
'Operator': 'Equals'|'GreaterThanOrEquals'|'LessThanOrEquals'
},
]
)
[REQUIRED]
The ID of the application.
The filters of an operation.
A specific result obtained by specifying the name, value, and operator.
The name of the filter. Filter names are case-sensitive.
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values
The operator for the filter.
dict
Response Syntax
{
'Operations': [
{
'Id': 'string',
'Type': 'string',
'Status': 'INPROGRESS'|'SUCCESS'|'ERROR',
'StatusMessage': 'string',
'Properties': {
'string': 'string'
},
'ResourceType': 'string',
'ResourceId': 'string',
'ResourceArn': 'string',
'StartTime': datetime(2015, 1, 1),
'EndTime': datetime(2015, 1, 1),
'LastUpdatedTime': datetime(2015, 1, 1)
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
Operations (list) --
List of operations performed by AWS Systems Manager for SAP.
(dict) --
The operations performed by AWS Systems Manager for SAP.
Id (string) --
The ID of the operation.
Type (string) --
The type of the operation.
Status (string) --
The status of the operation.
StatusMessage (string) --
The status message of the operation.
Properties (dict) --
The properties of the operation.
ResourceType (string) --
The resource type of the operation.
ResourceId (string) --
The resource ID of the operation.
ResourceArn (string) --
The Amazon Resource Name (ARN) of the operation.
StartTime (datetime) --
The start time of the operation.
EndTime (datetime) --
The end time of the operation.
LastUpdatedTime (datetime) --
The time at which the operation was last updated.
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.ValidationException
SsmSap.Client.exceptions.InternalServerException
Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource(
resourceArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
{
'tags': {
'string': 'string'
}
}
Response Structure
Exceptions
SsmSap.Client.exceptions.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.ConflictException
put_resource_permission
(**kwargs)¶Adds permissions to the target database.
See also: AWS API Documentation
Request Syntax
response = client.put_resource_permission(
ActionType='RESTORE',
SourceResourceArn='string',
ResourceArn='string'
)
dict
Response Syntax
{
'Policy': 'string'
}
Response Structure
Exceptions
SsmSap.Client.exceptions.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
register_application
(**kwargs)¶Register an SAP application with AWS Systems Manager for SAP. You must meet the following requirements before registering.
The SAP application you want to register with AWS Systems Manager for SAP is running on Amazon EC2.
AWS Systems Manager Agent must be setup on an Amazon EC2 instance along with the required IAM permissions.
Amazon EC2 instance(s) must have access to the secrets created in AWS Secrets Manager to manage SAP applications and components.
See also: AWS API Documentation
Request Syntax
response = client.register_application(
ApplicationId='string',
ApplicationType='HANA',
Instances=[
'string',
],
SapInstanceNumber='string',
Sid='string',
Tags={
'string': 'string'
},
Credentials=[
{
'DatabaseName': 'string',
'CredentialType': 'ADMIN',
'SecretId': 'string'
},
]
)
[REQUIRED]
The ID of the application.
[REQUIRED]
The type of the application.
[REQUIRED]
The Amazon EC2 instances on which your SAP application is running.
The tags to be attached to the SAP application.
[REQUIRED]
The credentials of the SAP application.
The credentials of your SAP application.
The name of the SAP HANA database.
The type of the application credentials.
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
dict
Response Syntax
{
'Application': {
'Id': 'string',
'Type': 'HANA',
'Arn': 'string',
'AppRegistryArn': 'string',
'Status': 'ACTIVATED'|'STARTING'|'STOPPED'|'STOPPING'|'FAILED'|'REGISTERING'|'DELETING'|'UNKNOWN',
'Components': [
'string',
],
'LastUpdated': datetime(2015, 1, 1),
'StatusMessage': 'string'
},
'OperationId': 'string'
}
Response Structure
(dict) --
Application (dict) --
The 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.
AppRegistryArn (string) --
The Amazon Resource Name (ARN) of the Application Registry.
Status (string) --
The status of the application.
Components (list) --
The components of the application.
LastUpdated (datetime) --
The time at which the application was last updated.
StatusMessage (string) --
The status message.
OperationId (string) --
The ID of the operation.
Exceptions
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.ConflictException
SsmSap.Client.exceptions.InternalServerException
tag_resource
(**kwargs)¶Creates tag for a resource by specifying the ARN.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource(
resourceArn='string',
tags={
'string': 'string'
}
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
[REQUIRED]
The tags on a resource.
dict
Response Syntax
{}
Response Structure
Exceptions
SsmSap.Client.exceptions.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.ConflictException
untag_resource
(**kwargs)¶Delete the tags for a resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource(
resourceArn='string',
tagKeys=[
'string',
]
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
[REQUIRED]
Adds/updates or removes credentials for applications registered with AWS Systems Manager for SAP.
dict
Response Syntax
{}
Response Structure
Exceptions
SsmSap.Client.exceptions.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.ConflictException
update_application_settings
(**kwargs)¶Updates the settings of an application registered with AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.update_application_settings(
ApplicationId='string',
CredentialsToAddOrUpdate=[
{
'DatabaseName': 'string',
'CredentialType': 'ADMIN',
'SecretId': 'string'
},
],
CredentialsToRemove=[
{
'DatabaseName': 'string',
'CredentialType': 'ADMIN',
'SecretId': 'string'
},
]
)
[REQUIRED]
The ID of the application.
The credentials to be added or updated.
The credentials of your SAP application.
The name of the SAP HANA database.
The type of the application credentials.
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
The credentials to be removed.
The credentials of your SAP application.
The name of the SAP HANA database.
The type of the application credentials.
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
dict
Response Syntax
{
'Message': 'string',
'OperationIds': [
'string',
]
}
Response Structure
(dict) --
Message (string) --
The update message.
OperationIds (list) --
The IDs of the operations.
Exceptions
SsmSap.Client.exceptions.ResourceNotFoundException
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException
The available paginators are:
SsmSap.Paginator.ListApplications
SsmSap.Paginator.ListComponents
SsmSap.Paginator.ListDatabases
SsmSap.Paginator.ListOperations
SsmSap.Paginator.
ListApplications
¶paginator = client.get_paginator('list_applications')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from SsmSap.Client.list_applications()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
{
'Applications': [
{
'Id': 'string',
'Type': 'HANA',
'Arn': 'string',
'Tags': {
'string': 'string'
}
},
],
}
Response Structure
The applications registered with AWS Systems Manager for SAP.
The summary of the SAP application registered with AWS Systems Manager for SAP.
The ID of the application.
The type of the application.
The Amazon Resource Name (ARN) of the application.
The tags on the application.
SsmSap.Paginator.
ListComponents
¶paginator = client.get_paginator('list_components')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from SsmSap.Client.list_components()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
ApplicationId='string',
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
dict
Response Syntax
{
'Components': [
{
'ApplicationId': 'string',
'ComponentId': 'string',
'ComponentType': 'HANA',
'Tags': {
'string': 'string'
}
},
],
}
Response Structure
(dict) --
Components (list) --
List of components registered with AWS System Manager for SAP.
(dict) --
The summary of the component.
ApplicationId (string) --
The ID of the application.
ComponentId (string) --
The ID of the component.
ComponentType (string) --
The type of the component.
Tags (dict) --
The tags of the component.
SsmSap.Paginator.
ListDatabases
¶paginator = client.get_paginator('list_databases')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from SsmSap.Client.list_databases()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
ApplicationId='string',
ComponentId='string',
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
dict
Response Syntax
{
'Databases': [
{
'ApplicationId': 'string',
'ComponentId': 'string',
'DatabaseId': 'string',
'DatabaseType': 'SYSTEM'|'TENANT',
'Arn': 'string',
'Tags': {
'string': 'string'
}
},
],
}
Response Structure
(dict) --
Databases (list) --
The SAP HANA databases of an application.
(dict) --
The summary of the database.
ApplicationId (string) --
The ID of the application.
ComponentId (string) --
The ID of the component.
DatabaseId (string) --
The ID of the database.
DatabaseType (string) --
The type of the database.
Arn (string) --
The Amazon Resource Name (ARN) of the database.
Tags (dict) --
The tags of the database.
SsmSap.Paginator.
ListOperations
¶paginator = client.get_paginator('list_operations')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from SsmSap.Client.list_operations()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
ApplicationId='string',
Filters=[
{
'Name': 'string',
'Value': 'string',
'Operator': 'Equals'|'GreaterThanOrEquals'|'LessThanOrEquals'
},
],
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
[REQUIRED]
The ID of the application.
The filters of an operation.
A specific result obtained by specifying the name, value, and operator.
The name of the filter. Filter names are case-sensitive.
The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values
The operator for the filter.
A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
dict
Response Syntax
{
'Operations': [
{
'Id': 'string',
'Type': 'string',
'Status': 'INPROGRESS'|'SUCCESS'|'ERROR',
'StatusMessage': 'string',
'Properties': {
'string': 'string'
},
'ResourceType': 'string',
'ResourceId': 'string',
'ResourceArn': 'string',
'StartTime': datetime(2015, 1, 1),
'EndTime': datetime(2015, 1, 1),
'LastUpdatedTime': datetime(2015, 1, 1)
},
],
}
Response Structure
(dict) --
Operations (list) --
List of operations performed by AWS Systems Manager for SAP.
(dict) --
The operations performed by AWS Systems Manager for SAP.
Id (string) --
The ID of the operation.
Type (string) --
The type of the operation.
Status (string) --
The status of the operation.
StatusMessage (string) --
The status message of the operation.
Properties (dict) --
The properties of the operation.
ResourceType (string) --
The resource type of the operation.
ResourceId (string) --
The resource ID of the operation.
ResourceArn (string) --
The Amazon Resource Name (ARN) of the operation.
StartTime (datetime) --
The start time of the operation.
EndTime (datetime) --
The end time of the operation.
LastUpdatedTime (datetime) --
The time at which the operation was last updated.