aws-sdk-apptest 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1346 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::AppTest
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ Arn = Shapes::StringShape.new(name: 'Arn')
18
+ Batch = Shapes::StructureShape.new(name: 'Batch')
19
+ BatchJobParameters = Shapes::MapShape.new(name: 'BatchJobParameters')
20
+ BatchStepInput = Shapes::StructureShape.new(name: 'BatchStepInput')
21
+ BatchStepOutput = Shapes::StructureShape.new(name: 'BatchStepOutput')
22
+ BatchSummary = Shapes::StructureShape.new(name: 'BatchSummary')
23
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
24
+ CaptureTool = Shapes::StringShape.new(name: 'CaptureTool')
25
+ CloudFormation = Shapes::StructureShape.new(name: 'CloudFormation')
26
+ CloudFormationAction = Shapes::StructureShape.new(name: 'CloudFormationAction')
27
+ CloudFormationActionType = Shapes::StringShape.new(name: 'CloudFormationActionType')
28
+ CloudFormationStepSummary = Shapes::UnionShape.new(name: 'CloudFormationStepSummary')
29
+ CompareAction = Shapes::StructureShape.new(name: 'CompareAction')
30
+ CompareActionSummary = Shapes::StructureShape.new(name: 'CompareActionSummary')
31
+ CompareDataSetsStepInput = Shapes::StructureShape.new(name: 'CompareDataSetsStepInput')
32
+ CompareDataSetsStepOutput = Shapes::StructureShape.new(name: 'CompareDataSetsStepOutput')
33
+ CompareDataSetsSummary = Shapes::StructureShape.new(name: 'CompareDataSetsSummary')
34
+ CompareDatabaseCDCStepInput = Shapes::StructureShape.new(name: 'CompareDatabaseCDCStepInput')
35
+ CompareDatabaseCDCStepOutput = Shapes::StructureShape.new(name: 'CompareDatabaseCDCStepOutput')
36
+ CompareDatabaseCDCSummary = Shapes::StructureShape.new(name: 'CompareDatabaseCDCSummary')
37
+ CompareFileType = Shapes::UnionShape.new(name: 'CompareFileType')
38
+ ComparisonStatusEnum = Shapes::StringShape.new(name: 'ComparisonStatusEnum')
39
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
40
+ CreateCloudFormationStepInput = Shapes::StructureShape.new(name: 'CreateCloudFormationStepInput')
41
+ CreateCloudFormationStepOutput = Shapes::StructureShape.new(name: 'CreateCloudFormationStepOutput')
42
+ CreateCloudFormationSummary = Shapes::StructureShape.new(name: 'CreateCloudFormationSummary')
43
+ CreateTestCaseRequest = Shapes::StructureShape.new(name: 'CreateTestCaseRequest')
44
+ CreateTestCaseResponse = Shapes::StructureShape.new(name: 'CreateTestCaseResponse')
45
+ CreateTestConfigurationRequest = Shapes::StructureShape.new(name: 'CreateTestConfigurationRequest')
46
+ CreateTestConfigurationResponse = Shapes::StructureShape.new(name: 'CreateTestConfigurationResponse')
47
+ CreateTestSuiteRequest = Shapes::StructureShape.new(name: 'CreateTestSuiteRequest')
48
+ CreateTestSuiteResponse = Shapes::StructureShape.new(name: 'CreateTestSuiteResponse')
49
+ DataSet = Shapes::StructureShape.new(name: 'DataSet')
50
+ DataSetList = Shapes::ListShape.new(name: 'DataSetList')
51
+ DataSetType = Shapes::StringShape.new(name: 'DataSetType')
52
+ DatabaseCDC = Shapes::StructureShape.new(name: 'DatabaseCDC')
53
+ DeleteCloudFormationStepInput = Shapes::StructureShape.new(name: 'DeleteCloudFormationStepInput')
54
+ DeleteCloudFormationStepOutput = Shapes::StructureShape.new(name: 'DeleteCloudFormationStepOutput')
55
+ DeleteCloudFormationSummary = Shapes::StructureShape.new(name: 'DeleteCloudFormationSummary')
56
+ DeleteTestCaseRequest = Shapes::StructureShape.new(name: 'DeleteTestCaseRequest')
57
+ DeleteTestCaseResponse = Shapes::StructureShape.new(name: 'DeleteTestCaseResponse')
58
+ DeleteTestConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteTestConfigurationRequest')
59
+ DeleteTestConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteTestConfigurationResponse')
60
+ DeleteTestRunRequest = Shapes::StructureShape.new(name: 'DeleteTestRunRequest')
61
+ DeleteTestRunResponse = Shapes::StructureShape.new(name: 'DeleteTestRunResponse')
62
+ DeleteTestSuiteRequest = Shapes::StructureShape.new(name: 'DeleteTestSuiteRequest')
63
+ DeleteTestSuiteResponse = Shapes::StructureShape.new(name: 'DeleteTestSuiteResponse')
64
+ ExportDataSetNames = Shapes::ListShape.new(name: 'ExportDataSetNames')
65
+ File = Shapes::UnionShape.new(name: 'File')
66
+ FileMetadata = Shapes::UnionShape.new(name: 'FileMetadata')
67
+ Format = Shapes::StringShape.new(name: 'Format')
68
+ GetTestCaseRequest = Shapes::StructureShape.new(name: 'GetTestCaseRequest')
69
+ GetTestCaseResponse = Shapes::StructureShape.new(name: 'GetTestCaseResponse')
70
+ GetTestConfigurationRequest = Shapes::StructureShape.new(name: 'GetTestConfigurationRequest')
71
+ GetTestConfigurationResponse = Shapes::StructureShape.new(name: 'GetTestConfigurationResponse')
72
+ GetTestRunStepRequest = Shapes::StructureShape.new(name: 'GetTestRunStepRequest')
73
+ GetTestRunStepResponse = Shapes::StructureShape.new(name: 'GetTestRunStepResponse')
74
+ GetTestSuiteRequest = Shapes::StructureShape.new(name: 'GetTestSuiteRequest')
75
+ GetTestSuiteResponse = Shapes::StructureShape.new(name: 'GetTestSuiteResponse')
76
+ IdempotencyTokenString = Shapes::StringShape.new(name: 'IdempotencyTokenString')
77
+ Identifier = Shapes::StringShape.new(name: 'Identifier')
78
+ Input = Shapes::UnionShape.new(name: 'Input')
79
+ InputFile = Shapes::StructureShape.new(name: 'InputFile')
80
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
81
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
82
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
83
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
84
+ ListTestCasesRequest = Shapes::StructureShape.new(name: 'ListTestCasesRequest')
85
+ ListTestCasesResponse = Shapes::StructureShape.new(name: 'ListTestCasesResponse')
86
+ ListTestConfigurationsRequest = Shapes::StructureShape.new(name: 'ListTestConfigurationsRequest')
87
+ ListTestConfigurationsResponse = Shapes::StructureShape.new(name: 'ListTestConfigurationsResponse')
88
+ ListTestRunStepsRequest = Shapes::StructureShape.new(name: 'ListTestRunStepsRequest')
89
+ ListTestRunStepsResponse = Shapes::StructureShape.new(name: 'ListTestRunStepsResponse')
90
+ ListTestRunTestCasesRequest = Shapes::StructureShape.new(name: 'ListTestRunTestCasesRequest')
91
+ ListTestRunTestCasesResponse = Shapes::StructureShape.new(name: 'ListTestRunTestCasesResponse')
92
+ ListTestRunsRequest = Shapes::StructureShape.new(name: 'ListTestRunsRequest')
93
+ ListTestRunsResponse = Shapes::StructureShape.new(name: 'ListTestRunsResponse')
94
+ ListTestSuitesRequest = Shapes::StructureShape.new(name: 'ListTestSuitesRequest')
95
+ ListTestSuitesResponse = Shapes::StructureShape.new(name: 'ListTestSuitesResponse')
96
+ M2ManagedActionProperties = Shapes::StructureShape.new(name: 'M2ManagedActionProperties')
97
+ M2ManagedActionType = Shapes::StringShape.new(name: 'M2ManagedActionType')
98
+ M2ManagedApplication = Shapes::StructureShape.new(name: 'M2ManagedApplication')
99
+ M2ManagedApplicationAction = Shapes::StructureShape.new(name: 'M2ManagedApplicationAction')
100
+ M2ManagedApplicationStepInput = Shapes::StructureShape.new(name: 'M2ManagedApplicationStepInput')
101
+ M2ManagedApplicationStepOutput = Shapes::StructureShape.new(name: 'M2ManagedApplicationStepOutput')
102
+ M2ManagedApplicationStepSummary = Shapes::StructureShape.new(name: 'M2ManagedApplicationStepSummary')
103
+ M2ManagedApplicationSummary = Shapes::StructureShape.new(name: 'M2ManagedApplicationSummary')
104
+ M2ManagedRuntime = Shapes::StringShape.new(name: 'M2ManagedRuntime')
105
+ M2NonManagedActionType = Shapes::StringShape.new(name: 'M2NonManagedActionType')
106
+ M2NonManagedApplication = Shapes::StructureShape.new(name: 'M2NonManagedApplication')
107
+ M2NonManagedApplicationAction = Shapes::StructureShape.new(name: 'M2NonManagedApplicationAction')
108
+ M2NonManagedApplicationStepInput = Shapes::StructureShape.new(name: 'M2NonManagedApplicationStepInput')
109
+ M2NonManagedApplicationStepOutput = Shapes::StructureShape.new(name: 'M2NonManagedApplicationStepOutput')
110
+ M2NonManagedApplicationStepSummary = Shapes::StructureShape.new(name: 'M2NonManagedApplicationStepSummary')
111
+ M2NonManagedApplicationSummary = Shapes::StructureShape.new(name: 'M2NonManagedApplicationSummary')
112
+ M2NonManagedRuntime = Shapes::StringShape.new(name: 'M2NonManagedRuntime')
113
+ MainframeAction = Shapes::StructureShape.new(name: 'MainframeAction')
114
+ MainframeActionProperties = Shapes::StructureShape.new(name: 'MainframeActionProperties')
115
+ MainframeActionSummary = Shapes::UnionShape.new(name: 'MainframeActionSummary')
116
+ MainframeActionType = Shapes::UnionShape.new(name: 'MainframeActionType')
117
+ MainframeResourceSummary = Shapes::UnionShape.new(name: 'MainframeResourceSummary')
118
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
119
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
120
+ Output = Shapes::UnionShape.new(name: 'Output')
121
+ OutputFile = Shapes::StructureShape.new(name: 'OutputFile')
122
+ Properties = Shapes::MapShape.new(name: 'Properties')
123
+ Resource = Shapes::StructureShape.new(name: 'Resource')
124
+ ResourceAction = Shapes::UnionShape.new(name: 'ResourceAction')
125
+ ResourceActionSummary = Shapes::UnionShape.new(name: 'ResourceActionSummary')
126
+ ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
127
+ ResourceList = Shapes::ListShape.new(name: 'ResourceList')
128
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
129
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
130
+ ResourceType = Shapes::UnionShape.new(name: 'ResourceType')
131
+ S3Uri = Shapes::StringShape.new(name: 'S3Uri')
132
+ Script = Shapes::StructureShape.new(name: 'Script')
133
+ ScriptSummary = Shapes::StructureShape.new(name: 'ScriptSummary')
134
+ ScriptType = Shapes::StringShape.new(name: 'ScriptType')
135
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
136
+ ServiceSettings = Shapes::StructureShape.new(name: 'ServiceSettings')
137
+ SourceDatabase = Shapes::StringShape.new(name: 'SourceDatabase')
138
+ SourceDatabaseMetadata = Shapes::StructureShape.new(name: 'SourceDatabaseMetadata')
139
+ StartTestRunRequest = Shapes::StructureShape.new(name: 'StartTestRunRequest')
140
+ StartTestRunResponse = Shapes::StructureShape.new(name: 'StartTestRunResponse')
141
+ Step = Shapes::StructureShape.new(name: 'Step')
142
+ StepAction = Shapes::UnionShape.new(name: 'StepAction')
143
+ StepList = Shapes::ListShape.new(name: 'StepList')
144
+ StepRunStatus = Shapes::StringShape.new(name: 'StepRunStatus')
145
+ StepRunSummary = Shapes::UnionShape.new(name: 'StepRunSummary')
146
+ String = Shapes::StringShape.new(name: 'String')
147
+ String100 = Shapes::StringShape.new(name: 'String100')
148
+ String50 = Shapes::StringShape.new(name: 'String50')
149
+ TN3270 = Shapes::StructureShape.new(name: 'TN3270')
150
+ TN3270StepInput = Shapes::StructureShape.new(name: 'TN3270StepInput')
151
+ TN3270StepOutput = Shapes::StructureShape.new(name: 'TN3270StepOutput')
152
+ TN3270Summary = Shapes::StructureShape.new(name: 'TN3270Summary')
153
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
154
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
155
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
156
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
157
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
158
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
159
+ TargetDatabase = Shapes::StringShape.new(name: 'TargetDatabase')
160
+ TargetDatabaseMetadata = Shapes::StructureShape.new(name: 'TargetDatabaseMetadata')
161
+ TestCaseIdList = Shapes::ListShape.new(name: 'TestCaseIdList')
162
+ TestCaseLatestVersion = Shapes::StructureShape.new(name: 'TestCaseLatestVersion')
163
+ TestCaseLifecycle = Shapes::StringShape.new(name: 'TestCaseLifecycle')
164
+ TestCaseList = Shapes::ListShape.new(name: 'TestCaseList')
165
+ TestCaseRunStatus = Shapes::StringShape.new(name: 'TestCaseRunStatus')
166
+ TestCaseRunSummary = Shapes::StructureShape.new(name: 'TestCaseRunSummary')
167
+ TestCaseRunSummaryList = Shapes::ListShape.new(name: 'TestCaseRunSummaryList')
168
+ TestCaseSummary = Shapes::StructureShape.new(name: 'TestCaseSummary')
169
+ TestCaseSummaryList = Shapes::ListShape.new(name: 'TestCaseSummaryList')
170
+ TestCases = Shapes::UnionShape.new(name: 'TestCases')
171
+ TestConfigurationIdList = Shapes::ListShape.new(name: 'TestConfigurationIdList')
172
+ TestConfigurationLatestVersion = Shapes::StructureShape.new(name: 'TestConfigurationLatestVersion')
173
+ TestConfigurationLifecycle = Shapes::StringShape.new(name: 'TestConfigurationLifecycle')
174
+ TestConfigurationList = Shapes::ListShape.new(name: 'TestConfigurationList')
175
+ TestConfigurationSummary = Shapes::StructureShape.new(name: 'TestConfigurationSummary')
176
+ TestRunIdList = Shapes::ListShape.new(name: 'TestRunIdList')
177
+ TestRunStatus = Shapes::StringShape.new(name: 'TestRunStatus')
178
+ TestRunStepSummary = Shapes::StructureShape.new(name: 'TestRunStepSummary')
179
+ TestRunStepSummaryList = Shapes::ListShape.new(name: 'TestRunStepSummaryList')
180
+ TestRunSummary = Shapes::StructureShape.new(name: 'TestRunSummary')
181
+ TestRunSummaryList = Shapes::ListShape.new(name: 'TestRunSummaryList')
182
+ TestSuiteIdList = Shapes::ListShape.new(name: 'TestSuiteIdList')
183
+ TestSuiteLatestVersion = Shapes::StructureShape.new(name: 'TestSuiteLatestVersion')
184
+ TestSuiteLifecycle = Shapes::StringShape.new(name: 'TestSuiteLifecycle')
185
+ TestSuiteList = Shapes::ListShape.new(name: 'TestSuiteList')
186
+ TestSuiteSummary = Shapes::StructureShape.new(name: 'TestSuiteSummary')
187
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
188
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
189
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
190
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
191
+ UpdateTestCaseRequest = Shapes::StructureShape.new(name: 'UpdateTestCaseRequest')
192
+ UpdateTestCaseResponse = Shapes::StructureShape.new(name: 'UpdateTestCaseResponse')
193
+ UpdateTestConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateTestConfigurationRequest')
194
+ UpdateTestConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateTestConfigurationResponse')
195
+ UpdateTestSuiteRequest = Shapes::StructureShape.new(name: 'UpdateTestSuiteRequest')
196
+ UpdateTestSuiteResponse = Shapes::StructureShape.new(name: 'UpdateTestSuiteResponse')
197
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
198
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
199
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
200
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
201
+ Variable = Shapes::StringShape.new(name: 'Variable')
202
+ Version = Shapes::IntegerShape.new(name: 'Version')
203
+
204
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
205
+ AccessDeniedException.struct_class = Types::AccessDeniedException
206
+
207
+ Batch.add_member(:batch_job_name, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "batchJobName"))
208
+ Batch.add_member(:batch_job_parameters, Shapes::ShapeRef.new(shape: BatchJobParameters, location_name: "batchJobParameters"))
209
+ Batch.add_member(:export_data_set_names, Shapes::ShapeRef.new(shape: ExportDataSetNames, location_name: "exportDataSetNames"))
210
+ Batch.struct_class = Types::Batch
211
+
212
+ BatchJobParameters.key = Shapes::ShapeRef.new(shape: String)
213
+ BatchJobParameters.value = Shapes::ShapeRef.new(shape: String)
214
+
215
+ BatchStepInput.add_member(:resource, Shapes::ShapeRef.new(shape: MainframeResourceSummary, required: true, location_name: "resource"))
216
+ BatchStepInput.add_member(:batch_job_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "batchJobName"))
217
+ BatchStepInput.add_member(:batch_job_parameters, Shapes::ShapeRef.new(shape: BatchJobParameters, location_name: "batchJobParameters"))
218
+ BatchStepInput.add_member(:export_data_set_names, Shapes::ShapeRef.new(shape: ExportDataSetNames, location_name: "exportDataSetNames"))
219
+ BatchStepInput.add_member(:properties, Shapes::ShapeRef.new(shape: MainframeActionProperties, location_name: "properties"))
220
+ BatchStepInput.struct_class = Types::BatchStepInput
221
+
222
+ BatchStepOutput.add_member(:data_set_export_location, Shapes::ShapeRef.new(shape: S3Uri, location_name: "dataSetExportLocation"))
223
+ BatchStepOutput.add_member(:dms_output_location, Shapes::ShapeRef.new(shape: S3Uri, location_name: "dmsOutputLocation"))
224
+ BatchStepOutput.add_member(:data_set_details, Shapes::ShapeRef.new(shape: DataSetList, location_name: "dataSetDetails"))
225
+ BatchStepOutput.struct_class = Types::BatchStepOutput
226
+
227
+ BatchSummary.add_member(:step_input, Shapes::ShapeRef.new(shape: BatchStepInput, required: true, location_name: "stepInput"))
228
+ BatchSummary.add_member(:step_output, Shapes::ShapeRef.new(shape: BatchStepOutput, location_name: "stepOutput"))
229
+ BatchSummary.struct_class = Types::BatchSummary
230
+
231
+ CloudFormation.add_member(:template_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "templateLocation"))
232
+ CloudFormation.add_member(:parameters, Shapes::ShapeRef.new(shape: Properties, location_name: "parameters"))
233
+ CloudFormation.struct_class = Types::CloudFormation
234
+
235
+ CloudFormationAction.add_member(:resource, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "resource"))
236
+ CloudFormationAction.add_member(:action_type, Shapes::ShapeRef.new(shape: CloudFormationActionType, location_name: "actionType"))
237
+ CloudFormationAction.struct_class = Types::CloudFormationAction
238
+
239
+ CloudFormationStepSummary.add_member(:create_cloudformation, Shapes::ShapeRef.new(shape: CreateCloudFormationSummary, location_name: "createCloudformation"))
240
+ CloudFormationStepSummary.add_member(:delete_cloudformation, Shapes::ShapeRef.new(shape: DeleteCloudFormationSummary, location_name: "deleteCloudformation"))
241
+ CloudFormationStepSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
242
+ CloudFormationStepSummary.add_member_subclass(:create_cloudformation, Types::CloudFormationStepSummary::CreateCloudformation)
243
+ CloudFormationStepSummary.add_member_subclass(:delete_cloudformation, Types::CloudFormationStepSummary::DeleteCloudformation)
244
+ CloudFormationStepSummary.add_member_subclass(:unknown, Types::CloudFormationStepSummary::Unknown)
245
+ CloudFormationStepSummary.struct_class = Types::CloudFormationStepSummary
246
+
247
+ CompareAction.add_member(:input, Shapes::ShapeRef.new(shape: Input, required: true, location_name: "input"))
248
+ CompareAction.add_member(:output, Shapes::ShapeRef.new(shape: Output, location_name: "output"))
249
+ CompareAction.struct_class = Types::CompareAction
250
+
251
+ CompareActionSummary.add_member(:type, Shapes::ShapeRef.new(shape: File, required: true, location_name: "type"))
252
+ CompareActionSummary.struct_class = Types::CompareActionSummary
253
+
254
+ CompareDataSetsStepInput.add_member(:source_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "sourceLocation"))
255
+ CompareDataSetsStepInput.add_member(:target_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "targetLocation"))
256
+ CompareDataSetsStepInput.add_member(:source_data_sets, Shapes::ShapeRef.new(shape: DataSetList, required: true, location_name: "sourceDataSets"))
257
+ CompareDataSetsStepInput.add_member(:target_data_sets, Shapes::ShapeRef.new(shape: DataSetList, required: true, location_name: "targetDataSets"))
258
+ CompareDataSetsStepInput.struct_class = Types::CompareDataSetsStepInput
259
+
260
+ CompareDataSetsStepOutput.add_member(:comparison_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "comparisonOutputLocation"))
261
+ CompareDataSetsStepOutput.add_member(:comparison_status, Shapes::ShapeRef.new(shape: ComparisonStatusEnum, required: true, location_name: "comparisonStatus"))
262
+ CompareDataSetsStepOutput.struct_class = Types::CompareDataSetsStepOutput
263
+
264
+ CompareDataSetsSummary.add_member(:step_input, Shapes::ShapeRef.new(shape: CompareDataSetsStepInput, required: true, location_name: "stepInput"))
265
+ CompareDataSetsSummary.add_member(:step_output, Shapes::ShapeRef.new(shape: CompareDataSetsStepOutput, location_name: "stepOutput"))
266
+ CompareDataSetsSummary.struct_class = Types::CompareDataSetsSummary
267
+
268
+ CompareDatabaseCDCStepInput.add_member(:source_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sourceLocation"))
269
+ CompareDatabaseCDCStepInput.add_member(:target_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "targetLocation"))
270
+ CompareDatabaseCDCStepInput.add_member(:output_location, Shapes::ShapeRef.new(shape: String, location_name: "outputLocation"))
271
+ CompareDatabaseCDCStepInput.add_member(:source_metadata, Shapes::ShapeRef.new(shape: SourceDatabaseMetadata, required: true, location_name: "sourceMetadata"))
272
+ CompareDatabaseCDCStepInput.add_member(:target_metadata, Shapes::ShapeRef.new(shape: TargetDatabaseMetadata, required: true, location_name: "targetMetadata"))
273
+ CompareDatabaseCDCStepInput.struct_class = Types::CompareDatabaseCDCStepInput
274
+
275
+ CompareDatabaseCDCStepOutput.add_member(:comparison_output_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "comparisonOutputLocation"))
276
+ CompareDatabaseCDCStepOutput.add_member(:comparison_status, Shapes::ShapeRef.new(shape: ComparisonStatusEnum, required: true, location_name: "comparisonStatus"))
277
+ CompareDatabaseCDCStepOutput.struct_class = Types::CompareDatabaseCDCStepOutput
278
+
279
+ CompareDatabaseCDCSummary.add_member(:step_input, Shapes::ShapeRef.new(shape: CompareDatabaseCDCStepInput, required: true, location_name: "stepInput"))
280
+ CompareDatabaseCDCSummary.add_member(:step_output, Shapes::ShapeRef.new(shape: CompareDatabaseCDCStepOutput, location_name: "stepOutput"))
281
+ CompareDatabaseCDCSummary.struct_class = Types::CompareDatabaseCDCSummary
282
+
283
+ CompareFileType.add_member(:datasets, Shapes::ShapeRef.new(shape: CompareDataSetsSummary, location_name: "datasets"))
284
+ CompareFileType.add_member(:database_cdc, Shapes::ShapeRef.new(shape: CompareDatabaseCDCSummary, location_name: "databaseCDC"))
285
+ CompareFileType.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
286
+ CompareFileType.add_member_subclass(:datasets, Types::CompareFileType::Datasets)
287
+ CompareFileType.add_member_subclass(:database_cdc, Types::CompareFileType::DatabaseCdc)
288
+ CompareFileType.add_member_subclass(:unknown, Types::CompareFileType::Unknown)
289
+ CompareFileType.struct_class = Types::CompareFileType
290
+
291
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
292
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
293
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
294
+ ConflictException.struct_class = Types::ConflictException
295
+
296
+ CreateCloudFormationStepInput.add_member(:template_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "templateLocation"))
297
+ CreateCloudFormationStepInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Properties, location_name: "parameters"))
298
+ CreateCloudFormationStepInput.struct_class = Types::CreateCloudFormationStepInput
299
+
300
+ CreateCloudFormationStepOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "stackId"))
301
+ CreateCloudFormationStepOutput.add_member(:exports, Shapes::ShapeRef.new(shape: Properties, location_name: "exports"))
302
+ CreateCloudFormationStepOutput.struct_class = Types::CreateCloudFormationStepOutput
303
+
304
+ CreateCloudFormationSummary.add_member(:step_input, Shapes::ShapeRef.new(shape: CreateCloudFormationStepInput, required: true, location_name: "stepInput"))
305
+ CreateCloudFormationSummary.add_member(:step_output, Shapes::ShapeRef.new(shape: CreateCloudFormationStepOutput, location_name: "stepOutput"))
306
+ CreateCloudFormationSummary.struct_class = Types::CreateCloudFormationSummary
307
+
308
+ CreateTestCaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
309
+ CreateTestCaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
310
+ CreateTestCaseRequest.add_member(:steps, Shapes::ShapeRef.new(shape: StepList, required: true, location_name: "steps"))
311
+ CreateTestCaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
312
+ CreateTestCaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
313
+ CreateTestCaseRequest.struct_class = Types::CreateTestCaseRequest
314
+
315
+ CreateTestCaseResponse.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testCaseId"))
316
+ CreateTestCaseResponse.add_member(:test_case_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testCaseVersion"))
317
+ CreateTestCaseResponse.struct_class = Types::CreateTestCaseResponse
318
+
319
+ CreateTestConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
320
+ CreateTestConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
321
+ CreateTestConfigurationRequest.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceList, required: true, location_name: "resources"))
322
+ CreateTestConfigurationRequest.add_member(:properties, Shapes::ShapeRef.new(shape: Properties, location_name: "properties"))
323
+ CreateTestConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
324
+ CreateTestConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
325
+ CreateTestConfigurationRequest.add_member(:service_settings, Shapes::ShapeRef.new(shape: ServiceSettings, location_name: "serviceSettings"))
326
+ CreateTestConfigurationRequest.struct_class = Types::CreateTestConfigurationRequest
327
+
328
+ CreateTestConfigurationResponse.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testConfigurationId"))
329
+ CreateTestConfigurationResponse.add_member(:test_configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testConfigurationVersion"))
330
+ CreateTestConfigurationResponse.struct_class = Types::CreateTestConfigurationResponse
331
+
332
+ CreateTestSuiteRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
333
+ CreateTestSuiteRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
334
+ CreateTestSuiteRequest.add_member(:before_steps, Shapes::ShapeRef.new(shape: StepList, location_name: "beforeSteps"))
335
+ CreateTestSuiteRequest.add_member(:after_steps, Shapes::ShapeRef.new(shape: StepList, location_name: "afterSteps"))
336
+ CreateTestSuiteRequest.add_member(:test_cases, Shapes::ShapeRef.new(shape: TestCases, required: true, location_name: "testCases"))
337
+ CreateTestSuiteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
338
+ CreateTestSuiteRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
339
+ CreateTestSuiteRequest.struct_class = Types::CreateTestSuiteRequest
340
+
341
+ CreateTestSuiteResponse.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testSuiteId"))
342
+ CreateTestSuiteResponse.add_member(:test_suite_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testSuiteVersion"))
343
+ CreateTestSuiteResponse.struct_class = Types::CreateTestSuiteResponse
344
+
345
+ DataSet.add_member(:type, Shapes::ShapeRef.new(shape: DataSetType, required: true, location_name: "type"))
346
+ DataSet.add_member(:name, Shapes::ShapeRef.new(shape: String100, required: true, location_name: "name"))
347
+ DataSet.add_member(:ccsid, Shapes::ShapeRef.new(shape: String50, required: true, location_name: "ccsid"))
348
+ DataSet.add_member(:format, Shapes::ShapeRef.new(shape: Format, required: true, location_name: "format"))
349
+ DataSet.add_member(:length, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "length"))
350
+ DataSet.struct_class = Types::DataSet
351
+
352
+ DataSetList.member = Shapes::ShapeRef.new(shape: DataSet)
353
+
354
+ DatabaseCDC.add_member(:source_metadata, Shapes::ShapeRef.new(shape: SourceDatabaseMetadata, required: true, location_name: "sourceMetadata"))
355
+ DatabaseCDC.add_member(:target_metadata, Shapes::ShapeRef.new(shape: TargetDatabaseMetadata, required: true, location_name: "targetMetadata"))
356
+ DatabaseCDC.struct_class = Types::DatabaseCDC
357
+
358
+ DeleteCloudFormationStepInput.add_member(:stack_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "stackId"))
359
+ DeleteCloudFormationStepInput.struct_class = Types::DeleteCloudFormationStepInput
360
+
361
+ DeleteCloudFormationStepOutput.struct_class = Types::DeleteCloudFormationStepOutput
362
+
363
+ DeleteCloudFormationSummary.add_member(:step_input, Shapes::ShapeRef.new(shape: DeleteCloudFormationStepInput, required: true, location_name: "stepInput"))
364
+ DeleteCloudFormationSummary.add_member(:step_output, Shapes::ShapeRef.new(shape: DeleteCloudFormationStepOutput, location_name: "stepOutput"))
365
+ DeleteCloudFormationSummary.struct_class = Types::DeleteCloudFormationSummary
366
+
367
+ DeleteTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testCaseId"))
368
+ DeleteTestCaseRequest.struct_class = Types::DeleteTestCaseRequest
369
+
370
+ DeleteTestCaseResponse.struct_class = Types::DeleteTestCaseResponse
371
+
372
+ DeleteTestConfigurationRequest.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testConfigurationId"))
373
+ DeleteTestConfigurationRequest.struct_class = Types::DeleteTestConfigurationRequest
374
+
375
+ DeleteTestConfigurationResponse.struct_class = Types::DeleteTestConfigurationResponse
376
+
377
+ DeleteTestRunRequest.add_member(:test_run_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testRunId"))
378
+ DeleteTestRunRequest.struct_class = Types::DeleteTestRunRequest
379
+
380
+ DeleteTestRunResponse.struct_class = Types::DeleteTestRunResponse
381
+
382
+ DeleteTestSuiteRequest.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testSuiteId"))
383
+ DeleteTestSuiteRequest.struct_class = Types::DeleteTestSuiteRequest
384
+
385
+ DeleteTestSuiteResponse.struct_class = Types::DeleteTestSuiteResponse
386
+
387
+ ExportDataSetNames.member = Shapes::ShapeRef.new(shape: String100)
388
+
389
+ File.add_member(:file_type, Shapes::ShapeRef.new(shape: CompareFileType, location_name: "fileType"))
390
+ File.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
391
+ File.add_member_subclass(:file_type, Types::File::FileType)
392
+ File.add_member_subclass(:unknown, Types::File::Unknown)
393
+ File.struct_class = Types::File
394
+
395
+ FileMetadata.add_member(:data_sets, Shapes::ShapeRef.new(shape: DataSetList, location_name: "dataSets"))
396
+ FileMetadata.add_member(:database_cdc, Shapes::ShapeRef.new(shape: DatabaseCDC, location_name: "databaseCDC"))
397
+ FileMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
398
+ FileMetadata.add_member_subclass(:data_sets, Types::FileMetadata::DataSets)
399
+ FileMetadata.add_member_subclass(:database_cdc, Types::FileMetadata::DatabaseCdc)
400
+ FileMetadata.add_member_subclass(:unknown, Types::FileMetadata::Unknown)
401
+ FileMetadata.struct_class = Types::FileMetadata
402
+
403
+ GetTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testCaseId"))
404
+ GetTestCaseRequest.add_member(:test_case_version, Shapes::ShapeRef.new(shape: Version, location: "querystring", location_name: "testCaseVersion"))
405
+ GetTestCaseRequest.struct_class = Types::GetTestCaseRequest
406
+
407
+ GetTestCaseResponse.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testCaseId"))
408
+ GetTestCaseResponse.add_member(:test_case_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "testCaseArn"))
409
+ GetTestCaseResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
410
+ GetTestCaseResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
411
+ GetTestCaseResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: TestCaseLatestVersion, required: true, location_name: "latestVersion"))
412
+ GetTestCaseResponse.add_member(:test_case_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testCaseVersion"))
413
+ GetTestCaseResponse.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseLifecycle, required: true, location_name: "status"))
414
+ GetTestCaseResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
415
+ GetTestCaseResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
416
+ GetTestCaseResponse.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateTime"))
417
+ GetTestCaseResponse.add_member(:steps, Shapes::ShapeRef.new(shape: StepList, required: true, location_name: "steps"))
418
+ GetTestCaseResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
419
+ GetTestCaseResponse.struct_class = Types::GetTestCaseResponse
420
+
421
+ GetTestConfigurationRequest.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testConfigurationId"))
422
+ GetTestConfigurationRequest.add_member(:test_configuration_version, Shapes::ShapeRef.new(shape: Version, location: "querystring", location_name: "testConfigurationVersion"))
423
+ GetTestConfigurationRequest.struct_class = Types::GetTestConfigurationRequest
424
+
425
+ GetTestConfigurationResponse.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testConfigurationId"))
426
+ GetTestConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
427
+ GetTestConfigurationResponse.add_member(:test_configuration_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "testConfigurationArn"))
428
+ GetTestConfigurationResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: TestConfigurationLatestVersion, required: true, location_name: "latestVersion"))
429
+ GetTestConfigurationResponse.add_member(:test_configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testConfigurationVersion"))
430
+ GetTestConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: TestConfigurationLifecycle, required: true, location_name: "status"))
431
+ GetTestConfigurationResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
432
+ GetTestConfigurationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
433
+ GetTestConfigurationResponse.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateTime"))
434
+ GetTestConfigurationResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
435
+ GetTestConfigurationResponse.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceList, required: true, location_name: "resources"))
436
+ GetTestConfigurationResponse.add_member(:properties, Shapes::ShapeRef.new(shape: Properties, required: true, location_name: "properties"))
437
+ GetTestConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
438
+ GetTestConfigurationResponse.add_member(:service_settings, Shapes::ShapeRef.new(shape: ServiceSettings, location_name: "serviceSettings"))
439
+ GetTestConfigurationResponse.struct_class = Types::GetTestConfigurationResponse
440
+
441
+ GetTestRunStepRequest.add_member(:test_run_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testRunId"))
442
+ GetTestRunStepRequest.add_member(:step_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "stepName"))
443
+ GetTestRunStepRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "testCaseId"))
444
+ GetTestRunStepRequest.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "testSuiteId"))
445
+ GetTestRunStepRequest.struct_class = Types::GetTestRunStepRequest
446
+
447
+ GetTestRunStepResponse.add_member(:step_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "stepName"))
448
+ GetTestRunStepResponse.add_member(:test_run_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testRunId"))
449
+ GetTestRunStepResponse.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "testCaseId"))
450
+ GetTestRunStepResponse.add_member(:test_case_version, Shapes::ShapeRef.new(shape: Version, location_name: "testCaseVersion"))
451
+ GetTestRunStepResponse.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "testSuiteId"))
452
+ GetTestRunStepResponse.add_member(:test_suite_version, Shapes::ShapeRef.new(shape: Version, location_name: "testSuiteVersion"))
453
+ GetTestRunStepResponse.add_member(:before_step, Shapes::ShapeRef.new(shape: Boolean, location_name: "beforeStep"))
454
+ GetTestRunStepResponse.add_member(:after_step, Shapes::ShapeRef.new(shape: Boolean, location_name: "afterStep"))
455
+ GetTestRunStepResponse.add_member(:status, Shapes::ShapeRef.new(shape: StepRunStatus, required: true, location_name: "status"))
456
+ GetTestRunStepResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
457
+ GetTestRunStepResponse.add_member(:run_start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "runStartTime"))
458
+ GetTestRunStepResponse.add_member(:run_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "runEndTime"))
459
+ GetTestRunStepResponse.add_member(:step_run_summary, Shapes::ShapeRef.new(shape: StepRunSummary, location_name: "stepRunSummary"))
460
+ GetTestRunStepResponse.struct_class = Types::GetTestRunStepResponse
461
+
462
+ GetTestSuiteRequest.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testSuiteId"))
463
+ GetTestSuiteRequest.add_member(:test_suite_version, Shapes::ShapeRef.new(shape: Version, location: "querystring", location_name: "testSuiteVersion"))
464
+ GetTestSuiteRequest.struct_class = Types::GetTestSuiteRequest
465
+
466
+ GetTestSuiteResponse.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testSuiteId"))
467
+ GetTestSuiteResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
468
+ GetTestSuiteResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: TestSuiteLatestVersion, required: true, location_name: "latestVersion"))
469
+ GetTestSuiteResponse.add_member(:test_suite_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testSuiteVersion"))
470
+ GetTestSuiteResponse.add_member(:status, Shapes::ShapeRef.new(shape: TestSuiteLifecycle, location_name: "status"))
471
+ GetTestSuiteResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
472
+ GetTestSuiteResponse.add_member(:test_suite_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "testSuiteArn"))
473
+ GetTestSuiteResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
474
+ GetTestSuiteResponse.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateTime"))
475
+ GetTestSuiteResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
476
+ GetTestSuiteResponse.add_member(:before_steps, Shapes::ShapeRef.new(shape: StepList, required: true, location_name: "beforeSteps"))
477
+ GetTestSuiteResponse.add_member(:after_steps, Shapes::ShapeRef.new(shape: StepList, required: true, location_name: "afterSteps"))
478
+ GetTestSuiteResponse.add_member(:test_cases, Shapes::ShapeRef.new(shape: TestCases, required: true, location_name: "testCases"))
479
+ GetTestSuiteResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
480
+ GetTestSuiteResponse.struct_class = Types::GetTestSuiteResponse
481
+
482
+ Input.add_member(:file, Shapes::ShapeRef.new(shape: InputFile, location_name: "file"))
483
+ Input.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
484
+ Input.add_member_subclass(:file, Types::Input::File)
485
+ Input.add_member_subclass(:unknown, Types::Input::Unknown)
486
+ Input.struct_class = Types::Input
487
+
488
+ InputFile.add_member(:source_location, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "sourceLocation"))
489
+ InputFile.add_member(:target_location, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "targetLocation"))
490
+ InputFile.add_member(:file_metadata, Shapes::ShapeRef.new(shape: FileMetadata, required: true, location_name: "fileMetadata"))
491
+ InputFile.struct_class = Types::InputFile
492
+
493
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
494
+ InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
495
+ InternalServerException.struct_class = Types::InternalServerException
496
+
497
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
498
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
499
+
500
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
501
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
502
+
503
+ ListTestCasesRequest.add_member(:test_case_ids, Shapes::ShapeRef.new(shape: TestCaseIdList, location: "querystring", location_name: "testCaseIds"))
504
+ ListTestCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
505
+ ListTestCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
506
+ ListTestCasesRequest.struct_class = Types::ListTestCasesRequest
507
+
508
+ ListTestCasesResponse.add_member(:test_cases, Shapes::ShapeRef.new(shape: TestCaseSummaryList, required: true, location_name: "testCases"))
509
+ ListTestCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
510
+ ListTestCasesResponse.struct_class = Types::ListTestCasesResponse
511
+
512
+ ListTestConfigurationsRequest.add_member(:test_configuration_ids, Shapes::ShapeRef.new(shape: TestConfigurationIdList, location: "querystring", location_name: "testConfigurationIds"))
513
+ ListTestConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
514
+ ListTestConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
515
+ ListTestConfigurationsRequest.struct_class = Types::ListTestConfigurationsRequest
516
+
517
+ ListTestConfigurationsResponse.add_member(:test_configurations, Shapes::ShapeRef.new(shape: TestConfigurationList, required: true, location_name: "testConfigurations"))
518
+ ListTestConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
519
+ ListTestConfigurationsResponse.struct_class = Types::ListTestConfigurationsResponse
520
+
521
+ ListTestRunStepsRequest.add_member(:test_run_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testRunId"))
522
+ ListTestRunStepsRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "testCaseId"))
523
+ ListTestRunStepsRequest.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "testSuiteId"))
524
+ ListTestRunStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
525
+ ListTestRunStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
526
+ ListTestRunStepsRequest.struct_class = Types::ListTestRunStepsRequest
527
+
528
+ ListTestRunStepsResponse.add_member(:test_run_steps, Shapes::ShapeRef.new(shape: TestRunStepSummaryList, required: true, location_name: "testRunSteps"))
529
+ ListTestRunStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
530
+ ListTestRunStepsResponse.struct_class = Types::ListTestRunStepsResponse
531
+
532
+ ListTestRunTestCasesRequest.add_member(:test_run_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testRunId"))
533
+ ListTestRunTestCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
534
+ ListTestRunTestCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
535
+ ListTestRunTestCasesRequest.struct_class = Types::ListTestRunTestCasesRequest
536
+
537
+ ListTestRunTestCasesResponse.add_member(:test_run_test_cases, Shapes::ShapeRef.new(shape: TestCaseRunSummaryList, required: true, location_name: "testRunTestCases"))
538
+ ListTestRunTestCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
539
+ ListTestRunTestCasesResponse.struct_class = Types::ListTestRunTestCasesResponse
540
+
541
+ ListTestRunsRequest.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "testSuiteId"))
542
+ ListTestRunsRequest.add_member(:test_run_ids, Shapes::ShapeRef.new(shape: TestRunIdList, location: "querystring", location_name: "testrunIds"))
543
+ ListTestRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
544
+ ListTestRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
545
+ ListTestRunsRequest.struct_class = Types::ListTestRunsRequest
546
+
547
+ ListTestRunsResponse.add_member(:test_runs, Shapes::ShapeRef.new(shape: TestRunSummaryList, required: true, location_name: "testRuns"))
548
+ ListTestRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
549
+ ListTestRunsResponse.struct_class = Types::ListTestRunsResponse
550
+
551
+ ListTestSuitesRequest.add_member(:test_suite_ids, Shapes::ShapeRef.new(shape: TestSuiteIdList, location: "querystring", location_name: "testSuiteIds"))
552
+ ListTestSuitesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
553
+ ListTestSuitesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
554
+ ListTestSuitesRequest.struct_class = Types::ListTestSuitesRequest
555
+
556
+ ListTestSuitesResponse.add_member(:test_suites, Shapes::ShapeRef.new(shape: TestSuiteList, required: true, location_name: "testSuites"))
557
+ ListTestSuitesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
558
+ ListTestSuitesResponse.struct_class = Types::ListTestSuitesResponse
559
+
560
+ M2ManagedActionProperties.add_member(:force_stop, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceStop"))
561
+ M2ManagedActionProperties.add_member(:import_data_set_location, Shapes::ShapeRef.new(shape: Variable, location_name: "importDataSetLocation"))
562
+ M2ManagedActionProperties.struct_class = Types::M2ManagedActionProperties
563
+
564
+ M2ManagedApplication.add_member(:application_id, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "applicationId"))
565
+ M2ManagedApplication.add_member(:runtime, Shapes::ShapeRef.new(shape: M2ManagedRuntime, required: true, location_name: "runtime"))
566
+ M2ManagedApplication.add_member(:vpc_endpoint_service_name, Shapes::ShapeRef.new(shape: Variable, location_name: "vpcEndpointServiceName"))
567
+ M2ManagedApplication.add_member(:listener_port, Shapes::ShapeRef.new(shape: Variable, location_name: "listenerPort"))
568
+ M2ManagedApplication.struct_class = Types::M2ManagedApplication
569
+
570
+ M2ManagedApplicationAction.add_member(:resource, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "resource"))
571
+ M2ManagedApplicationAction.add_member(:action_type, Shapes::ShapeRef.new(shape: M2ManagedActionType, required: true, location_name: "actionType"))
572
+ M2ManagedApplicationAction.add_member(:properties, Shapes::ShapeRef.new(shape: M2ManagedActionProperties, location_name: "properties"))
573
+ M2ManagedApplicationAction.struct_class = Types::M2ManagedApplicationAction
574
+
575
+ M2ManagedApplicationStepInput.add_member(:application_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "applicationId"))
576
+ M2ManagedApplicationStepInput.add_member(:runtime, Shapes::ShapeRef.new(shape: String, required: true, location_name: "runtime"))
577
+ M2ManagedApplicationStepInput.add_member(:vpc_endpoint_service_name, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointServiceName"))
578
+ M2ManagedApplicationStepInput.add_member(:listener_port, Shapes::ShapeRef.new(shape: Integer, location_name: "listenerPort"))
579
+ M2ManagedApplicationStepInput.add_member(:action_type, Shapes::ShapeRef.new(shape: M2ManagedActionType, required: true, location_name: "actionType"))
580
+ M2ManagedApplicationStepInput.add_member(:properties, Shapes::ShapeRef.new(shape: M2ManagedActionProperties, location_name: "properties"))
581
+ M2ManagedApplicationStepInput.struct_class = Types::M2ManagedApplicationStepInput
582
+
583
+ M2ManagedApplicationStepOutput.add_member(:import_data_set_summary, Shapes::ShapeRef.new(shape: Properties, location_name: "importDataSetSummary"))
584
+ M2ManagedApplicationStepOutput.struct_class = Types::M2ManagedApplicationStepOutput
585
+
586
+ M2ManagedApplicationStepSummary.add_member(:step_input, Shapes::ShapeRef.new(shape: M2ManagedApplicationStepInput, required: true, location_name: "stepInput"))
587
+ M2ManagedApplicationStepSummary.add_member(:step_output, Shapes::ShapeRef.new(shape: M2ManagedApplicationStepOutput, location_name: "stepOutput"))
588
+ M2ManagedApplicationStepSummary.struct_class = Types::M2ManagedApplicationStepSummary
589
+
590
+ M2ManagedApplicationSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "applicationId"))
591
+ M2ManagedApplicationSummary.add_member(:runtime, Shapes::ShapeRef.new(shape: M2ManagedRuntime, required: true, location_name: "runtime"))
592
+ M2ManagedApplicationSummary.add_member(:listener_port, Shapes::ShapeRef.new(shape: Integer, location_name: "listenerPort"))
593
+ M2ManagedApplicationSummary.struct_class = Types::M2ManagedApplicationSummary
594
+
595
+ M2NonManagedApplication.add_member(:vpc_endpoint_service_name, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "vpcEndpointServiceName"))
596
+ M2NonManagedApplication.add_member(:listener_port, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "listenerPort"))
597
+ M2NonManagedApplication.add_member(:runtime, Shapes::ShapeRef.new(shape: M2NonManagedRuntime, required: true, location_name: "runtime"))
598
+ M2NonManagedApplication.add_member(:web_app_name, Shapes::ShapeRef.new(shape: Variable, location_name: "webAppName"))
599
+ M2NonManagedApplication.struct_class = Types::M2NonManagedApplication
600
+
601
+ M2NonManagedApplicationAction.add_member(:resource, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "resource"))
602
+ M2NonManagedApplicationAction.add_member(:action_type, Shapes::ShapeRef.new(shape: M2NonManagedActionType, required: true, location_name: "actionType"))
603
+ M2NonManagedApplicationAction.struct_class = Types::M2NonManagedApplicationAction
604
+
605
+ M2NonManagedApplicationStepInput.add_member(:vpc_endpoint_service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "vpcEndpointServiceName"))
606
+ M2NonManagedApplicationStepInput.add_member(:listener_port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "listenerPort"))
607
+ M2NonManagedApplicationStepInput.add_member(:runtime, Shapes::ShapeRef.new(shape: M2NonManagedRuntime, required: true, location_name: "runtime"))
608
+ M2NonManagedApplicationStepInput.add_member(:web_app_name, Shapes::ShapeRef.new(shape: String, location_name: "webAppName"))
609
+ M2NonManagedApplicationStepInput.add_member(:action_type, Shapes::ShapeRef.new(shape: M2NonManagedActionType, required: true, location_name: "actionType"))
610
+ M2NonManagedApplicationStepInput.struct_class = Types::M2NonManagedApplicationStepInput
611
+
612
+ M2NonManagedApplicationStepOutput.struct_class = Types::M2NonManagedApplicationStepOutput
613
+
614
+ M2NonManagedApplicationStepSummary.add_member(:step_input, Shapes::ShapeRef.new(shape: M2NonManagedApplicationStepInput, required: true, location_name: "stepInput"))
615
+ M2NonManagedApplicationStepSummary.add_member(:step_output, Shapes::ShapeRef.new(shape: M2NonManagedApplicationStepOutput, location_name: "stepOutput"))
616
+ M2NonManagedApplicationStepSummary.struct_class = Types::M2NonManagedApplicationStepSummary
617
+
618
+ M2NonManagedApplicationSummary.add_member(:vpc_endpoint_service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "vpcEndpointServiceName"))
619
+ M2NonManagedApplicationSummary.add_member(:listener_port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "listenerPort"))
620
+ M2NonManagedApplicationSummary.add_member(:runtime, Shapes::ShapeRef.new(shape: M2NonManagedRuntime, required: true, location_name: "runtime"))
621
+ M2NonManagedApplicationSummary.add_member(:web_app_name, Shapes::ShapeRef.new(shape: String, location_name: "webAppName"))
622
+ M2NonManagedApplicationSummary.struct_class = Types::M2NonManagedApplicationSummary
623
+
624
+ MainframeAction.add_member(:resource, Shapes::ShapeRef.new(shape: Variable, required: true, location_name: "resource"))
625
+ MainframeAction.add_member(:action_type, Shapes::ShapeRef.new(shape: MainframeActionType, required: true, location_name: "actionType"))
626
+ MainframeAction.add_member(:properties, Shapes::ShapeRef.new(shape: MainframeActionProperties, location_name: "properties"))
627
+ MainframeAction.struct_class = Types::MainframeAction
628
+
629
+ MainframeActionProperties.add_member(:dms_task_arn, Shapes::ShapeRef.new(shape: Variable, location_name: "dmsTaskArn"))
630
+ MainframeActionProperties.struct_class = Types::MainframeActionProperties
631
+
632
+ MainframeActionSummary.add_member(:batch, Shapes::ShapeRef.new(shape: BatchSummary, location_name: "batch"))
633
+ MainframeActionSummary.add_member(:tn3270, Shapes::ShapeRef.new(shape: TN3270Summary, location_name: "tn3270"))
634
+ MainframeActionSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
635
+ MainframeActionSummary.add_member_subclass(:batch, Types::MainframeActionSummary::Batch)
636
+ MainframeActionSummary.add_member_subclass(:tn3270, Types::MainframeActionSummary::Tn3270)
637
+ MainframeActionSummary.add_member_subclass(:unknown, Types::MainframeActionSummary::Unknown)
638
+ MainframeActionSummary.struct_class = Types::MainframeActionSummary
639
+
640
+ MainframeActionType.add_member(:batch, Shapes::ShapeRef.new(shape: Batch, location_name: "batch"))
641
+ MainframeActionType.add_member(:tn3270, Shapes::ShapeRef.new(shape: TN3270, location_name: "tn3270"))
642
+ MainframeActionType.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
643
+ MainframeActionType.add_member_subclass(:batch, Types::MainframeActionType::Batch)
644
+ MainframeActionType.add_member_subclass(:tn3270, Types::MainframeActionType::Tn3270)
645
+ MainframeActionType.add_member_subclass(:unknown, Types::MainframeActionType::Unknown)
646
+ MainframeActionType.struct_class = Types::MainframeActionType
647
+
648
+ MainframeResourceSummary.add_member(:m2_managed_application, Shapes::ShapeRef.new(shape: M2ManagedApplicationSummary, location_name: "m2ManagedApplication"))
649
+ MainframeResourceSummary.add_member(:m2_non_managed_application, Shapes::ShapeRef.new(shape: M2NonManagedApplicationSummary, location_name: "m2NonManagedApplication"))
650
+ MainframeResourceSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
651
+ MainframeResourceSummary.add_member_subclass(:m2_managed_application, Types::MainframeResourceSummary::M2ManagedApplication)
652
+ MainframeResourceSummary.add_member_subclass(:m2_non_managed_application, Types::MainframeResourceSummary::M2NonManagedApplication)
653
+ MainframeResourceSummary.add_member_subclass(:unknown, Types::MainframeResourceSummary::Unknown)
654
+ MainframeResourceSummary.struct_class = Types::MainframeResourceSummary
655
+
656
+ Output.add_member(:file, Shapes::ShapeRef.new(shape: OutputFile, location_name: "file"))
657
+ Output.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
658
+ Output.add_member_subclass(:file, Types::Output::File)
659
+ Output.add_member_subclass(:unknown, Types::Output::Unknown)
660
+ Output.struct_class = Types::Output
661
+
662
+ OutputFile.add_member(:file_location, Shapes::ShapeRef.new(shape: S3Uri, location_name: "fileLocation"))
663
+ OutputFile.struct_class = Types::OutputFile
664
+
665
+ Properties.key = Shapes::ShapeRef.new(shape: String)
666
+ Properties.value = Shapes::ShapeRef.new(shape: String)
667
+
668
+ Resource.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
669
+ Resource.add_member(:type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "type"))
670
+ Resource.struct_class = Types::Resource
671
+
672
+ ResourceAction.add_member(:m2_managed_application_action, Shapes::ShapeRef.new(shape: M2ManagedApplicationAction, location_name: "m2ManagedApplicationAction"))
673
+ ResourceAction.add_member(:m2_non_managed_application_action, Shapes::ShapeRef.new(shape: M2NonManagedApplicationAction, location_name: "m2NonManagedApplicationAction"))
674
+ ResourceAction.add_member(:cloud_formation_action, Shapes::ShapeRef.new(shape: CloudFormationAction, location_name: "cloudFormationAction"))
675
+ ResourceAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
676
+ ResourceAction.add_member_subclass(:m2_managed_application_action, Types::ResourceAction::M2ManagedApplicationAction)
677
+ ResourceAction.add_member_subclass(:m2_non_managed_application_action, Types::ResourceAction::M2NonManagedApplicationAction)
678
+ ResourceAction.add_member_subclass(:cloud_formation_action, Types::ResourceAction::CloudFormationAction)
679
+ ResourceAction.add_member_subclass(:unknown, Types::ResourceAction::Unknown)
680
+ ResourceAction.struct_class = Types::ResourceAction
681
+
682
+ ResourceActionSummary.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationStepSummary, location_name: "cloudFormation"))
683
+ ResourceActionSummary.add_member(:m2_managed_application, Shapes::ShapeRef.new(shape: M2ManagedApplicationStepSummary, location_name: "m2ManagedApplication"))
684
+ ResourceActionSummary.add_member(:m2_non_managed_application, Shapes::ShapeRef.new(shape: M2NonManagedApplicationStepSummary, location_name: "m2NonManagedApplication"))
685
+ ResourceActionSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
686
+ ResourceActionSummary.add_member_subclass(:cloud_formation, Types::ResourceActionSummary::CloudFormation)
687
+ ResourceActionSummary.add_member_subclass(:m2_managed_application, Types::ResourceActionSummary::M2ManagedApplication)
688
+ ResourceActionSummary.add_member_subclass(:m2_non_managed_application, Types::ResourceActionSummary::M2NonManagedApplication)
689
+ ResourceActionSummary.add_member_subclass(:unknown, Types::ResourceActionSummary::Unknown)
690
+ ResourceActionSummary.struct_class = Types::ResourceActionSummary
691
+
692
+ ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
693
+
694
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
695
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
696
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
697
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
698
+
699
+ ResourceType.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormation, location_name: "cloudFormation"))
700
+ ResourceType.add_member(:m2_managed_application, Shapes::ShapeRef.new(shape: M2ManagedApplication, location_name: "m2ManagedApplication"))
701
+ ResourceType.add_member(:m2_non_managed_application, Shapes::ShapeRef.new(shape: M2NonManagedApplication, location_name: "m2NonManagedApplication"))
702
+ ResourceType.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
703
+ ResourceType.add_member_subclass(:cloud_formation, Types::ResourceType::CloudFormation)
704
+ ResourceType.add_member_subclass(:m2_managed_application, Types::ResourceType::M2ManagedApplication)
705
+ ResourceType.add_member_subclass(:m2_non_managed_application, Types::ResourceType::M2NonManagedApplication)
706
+ ResourceType.add_member_subclass(:unknown, Types::ResourceType::Unknown)
707
+ ResourceType.struct_class = Types::ResourceType
708
+
709
+ Script.add_member(:script_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "scriptLocation"))
710
+ Script.add_member(:type, Shapes::ShapeRef.new(shape: ScriptType, required: true, location_name: "type"))
711
+ Script.struct_class = Types::Script
712
+
713
+ ScriptSummary.add_member(:script_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "scriptLocation"))
714
+ ScriptSummary.add_member(:type, Shapes::ShapeRef.new(shape: ScriptType, required: true, location_name: "type"))
715
+ ScriptSummary.struct_class = Types::ScriptSummary
716
+
717
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
718
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
719
+ ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
720
+ ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
721
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
722
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
723
+
724
+ ServiceSettings.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
725
+ ServiceSettings.struct_class = Types::ServiceSettings
726
+
727
+ SourceDatabaseMetadata.add_member(:type, Shapes::ShapeRef.new(shape: SourceDatabase, required: true, location_name: "type"))
728
+ SourceDatabaseMetadata.add_member(:capture_tool, Shapes::ShapeRef.new(shape: CaptureTool, required: true, location_name: "captureTool"))
729
+ SourceDatabaseMetadata.struct_class = Types::SourceDatabaseMetadata
730
+
731
+ StartTestRunRequest.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testSuiteId"))
732
+ StartTestRunRequest.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "testConfigurationId"))
733
+ StartTestRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
734
+ StartTestRunRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
735
+ StartTestRunRequest.struct_class = Types::StartTestRunRequest
736
+
737
+ StartTestRunResponse.add_member(:test_run_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testRunId"))
738
+ StartTestRunResponse.add_member(:test_run_status, Shapes::ShapeRef.new(shape: TestRunStatus, required: true, location_name: "testRunStatus"))
739
+ StartTestRunResponse.struct_class = Types::StartTestRunResponse
740
+
741
+ Step.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
742
+ Step.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
743
+ Step.add_member(:action, Shapes::ShapeRef.new(shape: StepAction, required: true, location_name: "action"))
744
+ Step.struct_class = Types::Step
745
+
746
+ StepAction.add_member(:resource_action, Shapes::ShapeRef.new(shape: ResourceAction, location_name: "resourceAction"))
747
+ StepAction.add_member(:mainframe_action, Shapes::ShapeRef.new(shape: MainframeAction, location_name: "mainframeAction"))
748
+ StepAction.add_member(:compare_action, Shapes::ShapeRef.new(shape: CompareAction, location_name: "compareAction"))
749
+ StepAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
750
+ StepAction.add_member_subclass(:resource_action, Types::StepAction::ResourceAction)
751
+ StepAction.add_member_subclass(:mainframe_action, Types::StepAction::MainframeAction)
752
+ StepAction.add_member_subclass(:compare_action, Types::StepAction::CompareAction)
753
+ StepAction.add_member_subclass(:unknown, Types::StepAction::Unknown)
754
+ StepAction.struct_class = Types::StepAction
755
+
756
+ StepList.member = Shapes::ShapeRef.new(shape: Step)
757
+
758
+ StepRunSummary.add_member(:mainframe_action, Shapes::ShapeRef.new(shape: MainframeActionSummary, location_name: "mainframeAction"))
759
+ StepRunSummary.add_member(:compare_action, Shapes::ShapeRef.new(shape: CompareActionSummary, location_name: "compareAction"))
760
+ StepRunSummary.add_member(:resource_action, Shapes::ShapeRef.new(shape: ResourceActionSummary, location_name: "resourceAction"))
761
+ StepRunSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
762
+ StepRunSummary.add_member_subclass(:mainframe_action, Types::StepRunSummary::MainframeAction)
763
+ StepRunSummary.add_member_subclass(:compare_action, Types::StepRunSummary::CompareAction)
764
+ StepRunSummary.add_member_subclass(:resource_action, Types::StepRunSummary::ResourceAction)
765
+ StepRunSummary.add_member_subclass(:unknown, Types::StepRunSummary::Unknown)
766
+ StepRunSummary.struct_class = Types::StepRunSummary
767
+
768
+ TN3270.add_member(:script, Shapes::ShapeRef.new(shape: Script, required: true, location_name: "script"))
769
+ TN3270.add_member(:export_data_set_names, Shapes::ShapeRef.new(shape: ExportDataSetNames, location_name: "exportDataSetNames"))
770
+ TN3270.struct_class = Types::TN3270
771
+
772
+ TN3270StepInput.add_member(:resource, Shapes::ShapeRef.new(shape: MainframeResourceSummary, required: true, location_name: "resource"))
773
+ TN3270StepInput.add_member(:script, Shapes::ShapeRef.new(shape: ScriptSummary, required: true, location_name: "script"))
774
+ TN3270StepInput.add_member(:export_data_set_names, Shapes::ShapeRef.new(shape: ExportDataSetNames, location_name: "exportDataSetNames"))
775
+ TN3270StepInput.add_member(:properties, Shapes::ShapeRef.new(shape: MainframeActionProperties, location_name: "properties"))
776
+ TN3270StepInput.struct_class = Types::TN3270StepInput
777
+
778
+ TN3270StepOutput.add_member(:data_set_export_location, Shapes::ShapeRef.new(shape: S3Uri, location_name: "dataSetExportLocation"))
779
+ TN3270StepOutput.add_member(:dms_output_location, Shapes::ShapeRef.new(shape: S3Uri, location_name: "dmsOutputLocation"))
780
+ TN3270StepOutput.add_member(:data_set_details, Shapes::ShapeRef.new(shape: DataSetList, location_name: "dataSetDetails"))
781
+ TN3270StepOutput.add_member(:script_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "scriptOutputLocation"))
782
+ TN3270StepOutput.struct_class = Types::TN3270StepOutput
783
+
784
+ TN3270Summary.add_member(:step_input, Shapes::ShapeRef.new(shape: TN3270StepInput, required: true, location_name: "stepInput"))
785
+ TN3270Summary.add_member(:step_output, Shapes::ShapeRef.new(shape: TN3270StepOutput, location_name: "stepOutput"))
786
+ TN3270Summary.struct_class = Types::TN3270Summary
787
+
788
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
789
+
790
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
791
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
792
+
793
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
794
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
795
+ TagResourceRequest.struct_class = Types::TagResourceRequest
796
+
797
+ TagResourceResponse.struct_class = Types::TagResourceResponse
798
+
799
+ TargetDatabaseMetadata.add_member(:type, Shapes::ShapeRef.new(shape: TargetDatabase, required: true, location_name: "type"))
800
+ TargetDatabaseMetadata.add_member(:capture_tool, Shapes::ShapeRef.new(shape: CaptureTool, required: true, location_name: "captureTool"))
801
+ TargetDatabaseMetadata.struct_class = Types::TargetDatabaseMetadata
802
+
803
+ TestCaseIdList.member = Shapes::ShapeRef.new(shape: Identifier)
804
+
805
+ TestCaseLatestVersion.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
806
+ TestCaseLatestVersion.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseLifecycle, required: true, location_name: "status"))
807
+ TestCaseLatestVersion.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
808
+ TestCaseLatestVersion.struct_class = Types::TestCaseLatestVersion
809
+
810
+ TestCaseList.member = Shapes::ShapeRef.new(shape: Identifier)
811
+
812
+ TestCaseRunSummary.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testCaseId"))
813
+ TestCaseRunSummary.add_member(:test_case_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testCaseVersion"))
814
+ TestCaseRunSummary.add_member(:test_run_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testRunId"))
815
+ TestCaseRunSummary.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseRunStatus, required: true, location_name: "status"))
816
+ TestCaseRunSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
817
+ TestCaseRunSummary.add_member(:run_start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "runStartTime"))
818
+ TestCaseRunSummary.add_member(:run_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "runEndTime"))
819
+ TestCaseRunSummary.struct_class = Types::TestCaseRunSummary
820
+
821
+ TestCaseRunSummaryList.member = Shapes::ShapeRef.new(shape: TestCaseRunSummary)
822
+
823
+ TestCaseSummary.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testCaseId"))
824
+ TestCaseSummary.add_member(:test_case_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "testCaseArn"))
825
+ TestCaseSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
826
+ TestCaseSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
827
+ TestCaseSummary.add_member(:latest_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "latestVersion"))
828
+ TestCaseSummary.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseLifecycle, required: true, location_name: "status"))
829
+ TestCaseSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
830
+ TestCaseSummary.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateTime"))
831
+ TestCaseSummary.struct_class = Types::TestCaseSummary
832
+
833
+ TestCaseSummaryList.member = Shapes::ShapeRef.new(shape: TestCaseSummary)
834
+
835
+ TestCases.add_member(:sequential, Shapes::ShapeRef.new(shape: TestCaseList, location_name: "sequential"))
836
+ TestCases.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
837
+ TestCases.add_member_subclass(:sequential, Types::TestCases::Sequential)
838
+ TestCases.add_member_subclass(:unknown, Types::TestCases::Unknown)
839
+ TestCases.struct_class = Types::TestCases
840
+
841
+ TestConfigurationIdList.member = Shapes::ShapeRef.new(shape: Identifier)
842
+
843
+ TestConfigurationLatestVersion.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
844
+ TestConfigurationLatestVersion.add_member(:status, Shapes::ShapeRef.new(shape: TestConfigurationLifecycle, required: true, location_name: "status"))
845
+ TestConfigurationLatestVersion.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
846
+ TestConfigurationLatestVersion.struct_class = Types::TestConfigurationLatestVersion
847
+
848
+ TestConfigurationList.member = Shapes::ShapeRef.new(shape: TestConfigurationSummary)
849
+
850
+ TestConfigurationSummary.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testConfigurationId"))
851
+ TestConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
852
+ TestConfigurationSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
853
+ TestConfigurationSummary.add_member(:latest_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "latestVersion"))
854
+ TestConfigurationSummary.add_member(:test_configuration_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "testConfigurationArn"))
855
+ TestConfigurationSummary.add_member(:status, Shapes::ShapeRef.new(shape: TestConfigurationLifecycle, required: true, location_name: "status"))
856
+ TestConfigurationSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
857
+ TestConfigurationSummary.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateTime"))
858
+ TestConfigurationSummary.struct_class = Types::TestConfigurationSummary
859
+
860
+ TestRunIdList.member = Shapes::ShapeRef.new(shape: Identifier)
861
+
862
+ TestRunStepSummary.add_member(:step_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "stepName"))
863
+ TestRunStepSummary.add_member(:test_run_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testRunId"))
864
+ TestRunStepSummary.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "testCaseId"))
865
+ TestRunStepSummary.add_member(:test_case_version, Shapes::ShapeRef.new(shape: Version, location_name: "testCaseVersion"))
866
+ TestRunStepSummary.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "testSuiteId"))
867
+ TestRunStepSummary.add_member(:test_suite_version, Shapes::ShapeRef.new(shape: Version, location_name: "testSuiteVersion"))
868
+ TestRunStepSummary.add_member(:before_step, Shapes::ShapeRef.new(shape: Boolean, location_name: "beforeStep"))
869
+ TestRunStepSummary.add_member(:after_step, Shapes::ShapeRef.new(shape: Boolean, location_name: "afterStep"))
870
+ TestRunStepSummary.add_member(:status, Shapes::ShapeRef.new(shape: StepRunStatus, required: true, location_name: "status"))
871
+ TestRunStepSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
872
+ TestRunStepSummary.add_member(:run_start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "runStartTime"))
873
+ TestRunStepSummary.add_member(:run_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "runEndTime"))
874
+ TestRunStepSummary.struct_class = Types::TestRunStepSummary
875
+
876
+ TestRunStepSummaryList.member = Shapes::ShapeRef.new(shape: TestRunStepSummary)
877
+
878
+ TestRunSummary.add_member(:test_run_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testRunId"))
879
+ TestRunSummary.add_member(:test_run_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "testRunArn"))
880
+ TestRunSummary.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testSuiteId"))
881
+ TestRunSummary.add_member(:test_suite_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testSuiteVersion"))
882
+ TestRunSummary.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "testConfigurationId"))
883
+ TestRunSummary.add_member(:test_configuration_version, Shapes::ShapeRef.new(shape: Version, location_name: "testConfigurationVersion"))
884
+ TestRunSummary.add_member(:status, Shapes::ShapeRef.new(shape: TestRunStatus, required: true, location_name: "status"))
885
+ TestRunSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
886
+ TestRunSummary.add_member(:run_start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "runStartTime"))
887
+ TestRunSummary.add_member(:run_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "runEndTime"))
888
+ TestRunSummary.struct_class = Types::TestRunSummary
889
+
890
+ TestRunSummaryList.member = Shapes::ShapeRef.new(shape: TestRunSummary)
891
+
892
+ TestSuiteIdList.member = Shapes::ShapeRef.new(shape: Identifier)
893
+
894
+ TestSuiteLatestVersion.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
895
+ TestSuiteLatestVersion.add_member(:status, Shapes::ShapeRef.new(shape: TestSuiteLifecycle, required: true, location_name: "status"))
896
+ TestSuiteLatestVersion.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
897
+ TestSuiteLatestVersion.struct_class = Types::TestSuiteLatestVersion
898
+
899
+ TestSuiteList.member = Shapes::ShapeRef.new(shape: TestSuiteSummary)
900
+
901
+ TestSuiteSummary.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testSuiteId"))
902
+ TestSuiteSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
903
+ TestSuiteSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
904
+ TestSuiteSummary.add_member(:latest_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "latestVersion"))
905
+ TestSuiteSummary.add_member(:test_suite_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "testSuiteArn"))
906
+ TestSuiteSummary.add_member(:status, Shapes::ShapeRef.new(shape: TestSuiteLifecycle, required: true, location_name: "status"))
907
+ TestSuiteSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
908
+ TestSuiteSummary.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateTime"))
909
+ TestSuiteSummary.struct_class = Types::TestSuiteSummary
910
+
911
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
912
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
913
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
914
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
915
+ ThrottlingException.struct_class = Types::ThrottlingException
916
+
917
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
918
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
919
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
920
+
921
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
922
+
923
+ UpdateTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testCaseId"))
924
+ UpdateTestCaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
925
+ UpdateTestCaseRequest.add_member(:steps, Shapes::ShapeRef.new(shape: StepList, location_name: "steps"))
926
+ UpdateTestCaseRequest.struct_class = Types::UpdateTestCaseRequest
927
+
928
+ UpdateTestCaseResponse.add_member(:test_case_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testCaseId"))
929
+ UpdateTestCaseResponse.add_member(:test_case_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testCaseVersion"))
930
+ UpdateTestCaseResponse.struct_class = Types::UpdateTestCaseResponse
931
+
932
+ UpdateTestConfigurationRequest.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testConfigurationId"))
933
+ UpdateTestConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
934
+ UpdateTestConfigurationRequest.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceList, location_name: "resources"))
935
+ UpdateTestConfigurationRequest.add_member(:properties, Shapes::ShapeRef.new(shape: Properties, location_name: "properties"))
936
+ UpdateTestConfigurationRequest.add_member(:service_settings, Shapes::ShapeRef.new(shape: ServiceSettings, location_name: "serviceSettings"))
937
+ UpdateTestConfigurationRequest.struct_class = Types::UpdateTestConfigurationRequest
938
+
939
+ UpdateTestConfigurationResponse.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testConfigurationId"))
940
+ UpdateTestConfigurationResponse.add_member(:test_configuration_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "testConfigurationVersion"))
941
+ UpdateTestConfigurationResponse.struct_class = Types::UpdateTestConfigurationResponse
942
+
943
+ UpdateTestSuiteRequest.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "testSuiteId"))
944
+ UpdateTestSuiteRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
945
+ UpdateTestSuiteRequest.add_member(:before_steps, Shapes::ShapeRef.new(shape: StepList, location_name: "beforeSteps"))
946
+ UpdateTestSuiteRequest.add_member(:after_steps, Shapes::ShapeRef.new(shape: StepList, location_name: "afterSteps"))
947
+ UpdateTestSuiteRequest.add_member(:test_cases, Shapes::ShapeRef.new(shape: TestCases, location_name: "testCases"))
948
+ UpdateTestSuiteRequest.struct_class = Types::UpdateTestSuiteRequest
949
+
950
+ UpdateTestSuiteResponse.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testSuiteId"))
951
+ UpdateTestSuiteResponse.add_member(:test_suite_version, Shapes::ShapeRef.new(shape: Version, location_name: "testSuiteVersion"))
952
+ UpdateTestSuiteResponse.struct_class = Types::UpdateTestSuiteResponse
953
+
954
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
955
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
956
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
957
+ ValidationException.struct_class = Types::ValidationException
958
+
959
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
960
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
961
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
962
+
963
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
964
+
965
+
966
+ # @api private
967
+ API = Seahorse::Model::Api.new.tap do |api|
968
+
969
+ api.version = "2022-12-06"
970
+
971
+ api.metadata = {
972
+ "apiVersion" => "2022-12-06",
973
+ "auth" => ["aws.auth#sigv4"],
974
+ "endpointPrefix" => "apptest",
975
+ "protocol" => "rest-json",
976
+ "protocols" => ["rest-json"],
977
+ "serviceFullName" => "AWS Mainframe Modernization Application Testing",
978
+ "serviceId" => "AppTest",
979
+ "signatureVersion" => "v4",
980
+ "signingName" => "apptest",
981
+ "uid" => "apptest-2022-12-06",
982
+ }
983
+
984
+ api.add_operation(:create_test_case, Seahorse::Model::Operation.new.tap do |o|
985
+ o.name = "CreateTestCase"
986
+ o.http_method = "POST"
987
+ o.http_request_uri = "/testcase"
988
+ o.input = Shapes::ShapeRef.new(shape: CreateTestCaseRequest)
989
+ o.output = Shapes::ShapeRef.new(shape: CreateTestCaseResponse)
990
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
991
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
992
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
993
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
994
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
995
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
996
+ end)
997
+
998
+ api.add_operation(:create_test_configuration, Seahorse::Model::Operation.new.tap do |o|
999
+ o.name = "CreateTestConfiguration"
1000
+ o.http_method = "POST"
1001
+ o.http_request_uri = "/testconfiguration"
1002
+ o.input = Shapes::ShapeRef.new(shape: CreateTestConfigurationRequest)
1003
+ o.output = Shapes::ShapeRef.new(shape: CreateTestConfigurationResponse)
1004
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1005
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1009
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1010
+ end)
1011
+
1012
+ api.add_operation(:create_test_suite, Seahorse::Model::Operation.new.tap do |o|
1013
+ o.name = "CreateTestSuite"
1014
+ o.http_method = "POST"
1015
+ o.http_request_uri = "/testsuite"
1016
+ o.input = Shapes::ShapeRef.new(shape: CreateTestSuiteRequest)
1017
+ o.output = Shapes::ShapeRef.new(shape: CreateTestSuiteResponse)
1018
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1022
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1023
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1024
+ end)
1025
+
1026
+ api.add_operation(:delete_test_case, Seahorse::Model::Operation.new.tap do |o|
1027
+ o.name = "DeleteTestCase"
1028
+ o.http_method = "DELETE"
1029
+ o.http_request_uri = "/testcases/{testCaseId}"
1030
+ o.input = Shapes::ShapeRef.new(shape: DeleteTestCaseRequest)
1031
+ o.output = Shapes::ShapeRef.new(shape: DeleteTestCaseResponse)
1032
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1033
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1034
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1035
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1038
+ end)
1039
+
1040
+ api.add_operation(:delete_test_configuration, Seahorse::Model::Operation.new.tap do |o|
1041
+ o.name = "DeleteTestConfiguration"
1042
+ o.http_method = "DELETE"
1043
+ o.http_request_uri = "/testconfigurations/{testConfigurationId}"
1044
+ o.input = Shapes::ShapeRef.new(shape: DeleteTestConfigurationRequest)
1045
+ o.output = Shapes::ShapeRef.new(shape: DeleteTestConfigurationResponse)
1046
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1047
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1048
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1049
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1050
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1051
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1052
+ end)
1053
+
1054
+ api.add_operation(:delete_test_run, Seahorse::Model::Operation.new.tap do |o|
1055
+ o.name = "DeleteTestRun"
1056
+ o.http_method = "DELETE"
1057
+ o.http_request_uri = "/testruns/{testRunId}"
1058
+ o.input = Shapes::ShapeRef.new(shape: DeleteTestRunRequest)
1059
+ o.output = Shapes::ShapeRef.new(shape: DeleteTestRunResponse)
1060
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1061
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1063
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1064
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1065
+ end)
1066
+
1067
+ api.add_operation(:delete_test_suite, Seahorse::Model::Operation.new.tap do |o|
1068
+ o.name = "DeleteTestSuite"
1069
+ o.http_method = "DELETE"
1070
+ o.http_request_uri = "/testsuites/{testSuiteId}"
1071
+ o.input = Shapes::ShapeRef.new(shape: DeleteTestSuiteRequest)
1072
+ o.output = Shapes::ShapeRef.new(shape: DeleteTestSuiteResponse)
1073
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1074
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1075
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1076
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1077
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1079
+ end)
1080
+
1081
+ api.add_operation(:get_test_case, Seahorse::Model::Operation.new.tap do |o|
1082
+ o.name = "GetTestCase"
1083
+ o.http_method = "GET"
1084
+ o.http_request_uri = "/testcases/{testCaseId}"
1085
+ o.input = Shapes::ShapeRef.new(shape: GetTestCaseRequest)
1086
+ o.output = Shapes::ShapeRef.new(shape: GetTestCaseResponse)
1087
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1088
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1089
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1092
+ end)
1093
+
1094
+ api.add_operation(:get_test_configuration, Seahorse::Model::Operation.new.tap do |o|
1095
+ o.name = "GetTestConfiguration"
1096
+ o.http_method = "GET"
1097
+ o.http_request_uri = "/testconfigurations/{testConfigurationId}"
1098
+ o.input = Shapes::ShapeRef.new(shape: GetTestConfigurationRequest)
1099
+ o.output = Shapes::ShapeRef.new(shape: GetTestConfigurationResponse)
1100
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1101
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1102
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1103
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1104
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1105
+ end)
1106
+
1107
+ api.add_operation(:get_test_run_step, Seahorse::Model::Operation.new.tap do |o|
1108
+ o.name = "GetTestRunStep"
1109
+ o.http_method = "GET"
1110
+ o.http_request_uri = "/testruns/{testRunId}/steps/{stepName}"
1111
+ o.input = Shapes::ShapeRef.new(shape: GetTestRunStepRequest)
1112
+ o.output = Shapes::ShapeRef.new(shape: GetTestRunStepResponse)
1113
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1115
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1116
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1117
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1118
+ end)
1119
+
1120
+ api.add_operation(:get_test_suite, Seahorse::Model::Operation.new.tap do |o|
1121
+ o.name = "GetTestSuite"
1122
+ o.http_method = "GET"
1123
+ o.http_request_uri = "/testsuites/{testSuiteId}"
1124
+ o.input = Shapes::ShapeRef.new(shape: GetTestSuiteRequest)
1125
+ o.output = Shapes::ShapeRef.new(shape: GetTestSuiteResponse)
1126
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1127
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1129
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1131
+ end)
1132
+
1133
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1134
+ o.name = "ListTagsForResource"
1135
+ o.http_method = "GET"
1136
+ o.http_request_uri = "/tags/{resourceArn}"
1137
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1138
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1139
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1140
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1142
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1143
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1144
+ end)
1145
+
1146
+ api.add_operation(:list_test_cases, Seahorse::Model::Operation.new.tap do |o|
1147
+ o.name = "ListTestCases"
1148
+ o.http_method = "GET"
1149
+ o.http_request_uri = "/testcases"
1150
+ o.input = Shapes::ShapeRef.new(shape: ListTestCasesRequest)
1151
+ o.output = Shapes::ShapeRef.new(shape: ListTestCasesResponse)
1152
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1153
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1154
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1155
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1156
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1157
+ o[:pager] = Aws::Pager.new(
1158
+ limit_key: "max_results",
1159
+ tokens: {
1160
+ "next_token" => "next_token"
1161
+ }
1162
+ )
1163
+ end)
1164
+
1165
+ api.add_operation(:list_test_configurations, Seahorse::Model::Operation.new.tap do |o|
1166
+ o.name = "ListTestConfigurations"
1167
+ o.http_method = "GET"
1168
+ o.http_request_uri = "/testconfigurations"
1169
+ o.input = Shapes::ShapeRef.new(shape: ListTestConfigurationsRequest)
1170
+ o.output = Shapes::ShapeRef.new(shape: ListTestConfigurationsResponse)
1171
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1172
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1173
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1176
+ o[:pager] = Aws::Pager.new(
1177
+ limit_key: "max_results",
1178
+ tokens: {
1179
+ "next_token" => "next_token"
1180
+ }
1181
+ )
1182
+ end)
1183
+
1184
+ api.add_operation(:list_test_run_steps, Seahorse::Model::Operation.new.tap do |o|
1185
+ o.name = "ListTestRunSteps"
1186
+ o.http_method = "GET"
1187
+ o.http_request_uri = "/testruns/{testRunId}/steps"
1188
+ o.input = Shapes::ShapeRef.new(shape: ListTestRunStepsRequest)
1189
+ o.output = Shapes::ShapeRef.new(shape: ListTestRunStepsResponse)
1190
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1193
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1194
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1195
+ o[:pager] = Aws::Pager.new(
1196
+ limit_key: "max_results",
1197
+ tokens: {
1198
+ "next_token" => "next_token"
1199
+ }
1200
+ )
1201
+ end)
1202
+
1203
+ api.add_operation(:list_test_run_test_cases, Seahorse::Model::Operation.new.tap do |o|
1204
+ o.name = "ListTestRunTestCases"
1205
+ o.http_method = "GET"
1206
+ o.http_request_uri = "/testruns/{testRunId}/testcases"
1207
+ o.input = Shapes::ShapeRef.new(shape: ListTestRunTestCasesRequest)
1208
+ o.output = Shapes::ShapeRef.new(shape: ListTestRunTestCasesResponse)
1209
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1211
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1213
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1214
+ o[:pager] = Aws::Pager.new(
1215
+ limit_key: "max_results",
1216
+ tokens: {
1217
+ "next_token" => "next_token"
1218
+ }
1219
+ )
1220
+ end)
1221
+
1222
+ api.add_operation(:list_test_runs, Seahorse::Model::Operation.new.tap do |o|
1223
+ o.name = "ListTestRuns"
1224
+ o.http_method = "GET"
1225
+ o.http_request_uri = "/testruns"
1226
+ o.input = Shapes::ShapeRef.new(shape: ListTestRunsRequest)
1227
+ o.output = Shapes::ShapeRef.new(shape: ListTestRunsResponse)
1228
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1233
+ o[:pager] = Aws::Pager.new(
1234
+ limit_key: "max_results",
1235
+ tokens: {
1236
+ "next_token" => "next_token"
1237
+ }
1238
+ )
1239
+ end)
1240
+
1241
+ api.add_operation(:list_test_suites, Seahorse::Model::Operation.new.tap do |o|
1242
+ o.name = "ListTestSuites"
1243
+ o.http_method = "GET"
1244
+ o.http_request_uri = "/testsuites"
1245
+ o.input = Shapes::ShapeRef.new(shape: ListTestSuitesRequest)
1246
+ o.output = Shapes::ShapeRef.new(shape: ListTestSuitesResponse)
1247
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1248
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1249
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1250
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1251
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1252
+ o[:pager] = Aws::Pager.new(
1253
+ limit_key: "max_results",
1254
+ tokens: {
1255
+ "next_token" => "next_token"
1256
+ }
1257
+ )
1258
+ end)
1259
+
1260
+ api.add_operation(:start_test_run, Seahorse::Model::Operation.new.tap do |o|
1261
+ o.name = "StartTestRun"
1262
+ o.http_method = "POST"
1263
+ o.http_request_uri = "/testrun"
1264
+ o.input = Shapes::ShapeRef.new(shape: StartTestRunRequest)
1265
+ o.output = Shapes::ShapeRef.new(shape: StartTestRunResponse)
1266
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1267
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1268
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1272
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1273
+ end)
1274
+
1275
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1276
+ o.name = "TagResource"
1277
+ o.http_method = "POST"
1278
+ o.http_request_uri = "/tags/{resourceArn}"
1279
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1280
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1281
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1284
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1285
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1286
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1287
+ end)
1288
+
1289
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1290
+ o.name = "UntagResource"
1291
+ o.http_method = "DELETE"
1292
+ o.http_request_uri = "/tags/{resourceArn}"
1293
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1294
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1295
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1299
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1300
+ end)
1301
+
1302
+ api.add_operation(:update_test_case, Seahorse::Model::Operation.new.tap do |o|
1303
+ o.name = "UpdateTestCase"
1304
+ o.http_method = "PATCH"
1305
+ o.http_request_uri = "/testcases/{testCaseId}"
1306
+ o.input = Shapes::ShapeRef.new(shape: UpdateTestCaseRequest)
1307
+ o.output = Shapes::ShapeRef.new(shape: UpdateTestCaseResponse)
1308
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1310
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1312
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1313
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1314
+ end)
1315
+
1316
+ api.add_operation(:update_test_configuration, Seahorse::Model::Operation.new.tap do |o|
1317
+ o.name = "UpdateTestConfiguration"
1318
+ o.http_method = "PATCH"
1319
+ o.http_request_uri = "/testconfigurations/{testConfigurationId}"
1320
+ o.input = Shapes::ShapeRef.new(shape: UpdateTestConfigurationRequest)
1321
+ o.output = Shapes::ShapeRef.new(shape: UpdateTestConfigurationResponse)
1322
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1323
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1324
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1325
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1326
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1327
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1328
+ end)
1329
+
1330
+ api.add_operation(:update_test_suite, Seahorse::Model::Operation.new.tap do |o|
1331
+ o.name = "UpdateTestSuite"
1332
+ o.http_method = "PATCH"
1333
+ o.http_request_uri = "/testsuites/{testSuiteId}"
1334
+ o.input = Shapes::ShapeRef.new(shape: UpdateTestSuiteRequest)
1335
+ o.output = Shapes::ShapeRef.new(shape: UpdateTestSuiteResponse)
1336
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1337
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1338
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1339
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1340
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1341
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1342
+ end)
1343
+ end
1344
+
1345
+ end
1346
+ end