Module: Aws::Greengrass

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

Overview

This module provides support for AWS Greengrass. This module is available in the ‘aws-sdk-greengrass` 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.

greengrass = Aws::Greengrass::Client.new
resp = greengrass.associate_role_to_group(params)

See Client for more information.

# Errors

Errors returned from AWS Greengrass are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Greengrass::Errors::ServiceError
  # rescues all AWS Greengrass 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.63.0'