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

Module: Aws::Appflow

Defined in:
(unknown)

Overview

This module provides a client for making API requests to Amazon Appflow.

Aws::Appflow::Client

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

appflow = Aws::Appflow::Client.new(region: 'us-east-1')
appflow.operation_names
#=> [:create_connector_profile, :create_flow, :delete_connector_profile, :delete_flow, ...]

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

resp = appflow.create_connector_profile(params)

See Client for more information.

Aws::Appflow::Errors

Errors returned from Amazon Appflow are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Appflow::Errors::ServiceError
  # rescues all errors returned by Amazon Appflow
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client