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