Module: Aws::Mgn

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

Overview

This module provides support for Application Migration Service. This module is available in the ‘aws-sdk-mgn` 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.

mgn = Aws::Mgn::Client.new
resp = mgn.archive_application(params)

See Client for more information.

# Errors

Errors returned from Application Migration Service are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Mgn::Errors::ServiceError
  # rescues all Application Migration Service 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.43.0'