aws-sdk-datapipeline 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,773 +1,610 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module DataPipeline
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- ActivatePipelineInput = Shapes::StructureShape.new(name: 'ActivatePipelineInput')
16
- ActivatePipelineOutput = Shapes::StructureShape.new(name: 'ActivatePipelineOutput')
17
- AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
18
- AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
19
- CreatePipelineInput = Shapes::StructureShape.new(name: 'CreatePipelineInput')
20
- CreatePipelineOutput = Shapes::StructureShape.new(name: 'CreatePipelineOutput')
21
- DeactivatePipelineInput = Shapes::StructureShape.new(name: 'DeactivatePipelineInput')
22
- DeactivatePipelineOutput = Shapes::StructureShape.new(name: 'DeactivatePipelineOutput')
23
- DeletePipelineInput = Shapes::StructureShape.new(name: 'DeletePipelineInput')
24
- DescribeObjectsInput = Shapes::StructureShape.new(name: 'DescribeObjectsInput')
25
- DescribeObjectsOutput = Shapes::StructureShape.new(name: 'DescribeObjectsOutput')
26
- DescribePipelinesInput = Shapes::StructureShape.new(name: 'DescribePipelinesInput')
27
- DescribePipelinesOutput = Shapes::StructureShape.new(name: 'DescribePipelinesOutput')
28
- EvaluateExpressionInput = Shapes::StructureShape.new(name: 'EvaluateExpressionInput')
29
- EvaluateExpressionOutput = Shapes::StructureShape.new(name: 'EvaluateExpressionOutput')
30
- Field = Shapes::StructureShape.new(name: 'Field')
31
- GetPipelineDefinitionInput = Shapes::StructureShape.new(name: 'GetPipelineDefinitionInput')
32
- GetPipelineDefinitionOutput = Shapes::StructureShape.new(name: 'GetPipelineDefinitionOutput')
33
- InstanceIdentity = Shapes::StructureShape.new(name: 'InstanceIdentity')
34
- InternalServiceError = Shapes::StructureShape.new(name: 'InternalServiceError')
35
- InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
36
- ListPipelinesInput = Shapes::StructureShape.new(name: 'ListPipelinesInput')
37
- ListPipelinesOutput = Shapes::StructureShape.new(name: 'ListPipelinesOutput')
38
- Operator = Shapes::StructureShape.new(name: 'Operator')
39
- OperatorType = Shapes::StringShape.new(name: 'OperatorType')
40
- ParameterAttribute = Shapes::StructureShape.new(name: 'ParameterAttribute')
41
- ParameterAttributeList = Shapes::ListShape.new(name: 'ParameterAttributeList')
42
- ParameterObject = Shapes::StructureShape.new(name: 'ParameterObject')
43
- ParameterObjectList = Shapes::ListShape.new(name: 'ParameterObjectList')
44
- ParameterValue = Shapes::StructureShape.new(name: 'ParameterValue')
45
- ParameterValueList = Shapes::ListShape.new(name: 'ParameterValueList')
46
- PipelineDeletedException = Shapes::StructureShape.new(name: 'PipelineDeletedException')
47
- PipelineDescription = Shapes::StructureShape.new(name: 'PipelineDescription')
48
- PipelineDescriptionList = Shapes::ListShape.new(name: 'PipelineDescriptionList')
49
- PipelineIdName = Shapes::StructureShape.new(name: 'PipelineIdName')
50
- PipelineNotFoundException = Shapes::StructureShape.new(name: 'PipelineNotFoundException')
51
- PipelineObject = Shapes::StructureShape.new(name: 'PipelineObject')
52
- PipelineObjectList = Shapes::ListShape.new(name: 'PipelineObjectList')
53
- PipelineObjectMap = Shapes::MapShape.new(name: 'PipelineObjectMap')
54
- PollForTaskInput = Shapes::StructureShape.new(name: 'PollForTaskInput')
55
- PollForTaskOutput = Shapes::StructureShape.new(name: 'PollForTaskOutput')
56
- PutPipelineDefinitionInput = Shapes::StructureShape.new(name: 'PutPipelineDefinitionInput')
57
- PutPipelineDefinitionOutput = Shapes::StructureShape.new(name: 'PutPipelineDefinitionOutput')
58
- Query = Shapes::StructureShape.new(name: 'Query')
59
- QueryObjectsInput = Shapes::StructureShape.new(name: 'QueryObjectsInput')
60
- QueryObjectsOutput = Shapes::StructureShape.new(name: 'QueryObjectsOutput')
61
- RemoveTagsInput = Shapes::StructureShape.new(name: 'RemoveTagsInput')
62
- RemoveTagsOutput = Shapes::StructureShape.new(name: 'RemoveTagsOutput')
63
- ReportTaskProgressInput = Shapes::StructureShape.new(name: 'ReportTaskProgressInput')
64
- ReportTaskProgressOutput = Shapes::StructureShape.new(name: 'ReportTaskProgressOutput')
65
- ReportTaskRunnerHeartbeatInput = Shapes::StructureShape.new(name: 'ReportTaskRunnerHeartbeatInput')
66
- ReportTaskRunnerHeartbeatOutput = Shapes::StructureShape.new(name: 'ReportTaskRunnerHeartbeatOutput')
67
- Selector = Shapes::StructureShape.new(name: 'Selector')
68
- SelectorList = Shapes::ListShape.new(name: 'SelectorList')
69
- SetStatusInput = Shapes::StructureShape.new(name: 'SetStatusInput')
70
- SetTaskStatusInput = Shapes::StructureShape.new(name: 'SetTaskStatusInput')
71
- SetTaskStatusOutput = Shapes::StructureShape.new(name: 'SetTaskStatusOutput')
72
- Tag = Shapes::StructureShape.new(name: 'Tag')
73
- TaskNotFoundException = Shapes::StructureShape.new(name: 'TaskNotFoundException')
74
- TaskObject = Shapes::StructureShape.new(name: 'TaskObject')
75
- TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
76
- ValidatePipelineDefinitionInput = Shapes::StructureShape.new(name: 'ValidatePipelineDefinitionInput')
77
- ValidatePipelineDefinitionOutput = Shapes::StructureShape.new(name: 'ValidatePipelineDefinitionOutput')
78
- ValidationError = Shapes::StructureShape.new(name: 'ValidationError')
79
- ValidationErrors = Shapes::ListShape.new(name: 'ValidationErrors')
80
- ValidationWarning = Shapes::StructureShape.new(name: 'ValidationWarning')
81
- ValidationWarnings = Shapes::ListShape.new(name: 'ValidationWarnings')
82
- attributeNameString = Shapes::StringShape.new(name: 'attributeNameString')
83
- attributeValueString = Shapes::StringShape.new(name: 'attributeValueString')
84
- boolean = Shapes::BooleanShape.new(name: 'boolean')
85
- cancelActive = Shapes::BooleanShape.new(name: 'cancelActive')
86
- errorMessage = Shapes::StringShape.new(name: 'errorMessage')
87
- fieldList = Shapes::ListShape.new(name: 'fieldList')
88
- fieldNameString = Shapes::StringShape.new(name: 'fieldNameString')
89
- fieldStringValue = Shapes::StringShape.new(name: 'fieldStringValue')
90
- id = Shapes::StringShape.new(name: 'id')
91
- idList = Shapes::ListShape.new(name: 'idList')
92
- int = Shapes::IntegerShape.new(name: 'int')
93
- longString = Shapes::StringShape.new(name: 'longString')
94
- pipelineList = Shapes::ListShape.new(name: 'pipelineList')
95
- string = Shapes::StringShape.new(name: 'string')
96
- stringList = Shapes::ListShape.new(name: 'stringList')
97
- tagKey = Shapes::StringShape.new(name: 'tagKey')
98
- tagList = Shapes::ListShape.new(name: 'tagList')
99
- tagValue = Shapes::StringShape.new(name: 'tagValue')
100
- taskId = Shapes::StringShape.new(name: 'taskId')
101
- timestamp = Shapes::TimestampShape.new(name: 'timestamp')
102
- validationMessage = Shapes::StringShape.new(name: 'validationMessage')
103
- validationMessages = Shapes::ListShape.new(name: 'validationMessages')
104
-
105
- ActivatePipelineInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
106
- ActivatePipelineInput.add_member(:parameter_values, Shapes::ShapeRef.new(shape: ParameterValueList, location_name: "parameterValues"))
107
- ActivatePipelineInput.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "startTimestamp"))
108
- ActivatePipelineInput.struct_class = Types::ActivatePipelineInput
109
-
110
- ActivatePipelineOutput.struct_class = Types::ActivatePipelineOutput
111
-
112
- AddTagsInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
113
- AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, required: true, location_name: "tags"))
114
- AddTagsInput.struct_class = Types::AddTagsInput
115
-
116
- AddTagsOutput.struct_class = Types::AddTagsOutput
117
-
118
- CreatePipelineInput.add_member(:name, Shapes::ShapeRef.new(shape: id, required: true, location_name: "name"))
119
- CreatePipelineInput.add_member(:unique_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "uniqueId"))
120
- CreatePipelineInput.add_member(:description, Shapes::ShapeRef.new(shape: string, location_name: "description"))
121
- CreatePipelineInput.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
122
- CreatePipelineInput.struct_class = Types::CreatePipelineInput
123
-
124
- CreatePipelineOutput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
125
- CreatePipelineOutput.struct_class = Types::CreatePipelineOutput
126
-
127
- DeactivatePipelineInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
128
- DeactivatePipelineInput.add_member(:cancel_active, Shapes::ShapeRef.new(shape: cancelActive, location_name: "cancelActive"))
129
- DeactivatePipelineInput.struct_class = Types::DeactivatePipelineInput
130
-
131
- DeactivatePipelineOutput.struct_class = Types::DeactivatePipelineOutput
132
-
133
- DeletePipelineInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
134
- DeletePipelineInput.struct_class = Types::DeletePipelineInput
135
-
136
- DescribeObjectsInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
137
- DescribeObjectsInput.add_member(:object_ids, Shapes::ShapeRef.new(shape: idList, required: true, location_name: "objectIds"))
138
- DescribeObjectsInput.add_member(:evaluate_expressions, Shapes::ShapeRef.new(shape: boolean, location_name: "evaluateExpressions"))
139
- DescribeObjectsInput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
140
- DescribeObjectsInput.struct_class = Types::DescribeObjectsInput
141
-
142
- DescribeObjectsOutput.add_member(:pipeline_objects, Shapes::ShapeRef.new(shape: PipelineObjectList, required: true, location_name: "pipelineObjects"))
143
- DescribeObjectsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
144
- DescribeObjectsOutput.add_member(:has_more_results, Shapes::ShapeRef.new(shape: boolean, location_name: "hasMoreResults"))
145
- DescribeObjectsOutput.struct_class = Types::DescribeObjectsOutput
146
-
147
- DescribePipelinesInput.add_member(:pipeline_ids, Shapes::ShapeRef.new(shape: idList, required: true, location_name: "pipelineIds"))
148
- DescribePipelinesInput.struct_class = Types::DescribePipelinesInput
149
-
150
- DescribePipelinesOutput.add_member(:pipeline_description_list, Shapes::ShapeRef.new(shape: PipelineDescriptionList, required: true, location_name: "pipelineDescriptionList"))
151
- DescribePipelinesOutput.struct_class = Types::DescribePipelinesOutput
152
-
153
- EvaluateExpressionInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
154
- EvaluateExpressionInput.add_member(:object_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "objectId"))
155
- EvaluateExpressionInput.add_member(:expression, Shapes::ShapeRef.new(shape: longString, required: true, location_name: "expression"))
156
- EvaluateExpressionInput.struct_class = Types::EvaluateExpressionInput
157
-
158
- EvaluateExpressionOutput.add_member(:evaluated_expression, Shapes::ShapeRef.new(shape: longString, required: true, location_name: "evaluatedExpression"))
159
- EvaluateExpressionOutput.struct_class = Types::EvaluateExpressionOutput
160
-
161
- Field.add_member(:key, Shapes::ShapeRef.new(shape: fieldNameString, required: true, location_name: "key"))
162
- Field.add_member(:string_value, Shapes::ShapeRef.new(shape: fieldStringValue, location_name: "stringValue"))
163
- Field.add_member(:ref_value, Shapes::ShapeRef.new(shape: fieldNameString, location_name: "refValue"))
164
- Field.struct_class = Types::Field
165
-
166
- GetPipelineDefinitionInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
167
- GetPipelineDefinitionInput.add_member(:version, Shapes::ShapeRef.new(shape: string, location_name: "version"))
168
- GetPipelineDefinitionInput.struct_class = Types::GetPipelineDefinitionInput
169
-
170
- GetPipelineDefinitionOutput.add_member(:pipeline_objects, Shapes::ShapeRef.new(shape: PipelineObjectList, location_name: "pipelineObjects"))
171
- GetPipelineDefinitionOutput.add_member(:parameter_objects, Shapes::ShapeRef.new(shape: ParameterObjectList, location_name: "parameterObjects"))
172
- GetPipelineDefinitionOutput.add_member(:parameter_values, Shapes::ShapeRef.new(shape: ParameterValueList, location_name: "parameterValues"))
173
- GetPipelineDefinitionOutput.struct_class = Types::GetPipelineDefinitionOutput
174
-
175
- InstanceIdentity.add_member(:document, Shapes::ShapeRef.new(shape: string, location_name: "document"))
176
- InstanceIdentity.add_member(:signature, Shapes::ShapeRef.new(shape: string, location_name: "signature"))
177
- InstanceIdentity.struct_class = Types::InstanceIdentity
178
-
179
- ListPipelinesInput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
180
- ListPipelinesInput.struct_class = Types::ListPipelinesInput
181
-
182
- ListPipelinesOutput.add_member(:pipeline_id_list, Shapes::ShapeRef.new(shape: pipelineList, required: true, location_name: "pipelineIdList"))
183
- ListPipelinesOutput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
184
- ListPipelinesOutput.add_member(:has_more_results, Shapes::ShapeRef.new(shape: boolean, location_name: "hasMoreResults"))
185
- ListPipelinesOutput.struct_class = Types::ListPipelinesOutput
186
-
187
- Operator.add_member(:type, Shapes::ShapeRef.new(shape: OperatorType, location_name: "type"))
188
- Operator.add_member(:values, Shapes::ShapeRef.new(shape: stringList, location_name: "values"))
189
- Operator.struct_class = Types::Operator
190
-
191
- ParameterAttribute.add_member(:key, Shapes::ShapeRef.new(shape: attributeNameString, required: true, location_name: "key"))
192
- ParameterAttribute.add_member(:string_value, Shapes::ShapeRef.new(shape: attributeValueString, required: true, location_name: "stringValue"))
193
- ParameterAttribute.struct_class = Types::ParameterAttribute
8
+ module Aws::DataPipeline
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ ActivatePipelineInput = Shapes::StructureShape.new(name: 'ActivatePipelineInput')
15
+ ActivatePipelineOutput = Shapes::StructureShape.new(name: 'ActivatePipelineOutput')
16
+ AddTagsInput = Shapes::StructureShape.new(name: 'AddTagsInput')
17
+ AddTagsOutput = Shapes::StructureShape.new(name: 'AddTagsOutput')
18
+ CreatePipelineInput = Shapes::StructureShape.new(name: 'CreatePipelineInput')
19
+ CreatePipelineOutput = Shapes::StructureShape.new(name: 'CreatePipelineOutput')
20
+ DeactivatePipelineInput = Shapes::StructureShape.new(name: 'DeactivatePipelineInput')
21
+ DeactivatePipelineOutput = Shapes::StructureShape.new(name: 'DeactivatePipelineOutput')
22
+ DeletePipelineInput = Shapes::StructureShape.new(name: 'DeletePipelineInput')
23
+ DescribeObjectsInput = Shapes::StructureShape.new(name: 'DescribeObjectsInput')
24
+ DescribeObjectsOutput = Shapes::StructureShape.new(name: 'DescribeObjectsOutput')
25
+ DescribePipelinesInput = Shapes::StructureShape.new(name: 'DescribePipelinesInput')
26
+ DescribePipelinesOutput = Shapes::StructureShape.new(name: 'DescribePipelinesOutput')
27
+ EvaluateExpressionInput = Shapes::StructureShape.new(name: 'EvaluateExpressionInput')
28
+ EvaluateExpressionOutput = Shapes::StructureShape.new(name: 'EvaluateExpressionOutput')
29
+ Field = Shapes::StructureShape.new(name: 'Field')
30
+ GetPipelineDefinitionInput = Shapes::StructureShape.new(name: 'GetPipelineDefinitionInput')
31
+ GetPipelineDefinitionOutput = Shapes::StructureShape.new(name: 'GetPipelineDefinitionOutput')
32
+ InstanceIdentity = Shapes::StructureShape.new(name: 'InstanceIdentity')
33
+ InternalServiceError = Shapes::StructureShape.new(name: 'InternalServiceError')
34
+ InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
35
+ ListPipelinesInput = Shapes::StructureShape.new(name: 'ListPipelinesInput')
36
+ ListPipelinesOutput = Shapes::StructureShape.new(name: 'ListPipelinesOutput')
37
+ Operator = Shapes::StructureShape.new(name: 'Operator')
38
+ OperatorType = Shapes::StringShape.new(name: 'OperatorType')
39
+ ParameterAttribute = Shapes::StructureShape.new(name: 'ParameterAttribute')
40
+ ParameterAttributeList = Shapes::ListShape.new(name: 'ParameterAttributeList')
41
+ ParameterObject = Shapes::StructureShape.new(name: 'ParameterObject')
42
+ ParameterObjectList = Shapes::ListShape.new(name: 'ParameterObjectList')
43
+ ParameterValue = Shapes::StructureShape.new(name: 'ParameterValue')
44
+ ParameterValueList = Shapes::ListShape.new(name: 'ParameterValueList')
45
+ PipelineDeletedException = Shapes::StructureShape.new(name: 'PipelineDeletedException')
46
+ PipelineDescription = Shapes::StructureShape.new(name: 'PipelineDescription')
47
+ PipelineDescriptionList = Shapes::ListShape.new(name: 'PipelineDescriptionList')
48
+ PipelineIdName = Shapes::StructureShape.new(name: 'PipelineIdName')
49
+ PipelineNotFoundException = Shapes::StructureShape.new(name: 'PipelineNotFoundException')
50
+ PipelineObject = Shapes::StructureShape.new(name: 'PipelineObject')
51
+ PipelineObjectList = Shapes::ListShape.new(name: 'PipelineObjectList')
52
+ PipelineObjectMap = Shapes::MapShape.new(name: 'PipelineObjectMap')
53
+ PollForTaskInput = Shapes::StructureShape.new(name: 'PollForTaskInput')
54
+ PollForTaskOutput = Shapes::StructureShape.new(name: 'PollForTaskOutput')
55
+ PutPipelineDefinitionInput = Shapes::StructureShape.new(name: 'PutPipelineDefinitionInput')
56
+ PutPipelineDefinitionOutput = Shapes::StructureShape.new(name: 'PutPipelineDefinitionOutput')
57
+ Query = Shapes::StructureShape.new(name: 'Query')
58
+ QueryObjectsInput = Shapes::StructureShape.new(name: 'QueryObjectsInput')
59
+ QueryObjectsOutput = Shapes::StructureShape.new(name: 'QueryObjectsOutput')
60
+ RemoveTagsInput = Shapes::StructureShape.new(name: 'RemoveTagsInput')
61
+ RemoveTagsOutput = Shapes::StructureShape.new(name: 'RemoveTagsOutput')
62
+ ReportTaskProgressInput = Shapes::StructureShape.new(name: 'ReportTaskProgressInput')
63
+ ReportTaskProgressOutput = Shapes::StructureShape.new(name: 'ReportTaskProgressOutput')
64
+ ReportTaskRunnerHeartbeatInput = Shapes::StructureShape.new(name: 'ReportTaskRunnerHeartbeatInput')
65
+ ReportTaskRunnerHeartbeatOutput = Shapes::StructureShape.new(name: 'ReportTaskRunnerHeartbeatOutput')
66
+ Selector = Shapes::StructureShape.new(name: 'Selector')
67
+ SelectorList = Shapes::ListShape.new(name: 'SelectorList')
68
+ SetStatusInput = Shapes::StructureShape.new(name: 'SetStatusInput')
69
+ SetTaskStatusInput = Shapes::StructureShape.new(name: 'SetTaskStatusInput')
70
+ SetTaskStatusOutput = Shapes::StructureShape.new(name: 'SetTaskStatusOutput')
71
+ Tag = Shapes::StructureShape.new(name: 'Tag')
72
+ TaskNotFoundException = Shapes::StructureShape.new(name: 'TaskNotFoundException')
73
+ TaskObject = Shapes::StructureShape.new(name: 'TaskObject')
74
+ TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
75
+ ValidatePipelineDefinitionInput = Shapes::StructureShape.new(name: 'ValidatePipelineDefinitionInput')
76
+ ValidatePipelineDefinitionOutput = Shapes::StructureShape.new(name: 'ValidatePipelineDefinitionOutput')
77
+ ValidationError = Shapes::StructureShape.new(name: 'ValidationError')
78
+ ValidationErrors = Shapes::ListShape.new(name: 'ValidationErrors')
79
+ ValidationWarning = Shapes::StructureShape.new(name: 'ValidationWarning')
80
+ ValidationWarnings = Shapes::ListShape.new(name: 'ValidationWarnings')
81
+ attributeNameString = Shapes::StringShape.new(name: 'attributeNameString')
82
+ attributeValueString = Shapes::StringShape.new(name: 'attributeValueString')
83
+ boolean = Shapes::BooleanShape.new(name: 'boolean')
84
+ cancelActive = Shapes::BooleanShape.new(name: 'cancelActive')
85
+ errorMessage = Shapes::StringShape.new(name: 'errorMessage')
86
+ fieldList = Shapes::ListShape.new(name: 'fieldList')
87
+ fieldNameString = Shapes::StringShape.new(name: 'fieldNameString')
88
+ fieldStringValue = Shapes::StringShape.new(name: 'fieldStringValue')
89
+ id = Shapes::StringShape.new(name: 'id')
90
+ idList = Shapes::ListShape.new(name: 'idList')
91
+ int = Shapes::IntegerShape.new(name: 'int')
92
+ longString = Shapes::StringShape.new(name: 'longString')
93
+ pipelineList = Shapes::ListShape.new(name: 'pipelineList')
94
+ string = Shapes::StringShape.new(name: 'string')
95
+ stringList = Shapes::ListShape.new(name: 'stringList')
96
+ tagKey = Shapes::StringShape.new(name: 'tagKey')
97
+ tagList = Shapes::ListShape.new(name: 'tagList')
98
+ tagValue = Shapes::StringShape.new(name: 'tagValue')
99
+ taskId = Shapes::StringShape.new(name: 'taskId')
100
+ timestamp = Shapes::TimestampShape.new(name: 'timestamp')
101
+ validationMessage = Shapes::StringShape.new(name: 'validationMessage')
102
+ validationMessages = Shapes::ListShape.new(name: 'validationMessages')
103
+
104
+ ActivatePipelineInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
105
+ ActivatePipelineInput.add_member(:parameter_values, Shapes::ShapeRef.new(shape: ParameterValueList, location_name: "parameterValues"))
106
+ ActivatePipelineInput.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "startTimestamp"))
107
+ ActivatePipelineInput.struct_class = Types::ActivatePipelineInput
108
+
109
+ ActivatePipelineOutput.struct_class = Types::ActivatePipelineOutput
110
+
111
+ AddTagsInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
112
+ AddTagsInput.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, required: true, location_name: "tags"))
113
+ AddTagsInput.struct_class = Types::AddTagsInput
114
+
115
+ AddTagsOutput.struct_class = Types::AddTagsOutput
116
+
117
+ CreatePipelineInput.add_member(:name, Shapes::ShapeRef.new(shape: id, required: true, location_name: "name"))
118
+ CreatePipelineInput.add_member(:unique_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "uniqueId"))
119
+ CreatePipelineInput.add_member(:description, Shapes::ShapeRef.new(shape: string, location_name: "description"))
120
+ CreatePipelineInput.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
121
+ CreatePipelineInput.struct_class = Types::CreatePipelineInput
122
+
123
+ CreatePipelineOutput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
124
+ CreatePipelineOutput.struct_class = Types::CreatePipelineOutput
125
+
126
+ DeactivatePipelineInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
127
+ DeactivatePipelineInput.add_member(:cancel_active, Shapes::ShapeRef.new(shape: cancelActive, location_name: "cancelActive"))
128
+ DeactivatePipelineInput.struct_class = Types::DeactivatePipelineInput
129
+
130
+ DeactivatePipelineOutput.struct_class = Types::DeactivatePipelineOutput
131
+
132
+ DeletePipelineInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
133
+ DeletePipelineInput.struct_class = Types::DeletePipelineInput
134
+
135
+ DescribeObjectsInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
136
+ DescribeObjectsInput.add_member(:object_ids, Shapes::ShapeRef.new(shape: idList, required: true, location_name: "objectIds"))
137
+ DescribeObjectsInput.add_member(:evaluate_expressions, Shapes::ShapeRef.new(shape: boolean, location_name: "evaluateExpressions"))
138
+ DescribeObjectsInput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
139
+ DescribeObjectsInput.struct_class = Types::DescribeObjectsInput
140
+
141
+ DescribeObjectsOutput.add_member(:pipeline_objects, Shapes::ShapeRef.new(shape: PipelineObjectList, required: true, location_name: "pipelineObjects"))
142
+ DescribeObjectsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
143
+ DescribeObjectsOutput.add_member(:has_more_results, Shapes::ShapeRef.new(shape: boolean, location_name: "hasMoreResults"))
144
+ DescribeObjectsOutput.struct_class = Types::DescribeObjectsOutput
145
+
146
+ DescribePipelinesInput.add_member(:pipeline_ids, Shapes::ShapeRef.new(shape: idList, required: true, location_name: "pipelineIds"))
147
+ DescribePipelinesInput.struct_class = Types::DescribePipelinesInput
148
+
149
+ DescribePipelinesOutput.add_member(:pipeline_description_list, Shapes::ShapeRef.new(shape: PipelineDescriptionList, required: true, location_name: "pipelineDescriptionList"))
150
+ DescribePipelinesOutput.struct_class = Types::DescribePipelinesOutput
151
+
152
+ EvaluateExpressionInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
153
+ EvaluateExpressionInput.add_member(:object_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "objectId"))
154
+ EvaluateExpressionInput.add_member(:expression, Shapes::ShapeRef.new(shape: longString, required: true, location_name: "expression"))
155
+ EvaluateExpressionInput.struct_class = Types::EvaluateExpressionInput
156
+
157
+ EvaluateExpressionOutput.add_member(:evaluated_expression, Shapes::ShapeRef.new(shape: longString, required: true, location_name: "evaluatedExpression"))
158
+ EvaluateExpressionOutput.struct_class = Types::EvaluateExpressionOutput
159
+
160
+ Field.add_member(:key, Shapes::ShapeRef.new(shape: fieldNameString, required: true, location_name: "key"))
161
+ Field.add_member(:string_value, Shapes::ShapeRef.new(shape: fieldStringValue, location_name: "stringValue"))
162
+ Field.add_member(:ref_value, Shapes::ShapeRef.new(shape: fieldNameString, location_name: "refValue"))
163
+ Field.struct_class = Types::Field
164
+
165
+ GetPipelineDefinitionInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
166
+ GetPipelineDefinitionInput.add_member(:version, Shapes::ShapeRef.new(shape: string, location_name: "version"))
167
+ GetPipelineDefinitionInput.struct_class = Types::GetPipelineDefinitionInput
168
+
169
+ GetPipelineDefinitionOutput.add_member(:pipeline_objects, Shapes::ShapeRef.new(shape: PipelineObjectList, location_name: "pipelineObjects"))
170
+ GetPipelineDefinitionOutput.add_member(:parameter_objects, Shapes::ShapeRef.new(shape: ParameterObjectList, location_name: "parameterObjects"))
171
+ GetPipelineDefinitionOutput.add_member(:parameter_values, Shapes::ShapeRef.new(shape: ParameterValueList, location_name: "parameterValues"))
172
+ GetPipelineDefinitionOutput.struct_class = Types::GetPipelineDefinitionOutput
173
+
174
+ InstanceIdentity.add_member(:document, Shapes::ShapeRef.new(shape: string, location_name: "document"))
175
+ InstanceIdentity.add_member(:signature, Shapes::ShapeRef.new(shape: string, location_name: "signature"))
176
+ InstanceIdentity.struct_class = Types::InstanceIdentity
177
+
178
+ ListPipelinesInput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
179
+ ListPipelinesInput.struct_class = Types::ListPipelinesInput
180
+
181
+ ListPipelinesOutput.add_member(:pipeline_id_list, Shapes::ShapeRef.new(shape: pipelineList, required: true, location_name: "pipelineIdList"))
182
+ ListPipelinesOutput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
183
+ ListPipelinesOutput.add_member(:has_more_results, Shapes::ShapeRef.new(shape: boolean, location_name: "hasMoreResults"))
184
+ ListPipelinesOutput.struct_class = Types::ListPipelinesOutput
185
+
186
+ Operator.add_member(:type, Shapes::ShapeRef.new(shape: OperatorType, location_name: "type"))
187
+ Operator.add_member(:values, Shapes::ShapeRef.new(shape: stringList, location_name: "values"))
188
+ Operator.struct_class = Types::Operator
189
+
190
+ ParameterAttribute.add_member(:key, Shapes::ShapeRef.new(shape: attributeNameString, required: true, location_name: "key"))
191
+ ParameterAttribute.add_member(:string_value, Shapes::ShapeRef.new(shape: attributeValueString, required: true, location_name: "stringValue"))
192
+ ParameterAttribute.struct_class = Types::ParameterAttribute
193
+
194
+ ParameterAttributeList.member = Shapes::ShapeRef.new(shape: ParameterAttribute)
195
+
196
+ ParameterObject.add_member(:id, Shapes::ShapeRef.new(shape: fieldNameString, required: true, location_name: "id"))
197
+ ParameterObject.add_member(:attributes, Shapes::ShapeRef.new(shape: ParameterAttributeList, required: true, location_name: "attributes"))
198
+ ParameterObject.struct_class = Types::ParameterObject
199
+
200
+ ParameterObjectList.member = Shapes::ShapeRef.new(shape: ParameterObject)
201
+
202
+ ParameterValue.add_member(:id, Shapes::ShapeRef.new(shape: fieldNameString, required: true, location_name: "id"))
203
+ ParameterValue.add_member(:string_value, Shapes::ShapeRef.new(shape: fieldStringValue, required: true, location_name: "stringValue"))
204
+ ParameterValue.struct_class = Types::ParameterValue
205
+
206
+ ParameterValueList.member = Shapes::ShapeRef.new(shape: ParameterValue)
207
+
208
+ PipelineDescription.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
209
+ PipelineDescription.add_member(:name, Shapes::ShapeRef.new(shape: id, required: true, location_name: "name"))
210
+ PipelineDescription.add_member(:fields, Shapes::ShapeRef.new(shape: fieldList, required: true, location_name: "fields"))
211
+ PipelineDescription.add_member(:description, Shapes::ShapeRef.new(shape: string, location_name: "description"))
212
+ PipelineDescription.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
213
+ PipelineDescription.struct_class = Types::PipelineDescription
214
+
215
+ PipelineDescriptionList.member = Shapes::ShapeRef.new(shape: PipelineDescription)
216
+
217
+ PipelineIdName.add_member(:id, Shapes::ShapeRef.new(shape: id, location_name: "id"))
218
+ PipelineIdName.add_member(:name, Shapes::ShapeRef.new(shape: id, location_name: "name"))
219
+ PipelineIdName.struct_class = Types::PipelineIdName
220
+
221
+ PipelineObject.add_member(:id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "id"))
222
+ PipelineObject.add_member(:name, Shapes::ShapeRef.new(shape: id, required: true, location_name: "name"))
223
+ PipelineObject.add_member(:fields, Shapes::ShapeRef.new(shape: fieldList, required: true, location_name: "fields"))
224
+ PipelineObject.struct_class = Types::PipelineObject
225
+
226
+ PipelineObjectList.member = Shapes::ShapeRef.new(shape: PipelineObject)
194
227
 
195
- ParameterAttributeList.member = Shapes::ShapeRef.new(shape: ParameterAttribute)
228
+ PipelineObjectMap.key = Shapes::ShapeRef.new(shape: id)
229
+ PipelineObjectMap.value = Shapes::ShapeRef.new(shape: PipelineObject)
196
230
 
197
- ParameterObject.add_member(:id, Shapes::ShapeRef.new(shape: fieldNameString, required: true, location_name: "id"))
198
- ParameterObject.add_member(:attributes, Shapes::ShapeRef.new(shape: ParameterAttributeList, required: true, location_name: "attributes"))
199
- ParameterObject.struct_class = Types::ParameterObject
231
+ PollForTaskInput.add_member(:worker_group, Shapes::ShapeRef.new(shape: string, required: true, location_name: "workerGroup"))
232
+ PollForTaskInput.add_member(:hostname, Shapes::ShapeRef.new(shape: id, location_name: "hostname"))
233
+ PollForTaskInput.add_member(:instance_identity, Shapes::ShapeRef.new(shape: InstanceIdentity, location_name: "instanceIdentity"))
234
+ PollForTaskInput.struct_class = Types::PollForTaskInput
235
+
236
+ PollForTaskOutput.add_member(:task_object, Shapes::ShapeRef.new(shape: TaskObject, location_name: "taskObject"))
237
+ PollForTaskOutput.struct_class = Types::PollForTaskOutput
200
238
 
201
- ParameterObjectList.member = Shapes::ShapeRef.new(shape: ParameterObject)
239
+ PutPipelineDefinitionInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
240
+ PutPipelineDefinitionInput.add_member(:pipeline_objects, Shapes::ShapeRef.new(shape: PipelineObjectList, required: true, location_name: "pipelineObjects"))
241
+ PutPipelineDefinitionInput.add_member(:parameter_objects, Shapes::ShapeRef.new(shape: ParameterObjectList, location_name: "parameterObjects"))
242
+ PutPipelineDefinitionInput.add_member(:parameter_values, Shapes::ShapeRef.new(shape: ParameterValueList, location_name: "parameterValues"))
243
+ PutPipelineDefinitionInput.struct_class = Types::PutPipelineDefinitionInput
202
244
 
203
- ParameterValue.add_member(:id, Shapes::ShapeRef.new(shape: fieldNameString, required: true, location_name: "id"))
204
- ParameterValue.add_member(:string_value, Shapes::ShapeRef.new(shape: fieldStringValue, required: true, location_name: "stringValue"))
205
- ParameterValue.struct_class = Types::ParameterValue
245
+ PutPipelineDefinitionOutput.add_member(:validation_errors, Shapes::ShapeRef.new(shape: ValidationErrors, location_name: "validationErrors"))
246
+ PutPipelineDefinitionOutput.add_member(:validation_warnings, Shapes::ShapeRef.new(shape: ValidationWarnings, location_name: "validationWarnings"))
247
+ PutPipelineDefinitionOutput.add_member(:errored, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "errored"))
248
+ PutPipelineDefinitionOutput.struct_class = Types::PutPipelineDefinitionOutput
206
249
 
207
- ParameterValueList.member = Shapes::ShapeRef.new(shape: ParameterValue)
250
+ Query.add_member(:selectors, Shapes::ShapeRef.new(shape: SelectorList, location_name: "selectors"))
251
+ Query.struct_class = Types::Query
208
252
 
209
- PipelineDescription.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
210
- PipelineDescription.add_member(:name, Shapes::ShapeRef.new(shape: id, required: true, location_name: "name"))
211
- PipelineDescription.add_member(:fields, Shapes::ShapeRef.new(shape: fieldList, required: true, location_name: "fields"))
212
- PipelineDescription.add_member(:description, Shapes::ShapeRef.new(shape: string, location_name: "description"))
213
- PipelineDescription.add_member(:tags, Shapes::ShapeRef.new(shape: tagList, location_name: "tags"))
214
- PipelineDescription.struct_class = Types::PipelineDescription
253
+ QueryObjectsInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
254
+ QueryObjectsInput.add_member(:query, Shapes::ShapeRef.new(shape: Query, location_name: "query"))
255
+ QueryObjectsInput.add_member(:sphere, Shapes::ShapeRef.new(shape: string, required: true, location_name: "sphere"))
256
+ QueryObjectsInput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
257
+ QueryObjectsInput.add_member(:limit, Shapes::ShapeRef.new(shape: int, location_name: "limit"))
258
+ QueryObjectsInput.struct_class = Types::QueryObjectsInput
215
259
 
216
- PipelineDescriptionList.member = Shapes::ShapeRef.new(shape: PipelineDescription)
260
+ QueryObjectsOutput.add_member(:ids, Shapes::ShapeRef.new(shape: idList, location_name: "ids"))
261
+ QueryObjectsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
262
+ QueryObjectsOutput.add_member(:has_more_results, Shapes::ShapeRef.new(shape: boolean, location_name: "hasMoreResults"))
263
+ QueryObjectsOutput.struct_class = Types::QueryObjectsOutput
217
264
 
218
- PipelineIdName.add_member(:id, Shapes::ShapeRef.new(shape: id, location_name: "id"))
219
- PipelineIdName.add_member(:name, Shapes::ShapeRef.new(shape: id, location_name: "name"))
220
- PipelineIdName.struct_class = Types::PipelineIdName
265
+ RemoveTagsInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
266
+ RemoveTagsInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: stringList, required: true, location_name: "tagKeys"))
267
+ RemoveTagsInput.struct_class = Types::RemoveTagsInput
221
268
 
222
- PipelineObject.add_member(:id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "id"))
223
- PipelineObject.add_member(:name, Shapes::ShapeRef.new(shape: id, required: true, location_name: "name"))
224
- PipelineObject.add_member(:fields, Shapes::ShapeRef.new(shape: fieldList, required: true, location_name: "fields"))
225
- PipelineObject.struct_class = Types::PipelineObject
269
+ RemoveTagsOutput.struct_class = Types::RemoveTagsOutput
226
270
 
227
- PipelineObjectList.member = Shapes::ShapeRef.new(shape: PipelineObject)
271
+ ReportTaskProgressInput.add_member(:task_id, Shapes::ShapeRef.new(shape: taskId, required: true, location_name: "taskId"))
272
+ ReportTaskProgressInput.add_member(:fields, Shapes::ShapeRef.new(shape: fieldList, location_name: "fields"))
273
+ ReportTaskProgressInput.struct_class = Types::ReportTaskProgressInput
228
274
 
229
- PipelineObjectMap.key = Shapes::ShapeRef.new(shape: id)
230
- PipelineObjectMap.value = Shapes::ShapeRef.new(shape: PipelineObject)
275
+ ReportTaskProgressOutput.add_member(:canceled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "canceled"))
276
+ ReportTaskProgressOutput.struct_class = Types::ReportTaskProgressOutput
231
277
 
232
- PollForTaskInput.add_member(:worker_group, Shapes::ShapeRef.new(shape: string, required: true, location_name: "workerGroup"))
233
- PollForTaskInput.add_member(:hostname, Shapes::ShapeRef.new(shape: id, location_name: "hostname"))
234
- PollForTaskInput.add_member(:instance_identity, Shapes::ShapeRef.new(shape: InstanceIdentity, location_name: "instanceIdentity"))
235
- PollForTaskInput.struct_class = Types::PollForTaskInput
236
-
237
- PollForTaskOutput.add_member(:task_object, Shapes::ShapeRef.new(shape: TaskObject, location_name: "taskObject"))
238
- PollForTaskOutput.struct_class = Types::PollForTaskOutput
278
+ ReportTaskRunnerHeartbeatInput.add_member(:taskrunner_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "taskrunnerId"))
279
+ ReportTaskRunnerHeartbeatInput.add_member(:worker_group, Shapes::ShapeRef.new(shape: string, location_name: "workerGroup"))
280
+ ReportTaskRunnerHeartbeatInput.add_member(:hostname, Shapes::ShapeRef.new(shape: id, location_name: "hostname"))
281
+ ReportTaskRunnerHeartbeatInput.struct_class = Types::ReportTaskRunnerHeartbeatInput
239
282
 
240
- PutPipelineDefinitionInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
241
- PutPipelineDefinitionInput.add_member(:pipeline_objects, Shapes::ShapeRef.new(shape: PipelineObjectList, required: true, location_name: "pipelineObjects"))
242
- PutPipelineDefinitionInput.add_member(:parameter_objects, Shapes::ShapeRef.new(shape: ParameterObjectList, location_name: "parameterObjects"))
243
- PutPipelineDefinitionInput.add_member(:parameter_values, Shapes::ShapeRef.new(shape: ParameterValueList, location_name: "parameterValues"))
244
- PutPipelineDefinitionInput.struct_class = Types::PutPipelineDefinitionInput
283
+ ReportTaskRunnerHeartbeatOutput.add_member(:terminate, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "terminate"))
284
+ ReportTaskRunnerHeartbeatOutput.struct_class = Types::ReportTaskRunnerHeartbeatOutput
245
285
 
246
- PutPipelineDefinitionOutput.add_member(:validation_errors, Shapes::ShapeRef.new(shape: ValidationErrors, location_name: "validationErrors"))
247
- PutPipelineDefinitionOutput.add_member(:validation_warnings, Shapes::ShapeRef.new(shape: ValidationWarnings, location_name: "validationWarnings"))
248
- PutPipelineDefinitionOutput.add_member(:errored, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "errored"))
249
- PutPipelineDefinitionOutput.struct_class = Types::PutPipelineDefinitionOutput
286
+ Selector.add_member(:field_name, Shapes::ShapeRef.new(shape: string, location_name: "fieldName"))
287
+ Selector.add_member(:operator, Shapes::ShapeRef.new(shape: Operator, location_name: "operator"))
288
+ Selector.struct_class = Types::Selector
250
289
 
251
- Query.add_member(:selectors, Shapes::ShapeRef.new(shape: SelectorList, location_name: "selectors"))
252
- Query.struct_class = Types::Query
290
+ SelectorList.member = Shapes::ShapeRef.new(shape: Selector)
253
291
 
254
- QueryObjectsInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
255
- QueryObjectsInput.add_member(:query, Shapes::ShapeRef.new(shape: Query, location_name: "query"))
256
- QueryObjectsInput.add_member(:sphere, Shapes::ShapeRef.new(shape: string, required: true, location_name: "sphere"))
257
- QueryObjectsInput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
258
- QueryObjectsInput.add_member(:limit, Shapes::ShapeRef.new(shape: int, location_name: "limit"))
259
- QueryObjectsInput.struct_class = Types::QueryObjectsInput
292
+ SetStatusInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
293
+ SetStatusInput.add_member(:object_ids, Shapes::ShapeRef.new(shape: idList, required: true, location_name: "objectIds"))
294
+ SetStatusInput.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "status"))
295
+ SetStatusInput.struct_class = Types::SetStatusInput
260
296
 
261
- QueryObjectsOutput.add_member(:ids, Shapes::ShapeRef.new(shape: idList, location_name: "ids"))
262
- QueryObjectsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "marker"))
263
- QueryObjectsOutput.add_member(:has_more_results, Shapes::ShapeRef.new(shape: boolean, location_name: "hasMoreResults"))
264
- QueryObjectsOutput.struct_class = Types::QueryObjectsOutput
297
+ SetTaskStatusInput.add_member(:task_id, Shapes::ShapeRef.new(shape: taskId, required: true, location_name: "taskId"))
298
+ SetTaskStatusInput.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, required: true, location_name: "taskStatus"))
299
+ SetTaskStatusInput.add_member(:error_id, Shapes::ShapeRef.new(shape: string, location_name: "errorId"))
300
+ SetTaskStatusInput.add_member(:error_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "errorMessage"))
301
+ SetTaskStatusInput.add_member(:error_stack_trace, Shapes::ShapeRef.new(shape: string, location_name: "errorStackTrace"))
302
+ SetTaskStatusInput.struct_class = Types::SetTaskStatusInput
265
303
 
266
- RemoveTagsInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
267
- RemoveTagsInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: stringList, required: true, location_name: "tagKeys"))
268
- RemoveTagsInput.struct_class = Types::RemoveTagsInput
304
+ SetTaskStatusOutput.struct_class = Types::SetTaskStatusOutput
269
305
 
270
- RemoveTagsOutput.struct_class = Types::RemoveTagsOutput
306
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: tagKey, required: true, location_name: "key"))
307
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: tagValue, required: true, location_name: "value"))
308
+ Tag.struct_class = Types::Tag
271
309
 
272
- ReportTaskProgressInput.add_member(:task_id, Shapes::ShapeRef.new(shape: taskId, required: true, location_name: "taskId"))
273
- ReportTaskProgressInput.add_member(:fields, Shapes::ShapeRef.new(shape: fieldList, location_name: "fields"))
274
- ReportTaskProgressInput.struct_class = Types::ReportTaskProgressInput
310
+ TaskObject.add_member(:task_id, Shapes::ShapeRef.new(shape: taskId, location_name: "taskId"))
311
+ TaskObject.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, location_name: "pipelineId"))
312
+ TaskObject.add_member(:attempt_id, Shapes::ShapeRef.new(shape: id, location_name: "attemptId"))
313
+ TaskObject.add_member(:objects, Shapes::ShapeRef.new(shape: PipelineObjectMap, location_name: "objects"))
314
+ TaskObject.struct_class = Types::TaskObject
275
315
 
276
- ReportTaskProgressOutput.add_member(:canceled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "canceled"))
277
- ReportTaskProgressOutput.struct_class = Types::ReportTaskProgressOutput
316
+ ValidatePipelineDefinitionInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
317
+ ValidatePipelineDefinitionInput.add_member(:pipeline_objects, Shapes::ShapeRef.new(shape: PipelineObjectList, required: true, location_name: "pipelineObjects"))
318
+ ValidatePipelineDefinitionInput.add_member(:parameter_objects, Shapes::ShapeRef.new(shape: ParameterObjectList, location_name: "parameterObjects"))
319
+ ValidatePipelineDefinitionInput.add_member(:parameter_values, Shapes::ShapeRef.new(shape: ParameterValueList, location_name: "parameterValues"))
320
+ ValidatePipelineDefinitionInput.struct_class = Types::ValidatePipelineDefinitionInput
278
321
 
279
- ReportTaskRunnerHeartbeatInput.add_member(:taskrunner_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "taskrunnerId"))
280
- ReportTaskRunnerHeartbeatInput.add_member(:worker_group, Shapes::ShapeRef.new(shape: string, location_name: "workerGroup"))
281
- ReportTaskRunnerHeartbeatInput.add_member(:hostname, Shapes::ShapeRef.new(shape: id, location_name: "hostname"))
282
- ReportTaskRunnerHeartbeatInput.struct_class = Types::ReportTaskRunnerHeartbeatInput
322
+ ValidatePipelineDefinitionOutput.add_member(:validation_errors, Shapes::ShapeRef.new(shape: ValidationErrors, location_name: "validationErrors"))
323
+ ValidatePipelineDefinitionOutput.add_member(:validation_warnings, Shapes::ShapeRef.new(shape: ValidationWarnings, location_name: "validationWarnings"))
324
+ ValidatePipelineDefinitionOutput.add_member(:errored, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "errored"))
325
+ ValidatePipelineDefinitionOutput.struct_class = Types::ValidatePipelineDefinitionOutput
283
326
 
284
- ReportTaskRunnerHeartbeatOutput.add_member(:terminate, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "terminate"))
285
- ReportTaskRunnerHeartbeatOutput.struct_class = Types::ReportTaskRunnerHeartbeatOutput
327
+ ValidationError.add_member(:id, Shapes::ShapeRef.new(shape: id, location_name: "id"))
328
+ ValidationError.add_member(:errors, Shapes::ShapeRef.new(shape: validationMessages, location_name: "errors"))
329
+ ValidationError.struct_class = Types::ValidationError
286
330
 
287
- Selector.add_member(:field_name, Shapes::ShapeRef.new(shape: string, location_name: "fieldName"))
288
- Selector.add_member(:operator, Shapes::ShapeRef.new(shape: Operator, location_name: "operator"))
289
- Selector.struct_class = Types::Selector
331
+ ValidationErrors.member = Shapes::ShapeRef.new(shape: ValidationError)
290
332
 
291
- SelectorList.member = Shapes::ShapeRef.new(shape: Selector)
292
-
293
- SetStatusInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
294
- SetStatusInput.add_member(:object_ids, Shapes::ShapeRef.new(shape: idList, required: true, location_name: "objectIds"))
295
- SetStatusInput.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "status"))
296
- SetStatusInput.struct_class = Types::SetStatusInput
297
-
298
- SetTaskStatusInput.add_member(:task_id, Shapes::ShapeRef.new(shape: taskId, required: true, location_name: "taskId"))
299
- SetTaskStatusInput.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, required: true, location_name: "taskStatus"))
300
- SetTaskStatusInput.add_member(:error_id, Shapes::ShapeRef.new(shape: string, location_name: "errorId"))
301
- SetTaskStatusInput.add_member(:error_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "errorMessage"))
302
- SetTaskStatusInput.add_member(:error_stack_trace, Shapes::ShapeRef.new(shape: string, location_name: "errorStackTrace"))
303
- SetTaskStatusInput.struct_class = Types::SetTaskStatusInput
304
-
305
- SetTaskStatusOutput.struct_class = Types::SetTaskStatusOutput
306
-
307
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: tagKey, required: true, location_name: "key"))
308
- Tag.add_member(:value, Shapes::ShapeRef.new(shape: tagValue, required: true, location_name: "value"))
309
- Tag.struct_class = Types::Tag
310
-
311
- TaskObject.add_member(:task_id, Shapes::ShapeRef.new(shape: taskId, location_name: "taskId"))
312
- TaskObject.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, location_name: "pipelineId"))
313
- TaskObject.add_member(:attempt_id, Shapes::ShapeRef.new(shape: id, location_name: "attemptId"))
314
- TaskObject.add_member(:objects, Shapes::ShapeRef.new(shape: PipelineObjectMap, location_name: "objects"))
315
- TaskObject.struct_class = Types::TaskObject
316
-
317
- ValidatePipelineDefinitionInput.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: id, required: true, location_name: "pipelineId"))
318
- ValidatePipelineDefinitionInput.add_member(:pipeline_objects, Shapes::ShapeRef.new(shape: PipelineObjectList, required: true, location_name: "pipelineObjects"))
319
- ValidatePipelineDefinitionInput.add_member(:parameter_objects, Shapes::ShapeRef.new(shape: ParameterObjectList, location_name: "parameterObjects"))
320
- ValidatePipelineDefinitionInput.add_member(:parameter_values, Shapes::ShapeRef.new(shape: ParameterValueList, location_name: "parameterValues"))
321
- ValidatePipelineDefinitionInput.struct_class = Types::ValidatePipelineDefinitionInput
322
-
323
- ValidatePipelineDefinitionOutput.add_member(:validation_errors, Shapes::ShapeRef.new(shape: ValidationErrors, location_name: "validationErrors"))
324
- ValidatePipelineDefinitionOutput.add_member(:validation_warnings, Shapes::ShapeRef.new(shape: ValidationWarnings, location_name: "validationWarnings"))
325
- ValidatePipelineDefinitionOutput.add_member(:errored, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "errored"))
326
- ValidatePipelineDefinitionOutput.struct_class = Types::ValidatePipelineDefinitionOutput
327
-
328
- ValidationError.add_member(:id, Shapes::ShapeRef.new(shape: id, location_name: "id"))
329
- ValidationError.add_member(:errors, Shapes::ShapeRef.new(shape: validationMessages, location_name: "errors"))
330
- ValidationError.struct_class = Types::ValidationError
331
-
332
- ValidationErrors.member = Shapes::ShapeRef.new(shape: ValidationError)
333
-
334
- ValidationWarning.add_member(:id, Shapes::ShapeRef.new(shape: id, location_name: "id"))
335
- ValidationWarning.add_member(:warnings, Shapes::ShapeRef.new(shape: validationMessages, location_name: "warnings"))
336
- ValidationWarning.struct_class = Types::ValidationWarning
337
-
338
- ValidationWarnings.member = Shapes::ShapeRef.new(shape: ValidationWarning)
339
-
340
- fieldList.member = Shapes::ShapeRef.new(shape: Field)
341
-
342
- idList.member = Shapes::ShapeRef.new(shape: id)
343
-
344
- pipelineList.member = Shapes::ShapeRef.new(shape: PipelineIdName)
345
-
346
- stringList.member = Shapes::ShapeRef.new(shape: string)
347
-
348
- tagList.member = Shapes::ShapeRef.new(shape: Tag)
349
-
350
- validationMessages.member = Shapes::ShapeRef.new(shape: validationMessage)
351
-
352
-
353
- # @api private
354
- API = Seahorse::Model::Api.new.tap do |api|
355
-
356
- api.version = "2012-10-29"
357
-
358
- api.metadata = {
359
- "endpointPrefix" => "datapipeline",
360
- "jsonVersion" => "1.1",
361
- "protocol" => "json",
362
- "serviceFullName" => "AWS Data Pipeline",
363
- "signatureVersion" => "v4",
364
- "targetPrefix" => "DataPipeline",
365
- }
366
-
367
- api.add_operation(:activate_pipeline, Seahorse::Model::Operation.new.tap do |o|
368
- o.name = "ActivatePipeline"
369
- o.http_method = "POST"
370
- o.http_request_uri = "/"
371
- o.input = Shapes::ShapeRef.new(shape: ActivatePipelineInput)
372
- o.output = Shapes::ShapeRef.new(shape: ActivatePipelineOutput)
373
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
374
- "exception" => true
375
- })
376
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
377
- "exception" => true
378
- })
379
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
380
- "exception" => true,
381
- "fault" => true
382
- })
383
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
384
- "exception" => true
385
- })
386
- end)
387
-
388
- api.add_operation(:add_tags, Seahorse::Model::Operation.new.tap do |o|
389
- o.name = "AddTags"
390
- o.http_method = "POST"
391
- o.http_request_uri = "/"
392
- o.input = Shapes::ShapeRef.new(shape: AddTagsInput)
393
- o.output = Shapes::ShapeRef.new(shape: AddTagsOutput)
394
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
395
- "exception" => true,
396
- "fault" => true
397
- })
398
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
399
- "exception" => true
400
- })
401
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
402
- "exception" => true
403
- })
404
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
405
- "exception" => true
406
- })
407
- end)
408
-
409
- api.add_operation(:create_pipeline, Seahorse::Model::Operation.new.tap do |o|
410
- o.name = "CreatePipeline"
411
- o.http_method = "POST"
412
- o.http_request_uri = "/"
413
- o.input = Shapes::ShapeRef.new(shape: CreatePipelineInput)
414
- o.output = Shapes::ShapeRef.new(shape: CreatePipelineOutput)
415
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
416
- "exception" => true,
417
- "fault" => true
418
- })
419
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
420
- "exception" => true
421
- })
422
- end)
423
-
424
- api.add_operation(:deactivate_pipeline, Seahorse::Model::Operation.new.tap do |o|
425
- o.name = "DeactivatePipeline"
426
- o.http_method = "POST"
427
- o.http_request_uri = "/"
428
- o.input = Shapes::ShapeRef.new(shape: DeactivatePipelineInput)
429
- o.output = Shapes::ShapeRef.new(shape: DeactivatePipelineOutput)
430
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
431
- "exception" => true
432
- })
433
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
434
- "exception" => true
435
- })
436
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
437
- "exception" => true,
438
- "fault" => true
439
- })
440
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
441
- "exception" => true
442
- })
443
- end)
444
-
445
- api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
446
- o.name = "DeletePipeline"
447
- o.http_method = "POST"
448
- o.http_request_uri = "/"
449
- o.input = Shapes::ShapeRef.new(shape: DeletePipelineInput)
450
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
451
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
452
- "exception" => true
453
- })
454
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
455
- "exception" => true,
456
- "fault" => true
457
- })
458
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
459
- "exception" => true
460
- })
461
- end)
462
-
463
- api.add_operation(:describe_objects, Seahorse::Model::Operation.new.tap do |o|
464
- o.name = "DescribeObjects"
465
- o.http_method = "POST"
466
- o.http_request_uri = "/"
467
- o.input = Shapes::ShapeRef.new(shape: DescribeObjectsInput)
468
- o.output = Shapes::ShapeRef.new(shape: DescribeObjectsOutput)
469
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
470
- "exception" => true,
471
- "fault" => true
472
- })
473
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
474
- "exception" => true
475
- })
476
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
477
- "exception" => true
478
- })
479
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
480
- "exception" => true
481
- })
482
- o[:pager] = Aws::Pager.new(
483
- more_results: "has_more_results",
484
- tokens: {
485
- "marker" => "marker"
486
- }
487
- )
488
- end)
489
-
490
- api.add_operation(:describe_pipelines, Seahorse::Model::Operation.new.tap do |o|
491
- o.name = "DescribePipelines"
492
- o.http_method = "POST"
493
- o.http_request_uri = "/"
494
- o.input = Shapes::ShapeRef.new(shape: DescribePipelinesInput)
495
- o.output = Shapes::ShapeRef.new(shape: DescribePipelinesOutput)
496
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
497
- "exception" => true
498
- })
499
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
500
- "exception" => true
501
- })
502
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
503
- "exception" => true,
504
- "fault" => true
505
- })
506
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
507
- "exception" => true
508
- })
509
- end)
510
-
511
- api.add_operation(:evaluate_expression, Seahorse::Model::Operation.new.tap do |o|
512
- o.name = "EvaluateExpression"
513
- o.http_method = "POST"
514
- o.http_request_uri = "/"
515
- o.input = Shapes::ShapeRef.new(shape: EvaluateExpressionInput)
516
- o.output = Shapes::ShapeRef.new(shape: EvaluateExpressionOutput)
517
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
518
- "exception" => true,
519
- "fault" => true
520
- })
521
- o.errors << Shapes::ShapeRef.new(shape: TaskNotFoundException, metadata: {
522
- "exception" => true
523
- })
524
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
525
- "exception" => true
526
- })
527
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
528
- "exception" => true
529
- })
530
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
531
- "exception" => true
532
- })
533
- end)
534
-
535
- api.add_operation(:get_pipeline_definition, Seahorse::Model::Operation.new.tap do |o|
536
- o.name = "GetPipelineDefinition"
537
- o.http_method = "POST"
538
- o.http_request_uri = "/"
539
- o.input = Shapes::ShapeRef.new(shape: GetPipelineDefinitionInput)
540
- o.output = Shapes::ShapeRef.new(shape: GetPipelineDefinitionOutput)
541
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
542
- "exception" => true,
543
- "fault" => true
544
- })
545
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
546
- "exception" => true
547
- })
548
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
549
- "exception" => true
550
- })
551
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
552
- "exception" => true
553
- })
554
- end)
555
-
556
- api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
557
- o.name = "ListPipelines"
558
- o.http_method = "POST"
559
- o.http_request_uri = "/"
560
- o.input = Shapes::ShapeRef.new(shape: ListPipelinesInput)
561
- o.output = Shapes::ShapeRef.new(shape: ListPipelinesOutput)
562
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
563
- "exception" => true,
564
- "fault" => true
565
- })
566
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
567
- "exception" => true
568
- })
569
- o[:pager] = Aws::Pager.new(
570
- more_results: "has_more_results",
571
- tokens: {
572
- "marker" => "marker"
573
- }
574
- )
575
- end)
576
-
577
- api.add_operation(:poll_for_task, Seahorse::Model::Operation.new.tap do |o|
578
- o.name = "PollForTask"
579
- o.http_method = "POST"
580
- o.http_request_uri = "/"
581
- o.input = Shapes::ShapeRef.new(shape: PollForTaskInput)
582
- o.output = Shapes::ShapeRef.new(shape: PollForTaskOutput)
583
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
584
- "exception" => true,
585
- "fault" => true
586
- })
587
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
588
- "exception" => true
589
- })
590
- o.errors << Shapes::ShapeRef.new(shape: TaskNotFoundException, metadata: {
591
- "exception" => true
592
- })
593
- end)
594
-
595
- api.add_operation(:put_pipeline_definition, Seahorse::Model::Operation.new.tap do |o|
596
- o.name = "PutPipelineDefinition"
597
- o.http_method = "POST"
598
- o.http_request_uri = "/"
599
- o.input = Shapes::ShapeRef.new(shape: PutPipelineDefinitionInput)
600
- o.output = Shapes::ShapeRef.new(shape: PutPipelineDefinitionOutput)
601
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
602
- "exception" => true,
603
- "fault" => true
604
- })
605
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
606
- "exception" => true
607
- })
608
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
609
- "exception" => true
610
- })
611
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
612
- "exception" => true
613
- })
614
- end)
615
-
616
- api.add_operation(:query_objects, Seahorse::Model::Operation.new.tap do |o|
617
- o.name = "QueryObjects"
618
- o.http_method = "POST"
619
- o.http_request_uri = "/"
620
- o.input = Shapes::ShapeRef.new(shape: QueryObjectsInput)
621
- o.output = Shapes::ShapeRef.new(shape: QueryObjectsOutput)
622
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
623
- "exception" => true
624
- })
625
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
626
- "exception" => true
627
- })
628
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
629
- "exception" => true,
630
- "fault" => true
631
- })
632
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
633
- "exception" => true
634
- })
635
- o[:pager] = Aws::Pager.new(
636
- more_results: "has_more_results",
637
- limit_key: "limit",
638
- tokens: {
639
- "marker" => "marker"
640
- }
641
- )
642
- end)
643
-
644
- api.add_operation(:remove_tags, Seahorse::Model::Operation.new.tap do |o|
645
- o.name = "RemoveTags"
646
- o.http_method = "POST"
647
- o.http_request_uri = "/"
648
- o.input = Shapes::ShapeRef.new(shape: RemoveTagsInput)
649
- o.output = Shapes::ShapeRef.new(shape: RemoveTagsOutput)
650
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
651
- "exception" => true,
652
- "fault" => true
653
- })
654
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
655
- "exception" => true
656
- })
657
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
658
- "exception" => true
659
- })
660
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
661
- "exception" => true
662
- })
663
- end)
664
-
665
- api.add_operation(:report_task_progress, Seahorse::Model::Operation.new.tap do |o|
666
- o.name = "ReportTaskProgress"
667
- o.http_method = "POST"
668
- o.http_request_uri = "/"
669
- o.input = Shapes::ShapeRef.new(shape: ReportTaskProgressInput)
670
- o.output = Shapes::ShapeRef.new(shape: ReportTaskProgressOutput)
671
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
672
- "exception" => true,
673
- "fault" => true
674
- })
675
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
676
- "exception" => true
677
- })
678
- o.errors << Shapes::ShapeRef.new(shape: TaskNotFoundException, metadata: {
679
- "exception" => true
680
- })
681
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
682
- "exception" => true
683
- })
684
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
685
- "exception" => true
686
- })
687
- end)
688
-
689
- api.add_operation(:report_task_runner_heartbeat, Seahorse::Model::Operation.new.tap do |o|
690
- o.name = "ReportTaskRunnerHeartbeat"
691
- o.http_method = "POST"
692
- o.http_request_uri = "/"
693
- o.input = Shapes::ShapeRef.new(shape: ReportTaskRunnerHeartbeatInput)
694
- o.output = Shapes::ShapeRef.new(shape: ReportTaskRunnerHeartbeatOutput)
695
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
696
- "exception" => true,
697
- "fault" => true
698
- })
699
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
700
- "exception" => true
701
- })
702
- end)
703
-
704
- api.add_operation(:set_status, Seahorse::Model::Operation.new.tap do |o|
705
- o.name = "SetStatus"
706
- o.http_method = "POST"
707
- o.http_request_uri = "/"
708
- o.input = Shapes::ShapeRef.new(shape: SetStatusInput)
709
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
710
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
711
- "exception" => true
712
- })
713
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
714
- "exception" => true
715
- })
716
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
717
- "exception" => true,
718
- "fault" => true
719
- })
720
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
721
- "exception" => true
722
- })
723
- end)
724
-
725
- api.add_operation(:set_task_status, Seahorse::Model::Operation.new.tap do |o|
726
- o.name = "SetTaskStatus"
727
- o.http_method = "POST"
728
- o.http_request_uri = "/"
729
- o.input = Shapes::ShapeRef.new(shape: SetTaskStatusInput)
730
- o.output = Shapes::ShapeRef.new(shape: SetTaskStatusOutput)
731
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
732
- "exception" => true,
733
- "fault" => true
734
- })
735
- o.errors << Shapes::ShapeRef.new(shape: TaskNotFoundException, metadata: {
736
- "exception" => true
737
- })
738
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
739
- "exception" => true
740
- })
741
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
742
- "exception" => true
743
- })
744
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
745
- "exception" => true
746
- })
747
- end)
748
-
749
- api.add_operation(:validate_pipeline_definition, Seahorse::Model::Operation.new.tap do |o|
750
- o.name = "ValidatePipelineDefinition"
751
- o.http_method = "POST"
752
- o.http_request_uri = "/"
753
- o.input = Shapes::ShapeRef.new(shape: ValidatePipelineDefinitionInput)
754
- o.output = Shapes::ShapeRef.new(shape: ValidatePipelineDefinitionOutput)
755
- o.errors << Shapes::ShapeRef.new(shape: InternalServiceError, metadata: {
756
- "exception" => true,
757
- "fault" => true
758
- })
759
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException, metadata: {
760
- "exception" => true
761
- })
762
- o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException, metadata: {
763
- "exception" => true
764
- })
765
- o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException, metadata: {
766
- "exception" => true
767
- })
768
- end)
769
- end
333
+ ValidationWarning.add_member(:id, Shapes::ShapeRef.new(shape: id, location_name: "id"))
334
+ ValidationWarning.add_member(:warnings, Shapes::ShapeRef.new(shape: validationMessages, location_name: "warnings"))
335
+ ValidationWarning.struct_class = Types::ValidationWarning
770
336
 
337
+ ValidationWarnings.member = Shapes::ShapeRef.new(shape: ValidationWarning)
338
+
339
+ fieldList.member = Shapes::ShapeRef.new(shape: Field)
340
+
341
+ idList.member = Shapes::ShapeRef.new(shape: id)
342
+
343
+ pipelineList.member = Shapes::ShapeRef.new(shape: PipelineIdName)
344
+
345
+ stringList.member = Shapes::ShapeRef.new(shape: string)
346
+
347
+ tagList.member = Shapes::ShapeRef.new(shape: Tag)
348
+
349
+ validationMessages.member = Shapes::ShapeRef.new(shape: validationMessage)
350
+
351
+
352
+ # @api private
353
+ API = Seahorse::Model::Api.new.tap do |api|
354
+
355
+ api.version = "2012-10-29"
356
+
357
+ api.metadata = {
358
+ "endpointPrefix" => "datapipeline",
359
+ "jsonVersion" => "1.1",
360
+ "protocol" => "json",
361
+ "serviceFullName" => "AWS Data Pipeline",
362
+ "signatureVersion" => "v4",
363
+ "targetPrefix" => "DataPipeline",
364
+ }
365
+
366
+ api.add_operation(:activate_pipeline, Seahorse::Model::Operation.new.tap do |o|
367
+ o.name = "ActivatePipeline"
368
+ o.http_method = "POST"
369
+ o.http_request_uri = "/"
370
+ o.input = Shapes::ShapeRef.new(shape: ActivatePipelineInput)
371
+ o.output = Shapes::ShapeRef.new(shape: ActivatePipelineOutput)
372
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
373
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
374
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
375
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
376
+ end)
377
+
378
+ api.add_operation(:add_tags, Seahorse::Model::Operation.new.tap do |o|
379
+ o.name = "AddTags"
380
+ o.http_method = "POST"
381
+ o.http_request_uri = "/"
382
+ o.input = Shapes::ShapeRef.new(shape: AddTagsInput)
383
+ o.output = Shapes::ShapeRef.new(shape: AddTagsOutput)
384
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
385
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
386
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
387
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
388
+ end)
389
+
390
+ api.add_operation(:create_pipeline, Seahorse::Model::Operation.new.tap do |o|
391
+ o.name = "CreatePipeline"
392
+ o.http_method = "POST"
393
+ o.http_request_uri = "/"
394
+ o.input = Shapes::ShapeRef.new(shape: CreatePipelineInput)
395
+ o.output = Shapes::ShapeRef.new(shape: CreatePipelineOutput)
396
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
397
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
398
+ end)
399
+
400
+ api.add_operation(:deactivate_pipeline, Seahorse::Model::Operation.new.tap do |o|
401
+ o.name = "DeactivatePipeline"
402
+ o.http_method = "POST"
403
+ o.http_request_uri = "/"
404
+ o.input = Shapes::ShapeRef.new(shape: DeactivatePipelineInput)
405
+ o.output = Shapes::ShapeRef.new(shape: DeactivatePipelineOutput)
406
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
407
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
408
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
409
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
410
+ end)
411
+
412
+ api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
413
+ o.name = "DeletePipeline"
414
+ o.http_method = "POST"
415
+ o.http_request_uri = "/"
416
+ o.input = Shapes::ShapeRef.new(shape: DeletePipelineInput)
417
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
418
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
419
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
420
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
421
+ end)
422
+
423
+ api.add_operation(:describe_objects, Seahorse::Model::Operation.new.tap do |o|
424
+ o.name = "DescribeObjects"
425
+ o.http_method = "POST"
426
+ o.http_request_uri = "/"
427
+ o.input = Shapes::ShapeRef.new(shape: DescribeObjectsInput)
428
+ o.output = Shapes::ShapeRef.new(shape: DescribeObjectsOutput)
429
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
430
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
431
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
432
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
433
+ o[:pager] = Aws::Pager.new(
434
+ more_results: "has_more_results",
435
+ tokens: {
436
+ "marker" => "marker"
437
+ }
438
+ )
439
+ end)
440
+
441
+ api.add_operation(:describe_pipelines, Seahorse::Model::Operation.new.tap do |o|
442
+ o.name = "DescribePipelines"
443
+ o.http_method = "POST"
444
+ o.http_request_uri = "/"
445
+ o.input = Shapes::ShapeRef.new(shape: DescribePipelinesInput)
446
+ o.output = Shapes::ShapeRef.new(shape: DescribePipelinesOutput)
447
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
448
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
449
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
450
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
451
+ end)
452
+
453
+ api.add_operation(:evaluate_expression, Seahorse::Model::Operation.new.tap do |o|
454
+ o.name = "EvaluateExpression"
455
+ o.http_method = "POST"
456
+ o.http_request_uri = "/"
457
+ o.input = Shapes::ShapeRef.new(shape: EvaluateExpressionInput)
458
+ o.output = Shapes::ShapeRef.new(shape: EvaluateExpressionOutput)
459
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
460
+ o.errors << Shapes::ShapeRef.new(shape: TaskNotFoundException)
461
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
462
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
463
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
464
+ end)
465
+
466
+ api.add_operation(:get_pipeline_definition, Seahorse::Model::Operation.new.tap do |o|
467
+ o.name = "GetPipelineDefinition"
468
+ o.http_method = "POST"
469
+ o.http_request_uri = "/"
470
+ o.input = Shapes::ShapeRef.new(shape: GetPipelineDefinitionInput)
471
+ o.output = Shapes::ShapeRef.new(shape: GetPipelineDefinitionOutput)
472
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
473
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
474
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
475
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
476
+ end)
477
+
478
+ api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
479
+ o.name = "ListPipelines"
480
+ o.http_method = "POST"
481
+ o.http_request_uri = "/"
482
+ o.input = Shapes::ShapeRef.new(shape: ListPipelinesInput)
483
+ o.output = Shapes::ShapeRef.new(shape: ListPipelinesOutput)
484
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
485
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
486
+ o[:pager] = Aws::Pager.new(
487
+ more_results: "has_more_results",
488
+ tokens: {
489
+ "marker" => "marker"
490
+ }
491
+ )
492
+ end)
493
+
494
+ api.add_operation(:poll_for_task, Seahorse::Model::Operation.new.tap do |o|
495
+ o.name = "PollForTask"
496
+ o.http_method = "POST"
497
+ o.http_request_uri = "/"
498
+ o.input = Shapes::ShapeRef.new(shape: PollForTaskInput)
499
+ o.output = Shapes::ShapeRef.new(shape: PollForTaskOutput)
500
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
501
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
502
+ o.errors << Shapes::ShapeRef.new(shape: TaskNotFoundException)
503
+ end)
504
+
505
+ api.add_operation(:put_pipeline_definition, Seahorse::Model::Operation.new.tap do |o|
506
+ o.name = "PutPipelineDefinition"
507
+ o.http_method = "POST"
508
+ o.http_request_uri = "/"
509
+ o.input = Shapes::ShapeRef.new(shape: PutPipelineDefinitionInput)
510
+ o.output = Shapes::ShapeRef.new(shape: PutPipelineDefinitionOutput)
511
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
512
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
513
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
514
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
515
+ end)
516
+
517
+ api.add_operation(:query_objects, Seahorse::Model::Operation.new.tap do |o|
518
+ o.name = "QueryObjects"
519
+ o.http_method = "POST"
520
+ o.http_request_uri = "/"
521
+ o.input = Shapes::ShapeRef.new(shape: QueryObjectsInput)
522
+ o.output = Shapes::ShapeRef.new(shape: QueryObjectsOutput)
523
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
524
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
525
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
526
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
527
+ o[:pager] = Aws::Pager.new(
528
+ more_results: "has_more_results",
529
+ limit_key: "limit",
530
+ tokens: {
531
+ "marker" => "marker"
532
+ }
533
+ )
534
+ end)
535
+
536
+ api.add_operation(:remove_tags, Seahorse::Model::Operation.new.tap do |o|
537
+ o.name = "RemoveTags"
538
+ o.http_method = "POST"
539
+ o.http_request_uri = "/"
540
+ o.input = Shapes::ShapeRef.new(shape: RemoveTagsInput)
541
+ o.output = Shapes::ShapeRef.new(shape: RemoveTagsOutput)
542
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
543
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
544
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
545
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
546
+ end)
547
+
548
+ api.add_operation(:report_task_progress, Seahorse::Model::Operation.new.tap do |o|
549
+ o.name = "ReportTaskProgress"
550
+ o.http_method = "POST"
551
+ o.http_request_uri = "/"
552
+ o.input = Shapes::ShapeRef.new(shape: ReportTaskProgressInput)
553
+ o.output = Shapes::ShapeRef.new(shape: ReportTaskProgressOutput)
554
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
555
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
556
+ o.errors << Shapes::ShapeRef.new(shape: TaskNotFoundException)
557
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
558
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
559
+ end)
560
+
561
+ api.add_operation(:report_task_runner_heartbeat, Seahorse::Model::Operation.new.tap do |o|
562
+ o.name = "ReportTaskRunnerHeartbeat"
563
+ o.http_method = "POST"
564
+ o.http_request_uri = "/"
565
+ o.input = Shapes::ShapeRef.new(shape: ReportTaskRunnerHeartbeatInput)
566
+ o.output = Shapes::ShapeRef.new(shape: ReportTaskRunnerHeartbeatOutput)
567
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
568
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
569
+ end)
570
+
571
+ api.add_operation(:set_status, Seahorse::Model::Operation.new.tap do |o|
572
+ o.name = "SetStatus"
573
+ o.http_method = "POST"
574
+ o.http_request_uri = "/"
575
+ o.input = Shapes::ShapeRef.new(shape: SetStatusInput)
576
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
577
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
578
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
579
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
580
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
581
+ end)
582
+
583
+ api.add_operation(:set_task_status, Seahorse::Model::Operation.new.tap do |o|
584
+ o.name = "SetTaskStatus"
585
+ o.http_method = "POST"
586
+ o.http_request_uri = "/"
587
+ o.input = Shapes::ShapeRef.new(shape: SetTaskStatusInput)
588
+ o.output = Shapes::ShapeRef.new(shape: SetTaskStatusOutput)
589
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
590
+ o.errors << Shapes::ShapeRef.new(shape: TaskNotFoundException)
591
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
592
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
593
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
594
+ end)
595
+
596
+ api.add_operation(:validate_pipeline_definition, Seahorse::Model::Operation.new.tap do |o|
597
+ o.name = "ValidatePipelineDefinition"
598
+ o.http_method = "POST"
599
+ o.http_request_uri = "/"
600
+ o.input = Shapes::ShapeRef.new(shape: ValidatePipelineDefinitionInput)
601
+ o.output = Shapes::ShapeRef.new(shape: ValidatePipelineDefinitionOutput)
602
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
603
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
604
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
605
+ o.errors << Shapes::ShapeRef.new(shape: PipelineDeletedException)
606
+ end)
771
607
  end
608
+
772
609
  end
773
610
  end