@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSSsmSap
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSSsmSap
instead.
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.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
DeleteResourcePermissionResult |
deleteResourcePermission(DeleteResourcePermissionRequest deleteResourcePermissionRequest)
Removes permissions associated with the target database.
|
DeregisterApplicationResult |
deregisterApplication(DeregisterApplicationRequest deregisterApplicationRequest)
Deregister an SAP application with AWS Systems Manager for SAP.
|
GetApplicationResult |
getApplication(GetApplicationRequest getApplicationRequest)
Gets an application registered with AWS Systems Manager for SAP.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetComponentResult |
getComponent(GetComponentRequest getComponentRequest)
Gets the component of an application registered with AWS Systems Manager for SAP.
|
GetDatabaseResult |
getDatabase(GetDatabaseRequest getDatabaseRequest)
Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.
|
GetOperationResult |
getOperation(GetOperationRequest getOperationRequest)
Gets the details of an operation by specifying the operation ID.
|
GetResourcePermissionResult |
getResourcePermission(GetResourcePermissionRequest getResourcePermissionRequest)
Gets permissions associated with the target database.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest listApplicationsRequest)
Lists all the applications registered with AWS Systems Manager for SAP.
|
ListComponentsResult |
listComponents(ListComponentsRequest listComponentsRequest)
Lists all the components registered with AWS Systems Manager for SAP.
|
ListDatabasesResult |
listDatabases(ListDatabasesRequest listDatabasesRequest)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
|
ListOperationEventsResult |
listOperationEvents(ListOperationEventsRequest listOperationEventsRequest)
Returns a list of operations events.
|
ListOperationsResult |
listOperations(ListOperationsRequest listOperationsRequest)
Lists the operations performed by AWS Systems Manager for SAP.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.
|
PutResourcePermissionResult |
putResourcePermission(PutResourcePermissionRequest putResourcePermissionRequest)
Adds permissions to the target database.
|
RegisterApplicationResult |
registerApplication(RegisterApplicationRequest registerApplicationRequest)
Register an SAP application with AWS Systems Manager for SAP.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartApplicationResult |
startApplication(StartApplicationRequest startApplicationRequest)
Request is an operation which starts an application.
|
StartApplicationRefreshResult |
startApplicationRefresh(StartApplicationRefreshRequest startApplicationRefreshRequest)
Refreshes a registered application.
|
StopApplicationResult |
stopApplication(StopApplicationRequest stopApplicationRequest)
Request is an operation to stop an application.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Creates tag for a resource by specifying the ARN.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Delete the tags for a resource.
|
UpdateApplicationSettingsResult |
updateApplicationSettings(UpdateApplicationSettingsRequest updateApplicationSettingsRequest)
Updates the settings of an application registered with AWS Systems Manager for SAP.
|
static final String ENDPOINT_PREFIX
DeleteResourcePermissionResult deleteResourcePermission(DeleteResourcePermissionRequest deleteResourcePermissionRequest)
Removes permissions associated with the target database.
deleteResourcePermissionRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.DeregisterApplicationResult deregisterApplication(DeregisterApplicationRequest deregisterApplicationRequest)
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.
deregisterApplicationRequest
- UnauthorizedException
- The request is not authorized.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.GetApplicationResult getApplication(GetApplicationRequest getApplicationRequest)
Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.
getApplicationRequest
- ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.GetComponentResult getComponent(GetComponentRequest getComponentRequest)
Gets the component of an application registered with AWS Systems Manager for SAP.
getComponentRequest
- UnauthorizedException
- The request is not authorized.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.GetDatabaseResult getDatabase(GetDatabaseRequest getDatabaseRequest)
Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.
getDatabaseRequest
- ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.GetOperationResult getOperation(GetOperationRequest getOperationRequest)
Gets the details of an operation by specifying the operation ID.
getOperationRequest
- ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.GetResourcePermissionResult getResourcePermission(GetResourcePermissionRequest getResourcePermissionRequest)
Gets permissions associated with the target database.
getResourcePermissionRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.ListApplicationsResult listApplications(ListApplicationsRequest listApplicationsRequest)
Lists all the applications registered with AWS Systems Manager for SAP.
listApplicationsRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.ListComponentsResult listComponents(ListComponentsRequest listComponentsRequest)
Lists all the components registered with AWS Systems Manager for SAP.
listComponentsRequest
- UnauthorizedException
- The request is not authorized.ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.ListDatabasesResult listDatabases(ListDatabasesRequest listDatabasesRequest)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
listDatabasesRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.ListOperationEventsResult listOperationEvents(ListOperationEventsRequest listOperationEventsRequest)
Returns a list of operations events.
Available parameters include OperationID
, as well as optional parameters MaxResults
,
NextToken
, and Filters
.
listOperationEventsRequest
- ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.ListOperationsResult listOperations(ListOperationsRequest listOperationsRequest)
Lists the operations performed by AWS Systems Manager for SAP.
listOperationsRequest
- ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.
listTagsForResourceRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- A conflict has occurred.PutResourcePermissionResult putResourcePermission(PutResourcePermissionRequest putResourcePermissionRequest)
Adds permissions to the target database.
putResourcePermissionRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.InternalServerException
- An internal error has occurred.RegisterApplicationResult registerApplication(RegisterApplicationRequest registerApplicationRequest)
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.
registerApplicationRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- A conflict has occurred.InternalServerException
- An internal error has occurred.StartApplicationResult startApplication(StartApplicationRequest startApplicationRequest)
Request is an operation which starts an application.
Parameter ApplicationId
is required.
startApplicationRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- A conflict has occurred.InternalServerException
- An internal error has occurred.StartApplicationRefreshResult startApplicationRefresh(StartApplicationRefreshRequest startApplicationRefreshRequest)
Refreshes a registered application.
startApplicationRefreshRequest
- UnauthorizedException
- The request is not authorized.ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- A conflict has occurred.InternalServerException
- An internal error has occurred.StopApplicationResult stopApplication(StopApplicationRequest stopApplicationRequest)
Request is an operation to stop an application.
Parameter ApplicationId
is required. Parameters StopConnectedEntity
and
IncludeEc2InstanceShutdown
are optional.
stopApplicationRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- A conflict has occurred.InternalServerException
- An internal error has occurred.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Creates tag for a resource by specifying the ARN.
tagResourceRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- A conflict has occurred.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Delete the tags for a resource.
untagResourceRequest
- ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- A conflict has occurred.UpdateApplicationSettingsResult updateApplicationSettings(UpdateApplicationSettingsRequest updateApplicationSettingsRequest)
Updates the settings of an application registered with AWS Systems Manager for SAP.
updateApplicationSettingsRequest
- UnauthorizedException
- The request is not authorized.ResourceNotFoundException
- The resource is not available.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ConflictException
- A conflict has occurred.InternalServerException
- An internal error has occurred.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.