Module: Aws::ChimeSDKIdentity

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

Overview

This module provides support for Amazon Chime SDK Identity. This module is available in the ‘aws-sdk-chimesdkidentity` 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.

chime_sdk_identity = Aws::ChimeSDKIdentity::Client.new
resp = chime_sdk_identity.create_app_instance(params)

See Client for more information.

# Errors

Errors returned from Amazon Chime SDK Identity are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::ChimeSDKIdentity::Errors::ServiceError
  # rescues all Amazon Chime SDK Identity 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.29.0'