Module: Aws::Appflow
- Defined in:
- lib/aws-sdk-appflow/endpoint_parameters.rb,
lib/aws-sdk-appflow/plugins/endpoints.rb,
lib/aws-sdk-appflow/endpoint_provider.rb,
lib/aws-sdk-appflow/client_api.rb,
lib/aws-sdk-appflow/endpoints.rb,
lib/aws-sdk-appflow/resource.rb,
lib/aws-sdk-appflow/errors.rb,
lib/aws-sdk-appflow/client.rb,
lib/aws-sdk-appflow/types.rb,
lib/aws-sdk-appflow.rb
Overview
This module provides support for Amazon Appflow. This module is available in the ‘aws-sdk-appflow` 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.
appflow = Aws::Appflow::Client.new
resp = appflow.cancel_flow_executions(params)
See Client for more information.
# Errors
Errors returned from Amazon Appflow are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::Appflow::Errors::ServiceError
# rescues all Amazon Appflow 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.70.0'