Module: Aws::Route53RecoveryControlConfig

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

Overview

This module provides support for AWS Route53 Recovery Control Config. This module is available in the ‘aws-sdk-route53recoverycontrolconfig` 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.

route_53_recovery_control_config = Aws::Route53RecoveryControlConfig::Client.new
resp = route_53_recovery_control_config.create_cluster(params)

See Client for more information.

# Errors

Errors returned from AWS Route53 Recovery Control Config are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Route53RecoveryControlConfig::Errors::ServiceError
  # rescues all AWS Route53 Recovery Control Config API errors
end

See Errors for more information.

Defined Under Namespace

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

service collapse

GEM_VERSION =
'1.37.0'