Module: Aws::LicenseManager
- Defined in:
- lib/aws-sdk-licensemanager/endpoint_parameters.rb,
lib/aws-sdk-licensemanager/plugins/endpoints.rb,
lib/aws-sdk-licensemanager/endpoint_provider.rb,
lib/aws-sdk-licensemanager/client_api.rb,
lib/aws-sdk-licensemanager/endpoints.rb,
lib/aws-sdk-licensemanager/resource.rb,
lib/aws-sdk-licensemanager/errors.rb,
lib/aws-sdk-licensemanager/client.rb,
lib/aws-sdk-licensemanager/types.rb,
lib/aws-sdk-licensemanager.rb
Overview
This module provides support for AWS License Manager. This module is available in the ‘aws-sdk-licensemanager` 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.
license_manager = Aws::LicenseManager::Client.new
resp = license_manager.accept_grant(params)
See Client for more information.
# Errors
Errors returned from AWS License Manager are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::LicenseManager::Errors::ServiceError
# rescues all AWS License Manager 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.67.0'