Package-level declarations

Types

Link copied to clipboard

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Removes permissions associated with the target database.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
inline suspend fun SsmSapClient.getComponent(crossinline block: GetComponentRequest.Builder.() -> Unit): GetComponentResponse

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

Link copied to clipboard
inline suspend fun SsmSapClient.getDatabase(crossinline block: GetDatabaseRequest.Builder.() -> Unit): GetDatabaseResponse

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

Link copied to clipboard
inline suspend fun SsmSapClient.getOperation(crossinline block: GetOperationRequest.Builder.() -> Unit): GetOperationResponse

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

Link copied to clipboard

Gets permissions associated with the target database.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Returns a list of operations events.

Link copied to clipboard

Lists the operations performed by AWS Systems Manager for SAP.

Link copied to clipboard

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

Link copied to clipboard

Adds permissions to the target database.

Link copied to clipboard

Register an SAP application with AWS Systems Manager for SAP. You must meet the following requirements before registering.

Link copied to clipboard

Request is an operation which starts an application.

Link copied to clipboard

Refreshes a registered application.

Link copied to clipboard

Request is an operation to stop an application.

Link copied to clipboard
inline suspend fun SsmSapClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Creates tag for a resource by specifying the ARN.

Link copied to clipboard

Delete the tags for a resource.

Link copied to clipboard

Updates the settings of an application registered with AWS Systems Manager for SAP.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.