Module: Aws::SsmSap

Defined in:
lib/aws-sdk-ssmsap/endpoint_parameters.rb,
lib/aws-sdk-ssmsap/plugins/endpoints.rb,
lib/aws-sdk-ssmsap/endpoint_provider.rb,
lib/aws-sdk-ssmsap/client_api.rb,
lib/aws-sdk-ssmsap/endpoints.rb,
lib/aws-sdk-ssmsap/resource.rb,
lib/aws-sdk-ssmsap/errors.rb,
lib/aws-sdk-ssmsap/client.rb,
lib/aws-sdk-ssmsap/types.rb,
lib/aws-sdk-ssmsap.rb

Overview

This module provides support for AWS Systems Manager for SAP. This module is available in the ‘aws-sdk-ssmsap` gem.

# Client

The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.

ssm_sap = Aws::SsmSap::Client.new
resp = ssm_sap.delete_resource_permission(params)

See Client for more information.

# Errors

Errors returned from AWS Systems Manager for SAP are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::SsmSap::Errors::ServiceError
  # rescues all AWS Systems Manager for SAP API errors
end

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource

service collapse

GEM_VERSION =
'1.31.0'