aws-sdk-codepipeline 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,960 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing for info on making contributions:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CodePipeline
10
+ # @api private
11
+ module ClientApi
12
+
13
+ include Seahorse::Model
14
+
15
+ AWSSessionCredentials = Shapes::StructureShape.new(name: 'AWSSessionCredentials')
16
+ AccessKeyId = Shapes::StringShape.new(name: 'AccessKeyId')
17
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
18
+ AcknowledgeJobInput = Shapes::StructureShape.new(name: 'AcknowledgeJobInput')
19
+ AcknowledgeJobOutput = Shapes::StructureShape.new(name: 'AcknowledgeJobOutput')
20
+ AcknowledgeThirdPartyJobInput = Shapes::StructureShape.new(name: 'AcknowledgeThirdPartyJobInput')
21
+ AcknowledgeThirdPartyJobOutput = Shapes::StructureShape.new(name: 'AcknowledgeThirdPartyJobOutput')
22
+ ActionCategory = Shapes::StringShape.new(name: 'ActionCategory')
23
+ ActionConfiguration = Shapes::StructureShape.new(name: 'ActionConfiguration')
24
+ ActionConfigurationKey = Shapes::StringShape.new(name: 'ActionConfigurationKey')
25
+ ActionConfigurationMap = Shapes::MapShape.new(name: 'ActionConfigurationMap')
26
+ ActionConfigurationProperty = Shapes::StructureShape.new(name: 'ActionConfigurationProperty')
27
+ ActionConfigurationPropertyList = Shapes::ListShape.new(name: 'ActionConfigurationPropertyList')
28
+ ActionConfigurationPropertyType = Shapes::StringShape.new(name: 'ActionConfigurationPropertyType')
29
+ ActionConfigurationQueryableValue = Shapes::StringShape.new(name: 'ActionConfigurationQueryableValue')
30
+ ActionConfigurationValue = Shapes::StringShape.new(name: 'ActionConfigurationValue')
31
+ ActionContext = Shapes::StructureShape.new(name: 'ActionContext')
32
+ ActionDeclaration = Shapes::StructureShape.new(name: 'ActionDeclaration')
33
+ ActionExecution = Shapes::StructureShape.new(name: 'ActionExecution')
34
+ ActionExecutionStatus = Shapes::StringShape.new(name: 'ActionExecutionStatus')
35
+ ActionExecutionToken = Shapes::StringShape.new(name: 'ActionExecutionToken')
36
+ ActionName = Shapes::StringShape.new(name: 'ActionName')
37
+ ActionNotFoundException = Shapes::StructureShape.new(name: 'ActionNotFoundException')
38
+ ActionOwner = Shapes::StringShape.new(name: 'ActionOwner')
39
+ ActionProvider = Shapes::StringShape.new(name: 'ActionProvider')
40
+ ActionRevision = Shapes::StructureShape.new(name: 'ActionRevision')
41
+ ActionRunOrder = Shapes::IntegerShape.new(name: 'ActionRunOrder')
42
+ ActionState = Shapes::StructureShape.new(name: 'ActionState')
43
+ ActionStateList = Shapes::ListShape.new(name: 'ActionStateList')
44
+ ActionType = Shapes::StructureShape.new(name: 'ActionType')
45
+ ActionTypeId = Shapes::StructureShape.new(name: 'ActionTypeId')
46
+ ActionTypeList = Shapes::ListShape.new(name: 'ActionTypeList')
47
+ ActionTypeNotFoundException = Shapes::StructureShape.new(name: 'ActionTypeNotFoundException')
48
+ ActionTypeSettings = Shapes::StructureShape.new(name: 'ActionTypeSettings')
49
+ ApprovalAlreadyCompletedException = Shapes::StructureShape.new(name: 'ApprovalAlreadyCompletedException')
50
+ ApprovalResult = Shapes::StructureShape.new(name: 'ApprovalResult')
51
+ ApprovalStatus = Shapes::StringShape.new(name: 'ApprovalStatus')
52
+ ApprovalSummary = Shapes::StringShape.new(name: 'ApprovalSummary')
53
+ ApprovalToken = Shapes::StringShape.new(name: 'ApprovalToken')
54
+ Artifact = Shapes::StructureShape.new(name: 'Artifact')
55
+ ArtifactDetails = Shapes::StructureShape.new(name: 'ArtifactDetails')
56
+ ArtifactList = Shapes::ListShape.new(name: 'ArtifactList')
57
+ ArtifactLocation = Shapes::StructureShape.new(name: 'ArtifactLocation')
58
+ ArtifactLocationType = Shapes::StringShape.new(name: 'ArtifactLocationType')
59
+ ArtifactName = Shapes::StringShape.new(name: 'ArtifactName')
60
+ ArtifactRevision = Shapes::StructureShape.new(name: 'ArtifactRevision')
61
+ ArtifactRevisionList = Shapes::ListShape.new(name: 'ArtifactRevisionList')
62
+ ArtifactStore = Shapes::StructureShape.new(name: 'ArtifactStore')
63
+ ArtifactStoreLocation = Shapes::StringShape.new(name: 'ArtifactStoreLocation')
64
+ ArtifactStoreType = Shapes::StringShape.new(name: 'ArtifactStoreType')
65
+ BlockerDeclaration = Shapes::StructureShape.new(name: 'BlockerDeclaration')
66
+ BlockerName = Shapes::StringShape.new(name: 'BlockerName')
67
+ BlockerType = Shapes::StringShape.new(name: 'BlockerType')
68
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
69
+ ClientId = Shapes::StringShape.new(name: 'ClientId')
70
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
71
+ Code = Shapes::StringShape.new(name: 'Code')
72
+ ContinuationToken = Shapes::StringShape.new(name: 'ContinuationToken')
73
+ CreateCustomActionTypeInput = Shapes::StructureShape.new(name: 'CreateCustomActionTypeInput')
74
+ CreateCustomActionTypeOutput = Shapes::StructureShape.new(name: 'CreateCustomActionTypeOutput')
75
+ CreatePipelineInput = Shapes::StructureShape.new(name: 'CreatePipelineInput')
76
+ CreatePipelineOutput = Shapes::StructureShape.new(name: 'CreatePipelineOutput')
77
+ CurrentRevision = Shapes::StructureShape.new(name: 'CurrentRevision')
78
+ DeleteCustomActionTypeInput = Shapes::StructureShape.new(name: 'DeleteCustomActionTypeInput')
79
+ DeletePipelineInput = Shapes::StructureShape.new(name: 'DeletePipelineInput')
80
+ Description = Shapes::StringShape.new(name: 'Description')
81
+ DisableStageTransitionInput = Shapes::StructureShape.new(name: 'DisableStageTransitionInput')
82
+ DisabledReason = Shapes::StringShape.new(name: 'DisabledReason')
83
+ EnableStageTransitionInput = Shapes::StructureShape.new(name: 'EnableStageTransitionInput')
84
+ Enabled = Shapes::BooleanShape.new(name: 'Enabled')
85
+ EncryptionKey = Shapes::StructureShape.new(name: 'EncryptionKey')
86
+ EncryptionKeyId = Shapes::StringShape.new(name: 'EncryptionKeyId')
87
+ EncryptionKeyType = Shapes::StringShape.new(name: 'EncryptionKeyType')
88
+ ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
89
+ ExecutionDetails = Shapes::StructureShape.new(name: 'ExecutionDetails')
90
+ ExecutionId = Shapes::StringShape.new(name: 'ExecutionId')
91
+ ExecutionSummary = Shapes::StringShape.new(name: 'ExecutionSummary')
92
+ FailureDetails = Shapes::StructureShape.new(name: 'FailureDetails')
93
+ FailureType = Shapes::StringShape.new(name: 'FailureType')
94
+ GetJobDetailsInput = Shapes::StructureShape.new(name: 'GetJobDetailsInput')
95
+ GetJobDetailsOutput = Shapes::StructureShape.new(name: 'GetJobDetailsOutput')
96
+ GetPipelineExecutionInput = Shapes::StructureShape.new(name: 'GetPipelineExecutionInput')
97
+ GetPipelineExecutionOutput = Shapes::StructureShape.new(name: 'GetPipelineExecutionOutput')
98
+ GetPipelineInput = Shapes::StructureShape.new(name: 'GetPipelineInput')
99
+ GetPipelineOutput = Shapes::StructureShape.new(name: 'GetPipelineOutput')
100
+ GetPipelineStateInput = Shapes::StructureShape.new(name: 'GetPipelineStateInput')
101
+ GetPipelineStateOutput = Shapes::StructureShape.new(name: 'GetPipelineStateOutput')
102
+ GetThirdPartyJobDetailsInput = Shapes::StructureShape.new(name: 'GetThirdPartyJobDetailsInput')
103
+ GetThirdPartyJobDetailsOutput = Shapes::StructureShape.new(name: 'GetThirdPartyJobDetailsOutput')
104
+ InputArtifact = Shapes::StructureShape.new(name: 'InputArtifact')
105
+ InputArtifactList = Shapes::ListShape.new(name: 'InputArtifactList')
106
+ InvalidActionDeclarationException = Shapes::StructureShape.new(name: 'InvalidActionDeclarationException')
107
+ InvalidApprovalTokenException = Shapes::StructureShape.new(name: 'InvalidApprovalTokenException')
108
+ InvalidBlockerDeclarationException = Shapes::StructureShape.new(name: 'InvalidBlockerDeclarationException')
109
+ InvalidClientTokenException = Shapes::StructureShape.new(name: 'InvalidClientTokenException')
110
+ InvalidJobException = Shapes::StructureShape.new(name: 'InvalidJobException')
111
+ InvalidJobStateException = Shapes::StructureShape.new(name: 'InvalidJobStateException')
112
+ InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
113
+ InvalidNonceException = Shapes::StructureShape.new(name: 'InvalidNonceException')
114
+ InvalidStageDeclarationException = Shapes::StructureShape.new(name: 'InvalidStageDeclarationException')
115
+ InvalidStructureException = Shapes::StructureShape.new(name: 'InvalidStructureException')
116
+ Job = Shapes::StructureShape.new(name: 'Job')
117
+ JobData = Shapes::StructureShape.new(name: 'JobData')
118
+ JobDetails = Shapes::StructureShape.new(name: 'JobDetails')
119
+ JobId = Shapes::StringShape.new(name: 'JobId')
120
+ JobList = Shapes::ListShape.new(name: 'JobList')
121
+ JobNotFoundException = Shapes::StructureShape.new(name: 'JobNotFoundException')
122
+ JobStatus = Shapes::StringShape.new(name: 'JobStatus')
123
+ LastChangedAt = Shapes::TimestampShape.new(name: 'LastChangedAt')
124
+ LastChangedBy = Shapes::StringShape.new(name: 'LastChangedBy')
125
+ LastUpdatedBy = Shapes::StringShape.new(name: 'LastUpdatedBy')
126
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
127
+ ListActionTypesInput = Shapes::StructureShape.new(name: 'ListActionTypesInput')
128
+ ListActionTypesOutput = Shapes::StructureShape.new(name: 'ListActionTypesOutput')
129
+ ListPipelinesInput = Shapes::StructureShape.new(name: 'ListPipelinesInput')
130
+ ListPipelinesOutput = Shapes::StructureShape.new(name: 'ListPipelinesOutput')
131
+ MaxBatchSize = Shapes::IntegerShape.new(name: 'MaxBatchSize')
132
+ MaximumArtifactCount = Shapes::IntegerShape.new(name: 'MaximumArtifactCount')
133
+ Message = Shapes::StringShape.new(name: 'Message')
134
+ MinimumArtifactCount = Shapes::IntegerShape.new(name: 'MinimumArtifactCount')
135
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
136
+ Nonce = Shapes::StringShape.new(name: 'Nonce')
137
+ NotLatestPipelineExecutionException = Shapes::StructureShape.new(name: 'NotLatestPipelineExecutionException')
138
+ OutputArtifact = Shapes::StructureShape.new(name: 'OutputArtifact')
139
+ OutputArtifactList = Shapes::ListShape.new(name: 'OutputArtifactList')
140
+ Percentage = Shapes::IntegerShape.new(name: 'Percentage')
141
+ PipelineContext = Shapes::StructureShape.new(name: 'PipelineContext')
142
+ PipelineDeclaration = Shapes::StructureShape.new(name: 'PipelineDeclaration')
143
+ PipelineExecution = Shapes::StructureShape.new(name: 'PipelineExecution')
144
+ PipelineExecutionId = Shapes::StringShape.new(name: 'PipelineExecutionId')
145
+ PipelineExecutionNotFoundException = Shapes::StructureShape.new(name: 'PipelineExecutionNotFoundException')
146
+ PipelineExecutionStatus = Shapes::StringShape.new(name: 'PipelineExecutionStatus')
147
+ PipelineList = Shapes::ListShape.new(name: 'PipelineList')
148
+ PipelineName = Shapes::StringShape.new(name: 'PipelineName')
149
+ PipelineNameInUseException = Shapes::StructureShape.new(name: 'PipelineNameInUseException')
150
+ PipelineNotFoundException = Shapes::StructureShape.new(name: 'PipelineNotFoundException')
151
+ PipelineStageDeclarationList = Shapes::ListShape.new(name: 'PipelineStageDeclarationList')
152
+ PipelineSummary = Shapes::StructureShape.new(name: 'PipelineSummary')
153
+ PipelineVersion = Shapes::IntegerShape.new(name: 'PipelineVersion')
154
+ PipelineVersionNotFoundException = Shapes::StructureShape.new(name: 'PipelineVersionNotFoundException')
155
+ PollForJobsInput = Shapes::StructureShape.new(name: 'PollForJobsInput')
156
+ PollForJobsOutput = Shapes::StructureShape.new(name: 'PollForJobsOutput')
157
+ PollForThirdPartyJobsInput = Shapes::StructureShape.new(name: 'PollForThirdPartyJobsInput')
158
+ PollForThirdPartyJobsOutput = Shapes::StructureShape.new(name: 'PollForThirdPartyJobsOutput')
159
+ PutActionRevisionInput = Shapes::StructureShape.new(name: 'PutActionRevisionInput')
160
+ PutActionRevisionOutput = Shapes::StructureShape.new(name: 'PutActionRevisionOutput')
161
+ PutApprovalResultInput = Shapes::StructureShape.new(name: 'PutApprovalResultInput')
162
+ PutApprovalResultOutput = Shapes::StructureShape.new(name: 'PutApprovalResultOutput')
163
+ PutJobFailureResultInput = Shapes::StructureShape.new(name: 'PutJobFailureResultInput')
164
+ PutJobSuccessResultInput = Shapes::StructureShape.new(name: 'PutJobSuccessResultInput')
165
+ PutThirdPartyJobFailureResultInput = Shapes::StructureShape.new(name: 'PutThirdPartyJobFailureResultInput')
166
+ PutThirdPartyJobSuccessResultInput = Shapes::StructureShape.new(name: 'PutThirdPartyJobSuccessResultInput')
167
+ QueryParamMap = Shapes::MapShape.new(name: 'QueryParamMap')
168
+ RetryStageExecutionInput = Shapes::StructureShape.new(name: 'RetryStageExecutionInput')
169
+ RetryStageExecutionOutput = Shapes::StructureShape.new(name: 'RetryStageExecutionOutput')
170
+ Revision = Shapes::StringShape.new(name: 'Revision')
171
+ RevisionChangeIdentifier = Shapes::StringShape.new(name: 'RevisionChangeIdentifier')
172
+ RevisionSummary = Shapes::StringShape.new(name: 'RevisionSummary')
173
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
174
+ S3ArtifactLocation = Shapes::StructureShape.new(name: 'S3ArtifactLocation')
175
+ S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
176
+ S3ObjectKey = Shapes::StringShape.new(name: 'S3ObjectKey')
177
+ SecretAccessKey = Shapes::StringShape.new(name: 'SecretAccessKey')
178
+ SessionToken = Shapes::StringShape.new(name: 'SessionToken')
179
+ StageActionDeclarationList = Shapes::ListShape.new(name: 'StageActionDeclarationList')
180
+ StageBlockerDeclarationList = Shapes::ListShape.new(name: 'StageBlockerDeclarationList')
181
+ StageContext = Shapes::StructureShape.new(name: 'StageContext')
182
+ StageDeclaration = Shapes::StructureShape.new(name: 'StageDeclaration')
183
+ StageExecution = Shapes::StructureShape.new(name: 'StageExecution')
184
+ StageExecutionStatus = Shapes::StringShape.new(name: 'StageExecutionStatus')
185
+ StageName = Shapes::StringShape.new(name: 'StageName')
186
+ StageNotFoundException = Shapes::StructureShape.new(name: 'StageNotFoundException')
187
+ StageNotRetryableException = Shapes::StructureShape.new(name: 'StageNotRetryableException')
188
+ StageRetryMode = Shapes::StringShape.new(name: 'StageRetryMode')
189
+ StageState = Shapes::StructureShape.new(name: 'StageState')
190
+ StageStateList = Shapes::ListShape.new(name: 'StageStateList')
191
+ StageTransitionType = Shapes::StringShape.new(name: 'StageTransitionType')
192
+ StartPipelineExecutionInput = Shapes::StructureShape.new(name: 'StartPipelineExecutionInput')
193
+ StartPipelineExecutionOutput = Shapes::StructureShape.new(name: 'StartPipelineExecutionOutput')
194
+ ThirdPartyJob = Shapes::StructureShape.new(name: 'ThirdPartyJob')
195
+ ThirdPartyJobData = Shapes::StructureShape.new(name: 'ThirdPartyJobData')
196
+ ThirdPartyJobDetails = Shapes::StructureShape.new(name: 'ThirdPartyJobDetails')
197
+ ThirdPartyJobId = Shapes::StringShape.new(name: 'ThirdPartyJobId')
198
+ ThirdPartyJobList = Shapes::ListShape.new(name: 'ThirdPartyJobList')
199
+ Time = Shapes::TimestampShape.new(name: 'Time')
200
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
201
+ TransitionState = Shapes::StructureShape.new(name: 'TransitionState')
202
+ UpdatePipelineInput = Shapes::StructureShape.new(name: 'UpdatePipelineInput')
203
+ UpdatePipelineOutput = Shapes::StructureShape.new(name: 'UpdatePipelineOutput')
204
+ Url = Shapes::StringShape.new(name: 'Url')
205
+ UrlTemplate = Shapes::StringShape.new(name: 'UrlTemplate')
206
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
207
+ Version = Shapes::StringShape.new(name: 'Version')
208
+
209
+ AWSSessionCredentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: AccessKeyId, required: true, location_name: "accessKeyId"))
210
+ AWSSessionCredentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: SecretAccessKey, required: true, location_name: "secretAccessKey"))
211
+ AWSSessionCredentials.add_member(:session_token, Shapes::ShapeRef.new(shape: SessionToken, required: true, location_name: "sessionToken"))
212
+ AWSSessionCredentials.struct_class = Types::AWSSessionCredentials
213
+
214
+ AcknowledgeJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
215
+ AcknowledgeJobInput.add_member(:nonce, Shapes::ShapeRef.new(shape: Nonce, required: true, location_name: "nonce"))
216
+ AcknowledgeJobInput.struct_class = Types::AcknowledgeJobInput
217
+
218
+ AcknowledgeJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
219
+ AcknowledgeJobOutput.struct_class = Types::AcknowledgeJobOutput
220
+
221
+ AcknowledgeThirdPartyJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: ThirdPartyJobId, required: true, location_name: "jobId"))
222
+ AcknowledgeThirdPartyJobInput.add_member(:nonce, Shapes::ShapeRef.new(shape: Nonce, required: true, location_name: "nonce"))
223
+ AcknowledgeThirdPartyJobInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
224
+ AcknowledgeThirdPartyJobInput.struct_class = Types::AcknowledgeThirdPartyJobInput
225
+
226
+ AcknowledgeThirdPartyJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
227
+ AcknowledgeThirdPartyJobOutput.struct_class = Types::AcknowledgeThirdPartyJobOutput
228
+
229
+ ActionConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: ActionConfigurationMap, location_name: "configuration"))
230
+ ActionConfiguration.struct_class = Types::ActionConfiguration
231
+
232
+ ActionConfigurationMap.key = Shapes::ShapeRef.new(shape: ActionConfigurationKey)
233
+ ActionConfigurationMap.value = Shapes::ShapeRef.new(shape: ActionConfigurationValue)
234
+
235
+ ActionConfigurationProperty.add_member(:name, Shapes::ShapeRef.new(shape: ActionConfigurationKey, required: true, location_name: "name"))
236
+ ActionConfigurationProperty.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "required"))
237
+ ActionConfigurationProperty.add_member(:key, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "key"))
238
+ ActionConfigurationProperty.add_member(:secret, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "secret"))
239
+ ActionConfigurationProperty.add_member(:queryable, Shapes::ShapeRef.new(shape: Boolean, location_name: "queryable"))
240
+ ActionConfigurationProperty.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
241
+ ActionConfigurationProperty.add_member(:type, Shapes::ShapeRef.new(shape: ActionConfigurationPropertyType, location_name: "type"))
242
+ ActionConfigurationProperty.struct_class = Types::ActionConfigurationProperty
243
+
244
+ ActionConfigurationPropertyList.member = Shapes::ShapeRef.new(shape: ActionConfigurationProperty)
245
+
246
+ ActionContext.add_member(:name, Shapes::ShapeRef.new(shape: ActionName, location_name: "name"))
247
+ ActionContext.struct_class = Types::ActionContext
248
+
249
+ ActionDeclaration.add_member(:name, Shapes::ShapeRef.new(shape: ActionName, required: true, location_name: "name"))
250
+ ActionDeclaration.add_member(:action_type_id, Shapes::ShapeRef.new(shape: ActionTypeId, required: true, location_name: "actionTypeId"))
251
+ ActionDeclaration.add_member(:run_order, Shapes::ShapeRef.new(shape: ActionRunOrder, location_name: "runOrder"))
252
+ ActionDeclaration.add_member(:configuration, Shapes::ShapeRef.new(shape: ActionConfigurationMap, location_name: "configuration"))
253
+ ActionDeclaration.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: OutputArtifactList, location_name: "outputArtifacts"))
254
+ ActionDeclaration.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: InputArtifactList, location_name: "inputArtifacts"))
255
+ ActionDeclaration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
256
+ ActionDeclaration.struct_class = Types::ActionDeclaration
257
+
258
+ ActionExecution.add_member(:status, Shapes::ShapeRef.new(shape: ActionExecutionStatus, location_name: "status"))
259
+ ActionExecution.add_member(:summary, Shapes::ShapeRef.new(shape: ExecutionSummary, location_name: "summary"))
260
+ ActionExecution.add_member(:last_status_change, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastStatusChange"))
261
+ ActionExecution.add_member(:token, Shapes::ShapeRef.new(shape: ActionExecutionToken, location_name: "token"))
262
+ ActionExecution.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: LastUpdatedBy, location_name: "lastUpdatedBy"))
263
+ ActionExecution.add_member(:external_execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "externalExecutionId"))
264
+ ActionExecution.add_member(:external_execution_url, Shapes::ShapeRef.new(shape: Url, location_name: "externalExecutionUrl"))
265
+ ActionExecution.add_member(:percent_complete, Shapes::ShapeRef.new(shape: Percentage, location_name: "percentComplete"))
266
+ ActionExecution.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "errorDetails"))
267
+ ActionExecution.struct_class = Types::ActionExecution
268
+
269
+ ActionRevision.add_member(:revision_id, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revisionId"))
270
+ ActionRevision.add_member(:revision_change_id, Shapes::ShapeRef.new(shape: RevisionChangeIdentifier, required: true, location_name: "revisionChangeId"))
271
+ ActionRevision.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "created"))
272
+ ActionRevision.struct_class = Types::ActionRevision
273
+
274
+ ActionState.add_member(:action_name, Shapes::ShapeRef.new(shape: ActionName, location_name: "actionName"))
275
+ ActionState.add_member(:current_revision, Shapes::ShapeRef.new(shape: ActionRevision, location_name: "currentRevision"))
276
+ ActionState.add_member(:latest_execution, Shapes::ShapeRef.new(shape: ActionExecution, location_name: "latestExecution"))
277
+ ActionState.add_member(:entity_url, Shapes::ShapeRef.new(shape: Url, location_name: "entityUrl"))
278
+ ActionState.add_member(:revision_url, Shapes::ShapeRef.new(shape: Url, location_name: "revisionUrl"))
279
+ ActionState.struct_class = Types::ActionState
280
+
281
+ ActionStateList.member = Shapes::ShapeRef.new(shape: ActionState)
282
+
283
+ ActionType.add_member(:id, Shapes::ShapeRef.new(shape: ActionTypeId, required: true, location_name: "id"))
284
+ ActionType.add_member(:settings, Shapes::ShapeRef.new(shape: ActionTypeSettings, location_name: "settings"))
285
+ ActionType.add_member(:action_configuration_properties, Shapes::ShapeRef.new(shape: ActionConfigurationPropertyList, location_name: "actionConfigurationProperties"))
286
+ ActionType.add_member(:input_artifact_details, Shapes::ShapeRef.new(shape: ArtifactDetails, required: true, location_name: "inputArtifactDetails"))
287
+ ActionType.add_member(:output_artifact_details, Shapes::ShapeRef.new(shape: ArtifactDetails, required: true, location_name: "outputArtifactDetails"))
288
+ ActionType.struct_class = Types::ActionType
289
+
290
+ ActionTypeId.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, required: true, location_name: "category"))
291
+ ActionTypeId.add_member(:owner, Shapes::ShapeRef.new(shape: ActionOwner, required: true, location_name: "owner"))
292
+ ActionTypeId.add_member(:provider, Shapes::ShapeRef.new(shape: ActionProvider, required: true, location_name: "provider"))
293
+ ActionTypeId.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
294
+ ActionTypeId.struct_class = Types::ActionTypeId
295
+
296
+ ActionTypeList.member = Shapes::ShapeRef.new(shape: ActionType)
297
+
298
+ ActionTypeSettings.add_member(:third_party_configuration_url, Shapes::ShapeRef.new(shape: Url, location_name: "thirdPartyConfigurationUrl"))
299
+ ActionTypeSettings.add_member(:entity_url_template, Shapes::ShapeRef.new(shape: UrlTemplate, location_name: "entityUrlTemplate"))
300
+ ActionTypeSettings.add_member(:execution_url_template, Shapes::ShapeRef.new(shape: UrlTemplate, location_name: "executionUrlTemplate"))
301
+ ActionTypeSettings.add_member(:revision_url_template, Shapes::ShapeRef.new(shape: UrlTemplate, location_name: "revisionUrlTemplate"))
302
+ ActionTypeSettings.struct_class = Types::ActionTypeSettings
303
+
304
+ ApprovalResult.add_member(:summary, Shapes::ShapeRef.new(shape: ApprovalSummary, required: true, location_name: "summary"))
305
+ ApprovalResult.add_member(:status, Shapes::ShapeRef.new(shape: ApprovalStatus, required: true, location_name: "status"))
306
+ ApprovalResult.struct_class = Types::ApprovalResult
307
+
308
+ Artifact.add_member(:name, Shapes::ShapeRef.new(shape: ArtifactName, location_name: "name"))
309
+ Artifact.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
310
+ Artifact.add_member(:location, Shapes::ShapeRef.new(shape: ArtifactLocation, location_name: "location"))
311
+ Artifact.struct_class = Types::Artifact
312
+
313
+ ArtifactDetails.add_member(:minimum_count, Shapes::ShapeRef.new(shape: MinimumArtifactCount, required: true, location_name: "minimumCount"))
314
+ ArtifactDetails.add_member(:maximum_count, Shapes::ShapeRef.new(shape: MaximumArtifactCount, required: true, location_name: "maximumCount"))
315
+ ArtifactDetails.struct_class = Types::ArtifactDetails
316
+
317
+ ArtifactList.member = Shapes::ShapeRef.new(shape: Artifact)
318
+
319
+ ArtifactLocation.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactLocationType, location_name: "type"))
320
+ ArtifactLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3ArtifactLocation, location_name: "s3Location"))
321
+ ArtifactLocation.struct_class = Types::ArtifactLocation
322
+
323
+ ArtifactRevision.add_member(:name, Shapes::ShapeRef.new(shape: ArtifactName, location_name: "name"))
324
+ ArtifactRevision.add_member(:revision_id, Shapes::ShapeRef.new(shape: Revision, location_name: "revisionId"))
325
+ ArtifactRevision.add_member(:revision_change_identifier, Shapes::ShapeRef.new(shape: RevisionChangeIdentifier, location_name: "revisionChangeIdentifier"))
326
+ ArtifactRevision.add_member(:revision_summary, Shapes::ShapeRef.new(shape: RevisionSummary, location_name: "revisionSummary"))
327
+ ArtifactRevision.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "created"))
328
+ ArtifactRevision.add_member(:revision_url, Shapes::ShapeRef.new(shape: Url, location_name: "revisionUrl"))
329
+ ArtifactRevision.struct_class = Types::ArtifactRevision
330
+
331
+ ArtifactRevisionList.member = Shapes::ShapeRef.new(shape: ArtifactRevision)
332
+
333
+ ArtifactStore.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactStoreType, required: true, location_name: "type"))
334
+ ArtifactStore.add_member(:location, Shapes::ShapeRef.new(shape: ArtifactStoreLocation, required: true, location_name: "location"))
335
+ ArtifactStore.add_member(:encryption_key, Shapes::ShapeRef.new(shape: EncryptionKey, location_name: "encryptionKey"))
336
+ ArtifactStore.struct_class = Types::ArtifactStore
337
+
338
+ BlockerDeclaration.add_member(:name, Shapes::ShapeRef.new(shape: BlockerName, required: true, location_name: "name"))
339
+ BlockerDeclaration.add_member(:type, Shapes::ShapeRef.new(shape: BlockerType, required: true, location_name: "type"))
340
+ BlockerDeclaration.struct_class = Types::BlockerDeclaration
341
+
342
+ CreateCustomActionTypeInput.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, required: true, location_name: "category"))
343
+ CreateCustomActionTypeInput.add_member(:provider, Shapes::ShapeRef.new(shape: ActionProvider, required: true, location_name: "provider"))
344
+ CreateCustomActionTypeInput.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
345
+ CreateCustomActionTypeInput.add_member(:settings, Shapes::ShapeRef.new(shape: ActionTypeSettings, location_name: "settings"))
346
+ CreateCustomActionTypeInput.add_member(:configuration_properties, Shapes::ShapeRef.new(shape: ActionConfigurationPropertyList, location_name: "configurationProperties"))
347
+ CreateCustomActionTypeInput.add_member(:input_artifact_details, Shapes::ShapeRef.new(shape: ArtifactDetails, required: true, location_name: "inputArtifactDetails"))
348
+ CreateCustomActionTypeInput.add_member(:output_artifact_details, Shapes::ShapeRef.new(shape: ArtifactDetails, required: true, location_name: "outputArtifactDetails"))
349
+ CreateCustomActionTypeInput.struct_class = Types::CreateCustomActionTypeInput
350
+
351
+ CreateCustomActionTypeOutput.add_member(:action_type, Shapes::ShapeRef.new(shape: ActionType, required: true, location_name: "actionType"))
352
+ CreateCustomActionTypeOutput.struct_class = Types::CreateCustomActionTypeOutput
353
+
354
+ CreatePipelineInput.add_member(:pipeline, Shapes::ShapeRef.new(shape: PipelineDeclaration, required: true, location_name: "pipeline"))
355
+ CreatePipelineInput.struct_class = Types::CreatePipelineInput
356
+
357
+ CreatePipelineOutput.add_member(:pipeline, Shapes::ShapeRef.new(shape: PipelineDeclaration, location_name: "pipeline"))
358
+ CreatePipelineOutput.struct_class = Types::CreatePipelineOutput
359
+
360
+ CurrentRevision.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
361
+ CurrentRevision.add_member(:change_identifier, Shapes::ShapeRef.new(shape: RevisionChangeIdentifier, required: true, location_name: "changeIdentifier"))
362
+ CurrentRevision.add_member(:created, Shapes::ShapeRef.new(shape: Time, location_name: "created"))
363
+ CurrentRevision.add_member(:revision_summary, Shapes::ShapeRef.new(shape: RevisionSummary, location_name: "revisionSummary"))
364
+ CurrentRevision.struct_class = Types::CurrentRevision
365
+
366
+ DeleteCustomActionTypeInput.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, required: true, location_name: "category"))
367
+ DeleteCustomActionTypeInput.add_member(:provider, Shapes::ShapeRef.new(shape: ActionProvider, required: true, location_name: "provider"))
368
+ DeleteCustomActionTypeInput.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
369
+ DeleteCustomActionTypeInput.struct_class = Types::DeleteCustomActionTypeInput
370
+
371
+ DeletePipelineInput.add_member(:name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "name"))
372
+ DeletePipelineInput.struct_class = Types::DeletePipelineInput
373
+
374
+ DisableStageTransitionInput.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "pipelineName"))
375
+ DisableStageTransitionInput.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location_name: "stageName"))
376
+ DisableStageTransitionInput.add_member(:transition_type, Shapes::ShapeRef.new(shape: StageTransitionType, required: true, location_name: "transitionType"))
377
+ DisableStageTransitionInput.add_member(:reason, Shapes::ShapeRef.new(shape: DisabledReason, required: true, location_name: "reason"))
378
+ DisableStageTransitionInput.struct_class = Types::DisableStageTransitionInput
379
+
380
+ EnableStageTransitionInput.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "pipelineName"))
381
+ EnableStageTransitionInput.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location_name: "stageName"))
382
+ EnableStageTransitionInput.add_member(:transition_type, Shapes::ShapeRef.new(shape: StageTransitionType, required: true, location_name: "transitionType"))
383
+ EnableStageTransitionInput.struct_class = Types::EnableStageTransitionInput
384
+
385
+ EncryptionKey.add_member(:id, Shapes::ShapeRef.new(shape: EncryptionKeyId, required: true, location_name: "id"))
386
+ EncryptionKey.add_member(:type, Shapes::ShapeRef.new(shape: EncryptionKeyType, required: true, location_name: "type"))
387
+ EncryptionKey.struct_class = Types::EncryptionKey
388
+
389
+ ErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: Code, location_name: "code"))
390
+ ErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
391
+ ErrorDetails.struct_class = Types::ErrorDetails
392
+
393
+ ExecutionDetails.add_member(:summary, Shapes::ShapeRef.new(shape: ExecutionSummary, location_name: "summary"))
394
+ ExecutionDetails.add_member(:external_execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "externalExecutionId"))
395
+ ExecutionDetails.add_member(:percent_complete, Shapes::ShapeRef.new(shape: Percentage, location_name: "percentComplete"))
396
+ ExecutionDetails.struct_class = Types::ExecutionDetails
397
+
398
+ FailureDetails.add_member(:type, Shapes::ShapeRef.new(shape: FailureType, required: true, location_name: "type"))
399
+ FailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "message"))
400
+ FailureDetails.add_member(:external_execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "externalExecutionId"))
401
+ FailureDetails.struct_class = Types::FailureDetails
402
+
403
+ GetJobDetailsInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
404
+ GetJobDetailsInput.struct_class = Types::GetJobDetailsInput
405
+
406
+ GetJobDetailsOutput.add_member(:job_details, Shapes::ShapeRef.new(shape: JobDetails, location_name: "jobDetails"))
407
+ GetJobDetailsOutput.struct_class = Types::GetJobDetailsOutput
408
+
409
+ GetPipelineExecutionInput.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "pipelineName"))
410
+ GetPipelineExecutionInput.add_member(:pipeline_execution_id, Shapes::ShapeRef.new(shape: PipelineExecutionId, required: true, location_name: "pipelineExecutionId"))
411
+ GetPipelineExecutionInput.struct_class = Types::GetPipelineExecutionInput
412
+
413
+ GetPipelineExecutionOutput.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "pipelineExecution"))
414
+ GetPipelineExecutionOutput.struct_class = Types::GetPipelineExecutionOutput
415
+
416
+ GetPipelineInput.add_member(:name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "name"))
417
+ GetPipelineInput.add_member(:version, Shapes::ShapeRef.new(shape: PipelineVersion, location_name: "version"))
418
+ GetPipelineInput.struct_class = Types::GetPipelineInput
419
+
420
+ GetPipelineOutput.add_member(:pipeline, Shapes::ShapeRef.new(shape: PipelineDeclaration, location_name: "pipeline"))
421
+ GetPipelineOutput.struct_class = Types::GetPipelineOutput
422
+
423
+ GetPipelineStateInput.add_member(:name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "name"))
424
+ GetPipelineStateInput.struct_class = Types::GetPipelineStateInput
425
+
426
+ GetPipelineStateOutput.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "pipelineName"))
427
+ GetPipelineStateOutput.add_member(:pipeline_version, Shapes::ShapeRef.new(shape: PipelineVersion, location_name: "pipelineVersion"))
428
+ GetPipelineStateOutput.add_member(:stage_states, Shapes::ShapeRef.new(shape: StageStateList, location_name: "stageStates"))
429
+ GetPipelineStateOutput.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "created"))
430
+ GetPipelineStateOutput.add_member(:updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updated"))
431
+ GetPipelineStateOutput.struct_class = Types::GetPipelineStateOutput
432
+
433
+ GetThirdPartyJobDetailsInput.add_member(:job_id, Shapes::ShapeRef.new(shape: ThirdPartyJobId, required: true, location_name: "jobId"))
434
+ GetThirdPartyJobDetailsInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
435
+ GetThirdPartyJobDetailsInput.struct_class = Types::GetThirdPartyJobDetailsInput
436
+
437
+ GetThirdPartyJobDetailsOutput.add_member(:job_details, Shapes::ShapeRef.new(shape: ThirdPartyJobDetails, location_name: "jobDetails"))
438
+ GetThirdPartyJobDetailsOutput.struct_class = Types::GetThirdPartyJobDetailsOutput
439
+
440
+ InputArtifact.add_member(:name, Shapes::ShapeRef.new(shape: ArtifactName, required: true, location_name: "name"))
441
+ InputArtifact.struct_class = Types::InputArtifact
442
+
443
+ InputArtifactList.member = Shapes::ShapeRef.new(shape: InputArtifact)
444
+
445
+ Job.add_member(:id, Shapes::ShapeRef.new(shape: JobId, location_name: "id"))
446
+ Job.add_member(:data, Shapes::ShapeRef.new(shape: JobData, location_name: "data"))
447
+ Job.add_member(:nonce, Shapes::ShapeRef.new(shape: Nonce, location_name: "nonce"))
448
+ Job.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
449
+ Job.struct_class = Types::Job
450
+
451
+ JobData.add_member(:action_type_id, Shapes::ShapeRef.new(shape: ActionTypeId, location_name: "actionTypeId"))
452
+ JobData.add_member(:action_configuration, Shapes::ShapeRef.new(shape: ActionConfiguration, location_name: "actionConfiguration"))
453
+ JobData.add_member(:pipeline_context, Shapes::ShapeRef.new(shape: PipelineContext, location_name: "pipelineContext"))
454
+ JobData.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "inputArtifacts"))
455
+ JobData.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "outputArtifacts"))
456
+ JobData.add_member(:artifact_credentials, Shapes::ShapeRef.new(shape: AWSSessionCredentials, location_name: "artifactCredentials"))
457
+ JobData.add_member(:continuation_token, Shapes::ShapeRef.new(shape: ContinuationToken, location_name: "continuationToken"))
458
+ JobData.add_member(:encryption_key, Shapes::ShapeRef.new(shape: EncryptionKey, location_name: "encryptionKey"))
459
+ JobData.struct_class = Types::JobData
460
+
461
+ JobDetails.add_member(:id, Shapes::ShapeRef.new(shape: JobId, location_name: "id"))
462
+ JobDetails.add_member(:data, Shapes::ShapeRef.new(shape: JobData, location_name: "data"))
463
+ JobDetails.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
464
+ JobDetails.struct_class = Types::JobDetails
465
+
466
+ JobList.member = Shapes::ShapeRef.new(shape: Job)
467
+
468
+ ListActionTypesInput.add_member(:action_owner_filter, Shapes::ShapeRef.new(shape: ActionOwner, location_name: "actionOwnerFilter"))
469
+ ListActionTypesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
470
+ ListActionTypesInput.struct_class = Types::ListActionTypesInput
471
+
472
+ ListActionTypesOutput.add_member(:action_types, Shapes::ShapeRef.new(shape: ActionTypeList, required: true, location_name: "actionTypes"))
473
+ ListActionTypesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
474
+ ListActionTypesOutput.struct_class = Types::ListActionTypesOutput
475
+
476
+ ListPipelinesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
477
+ ListPipelinesInput.struct_class = Types::ListPipelinesInput
478
+
479
+ ListPipelinesOutput.add_member(:pipelines, Shapes::ShapeRef.new(shape: PipelineList, location_name: "pipelines"))
480
+ ListPipelinesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
481
+ ListPipelinesOutput.struct_class = Types::ListPipelinesOutput
482
+
483
+ OutputArtifact.add_member(:name, Shapes::ShapeRef.new(shape: ArtifactName, required: true, location_name: "name"))
484
+ OutputArtifact.struct_class = Types::OutputArtifact
485
+
486
+ OutputArtifactList.member = Shapes::ShapeRef.new(shape: OutputArtifact)
487
+
488
+ PipelineContext.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "pipelineName"))
489
+ PipelineContext.add_member(:stage, Shapes::ShapeRef.new(shape: StageContext, location_name: "stage"))
490
+ PipelineContext.add_member(:action, Shapes::ShapeRef.new(shape: ActionContext, location_name: "action"))
491
+ PipelineContext.struct_class = Types::PipelineContext
492
+
493
+ PipelineDeclaration.add_member(:name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "name"))
494
+ PipelineDeclaration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
495
+ PipelineDeclaration.add_member(:artifact_store, Shapes::ShapeRef.new(shape: ArtifactStore, required: true, location_name: "artifactStore"))
496
+ PipelineDeclaration.add_member(:stages, Shapes::ShapeRef.new(shape: PipelineStageDeclarationList, required: true, location_name: "stages"))
497
+ PipelineDeclaration.add_member(:version, Shapes::ShapeRef.new(shape: PipelineVersion, location_name: "version"))
498
+ PipelineDeclaration.struct_class = Types::PipelineDeclaration
499
+
500
+ PipelineExecution.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "pipelineName"))
501
+ PipelineExecution.add_member(:pipeline_version, Shapes::ShapeRef.new(shape: PipelineVersion, location_name: "pipelineVersion"))
502
+ PipelineExecution.add_member(:pipeline_execution_id, Shapes::ShapeRef.new(shape: PipelineExecutionId, location_name: "pipelineExecutionId"))
503
+ PipelineExecution.add_member(:status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "status"))
504
+ PipelineExecution.add_member(:artifact_revisions, Shapes::ShapeRef.new(shape: ArtifactRevisionList, location_name: "artifactRevisions"))
505
+ PipelineExecution.struct_class = Types::PipelineExecution
506
+
507
+ PipelineList.member = Shapes::ShapeRef.new(shape: PipelineSummary)
508
+
509
+ PipelineStageDeclarationList.member = Shapes::ShapeRef.new(shape: StageDeclaration)
510
+
511
+ PipelineSummary.add_member(:name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "name"))
512
+ PipelineSummary.add_member(:version, Shapes::ShapeRef.new(shape: PipelineVersion, location_name: "version"))
513
+ PipelineSummary.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "created"))
514
+ PipelineSummary.add_member(:updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updated"))
515
+ PipelineSummary.struct_class = Types::PipelineSummary
516
+
517
+ PollForJobsInput.add_member(:action_type_id, Shapes::ShapeRef.new(shape: ActionTypeId, required: true, location_name: "actionTypeId"))
518
+ PollForJobsInput.add_member(:max_batch_size, Shapes::ShapeRef.new(shape: MaxBatchSize, location_name: "maxBatchSize"))
519
+ PollForJobsInput.add_member(:query_param, Shapes::ShapeRef.new(shape: QueryParamMap, location_name: "queryParam"))
520
+ PollForJobsInput.struct_class = Types::PollForJobsInput
521
+
522
+ PollForJobsOutput.add_member(:jobs, Shapes::ShapeRef.new(shape: JobList, location_name: "jobs"))
523
+ PollForJobsOutput.struct_class = Types::PollForJobsOutput
524
+
525
+ PollForThirdPartyJobsInput.add_member(:action_type_id, Shapes::ShapeRef.new(shape: ActionTypeId, required: true, location_name: "actionTypeId"))
526
+ PollForThirdPartyJobsInput.add_member(:max_batch_size, Shapes::ShapeRef.new(shape: MaxBatchSize, location_name: "maxBatchSize"))
527
+ PollForThirdPartyJobsInput.struct_class = Types::PollForThirdPartyJobsInput
528
+
529
+ PollForThirdPartyJobsOutput.add_member(:jobs, Shapes::ShapeRef.new(shape: ThirdPartyJobList, location_name: "jobs"))
530
+ PollForThirdPartyJobsOutput.struct_class = Types::PollForThirdPartyJobsOutput
531
+
532
+ PutActionRevisionInput.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "pipelineName"))
533
+ PutActionRevisionInput.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location_name: "stageName"))
534
+ PutActionRevisionInput.add_member(:action_name, Shapes::ShapeRef.new(shape: ActionName, required: true, location_name: "actionName"))
535
+ PutActionRevisionInput.add_member(:action_revision, Shapes::ShapeRef.new(shape: ActionRevision, required: true, location_name: "actionRevision"))
536
+ PutActionRevisionInput.struct_class = Types::PutActionRevisionInput
537
+
538
+ PutActionRevisionOutput.add_member(:new_revision, Shapes::ShapeRef.new(shape: Boolean, location_name: "newRevision"))
539
+ PutActionRevisionOutput.add_member(:pipeline_execution_id, Shapes::ShapeRef.new(shape: PipelineExecutionId, location_name: "pipelineExecutionId"))
540
+ PutActionRevisionOutput.struct_class = Types::PutActionRevisionOutput
541
+
542
+ PutApprovalResultInput.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "pipelineName"))
543
+ PutApprovalResultInput.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location_name: "stageName"))
544
+ PutApprovalResultInput.add_member(:action_name, Shapes::ShapeRef.new(shape: ActionName, required: true, location_name: "actionName"))
545
+ PutApprovalResultInput.add_member(:result, Shapes::ShapeRef.new(shape: ApprovalResult, required: true, location_name: "result"))
546
+ PutApprovalResultInput.add_member(:token, Shapes::ShapeRef.new(shape: ApprovalToken, required: true, location_name: "token"))
547
+ PutApprovalResultInput.struct_class = Types::PutApprovalResultInput
548
+
549
+ PutApprovalResultOutput.add_member(:approved_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "approvedAt"))
550
+ PutApprovalResultOutput.struct_class = Types::PutApprovalResultOutput
551
+
552
+ PutJobFailureResultInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
553
+ PutJobFailureResultInput.add_member(:failure_details, Shapes::ShapeRef.new(shape: FailureDetails, required: true, location_name: "failureDetails"))
554
+ PutJobFailureResultInput.struct_class = Types::PutJobFailureResultInput
555
+
556
+ PutJobSuccessResultInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
557
+ PutJobSuccessResultInput.add_member(:current_revision, Shapes::ShapeRef.new(shape: CurrentRevision, location_name: "currentRevision"))
558
+ PutJobSuccessResultInput.add_member(:continuation_token, Shapes::ShapeRef.new(shape: ContinuationToken, location_name: "continuationToken"))
559
+ PutJobSuccessResultInput.add_member(:execution_details, Shapes::ShapeRef.new(shape: ExecutionDetails, location_name: "executionDetails"))
560
+ PutJobSuccessResultInput.struct_class = Types::PutJobSuccessResultInput
561
+
562
+ PutThirdPartyJobFailureResultInput.add_member(:job_id, Shapes::ShapeRef.new(shape: ThirdPartyJobId, required: true, location_name: "jobId"))
563
+ PutThirdPartyJobFailureResultInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
564
+ PutThirdPartyJobFailureResultInput.add_member(:failure_details, Shapes::ShapeRef.new(shape: FailureDetails, required: true, location_name: "failureDetails"))
565
+ PutThirdPartyJobFailureResultInput.struct_class = Types::PutThirdPartyJobFailureResultInput
566
+
567
+ PutThirdPartyJobSuccessResultInput.add_member(:job_id, Shapes::ShapeRef.new(shape: ThirdPartyJobId, required: true, location_name: "jobId"))
568
+ PutThirdPartyJobSuccessResultInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
569
+ PutThirdPartyJobSuccessResultInput.add_member(:current_revision, Shapes::ShapeRef.new(shape: CurrentRevision, location_name: "currentRevision"))
570
+ PutThirdPartyJobSuccessResultInput.add_member(:continuation_token, Shapes::ShapeRef.new(shape: ContinuationToken, location_name: "continuationToken"))
571
+ PutThirdPartyJobSuccessResultInput.add_member(:execution_details, Shapes::ShapeRef.new(shape: ExecutionDetails, location_name: "executionDetails"))
572
+ PutThirdPartyJobSuccessResultInput.struct_class = Types::PutThirdPartyJobSuccessResultInput
573
+
574
+ QueryParamMap.key = Shapes::ShapeRef.new(shape: ActionConfigurationKey)
575
+ QueryParamMap.value = Shapes::ShapeRef.new(shape: ActionConfigurationQueryableValue)
576
+
577
+ RetryStageExecutionInput.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "pipelineName"))
578
+ RetryStageExecutionInput.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, required: true, location_name: "stageName"))
579
+ RetryStageExecutionInput.add_member(:pipeline_execution_id, Shapes::ShapeRef.new(shape: PipelineExecutionId, required: true, location_name: "pipelineExecutionId"))
580
+ RetryStageExecutionInput.add_member(:retry_mode, Shapes::ShapeRef.new(shape: StageRetryMode, required: true, location_name: "retryMode"))
581
+ RetryStageExecutionInput.struct_class = Types::RetryStageExecutionInput
582
+
583
+ RetryStageExecutionOutput.add_member(:pipeline_execution_id, Shapes::ShapeRef.new(shape: PipelineExecutionId, location_name: "pipelineExecutionId"))
584
+ RetryStageExecutionOutput.struct_class = Types::RetryStageExecutionOutput
585
+
586
+ S3ArtifactLocation.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "bucketName"))
587
+ S3ArtifactLocation.add_member(:object_key, Shapes::ShapeRef.new(shape: S3ObjectKey, required: true, location_name: "objectKey"))
588
+ S3ArtifactLocation.struct_class = Types::S3ArtifactLocation
589
+
590
+ StageActionDeclarationList.member = Shapes::ShapeRef.new(shape: ActionDeclaration)
591
+
592
+ StageBlockerDeclarationList.member = Shapes::ShapeRef.new(shape: BlockerDeclaration)
593
+
594
+ StageContext.add_member(:name, Shapes::ShapeRef.new(shape: StageName, location_name: "name"))
595
+ StageContext.struct_class = Types::StageContext
596
+
597
+ StageDeclaration.add_member(:name, Shapes::ShapeRef.new(shape: StageName, required: true, location_name: "name"))
598
+ StageDeclaration.add_member(:blockers, Shapes::ShapeRef.new(shape: StageBlockerDeclarationList, location_name: "blockers"))
599
+ StageDeclaration.add_member(:actions, Shapes::ShapeRef.new(shape: StageActionDeclarationList, required: true, location_name: "actions"))
600
+ StageDeclaration.struct_class = Types::StageDeclaration
601
+
602
+ StageExecution.add_member(:pipeline_execution_id, Shapes::ShapeRef.new(shape: PipelineExecutionId, required: true, location_name: "pipelineExecutionId"))
603
+ StageExecution.add_member(:status, Shapes::ShapeRef.new(shape: StageExecutionStatus, required: true, location_name: "status"))
604
+ StageExecution.struct_class = Types::StageExecution
605
+
606
+ StageState.add_member(:stage_name, Shapes::ShapeRef.new(shape: StageName, location_name: "stageName"))
607
+ StageState.add_member(:inbound_transition_state, Shapes::ShapeRef.new(shape: TransitionState, location_name: "inboundTransitionState"))
608
+ StageState.add_member(:action_states, Shapes::ShapeRef.new(shape: ActionStateList, location_name: "actionStates"))
609
+ StageState.add_member(:latest_execution, Shapes::ShapeRef.new(shape: StageExecution, location_name: "latestExecution"))
610
+ StageState.struct_class = Types::StageState
611
+
612
+ StageStateList.member = Shapes::ShapeRef.new(shape: StageState)
613
+
614
+ StartPipelineExecutionInput.add_member(:name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "name"))
615
+ StartPipelineExecutionInput.struct_class = Types::StartPipelineExecutionInput
616
+
617
+ StartPipelineExecutionOutput.add_member(:pipeline_execution_id, Shapes::ShapeRef.new(shape: PipelineExecutionId, location_name: "pipelineExecutionId"))
618
+ StartPipelineExecutionOutput.struct_class = Types::StartPipelineExecutionOutput
619
+
620
+ ThirdPartyJob.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "clientId"))
621
+ ThirdPartyJob.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
622
+ ThirdPartyJob.struct_class = Types::ThirdPartyJob
623
+
624
+ ThirdPartyJobData.add_member(:action_type_id, Shapes::ShapeRef.new(shape: ActionTypeId, location_name: "actionTypeId"))
625
+ ThirdPartyJobData.add_member(:action_configuration, Shapes::ShapeRef.new(shape: ActionConfiguration, location_name: "actionConfiguration"))
626
+ ThirdPartyJobData.add_member(:pipeline_context, Shapes::ShapeRef.new(shape: PipelineContext, location_name: "pipelineContext"))
627
+ ThirdPartyJobData.add_member(:input_artifacts, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "inputArtifacts"))
628
+ ThirdPartyJobData.add_member(:output_artifacts, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "outputArtifacts"))
629
+ ThirdPartyJobData.add_member(:artifact_credentials, Shapes::ShapeRef.new(shape: AWSSessionCredentials, location_name: "artifactCredentials"))
630
+ ThirdPartyJobData.add_member(:continuation_token, Shapes::ShapeRef.new(shape: ContinuationToken, location_name: "continuationToken"))
631
+ ThirdPartyJobData.add_member(:encryption_key, Shapes::ShapeRef.new(shape: EncryptionKey, location_name: "encryptionKey"))
632
+ ThirdPartyJobData.struct_class = Types::ThirdPartyJobData
633
+
634
+ ThirdPartyJobDetails.add_member(:id, Shapes::ShapeRef.new(shape: ThirdPartyJobId, location_name: "id"))
635
+ ThirdPartyJobDetails.add_member(:data, Shapes::ShapeRef.new(shape: ThirdPartyJobData, location_name: "data"))
636
+ ThirdPartyJobDetails.add_member(:nonce, Shapes::ShapeRef.new(shape: Nonce, location_name: "nonce"))
637
+ ThirdPartyJobDetails.struct_class = Types::ThirdPartyJobDetails
638
+
639
+ ThirdPartyJobList.member = Shapes::ShapeRef.new(shape: ThirdPartyJob)
640
+
641
+ TransitionState.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
642
+ TransitionState.add_member(:last_changed_by, Shapes::ShapeRef.new(shape: LastChangedBy, location_name: "lastChangedBy"))
643
+ TransitionState.add_member(:last_changed_at, Shapes::ShapeRef.new(shape: LastChangedAt, location_name: "lastChangedAt"))
644
+ TransitionState.add_member(:disabled_reason, Shapes::ShapeRef.new(shape: DisabledReason, location_name: "disabledReason"))
645
+ TransitionState.struct_class = Types::TransitionState
646
+
647
+ UpdatePipelineInput.add_member(:pipeline, Shapes::ShapeRef.new(shape: PipelineDeclaration, required: true, location_name: "pipeline"))
648
+ UpdatePipelineInput.struct_class = Types::UpdatePipelineInput
649
+
650
+ UpdatePipelineOutput.add_member(:pipeline, Shapes::ShapeRef.new(shape: PipelineDeclaration, location_name: "pipeline"))
651
+ UpdatePipelineOutput.struct_class = Types::UpdatePipelineOutput
652
+
653
+
654
+ # @api private
655
+ API = Seahorse::Model::Api.new.tap do |api|
656
+
657
+ api.version = "2015-07-09"
658
+
659
+ api.metadata = {
660
+ "endpointPrefix" => "codepipeline",
661
+ "jsonVersion" => "1.1",
662
+ "protocol" => "json",
663
+ "serviceFullName" => "AWS CodePipeline",
664
+ "signatureVersion" => "v4",
665
+ "targetPrefix" => "CodePipeline_20150709",
666
+ }
667
+
668
+ api.add_operation(:acknowledge_job, Seahorse::Model::Operation.new.tap do |o|
669
+ o.name = "AcknowledgeJob"
670
+ o.http_method = "POST"
671
+ o.http_request_uri = "/"
672
+ o.input = Shapes::ShapeRef.new(shape: AcknowledgeJobInput)
673
+ o.output = Shapes::ShapeRef.new(shape: AcknowledgeJobOutput)
674
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
675
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNonceException)
676
+ o.errors << Shapes::ShapeRef.new(shape: JobNotFoundException)
677
+ end)
678
+
679
+ api.add_operation(:acknowledge_third_party_job, Seahorse::Model::Operation.new.tap do |o|
680
+ o.name = "AcknowledgeThirdPartyJob"
681
+ o.http_method = "POST"
682
+ o.http_request_uri = "/"
683
+ o.input = Shapes::ShapeRef.new(shape: AcknowledgeThirdPartyJobInput)
684
+ o.output = Shapes::ShapeRef.new(shape: AcknowledgeThirdPartyJobOutput)
685
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
686
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNonceException)
687
+ o.errors << Shapes::ShapeRef.new(shape: JobNotFoundException)
688
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClientTokenException)
689
+ end)
690
+
691
+ api.add_operation(:create_custom_action_type, Seahorse::Model::Operation.new.tap do |o|
692
+ o.name = "CreateCustomActionType"
693
+ o.http_method = "POST"
694
+ o.http_request_uri = "/"
695
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomActionTypeInput)
696
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomActionTypeOutput)
697
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
698
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
699
+ end)
700
+
701
+ api.add_operation(:create_pipeline, Seahorse::Model::Operation.new.tap do |o|
702
+ o.name = "CreatePipeline"
703
+ o.http_method = "POST"
704
+ o.http_request_uri = "/"
705
+ o.input = Shapes::ShapeRef.new(shape: CreatePipelineInput)
706
+ o.output = Shapes::ShapeRef.new(shape: CreatePipelineOutput)
707
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
708
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNameInUseException)
709
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStageDeclarationException)
710
+ o.errors << Shapes::ShapeRef.new(shape: InvalidActionDeclarationException)
711
+ o.errors << Shapes::ShapeRef.new(shape: InvalidBlockerDeclarationException)
712
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStructureException)
713
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
714
+ end)
715
+
716
+ api.add_operation(:delete_custom_action_type, Seahorse::Model::Operation.new.tap do |o|
717
+ o.name = "DeleteCustomActionType"
718
+ o.http_method = "POST"
719
+ o.http_request_uri = "/"
720
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomActionTypeInput)
721
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
722
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
723
+ end)
724
+
725
+ api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
726
+ o.name = "DeletePipeline"
727
+ o.http_method = "POST"
728
+ o.http_request_uri = "/"
729
+ o.input = Shapes::ShapeRef.new(shape: DeletePipelineInput)
730
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
731
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
732
+ end)
733
+
734
+ api.add_operation(:disable_stage_transition, Seahorse::Model::Operation.new.tap do |o|
735
+ o.name = "DisableStageTransition"
736
+ o.http_method = "POST"
737
+ o.http_request_uri = "/"
738
+ o.input = Shapes::ShapeRef.new(shape: DisableStageTransitionInput)
739
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
740
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
741
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
742
+ o.errors << Shapes::ShapeRef.new(shape: StageNotFoundException)
743
+ end)
744
+
745
+ api.add_operation(:enable_stage_transition, Seahorse::Model::Operation.new.tap do |o|
746
+ o.name = "EnableStageTransition"
747
+ o.http_method = "POST"
748
+ o.http_request_uri = "/"
749
+ o.input = Shapes::ShapeRef.new(shape: EnableStageTransitionInput)
750
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
751
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
752
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
753
+ o.errors << Shapes::ShapeRef.new(shape: StageNotFoundException)
754
+ end)
755
+
756
+ api.add_operation(:get_job_details, Seahorse::Model::Operation.new.tap do |o|
757
+ o.name = "GetJobDetails"
758
+ o.http_method = "POST"
759
+ o.http_request_uri = "/"
760
+ o.input = Shapes::ShapeRef.new(shape: GetJobDetailsInput)
761
+ o.output = Shapes::ShapeRef.new(shape: GetJobDetailsOutput)
762
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
763
+ o.errors << Shapes::ShapeRef.new(shape: JobNotFoundException)
764
+ end)
765
+
766
+ api.add_operation(:get_pipeline, Seahorse::Model::Operation.new.tap do |o|
767
+ o.name = "GetPipeline"
768
+ o.http_method = "POST"
769
+ o.http_request_uri = "/"
770
+ o.input = Shapes::ShapeRef.new(shape: GetPipelineInput)
771
+ o.output = Shapes::ShapeRef.new(shape: GetPipelineOutput)
772
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
773
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
774
+ o.errors << Shapes::ShapeRef.new(shape: PipelineVersionNotFoundException)
775
+ end)
776
+
777
+ api.add_operation(:get_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
778
+ o.name = "GetPipelineExecution"
779
+ o.http_method = "POST"
780
+ o.http_request_uri = "/"
781
+ o.input = Shapes::ShapeRef.new(shape: GetPipelineExecutionInput)
782
+ o.output = Shapes::ShapeRef.new(shape: GetPipelineExecutionOutput)
783
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
784
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
785
+ o.errors << Shapes::ShapeRef.new(shape: PipelineExecutionNotFoundException)
786
+ end)
787
+
788
+ api.add_operation(:get_pipeline_state, Seahorse::Model::Operation.new.tap do |o|
789
+ o.name = "GetPipelineState"
790
+ o.http_method = "POST"
791
+ o.http_request_uri = "/"
792
+ o.input = Shapes::ShapeRef.new(shape: GetPipelineStateInput)
793
+ o.output = Shapes::ShapeRef.new(shape: GetPipelineStateOutput)
794
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
795
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
796
+ end)
797
+
798
+ api.add_operation(:get_third_party_job_details, Seahorse::Model::Operation.new.tap do |o|
799
+ o.name = "GetThirdPartyJobDetails"
800
+ o.http_method = "POST"
801
+ o.http_request_uri = "/"
802
+ o.input = Shapes::ShapeRef.new(shape: GetThirdPartyJobDetailsInput)
803
+ o.output = Shapes::ShapeRef.new(shape: GetThirdPartyJobDetailsOutput)
804
+ o.errors << Shapes::ShapeRef.new(shape: JobNotFoundException)
805
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
806
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClientTokenException)
807
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobException)
808
+ end)
809
+
810
+ api.add_operation(:list_action_types, Seahorse::Model::Operation.new.tap do |o|
811
+ o.name = "ListActionTypes"
812
+ o.http_method = "POST"
813
+ o.http_request_uri = "/"
814
+ o.input = Shapes::ShapeRef.new(shape: ListActionTypesInput)
815
+ o.output = Shapes::ShapeRef.new(shape: ListActionTypesOutput)
816
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
817
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
818
+ end)
819
+
820
+ api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
821
+ o.name = "ListPipelines"
822
+ o.http_method = "POST"
823
+ o.http_request_uri = "/"
824
+ o.input = Shapes::ShapeRef.new(shape: ListPipelinesInput)
825
+ o.output = Shapes::ShapeRef.new(shape: ListPipelinesOutput)
826
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
827
+ end)
828
+
829
+ api.add_operation(:poll_for_jobs, Seahorse::Model::Operation.new.tap do |o|
830
+ o.name = "PollForJobs"
831
+ o.http_method = "POST"
832
+ o.http_request_uri = "/"
833
+ o.input = Shapes::ShapeRef.new(shape: PollForJobsInput)
834
+ o.output = Shapes::ShapeRef.new(shape: PollForJobsOutput)
835
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
836
+ o.errors << Shapes::ShapeRef.new(shape: ActionTypeNotFoundException)
837
+ end)
838
+
839
+ api.add_operation(:poll_for_third_party_jobs, Seahorse::Model::Operation.new.tap do |o|
840
+ o.name = "PollForThirdPartyJobs"
841
+ o.http_method = "POST"
842
+ o.http_request_uri = "/"
843
+ o.input = Shapes::ShapeRef.new(shape: PollForThirdPartyJobsInput)
844
+ o.output = Shapes::ShapeRef.new(shape: PollForThirdPartyJobsOutput)
845
+ o.errors << Shapes::ShapeRef.new(shape: ActionTypeNotFoundException)
846
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
847
+ end)
848
+
849
+ api.add_operation(:put_action_revision, Seahorse::Model::Operation.new.tap do |o|
850
+ o.name = "PutActionRevision"
851
+ o.http_method = "POST"
852
+ o.http_request_uri = "/"
853
+ o.input = Shapes::ShapeRef.new(shape: PutActionRevisionInput)
854
+ o.output = Shapes::ShapeRef.new(shape: PutActionRevisionOutput)
855
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
856
+ o.errors << Shapes::ShapeRef.new(shape: StageNotFoundException)
857
+ o.errors << Shapes::ShapeRef.new(shape: ActionNotFoundException)
858
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
859
+ end)
860
+
861
+ api.add_operation(:put_approval_result, Seahorse::Model::Operation.new.tap do |o|
862
+ o.name = "PutApprovalResult"
863
+ o.http_method = "POST"
864
+ o.http_request_uri = "/"
865
+ o.input = Shapes::ShapeRef.new(shape: PutApprovalResultInput)
866
+ o.output = Shapes::ShapeRef.new(shape: PutApprovalResultOutput)
867
+ o.errors << Shapes::ShapeRef.new(shape: InvalidApprovalTokenException)
868
+ o.errors << Shapes::ShapeRef.new(shape: ApprovalAlreadyCompletedException)
869
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
870
+ o.errors << Shapes::ShapeRef.new(shape: StageNotFoundException)
871
+ o.errors << Shapes::ShapeRef.new(shape: ActionNotFoundException)
872
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
873
+ end)
874
+
875
+ api.add_operation(:put_job_failure_result, Seahorse::Model::Operation.new.tap do |o|
876
+ o.name = "PutJobFailureResult"
877
+ o.http_method = "POST"
878
+ o.http_request_uri = "/"
879
+ o.input = Shapes::ShapeRef.new(shape: PutJobFailureResultInput)
880
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
881
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
882
+ o.errors << Shapes::ShapeRef.new(shape: JobNotFoundException)
883
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobStateException)
884
+ end)
885
+
886
+ api.add_operation(:put_job_success_result, Seahorse::Model::Operation.new.tap do |o|
887
+ o.name = "PutJobSuccessResult"
888
+ o.http_method = "POST"
889
+ o.http_request_uri = "/"
890
+ o.input = Shapes::ShapeRef.new(shape: PutJobSuccessResultInput)
891
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
892
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
893
+ o.errors << Shapes::ShapeRef.new(shape: JobNotFoundException)
894
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobStateException)
895
+ end)
896
+
897
+ api.add_operation(:put_third_party_job_failure_result, Seahorse::Model::Operation.new.tap do |o|
898
+ o.name = "PutThirdPartyJobFailureResult"
899
+ o.http_method = "POST"
900
+ o.http_request_uri = "/"
901
+ o.input = Shapes::ShapeRef.new(shape: PutThirdPartyJobFailureResultInput)
902
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
903
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
904
+ o.errors << Shapes::ShapeRef.new(shape: JobNotFoundException)
905
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobStateException)
906
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClientTokenException)
907
+ end)
908
+
909
+ api.add_operation(:put_third_party_job_success_result, Seahorse::Model::Operation.new.tap do |o|
910
+ o.name = "PutThirdPartyJobSuccessResult"
911
+ o.http_method = "POST"
912
+ o.http_request_uri = "/"
913
+ o.input = Shapes::ShapeRef.new(shape: PutThirdPartyJobSuccessResultInput)
914
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
915
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
916
+ o.errors << Shapes::ShapeRef.new(shape: JobNotFoundException)
917
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobStateException)
918
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClientTokenException)
919
+ end)
920
+
921
+ api.add_operation(:retry_stage_execution, Seahorse::Model::Operation.new.tap do |o|
922
+ o.name = "RetryStageExecution"
923
+ o.http_method = "POST"
924
+ o.http_request_uri = "/"
925
+ o.input = Shapes::ShapeRef.new(shape: RetryStageExecutionInput)
926
+ o.output = Shapes::ShapeRef.new(shape: RetryStageExecutionOutput)
927
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
928
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
929
+ o.errors << Shapes::ShapeRef.new(shape: StageNotFoundException)
930
+ o.errors << Shapes::ShapeRef.new(shape: StageNotRetryableException)
931
+ o.errors << Shapes::ShapeRef.new(shape: NotLatestPipelineExecutionException)
932
+ end)
933
+
934
+ api.add_operation(:start_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
935
+ o.name = "StartPipelineExecution"
936
+ o.http_method = "POST"
937
+ o.http_request_uri = "/"
938
+ o.input = Shapes::ShapeRef.new(shape: StartPipelineExecutionInput)
939
+ o.output = Shapes::ShapeRef.new(shape: StartPipelineExecutionOutput)
940
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
941
+ o.errors << Shapes::ShapeRef.new(shape: PipelineNotFoundException)
942
+ end)
943
+
944
+ api.add_operation(:update_pipeline, Seahorse::Model::Operation.new.tap do |o|
945
+ o.name = "UpdatePipeline"
946
+ o.http_method = "POST"
947
+ o.http_request_uri = "/"
948
+ o.input = Shapes::ShapeRef.new(shape: UpdatePipelineInput)
949
+ o.output = Shapes::ShapeRef.new(shape: UpdatePipelineOutput)
950
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
951
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStageDeclarationException)
952
+ o.errors << Shapes::ShapeRef.new(shape: InvalidActionDeclarationException)
953
+ o.errors << Shapes::ShapeRef.new(shape: InvalidBlockerDeclarationException)
954
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStructureException)
955
+ end)
956
+ end
957
+
958
+ end
959
+ end
960
+ end