Module: Aws::MigrationHubOrchestrator

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

Overview

This module provides support for AWS Migration Hub Orchestrator. This module is available in the ‘aws-sdk-migrationhuborchestrator` 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.

migration_hub_orchestrator = Aws::MigrationHubOrchestrator::Client.new
resp = migration_hub_orchestrator.create_template(params)

See Client for more information.

# Errors

Errors returned from AWS Migration Hub Orchestrator are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::MigrationHubOrchestrator::Errors::ServiceError
  # rescues all AWS Migration Hub Orchestrator 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.26.0'