class AWS::DataPipeline
@return [Client] the low-level DataPipeline client object
@!attribute [r] client
See {Client} for documentation on all of the supported operations.
end
puts pipeline[:pipeline_id]<br>resp.each do |pipeline|
resp = data_pipeline.client.describe_pipelines
data_pipeline = AWS::DataPipeline.new
a simple request:
{AWS::DataPipeline::Client}. Here is how you access the client and make
this time. You can still access all of the API methods using
AWS::DataPipeline does not provide higher level abstractions for AWS Data Pipeline
# Using the Client
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
datapipeline = AWS::DataPipeline.new(
Or you can set them directly on the AWS::DataPipeline interface:
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
AWS.config(
AWS.config:
You can setup default credentials for all AWS services via
# Credentials
* [AWS Data Pipeline Documentation](aws.amazon.com/documentation/datapipeline/)
* [AWS Data Pipeline](aws.amazon.com/datapipeline/)
For more information about AWS Data Pipeline:
[sign up here](aws.amazon.com/datapipeline/).
To use AWS Data Pipeline you must first
This class is the starting point for working with AWS Data Pipeline.