aws-sdk-mainframemodernization 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1326 @@
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::MainframeModernization
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AlternateKey = Shapes::StructureShape.new(name: 'AlternateKey')
18
+ AlternateKeyList = Shapes::ListShape.new(name: 'AlternateKeyList')
19
+ ApplicationDeploymentLifecycle = Shapes::StringShape.new(name: 'ApplicationDeploymentLifecycle')
20
+ ApplicationLifecycle = Shapes::StringShape.new(name: 'ApplicationLifecycle')
21
+ ApplicationSummary = Shapes::StructureShape.new(name: 'ApplicationSummary')
22
+ ApplicationSummaryList = Shapes::ListShape.new(name: 'ApplicationSummaryList')
23
+ ApplicationVersionLifecycle = Shapes::StringShape.new(name: 'ApplicationVersionLifecycle')
24
+ ApplicationVersionSummary = Shapes::StructureShape.new(name: 'ApplicationVersionSummary')
25
+ ApplicationVersionSummaryList = Shapes::ListShape.new(name: 'ApplicationVersionSummaryList')
26
+ Arn = Shapes::StringShape.new(name: 'Arn')
27
+ ArnList = Shapes::ListShape.new(name: 'ArnList')
28
+ BatchJobDefinition = Shapes::UnionShape.new(name: 'BatchJobDefinition')
29
+ BatchJobDefinitions = Shapes::ListShape.new(name: 'BatchJobDefinitions')
30
+ BatchJobExecutionStatus = Shapes::StringShape.new(name: 'BatchJobExecutionStatus')
31
+ BatchJobExecutionSummary = Shapes::StructureShape.new(name: 'BatchJobExecutionSummary')
32
+ BatchJobExecutionSummaryList = Shapes::ListShape.new(name: 'BatchJobExecutionSummaryList')
33
+ BatchJobIdentifier = Shapes::UnionShape.new(name: 'BatchJobIdentifier')
34
+ BatchJobParametersMap = Shapes::MapShape.new(name: 'BatchJobParametersMap')
35
+ BatchJobType = Shapes::StringShape.new(name: 'BatchJobType')
36
+ BatchParamKey = Shapes::StringShape.new(name: 'BatchParamKey')
37
+ BatchParamValue = Shapes::StringShape.new(name: 'BatchParamValue')
38
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
39
+ CancelBatchJobExecutionRequest = Shapes::StructureShape.new(name: 'CancelBatchJobExecutionRequest')
40
+ CancelBatchJobExecutionResponse = Shapes::StructureShape.new(name: 'CancelBatchJobExecutionResponse')
41
+ CapacityValue = Shapes::IntegerShape.new(name: 'CapacityValue')
42
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
43
+ CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
44
+ CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
45
+ CreateDataSetImportTaskRequest = Shapes::StructureShape.new(name: 'CreateDataSetImportTaskRequest')
46
+ CreateDataSetImportTaskResponse = Shapes::StructureShape.new(name: 'CreateDataSetImportTaskResponse')
47
+ CreateDeploymentRequest = Shapes::StructureShape.new(name: 'CreateDeploymentRequest')
48
+ CreateDeploymentResponse = Shapes::StructureShape.new(name: 'CreateDeploymentResponse')
49
+ CreateEnvironmentRequest = Shapes::StructureShape.new(name: 'CreateEnvironmentRequest')
50
+ CreateEnvironmentResponse = Shapes::StructureShape.new(name: 'CreateEnvironmentResponse')
51
+ DataSet = Shapes::StructureShape.new(name: 'DataSet')
52
+ DataSetImportConfig = Shapes::UnionShape.new(name: 'DataSetImportConfig')
53
+ DataSetImportItem = Shapes::StructureShape.new(name: 'DataSetImportItem')
54
+ DataSetImportList = Shapes::ListShape.new(name: 'DataSetImportList')
55
+ DataSetImportSummary = Shapes::StructureShape.new(name: 'DataSetImportSummary')
56
+ DataSetImportTask = Shapes::StructureShape.new(name: 'DataSetImportTask')
57
+ DataSetImportTaskList = Shapes::ListShape.new(name: 'DataSetImportTaskList')
58
+ DataSetSummary = Shapes::StructureShape.new(name: 'DataSetSummary')
59
+ DataSetTaskLifecycle = Shapes::StringShape.new(name: 'DataSetTaskLifecycle')
60
+ DataSetsSummaryList = Shapes::ListShape.new(name: 'DataSetsSummaryList')
61
+ DatasetDetailOrgAttributes = Shapes::UnionShape.new(name: 'DatasetDetailOrgAttributes')
62
+ DatasetOrgAttributes = Shapes::UnionShape.new(name: 'DatasetOrgAttributes')
63
+ Definition = Shapes::UnionShape.new(name: 'Definition')
64
+ DeleteApplicationFromEnvironmentRequest = Shapes::StructureShape.new(name: 'DeleteApplicationFromEnvironmentRequest')
65
+ DeleteApplicationFromEnvironmentResponse = Shapes::StructureShape.new(name: 'DeleteApplicationFromEnvironmentResponse')
66
+ DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
67
+ DeleteApplicationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationResponse')
68
+ DeleteEnvironmentRequest = Shapes::StructureShape.new(name: 'DeleteEnvironmentRequest')
69
+ DeleteEnvironmentResponse = Shapes::StructureShape.new(name: 'DeleteEnvironmentResponse')
70
+ DeployedVersionSummary = Shapes::StructureShape.new(name: 'DeployedVersionSummary')
71
+ DeploymentLifecycle = Shapes::StringShape.new(name: 'DeploymentLifecycle')
72
+ DeploymentList = Shapes::ListShape.new(name: 'DeploymentList')
73
+ DeploymentSummary = Shapes::StructureShape.new(name: 'DeploymentSummary')
74
+ EfsStorageConfiguration = Shapes::StructureShape.new(name: 'EfsStorageConfiguration')
75
+ EngineType = Shapes::StringShape.new(name: 'EngineType')
76
+ EngineVersion = Shapes::StringShape.new(name: 'EngineVersion')
77
+ EngineVersionsSummary = Shapes::StructureShape.new(name: 'EngineVersionsSummary')
78
+ EngineVersionsSummaryList = Shapes::ListShape.new(name: 'EngineVersionsSummaryList')
79
+ EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
80
+ EntityName = Shapes::StringShape.new(name: 'EntityName')
81
+ EntityNameList = Shapes::ListShape.new(name: 'EntityNameList')
82
+ EnvironmentLifecycle = Shapes::StringShape.new(name: 'EnvironmentLifecycle')
83
+ EnvironmentSummary = Shapes::StructureShape.new(name: 'EnvironmentSummary')
84
+ EnvironmentSummaryList = Shapes::ListShape.new(name: 'EnvironmentSummaryList')
85
+ ExternalLocation = Shapes::UnionShape.new(name: 'ExternalLocation')
86
+ FileBatchJobDefinition = Shapes::StructureShape.new(name: 'FileBatchJobDefinition')
87
+ FileBatchJobIdentifier = Shapes::StructureShape.new(name: 'FileBatchJobIdentifier')
88
+ FsxStorageConfiguration = Shapes::StructureShape.new(name: 'FsxStorageConfiguration')
89
+ GdgAttributes = Shapes::StructureShape.new(name: 'GdgAttributes')
90
+ GdgDetailAttributes = Shapes::StructureShape.new(name: 'GdgDetailAttributes')
91
+ GetApplicationRequest = Shapes::StructureShape.new(name: 'GetApplicationRequest')
92
+ GetApplicationResponse = Shapes::StructureShape.new(name: 'GetApplicationResponse')
93
+ GetApplicationVersionRequest = Shapes::StructureShape.new(name: 'GetApplicationVersionRequest')
94
+ GetApplicationVersionResponse = Shapes::StructureShape.new(name: 'GetApplicationVersionResponse')
95
+ GetBatchJobExecutionRequest = Shapes::StructureShape.new(name: 'GetBatchJobExecutionRequest')
96
+ GetBatchJobExecutionResponse = Shapes::StructureShape.new(name: 'GetBatchJobExecutionResponse')
97
+ GetDataSetDetailsRequest = Shapes::StructureShape.new(name: 'GetDataSetDetailsRequest')
98
+ GetDataSetDetailsResponse = Shapes::StructureShape.new(name: 'GetDataSetDetailsResponse')
99
+ GetDataSetImportTaskRequest = Shapes::StructureShape.new(name: 'GetDataSetImportTaskRequest')
100
+ GetDataSetImportTaskResponse = Shapes::StructureShape.new(name: 'GetDataSetImportTaskResponse')
101
+ GetDeploymentRequest = Shapes::StructureShape.new(name: 'GetDeploymentRequest')
102
+ GetDeploymentResponse = Shapes::StructureShape.new(name: 'GetDeploymentResponse')
103
+ GetEnvironmentRequest = Shapes::StructureShape.new(name: 'GetEnvironmentRequest')
104
+ GetEnvironmentResponse = Shapes::StructureShape.new(name: 'GetEnvironmentResponse')
105
+ HighAvailabilityConfig = Shapes::StructureShape.new(name: 'HighAvailabilityConfig')
106
+ Identifier = Shapes::StringShape.new(name: 'Identifier')
107
+ IdentifierList = Shapes::ListShape.new(name: 'IdentifierList')
108
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
109
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
110
+ ListApplicationVersionsRequest = Shapes::StructureShape.new(name: 'ListApplicationVersionsRequest')
111
+ ListApplicationVersionsResponse = Shapes::StructureShape.new(name: 'ListApplicationVersionsResponse')
112
+ ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
113
+ ListApplicationsResponse = Shapes::StructureShape.new(name: 'ListApplicationsResponse')
114
+ ListBatchJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListBatchJobDefinitionsRequest')
115
+ ListBatchJobDefinitionsResponse = Shapes::StructureShape.new(name: 'ListBatchJobDefinitionsResponse')
116
+ ListBatchJobExecutionsRequest = Shapes::StructureShape.new(name: 'ListBatchJobExecutionsRequest')
117
+ ListBatchJobExecutionsResponse = Shapes::StructureShape.new(name: 'ListBatchJobExecutionsResponse')
118
+ ListDataSetImportHistoryRequest = Shapes::StructureShape.new(name: 'ListDataSetImportHistoryRequest')
119
+ ListDataSetImportHistoryResponse = Shapes::StructureShape.new(name: 'ListDataSetImportHistoryResponse')
120
+ ListDataSetsRequest = Shapes::StructureShape.new(name: 'ListDataSetsRequest')
121
+ ListDataSetsResponse = Shapes::StructureShape.new(name: 'ListDataSetsResponse')
122
+ ListDeploymentsRequest = Shapes::StructureShape.new(name: 'ListDeploymentsRequest')
123
+ ListDeploymentsResponse = Shapes::StructureShape.new(name: 'ListDeploymentsResponse')
124
+ ListEngineVersionsRequest = Shapes::StructureShape.new(name: 'ListEngineVersionsRequest')
125
+ ListEngineVersionsResponse = Shapes::StructureShape.new(name: 'ListEngineVersionsResponse')
126
+ ListEnvironmentsRequest = Shapes::StructureShape.new(name: 'ListEnvironmentsRequest')
127
+ ListEnvironmentsResponse = Shapes::StructureShape.new(name: 'ListEnvironmentsResponse')
128
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
129
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
130
+ LogGroupIdentifier = Shapes::StringShape.new(name: 'LogGroupIdentifier')
131
+ LogGroupSummaries = Shapes::ListShape.new(name: 'LogGroupSummaries')
132
+ LogGroupSummary = Shapes::StructureShape.new(name: 'LogGroupSummary')
133
+ MaintenanceSchedule = Shapes::StructureShape.new(name: 'MaintenanceSchedule')
134
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
135
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
136
+ PendingMaintenance = Shapes::StructureShape.new(name: 'PendingMaintenance')
137
+ PortList = Shapes::ListShape.new(name: 'PortList')
138
+ PrimaryKey = Shapes::StructureShape.new(name: 'PrimaryKey')
139
+ RecordLength = Shapes::StructureShape.new(name: 'RecordLength')
140
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
141
+ ScriptBatchJobDefinition = Shapes::StructureShape.new(name: 'ScriptBatchJobDefinition')
142
+ ScriptBatchJobIdentifier = Shapes::StructureShape.new(name: 'ScriptBatchJobIdentifier')
143
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
144
+ StartApplicationRequest = Shapes::StructureShape.new(name: 'StartApplicationRequest')
145
+ StartApplicationResponse = Shapes::StructureShape.new(name: 'StartApplicationResponse')
146
+ StartBatchJobRequest = Shapes::StructureShape.new(name: 'StartBatchJobRequest')
147
+ StartBatchJobResponse = Shapes::StructureShape.new(name: 'StartBatchJobResponse')
148
+ StopApplicationRequest = Shapes::StructureShape.new(name: 'StopApplicationRequest')
149
+ StopApplicationResponse = Shapes::StructureShape.new(name: 'StopApplicationResponse')
150
+ StorageConfiguration = Shapes::UnionShape.new(name: 'StorageConfiguration')
151
+ StorageConfigurationList = Shapes::ListShape.new(name: 'StorageConfigurationList')
152
+ String = Shapes::StringShape.new(name: 'String')
153
+ String100 = Shapes::StringShape.new(name: 'String100')
154
+ String20 = Shapes::StringShape.new(name: 'String20')
155
+ String200 = Shapes::StringShape.new(name: 'String200')
156
+ String2000 = Shapes::StringShape.new(name: 'String2000')
157
+ String50 = Shapes::StringShape.new(name: 'String50')
158
+ String50List = Shapes::ListShape.new(name: 'String50List')
159
+ StringFree65000 = Shapes::StringShape.new(name: 'StringFree65000')
160
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
161
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
162
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
163
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
164
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
165
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
166
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
167
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
168
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
169
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
170
+ UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
171
+ UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
172
+ UpdateEnvironmentRequest = Shapes::StructureShape.new(name: 'UpdateEnvironmentRequest')
173
+ UpdateEnvironmentResponse = Shapes::StructureShape.new(name: 'UpdateEnvironmentResponse')
174
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
175
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
176
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
177
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
178
+ Version = Shapes::IntegerShape.new(name: 'Version')
179
+ VsamAttributes = Shapes::StructureShape.new(name: 'VsamAttributes')
180
+ VsamDetailAttributes = Shapes::StructureShape.new(name: 'VsamDetailAttributes')
181
+
182
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
183
+ AccessDeniedException.struct_class = Types::AccessDeniedException
184
+
185
+ AlternateKey.add_member(:allow_duplicates, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowDuplicates"))
186
+ AlternateKey.add_member(:length, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "length"))
187
+ AlternateKey.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
188
+ AlternateKey.add_member(:offset, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "offset"))
189
+ AlternateKey.struct_class = Types::AlternateKey
190
+
191
+ AlternateKeyList.member = Shapes::ShapeRef.new(shape: AlternateKey)
192
+
193
+ ApplicationSummary.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "applicationArn"))
194
+ ApplicationSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "applicationId"))
195
+ ApplicationSummary.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
196
+ ApplicationSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
197
+ ApplicationSummary.add_member(:deployment_status, Shapes::ShapeRef.new(shape: ApplicationDeploymentLifecycle, location_name: "deploymentStatus"))
198
+ ApplicationSummary.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
199
+ ApplicationSummary.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
200
+ ApplicationSummary.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "environmentId"))
201
+ ApplicationSummary.add_member(:last_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastStartTime"))
202
+ ApplicationSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
203
+ ApplicationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationLifecycle, required: true, location_name: "status"))
204
+ ApplicationSummary.add_member(:version_status, Shapes::ShapeRef.new(shape: ApplicationVersionLifecycle, location_name: "versionStatus"))
205
+ ApplicationSummary.struct_class = Types::ApplicationSummary
206
+
207
+ ApplicationSummaryList.member = Shapes::ShapeRef.new(shape: ApplicationSummary)
208
+
209
+ ApplicationVersionSummary.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
210
+ ApplicationVersionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
211
+ ApplicationVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationVersionLifecycle, required: true, location_name: "status"))
212
+ ApplicationVersionSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
213
+ ApplicationVersionSummary.struct_class = Types::ApplicationVersionSummary
214
+
215
+ ApplicationVersionSummaryList.member = Shapes::ShapeRef.new(shape: ApplicationVersionSummary)
216
+
217
+ ArnList.member = Shapes::ShapeRef.new(shape: Arn)
218
+
219
+ BatchJobDefinition.add_member(:file_batch_job_definition, Shapes::ShapeRef.new(shape: FileBatchJobDefinition, location_name: "fileBatchJobDefinition"))
220
+ BatchJobDefinition.add_member(:script_batch_job_definition, Shapes::ShapeRef.new(shape: ScriptBatchJobDefinition, location_name: "scriptBatchJobDefinition"))
221
+ BatchJobDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
222
+ BatchJobDefinition.add_member_subclass(:file_batch_job_definition, Types::BatchJobDefinition::FileBatchJobDefinition)
223
+ BatchJobDefinition.add_member_subclass(:script_batch_job_definition, Types::BatchJobDefinition::ScriptBatchJobDefinition)
224
+ BatchJobDefinition.add_member_subclass(:unknown, Types::BatchJobDefinition::Unknown)
225
+ BatchJobDefinition.struct_class = Types::BatchJobDefinition
226
+
227
+ BatchJobDefinitions.member = Shapes::ShapeRef.new(shape: BatchJobDefinition)
228
+
229
+ BatchJobExecutionSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "applicationId"))
230
+ BatchJobExecutionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
231
+ BatchJobExecutionSummary.add_member(:execution_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "executionId"))
232
+ BatchJobExecutionSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: String100, location_name: "jobId"))
233
+ BatchJobExecutionSummary.add_member(:job_name, Shapes::ShapeRef.new(shape: String100, location_name: "jobName"))
234
+ BatchJobExecutionSummary.add_member(:job_type, Shapes::ShapeRef.new(shape: BatchJobType, location_name: "jobType"))
235
+ BatchJobExecutionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
236
+ BatchJobExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: BatchJobExecutionStatus, required: true, location_name: "status"))
237
+ BatchJobExecutionSummary.struct_class = Types::BatchJobExecutionSummary
238
+
239
+ BatchJobExecutionSummaryList.member = Shapes::ShapeRef.new(shape: BatchJobExecutionSummary)
240
+
241
+ BatchJobIdentifier.add_member(:file_batch_job_identifier, Shapes::ShapeRef.new(shape: FileBatchJobIdentifier, location_name: "fileBatchJobIdentifier"))
242
+ BatchJobIdentifier.add_member(:script_batch_job_identifier, Shapes::ShapeRef.new(shape: ScriptBatchJobIdentifier, location_name: "scriptBatchJobIdentifier"))
243
+ BatchJobIdentifier.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
244
+ BatchJobIdentifier.add_member_subclass(:file_batch_job_identifier, Types::BatchJobIdentifier::FileBatchJobIdentifier)
245
+ BatchJobIdentifier.add_member_subclass(:script_batch_job_identifier, Types::BatchJobIdentifier::ScriptBatchJobIdentifier)
246
+ BatchJobIdentifier.add_member_subclass(:unknown, Types::BatchJobIdentifier::Unknown)
247
+ BatchJobIdentifier.struct_class = Types::BatchJobIdentifier
248
+
249
+ BatchJobParametersMap.key = Shapes::ShapeRef.new(shape: BatchParamKey)
250
+ BatchJobParametersMap.value = Shapes::ShapeRef.new(shape: BatchParamValue)
251
+
252
+ CancelBatchJobExecutionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
253
+ CancelBatchJobExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "executionId"))
254
+ CancelBatchJobExecutionRequest.struct_class = Types::CancelBatchJobExecutionRequest
255
+
256
+ CancelBatchJobExecutionResponse.struct_class = Types::CancelBatchJobExecutionResponse
257
+
258
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
259
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
260
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
261
+ ConflictException.struct_class = Types::ConflictException
262
+
263
+ CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
264
+ CreateApplicationRequest.add_member(:definition, Shapes::ShapeRef.new(shape: Definition, required: true, location_name: "definition"))
265
+ CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
266
+ CreateApplicationRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
267
+ CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
268
+ CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
269
+ CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
270
+
271
+ CreateApplicationResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "applicationArn"))
272
+ CreateApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "applicationId"))
273
+ CreateApplicationResponse.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
274
+ CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
275
+
276
+ CreateDataSetImportTaskRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
277
+ CreateDataSetImportTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
278
+ CreateDataSetImportTaskRequest.add_member(:import_config, Shapes::ShapeRef.new(shape: DataSetImportConfig, required: true, location_name: "importConfig"))
279
+ CreateDataSetImportTaskRequest.struct_class = Types::CreateDataSetImportTaskRequest
280
+
281
+ CreateDataSetImportTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "taskId"))
282
+ CreateDataSetImportTaskResponse.struct_class = Types::CreateDataSetImportTaskResponse
283
+
284
+ CreateDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
285
+ CreateDeploymentRequest.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
286
+ CreateDeploymentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
287
+ CreateDeploymentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "environmentId"))
288
+ CreateDeploymentRequest.struct_class = Types::CreateDeploymentRequest
289
+
290
+ CreateDeploymentResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "deploymentId"))
291
+ CreateDeploymentResponse.struct_class = Types::CreateDeploymentResponse
292
+
293
+ CreateEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
294
+ CreateEnvironmentRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
295
+ CreateEnvironmentRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
296
+ CreateEnvironmentRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "engineVersion"))
297
+ CreateEnvironmentRequest.add_member(:high_availability_config, Shapes::ShapeRef.new(shape: HighAvailabilityConfig, location_name: "highAvailabilityConfig"))
298
+ CreateEnvironmentRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String20, required: true, location_name: "instanceType"))
299
+ CreateEnvironmentRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
300
+ CreateEnvironmentRequest.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String50, location_name: "preferredMaintenanceWindow"))
301
+ CreateEnvironmentRequest.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
302
+ CreateEnvironmentRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: String50List, location_name: "securityGroupIds"))
303
+ CreateEnvironmentRequest.add_member(:storage_configurations, Shapes::ShapeRef.new(shape: StorageConfigurationList, location_name: "storageConfigurations"))
304
+ CreateEnvironmentRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: String50List, location_name: "subnetIds"))
305
+ CreateEnvironmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
306
+ CreateEnvironmentRequest.struct_class = Types::CreateEnvironmentRequest
307
+
308
+ CreateEnvironmentResponse.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "environmentId"))
309
+ CreateEnvironmentResponse.struct_class = Types::CreateEnvironmentResponse
310
+
311
+ DataSet.add_member(:dataset_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "datasetName"))
312
+ DataSet.add_member(:dataset_org, Shapes::ShapeRef.new(shape: DatasetOrgAttributes, required: true, location_name: "datasetOrg"))
313
+ DataSet.add_member(:record_length, Shapes::ShapeRef.new(shape: RecordLength, required: true, location_name: "recordLength"))
314
+ DataSet.add_member(:relative_path, Shapes::ShapeRef.new(shape: String, location_name: "relativePath"))
315
+ DataSet.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "storageType"))
316
+ DataSet.struct_class = Types::DataSet
317
+
318
+ DataSetImportConfig.add_member(:data_sets, Shapes::ShapeRef.new(shape: DataSetImportList, location_name: "dataSets"))
319
+ DataSetImportConfig.add_member(:s3_location, Shapes::ShapeRef.new(shape: String2000, location_name: "s3Location"))
320
+ DataSetImportConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
321
+ DataSetImportConfig.add_member_subclass(:data_sets, Types::DataSetImportConfig::DataSets)
322
+ DataSetImportConfig.add_member_subclass(:s3_location, Types::DataSetImportConfig::S3Location)
323
+ DataSetImportConfig.add_member_subclass(:unknown, Types::DataSetImportConfig::Unknown)
324
+ DataSetImportConfig.struct_class = Types::DataSetImportConfig
325
+
326
+ DataSetImportItem.add_member(:data_set, Shapes::ShapeRef.new(shape: DataSet, required: true, location_name: "dataSet"))
327
+ DataSetImportItem.add_member(:external_location, Shapes::ShapeRef.new(shape: ExternalLocation, required: true, location_name: "externalLocation"))
328
+ DataSetImportItem.struct_class = Types::DataSetImportItem
329
+
330
+ DataSetImportList.member = Shapes::ShapeRef.new(shape: DataSetImportItem)
331
+
332
+ DataSetImportSummary.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "failed"))
333
+ DataSetImportSummary.add_member(:in_progress, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "inProgress"))
334
+ DataSetImportSummary.add_member(:pending, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "pending"))
335
+ DataSetImportSummary.add_member(:succeeded, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "succeeded"))
336
+ DataSetImportSummary.add_member(:total, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "total"))
337
+ DataSetImportSummary.struct_class = Types::DataSetImportSummary
338
+
339
+ DataSetImportTask.add_member(:status, Shapes::ShapeRef.new(shape: DataSetTaskLifecycle, required: true, location_name: "status"))
340
+ DataSetImportTask.add_member(:summary, Shapes::ShapeRef.new(shape: DataSetImportSummary, required: true, location_name: "summary"))
341
+ DataSetImportTask.add_member(:task_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "taskId"))
342
+ DataSetImportTask.struct_class = Types::DataSetImportTask
343
+
344
+ DataSetImportTaskList.member = Shapes::ShapeRef.new(shape: DataSetImportTask)
345
+
346
+ DataSetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
347
+ DataSetSummary.add_member(:data_set_name, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "dataSetName"))
348
+ DataSetSummary.add_member(:data_set_org, Shapes::ShapeRef.new(shape: String20, location_name: "dataSetOrg"))
349
+ DataSetSummary.add_member(:format, Shapes::ShapeRef.new(shape: String20, location_name: "format"))
350
+ DataSetSummary.add_member(:last_referenced_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastReferencedTime"))
351
+ DataSetSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedTime"))
352
+ DataSetSummary.struct_class = Types::DataSetSummary
353
+
354
+ DataSetsSummaryList.member = Shapes::ShapeRef.new(shape: DataSetSummary)
355
+
356
+ DatasetDetailOrgAttributes.add_member(:gdg, Shapes::ShapeRef.new(shape: GdgDetailAttributes, location_name: "gdg"))
357
+ DatasetDetailOrgAttributes.add_member(:vsam, Shapes::ShapeRef.new(shape: VsamDetailAttributes, location_name: "vsam"))
358
+ DatasetDetailOrgAttributes.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
359
+ DatasetDetailOrgAttributes.add_member_subclass(:gdg, Types::DatasetDetailOrgAttributes::Gdg)
360
+ DatasetDetailOrgAttributes.add_member_subclass(:vsam, Types::DatasetDetailOrgAttributes::Vsam)
361
+ DatasetDetailOrgAttributes.add_member_subclass(:unknown, Types::DatasetDetailOrgAttributes::Unknown)
362
+ DatasetDetailOrgAttributes.struct_class = Types::DatasetDetailOrgAttributes
363
+
364
+ DatasetOrgAttributes.add_member(:gdg, Shapes::ShapeRef.new(shape: GdgAttributes, location_name: "gdg"))
365
+ DatasetOrgAttributes.add_member(:vsam, Shapes::ShapeRef.new(shape: VsamAttributes, location_name: "vsam"))
366
+ DatasetOrgAttributes.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
367
+ DatasetOrgAttributes.add_member_subclass(:gdg, Types::DatasetOrgAttributes::Gdg)
368
+ DatasetOrgAttributes.add_member_subclass(:vsam, Types::DatasetOrgAttributes::Vsam)
369
+ DatasetOrgAttributes.add_member_subclass(:unknown, Types::DatasetOrgAttributes::Unknown)
370
+ DatasetOrgAttributes.struct_class = Types::DatasetOrgAttributes
371
+
372
+ Definition.add_member(:content, Shapes::ShapeRef.new(shape: StringFree65000, location_name: "content"))
373
+ Definition.add_member(:s3_location, Shapes::ShapeRef.new(shape: String2000, location_name: "s3Location"))
374
+ Definition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
375
+ Definition.add_member_subclass(:content, Types::Definition::Content)
376
+ Definition.add_member_subclass(:s3_location, Types::Definition::S3Location)
377
+ Definition.add_member_subclass(:unknown, Types::Definition::Unknown)
378
+ Definition.struct_class = Types::Definition
379
+
380
+ DeleteApplicationFromEnvironmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
381
+ DeleteApplicationFromEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "environmentId"))
382
+ DeleteApplicationFromEnvironmentRequest.struct_class = Types::DeleteApplicationFromEnvironmentRequest
383
+
384
+ DeleteApplicationFromEnvironmentResponse.struct_class = Types::DeleteApplicationFromEnvironmentResponse
385
+
386
+ DeleteApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
387
+ DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
388
+
389
+ DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
390
+
391
+ DeleteEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "environmentId"))
392
+ DeleteEnvironmentRequest.struct_class = Types::DeleteEnvironmentRequest
393
+
394
+ DeleteEnvironmentResponse.struct_class = Types::DeleteEnvironmentResponse
395
+
396
+ DeployedVersionSummary.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
397
+ DeployedVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: DeploymentLifecycle, required: true, location_name: "status"))
398
+ DeployedVersionSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
399
+ DeployedVersionSummary.struct_class = Types::DeployedVersionSummary
400
+
401
+ DeploymentList.member = Shapes::ShapeRef.new(shape: DeploymentSummary)
402
+
403
+ DeploymentSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "applicationId"))
404
+ DeploymentSummary.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
405
+ DeploymentSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
406
+ DeploymentSummary.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "deploymentId"))
407
+ DeploymentSummary.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "environmentId"))
408
+ DeploymentSummary.add_member(:status, Shapes::ShapeRef.new(shape: DeploymentLifecycle, required: true, location_name: "status"))
409
+ DeploymentSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
410
+ DeploymentSummary.struct_class = Types::DeploymentSummary
411
+
412
+ EfsStorageConfiguration.add_member(:file_system_id, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "file-system-id"))
413
+ EfsStorageConfiguration.add_member(:mount_point, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "mount-point"))
414
+ EfsStorageConfiguration.struct_class = Types::EfsStorageConfiguration
415
+
416
+ EngineVersionsSummary.add_member(:engine_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "engineType"))
417
+ EngineVersionsSummary.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "engineVersion"))
418
+ EngineVersionsSummary.struct_class = Types::EngineVersionsSummary
419
+
420
+ EngineVersionsSummaryList.member = Shapes::ShapeRef.new(shape: EngineVersionsSummary)
421
+
422
+ EntityNameList.member = Shapes::ShapeRef.new(shape: EntityName)
423
+
424
+ EnvironmentSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
425
+ EnvironmentSummary.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
426
+ EnvironmentSummary.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, required: true, location_name: "engineVersion"))
427
+ EnvironmentSummary.add_member(:environment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "environmentArn"))
428
+ EnvironmentSummary.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "environmentId"))
429
+ EnvironmentSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: String20, required: true, location_name: "instanceType"))
430
+ EnvironmentSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
431
+ EnvironmentSummary.add_member(:status, Shapes::ShapeRef.new(shape: EnvironmentLifecycle, required: true, location_name: "status"))
432
+ EnvironmentSummary.struct_class = Types::EnvironmentSummary
433
+
434
+ EnvironmentSummaryList.member = Shapes::ShapeRef.new(shape: EnvironmentSummary)
435
+
436
+ ExternalLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: String2000, location_name: "s3Location"))
437
+ ExternalLocation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
438
+ ExternalLocation.add_member_subclass(:s3_location, Types::ExternalLocation::S3Location)
439
+ ExternalLocation.add_member_subclass(:unknown, Types::ExternalLocation::Unknown)
440
+ ExternalLocation.struct_class = Types::ExternalLocation
441
+
442
+ FileBatchJobDefinition.add_member(:file_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fileName"))
443
+ FileBatchJobDefinition.add_member(:folder_path, Shapes::ShapeRef.new(shape: String, location_name: "folderPath"))
444
+ FileBatchJobDefinition.struct_class = Types::FileBatchJobDefinition
445
+
446
+ FileBatchJobIdentifier.add_member(:file_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fileName"))
447
+ FileBatchJobIdentifier.add_member(:folder_path, Shapes::ShapeRef.new(shape: String, location_name: "folderPath"))
448
+ FileBatchJobIdentifier.struct_class = Types::FileBatchJobIdentifier
449
+
450
+ FsxStorageConfiguration.add_member(:file_system_id, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "file-system-id"))
451
+ FsxStorageConfiguration.add_member(:mount_point, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "mount-point"))
452
+ FsxStorageConfiguration.struct_class = Types::FsxStorageConfiguration
453
+
454
+ GdgAttributes.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "limit"))
455
+ GdgAttributes.add_member(:roll_disposition, Shapes::ShapeRef.new(shape: String, location_name: "rollDisposition"))
456
+ GdgAttributes.struct_class = Types::GdgAttributes
457
+
458
+ GdgDetailAttributes.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "limit"))
459
+ GdgDetailAttributes.add_member(:roll_disposition, Shapes::ShapeRef.new(shape: String50, location_name: "rollDisposition"))
460
+ GdgDetailAttributes.struct_class = Types::GdgDetailAttributes
461
+
462
+ GetApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
463
+ GetApplicationRequest.struct_class = Types::GetApplicationRequest
464
+
465
+ GetApplicationResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "applicationArn"))
466
+ GetApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "applicationId"))
467
+ GetApplicationResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
468
+ GetApplicationResponse.add_member(:deployed_version, Shapes::ShapeRef.new(shape: DeployedVersionSummary, location_name: "deployedVersion"))
469
+ GetApplicationResponse.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
470
+ GetApplicationResponse.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
471
+ GetApplicationResponse.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "environmentId"))
472
+ GetApplicationResponse.add_member(:last_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastStartTime"))
473
+ GetApplicationResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: ApplicationVersionSummary, required: true, location_name: "latestVersion"))
474
+ GetApplicationResponse.add_member(:listener_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "listenerArns"))
475
+ GetApplicationResponse.add_member(:listener_ports, Shapes::ShapeRef.new(shape: PortList, location_name: "listenerPorts"))
476
+ GetApplicationResponse.add_member(:load_balancer_dns_name, Shapes::ShapeRef.new(shape: String100, location_name: "loadBalancerDnsName"))
477
+ GetApplicationResponse.add_member(:log_groups, Shapes::ShapeRef.new(shape: LogGroupSummaries, location_name: "logGroups"))
478
+ GetApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
479
+ GetApplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationLifecycle, required: true, location_name: "status"))
480
+ GetApplicationResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
481
+ GetApplicationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
482
+ GetApplicationResponse.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "targetGroupArns"))
483
+ GetApplicationResponse.struct_class = Types::GetApplicationResponse
484
+
485
+ GetApplicationVersionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
486
+ GetApplicationVersionRequest.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location: "uri", location_name: "applicationVersion"))
487
+ GetApplicationVersionRequest.struct_class = Types::GetApplicationVersionRequest
488
+
489
+ GetApplicationVersionResponse.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
490
+ GetApplicationVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
491
+ GetApplicationVersionResponse.add_member(:definition_content, Shapes::ShapeRef.new(shape: StringFree65000, required: true, location_name: "definitionContent"))
492
+ GetApplicationVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
493
+ GetApplicationVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
494
+ GetApplicationVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ApplicationVersionLifecycle, required: true, location_name: "status"))
495
+ GetApplicationVersionResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
496
+ GetApplicationVersionResponse.struct_class = Types::GetApplicationVersionResponse
497
+
498
+ GetBatchJobExecutionRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
499
+ GetBatchJobExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "executionId"))
500
+ GetBatchJobExecutionRequest.struct_class = Types::GetBatchJobExecutionRequest
501
+
502
+ GetBatchJobExecutionResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "applicationId"))
503
+ GetBatchJobExecutionResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
504
+ GetBatchJobExecutionResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "executionId"))
505
+ GetBatchJobExecutionResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: String100, location_name: "jobId"))
506
+ GetBatchJobExecutionResponse.add_member(:job_name, Shapes::ShapeRef.new(shape: String100, location_name: "jobName"))
507
+ GetBatchJobExecutionResponse.add_member(:job_type, Shapes::ShapeRef.new(shape: BatchJobType, location_name: "jobType"))
508
+ GetBatchJobExecutionResponse.add_member(:job_user, Shapes::ShapeRef.new(shape: String100, location_name: "jobUser"))
509
+ GetBatchJobExecutionResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
510
+ GetBatchJobExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: BatchJobExecutionStatus, required: true, location_name: "status"))
511
+ GetBatchJobExecutionResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
512
+ GetBatchJobExecutionResponse.struct_class = Types::GetBatchJobExecutionResponse
513
+
514
+ GetDataSetDetailsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
515
+ GetDataSetDetailsRequest.add_member(:data_set_name, Shapes::ShapeRef.new(shape: String200, required: true, location: "uri", location_name: "dataSetName"))
516
+ GetDataSetDetailsRequest.struct_class = Types::GetDataSetDetailsRequest
517
+
518
+ GetDataSetDetailsResponse.add_member(:blocksize, Shapes::ShapeRef.new(shape: Integer, location_name: "blocksize", metadata: {"box"=>true}))
519
+ GetDataSetDetailsResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
520
+ GetDataSetDetailsResponse.add_member(:data_set_name, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "dataSetName"))
521
+ GetDataSetDetailsResponse.add_member(:data_set_org, Shapes::ShapeRef.new(shape: DatasetDetailOrgAttributes, location_name: "dataSetOrg"))
522
+ GetDataSetDetailsResponse.add_member(:last_referenced_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastReferencedTime"))
523
+ GetDataSetDetailsResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedTime"))
524
+ GetDataSetDetailsResponse.add_member(:location, Shapes::ShapeRef.new(shape: String2000, location_name: "location"))
525
+ GetDataSetDetailsResponse.add_member(:record_length, Shapes::ShapeRef.new(shape: Integer, location_name: "recordLength", metadata: {"box"=>true}))
526
+ GetDataSetDetailsResponse.struct_class = Types::GetDataSetDetailsResponse
527
+
528
+ GetDataSetImportTaskRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
529
+ GetDataSetImportTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "taskId"))
530
+ GetDataSetImportTaskRequest.struct_class = Types::GetDataSetImportTaskRequest
531
+
532
+ GetDataSetImportTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: DataSetTaskLifecycle, required: true, location_name: "status"))
533
+ GetDataSetImportTaskResponse.add_member(:summary, Shapes::ShapeRef.new(shape: DataSetImportSummary, location_name: "summary"))
534
+ GetDataSetImportTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "taskId"))
535
+ GetDataSetImportTaskResponse.struct_class = Types::GetDataSetImportTaskResponse
536
+
537
+ GetDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
538
+ GetDeploymentRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "deploymentId"))
539
+ GetDeploymentRequest.struct_class = Types::GetDeploymentRequest
540
+
541
+ GetDeploymentResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "applicationId"))
542
+ GetDeploymentResponse.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
543
+ GetDeploymentResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
544
+ GetDeploymentResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "deploymentId"))
545
+ GetDeploymentResponse.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "environmentId"))
546
+ GetDeploymentResponse.add_member(:status, Shapes::ShapeRef.new(shape: DeploymentLifecycle, required: true, location_name: "status"))
547
+ GetDeploymentResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
548
+ GetDeploymentResponse.struct_class = Types::GetDeploymentResponse
549
+
550
+ GetEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "environmentId"))
551
+ GetEnvironmentRequest.struct_class = Types::GetEnvironmentRequest
552
+
553
+ GetEnvironmentResponse.add_member(:actual_capacity, Shapes::ShapeRef.new(shape: CapacityValue, location_name: "actualCapacity"))
554
+ GetEnvironmentResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationTime"))
555
+ GetEnvironmentResponse.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
556
+ GetEnvironmentResponse.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
557
+ GetEnvironmentResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, required: true, location_name: "engineVersion"))
558
+ GetEnvironmentResponse.add_member(:environment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "environmentArn"))
559
+ GetEnvironmentResponse.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "environmentId"))
560
+ GetEnvironmentResponse.add_member(:high_availability_config, Shapes::ShapeRef.new(shape: HighAvailabilityConfig, location_name: "highAvailabilityConfig"))
561
+ GetEnvironmentResponse.add_member(:instance_type, Shapes::ShapeRef.new(shape: String20, required: true, location_name: "instanceType"))
562
+ GetEnvironmentResponse.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: String, location_name: "loadBalancerArn"))
563
+ GetEnvironmentResponse.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
564
+ GetEnvironmentResponse.add_member(:pending_maintenance, Shapes::ShapeRef.new(shape: PendingMaintenance, location_name: "pendingMaintenance"))
565
+ GetEnvironmentResponse.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "preferredMaintenanceWindow"))
566
+ GetEnvironmentResponse.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
567
+ GetEnvironmentResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: String50List, required: true, location_name: "securityGroupIds"))
568
+ GetEnvironmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: EnvironmentLifecycle, required: true, location_name: "status"))
569
+ GetEnvironmentResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
570
+ GetEnvironmentResponse.add_member(:storage_configurations, Shapes::ShapeRef.new(shape: StorageConfigurationList, location_name: "storageConfigurations"))
571
+ GetEnvironmentResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: String50List, required: true, location_name: "subnetIds"))
572
+ GetEnvironmentResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
573
+ GetEnvironmentResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String50, required: true, location_name: "vpcId"))
574
+ GetEnvironmentResponse.struct_class = Types::GetEnvironmentResponse
575
+
576
+ HighAvailabilityConfig.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: CapacityValue, required: true, location_name: "desiredCapacity"))
577
+ HighAvailabilityConfig.struct_class = Types::HighAvailabilityConfig
578
+
579
+ IdentifierList.member = Shapes::ShapeRef.new(shape: Identifier)
580
+
581
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
582
+ InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
583
+ InternalServerException.struct_class = Types::InternalServerException
584
+
585
+ ListApplicationVersionsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
586
+ ListApplicationVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
587
+ ListApplicationVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
588
+ ListApplicationVersionsRequest.struct_class = Types::ListApplicationVersionsRequest
589
+
590
+ ListApplicationVersionsResponse.add_member(:application_versions, Shapes::ShapeRef.new(shape: ApplicationVersionSummaryList, required: true, location_name: "applicationVersions"))
591
+ ListApplicationVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
592
+ ListApplicationVersionsResponse.struct_class = Types::ListApplicationVersionsResponse
593
+
594
+ ListApplicationsRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, location: "querystring", location_name: "environmentId"))
595
+ ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
596
+ ListApplicationsRequest.add_member(:names, Shapes::ShapeRef.new(shape: EntityNameList, location: "querystring", location_name: "names"))
597
+ ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
598
+ ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
599
+
600
+ ListApplicationsResponse.add_member(:applications, Shapes::ShapeRef.new(shape: ApplicationSummaryList, required: true, location_name: "applications"))
601
+ ListApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
602
+ ListApplicationsResponse.struct_class = Types::ListApplicationsResponse
603
+
604
+ ListBatchJobDefinitionsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
605
+ ListBatchJobDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
606
+ ListBatchJobDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
607
+ ListBatchJobDefinitionsRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "prefix"))
608
+ ListBatchJobDefinitionsRequest.struct_class = Types::ListBatchJobDefinitionsRequest
609
+
610
+ ListBatchJobDefinitionsResponse.add_member(:batch_job_definitions, Shapes::ShapeRef.new(shape: BatchJobDefinitions, required: true, location_name: "batchJobDefinitions"))
611
+ ListBatchJobDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
612
+ ListBatchJobDefinitionsResponse.struct_class = Types::ListBatchJobDefinitionsResponse
613
+
614
+ ListBatchJobExecutionsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
615
+ ListBatchJobExecutionsRequest.add_member(:execution_ids, Shapes::ShapeRef.new(shape: IdentifierList, location: "querystring", location_name: "executionIds"))
616
+ ListBatchJobExecutionsRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: String100, location: "querystring", location_name: "jobName"))
617
+ ListBatchJobExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
618
+ ListBatchJobExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
619
+ ListBatchJobExecutionsRequest.add_member(:started_after, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "startedAfter"))
620
+ ListBatchJobExecutionsRequest.add_member(:started_before, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "startedBefore"))
621
+ ListBatchJobExecutionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: BatchJobExecutionStatus, location: "querystring", location_name: "status"))
622
+ ListBatchJobExecutionsRequest.struct_class = Types::ListBatchJobExecutionsRequest
623
+
624
+ ListBatchJobExecutionsResponse.add_member(:batch_job_executions, Shapes::ShapeRef.new(shape: BatchJobExecutionSummaryList, required: true, location_name: "batchJobExecutions"))
625
+ ListBatchJobExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
626
+ ListBatchJobExecutionsResponse.struct_class = Types::ListBatchJobExecutionsResponse
627
+
628
+ ListDataSetImportHistoryRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
629
+ ListDataSetImportHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
630
+ ListDataSetImportHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
631
+ ListDataSetImportHistoryRequest.struct_class = Types::ListDataSetImportHistoryRequest
632
+
633
+ ListDataSetImportHistoryResponse.add_member(:data_set_import_tasks, Shapes::ShapeRef.new(shape: DataSetImportTaskList, required: true, location_name: "dataSetImportTasks"))
634
+ ListDataSetImportHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
635
+ ListDataSetImportHistoryResponse.struct_class = Types::ListDataSetImportHistoryResponse
636
+
637
+ ListDataSetsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
638
+ ListDataSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
639
+ ListDataSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
640
+ ListDataSetsRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: String200, location: "querystring", location_name: "prefix"))
641
+ ListDataSetsRequest.struct_class = Types::ListDataSetsRequest
642
+
643
+ ListDataSetsResponse.add_member(:data_sets, Shapes::ShapeRef.new(shape: DataSetsSummaryList, required: true, location_name: "dataSets"))
644
+ ListDataSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
645
+ ListDataSetsResponse.struct_class = Types::ListDataSetsResponse
646
+
647
+ ListDeploymentsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
648
+ ListDeploymentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
649
+ ListDeploymentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
650
+ ListDeploymentsRequest.struct_class = Types::ListDeploymentsRequest
651
+
652
+ ListDeploymentsResponse.add_member(:deployments, Shapes::ShapeRef.new(shape: DeploymentList, required: true, location_name: "deployments"))
653
+ ListDeploymentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
654
+ ListDeploymentsResponse.struct_class = Types::ListDeploymentsResponse
655
+
656
+ ListEngineVersionsRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location: "querystring", location_name: "engineType"))
657
+ ListEngineVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
658
+ ListEngineVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
659
+ ListEngineVersionsRequest.struct_class = Types::ListEngineVersionsRequest
660
+
661
+ ListEngineVersionsResponse.add_member(:engine_versions, Shapes::ShapeRef.new(shape: EngineVersionsSummaryList, required: true, location_name: "engineVersions"))
662
+ ListEngineVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
663
+ ListEngineVersionsResponse.struct_class = Types::ListEngineVersionsResponse
664
+
665
+ ListEnvironmentsRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location: "querystring", location_name: "engineType"))
666
+ ListEnvironmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
667
+ ListEnvironmentsRequest.add_member(:names, Shapes::ShapeRef.new(shape: EntityNameList, location: "querystring", location_name: "names"))
668
+ ListEnvironmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
669
+ ListEnvironmentsRequest.struct_class = Types::ListEnvironmentsRequest
670
+
671
+ ListEnvironmentsResponse.add_member(:environments, Shapes::ShapeRef.new(shape: EnvironmentSummaryList, required: true, location_name: "environments"))
672
+ ListEnvironmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
673
+ ListEnvironmentsResponse.struct_class = Types::ListEnvironmentsResponse
674
+
675
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
676
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
677
+
678
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
679
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
680
+
681
+ LogGroupSummaries.member = Shapes::ShapeRef.new(shape: LogGroupSummary)
682
+
683
+ LogGroupSummary.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupIdentifier, required: true, location_name: "logGroupName"))
684
+ LogGroupSummary.add_member(:log_type, Shapes::ShapeRef.new(shape: String20, required: true, location_name: "logType"))
685
+ LogGroupSummary.struct_class = Types::LogGroupSummary
686
+
687
+ MaintenanceSchedule.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
688
+ MaintenanceSchedule.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
689
+ MaintenanceSchedule.struct_class = Types::MaintenanceSchedule
690
+
691
+ PendingMaintenance.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "engineVersion"))
692
+ PendingMaintenance.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceSchedule, location_name: "schedule"))
693
+ PendingMaintenance.struct_class = Types::PendingMaintenance
694
+
695
+ PortList.member = Shapes::ShapeRef.new(shape: Integer)
696
+
697
+ PrimaryKey.add_member(:length, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "length"))
698
+ PrimaryKey.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
699
+ PrimaryKey.add_member(:offset, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "offset"))
700
+ PrimaryKey.struct_class = Types::PrimaryKey
701
+
702
+ RecordLength.add_member(:max, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "max"))
703
+ RecordLength.add_member(:min, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "min"))
704
+ RecordLength.struct_class = Types::RecordLength
705
+
706
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
707
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
708
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
709
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
710
+
711
+ ScriptBatchJobDefinition.add_member(:script_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "scriptName"))
712
+ ScriptBatchJobDefinition.struct_class = Types::ScriptBatchJobDefinition
713
+
714
+ ScriptBatchJobIdentifier.add_member(:script_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "scriptName"))
715
+ ScriptBatchJobIdentifier.struct_class = Types::ScriptBatchJobIdentifier
716
+
717
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
718
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
719
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
720
+ ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
721
+ ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
722
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
723
+
724
+ StartApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
725
+ StartApplicationRequest.struct_class = Types::StartApplicationRequest
726
+
727
+ StartApplicationResponse.struct_class = Types::StartApplicationResponse
728
+
729
+ StartBatchJobRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
730
+ StartBatchJobRequest.add_member(:batch_job_identifier, Shapes::ShapeRef.new(shape: BatchJobIdentifier, required: true, location_name: "batchJobIdentifier"))
731
+ StartBatchJobRequest.add_member(:job_params, Shapes::ShapeRef.new(shape: BatchJobParametersMap, location_name: "jobParams"))
732
+ StartBatchJobRequest.struct_class = Types::StartBatchJobRequest
733
+
734
+ StartBatchJobResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "executionId"))
735
+ StartBatchJobResponse.struct_class = Types::StartBatchJobResponse
736
+
737
+ StopApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
738
+ StopApplicationRequest.add_member(:force_stop, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceStop"))
739
+ StopApplicationRequest.struct_class = Types::StopApplicationRequest
740
+
741
+ StopApplicationResponse.struct_class = Types::StopApplicationResponse
742
+
743
+ StorageConfiguration.add_member(:efs, Shapes::ShapeRef.new(shape: EfsStorageConfiguration, location_name: "efs"))
744
+ StorageConfiguration.add_member(:fsx, Shapes::ShapeRef.new(shape: FsxStorageConfiguration, location_name: "fsx"))
745
+ StorageConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
746
+ StorageConfiguration.add_member_subclass(:efs, Types::StorageConfiguration::Efs)
747
+ StorageConfiguration.add_member_subclass(:fsx, Types::StorageConfiguration::Fsx)
748
+ StorageConfiguration.add_member_subclass(:unknown, Types::StorageConfiguration::Unknown)
749
+ StorageConfiguration.struct_class = Types::StorageConfiguration
750
+
751
+ StorageConfigurationList.member = Shapes::ShapeRef.new(shape: StorageConfiguration)
752
+
753
+ String50List.member = Shapes::ShapeRef.new(shape: String50)
754
+
755
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
756
+
757
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
758
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
759
+
760
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
761
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
762
+ TagResourceRequest.struct_class = Types::TagResourceRequest
763
+
764
+ TagResourceResponse.struct_class = Types::TagResourceResponse
765
+
766
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
767
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
768
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
769
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
770
+ ThrottlingException.struct_class = Types::ThrottlingException
771
+
772
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
773
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
774
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
775
+
776
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
777
+
778
+ UpdateApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
779
+ UpdateApplicationRequest.add_member(:current_application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "currentApplicationVersion"))
780
+ UpdateApplicationRequest.add_member(:definition, Shapes::ShapeRef.new(shape: Definition, location_name: "definition"))
781
+ UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
782
+ UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
783
+
784
+ UpdateApplicationResponse.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
785
+ UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
786
+
787
+ UpdateEnvironmentRequest.add_member(:apply_during_maintenance_window, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyDuringMaintenanceWindow"))
788
+ UpdateEnvironmentRequest.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: CapacityValue, location_name: "desiredCapacity", metadata: {"box"=>true}))
789
+ UpdateEnvironmentRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "engineVersion"))
790
+ UpdateEnvironmentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "environmentId"))
791
+ UpdateEnvironmentRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String20, location_name: "instanceType"))
792
+ UpdateEnvironmentRequest.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "preferredMaintenanceWindow"))
793
+ UpdateEnvironmentRequest.struct_class = Types::UpdateEnvironmentRequest
794
+
795
+ UpdateEnvironmentResponse.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "environmentId"))
796
+ UpdateEnvironmentResponse.struct_class = Types::UpdateEnvironmentResponse
797
+
798
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
799
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
800
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
801
+ ValidationException.struct_class = Types::ValidationException
802
+
803
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
804
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
805
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
806
+
807
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
808
+
809
+ VsamAttributes.add_member(:alternate_keys, Shapes::ShapeRef.new(shape: AlternateKeyList, location_name: "alternateKeys"))
810
+ VsamAttributes.add_member(:compressed, Shapes::ShapeRef.new(shape: Boolean, location_name: "compressed"))
811
+ VsamAttributes.add_member(:encoding, Shapes::ShapeRef.new(shape: String, location_name: "encoding"))
812
+ VsamAttributes.add_member(:format, Shapes::ShapeRef.new(shape: String, required: true, location_name: "format"))
813
+ VsamAttributes.add_member(:primary_key, Shapes::ShapeRef.new(shape: PrimaryKey, location_name: "primaryKey"))
814
+ VsamAttributes.struct_class = Types::VsamAttributes
815
+
816
+ VsamDetailAttributes.add_member(:alternate_keys, Shapes::ShapeRef.new(shape: AlternateKeyList, location_name: "alternateKeys"))
817
+ VsamDetailAttributes.add_member(:cache_at_startup, Shapes::ShapeRef.new(shape: Boolean, location_name: "cacheAtStartup", metadata: {"box"=>true}))
818
+ VsamDetailAttributes.add_member(:compressed, Shapes::ShapeRef.new(shape: Boolean, location_name: "compressed", metadata: {"box"=>true}))
819
+ VsamDetailAttributes.add_member(:encoding, Shapes::ShapeRef.new(shape: String20, location_name: "encoding"))
820
+ VsamDetailAttributes.add_member(:primary_key, Shapes::ShapeRef.new(shape: PrimaryKey, location_name: "primaryKey"))
821
+ VsamDetailAttributes.add_member(:record_format, Shapes::ShapeRef.new(shape: String20, location_name: "recordFormat"))
822
+ VsamDetailAttributes.struct_class = Types::VsamDetailAttributes
823
+
824
+
825
+ # @api private
826
+ API = Seahorse::Model::Api.new.tap do |api|
827
+
828
+ api.version = "2021-04-28"
829
+
830
+ api.metadata = {
831
+ "apiVersion" => "2021-04-28",
832
+ "endpointPrefix" => "m2",
833
+ "jsonVersion" => "1.1",
834
+ "protocol" => "rest-json",
835
+ "serviceFullName" => "AWSMainframeModernization",
836
+ "serviceId" => "m2",
837
+ "signatureVersion" => "v4",
838
+ "signingName" => "m2",
839
+ "uid" => "m2-2021-04-28",
840
+ }
841
+
842
+ api.add_operation(:cancel_batch_job_execution, Seahorse::Model::Operation.new.tap do |o|
843
+ o.name = "CancelBatchJobExecution"
844
+ o.http_method = "POST"
845
+ o.http_request_uri = "/applications/{applicationId}/batch-job-executions/{executionId}/cancel"
846
+ o.input = Shapes::ShapeRef.new(shape: CancelBatchJobExecutionRequest)
847
+ o.output = Shapes::ShapeRef.new(shape: CancelBatchJobExecutionResponse)
848
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
849
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
850
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
851
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
852
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
853
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
854
+ end)
855
+
856
+ api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
857
+ o.name = "CreateApplication"
858
+ o.http_method = "POST"
859
+ o.http_request_uri = "/applications"
860
+ o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
861
+ o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
862
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
863
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
864
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
865
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
866
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
867
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
868
+ end)
869
+
870
+ api.add_operation(:create_data_set_import_task, Seahorse::Model::Operation.new.tap do |o|
871
+ o.name = "CreateDataSetImportTask"
872
+ o.http_method = "POST"
873
+ o.http_request_uri = "/applications/{applicationId}/dataset-import-task"
874
+ o.input = Shapes::ShapeRef.new(shape: CreateDataSetImportTaskRequest)
875
+ o.output = Shapes::ShapeRef.new(shape: CreateDataSetImportTaskResponse)
876
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
877
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
878
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
879
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
880
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
881
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
882
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
883
+ end)
884
+
885
+ api.add_operation(:create_deployment, Seahorse::Model::Operation.new.tap do |o|
886
+ o.name = "CreateDeployment"
887
+ o.http_method = "POST"
888
+ o.http_request_uri = "/applications/{applicationId}/deployments"
889
+ o.input = Shapes::ShapeRef.new(shape: CreateDeploymentRequest)
890
+ o.output = Shapes::ShapeRef.new(shape: CreateDeploymentResponse)
891
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
892
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
893
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
894
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
895
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
896
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
897
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
898
+ end)
899
+
900
+ api.add_operation(:create_environment, Seahorse::Model::Operation.new.tap do |o|
901
+ o.name = "CreateEnvironment"
902
+ o.http_method = "POST"
903
+ o.http_request_uri = "/environments"
904
+ o.input = Shapes::ShapeRef.new(shape: CreateEnvironmentRequest)
905
+ o.output = Shapes::ShapeRef.new(shape: CreateEnvironmentResponse)
906
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
908
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
909
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
910
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
911
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
912
+ end)
913
+
914
+ api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
915
+ o.name = "DeleteApplication"
916
+ o.http_method = "DELETE"
917
+ o.http_request_uri = "/applications/{applicationId}"
918
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
919
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResponse)
920
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
921
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
922
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
923
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
924
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
925
+ end)
926
+
927
+ api.add_operation(:delete_application_from_environment, Seahorse::Model::Operation.new.tap do |o|
928
+ o.name = "DeleteApplicationFromEnvironment"
929
+ o.http_method = "DELETE"
930
+ o.http_request_uri = "/applications/{applicationId}/environment/{environmentId}"
931
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationFromEnvironmentRequest)
932
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationFromEnvironmentResponse)
933
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
934
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
935
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
936
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
937
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
938
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
939
+ end)
940
+
941
+ api.add_operation(:delete_environment, Seahorse::Model::Operation.new.tap do |o|
942
+ o.name = "DeleteEnvironment"
943
+ o.http_method = "DELETE"
944
+ o.http_request_uri = "/environments/{environmentId}"
945
+ o.input = Shapes::ShapeRef.new(shape: DeleteEnvironmentRequest)
946
+ o.output = Shapes::ShapeRef.new(shape: DeleteEnvironmentResponse)
947
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
948
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
949
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
950
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
951
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
952
+ end)
953
+
954
+ api.add_operation(:get_application, Seahorse::Model::Operation.new.tap do |o|
955
+ o.name = "GetApplication"
956
+ o.http_method = "GET"
957
+ o.http_request_uri = "/applications/{applicationId}"
958
+ o.input = Shapes::ShapeRef.new(shape: GetApplicationRequest)
959
+ o.output = Shapes::ShapeRef.new(shape: GetApplicationResponse)
960
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
961
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
962
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
963
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
964
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
965
+ end)
966
+
967
+ api.add_operation(:get_application_version, Seahorse::Model::Operation.new.tap do |o|
968
+ o.name = "GetApplicationVersion"
969
+ o.http_method = "GET"
970
+ o.http_request_uri = "/applications/{applicationId}/versions/{applicationVersion}"
971
+ o.input = Shapes::ShapeRef.new(shape: GetApplicationVersionRequest)
972
+ o.output = Shapes::ShapeRef.new(shape: GetApplicationVersionResponse)
973
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
974
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
975
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
976
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
977
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
978
+ end)
979
+
980
+ api.add_operation(:get_batch_job_execution, Seahorse::Model::Operation.new.tap do |o|
981
+ o.name = "GetBatchJobExecution"
982
+ o.http_method = "GET"
983
+ o.http_request_uri = "/applications/{applicationId}/batch-job-executions/{executionId}"
984
+ o.input = Shapes::ShapeRef.new(shape: GetBatchJobExecutionRequest)
985
+ o.output = Shapes::ShapeRef.new(shape: GetBatchJobExecutionResponse)
986
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
987
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
988
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
989
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
990
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
991
+ end)
992
+
993
+ api.add_operation(:get_data_set_details, Seahorse::Model::Operation.new.tap do |o|
994
+ o.name = "GetDataSetDetails"
995
+ o.http_method = "GET"
996
+ o.http_request_uri = "/applications/{applicationId}/datasets/{dataSetName}"
997
+ o.input = Shapes::ShapeRef.new(shape: GetDataSetDetailsRequest)
998
+ o.output = Shapes::ShapeRef.new(shape: GetDataSetDetailsResponse)
999
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1000
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1001
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1002
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1003
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1004
+ end)
1005
+
1006
+ api.add_operation(:get_data_set_import_task, Seahorse::Model::Operation.new.tap do |o|
1007
+ o.name = "GetDataSetImportTask"
1008
+ o.http_method = "GET"
1009
+ o.http_request_uri = "/applications/{applicationId}/dataset-import-tasks/{taskId}"
1010
+ o.input = Shapes::ShapeRef.new(shape: GetDataSetImportTaskRequest)
1011
+ o.output = Shapes::ShapeRef.new(shape: GetDataSetImportTaskResponse)
1012
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1013
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1014
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1015
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1016
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1017
+ end)
1018
+
1019
+ api.add_operation(:get_deployment, Seahorse::Model::Operation.new.tap do |o|
1020
+ o.name = "GetDeployment"
1021
+ o.http_method = "GET"
1022
+ o.http_request_uri = "/applications/{applicationId}/deployments/{deploymentId}"
1023
+ o.input = Shapes::ShapeRef.new(shape: GetDeploymentRequest)
1024
+ o.output = Shapes::ShapeRef.new(shape: GetDeploymentResponse)
1025
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1030
+ end)
1031
+
1032
+ api.add_operation(:get_environment, Seahorse::Model::Operation.new.tap do |o|
1033
+ o.name = "GetEnvironment"
1034
+ o.http_method = "GET"
1035
+ o.http_request_uri = "/environments/{environmentId}"
1036
+ o.input = Shapes::ShapeRef.new(shape: GetEnvironmentRequest)
1037
+ o.output = Shapes::ShapeRef.new(shape: GetEnvironmentResponse)
1038
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1039
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1040
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1041
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1042
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1043
+ end)
1044
+
1045
+ api.add_operation(:list_application_versions, Seahorse::Model::Operation.new.tap do |o|
1046
+ o.name = "ListApplicationVersions"
1047
+ o.http_method = "GET"
1048
+ o.http_request_uri = "/applications/{applicationId}/versions"
1049
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationVersionsRequest)
1050
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationVersionsResponse)
1051
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1052
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1053
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1054
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1055
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1056
+ o[:pager] = Aws::Pager.new(
1057
+ limit_key: "max_results",
1058
+ tokens: {
1059
+ "next_token" => "next_token"
1060
+ }
1061
+ )
1062
+ end)
1063
+
1064
+ api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
1065
+ o.name = "ListApplications"
1066
+ o.http_method = "GET"
1067
+ o.http_request_uri = "/applications"
1068
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationsRequest)
1069
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationsResponse)
1070
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1073
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1074
+ o[:pager] = Aws::Pager.new(
1075
+ limit_key: "max_results",
1076
+ tokens: {
1077
+ "next_token" => "next_token"
1078
+ }
1079
+ )
1080
+ end)
1081
+
1082
+ api.add_operation(:list_batch_job_definitions, Seahorse::Model::Operation.new.tap do |o|
1083
+ o.name = "ListBatchJobDefinitions"
1084
+ o.http_method = "GET"
1085
+ o.http_request_uri = "/applications/{applicationId}/batch-job-definitions"
1086
+ o.input = Shapes::ShapeRef.new(shape: ListBatchJobDefinitionsRequest)
1087
+ o.output = Shapes::ShapeRef.new(shape: ListBatchJobDefinitionsResponse)
1088
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1089
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1092
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1093
+ o[:pager] = Aws::Pager.new(
1094
+ limit_key: "max_results",
1095
+ tokens: {
1096
+ "next_token" => "next_token"
1097
+ }
1098
+ )
1099
+ end)
1100
+
1101
+ api.add_operation(:list_batch_job_executions, Seahorse::Model::Operation.new.tap do |o|
1102
+ o.name = "ListBatchJobExecutions"
1103
+ o.http_method = "GET"
1104
+ o.http_request_uri = "/applications/{applicationId}/batch-job-executions"
1105
+ o.input = Shapes::ShapeRef.new(shape: ListBatchJobExecutionsRequest)
1106
+ o.output = Shapes::ShapeRef.new(shape: ListBatchJobExecutionsResponse)
1107
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1108
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1109
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1112
+ o[:pager] = Aws::Pager.new(
1113
+ limit_key: "max_results",
1114
+ tokens: {
1115
+ "next_token" => "next_token"
1116
+ }
1117
+ )
1118
+ end)
1119
+
1120
+ api.add_operation(:list_data_set_import_history, Seahorse::Model::Operation.new.tap do |o|
1121
+ o.name = "ListDataSetImportHistory"
1122
+ o.http_method = "GET"
1123
+ o.http_request_uri = "/applications/{applicationId}/dataset-import-tasks"
1124
+ o.input = Shapes::ShapeRef.new(shape: ListDataSetImportHistoryRequest)
1125
+ o.output = Shapes::ShapeRef.new(shape: ListDataSetImportHistoryResponse)
1126
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1127
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1129
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1131
+ o[:pager] = Aws::Pager.new(
1132
+ limit_key: "max_results",
1133
+ tokens: {
1134
+ "next_token" => "next_token"
1135
+ }
1136
+ )
1137
+ end)
1138
+
1139
+ api.add_operation(:list_data_sets, Seahorse::Model::Operation.new.tap do |o|
1140
+ o.name = "ListDataSets"
1141
+ o.http_method = "GET"
1142
+ o.http_request_uri = "/applications/{applicationId}/datasets"
1143
+ o.input = Shapes::ShapeRef.new(shape: ListDataSetsRequest)
1144
+ o.output = Shapes::ShapeRef.new(shape: ListDataSetsResponse)
1145
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1146
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1147
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1148
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1149
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1150
+ o[:pager] = Aws::Pager.new(
1151
+ limit_key: "max_results",
1152
+ tokens: {
1153
+ "next_token" => "next_token"
1154
+ }
1155
+ )
1156
+ end)
1157
+
1158
+ api.add_operation(:list_deployments, Seahorse::Model::Operation.new.tap do |o|
1159
+ o.name = "ListDeployments"
1160
+ o.http_method = "GET"
1161
+ o.http_request_uri = "/applications/{applicationId}/deployments"
1162
+ o.input = Shapes::ShapeRef.new(shape: ListDeploymentsRequest)
1163
+ o.output = Shapes::ShapeRef.new(shape: ListDeploymentsResponse)
1164
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1165
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1169
+ o[:pager] = Aws::Pager.new(
1170
+ limit_key: "max_results",
1171
+ tokens: {
1172
+ "next_token" => "next_token"
1173
+ }
1174
+ )
1175
+ end)
1176
+
1177
+ api.add_operation(:list_engine_versions, Seahorse::Model::Operation.new.tap do |o|
1178
+ o.name = "ListEngineVersions"
1179
+ o.http_method = "GET"
1180
+ o.http_request_uri = "/engine-versions"
1181
+ o.input = Shapes::ShapeRef.new(shape: ListEngineVersionsRequest)
1182
+ o.output = Shapes::ShapeRef.new(shape: ListEngineVersionsResponse)
1183
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1184
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1185
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1187
+ o[:pager] = Aws::Pager.new(
1188
+ limit_key: "max_results",
1189
+ tokens: {
1190
+ "next_token" => "next_token"
1191
+ }
1192
+ )
1193
+ end)
1194
+
1195
+ api.add_operation(:list_environments, Seahorse::Model::Operation.new.tap do |o|
1196
+ o.name = "ListEnvironments"
1197
+ o.http_method = "GET"
1198
+ o.http_request_uri = "/environments"
1199
+ o.input = Shapes::ShapeRef.new(shape: ListEnvironmentsRequest)
1200
+ o.output = Shapes::ShapeRef.new(shape: ListEnvironmentsResponse)
1201
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1204
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1205
+ o[:pager] = Aws::Pager.new(
1206
+ limit_key: "max_results",
1207
+ tokens: {
1208
+ "next_token" => "next_token"
1209
+ }
1210
+ )
1211
+ end)
1212
+
1213
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1214
+ o.name = "ListTagsForResource"
1215
+ o.http_method = "GET"
1216
+ o.http_request_uri = "/tags/{resourceArn}"
1217
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1218
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1219
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1220
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1221
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1222
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1223
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1224
+ end)
1225
+
1226
+ api.add_operation(:start_application, Seahorse::Model::Operation.new.tap do |o|
1227
+ o.name = "StartApplication"
1228
+ o.http_method = "POST"
1229
+ o.http_request_uri = "/applications/{applicationId}/start"
1230
+ o.input = Shapes::ShapeRef.new(shape: StartApplicationRequest)
1231
+ o.output = Shapes::ShapeRef.new(shape: StartApplicationResponse)
1232
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1233
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1234
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1235
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1236
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1237
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1238
+ end)
1239
+
1240
+ api.add_operation(:start_batch_job, Seahorse::Model::Operation.new.tap do |o|
1241
+ o.name = "StartBatchJob"
1242
+ o.http_method = "POST"
1243
+ o.http_request_uri = "/applications/{applicationId}/batch-job"
1244
+ o.input = Shapes::ShapeRef.new(shape: StartBatchJobRequest)
1245
+ o.output = Shapes::ShapeRef.new(shape: StartBatchJobResponse)
1246
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1247
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1248
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1249
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1250
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1251
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1252
+ end)
1253
+
1254
+ api.add_operation(:stop_application, Seahorse::Model::Operation.new.tap do |o|
1255
+ o.name = "StopApplication"
1256
+ o.http_method = "POST"
1257
+ o.http_request_uri = "/applications/{applicationId}/stop"
1258
+ o.input = Shapes::ShapeRef.new(shape: StopApplicationRequest)
1259
+ o.output = Shapes::ShapeRef.new(shape: StopApplicationResponse)
1260
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1261
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1262
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1263
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1264
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1265
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1266
+ end)
1267
+
1268
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1269
+ o.name = "TagResource"
1270
+ o.http_method = "POST"
1271
+ o.http_request_uri = "/tags/{resourceArn}"
1272
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1273
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1274
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1275
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1279
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1280
+ end)
1281
+
1282
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1283
+ o.name = "UntagResource"
1284
+ o.http_method = "DELETE"
1285
+ o.http_request_uri = "/tags/{resourceArn}"
1286
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1287
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1288
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1289
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1291
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1292
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1293
+ end)
1294
+
1295
+ api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
1296
+ o.name = "UpdateApplication"
1297
+ o.http_method = "PATCH"
1298
+ o.http_request_uri = "/applications/{applicationId}"
1299
+ o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
1300
+ o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResponse)
1301
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1304
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1305
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1306
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1307
+ end)
1308
+
1309
+ api.add_operation(:update_environment, Seahorse::Model::Operation.new.tap do |o|
1310
+ o.name = "UpdateEnvironment"
1311
+ o.http_method = "PATCH"
1312
+ o.http_request_uri = "/environments/{environmentId}"
1313
+ o.input = Shapes::ShapeRef.new(shape: UpdateEnvironmentRequest)
1314
+ o.output = Shapes::ShapeRef.new(shape: UpdateEnvironmentResponse)
1315
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1316
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1317
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1318
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1319
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1320
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1321
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1322
+ end)
1323
+ end
1324
+
1325
+ end
1326
+ end