Module: Aws::LaunchWizard

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

Overview

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

launch_wizard = Aws::LaunchWizard::Client.new
resp = launch_wizard.create_deployment(params)

See Client for more information.

# Errors

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

begin
  # do stuff
rescue Aws::LaunchWizard::Errors::ServiceError
  # rescues all AWS Launch Wizard 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.17.0'