aws-sdk-codepipeline 1.0.0.rc2 → 1.0.0.rc3

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