Class: AWS::DataPipeline::Client
- Inherits:
-
Core::JSONClient
- Object
- Core::Client
- Core::JSONClient
- AWS::DataPipeline::Client
- Defined in:
- lib/aws/data_pipeline/client.rb
Overview
Client class for AWS Data Pipeline.
Instance Attribute Summary
Attributes inherited from Core::Client
Instance Method Summary collapse
-
#activate_pipeline(options = {}) ⇒ Core::Response
Calls the ActivatePipeline API operation.
-
#create_pipeline(options = {}) ⇒ Core::Response
Calls the CreatePipeline API operation.
-
#delete_pipeline(options = {}) ⇒ Core::Response
Calls the DeletePipeline API operation.
-
#describe_objects(options = {}) ⇒ Core::Response
Calls the DescribeObjects API operation.
-
#describe_pipelines(options = {}) ⇒ Core::Response
Calls the DescribePipelines API operation.
-
#evaluate_expression(options = {}) ⇒ Core::Response
Calls the EvaluateExpression API operation.
-
#get_pipeline_definition(options = {}) ⇒ Core::Response
Calls the GetPipelineDefinition API operation.
-
#list_pipelines(options = {}) ⇒ Core::Response
Calls the ListPipelines API operation.
-
#poll_for_task(options = {}) ⇒ Core::Response
Calls the PollForTask API operation.
-
#put_pipeline_definition(options = {}) ⇒ Core::Response
Calls the PutPipelineDefinition API operation.
-
#query_objects(options = {}) ⇒ Core::Response
Calls the QueryObjects API operation.
-
#report_task_progress(options = {}) ⇒ Core::Response
Calls the ReportTaskProgress API operation.
-
#report_task_runner_heartbeat(options = {}) ⇒ Core::Response
Calls the ReportTaskRunnerHeartbeat API operation.
-
#set_status(options = {}) ⇒ Core::Response
Calls the SetStatus API operation.
-
#set_task_status(options = {}) ⇒ Core::Response
Calls the SetTaskStatus API operation.
-
#validate_pipeline_definition(options = {}) ⇒ Core::Response
Calls the ValidatePipelineDefinition API operation.
Methods inherited from Core::Client
#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options
Constructor Details
This class inherits a constructor from AWS::Core::Client
Instance Method Details
#activate_pipeline(options = {}) ⇒ Core::Response
Calls the ActivatePipeline API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 25
|
#create_pipeline(options = {}) ⇒ Core::Response
Calls the CreatePipeline API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 32
|
#delete_pipeline(options = {}) ⇒ Core::Response
Calls the DeletePipeline API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 59
|
#describe_objects(options = {}) ⇒ Core::Response
Calls the DescribeObjects API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 66
|
#describe_pipelines(options = {}) ⇒ Core::Response
Calls the DescribePipelines API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 94
|
#evaluate_expression(options = {}) ⇒ Core::Response
Calls the EvaluateExpression API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 113
|
#get_pipeline_definition(options = {}) ⇒ Core::Response
Calls the GetPipelineDefinition API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 125
|
#list_pipelines(options = {}) ⇒ Core::Response
Calls the ListPipelines API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 143
|
#poll_for_task(options = {}) ⇒ Core::Response
Calls the PollForTask API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 160
|
#put_pipeline_definition(options = {}) ⇒ Core::Response
Calls the PutPipelineDefinition API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 202
|
#query_objects(options = {}) ⇒ Core::Response
Calls the QueryObjects API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 227
|
#report_task_progress(options = {}) ⇒ Core::Response
Calls the ReportTaskProgress API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 290
|
#report_task_runner_heartbeat(options = {}) ⇒ Core::Response
Calls the ReportTaskRunnerHeartbeat API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 301
|
#set_status(options = {}) ⇒ Core::Response
Calls the SetStatus API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 324
|
#set_task_status(options = {}) ⇒ Core::Response
Calls the SetTaskStatus API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 338
|
#validate_pipeline_definition(options = {}) ⇒ Core::Response
Calls the ValidatePipelineDefinition API operation.
|
# File 'lib/aws/data_pipeline/client.rb', line 365
|