{ "version":"2.0", "metadata":{ "apiVersion":"2018-05-10", "endpointPrefix":"ssm-sap", "jsonVersion":"1.1", "protocol":"rest-json", "serviceAbbreviation":"SsmSap", "serviceFullName":"AWS Systems Manager for SAP", "serviceId":"Ssm Sap", "signatureVersion":"v4", "signingName":"ssm-sap", "uid":"ssm-sap-2018-05-10" }, "operations":{ "DeleteResourcePermission":{ "name":"DeleteResourcePermission", "http":{ "method":"POST", "requestUri":"/delete-resource-permission", "responseCode":200 }, "input":{"shape":"DeleteResourcePermissionInput"}, "output":{"shape":"DeleteResourcePermissionOutput"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Removes permissions associated with the target database.

" }, "DeregisterApplication":{ "name":"DeregisterApplication", "http":{ "method":"POST", "requestUri":"/deregister-application", "responseCode":200 }, "input":{"shape":"DeregisterApplicationInput"}, "output":{"shape":"DeregisterApplicationOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

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.

" }, "GetApplication":{ "name":"GetApplication", "http":{ "method":"POST", "requestUri":"/get-application", "responseCode":200 }, "input":{"shape":"GetApplicationInput"}, "output":{"shape":"GetApplicationOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.

" }, "GetComponent":{ "name":"GetComponent", "http":{ "method":"POST", "requestUri":"/get-component", "responseCode":200 }, "input":{"shape":"GetComponentInput"}, "output":{"shape":"GetComponentOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Gets the component of an application registered with AWS Systems Manager for SAP.

" }, "GetDatabase":{ "name":"GetDatabase", "http":{ "method":"POST", "requestUri":"/get-database", "responseCode":200 }, "input":{"shape":"GetDatabaseInput"}, "output":{"shape":"GetDatabaseOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.

" }, "GetOperation":{ "name":"GetOperation", "http":{ "method":"POST", "requestUri":"/get-operation", "responseCode":200 }, "input":{"shape":"GetOperationInput"}, "output":{"shape":"GetOperationOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Gets the details of an operation by specifying the operation ID.

" }, "GetResourcePermission":{ "name":"GetResourcePermission", "http":{ "method":"POST", "requestUri":"/get-resource-permission", "responseCode":200 }, "input":{"shape":"GetResourcePermissionInput"}, "output":{"shape":"GetResourcePermissionOutput"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Gets permissions associated with the target database.

" }, "ListApplications":{ "name":"ListApplications", "http":{ "method":"POST", "requestUri":"/list-applications", "responseCode":200 }, "input":{"shape":"ListApplicationsInput"}, "output":{"shape":"ListApplicationsOutput"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Lists all the applications registered with AWS Systems Manager for SAP.

" }, "ListComponents":{ "name":"ListComponents", "http":{ "method":"POST", "requestUri":"/list-components", "responseCode":200 }, "input":{"shape":"ListComponentsInput"}, "output":{"shape":"ListComponentsOutput"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Lists all the components registered with AWS Systems Manager for SAP.

" }, "ListDatabases":{ "name":"ListDatabases", "http":{ "method":"POST", "requestUri":"/list-databases", "responseCode":200 }, "input":{"shape":"ListDatabasesInput"}, "output":{"shape":"ListDatabasesOutput"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags/{resourceArn}", "responseCode":200 }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"} ], "documentation":"

Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.

" }, "PutResourcePermission":{ "name":"PutResourcePermission", "http":{ "method":"POST", "requestUri":"/put-resource-permission", "responseCode":200 }, "input":{"shape":"PutResourcePermissionInput"}, "output":{"shape":"PutResourcePermissionOutput"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

Adds permissions to the target database.

" }, "RegisterApplication":{ "name":"RegisterApplication", "http":{ "method":"POST", "requestUri":"/register-application", "responseCode":200 }, "input":{"shape":"RegisterApplicationInput"}, "output":{"shape":"RegisterApplicationOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ], "documentation":"

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.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{resourceArn}", "responseCode":200 }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"} ], "documentation":"

Creates tag for a resource by specifying the ARN.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags/{resourceArn}", "responseCode":200 }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"} ], "documentation":"

Delete the tags for a resource.

", "idempotent":true }, "UpdateApplicationSettings":{ "name":"UpdateApplicationSettings", "http":{ "method":"POST", "requestUri":"/update-application-settings", "responseCode":200 }, "input":{"shape":"UpdateApplicationSettingsInput"}, "output":{"shape":"UpdateApplicationSettingsOutput"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ], "documentation":"

" } }, "shapes":{ "AppRegistryArn":{ "type":"string", "pattern":"arn:aws:servicecatalog:[a-z0-9:\\/-]+" }, "Application":{ "type":"structure", "members":{ "Id":{ "shape":"ApplicationId", "documentation":"

" }, "Type":{ "shape":"ApplicationType", "documentation":"

" }, "Arn":{ "shape":"SsmSapArn", "documentation":"

" }, "AppRegistryArn":{ "shape":"AppRegistryArn", "documentation":"

" }, "Status":{ "shape":"ApplicationStatus", "documentation":"

" }, "Components":{ "shape":"ComponentIdList", "documentation":"

" }, "LastUpdated":{ "shape":"Timestamp", "documentation":"

" }, "StatusMessage":{ "shape":"String", "documentation":"

" } }, "documentation":"

" }, "ApplicationCredential":{ "type":"structure", "required":[ "DatabaseName", "CredentialType", "SecretId" ], "members":{ "DatabaseName":{ "shape":"DatabaseName", "documentation":"

" }, "CredentialType":{ "shape":"CredentialType", "documentation":"

" }, "SecretId":{ "shape":"SecretId", "documentation":"

" } }, "documentation":"

" }, "ApplicationCredentialList":{ "type":"list", "member":{"shape":"ApplicationCredential"}, "max":20, "min":1 }, "ApplicationId":{ "type":"string", "pattern":"[\\w\\d]{1,50}" }, "ApplicationStatus":{ "type":"string", "enum":[ "ACTIVATED", "STARTING", "STOPPED", "STOPPING", "FAILED", "REGISTERING", "DELETING", "UNKNOWN" ] }, "ApplicationSummary":{ "type":"structure", "members":{ "Id":{ "shape":"ApplicationId", "documentation":"

" }, "Type":{ "shape":"ApplicationType", "documentation":"

" }, "Arn":{ "shape":"SsmSapArn", "documentation":"

" }, "Tags":{ "shape":"TagMap", "documentation":"

" } }, "documentation":"

" }, "ApplicationSummaryList":{ "type":"list", "member":{"shape":"ApplicationSummary"} }, "ApplicationType":{ "type":"string", "enum":["HANA"] }, "Arn":{ "type":"string", "pattern":"arn:(.+:){2,4}.+$|^arn:(.+:){1,3}.+\\/.+" }, "Component":{ "type":"structure", "members":{ "ComponentId":{ "shape":"ComponentId", "documentation":"

" }, "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "ComponentType":{ "shape":"ComponentType", "documentation":"

" }, "Status":{ "shape":"ComponentStatus", "documentation":"

" }, "Databases":{ "shape":"DatabaseIdList", "documentation":"

" }, "Hosts":{ "shape":"HostList", "documentation":"

" }, "PrimaryHost":{ "shape":"String", "documentation":"

" }, "LastUpdated":{ "shape":"Timestamp", "documentation":"

" } }, "documentation":"

" }, "ComponentId":{ "type":"string", "pattern":"[\\w\\d-]+" }, "ComponentIdList":{ "type":"list", "member":{"shape":"ComponentId"} }, "ComponentStatus":{ "type":"string", "enum":["ACTIVATED"] }, "ComponentSummary":{ "type":"structure", "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "ComponentId":{ "shape":"ComponentId", "documentation":"

" }, "ComponentType":{ "shape":"ComponentType", "documentation":"

" }, "Tags":{ "shape":"TagMap", "documentation":"

" } }, "documentation":"

" }, "ComponentSummaryList":{ "type":"list", "member":{"shape":"ComponentSummary"} }, "ComponentType":{ "type":"string", "enum":["HANA"] }, "ConflictException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

", "error":{ "httpStatusCode":409, "senderFault":true }, "exception":true }, "CredentialType":{ "type":"string", "enum":["ADMIN"] }, "Database":{ "type":"structure", "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "ComponentId":{ "shape":"ComponentId", "documentation":"

" }, "Credentials":{ "shape":"ApplicationCredentialList", "documentation":"

" }, "DatabaseId":{ "shape":"DatabaseId", "documentation":"

" }, "DatabaseName":{ "shape":"String", "documentation":"

" }, "DatabaseType":{ "shape":"DatabaseType", "documentation":"

" }, "Arn":{ "shape":"SsmSapArn", "documentation":"

" }, "Status":{ "shape":"DatabaseStatus", "documentation":"

" }, "PrimaryHost":{ "shape":"String", "documentation":"

" }, "SQLPort":{ "shape":"Integer", "documentation":"

" }, "LastUpdated":{ "shape":"Timestamp", "documentation":"

" } }, "documentation":"

" }, "DatabaseId":{ "type":"string", "pattern":".*[\\w\\d]+" }, "DatabaseIdList":{ "type":"list", "member":{"shape":"DatabaseId"} }, "DatabaseName":{ "type":"string", "max":100, "min":1 }, "DatabaseStatus":{ "type":"string", "enum":[ "RUNNING", "STARTING", "STOPPED", "WARNING", "UNKNOWN" ] }, "DatabaseSummary":{ "type":"structure", "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "ComponentId":{ "shape":"ComponentId", "documentation":"

" }, "DatabaseId":{ "shape":"DatabaseId", "documentation":"

" }, "DatabaseType":{ "shape":"DatabaseType", "documentation":"

" }, "Arn":{ "shape":"SsmSapArn", "documentation":"

" }, "Tags":{ "shape":"TagMap", "documentation":"

" } }, "documentation":"

" }, "DatabaseSummaryList":{ "type":"list", "member":{"shape":"DatabaseSummary"} }, "DatabaseType":{ "type":"string", "enum":[ "SYSTEM", "TENANT" ] }, "DeleteResourcePermissionInput":{ "type":"structure", "required":["ResourceArn"], "members":{ "ActionType":{ "shape":"PermissionActionType", "documentation":"

" }, "SourceResourceArn":{ "shape":"Arn", "documentation":"

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

" } } }, "DeleteResourcePermissionOutput":{ "type":"structure", "members":{ "Policy":{ "shape":"String", "documentation":"

" } } }, "DeregisterApplicationInput":{ "type":"structure", "required":["ApplicationId"], "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" } } }, "DeregisterApplicationOutput":{ "type":"structure", "members":{ } }, "GetApplicationInput":{ "type":"structure", "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "ApplicationArn":{ "shape":"SsmSapArn", "documentation":"

" } } }, "GetApplicationOutput":{ "type":"structure", "members":{ "Application":{ "shape":"Application", "documentation":"

" }, "Tags":{ "shape":"TagMap", "documentation":"

" } } }, "GetComponentInput":{ "type":"structure", "required":[ "ApplicationId", "ComponentId" ], "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "ComponentId":{ "shape":"ComponentId", "documentation":"

" } } }, "GetComponentOutput":{ "type":"structure", "members":{ "Component":{ "shape":"Component", "documentation":"

" } } }, "GetDatabaseInput":{ "type":"structure", "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "ComponentId":{ "shape":"ComponentId", "documentation":"

" }, "DatabaseId":{ "shape":"DatabaseId", "documentation":"

" }, "DatabaseArn":{ "shape":"SsmSapArn", "documentation":"

" } } }, "GetDatabaseOutput":{ "type":"structure", "members":{ "Database":{ "shape":"Database", "documentation":"

" }, "Tags":{ "shape":"TagMap", "documentation":"

" } } }, "GetOperationInput":{ "type":"structure", "required":["OperationId"], "members":{ "OperationId":{ "shape":"OperationId", "documentation":"

" } } }, "GetOperationOutput":{ "type":"structure", "members":{ "Operation":{ "shape":"Operation", "documentation":"

" } } }, "GetResourcePermissionInput":{ "type":"structure", "required":["ResourceArn"], "members":{ "ActionType":{ "shape":"PermissionActionType", "documentation":"

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

" } } }, "GetResourcePermissionOutput":{ "type":"structure", "members":{ "Policy":{ "shape":"String", "documentation":"

" } } }, "Host":{ "type":"structure", "members":{ "HostName":{ "shape":"String", "documentation":"

" }, "HostRole":{ "shape":"HostRole", "documentation":"

" }, "HostIp":{ "shape":"String", "documentation":"

" }, "InstanceId":{ "shape":"String", "documentation":"

" } }, "documentation":"

" }, "HostList":{ "type":"list", "member":{"shape":"Host"} }, "HostRole":{ "type":"string", "enum":[ "LEADER", "WORKER", "STANDBY", "UNKNOWN" ] }, "InstanceId":{ "type":"string", "pattern":"i-[\\w\\d]{8}$|^i-[\\w\\d]{17}" }, "InstanceList":{ "type":"list", "member":{"shape":"InstanceId"}, "max":1, "min":1 }, "Integer":{ "type":"integer", "box":true }, "InternalServerException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

", "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "ListApplicationsInput":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

", "box":true } } }, "ListApplicationsOutput":{ "type":"structure", "members":{ "Applications":{ "shape":"ApplicationSummaryList", "documentation":"

" }, "NextToken":{ "shape":"NextToken", "documentation":"

" } } }, "ListComponentsInput":{ "type":"structure", "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "NextToken":{ "shape":"NextToken", "documentation":"

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

", "box":true } } }, "ListComponentsOutput":{ "type":"structure", "members":{ "Components":{ "shape":"ComponentSummaryList", "documentation":"

" }, "NextToken":{ "shape":"NextToken", "documentation":"

" } } }, "ListDatabasesInput":{ "type":"structure", "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "ComponentId":{ "shape":"ComponentId", "documentation":"

" }, "NextToken":{ "shape":"NextToken", "documentation":"

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

", "box":true } } }, "ListDatabasesOutput":{ "type":"structure", "members":{ "Databases":{ "shape":"DatabaseSummaryList", "documentation":"

" }, "NextToken":{ "shape":"NextToken", "documentation":"

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"SsmSapArn", "documentation":"

", "location":"uri", "locationName":"resourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "tags":{ "shape":"TagMap", "documentation":"

" } } }, "MaxResults":{ "type":"integer", "max":50, "min":1 }, "NextToken":{ "type":"string", "pattern":".{16,1024}" }, "Operation":{ "type":"structure", "members":{ "Id":{ "shape":"OperationId", "documentation":"

" }, "Type":{ "shape":"OperationType", "documentation":"

" }, "Status":{ "shape":"OperationStatus", "documentation":"

" }, "StatusMessage":{ "shape":"String", "documentation":"

" }, "Properties":{ "shape":"OperationProperties", "documentation":"

" }, "ResourceType":{ "shape":"ResourceType", "documentation":"

" }, "ResourceId":{ "shape":"ResourceId", "documentation":"

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

" }, "StartTime":{ "shape":"Timestamp", "documentation":"

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

" }, "LastUpdatedTime":{ "shape":"Timestamp", "documentation":"

" } }, "documentation":"

" }, "OperationId":{ "type":"string", "pattern":"[{]?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[}]?" }, "OperationIdList":{ "type":"list", "member":{"shape":"OperationId"} }, "OperationProperties":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"String"} }, "OperationStatus":{ "type":"string", "enum":[ "INPROGRESS", "SUCCESS", "ERROR" ] }, "OperationType":{"type":"string"}, "PermissionActionType":{ "type":"string", "enum":["RESTORE"] }, "PutResourcePermissionInput":{ "type":"structure", "required":[ "ActionType", "SourceResourceArn", "ResourceArn" ], "members":{ "ActionType":{ "shape":"PermissionActionType", "documentation":"

" }, "SourceResourceArn":{ "shape":"Arn", "documentation":"

" }, "ResourceArn":{ "shape":"Arn", "documentation":"

" } } }, "PutResourcePermissionOutput":{ "type":"structure", "members":{ "Policy":{ "shape":"String", "documentation":"

" } } }, "RegisterApplicationInput":{ "type":"structure", "required":[ "ApplicationId", "ApplicationType", "Instances", "Credentials" ], "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "ApplicationType":{ "shape":"ApplicationType", "documentation":"

" }, "Instances":{ "shape":"InstanceList", "documentation":"

" }, "SapInstanceNumber":{ "shape":"SAPInstanceNumber", "documentation":"

" }, "Sid":{ "shape":"SID", "documentation":"

" }, "Tags":{ "shape":"TagMap", "documentation":"

" }, "Credentials":{ "shape":"ApplicationCredentialList", "documentation":"

" } } }, "RegisterApplicationOutput":{ "type":"structure", "members":{ "Application":{ "shape":"Application", "documentation":"

" }, "OperationId":{ "shape":"OperationId", "documentation":"

" } } }, "ResourceId":{ "type":"string", "max":64, "min":1 }, "ResourceNotFoundException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

", "error":{ "httpStatusCode":404, "senderFault":true }, "exception":true }, "ResourceType":{ "type":"string", "max":64, "min":1 }, "SAPInstanceNumber":{ "type":"string", "pattern":"[0-9]{2}" }, "SID":{ "type":"string", "pattern":"[A-Z][A-Z0-9]{2}" }, "SecretId":{ "type":"string", "max":100, "min":1, "sensitive":true }, "SsmSapArn":{ "type":"string", "pattern":"arn:(.+:){2,4}.+$|^arn:(.+:){1,3}.+\\/.+" }, "String":{"type":"string"}, "TagKey":{ "type":"string", "pattern":"(?!aws:)[a-zA-Z+-=._:/]+" }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"} }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"} }, "TagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tags" ], "members":{ "resourceArn":{ "shape":"SsmSapArn", "documentation":"

", "location":"uri", "locationName":"resourceArn" }, "tags":{ "shape":"TagMap", "documentation":"

" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256, "min":1 }, "Timestamp":{"type":"timestamp"}, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tagKeys" ], "members":{ "resourceArn":{ "shape":"SsmSapArn", "documentation":"

", "location":"uri", "locationName":"resourceArn" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"

Adds/updates or removes credentials for applications registered with AWS Systems Manager for SAP.

", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateApplicationSettingsInput":{ "type":"structure", "required":["ApplicationId"], "members":{ "ApplicationId":{ "shape":"ApplicationId", "documentation":"

" }, "CredentialsToAddOrUpdate":{ "shape":"ApplicationCredentialList", "documentation":"

" }, "CredentialsToRemove":{ "shape":"ApplicationCredentialList", "documentation":"

" } } }, "UpdateApplicationSettingsOutput":{ "type":"structure", "members":{ "Message":{ "shape":"String", "documentation":"

" }, "OperationIds":{ "shape":"OperationIdList", "documentation":"

" } } }, "ValidationException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true } }, "documentation":"

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.

" }