Module: Aws::Evs

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

Overview

This module provides support for Amazon Elastic VMware Service. This module is available in the ‘aws-sdk-evs` 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.

evs = Aws::Evs::Client.new
resp = evs.associate_eip_to_vlan(params)

See Client for more information.

# Errors

Errors returned from Amazon Elastic VMware Service are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Evs::Errors::ServiceError
  # rescues all Amazon Elastic VMware Service 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.9.0'