aws-sdk-mgn 1.15.0 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,26 @@ module Aws::Mgn
15
15
 
16
16
  ARN = Shapes::StringShape.new(name: 'ARN')
17
17
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ ActionID = Shapes::StringShape.new(name: 'ActionID')
19
+ ActionIDs = Shapes::ListShape.new(name: 'ActionIDs')
20
+ ActionName = Shapes::StringShape.new(name: 'ActionName')
21
+ Application = Shapes::StructureShape.new(name: 'Application')
22
+ ApplicationAggregatedStatus = Shapes::StructureShape.new(name: 'ApplicationAggregatedStatus')
23
+ ApplicationDescription = Shapes::StringShape.new(name: 'ApplicationDescription')
24
+ ApplicationHealthStatus = Shapes::StringShape.new(name: 'ApplicationHealthStatus')
25
+ ApplicationID = Shapes::StringShape.new(name: 'ApplicationID')
26
+ ApplicationIDs = Shapes::ListShape.new(name: 'ApplicationIDs')
27
+ ApplicationIDsFilter = Shapes::ListShape.new(name: 'ApplicationIDsFilter')
28
+ ApplicationName = Shapes::StringShape.new(name: 'ApplicationName')
29
+ ApplicationProgressStatus = Shapes::StringShape.new(name: 'ApplicationProgressStatus')
30
+ ApplicationsList = Shapes::ListShape.new(name: 'ApplicationsList')
31
+ ArchiveApplicationRequest = Shapes::StructureShape.new(name: 'ArchiveApplicationRequest')
32
+ ArchiveWaveRequest = Shapes::StructureShape.new(name: 'ArchiveWaveRequest')
33
+ AssociateApplicationsRequest = Shapes::StructureShape.new(name: 'AssociateApplicationsRequest')
34
+ AssociateApplicationsResponse = Shapes::StructureShape.new(name: 'AssociateApplicationsResponse')
35
+ AssociateSourceServersRequest = Shapes::StructureShape.new(name: 'AssociateSourceServersRequest')
36
+ AssociateSourceServersRequestSourceServerIDs = Shapes::ListShape.new(name: 'AssociateSourceServersRequestSourceServerIDs')
37
+ AssociateSourceServersResponse = Shapes::StructureShape.new(name: 'AssociateSourceServersResponse')
18
38
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
39
  BootMode = Shapes::StringShape.new(name: 'BootMode')
20
40
  BoundedString = Shapes::StringShape.new(name: 'BoundedString')
@@ -26,8 +46,10 @@ module Aws::Mgn
26
46
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
27
47
  ConflictExceptionErrors = Shapes::ListShape.new(name: 'ConflictExceptionErrors')
28
48
  Cpus = Shapes::ListShape.new(name: 'Cpus')
49
+ CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
29
50
  CreateLaunchConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'CreateLaunchConfigurationTemplateRequest')
30
51
  CreateReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'CreateReplicationConfigurationTemplateRequest')
52
+ CreateWaveRequest = Shapes::StructureShape.new(name: 'CreateWaveRequest')
31
53
  DataReplicationError = Shapes::StructureShape.new(name: 'DataReplicationError')
32
54
  DataReplicationErrorString = Shapes::StringShape.new(name: 'DataReplicationErrorString')
33
55
  DataReplicationInfo = Shapes::StructureShape.new(name: 'DataReplicationInfo')
@@ -39,6 +61,8 @@ module Aws::Mgn
39
61
  DataReplicationInitiationStepStatus = Shapes::StringShape.new(name: 'DataReplicationInitiationStepStatus')
40
62
  DataReplicationInitiationSteps = Shapes::ListShape.new(name: 'DataReplicationInitiationSteps')
41
63
  DataReplicationState = Shapes::StringShape.new(name: 'DataReplicationState')
64
+ DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
65
+ DeleteApplicationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationResponse')
42
66
  DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
43
67
  DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
44
68
  DeleteLaunchConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'DeleteLaunchConfigurationTemplateRequest')
@@ -48,6 +72,8 @@ module Aws::Mgn
48
72
  DeleteSourceServerRequest = Shapes::StructureShape.new(name: 'DeleteSourceServerRequest')
49
73
  DeleteSourceServerResponse = Shapes::StructureShape.new(name: 'DeleteSourceServerResponse')
50
74
  DeleteVcenterClientRequest = Shapes::StructureShape.new(name: 'DeleteVcenterClientRequest')
75
+ DeleteWaveRequest = Shapes::StructureShape.new(name: 'DeleteWaveRequest')
76
+ DeleteWaveResponse = Shapes::StructureShape.new(name: 'DeleteWaveResponse')
51
77
  DescribeJobLogItemsRequest = Shapes::StructureShape.new(name: 'DescribeJobLogItemsRequest')
52
78
  DescribeJobLogItemsResponse = Shapes::StructureShape.new(name: 'DescribeJobLogItemsResponse')
53
79
  DescribeJobsRequest = Shapes::StructureShape.new(name: 'DescribeJobsRequest')
@@ -59,16 +85,24 @@ module Aws::Mgn
59
85
  DescribeReplicationConfigurationTemplatesRequest = Shapes::StructureShape.new(name: 'DescribeReplicationConfigurationTemplatesRequest')
60
86
  DescribeReplicationConfigurationTemplatesResponse = Shapes::StructureShape.new(name: 'DescribeReplicationConfigurationTemplatesResponse')
61
87
  DescribeSourceServersRequest = Shapes::StructureShape.new(name: 'DescribeSourceServersRequest')
88
+ DescribeSourceServersRequestApplicationIDs = Shapes::ListShape.new(name: 'DescribeSourceServersRequestApplicationIDs')
62
89
  DescribeSourceServersRequestFilters = Shapes::StructureShape.new(name: 'DescribeSourceServersRequestFilters')
63
90
  DescribeSourceServersRequestFiltersIDs = Shapes::ListShape.new(name: 'DescribeSourceServersRequestFiltersIDs')
64
91
  DescribeSourceServersResponse = Shapes::StructureShape.new(name: 'DescribeSourceServersResponse')
65
92
  DescribeVcenterClientsRequest = Shapes::StructureShape.new(name: 'DescribeVcenterClientsRequest')
66
93
  DescribeVcenterClientsResponse = Shapes::StructureShape.new(name: 'DescribeVcenterClientsResponse')
94
+ DisassociateApplicationsRequest = Shapes::StructureShape.new(name: 'DisassociateApplicationsRequest')
95
+ DisassociateApplicationsResponse = Shapes::StructureShape.new(name: 'DisassociateApplicationsResponse')
96
+ DisassociateSourceServersRequest = Shapes::StructureShape.new(name: 'DisassociateSourceServersRequest')
97
+ DisassociateSourceServersRequestSourceServerIDs = Shapes::ListShape.new(name: 'DisassociateSourceServersRequestSourceServerIDs')
98
+ DisassociateSourceServersResponse = Shapes::StructureShape.new(name: 'DisassociateSourceServersResponse')
67
99
  DisconnectFromServiceRequest = Shapes::StructureShape.new(name: 'DisconnectFromServiceRequest')
68
100
  Disk = Shapes::StructureShape.new(name: 'Disk')
69
101
  Disks = Shapes::ListShape.new(name: 'Disks')
102
+ DocumentVersion = Shapes::StringShape.new(name: 'DocumentVersion')
70
103
  EC2InstanceID = Shapes::StringShape.new(name: 'EC2InstanceID')
71
104
  EC2InstanceType = Shapes::StringShape.new(name: 'EC2InstanceType')
105
+ EC2LaunchConfigurationTemplateID = Shapes::StringShape.new(name: 'EC2LaunchConfigurationTemplateID')
72
106
  ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
73
107
  FinalizeCutoverRequest = Shapes::StructureShape.new(name: 'FinalizeCutoverRequest')
74
108
  FirstBoot = Shapes::StringShape.new(name: 'FirstBoot')
@@ -100,6 +134,7 @@ module Aws::Mgn
100
134
  LaunchConfigurationTemplates = Shapes::ListShape.new(name: 'LaunchConfigurationTemplates')
101
135
  LaunchDisposition = Shapes::StringShape.new(name: 'LaunchDisposition')
102
136
  LaunchStatus = Shapes::StringShape.new(name: 'LaunchStatus')
137
+ LaunchTemplateDiskConf = Shapes::StructureShape.new(name: 'LaunchTemplateDiskConf')
103
138
  LaunchedInstance = Shapes::StructureShape.new(name: 'LaunchedInstance')
104
139
  Licensing = Shapes::StructureShape.new(name: 'Licensing')
105
140
  LifeCycle = Shapes::StructureShape.new(name: 'LifeCycle')
@@ -113,12 +148,25 @@ module Aws::Mgn
113
148
  LifeCycleLastTestReverted = Shapes::StructureShape.new(name: 'LifeCycleLastTestReverted')
114
149
  LifeCycleState = Shapes::StringShape.new(name: 'LifeCycleState')
115
150
  LifeCycleStates = Shapes::ListShape.new(name: 'LifeCycleStates')
151
+ ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
152
+ ListApplicationsRequestFilters = Shapes::StructureShape.new(name: 'ListApplicationsRequestFilters')
153
+ ListApplicationsResponse = Shapes::StructureShape.new(name: 'ListApplicationsResponse')
154
+ ListSourceServerActionsRequest = Shapes::StructureShape.new(name: 'ListSourceServerActionsRequest')
155
+ ListSourceServerActionsResponse = Shapes::StructureShape.new(name: 'ListSourceServerActionsResponse')
116
156
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
117
157
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
158
+ ListTemplateActionsRequest = Shapes::StructureShape.new(name: 'ListTemplateActionsRequest')
159
+ ListTemplateActionsResponse = Shapes::StructureShape.new(name: 'ListTemplateActionsResponse')
160
+ ListWavesRequest = Shapes::StructureShape.new(name: 'ListWavesRequest')
161
+ ListWavesRequestFilters = Shapes::StructureShape.new(name: 'ListWavesRequestFilters')
162
+ ListWavesResponse = Shapes::StructureShape.new(name: 'ListWavesResponse')
118
163
  MarkAsArchivedRequest = Shapes::StructureShape.new(name: 'MarkAsArchivedRequest')
164
+ MaxResultsType = Shapes::IntegerShape.new(name: 'MaxResultsType')
119
165
  NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
120
166
  NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
121
167
  OS = Shapes::StructureShape.new(name: 'OS')
168
+ OperatingSystemString = Shapes::StringShape.new(name: 'OperatingSystemString')
169
+ OrderType = Shapes::IntegerShape.new(name: 'OrderType')
122
170
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
123
171
  ParticipatingServer = Shapes::StructureShape.new(name: 'ParticipatingServer')
124
172
  ParticipatingServers = Shapes::ListShape.new(name: 'ParticipatingServers')
@@ -128,6 +176,12 @@ module Aws::Mgn
128
176
  PostLaunchActionsDeploymentType = Shapes::StringShape.new(name: 'PostLaunchActionsDeploymentType')
129
177
  PostLaunchActionsLaunchStatusList = Shapes::ListShape.new(name: 'PostLaunchActionsLaunchStatusList')
130
178
  PostLaunchActionsStatus = Shapes::StructureShape.new(name: 'PostLaunchActionsStatus')
179
+ PutSourceServerActionRequest = Shapes::StructureShape.new(name: 'PutSourceServerActionRequest')
180
+ PutTemplateActionRequest = Shapes::StructureShape.new(name: 'PutTemplateActionRequest')
181
+ RemoveSourceServerActionRequest = Shapes::StructureShape.new(name: 'RemoveSourceServerActionRequest')
182
+ RemoveSourceServerActionResponse = Shapes::StructureShape.new(name: 'RemoveSourceServerActionResponse')
183
+ RemoveTemplateActionRequest = Shapes::StructureShape.new(name: 'RemoveTemplateActionRequest')
184
+ RemoveTemplateActionResponse = Shapes::StructureShape.new(name: 'RemoveTemplateActionResponse')
131
185
  ReplicationConfiguration = Shapes::StructureShape.new(name: 'ReplicationConfiguration')
132
186
  ReplicationConfigurationDataPlaneRouting = Shapes::StringShape.new(name: 'ReplicationConfigurationDataPlaneRouting')
133
187
  ReplicationConfigurationDefaultLargeStagingDiskType = Shapes::StringShape.new(name: 'ReplicationConfigurationDefaultLargeStagingDiskType')
@@ -150,6 +204,9 @@ module Aws::Mgn
150
204
  SmallBoundedString = Shapes::StringShape.new(name: 'SmallBoundedString')
151
205
  SourceProperties = Shapes::StructureShape.new(name: 'SourceProperties')
152
206
  SourceServer = Shapes::StructureShape.new(name: 'SourceServer')
207
+ SourceServerActionDocument = Shapes::StructureShape.new(name: 'SourceServerActionDocument')
208
+ SourceServerActionDocuments = Shapes::ListShape.new(name: 'SourceServerActionDocuments')
209
+ SourceServerActionsRequestFilters = Shapes::StructureShape.new(name: 'SourceServerActionsRequestFilters')
153
210
  SourceServerID = Shapes::StringShape.new(name: 'SourceServerID')
154
211
  SourceServersList = Shapes::ListShape.new(name: 'SourceServersList')
155
212
  SsmDocument = Shapes::StructureShape.new(name: 'SsmDocument')
@@ -177,17 +234,24 @@ module Aws::Mgn
177
234
  TagValue = Shapes::StringShape.new(name: 'TagValue')
178
235
  TagsMap = Shapes::MapShape.new(name: 'TagsMap')
179
236
  TargetInstanceTypeRightSizingMethod = Shapes::StringShape.new(name: 'TargetInstanceTypeRightSizingMethod')
237
+ TemplateActionDocument = Shapes::StructureShape.new(name: 'TemplateActionDocument')
238
+ TemplateActionDocuments = Shapes::ListShape.new(name: 'TemplateActionDocuments')
239
+ TemplateActionsRequestFilters = Shapes::StructureShape.new(name: 'TemplateActionsRequestFilters')
180
240
  TerminateTargetInstancesRequest = Shapes::StructureShape.new(name: 'TerminateTargetInstancesRequest')
181
241
  TerminateTargetInstancesRequestSourceServerIDs = Shapes::ListShape.new(name: 'TerminateTargetInstancesRequestSourceServerIDs')
182
242
  TerminateTargetInstancesResponse = Shapes::StructureShape.new(name: 'TerminateTargetInstancesResponse')
183
243
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
244
+ UnarchiveApplicationRequest = Shapes::StructureShape.new(name: 'UnarchiveApplicationRequest')
245
+ UnarchiveWaveRequest = Shapes::StructureShape.new(name: 'UnarchiveWaveRequest')
184
246
  UninitializedAccountException = Shapes::StructureShape.new(name: 'UninitializedAccountException')
185
247
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
248
+ UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
186
249
  UpdateLaunchConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateLaunchConfigurationRequest')
187
250
  UpdateLaunchConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'UpdateLaunchConfigurationTemplateRequest')
188
251
  UpdateReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateReplicationConfigurationRequest')
189
252
  UpdateReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'UpdateReplicationConfigurationTemplateRequest')
190
253
  UpdateSourceServerReplicationTypeRequest = Shapes::StructureShape.new(name: 'UpdateSourceServerReplicationTypeRequest')
254
+ UpdateWaveRequest = Shapes::StructureShape.new(name: 'UpdateWaveRequest')
191
255
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
192
256
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
193
257
  ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
@@ -195,11 +259,67 @@ module Aws::Mgn
195
259
  VcenterClient = Shapes::StructureShape.new(name: 'VcenterClient')
196
260
  VcenterClientID = Shapes::StringShape.new(name: 'VcenterClientID')
197
261
  VcenterClientList = Shapes::ListShape.new(name: 'VcenterClientList')
262
+ VolumeType = Shapes::StringShape.new(name: 'VolumeType')
263
+ Wave = Shapes::StructureShape.new(name: 'Wave')
264
+ WaveAggregatedStatus = Shapes::StructureShape.new(name: 'WaveAggregatedStatus')
265
+ WaveDescription = Shapes::StringShape.new(name: 'WaveDescription')
266
+ WaveHealthStatus = Shapes::StringShape.new(name: 'WaveHealthStatus')
267
+ WaveID = Shapes::StringShape.new(name: 'WaveID')
268
+ WaveIDsFilter = Shapes::ListShape.new(name: 'WaveIDsFilter')
269
+ WaveName = Shapes::StringShape.new(name: 'WaveName')
270
+ WaveProgressStatus = Shapes::StringShape.new(name: 'WaveProgressStatus')
271
+ WavesList = Shapes::ListShape.new(name: 'WavesList')
198
272
 
199
273
  AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
200
274
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
201
275
  AccessDeniedException.struct_class = Types::AccessDeniedException
202
276
 
277
+ ActionIDs.member = Shapes::ShapeRef.new(shape: ActionID)
278
+
279
+ Application.add_member(:application_aggregated_status, Shapes::ShapeRef.new(shape: ApplicationAggregatedStatus, location_name: "applicationAggregatedStatus"))
280
+ Application.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, location_name: "applicationID"))
281
+ Application.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
282
+ Application.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
283
+ Application.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
284
+ Application.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
285
+ Application.add_member(:last_modified_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastModifiedDateTime"))
286
+ Application.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
287
+ Application.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
288
+ Application.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, location_name: "waveID"))
289
+ Application.struct_class = Types::Application
290
+
291
+ ApplicationAggregatedStatus.add_member(:health_status, Shapes::ShapeRef.new(shape: ApplicationHealthStatus, location_name: "healthStatus"))
292
+ ApplicationAggregatedStatus.add_member(:last_update_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastUpdateDateTime"))
293
+ ApplicationAggregatedStatus.add_member(:progress_status, Shapes::ShapeRef.new(shape: ApplicationProgressStatus, location_name: "progressStatus"))
294
+ ApplicationAggregatedStatus.add_member(:total_source_servers, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalSourceServers"))
295
+ ApplicationAggregatedStatus.struct_class = Types::ApplicationAggregatedStatus
296
+
297
+ ApplicationIDs.member = Shapes::ShapeRef.new(shape: ApplicationID)
298
+
299
+ ApplicationIDsFilter.member = Shapes::ShapeRef.new(shape: ApplicationID)
300
+
301
+ ApplicationsList.member = Shapes::ShapeRef.new(shape: Application)
302
+
303
+ ArchiveApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
304
+ ArchiveApplicationRequest.struct_class = Types::ArchiveApplicationRequest
305
+
306
+ ArchiveWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
307
+ ArchiveWaveRequest.struct_class = Types::ArchiveWaveRequest
308
+
309
+ AssociateApplicationsRequest.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDs, required: true, location_name: "applicationIDs"))
310
+ AssociateApplicationsRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
311
+ AssociateApplicationsRequest.struct_class = Types::AssociateApplicationsRequest
312
+
313
+ AssociateApplicationsResponse.struct_class = Types::AssociateApplicationsResponse
314
+
315
+ AssociateSourceServersRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
316
+ AssociateSourceServersRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: AssociateSourceServersRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
317
+ AssociateSourceServersRequest.struct_class = Types::AssociateSourceServersRequest
318
+
319
+ AssociateSourceServersRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
320
+
321
+ AssociateSourceServersResponse.struct_class = Types::AssociateSourceServersResponse
322
+
203
323
  CPU.add_member(:cores, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "cores"))
204
324
  CPU.add_member(:model_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "modelName"))
205
325
  CPU.struct_class = Types::CPU
@@ -222,8 +342,25 @@ module Aws::Mgn
222
342
 
223
343
  Cpus.member = Shapes::ShapeRef.new(shape: CPU)
224
344
 
345
+ CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
346
+ CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "name"))
347
+ CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
348
+ CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
349
+
350
+ CreateLaunchConfigurationTemplateRequest.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
351
+ CreateLaunchConfigurationTemplateRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
352
+ CreateLaunchConfigurationTemplateRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
353
+ CreateLaunchConfigurationTemplateRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
354
+ CreateLaunchConfigurationTemplateRequest.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
355
+ CreateLaunchConfigurationTemplateRequest.add_member(:large_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "largeVolumeConf"))
356
+ CreateLaunchConfigurationTemplateRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
357
+ CreateLaunchConfigurationTemplateRequest.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
358
+ CreateLaunchConfigurationTemplateRequest.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
225
359
  CreateLaunchConfigurationTemplateRequest.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
360
+ CreateLaunchConfigurationTemplateRequest.add_member(:small_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "smallVolumeConf"))
361
+ CreateLaunchConfigurationTemplateRequest.add_member(:small_volume_max_size, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "smallVolumeMaxSize"))
226
362
  CreateLaunchConfigurationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
363
+ CreateLaunchConfigurationTemplateRequest.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
227
364
  CreateLaunchConfigurationTemplateRequest.struct_class = Types::CreateLaunchConfigurationTemplateRequest
228
365
 
229
366
  CreateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "associateDefaultSecurityGroup"))
@@ -241,6 +378,11 @@ module Aws::Mgn
241
378
  CreateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "useDedicatedReplicationServer"))
242
379
  CreateReplicationConfigurationTemplateRequest.struct_class = Types::CreateReplicationConfigurationTemplateRequest
243
380
 
381
+ CreateWaveRequest.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
382
+ CreateWaveRequest.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, required: true, location_name: "name"))
383
+ CreateWaveRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
384
+ CreateWaveRequest.struct_class = Types::CreateWaveRequest
385
+
244
386
  DataReplicationError.add_member(:error, Shapes::ShapeRef.new(shape: DataReplicationErrorString, location_name: "error"))
245
387
  DataReplicationError.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
246
388
  DataReplicationError.struct_class = Types::DataReplicationError
@@ -274,6 +416,11 @@ module Aws::Mgn
274
416
 
275
417
  DataReplicationInitiationSteps.member = Shapes::ShapeRef.new(shape: DataReplicationInitiationStep)
276
418
 
419
+ DeleteApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
420
+ DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
421
+
422
+ DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
423
+
277
424
  DeleteJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
278
425
  DeleteJobRequest.struct_class = Types::DeleteJobRequest
279
426
 
@@ -297,8 +444,13 @@ module Aws::Mgn
297
444
  DeleteVcenterClientRequest.add_member(:vcenter_client_id, Shapes::ShapeRef.new(shape: VcenterClientID, required: true, location_name: "vcenterClientID"))
298
445
  DeleteVcenterClientRequest.struct_class = Types::DeleteVcenterClientRequest
299
446
 
447
+ DeleteWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
448
+ DeleteWaveRequest.struct_class = Types::DeleteWaveRequest
449
+
450
+ DeleteWaveResponse.struct_class = Types::DeleteWaveResponse
451
+
300
452
  DescribeJobLogItemsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
301
- DescribeJobLogItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
453
+ DescribeJobLogItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
302
454
  DescribeJobLogItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
303
455
  DescribeJobLogItemsRequest.struct_class = Types::DescribeJobLogItemsRequest
304
456
 
@@ -307,7 +459,7 @@ module Aws::Mgn
307
459
  DescribeJobLogItemsResponse.struct_class = Types::DescribeJobLogItemsResponse
308
460
 
309
461
  DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, location_name: "filters"))
310
- DescribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
462
+ DescribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
311
463
  DescribeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
312
464
  DescribeJobsRequest.struct_class = Types::DescribeJobsRequest
313
465
 
@@ -323,7 +475,7 @@ module Aws::Mgn
323
475
  DescribeJobsResponse.struct_class = Types::DescribeJobsResponse
324
476
 
325
477
  DescribeLaunchConfigurationTemplatesRequest.add_member(:launch_configuration_template_i_ds, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateIDs, location_name: "launchConfigurationTemplateIDs"))
326
- DescribeLaunchConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
478
+ DescribeLaunchConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
327
479
  DescribeLaunchConfigurationTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
328
480
  DescribeLaunchConfigurationTemplatesRequest.struct_class = Types::DescribeLaunchConfigurationTemplatesRequest
329
481
 
@@ -331,7 +483,7 @@ module Aws::Mgn
331
483
  DescribeLaunchConfigurationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
332
484
  DescribeLaunchConfigurationTemplatesResponse.struct_class = Types::DescribeLaunchConfigurationTemplatesResponse
333
485
 
334
- DescribeReplicationConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
486
+ DescribeReplicationConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
335
487
  DescribeReplicationConfigurationTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
336
488
  DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, location_name: "replicationConfigurationTemplateIDs"))
337
489
  DescribeReplicationConfigurationTemplatesRequest.struct_class = Types::DescribeReplicationConfigurationTemplatesRequest
@@ -341,10 +493,13 @@ module Aws::Mgn
341
493
  DescribeReplicationConfigurationTemplatesResponse.struct_class = Types::DescribeReplicationConfigurationTemplatesResponse
342
494
 
343
495
  DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, location_name: "filters"))
344
- DescribeSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
496
+ DescribeSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
345
497
  DescribeSourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
346
498
  DescribeSourceServersRequest.struct_class = Types::DescribeSourceServersRequest
347
499
 
500
+ DescribeSourceServersRequestApplicationIDs.member = Shapes::ShapeRef.new(shape: ApplicationID)
501
+
502
+ DescribeSourceServersRequestFilters.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestApplicationIDs, location_name: "applicationIDs"))
348
503
  DescribeSourceServersRequestFilters.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
349
504
  DescribeSourceServersRequestFilters.add_member(:life_cycle_states, Shapes::ShapeRef.new(shape: LifeCycleStates, location_name: "lifeCycleStates"))
350
505
  DescribeSourceServersRequestFilters.add_member(:replication_types, Shapes::ShapeRef.new(shape: ReplicationTypes, location_name: "replicationTypes"))
@@ -357,7 +512,7 @@ module Aws::Mgn
357
512
  DescribeSourceServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
358
513
  DescribeSourceServersResponse.struct_class = Types::DescribeSourceServersResponse
359
514
 
360
- DescribeVcenterClientsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location: "querystring", location_name: "maxResults"))
515
+ DescribeVcenterClientsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location: "querystring", location_name: "maxResults"))
361
516
  DescribeVcenterClientsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
362
517
  DescribeVcenterClientsRequest.struct_class = Types::DescribeVcenterClientsRequest
363
518
 
@@ -365,6 +520,20 @@ module Aws::Mgn
365
520
  DescribeVcenterClientsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
366
521
  DescribeVcenterClientsResponse.struct_class = Types::DescribeVcenterClientsResponse
367
522
 
523
+ DisassociateApplicationsRequest.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDs, required: true, location_name: "applicationIDs"))
524
+ DisassociateApplicationsRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
525
+ DisassociateApplicationsRequest.struct_class = Types::DisassociateApplicationsRequest
526
+
527
+ DisassociateApplicationsResponse.struct_class = Types::DisassociateApplicationsResponse
528
+
529
+ DisassociateSourceServersRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
530
+ DisassociateSourceServersRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: DisassociateSourceServersRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
531
+ DisassociateSourceServersRequest.struct_class = Types::DisassociateSourceServersRequest
532
+
533
+ DisassociateSourceServersRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
534
+
535
+ DisassociateSourceServersResponse.struct_class = Types::DisassociateSourceServersResponse
536
+
368
537
  DisconnectFromServiceRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
369
538
  DisconnectFromServiceRequest.struct_class = Types::DisconnectFromServiceRequest
370
539
 
@@ -443,8 +612,10 @@ module Aws::Mgn
443
612
  LaunchConfiguration.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
444
613
  LaunchConfiguration.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
445
614
  LaunchConfiguration.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "ec2LaunchTemplateID"))
615
+ LaunchConfiguration.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
446
616
  LaunchConfiguration.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
447
617
  LaunchConfiguration.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
618
+ LaunchConfiguration.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
448
619
  LaunchConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
449
620
  LaunchConfiguration.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
450
621
  LaunchConfiguration.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
@@ -452,15 +623,33 @@ module Aws::Mgn
452
623
  LaunchConfiguration.struct_class = Types::LaunchConfiguration
453
624
 
454
625
  LaunchConfigurationTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
626
+ LaunchConfigurationTemplate.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
627
+ LaunchConfigurationTemplate.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
628
+ LaunchConfigurationTemplate.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
629
+ LaunchConfigurationTemplate.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
630
+ LaunchConfigurationTemplate.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: EC2LaunchConfigurationTemplateID, location_name: "ec2LaunchTemplateID"))
631
+ LaunchConfigurationTemplate.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
632
+ LaunchConfigurationTemplate.add_member(:large_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "largeVolumeConf"))
455
633
  LaunchConfigurationTemplate.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
634
+ LaunchConfigurationTemplate.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
635
+ LaunchConfigurationTemplate.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
636
+ LaunchConfigurationTemplate.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
456
637
  LaunchConfigurationTemplate.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
638
+ LaunchConfigurationTemplate.add_member(:small_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "smallVolumeConf"))
639
+ LaunchConfigurationTemplate.add_member(:small_volume_max_size, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "smallVolumeMaxSize"))
457
640
  LaunchConfigurationTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
641
+ LaunchConfigurationTemplate.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
458
642
  LaunchConfigurationTemplate.struct_class = Types::LaunchConfigurationTemplate
459
643
 
460
644
  LaunchConfigurationTemplateIDs.member = Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID)
461
645
 
462
646
  LaunchConfigurationTemplates.member = Shapes::ShapeRef.new(shape: LaunchConfigurationTemplate)
463
647
 
648
+ LaunchTemplateDiskConf.add_member(:iops, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "iops"))
649
+ LaunchTemplateDiskConf.add_member(:throughput, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "throughput"))
650
+ LaunchTemplateDiskConf.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
651
+ LaunchTemplateDiskConf.struct_class = Types::LaunchTemplateDiskConf
652
+
464
653
  LaunchedInstance.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "ec2InstanceID"))
465
654
  LaunchedInstance.add_member(:first_boot, Shapes::ShapeRef.new(shape: FirstBoot, location_name: "firstBoot"))
466
655
  LaunchedInstance.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, location_name: "jobID"))
@@ -510,12 +699,59 @@ module Aws::Mgn
510
699
 
511
700
  LifeCycleStates.member = Shapes::ShapeRef.new(shape: LifeCycleState)
512
701
 
702
+ ListApplicationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListApplicationsRequestFilters, location_name: "filters"))
703
+ ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
704
+ ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
705
+ ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
706
+
707
+ ListApplicationsRequestFilters.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDsFilter, location_name: "applicationIDs"))
708
+ ListApplicationsRequestFilters.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
709
+ ListApplicationsRequestFilters.add_member(:wave_i_ds, Shapes::ShapeRef.new(shape: WaveIDsFilter, location_name: "waveIDs"))
710
+ ListApplicationsRequestFilters.struct_class = Types::ListApplicationsRequestFilters
711
+
712
+ ListApplicationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ApplicationsList, location_name: "items"))
713
+ ListApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
714
+ ListApplicationsResponse.struct_class = Types::ListApplicationsResponse
715
+
716
+ ListSourceServerActionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SourceServerActionsRequestFilters, location_name: "filters"))
717
+ ListSourceServerActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
718
+ ListSourceServerActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
719
+ ListSourceServerActionsRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
720
+ ListSourceServerActionsRequest.struct_class = Types::ListSourceServerActionsRequest
721
+
722
+ ListSourceServerActionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: SourceServerActionDocuments, location_name: "items"))
723
+ ListSourceServerActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
724
+ ListSourceServerActionsResponse.struct_class = Types::ListSourceServerActionsResponse
725
+
513
726
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
514
727
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
515
728
 
516
729
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
517
730
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
518
731
 
732
+ ListTemplateActionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: TemplateActionsRequestFilters, location_name: "filters"))
733
+ ListTemplateActionsRequest.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
734
+ ListTemplateActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
735
+ ListTemplateActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
736
+ ListTemplateActionsRequest.struct_class = Types::ListTemplateActionsRequest
737
+
738
+ ListTemplateActionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: TemplateActionDocuments, location_name: "items"))
739
+ ListTemplateActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
740
+ ListTemplateActionsResponse.struct_class = Types::ListTemplateActionsResponse
741
+
742
+ ListWavesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListWavesRequestFilters, location_name: "filters"))
743
+ ListWavesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
744
+ ListWavesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
745
+ ListWavesRequest.struct_class = Types::ListWavesRequest
746
+
747
+ ListWavesRequestFilters.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
748
+ ListWavesRequestFilters.add_member(:wave_i_ds, Shapes::ShapeRef.new(shape: WaveIDsFilter, location_name: "waveIDs"))
749
+ ListWavesRequestFilters.struct_class = Types::ListWavesRequestFilters
750
+
751
+ ListWavesResponse.add_member(:items, Shapes::ShapeRef.new(shape: WavesList, location_name: "items"))
752
+ ListWavesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
753
+ ListWavesResponse.struct_class = Types::ListWavesResponse
754
+
519
755
  MarkAsArchivedRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
520
756
  MarkAsArchivedRequest.struct_class = Types::MarkAsArchivedRequest
521
757
 
@@ -550,6 +786,43 @@ module Aws::Mgn
550
786
  PostLaunchActionsStatus.add_member(:ssm_agent_discovery_datetime, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "ssmAgentDiscoveryDatetime"))
551
787
  PostLaunchActionsStatus.struct_class = Types::PostLaunchActionsStatus
552
788
 
789
+ PutSourceServerActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
790
+ PutSourceServerActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ActionName, required: true, location_name: "actionName"))
791
+ PutSourceServerActionRequest.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
792
+ PutSourceServerActionRequest.add_member(:document_identifier, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "documentIdentifier"))
793
+ PutSourceServerActionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "documentVersion"))
794
+ PutSourceServerActionRequest.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
795
+ PutSourceServerActionRequest.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, required: true, location_name: "order"))
796
+ PutSourceServerActionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
797
+ PutSourceServerActionRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
798
+ PutSourceServerActionRequest.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
799
+ PutSourceServerActionRequest.struct_class = Types::PutSourceServerActionRequest
800
+
801
+ PutTemplateActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
802
+ PutTemplateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "actionName"))
803
+ PutTemplateActionRequest.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
804
+ PutTemplateActionRequest.add_member(:document_identifier, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "documentIdentifier"))
805
+ PutTemplateActionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "documentVersion"))
806
+ PutTemplateActionRequest.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
807
+ PutTemplateActionRequest.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
808
+ PutTemplateActionRequest.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystemString, location_name: "operatingSystem"))
809
+ PutTemplateActionRequest.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, required: true, location_name: "order"))
810
+ PutTemplateActionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
811
+ PutTemplateActionRequest.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
812
+ PutTemplateActionRequest.struct_class = Types::PutTemplateActionRequest
813
+
814
+ RemoveSourceServerActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
815
+ RemoveSourceServerActionRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
816
+ RemoveSourceServerActionRequest.struct_class = Types::RemoveSourceServerActionRequest
817
+
818
+ RemoveSourceServerActionResponse.struct_class = Types::RemoveSourceServerActionResponse
819
+
820
+ RemoveTemplateActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
821
+ RemoveTemplateActionRequest.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
822
+ RemoveTemplateActionRequest.struct_class = Types::RemoveTemplateActionRequest
823
+
824
+ RemoveTemplateActionResponse.struct_class = Types::RemoveTemplateActionResponse
825
+
553
826
  ReplicationConfiguration.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
554
827
  ReplicationConfiguration.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
555
828
  ReplicationConfiguration.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
@@ -629,6 +902,7 @@ module Aws::Mgn
629
902
  SourceProperties.add_member(:recommended_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "recommendedInstanceType"))
630
903
  SourceProperties.struct_class = Types::SourceProperties
631
904
 
905
+ SourceServer.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, location_name: "applicationID"))
632
906
  SourceServer.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
633
907
  SourceServer.add_member(:data_replication_info, Shapes::ShapeRef.new(shape: DataReplicationInfo, location_name: "dataReplicationInfo"))
634
908
  SourceServer.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
@@ -641,6 +915,22 @@ module Aws::Mgn
641
915
  SourceServer.add_member(:vcenter_client_id, Shapes::ShapeRef.new(shape: VcenterClientID, location_name: "vcenterClientID"))
642
916
  SourceServer.struct_class = Types::SourceServer
643
917
 
918
+ SourceServerActionDocument.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, location_name: "actionID"))
919
+ SourceServerActionDocument.add_member(:action_name, Shapes::ShapeRef.new(shape: ActionName, location_name: "actionName"))
920
+ SourceServerActionDocument.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
921
+ SourceServerActionDocument.add_member(:document_identifier, Shapes::ShapeRef.new(shape: BoundedString, location_name: "documentIdentifier"))
922
+ SourceServerActionDocument.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "documentVersion"))
923
+ SourceServerActionDocument.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
924
+ SourceServerActionDocument.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, location_name: "order"))
925
+ SourceServerActionDocument.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
926
+ SourceServerActionDocument.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
927
+ SourceServerActionDocument.struct_class = Types::SourceServerActionDocument
928
+
929
+ SourceServerActionDocuments.member = Shapes::ShapeRef.new(shape: SourceServerActionDocument)
930
+
931
+ SourceServerActionsRequestFilters.add_member(:action_i_ds, Shapes::ShapeRef.new(shape: ActionIDs, location_name: "actionIDs"))
932
+ SourceServerActionsRequestFilters.struct_class = Types::SourceServerActionsRequestFilters
933
+
644
934
  SourceServersList.member = Shapes::ShapeRef.new(shape: SourceServer)
645
935
 
646
936
  SsmDocument.add_member(:action_name, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "actionName"))
@@ -691,6 +981,23 @@ module Aws::Mgn
691
981
  TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
692
982
  TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
693
983
 
984
+ TemplateActionDocument.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, location_name: "actionID"))
985
+ TemplateActionDocument.add_member(:action_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "actionName"))
986
+ TemplateActionDocument.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
987
+ TemplateActionDocument.add_member(:document_identifier, Shapes::ShapeRef.new(shape: BoundedString, location_name: "documentIdentifier"))
988
+ TemplateActionDocument.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "documentVersion"))
989
+ TemplateActionDocument.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
990
+ TemplateActionDocument.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystemString, location_name: "operatingSystem"))
991
+ TemplateActionDocument.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, location_name: "order"))
992
+ TemplateActionDocument.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
993
+ TemplateActionDocument.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
994
+ TemplateActionDocument.struct_class = Types::TemplateActionDocument
995
+
996
+ TemplateActionDocuments.member = Shapes::ShapeRef.new(shape: TemplateActionDocument)
997
+
998
+ TemplateActionsRequestFilters.add_member(:action_i_ds, Shapes::ShapeRef.new(shape: ActionIDs, location_name: "actionIDs"))
999
+ TemplateActionsRequestFilters.struct_class = Types::TemplateActionsRequestFilters
1000
+
694
1001
  TerminateTargetInstancesRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: TerminateTargetInstancesRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
695
1002
  TerminateTargetInstancesRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
696
1003
  TerminateTargetInstancesRequest.struct_class = Types::TerminateTargetInstancesRequest
@@ -706,6 +1013,12 @@ module Aws::Mgn
706
1013
  ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
707
1014
  ThrottlingException.struct_class = Types::ThrottlingException
708
1015
 
1016
+ UnarchiveApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
1017
+ UnarchiveApplicationRequest.struct_class = Types::UnarchiveApplicationRequest
1018
+
1019
+ UnarchiveWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
1020
+ UnarchiveWaveRequest.struct_class = Types::UnarchiveWaveRequest
1021
+
709
1022
  UninitializedAccountException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
710
1023
  UninitializedAccountException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
711
1024
  UninitializedAccountException.struct_class = Types::UninitializedAccountException
@@ -714,19 +1027,38 @@ module Aws::Mgn
714
1027
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
715
1028
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
716
1029
 
1030
+ UpdateApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
1031
+ UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
1032
+ UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
1033
+ UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
1034
+
717
1035
  UpdateLaunchConfigurationRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
718
1036
  UpdateLaunchConfigurationRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
719
1037
  UpdateLaunchConfigurationRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
1038
+ UpdateLaunchConfigurationRequest.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
720
1039
  UpdateLaunchConfigurationRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
721
1040
  UpdateLaunchConfigurationRequest.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
1041
+ UpdateLaunchConfigurationRequest.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
722
1042
  UpdateLaunchConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
723
1043
  UpdateLaunchConfigurationRequest.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
724
1044
  UpdateLaunchConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
725
1045
  UpdateLaunchConfigurationRequest.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
726
1046
  UpdateLaunchConfigurationRequest.struct_class = Types::UpdateLaunchConfigurationRequest
727
1047
 
1048
+ UpdateLaunchConfigurationTemplateRequest.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
1049
+ UpdateLaunchConfigurationTemplateRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
1050
+ UpdateLaunchConfigurationTemplateRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
1051
+ UpdateLaunchConfigurationTemplateRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
1052
+ UpdateLaunchConfigurationTemplateRequest.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
1053
+ UpdateLaunchConfigurationTemplateRequest.add_member(:large_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "largeVolumeConf"))
728
1054
  UpdateLaunchConfigurationTemplateRequest.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
1055
+ UpdateLaunchConfigurationTemplateRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
1056
+ UpdateLaunchConfigurationTemplateRequest.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
1057
+ UpdateLaunchConfigurationTemplateRequest.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
729
1058
  UpdateLaunchConfigurationTemplateRequest.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
1059
+ UpdateLaunchConfigurationTemplateRequest.add_member(:small_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "smallVolumeConf"))
1060
+ UpdateLaunchConfigurationTemplateRequest.add_member(:small_volume_max_size, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "smallVolumeMaxSize"))
1061
+ UpdateLaunchConfigurationTemplateRequest.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
730
1062
  UpdateLaunchConfigurationTemplateRequest.struct_class = Types::UpdateLaunchConfigurationTemplateRequest
731
1063
 
732
1064
  UpdateReplicationConfigurationRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
@@ -766,6 +1098,11 @@ module Aws::Mgn
766
1098
  UpdateSourceServerReplicationTypeRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
767
1099
  UpdateSourceServerReplicationTypeRequest.struct_class = Types::UpdateSourceServerReplicationTypeRequest
768
1100
 
1101
+ UpdateWaveRequest.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
1102
+ UpdateWaveRequest.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, location_name: "name"))
1103
+ UpdateWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
1104
+ UpdateWaveRequest.struct_class = Types::UpdateWaveRequest
1105
+
769
1106
  ValidationException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
770
1107
  ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
771
1108
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
@@ -790,6 +1127,28 @@ module Aws::Mgn
790
1127
 
791
1128
  VcenterClientList.member = Shapes::ShapeRef.new(shape: VcenterClient)
792
1129
 
1130
+ Wave.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
1131
+ Wave.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
1132
+ Wave.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
1133
+ Wave.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
1134
+ Wave.add_member(:last_modified_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastModifiedDateTime"))
1135
+ Wave.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, location_name: "name"))
1136
+ Wave.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
1137
+ Wave.add_member(:wave_aggregated_status, Shapes::ShapeRef.new(shape: WaveAggregatedStatus, location_name: "waveAggregatedStatus"))
1138
+ Wave.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, location_name: "waveID"))
1139
+ Wave.struct_class = Types::Wave
1140
+
1141
+ WaveAggregatedStatus.add_member(:health_status, Shapes::ShapeRef.new(shape: WaveHealthStatus, location_name: "healthStatus"))
1142
+ WaveAggregatedStatus.add_member(:last_update_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastUpdateDateTime"))
1143
+ WaveAggregatedStatus.add_member(:progress_status, Shapes::ShapeRef.new(shape: WaveProgressStatus, location_name: "progressStatus"))
1144
+ WaveAggregatedStatus.add_member(:replication_started_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "replicationStartedDateTime"))
1145
+ WaveAggregatedStatus.add_member(:total_applications, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalApplications"))
1146
+ WaveAggregatedStatus.struct_class = Types::WaveAggregatedStatus
1147
+
1148
+ WaveIDsFilter.member = Shapes::ShapeRef.new(shape: WaveID)
1149
+
1150
+ WavesList.member = Shapes::ShapeRef.new(shape: Wave)
1151
+
793
1152
 
794
1153
  # @api private
795
1154
  API = Seahorse::Model::Api.new.tap do |api|
@@ -809,6 +1168,54 @@ module Aws::Mgn
809
1168
  "uid" => "mgn-2020-02-26",
810
1169
  }
811
1170
 
1171
+ api.add_operation(:archive_application, Seahorse::Model::Operation.new.tap do |o|
1172
+ o.name = "ArchiveApplication"
1173
+ o.http_method = "POST"
1174
+ o.http_request_uri = "/ArchiveApplication"
1175
+ o.input = Shapes::ShapeRef.new(shape: ArchiveApplicationRequest)
1176
+ o.output = Shapes::ShapeRef.new(shape: Application)
1177
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1181
+ end)
1182
+
1183
+ api.add_operation(:archive_wave, Seahorse::Model::Operation.new.tap do |o|
1184
+ o.name = "ArchiveWave"
1185
+ o.http_method = "POST"
1186
+ o.http_request_uri = "/ArchiveWave"
1187
+ o.input = Shapes::ShapeRef.new(shape: ArchiveWaveRequest)
1188
+ o.output = Shapes::ShapeRef.new(shape: Wave)
1189
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1190
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1193
+ end)
1194
+
1195
+ api.add_operation(:associate_applications, Seahorse::Model::Operation.new.tap do |o|
1196
+ o.name = "AssociateApplications"
1197
+ o.http_method = "POST"
1198
+ o.http_request_uri = "/AssociateApplications"
1199
+ o.input = Shapes::ShapeRef.new(shape: AssociateApplicationsRequest)
1200
+ o.output = Shapes::ShapeRef.new(shape: AssociateApplicationsResponse)
1201
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1204
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1205
+ end)
1206
+
1207
+ api.add_operation(:associate_source_servers, Seahorse::Model::Operation.new.tap do |o|
1208
+ o.name = "AssociateSourceServers"
1209
+ o.http_method = "POST"
1210
+ o.http_request_uri = "/AssociateSourceServers"
1211
+ o.input = Shapes::ShapeRef.new(shape: AssociateSourceServersRequest)
1212
+ o.output = Shapes::ShapeRef.new(shape: AssociateSourceServersResponse)
1213
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1214
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1215
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1216
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1217
+ end)
1218
+
812
1219
  api.add_operation(:change_server_life_cycle_state, Seahorse::Model::Operation.new.tap do |o|
813
1220
  o.name = "ChangeServerLifeCycleState"
814
1221
  o.http_method = "POST"
@@ -821,6 +1228,17 @@ module Aws::Mgn
821
1228
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
822
1229
  end)
823
1230
 
1231
+ api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
1232
+ o.name = "CreateApplication"
1233
+ o.http_method = "POST"
1234
+ o.http_request_uri = "/CreateApplication"
1235
+ o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
1236
+ o.output = Shapes::ShapeRef.new(shape: Application)
1237
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1238
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1239
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1240
+ end)
1241
+
824
1242
  api.add_operation(:create_launch_configuration_template, Seahorse::Model::Operation.new.tap do |o|
825
1243
  o.name = "CreateLaunchConfigurationTemplate"
826
1244
  o.http_method = "POST"
@@ -843,6 +1261,28 @@ module Aws::Mgn
843
1261
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
844
1262
  end)
845
1263
 
1264
+ api.add_operation(:create_wave, Seahorse::Model::Operation.new.tap do |o|
1265
+ o.name = "CreateWave"
1266
+ o.http_method = "POST"
1267
+ o.http_request_uri = "/CreateWave"
1268
+ o.input = Shapes::ShapeRef.new(shape: CreateWaveRequest)
1269
+ o.output = Shapes::ShapeRef.new(shape: Wave)
1270
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1272
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1273
+ end)
1274
+
1275
+ api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
1276
+ o.name = "DeleteApplication"
1277
+ o.http_method = "POST"
1278
+ o.http_request_uri = "/DeleteApplication"
1279
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
1280
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResponse)
1281
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1284
+ end)
1285
+
846
1286
  api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
847
1287
  o.name = "DeleteJob"
848
1288
  o.http_method = "POST"
@@ -898,6 +1338,17 @@ module Aws::Mgn
898
1338
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
899
1339
  end)
900
1340
 
1341
+ api.add_operation(:delete_wave, Seahorse::Model::Operation.new.tap do |o|
1342
+ o.name = "DeleteWave"
1343
+ o.http_method = "POST"
1344
+ o.http_request_uri = "/DeleteWave"
1345
+ o.input = Shapes::ShapeRef.new(shape: DeleteWaveRequest)
1346
+ o.output = Shapes::ShapeRef.new(shape: DeleteWaveResponse)
1347
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1348
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1349
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1350
+ end)
1351
+
901
1352
  api.add_operation(:describe_job_log_items, Seahorse::Model::Operation.new.tap do |o|
902
1353
  o.name = "DescribeJobLogItems"
903
1354
  o.http_method = "POST"
@@ -997,6 +1448,28 @@ module Aws::Mgn
997
1448
  )
998
1449
  end)
999
1450
 
1451
+ api.add_operation(:disassociate_applications, Seahorse::Model::Operation.new.tap do |o|
1452
+ o.name = "DisassociateApplications"
1453
+ o.http_method = "POST"
1454
+ o.http_request_uri = "/DisassociateApplications"
1455
+ o.input = Shapes::ShapeRef.new(shape: DisassociateApplicationsRequest)
1456
+ o.output = Shapes::ShapeRef.new(shape: DisassociateApplicationsResponse)
1457
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1459
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1460
+ end)
1461
+
1462
+ api.add_operation(:disassociate_source_servers, Seahorse::Model::Operation.new.tap do |o|
1463
+ o.name = "DisassociateSourceServers"
1464
+ o.http_method = "POST"
1465
+ o.http_request_uri = "/DisassociateSourceServers"
1466
+ o.input = Shapes::ShapeRef.new(shape: DisassociateSourceServersRequest)
1467
+ o.output = Shapes::ShapeRef.new(shape: DisassociateSourceServersResponse)
1468
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1469
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1470
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1471
+ end)
1472
+
1000
1473
  api.add_operation(:disconnect_from_service, Seahorse::Model::Operation.new.tap do |o|
1001
1474
  o.name = "DisconnectFromService"
1002
1475
  o.http_method = "POST"
@@ -1050,6 +1523,37 @@ module Aws::Mgn
1050
1523
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1051
1524
  end)
1052
1525
 
1526
+ api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
1527
+ o.name = "ListApplications"
1528
+ o.http_method = "POST"
1529
+ o.http_request_uri = "/ListApplications"
1530
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationsRequest)
1531
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationsResponse)
1532
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1533
+ o[:pager] = Aws::Pager.new(
1534
+ limit_key: "max_results",
1535
+ tokens: {
1536
+ "next_token" => "next_token"
1537
+ }
1538
+ )
1539
+ end)
1540
+
1541
+ api.add_operation(:list_source_server_actions, Seahorse::Model::Operation.new.tap do |o|
1542
+ o.name = "ListSourceServerActions"
1543
+ o.http_method = "POST"
1544
+ o.http_request_uri = "/ListSourceServerActions"
1545
+ o.input = Shapes::ShapeRef.new(shape: ListSourceServerActionsRequest)
1546
+ o.output = Shapes::ShapeRef.new(shape: ListSourceServerActionsResponse)
1547
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1548
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1549
+ o[:pager] = Aws::Pager.new(
1550
+ limit_key: "max_results",
1551
+ tokens: {
1552
+ "next_token" => "next_token"
1553
+ }
1554
+ )
1555
+ end)
1556
+
1053
1557
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1054
1558
  o.name = "ListTagsForResource"
1055
1559
  o.http_method = "GET"
@@ -1063,6 +1567,37 @@ module Aws::Mgn
1063
1567
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1064
1568
  end)
1065
1569
 
1570
+ api.add_operation(:list_template_actions, Seahorse::Model::Operation.new.tap do |o|
1571
+ o.name = "ListTemplateActions"
1572
+ o.http_method = "POST"
1573
+ o.http_request_uri = "/ListTemplateActions"
1574
+ o.input = Shapes::ShapeRef.new(shape: ListTemplateActionsRequest)
1575
+ o.output = Shapes::ShapeRef.new(shape: ListTemplateActionsResponse)
1576
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1577
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1578
+ o[:pager] = Aws::Pager.new(
1579
+ limit_key: "max_results",
1580
+ tokens: {
1581
+ "next_token" => "next_token"
1582
+ }
1583
+ )
1584
+ end)
1585
+
1586
+ api.add_operation(:list_waves, Seahorse::Model::Operation.new.tap do |o|
1587
+ o.name = "ListWaves"
1588
+ o.http_method = "POST"
1589
+ o.http_request_uri = "/ListWaves"
1590
+ o.input = Shapes::ShapeRef.new(shape: ListWavesRequest)
1591
+ o.output = Shapes::ShapeRef.new(shape: ListWavesResponse)
1592
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1593
+ o[:pager] = Aws::Pager.new(
1594
+ limit_key: "max_results",
1595
+ tokens: {
1596
+ "next_token" => "next_token"
1597
+ }
1598
+ )
1599
+ end)
1600
+
1066
1601
  api.add_operation(:mark_as_archived, Seahorse::Model::Operation.new.tap do |o|
1067
1602
  o.name = "MarkAsArchived"
1068
1603
  o.http_method = "POST"
@@ -1074,6 +1609,52 @@ module Aws::Mgn
1074
1609
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1075
1610
  end)
1076
1611
 
1612
+ api.add_operation(:put_source_server_action, Seahorse::Model::Operation.new.tap do |o|
1613
+ o.name = "PutSourceServerAction"
1614
+ o.http_method = "POST"
1615
+ o.http_request_uri = "/PutSourceServerAction"
1616
+ o.input = Shapes::ShapeRef.new(shape: PutSourceServerActionRequest)
1617
+ o.output = Shapes::ShapeRef.new(shape: SourceServerActionDocument)
1618
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1619
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1620
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1621
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1622
+ end)
1623
+
1624
+ api.add_operation(:put_template_action, Seahorse::Model::Operation.new.tap do |o|
1625
+ o.name = "PutTemplateAction"
1626
+ o.http_method = "POST"
1627
+ o.http_request_uri = "/PutTemplateAction"
1628
+ o.input = Shapes::ShapeRef.new(shape: PutTemplateActionRequest)
1629
+ o.output = Shapes::ShapeRef.new(shape: TemplateActionDocument)
1630
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1631
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1634
+ end)
1635
+
1636
+ api.add_operation(:remove_source_server_action, Seahorse::Model::Operation.new.tap do |o|
1637
+ o.name = "RemoveSourceServerAction"
1638
+ o.http_method = "POST"
1639
+ o.http_request_uri = "/RemoveSourceServerAction"
1640
+ o.input = Shapes::ShapeRef.new(shape: RemoveSourceServerActionRequest)
1641
+ o.output = Shapes::ShapeRef.new(shape: RemoveSourceServerActionResponse)
1642
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1643
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1645
+ end)
1646
+
1647
+ api.add_operation(:remove_template_action, Seahorse::Model::Operation.new.tap do |o|
1648
+ o.name = "RemoveTemplateAction"
1649
+ o.http_method = "POST"
1650
+ o.http_request_uri = "/RemoveTemplateAction"
1651
+ o.input = Shapes::ShapeRef.new(shape: RemoveTemplateActionRequest)
1652
+ o.output = Shapes::ShapeRef.new(shape: RemoveTemplateActionResponse)
1653
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1654
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1655
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1656
+ end)
1657
+
1077
1658
  api.add_operation(:retry_data_replication, Seahorse::Model::Operation.new.tap do |o|
1078
1659
  o.name = "RetryDataReplication"
1079
1660
  o.http_method = "POST"
@@ -1144,6 +1725,28 @@ module Aws::Mgn
1144
1725
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1145
1726
  end)
1146
1727
 
1728
+ api.add_operation(:unarchive_application, Seahorse::Model::Operation.new.tap do |o|
1729
+ o.name = "UnarchiveApplication"
1730
+ o.http_method = "POST"
1731
+ o.http_request_uri = "/UnarchiveApplication"
1732
+ o.input = Shapes::ShapeRef.new(shape: UnarchiveApplicationRequest)
1733
+ o.output = Shapes::ShapeRef.new(shape: Application)
1734
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1735
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1736
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1737
+ end)
1738
+
1739
+ api.add_operation(:unarchive_wave, Seahorse::Model::Operation.new.tap do |o|
1740
+ o.name = "UnarchiveWave"
1741
+ o.http_method = "POST"
1742
+ o.http_request_uri = "/UnarchiveWave"
1743
+ o.input = Shapes::ShapeRef.new(shape: UnarchiveWaveRequest)
1744
+ o.output = Shapes::ShapeRef.new(shape: Wave)
1745
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1746
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1748
+ end)
1749
+
1147
1750
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1148
1751
  o.name = "UntagResource"
1149
1752
  o.http_method = "DELETE"
@@ -1157,6 +1760,17 @@ module Aws::Mgn
1157
1760
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1158
1761
  end)
1159
1762
 
1763
+ api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
1764
+ o.name = "UpdateApplication"
1765
+ o.http_method = "POST"
1766
+ o.http_request_uri = "/UpdateApplication"
1767
+ o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
1768
+ o.output = Shapes::ShapeRef.new(shape: Application)
1769
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1770
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1771
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1772
+ end)
1773
+
1160
1774
  api.add_operation(:update_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
1161
1775
  o.name = "UpdateLaunchConfiguration"
1162
1776
  o.http_method = "POST"
@@ -1217,6 +1831,17 @@ module Aws::Mgn
1217
1831
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1218
1832
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1219
1833
  end)
1834
+
1835
+ api.add_operation(:update_wave, Seahorse::Model::Operation.new.tap do |o|
1836
+ o.name = "UpdateWave"
1837
+ o.http_method = "POST"
1838
+ o.http_request_uri = "/UpdateWave"
1839
+ o.input = Shapes::ShapeRef.new(shape: UpdateWaveRequest)
1840
+ o.output = Shapes::ShapeRef.new(shape: Wave)
1841
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
1842
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1844
+ end)
1220
1845
  end
1221
1846
 
1222
1847
  end