You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Module: Aws::DLM

Defined in:
(unknown)

Overview

This module provides a client for making API requests to Amazon Data Lifecycle Manager.

Aws::DLM::Client

The Client class provides one-to-one mapping for each API operation.

dlm = Aws::DLM::Client.new(region: 'us-east-1')
dlm.operation_names
#=> [:create_lifecycle_policy, :delete_lifecycle_policy, :get_lifecycle_policies, :get_lifecycle_policy, ...]

Each API operation method accepts a hash of request parameters and returns a response object.

resp = dlm.create_lifecycle_policy(params)

See Client for more information.

Aws::DLM::Errors

Errors returned from Amazon Data Lifecycle Manager are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::DLM::Errors::ServiceError
  # rescues all errors returned by Amazon Data Lifecycle Manager
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client