aws-sdk-mgn 1.57.0 → 1.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,25 +12,21 @@ module Aws::Mgn
12
12
 
13
13
  # Operating denied due to a file permission or access check error.
14
14
  #
15
- # @!attribute [rw] code
15
+ # @!attribute [rw] message
16
16
  # @return [String]
17
17
  #
18
- # @!attribute [rw] message
18
+ # @!attribute [rw] code
19
19
  # @return [String]
20
20
  #
21
21
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/AccessDeniedException AWS API Documentation
22
22
  #
23
23
  class AccessDeniedException < Struct.new(
24
- :code,
25
- :message)
24
+ :message,
25
+ :code)
26
26
  SENSITIVE = []
27
27
  include Aws::Structure
28
28
  end
29
29
 
30
- # @!attribute [rw] application_aggregated_status
31
- # Application aggregated status.
32
- # @return [Types::ApplicationAggregatedStatus]
33
- #
34
30
  # @!attribute [rw] application_id
35
31
  # Application ID.
36
32
  # @return [String]
@@ -39,8 +35,8 @@ module Aws::Mgn
39
35
  # Application ARN.
40
36
  # @return [String]
41
37
  #
42
- # @!attribute [rw] creation_date_time
43
- # Application creation dateTime.
38
+ # @!attribute [rw] name
39
+ # Application name.
44
40
  # @return [String]
45
41
  #
46
42
  # @!attribute [rw] description
@@ -51,12 +47,16 @@ module Aws::Mgn
51
47
  # Application archival status.
52
48
  # @return [Boolean]
53
49
  #
54
- # @!attribute [rw] last_modified_date_time
55
- # Application last modified dateTime.
50
+ # @!attribute [rw] application_aggregated_status
51
+ # Application aggregated status.
52
+ # @return [Types::ApplicationAggregatedStatus]
53
+ #
54
+ # @!attribute [rw] creation_date_time
55
+ # Application creation dateTime.
56
56
  # @return [String]
57
57
  #
58
- # @!attribute [rw] name
59
- # Application name.
58
+ # @!attribute [rw] last_modified_date_time
59
+ # Application last modified dateTime.
60
60
  # @return [String]
61
61
  #
62
62
  # @!attribute [rw] tags
@@ -70,14 +70,14 @@ module Aws::Mgn
70
70
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/Application AWS API Documentation
71
71
  #
72
72
  class Application < Struct.new(
73
- :application_aggregated_status,
74
73
  :application_id,
75
74
  :arn,
76
- :creation_date_time,
75
+ :name,
77
76
  :description,
78
77
  :is_archived,
78
+ :application_aggregated_status,
79
+ :creation_date_time,
79
80
  :last_modified_date_time,
80
- :name,
81
81
  :tags,
82
82
  :wave_id)
83
83
  SENSITIVE = [:tags]
@@ -86,14 +86,14 @@ module Aws::Mgn
86
86
 
87
87
  # Application aggregated status.
88
88
  #
89
- # @!attribute [rw] health_status
90
- # Application aggregated status health status.
91
- # @return [String]
92
- #
93
89
  # @!attribute [rw] last_update_date_time
94
90
  # Application aggregated status last update dateTime.
95
91
  # @return [String]
96
92
  #
93
+ # @!attribute [rw] health_status
94
+ # Application aggregated status health status.
95
+ # @return [String]
96
+ #
97
97
  # @!attribute [rw] progress_status
98
98
  # Application aggregated status progress status.
99
99
  # @return [String]
@@ -105,66 +105,66 @@ module Aws::Mgn
105
105
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ApplicationAggregatedStatus AWS API Documentation
106
106
  #
107
107
  class ApplicationAggregatedStatus < Struct.new(
108
- :health_status,
109
108
  :last_update_date_time,
109
+ :health_status,
110
110
  :progress_status,
111
111
  :total_source_servers)
112
112
  SENSITIVE = []
113
113
  include Aws::Structure
114
114
  end
115
115
 
116
- # @!attribute [rw] account_id
117
- # Account ID.
118
- # @return [String]
119
- #
120
116
  # @!attribute [rw] application_id
121
117
  # Application ID.
122
118
  # @return [String]
123
119
  #
120
+ # @!attribute [rw] account_id
121
+ # Account ID.
122
+ # @return [String]
123
+ #
124
124
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ArchiveApplicationRequest AWS API Documentation
125
125
  #
126
126
  class ArchiveApplicationRequest < Struct.new(
127
- :account_id,
128
- :application_id)
127
+ :application_id,
128
+ :account_id)
129
129
  SENSITIVE = []
130
130
  include Aws::Structure
131
131
  end
132
132
 
133
- # @!attribute [rw] account_id
134
- # Account ID.
135
- # @return [String]
136
- #
137
133
  # @!attribute [rw] wave_id
138
134
  # Wave ID.
139
135
  # @return [String]
140
136
  #
137
+ # @!attribute [rw] account_id
138
+ # Account ID.
139
+ # @return [String]
140
+ #
141
141
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ArchiveWaveRequest AWS API Documentation
142
142
  #
143
143
  class ArchiveWaveRequest < Struct.new(
144
- :account_id,
145
- :wave_id)
144
+ :wave_id,
145
+ :account_id)
146
146
  SENSITIVE = []
147
147
  include Aws::Structure
148
148
  end
149
149
 
150
- # @!attribute [rw] account_id
151
- # Account ID.
150
+ # @!attribute [rw] wave_id
151
+ # Wave ID.
152
152
  # @return [String]
153
153
  #
154
154
  # @!attribute [rw] application_i_ds
155
155
  # Application IDs list.
156
156
  # @return [Array<String>]
157
157
  #
158
- # @!attribute [rw] wave_id
159
- # Wave ID.
158
+ # @!attribute [rw] account_id
159
+ # Account ID.
160
160
  # @return [String]
161
161
  #
162
162
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/AssociateApplicationsRequest AWS API Documentation
163
163
  #
164
164
  class AssociateApplicationsRequest < Struct.new(
165
- :account_id,
165
+ :wave_id,
166
166
  :application_i_ds,
167
- :wave_id)
167
+ :account_id)
168
168
  SENSITIVE = []
169
169
  include Aws::Structure
170
170
  end
@@ -173,10 +173,6 @@ module Aws::Mgn
173
173
  #
174
174
  class AssociateApplicationsResponse < Aws::EmptyStructure; end
175
175
 
176
- # @!attribute [rw] account_id
177
- # Account ID.
178
- # @return [String]
179
- #
180
176
  # @!attribute [rw] application_id
181
177
  # Application ID.
182
178
  # @return [String]
@@ -185,12 +181,16 @@ module Aws::Mgn
185
181
  # Source server IDs list.
186
182
  # @return [Array<String>]
187
183
  #
184
+ # @!attribute [rw] account_id
185
+ # Account ID.
186
+ # @return [String]
187
+ #
188
188
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/AssociateSourceServersRequest AWS API Documentation
189
189
  #
190
190
  class AssociateSourceServersRequest < Struct.new(
191
- :account_id,
192
191
  :application_id,
193
- :source_server_i_ds)
192
+ :source_server_i_ds,
193
+ :account_id)
194
194
  SENSITIVE = []
195
195
  include Aws::Structure
196
196
  end
@@ -218,25 +218,25 @@ module Aws::Mgn
218
218
  include Aws::Structure
219
219
  end
220
220
 
221
- # @!attribute [rw] account_id
222
- # The request to change the source server migration account ID.
221
+ # @!attribute [rw] source_server_id
222
+ # The request to change the source server migration lifecycle state by
223
+ # source server ID.
223
224
  # @return [String]
224
225
  #
225
226
  # @!attribute [rw] life_cycle
226
227
  # The request to change the source server migration lifecycle state.
227
228
  # @return [Types::ChangeServerLifeCycleStateSourceServerLifecycle]
228
229
  #
229
- # @!attribute [rw] source_server_id
230
- # The request to change the source server migration lifecycle state by
231
- # source server ID.
230
+ # @!attribute [rw] account_id
231
+ # The request to change the source server migration account ID.
232
232
  # @return [String]
233
233
  #
234
234
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ChangeServerLifeCycleStateRequest AWS API Documentation
235
235
  #
236
236
  class ChangeServerLifeCycleStateRequest < Struct.new(
237
- :account_id,
237
+ :source_server_id,
238
238
  :life_cycle,
239
- :source_server_id)
239
+ :account_id)
240
240
  SENSITIVE = []
241
241
  include Aws::Structure
242
242
  end
@@ -258,14 +258,10 @@ module Aws::Mgn
258
258
  # The request could not be completed due to a conflict with the current
259
259
  # state of the target resource.
260
260
  #
261
- # @!attribute [rw] code
261
+ # @!attribute [rw] message
262
262
  # @return [String]
263
263
  #
264
- # @!attribute [rw] errors
265
- # Conflict Exception specific errors.
266
- # @return [Array<Types::ErrorDetails>]
267
- #
268
- # @!attribute [rw] message
264
+ # @!attribute [rw] code
269
265
  # @return [String]
270
266
  #
271
267
  # @!attribute [rw] resource_id
@@ -276,22 +272,22 @@ module Aws::Mgn
276
272
  # A conflict occurred when prompting for resource type.
277
273
  # @return [String]
278
274
  #
275
+ # @!attribute [rw] errors
276
+ # Conflict Exception specific errors.
277
+ # @return [Array<Types::ErrorDetails>]
278
+ #
279
279
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ConflictException AWS API Documentation
280
280
  #
281
281
  class ConflictException < Struct.new(
282
- :code,
283
- :errors,
284
282
  :message,
283
+ :code,
285
284
  :resource_id,
286
- :resource_type)
285
+ :resource_type,
286
+ :errors)
287
287
  SENSITIVE = []
288
288
  include Aws::Structure
289
289
  end
290
290
 
291
- # @!attribute [rw] arn
292
- # Connector arn.
293
- # @return [String]
294
- #
295
291
  # @!attribute [rw] connector_id
296
292
  # Connector ID.
297
293
  # @return [String]
@@ -300,83 +296,87 @@ module Aws::Mgn
300
296
  # Connector name.
301
297
  # @return [String]
302
298
  #
303
- # @!attribute [rw] ssm_command_config
304
- # Connector SSM command config.
305
- # @return [Types::ConnectorSsmCommandConfig]
306
- #
307
299
  # @!attribute [rw] ssm_instance_id
308
300
  # Connector SSM instance ID.
309
301
  # @return [String]
310
302
  #
303
+ # @!attribute [rw] arn
304
+ # Connector arn.
305
+ # @return [String]
306
+ #
311
307
  # @!attribute [rw] tags
312
308
  # Connector tags.
313
309
  # @return [Hash<String,String>]
314
310
  #
311
+ # @!attribute [rw] ssm_command_config
312
+ # Connector SSM command config.
313
+ # @return [Types::ConnectorSsmCommandConfig]
314
+ #
315
315
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/Connector AWS API Documentation
316
316
  #
317
317
  class Connector < Struct.new(
318
- :arn,
319
318
  :connector_id,
320
319
  :name,
321
- :ssm_command_config,
322
320
  :ssm_instance_id,
323
- :tags)
321
+ :arn,
322
+ :tags,
323
+ :ssm_command_config)
324
324
  SENSITIVE = [:tags]
325
325
  include Aws::Structure
326
326
  end
327
327
 
328
328
  # Connector SSM command config.
329
329
  #
330
- # @!attribute [rw] cloud_watch_log_group_name
331
- # Connector SSM command config CloudWatch log group name.
332
- # @return [String]
333
- #
334
- # @!attribute [rw] cloud_watch_output_enabled
335
- # Connector SSM command config CloudWatch output enabled.
330
+ # @!attribute [rw] s3_output_enabled
331
+ # Connector SSM command config S3 output enabled.
336
332
  # @return [Boolean]
337
333
  #
338
334
  # @!attribute [rw] output_s3_bucket_name
339
335
  # Connector SSM command config output S3 bucket name.
340
336
  # @return [String]
341
337
  #
342
- # @!attribute [rw] s3_output_enabled
343
- # Connector SSM command config S3 output enabled.
338
+ # @!attribute [rw] cloud_watch_output_enabled
339
+ # Connector SSM command config CloudWatch output enabled.
344
340
  # @return [Boolean]
345
341
  #
342
+ # @!attribute [rw] cloud_watch_log_group_name
343
+ # Connector SSM command config CloudWatch log group name.
344
+ # @return [String]
345
+ #
346
346
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ConnectorSsmCommandConfig AWS API Documentation
347
347
  #
348
348
  class ConnectorSsmCommandConfig < Struct.new(
349
- :cloud_watch_log_group_name,
350
- :cloud_watch_output_enabled,
349
+ :s3_output_enabled,
351
350
  :output_s3_bucket_name,
352
- :s3_output_enabled)
351
+ :cloud_watch_output_enabled,
352
+ :cloud_watch_log_group_name)
353
353
  SENSITIVE = []
354
354
  include Aws::Structure
355
355
  end
356
356
 
357
- # @!attribute [rw] account_id
358
- # Account ID.
357
+ # @!attribute [rw] name
358
+ # Application name.
359
359
  # @return [String]
360
360
  #
361
361
  # @!attribute [rw] description
362
362
  # Application description.
363
363
  # @return [String]
364
364
  #
365
- # @!attribute [rw] name
366
- # Application name.
367
- # @return [String]
368
- #
369
365
  # @!attribute [rw] tags
370
366
  # Application tags.
371
367
  # @return [Hash<String,String>]
372
368
  #
369
+ # @!attribute [rw] account_id
370
+ # Account ID.
371
+ # @return [String]
372
+ #
373
373
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/CreateApplicationRequest AWS API Documentation
374
374
  #
375
375
  class CreateApplicationRequest < Struct.new(
376
- :account_id,
377
- :description,
378
376
  :name,
379
- :tags)
377
+ :description,
378
+ :tags,
379
+ :account_id)
380
380
  SENSITIVE = [:tags]
381
381
  include Aws::Structure
382
382
  end
@@ -385,10 +385,6 @@ module Aws::Mgn
385
385
  # Create Connector request name.
386
386
  # @return [String]
387
387
  #
388
- # @!attribute [rw] ssm_command_config
389
- # Create Connector request SSM command config.
390
- # @return [Types::ConnectorSsmCommandConfig]
391
- #
392
388
  # @!attribute [rw] ssm_instance_id
393
389
  # Create Connector request SSM instance ID.
394
390
  # @return [String]
@@ -397,115 +393,134 @@ module Aws::Mgn
397
393
  # Create Connector request tags.
398
394
  # @return [Hash<String,String>]
399
395
  #
396
+ # @!attribute [rw] ssm_command_config
397
+ # Create Connector request SSM command config.
398
+ # @return [Types::ConnectorSsmCommandConfig]
399
+ #
400
400
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/CreateConnectorRequest AWS API Documentation
401
401
  #
402
402
  class CreateConnectorRequest < Struct.new(
403
403
  :name,
404
- :ssm_command_config,
405
404
  :ssm_instance_id,
406
- :tags)
405
+ :tags,
406
+ :ssm_command_config)
407
407
  SENSITIVE = [:tags]
408
408
  include Aws::Structure
409
409
  end
410
410
 
411
- # @!attribute [rw] associate_public_ip_address
412
- # Associate public Ip address.
411
+ # @!attribute [rw] post_launch_actions
412
+ # Launch configuration template post launch actions.
413
+ # @return [Types::PostLaunchActions]
414
+ #
415
+ # @!attribute [rw] enable_map_auto_tagging
416
+ # Enable map auto tagging.
413
417
  # @return [Boolean]
414
418
  #
415
- # @!attribute [rw] boot_mode
416
- # Launch configuration template boot mode.
419
+ # @!attribute [rw] map_auto_tagging_mpe_id
420
+ # Launch configuration template map auto tagging MPE ID.
421
+ # @return [String]
422
+ #
423
+ # @!attribute [rw] tags
424
+ # Request to associate tags during creation of a Launch Configuration
425
+ # Template.
426
+ # @return [Hash<String,String>]
427
+ #
428
+ # @!attribute [rw] launch_disposition
429
+ # Launch disposition.
430
+ # @return [String]
431
+ #
432
+ # @!attribute [rw] target_instance_type_right_sizing_method
433
+ # Target instance type right-sizing method.
417
434
  # @return [String]
418
435
  #
419
436
  # @!attribute [rw] copy_private_ip
420
437
  # Copy private Ip.
421
438
  # @return [Boolean]
422
439
  #
423
- # @!attribute [rw] copy_tags
424
- # Copy tags.
440
+ # @!attribute [rw] associate_public_ip_address
441
+ # Associate public Ip address.
425
442
  # @return [Boolean]
426
443
  #
427
- # @!attribute [rw] enable_map_auto_tagging
428
- # Enable map auto tagging.
444
+ # @!attribute [rw] copy_tags
445
+ # Copy tags.
429
446
  # @return [Boolean]
430
447
  #
431
- # @!attribute [rw] large_volume_conf
432
- # Large volume config.
433
- # @return [Types::LaunchTemplateDiskConf]
434
- #
435
- # @!attribute [rw] launch_disposition
436
- # Launch disposition.
437
- # @return [String]
438
- #
439
448
  # @!attribute [rw] licensing
440
449
  # Configure Licensing.
441
450
  # @return [Types::Licensing]
442
451
  #
443
- # @!attribute [rw] map_auto_tagging_mpe_id
444
- # Launch configuration template map auto tagging MPE ID.
452
+ # @!attribute [rw] boot_mode
453
+ # Launch configuration template boot mode.
445
454
  # @return [String]
446
455
  #
447
- # @!attribute [rw] post_launch_actions
448
- # Launch configuration template post launch actions.
449
- # @return [Types::PostLaunchActions]
456
+ # @!attribute [rw] small_volume_max_size
457
+ # Small volume maximum size.
458
+ # @return [Integer]
450
459
  #
451
460
  # @!attribute [rw] small_volume_conf
452
461
  # Small volume config.
453
462
  # @return [Types::LaunchTemplateDiskConf]
454
463
  #
455
- # @!attribute [rw] small_volume_max_size
456
- # Small volume maximum size.
457
- # @return [Integer]
464
+ # @!attribute [rw] large_volume_conf
465
+ # Large volume config.
466
+ # @return [Types::LaunchTemplateDiskConf]
458
467
  #
459
- # @!attribute [rw] tags
460
- # Request to associate tags during creation of a Launch Configuration
461
- # Template.
462
- # @return [Hash<String,String>]
468
+ # @!attribute [rw] enable_parameters_encryption
469
+ # Enable parameters encryption.
470
+ # @return [Boolean]
463
471
  #
464
- # @!attribute [rw] target_instance_type_right_sizing_method
465
- # Target instance type right-sizing method.
472
+ # @!attribute [rw] parameters_encryption_key
473
+ # Parameters encryption key.
466
474
  # @return [String]
467
475
  #
468
476
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/CreateLaunchConfigurationTemplateRequest AWS API Documentation
469
477
  #
470
478
  class CreateLaunchConfigurationTemplateRequest < Struct.new(
471
- :associate_public_ip_address,
472
- :boot_mode,
473
- :copy_private_ip,
474
- :copy_tags,
479
+ :post_launch_actions,
475
480
  :enable_map_auto_tagging,
476
- :large_volume_conf,
477
- :launch_disposition,
478
- :licensing,
479
481
  :map_auto_tagging_mpe_id,
480
- :post_launch_actions,
481
- :small_volume_conf,
482
- :small_volume_max_size,
483
482
  :tags,
484
- :target_instance_type_right_sizing_method)
483
+ :launch_disposition,
484
+ :target_instance_type_right_sizing_method,
485
+ :copy_private_ip,
486
+ :associate_public_ip_address,
487
+ :copy_tags,
488
+ :licensing,
489
+ :boot_mode,
490
+ :small_volume_max_size,
491
+ :small_volume_conf,
492
+ :large_volume_conf,
493
+ :enable_parameters_encryption,
494
+ :parameters_encryption_key)
485
495
  SENSITIVE = [:tags]
486
496
  include Aws::Structure
487
497
  end
488
498
 
499
+ # @!attribute [rw] staging_area_subnet_id
500
+ # Request to configure the Staging Area subnet ID during Replication
501
+ # Settings template creation.
502
+ # @return [String]
503
+ #
489
504
  # @!attribute [rw] associate_default_security_group
490
505
  # Request to associate the default Application Migration Service
491
506
  # Security group with the Replication Settings template.
492
507
  # @return [Boolean]
493
508
  #
494
- # @!attribute [rw] bandwidth_throttling
495
- # Request to configure bandwidth throttling during Replication
496
- # Settings template creation.
497
- # @return [Integer]
498
- #
499
- # @!attribute [rw] create_public_ip
500
- # Request to create Public IP during Replication Settings template
501
- # creation.
502
- # @return [Boolean]
509
+ # @!attribute [rw] replication_servers_security_groups_i_ds
510
+ # Request to configure the Replication Server Security group ID during
511
+ # Replication Settings template creation.
512
+ # @return [Array<String>]
503
513
  #
504
- # @!attribute [rw] data_plane_routing
505
- # Request to configure data plane routing during Replication Settings
506
- # template creation.
514
+ # @!attribute [rw] replication_server_instance_type
515
+ # Request to configure the Replication Server instance type during
516
+ # Replication Settings template creation.
507
517
  # @return [String]
508
518
  #
519
+ # @!attribute [rw] use_dedicated_replication_server
520
+ # Request to use Dedicated Replication Servers during Replication
521
+ # Settings template creation.
522
+ # @return [Boolean]
523
+ #
509
524
  # @!attribute [rw] default_large_staging_disk_type
510
525
  # Request to configure the default large staging disk EBS volume type
511
526
  # during Replication Settings template creation.
@@ -521,85 +536,85 @@ module Aws::Mgn
521
536
  # Settings template creation.
522
537
  # @return [String]
523
538
  #
524
- # @!attribute [rw] replication_server_instance_type
525
- # Request to configure the Replication Server instance type during
526
- # Replication Settings template creation.
527
- # @return [String]
528
- #
529
- # @!attribute [rw] replication_servers_security_groups_i_ds
530
- # Request to configure the Replication Server Security group ID during
531
- # Replication Settings template creation.
532
- # @return [Array<String>]
533
- #
534
- # @!attribute [rw] staging_area_subnet_id
535
- # Request to configure the Staging Area subnet ID during Replication
539
+ # @!attribute [rw] bandwidth_throttling
540
+ # Request to configure bandwidth throttling during Replication
536
541
  # Settings template creation.
542
+ # @return [Integer]
543
+ #
544
+ # @!attribute [rw] data_plane_routing
545
+ # Request to configure data plane routing during Replication Settings
546
+ # template creation.
537
547
  # @return [String]
538
548
  #
549
+ # @!attribute [rw] create_public_ip
550
+ # Request to create Public IP during Replication Settings template
551
+ # creation.
552
+ # @return [Boolean]
553
+ #
539
554
  # @!attribute [rw] staging_area_tags
540
555
  # Request to configure Staging Area tags during Replication Settings
541
556
  # template creation.
542
557
  # @return [Hash<String,String>]
543
558
  #
559
+ # @!attribute [rw] use_fips_endpoint
560
+ # Request to use Fips Endpoint during Replication Settings template
561
+ # creation.
562
+ # @return [Boolean]
563
+ #
544
564
  # @!attribute [rw] tags
545
565
  # Request to configure tags during Replication Settings template
546
566
  # creation.
547
567
  # @return [Hash<String,String>]
548
568
  #
549
- # @!attribute [rw] use_dedicated_replication_server
550
- # Request to use Dedicated Replication Servers during Replication
551
- # Settings template creation.
552
- # @return [Boolean]
553
- #
554
- # @!attribute [rw] use_fips_endpoint
555
- # Request to use Fips Endpoint during Replication Settings template
556
- # creation.
557
- # @return [Boolean]
569
+ # @!attribute [rw] internet_protocol
570
+ # Request to configure the internet protocol to IPv4 or IPv6.
571
+ # @return [String]
558
572
  #
559
573
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/CreateReplicationConfigurationTemplateRequest AWS API Documentation
560
574
  #
561
575
  class CreateReplicationConfigurationTemplateRequest < Struct.new(
576
+ :staging_area_subnet_id,
562
577
  :associate_default_security_group,
563
- :bandwidth_throttling,
564
- :create_public_ip,
565
- :data_plane_routing,
578
+ :replication_servers_security_groups_i_ds,
579
+ :replication_server_instance_type,
580
+ :use_dedicated_replication_server,
566
581
  :default_large_staging_disk_type,
567
582
  :ebs_encryption,
568
583
  :ebs_encryption_key_arn,
569
- :replication_server_instance_type,
570
- :replication_servers_security_groups_i_ds,
571
- :staging_area_subnet_id,
584
+ :bandwidth_throttling,
585
+ :data_plane_routing,
586
+ :create_public_ip,
572
587
  :staging_area_tags,
588
+ :use_fips_endpoint,
573
589
  :tags,
574
- :use_dedicated_replication_server,
575
- :use_fips_endpoint)
590
+ :internet_protocol)
576
591
  SENSITIVE = [:staging_area_tags, :tags]
577
592
  include Aws::Structure
578
593
  end
579
594
 
580
- # @!attribute [rw] account_id
581
- # Account ID.
595
+ # @!attribute [rw] name
596
+ # Wave name.
582
597
  # @return [String]
583
598
  #
584
599
  # @!attribute [rw] description
585
600
  # Wave description.
586
601
  # @return [String]
587
602
  #
588
- # @!attribute [rw] name
589
- # Wave name.
590
- # @return [String]
591
- #
592
603
  # @!attribute [rw] tags
593
604
  # Wave tags.
594
605
  # @return [Hash<String,String>]
595
606
  #
607
+ # @!attribute [rw] account_id
608
+ # Account ID.
609
+ # @return [String]
610
+ #
596
611
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/CreateWaveRequest AWS API Documentation
597
612
  #
598
613
  class CreateWaveRequest < Struct.new(
599
- :account_id,
600
- :description,
601
614
  :name,
602
- :tags)
615
+ :description,
616
+ :tags,
617
+ :account_id)
603
618
  SENSITIVE = [:tags]
604
619
  include Aws::Structure
605
620
  end
@@ -625,58 +640,63 @@ module Aws::Mgn
625
640
 
626
641
  # Request data replication info.
627
642
  #
628
- # @!attribute [rw] data_replication_error
629
- # Error in obtaining data replication info.
630
- # @return [Types::DataReplicationError]
631
- #
632
- # @!attribute [rw] data_replication_initiation
633
- # Request to query whether data replication has been initiated.
634
- # @return [Types::DataReplicationInitiation]
635
- #
636
- # @!attribute [rw] data_replication_state
637
- # Request to query the data replication state.
643
+ # @!attribute [rw] lag_duration
644
+ # Request to query data replication lag duration.
638
645
  # @return [String]
639
646
  #
640
647
  # @!attribute [rw] eta_date_time
641
648
  # Request to query the time when data replication will be complete.
642
649
  # @return [String]
643
650
  #
644
- # @!attribute [rw] lag_duration
645
- # Request to query data replication lag duration.
651
+ # @!attribute [rw] replicated_disks
652
+ # Request to query disks replicated.
653
+ # @return [Array<Types::DataReplicationInfoReplicatedDisk>]
654
+ #
655
+ # @!attribute [rw] data_replication_state
656
+ # Request to query the data replication state.
646
657
  # @return [String]
647
658
  #
659
+ # @!attribute [rw] data_replication_initiation
660
+ # Request to query whether data replication has been initiated.
661
+ # @return [Types::DataReplicationInitiation]
662
+ #
663
+ # @!attribute [rw] data_replication_error
664
+ # Error in obtaining data replication info.
665
+ # @return [Types::DataReplicationError]
666
+ #
648
667
  # @!attribute [rw] last_snapshot_date_time
649
668
  # Request to query data replication last snapshot time.
650
669
  # @return [String]
651
670
  #
652
- # @!attribute [rw] replicated_disks
653
- # Request to query disks replicated.
654
- # @return [Array<Types::DataReplicationInfoReplicatedDisk>]
671
+ # @!attribute [rw] replicator_id
672
+ # Replication server instance ID.
673
+ # @return [String]
655
674
  #
656
675
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DataReplicationInfo AWS API Documentation
657
676
  #
658
677
  class DataReplicationInfo < Struct.new(
659
- :data_replication_error,
660
- :data_replication_initiation,
661
- :data_replication_state,
662
- :eta_date_time,
663
678
  :lag_duration,
679
+ :eta_date_time,
680
+ :replicated_disks,
681
+ :data_replication_state,
682
+ :data_replication_initiation,
683
+ :data_replication_error,
664
684
  :last_snapshot_date_time,
665
- :replicated_disks)
685
+ :replicator_id)
666
686
  SENSITIVE = []
667
687
  include Aws::Structure
668
688
  end
669
689
 
670
690
  # Request to query disks replicated.
671
691
  #
672
- # @!attribute [rw] backlogged_storage_bytes
673
- # Request to query data replication backlog size in bytes.
674
- # @return [Integer]
675
- #
676
692
  # @!attribute [rw] device_name
677
693
  # Request to query device name.
678
694
  # @return [String]
679
695
  #
696
+ # @!attribute [rw] total_storage_bytes
697
+ # Request to query total amount of data replicated in bytes.
698
+ # @return [Integer]
699
+ #
680
700
  # @!attribute [rw] replicated_storage_bytes
681
701
  # Request to query amount of data replicated in bytes.
682
702
  # @return [Integer]
@@ -685,32 +705,32 @@ module Aws::Mgn
685
705
  # Request to query amount of data rescanned in bytes.
686
706
  # @return [Integer]
687
707
  #
688
- # @!attribute [rw] total_storage_bytes
689
- # Request to query total amount of data replicated in bytes.
708
+ # @!attribute [rw] backlogged_storage_bytes
709
+ # Request to query data replication backlog size in bytes.
690
710
  # @return [Integer]
691
711
  #
692
712
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DataReplicationInfoReplicatedDisk AWS API Documentation
693
713
  #
694
714
  class DataReplicationInfoReplicatedDisk < Struct.new(
695
- :backlogged_storage_bytes,
696
715
  :device_name,
716
+ :total_storage_bytes,
697
717
  :replicated_storage_bytes,
698
718
  :rescanned_storage_bytes,
699
- :total_storage_bytes)
719
+ :backlogged_storage_bytes)
700
720
  SENSITIVE = []
701
721
  include Aws::Structure
702
722
  end
703
723
 
704
724
  # Data replication initiation.
705
725
  #
706
- # @!attribute [rw] next_attempt_date_time
707
- # Request to query next data initiation date and time.
708
- # @return [String]
709
- #
710
726
  # @!attribute [rw] start_date_time
711
727
  # Request to query data initiation start date and time.
712
728
  # @return [String]
713
729
  #
730
+ # @!attribute [rw] next_attempt_date_time
731
+ # Request to query next data initiation date and time.
732
+ # @return [String]
733
+ #
714
734
  # @!attribute [rw] steps
715
735
  # Request to query data initiation steps.
716
736
  # @return [Array<Types::DataReplicationInitiationStep>]
@@ -718,8 +738,8 @@ module Aws::Mgn
718
738
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DataReplicationInitiation AWS API Documentation
719
739
  #
720
740
  class DataReplicationInitiation < Struct.new(
721
- :next_attempt_date_time,
722
741
  :start_date_time,
742
+ :next_attempt_date_time,
723
743
  :steps)
724
744
  SENSITIVE = []
725
745
  include Aws::Structure
@@ -744,19 +764,19 @@ module Aws::Mgn
744
764
  include Aws::Structure
745
765
  end
746
766
 
747
- # @!attribute [rw] account_id
748
- # Account ID.
749
- # @return [String]
750
- #
751
767
  # @!attribute [rw] application_id
752
768
  # Application ID.
753
769
  # @return [String]
754
770
  #
771
+ # @!attribute [rw] account_id
772
+ # Account ID.
773
+ # @return [String]
774
+ #
755
775
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DeleteApplicationRequest AWS API Documentation
756
776
  #
757
777
  class DeleteApplicationRequest < Struct.new(
758
- :account_id,
759
- :application_id)
778
+ :application_id,
779
+ :account_id)
760
780
  SENSITIVE = []
761
781
  include Aws::Structure
762
782
  end
@@ -777,19 +797,19 @@ module Aws::Mgn
777
797
  include Aws::Structure
778
798
  end
779
799
 
780
- # @!attribute [rw] account_id
781
- # Request to delete Job from service by Account ID.
782
- # @return [String]
783
- #
784
800
  # @!attribute [rw] job_id
785
801
  # Request to delete Job from service by Job ID.
786
802
  # @return [String]
787
803
  #
804
+ # @!attribute [rw] account_id
805
+ # Request to delete Job from service by Account ID.
806
+ # @return [String]
807
+ #
788
808
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DeleteJobRequest AWS API Documentation
789
809
  #
790
810
  class DeleteJobRequest < Struct.new(
791
- :account_id,
792
- :job_id)
811
+ :job_id,
812
+ :account_id)
793
813
  SENSITIVE = []
794
814
  include Aws::Structure
795
815
  end
@@ -831,19 +851,19 @@ module Aws::Mgn
831
851
  #
832
852
  class DeleteReplicationConfigurationTemplateResponse < Aws::EmptyStructure; end
833
853
 
834
- # @!attribute [rw] account_id
835
- # Request to delete Source Server from service by Account ID.
836
- # @return [String]
837
- #
838
854
  # @!attribute [rw] source_server_id
839
855
  # Request to delete Source Server from service by Server ID.
840
856
  # @return [String]
841
857
  #
858
+ # @!attribute [rw] account_id
859
+ # Request to delete Source Server from service by Account ID.
860
+ # @return [String]
861
+ #
842
862
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DeleteSourceServerRequest AWS API Documentation
843
863
  #
844
864
  class DeleteSourceServerRequest < Struct.new(
845
- :account_id,
846
- :source_server_id)
865
+ :source_server_id,
866
+ :account_id)
847
867
  SENSITIVE = []
848
868
  include Aws::Structure
849
869
  end
@@ -864,19 +884,19 @@ module Aws::Mgn
864
884
  include Aws::Structure
865
885
  end
866
886
 
867
- # @!attribute [rw] account_id
868
- # Account ID.
869
- # @return [String]
870
- #
871
887
  # @!attribute [rw] wave_id
872
888
  # Wave ID.
873
889
  # @return [String]
874
890
  #
891
+ # @!attribute [rw] account_id
892
+ # Account ID.
893
+ # @return [String]
894
+ #
875
895
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DeleteWaveRequest AWS API Documentation
876
896
  #
877
897
  class DeleteWaveRequest < Struct.new(
878
- :account_id,
879
- :wave_id)
898
+ :wave_id,
899
+ :account_id)
880
900
  SENSITIVE = []
881
901
  include Aws::Structure
882
902
  end
@@ -885,10 +905,6 @@ module Aws::Mgn
885
905
  #
886
906
  class DeleteWaveResponse < Aws::EmptyStructure; end
887
907
 
888
- # @!attribute [rw] account_id
889
- # Request to describe Job log Account ID.
890
- # @return [String]
891
- #
892
908
  # @!attribute [rw] job_id
893
909
  # Request to describe Job log job ID.
894
910
  # @return [String]
@@ -901,13 +917,17 @@ module Aws::Mgn
901
917
  # Request to describe Job log next token.
902
918
  # @return [String]
903
919
  #
920
+ # @!attribute [rw] account_id
921
+ # Request to describe Job log Account ID.
922
+ # @return [String]
923
+ #
904
924
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeJobLogItemsRequest AWS API Documentation
905
925
  #
906
926
  class DescribeJobLogItemsRequest < Struct.new(
907
- :account_id,
908
927
  :job_id,
909
928
  :max_results,
910
- :next_token)
929
+ :next_token,
930
+ :account_id)
911
931
  SENSITIVE = []
912
932
  include Aws::Structure
913
933
  end
@@ -929,10 +949,6 @@ module Aws::Mgn
929
949
  include Aws::Structure
930
950
  end
931
951
 
932
- # @!attribute [rw] account_id
933
- # Request to describe job log items by Account ID.
934
- # @return [String]
935
- #
936
952
  # @!attribute [rw] filters
937
953
  # Request to describe Job log filters.
938
954
  # @return [Types::DescribeJobsRequestFilters]
@@ -945,27 +961,31 @@ module Aws::Mgn
945
961
  # Request to describe job log items by next token.
946
962
  # @return [String]
947
963
  #
964
+ # @!attribute [rw] account_id
965
+ # Request to describe job log items by Account ID.
966
+ # @return [String]
967
+ #
948
968
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeJobsRequest AWS API Documentation
949
969
  #
950
970
  class DescribeJobsRequest < Struct.new(
951
- :account_id,
952
971
  :filters,
953
972
  :max_results,
954
- :next_token)
973
+ :next_token,
974
+ :account_id)
955
975
  SENSITIVE = []
956
976
  include Aws::Structure
957
977
  end
958
978
 
959
979
  # Request to describe Job log filters.
960
980
  #
961
- # @!attribute [rw] from_date
962
- # Request to describe Job log filters by date.
963
- # @return [String]
964
- #
965
981
  # @!attribute [rw] job_i_ds
966
982
  # Request to describe Job log filters by job ID.
967
983
  # @return [Array<String>]
968
984
  #
985
+ # @!attribute [rw] from_date
986
+ # Request to describe Job log filters by date.
987
+ # @return [String]
988
+ #
969
989
  # @!attribute [rw] to_date
970
990
  # Request to describe job log items by last date.
971
991
  # @return [String]
@@ -973,8 +993,8 @@ module Aws::Mgn
973
993
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeJobsRequestFilters AWS API Documentation
974
994
  #
975
995
  class DescribeJobsRequestFilters < Struct.new(
976
- :from_date,
977
996
  :job_i_ds,
997
+ :from_date,
978
998
  :to_date)
979
999
  SENSITIVE = []
980
1000
  include Aws::Structure
@@ -1040,7 +1060,12 @@ module Aws::Mgn
1040
1060
  include Aws::Structure
1041
1061
  end
1042
1062
 
1043
- # @!attribute [rw] max_results
1063
+ # @!attribute [rw] replication_configuration_template_i_ds
1064
+ # Request to describe Replication Configuration template by template
1065
+ # IDs.
1066
+ # @return [Array<String>]
1067
+ #
1068
+ # @!attribute [rw] max_results
1044
1069
  # Request to describe Replication Configuration template by max
1045
1070
  # results.
1046
1071
  # @return [Integer]
@@ -1050,17 +1075,12 @@ module Aws::Mgn
1050
1075
  # token.
1051
1076
  # @return [String]
1052
1077
  #
1053
- # @!attribute [rw] replication_configuration_template_i_ds
1054
- # Request to describe Replication Configuration template by template
1055
- # IDs.
1056
- # @return [Array<String>]
1057
- #
1058
1078
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeReplicationConfigurationTemplatesRequest AWS API Documentation
1059
1079
  #
1060
1080
  class DescribeReplicationConfigurationTemplatesRequest < Struct.new(
1081
+ :replication_configuration_template_i_ds,
1061
1082
  :max_results,
1062
- :next_token,
1063
- :replication_configuration_template_i_ds)
1083
+ :next_token)
1064
1084
  SENSITIVE = []
1065
1085
  include Aws::Structure
1066
1086
  end
@@ -1083,10 +1103,6 @@ module Aws::Mgn
1083
1103
  include Aws::Structure
1084
1104
  end
1085
1105
 
1086
- # @!attribute [rw] account_id
1087
- # Request to filter Source Servers list by Accoun ID.
1088
- # @return [String]
1089
- #
1090
1106
  # @!attribute [rw] filters
1091
1107
  # Request to filter Source Servers list.
1092
1108
  # @return [Types::DescribeSourceServersRequestFilters]
@@ -1099,47 +1115,51 @@ module Aws::Mgn
1099
1115
  # Request to filter Source Servers list by next token.
1100
1116
  # @return [String]
1101
1117
  #
1118
+ # @!attribute [rw] account_id
1119
+ # Request to filter Source Servers list by Accoun ID.
1120
+ # @return [String]
1121
+ #
1102
1122
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeSourceServersRequest AWS API Documentation
1103
1123
  #
1104
1124
  class DescribeSourceServersRequest < Struct.new(
1105
- :account_id,
1106
1125
  :filters,
1107
1126
  :max_results,
1108
- :next_token)
1127
+ :next_token,
1128
+ :account_id)
1109
1129
  SENSITIVE = []
1110
1130
  include Aws::Structure
1111
1131
  end
1112
1132
 
1113
1133
  # Request to filter Source Servers list.
1114
1134
  #
1115
- # @!attribute [rw] application_i_ds
1116
- # Request to filter Source Servers list by application IDs.
1135
+ # @!attribute [rw] source_server_i_ds
1136
+ # Request to filter Source Servers list by Source Server ID.
1117
1137
  # @return [Array<String>]
1118
1138
  #
1119
1139
  # @!attribute [rw] is_archived
1120
1140
  # Request to filter Source Servers list by archived.
1121
1141
  # @return [Boolean]
1122
1142
  #
1123
- # @!attribute [rw] life_cycle_states
1124
- # Request to filter Source Servers list by life cycle states.
1125
- # @return [Array<String>]
1126
- #
1127
1143
  # @!attribute [rw] replication_types
1128
1144
  # Request to filter Source Servers list by replication type.
1129
1145
  # @return [Array<String>]
1130
1146
  #
1131
- # @!attribute [rw] source_server_i_ds
1132
- # Request to filter Source Servers list by Source Server ID.
1147
+ # @!attribute [rw] life_cycle_states
1148
+ # Request to filter Source Servers list by life cycle states.
1149
+ # @return [Array<String>]
1150
+ #
1151
+ # @!attribute [rw] application_i_ds
1152
+ # Request to filter Source Servers list by application IDs.
1133
1153
  # @return [Array<String>]
1134
1154
  #
1135
1155
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeSourceServersRequestFilters AWS API Documentation
1136
1156
  #
1137
1157
  class DescribeSourceServersRequestFilters < Struct.new(
1138
- :application_i_ds,
1158
+ :source_server_i_ds,
1139
1159
  :is_archived,
1140
- :life_cycle_states,
1141
1160
  :replication_types,
1142
- :source_server_i_ds)
1161
+ :life_cycle_states,
1162
+ :application_i_ds)
1143
1163
  SENSITIVE = []
1144
1164
  include Aws::Structure
1145
1165
  end
@@ -1195,24 +1215,24 @@ module Aws::Mgn
1195
1215
  include Aws::Structure
1196
1216
  end
1197
1217
 
1198
- # @!attribute [rw] account_id
1199
- # Account ID.
1218
+ # @!attribute [rw] wave_id
1219
+ # Wave ID.
1200
1220
  # @return [String]
1201
1221
  #
1202
1222
  # @!attribute [rw] application_i_ds
1203
1223
  # Application IDs list.
1204
1224
  # @return [Array<String>]
1205
1225
  #
1206
- # @!attribute [rw] wave_id
1207
- # Wave ID.
1226
+ # @!attribute [rw] account_id
1227
+ # Account ID.
1208
1228
  # @return [String]
1209
1229
  #
1210
1230
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DisassociateApplicationsRequest AWS API Documentation
1211
1231
  #
1212
1232
  class DisassociateApplicationsRequest < Struct.new(
1213
- :account_id,
1233
+ :wave_id,
1214
1234
  :application_i_ds,
1215
- :wave_id)
1235
+ :account_id)
1216
1236
  SENSITIVE = []
1217
1237
  include Aws::Structure
1218
1238
  end
@@ -1221,10 +1241,6 @@ module Aws::Mgn
1221
1241
  #
1222
1242
  class DisassociateApplicationsResponse < Aws::EmptyStructure; end
1223
1243
 
1224
- # @!attribute [rw] account_id
1225
- # Account ID.
1226
- # @return [String]
1227
- #
1228
1244
  # @!attribute [rw] application_id
1229
1245
  # Application ID.
1230
1246
  # @return [String]
@@ -1233,12 +1249,16 @@ module Aws::Mgn
1233
1249
  # Source server IDs list.
1234
1250
  # @return [Array<String>]
1235
1251
  #
1252
+ # @!attribute [rw] account_id
1253
+ # Account ID.
1254
+ # @return [String]
1255
+ #
1236
1256
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DisassociateSourceServersRequest AWS API Documentation
1237
1257
  #
1238
1258
  class DisassociateSourceServersRequest < Struct.new(
1239
- :account_id,
1240
1259
  :application_id,
1241
- :source_server_i_ds)
1260
+ :source_server_i_ds,
1261
+ :account_id)
1242
1262
  SENSITIVE = []
1243
1263
  include Aws::Structure
1244
1264
  end
@@ -1247,52 +1267,52 @@ module Aws::Mgn
1247
1267
  #
1248
1268
  class DisassociateSourceServersResponse < Aws::EmptyStructure; end
1249
1269
 
1250
- # @!attribute [rw] account_id
1251
- # Request to disconnect Source Server from service by Account ID.
1252
- # @return [String]
1253
- #
1254
1270
  # @!attribute [rw] source_server_id
1255
1271
  # Request to disconnect Source Server from service by Server ID.
1256
1272
  # @return [String]
1257
1273
  #
1274
+ # @!attribute [rw] account_id
1275
+ # Request to disconnect Source Server from service by Account ID.
1276
+ # @return [String]
1277
+ #
1258
1278
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DisconnectFromServiceRequest AWS API Documentation
1259
1279
  #
1260
1280
  class DisconnectFromServiceRequest < Struct.new(
1261
- :account_id,
1262
- :source_server_id)
1281
+ :source_server_id,
1282
+ :account_id)
1263
1283
  SENSITIVE = []
1264
1284
  include Aws::Structure
1265
1285
  end
1266
1286
 
1267
1287
  # The disk identifier.
1268
1288
  #
1269
- # @!attribute [rw] bytes
1270
- # The amount of storage on the disk in bytes.
1271
- # @return [Integer]
1272
- #
1273
1289
  # @!attribute [rw] device_name
1274
1290
  # The disk or device name.
1275
1291
  # @return [String]
1276
1292
  #
1293
+ # @!attribute [rw] bytes
1294
+ # The amount of storage on the disk in bytes.
1295
+ # @return [Integer]
1296
+ #
1277
1297
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/Disk AWS API Documentation
1278
1298
  #
1279
1299
  class Disk < Struct.new(
1280
- :bytes,
1281
- :device_name)
1300
+ :device_name,
1301
+ :bytes)
1282
1302
  SENSITIVE = []
1283
1303
  include Aws::Structure
1284
1304
  end
1285
1305
 
1286
1306
  # Error details.
1287
1307
  #
1288
- # @!attribute [rw] code
1289
- # Error details code.
1290
- # @return [String]
1291
- #
1292
1308
  # @!attribute [rw] message
1293
1309
  # Error details message.
1294
1310
  # @return [String]
1295
1311
  #
1312
+ # @!attribute [rw] code
1313
+ # Error details code.
1314
+ # @return [String]
1315
+ #
1296
1316
  # @!attribute [rw] resource_id
1297
1317
  # Error details resourceId.
1298
1318
  # @return [String]
@@ -1304,8 +1324,8 @@ module Aws::Mgn
1304
1324
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ErrorDetails AWS API Documentation
1305
1325
  #
1306
1326
  class ErrorDetails < Struct.new(
1307
- :code,
1308
1327
  :message,
1328
+ :code,
1309
1329
  :resource_id,
1310
1330
  :resource_type)
1311
1331
  SENSITIVE = []
@@ -1328,87 +1348,97 @@ module Aws::Mgn
1328
1348
 
1329
1349
  # Export task.
1330
1350
  #
1331
- # @!attribute [rw] creation_date_time
1332
- # Export task creation datetime.
1333
- # @return [String]
1334
- #
1335
- # @!attribute [rw] end_date_time
1336
- # Export task end datetime.
1337
- # @return [String]
1338
- #
1339
1351
  # @!attribute [rw] export_id
1340
1352
  # Export task id.
1341
1353
  # @return [String]
1342
1354
  #
1343
- # @!attribute [rw] progress_percentage
1344
- # Export task progress percentage.
1345
- # @return [Float]
1355
+ # @!attribute [rw] arn
1356
+ # ExportTask arn.
1357
+ # @return [String]
1346
1358
  #
1347
1359
  # @!attribute [rw] s3_bucket
1348
1360
  # Export task s3 bucket.
1349
1361
  # @return [String]
1350
1362
  #
1363
+ # @!attribute [rw] s3_key
1364
+ # Export task s3 key.
1365
+ # @return [String]
1366
+ #
1351
1367
  # @!attribute [rw] s3_bucket_owner
1352
1368
  # Export task s3 bucket owner.
1353
1369
  # @return [String]
1354
1370
  #
1355
- # @!attribute [rw] s3_key
1356
- # Export task s3 key.
1371
+ # @!attribute [rw] creation_date_time
1372
+ # Export task creation datetime.
1373
+ # @return [String]
1374
+ #
1375
+ # @!attribute [rw] end_date_time
1376
+ # Export task end datetime.
1357
1377
  # @return [String]
1358
1378
  #
1359
1379
  # @!attribute [rw] status
1360
1380
  # Export task status.
1361
1381
  # @return [String]
1362
1382
  #
1383
+ # @!attribute [rw] progress_percentage
1384
+ # Export task progress percentage.
1385
+ # @return [Float]
1386
+ #
1363
1387
  # @!attribute [rw] summary
1364
1388
  # Export task summary.
1365
1389
  # @return [Types::ExportTaskSummary]
1366
1390
  #
1391
+ # @!attribute [rw] tags
1392
+ # Export task tags.
1393
+ # @return [Hash<String,String>]
1394
+ #
1367
1395
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ExportTask AWS API Documentation
1368
1396
  #
1369
1397
  class ExportTask < Struct.new(
1370
- :creation_date_time,
1371
- :end_date_time,
1372
1398
  :export_id,
1373
- :progress_percentage,
1399
+ :arn,
1374
1400
  :s3_bucket,
1375
- :s3_bucket_owner,
1376
1401
  :s3_key,
1402
+ :s3_bucket_owner,
1403
+ :creation_date_time,
1404
+ :end_date_time,
1377
1405
  :status,
1378
- :summary)
1379
- SENSITIVE = []
1406
+ :progress_percentage,
1407
+ :summary,
1408
+ :tags)
1409
+ SENSITIVE = [:tags]
1380
1410
  include Aws::Structure
1381
1411
  end
1382
1412
 
1383
1413
  # Export task error.
1384
1414
  #
1385
- # @!attribute [rw] error_data
1386
- # Export task error data.
1387
- # @return [Types::ExportErrorData]
1388
- #
1389
1415
  # @!attribute [rw] error_date_time
1390
1416
  # Export task error datetime.
1391
1417
  # @return [String]
1392
1418
  #
1419
+ # @!attribute [rw] error_data
1420
+ # Export task error data.
1421
+ # @return [Types::ExportErrorData]
1422
+ #
1393
1423
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ExportTaskError AWS API Documentation
1394
1424
  #
1395
1425
  class ExportTaskError < Struct.new(
1396
- :error_data,
1397
- :error_date_time)
1426
+ :error_date_time,
1427
+ :error_data)
1398
1428
  SENSITIVE = []
1399
1429
  include Aws::Structure
1400
1430
  end
1401
1431
 
1402
1432
  # Export task summary.
1403
1433
  #
1404
- # @!attribute [rw] applications_count
1405
- # Export task summary applications count.
1406
- # @return [Integer]
1407
- #
1408
1434
  # @!attribute [rw] servers_count
1409
1435
  # Export task summary servers count.
1410
1436
  # @return [Integer]
1411
1437
  #
1438
+ # @!attribute [rw] applications_count
1439
+ # Export task summary applications count.
1440
+ # @return [Integer]
1441
+ #
1412
1442
  # @!attribute [rw] waves_count
1413
1443
  # Export task summary waves count.
1414
1444
  # @return [Integer]
@@ -1416,70 +1446,66 @@ module Aws::Mgn
1416
1446
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ExportTaskSummary AWS API Documentation
1417
1447
  #
1418
1448
  class ExportTaskSummary < Struct.new(
1419
- :applications_count,
1420
1449
  :servers_count,
1450
+ :applications_count,
1421
1451
  :waves_count)
1422
1452
  SENSITIVE = []
1423
1453
  include Aws::Structure
1424
1454
  end
1425
1455
 
1426
- # @!attribute [rw] account_id
1427
- # Request to finalize Cutover by Source Account ID.
1428
- # @return [String]
1429
- #
1430
1456
  # @!attribute [rw] source_server_id
1431
1457
  # Request to finalize Cutover by Source Server ID.
1432
1458
  # @return [String]
1433
1459
  #
1460
+ # @!attribute [rw] account_id
1461
+ # Request to finalize Cutover by Source Account ID.
1462
+ # @return [String]
1463
+ #
1434
1464
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/FinalizeCutoverRequest AWS API Documentation
1435
1465
  #
1436
1466
  class FinalizeCutoverRequest < Struct.new(
1437
- :account_id,
1438
- :source_server_id)
1467
+ :source_server_id,
1468
+ :account_id)
1439
1469
  SENSITIVE = []
1440
1470
  include Aws::Structure
1441
1471
  end
1442
1472
 
1443
- # @!attribute [rw] account_id
1444
- # Request to get Launch Configuration information by Account ID.
1445
- # @return [String]
1446
- #
1447
1473
  # @!attribute [rw] source_server_id
1448
1474
  # Request to get Launch Configuration information by Source Server ID.
1449
1475
  # @return [String]
1450
1476
  #
1477
+ # @!attribute [rw] account_id
1478
+ # Request to get Launch Configuration information by Account ID.
1479
+ # @return [String]
1480
+ #
1451
1481
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/GetLaunchConfigurationRequest AWS API Documentation
1452
1482
  #
1453
1483
  class GetLaunchConfigurationRequest < Struct.new(
1454
- :account_id,
1455
- :source_server_id)
1484
+ :source_server_id,
1485
+ :account_id)
1456
1486
  SENSITIVE = []
1457
1487
  include Aws::Structure
1458
1488
  end
1459
1489
 
1460
- # @!attribute [rw] account_id
1461
- # Request to get Replication Configuration by Account ID.
1462
- # @return [String]
1463
- #
1464
1490
  # @!attribute [rw] source_server_id
1465
1491
  # Request to get Replication Configuration by Source Server ID.
1466
1492
  # @return [String]
1467
1493
  #
1494
+ # @!attribute [rw] account_id
1495
+ # Request to get Replication Configuration by Account ID.
1496
+ # @return [String]
1497
+ #
1468
1498
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/GetReplicationConfigurationRequest AWS API Documentation
1469
1499
  #
1470
1500
  class GetReplicationConfigurationRequest < Struct.new(
1471
- :account_id,
1472
- :source_server_id)
1501
+ :source_server_id,
1502
+ :account_id)
1473
1503
  SENSITIVE = []
1474
1504
  include Aws::Structure
1475
1505
  end
1476
1506
 
1477
1507
  # Identification hints.
1478
1508
  #
1479
- # @!attribute [rw] aws_instance_id
1480
- # AWS Instance ID identification hint.
1481
- # @return [String]
1482
- #
1483
1509
  # @!attribute [rw] fqdn
1484
1510
  # FQDN address identification hint.
1485
1511
  # @return [String]
@@ -1488,72 +1514,88 @@ module Aws::Mgn
1488
1514
  # Hostname identification hint.
1489
1515
  # @return [String]
1490
1516
  #
1491
- # @!attribute [rw] vm_path
1492
- # vCenter VM path identification hint.
1493
- # @return [String]
1494
- #
1495
1517
  # @!attribute [rw] vm_ware_uuid
1496
1518
  # vmWare UUID identification hint.
1497
1519
  # @return [String]
1498
1520
  #
1521
+ # @!attribute [rw] aws_instance_id
1522
+ # AWS Instance ID identification hint.
1523
+ # @return [String]
1524
+ #
1525
+ # @!attribute [rw] vm_path
1526
+ # vCenter VM path identification hint.
1527
+ # @return [String]
1528
+ #
1499
1529
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/IdentificationHints AWS API Documentation
1500
1530
  #
1501
1531
  class IdentificationHints < Struct.new(
1502
- :aws_instance_id,
1503
1532
  :fqdn,
1504
1533
  :hostname,
1505
- :vm_path,
1506
- :vm_ware_uuid)
1534
+ :vm_ware_uuid,
1535
+ :aws_instance_id,
1536
+ :vm_path)
1507
1537
  SENSITIVE = []
1508
1538
  include Aws::Structure
1509
1539
  end
1510
1540
 
1511
1541
  # Import error data.
1512
1542
  #
1513
- # @!attribute [rw] account_id
1514
- # Import error data source account ID.
1543
+ # @!attribute [rw] source_server_id
1544
+ # Import error data source server ID.
1515
1545
  # @return [String]
1516
1546
  #
1517
1547
  # @!attribute [rw] application_id
1518
1548
  # Import error data application ID.
1519
1549
  # @return [String]
1520
1550
  #
1521
- # @!attribute [rw] ec2_launch_template_id
1522
- # Import error data ec2 LaunchTemplate ID.
1551
+ # @!attribute [rw] wave_id
1552
+ # Import error data wave id.
1523
1553
  # @return [String]
1524
1554
  #
1525
- # @!attribute [rw] raw_error
1526
- # Import error data raw error.
1555
+ # @!attribute [rw] ec2_launch_template_id
1556
+ # Import error data ec2 LaunchTemplate ID.
1527
1557
  # @return [String]
1528
1558
  #
1529
1559
  # @!attribute [rw] row_number
1530
1560
  # Import error data row number.
1531
1561
  # @return [Integer]
1532
1562
  #
1533
- # @!attribute [rw] source_server_id
1534
- # Import error data source server ID.
1563
+ # @!attribute [rw] raw_error
1564
+ # Import error data raw error.
1535
1565
  # @return [String]
1536
1566
  #
1537
- # @!attribute [rw] wave_id
1538
- # Import error data wave id.
1567
+ # @!attribute [rw] account_id
1568
+ # Import error data source account ID.
1539
1569
  # @return [String]
1540
1570
  #
1541
1571
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ImportErrorData AWS API Documentation
1542
1572
  #
1543
1573
  class ImportErrorData < Struct.new(
1544
- :account_id,
1574
+ :source_server_id,
1545
1575
  :application_id,
1576
+ :wave_id,
1546
1577
  :ec2_launch_template_id,
1547
- :raw_error,
1548
1578
  :row_number,
1549
- :source_server_id,
1550
- :wave_id)
1579
+ :raw_error,
1580
+ :account_id)
1551
1581
  SENSITIVE = []
1552
1582
  include Aws::Structure
1553
1583
  end
1554
1584
 
1555
1585
  # Import task.
1556
1586
  #
1587
+ # @!attribute [rw] import_id
1588
+ # Import task id.
1589
+ # @return [String]
1590
+ #
1591
+ # @!attribute [rw] arn
1592
+ # ImportTask arn.
1593
+ # @return [String]
1594
+ #
1595
+ # @!attribute [rw] s3_bucket_source
1596
+ # Import task s3 bucket source.
1597
+ # @return [Types::S3BucketSource]
1598
+ #
1557
1599
  # @!attribute [rw] creation_date_time
1558
1600
  # Import task creation datetime.
1559
1601
  # @return [String]
@@ -1562,46 +1604,40 @@ module Aws::Mgn
1562
1604
  # Import task end datetime.
1563
1605
  # @return [String]
1564
1606
  #
1565
- # @!attribute [rw] import_id
1566
- # Import task id.
1607
+ # @!attribute [rw] status
1608
+ # Import task status.
1567
1609
  # @return [String]
1568
1610
  #
1569
1611
  # @!attribute [rw] progress_percentage
1570
1612
  # Import task progress percentage.
1571
1613
  # @return [Float]
1572
1614
  #
1573
- # @!attribute [rw] s3_bucket_source
1574
- # Import task s3 bucket source.
1575
- # @return [Types::S3BucketSource]
1576
- #
1577
- # @!attribute [rw] status
1578
- # Import task status.
1579
- # @return [String]
1580
- #
1581
1615
  # @!attribute [rw] summary
1582
1616
  # Import task summary.
1583
1617
  # @return [Types::ImportTaskSummary]
1584
1618
  #
1619
+ # @!attribute [rw] tags
1620
+ # Import task tags.
1621
+ # @return [Hash<String,String>]
1622
+ #
1585
1623
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ImportTask AWS API Documentation
1586
1624
  #
1587
1625
  class ImportTask < Struct.new(
1588
- :creation_date_time,
1589
- :end_date_time,
1590
1626
  :import_id,
1591
- :progress_percentage,
1627
+ :arn,
1592
1628
  :s3_bucket_source,
1629
+ :creation_date_time,
1630
+ :end_date_time,
1593
1631
  :status,
1594
- :summary)
1595
- SENSITIVE = []
1632
+ :progress_percentage,
1633
+ :summary,
1634
+ :tags)
1635
+ SENSITIVE = [:tags]
1596
1636
  include Aws::Structure
1597
1637
  end
1598
1638
 
1599
1639
  # Import task error.
1600
1640
  #
1601
- # @!attribute [rw] error_data
1602
- # Import task error data.
1603
- # @return [Types::ImportErrorData]
1604
- #
1605
1641
  # @!attribute [rw] error_date_time
1606
1642
  # Import task error datetime.
1607
1643
  # @return [String]
@@ -1610,18 +1646,26 @@ module Aws::Mgn
1610
1646
  # Import task error type.
1611
1647
  # @return [String]
1612
1648
  #
1649
+ # @!attribute [rw] error_data
1650
+ # Import task error data.
1651
+ # @return [Types::ImportErrorData]
1652
+ #
1613
1653
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ImportTaskError AWS API Documentation
1614
1654
  #
1615
1655
  class ImportTaskError < Struct.new(
1616
- :error_data,
1617
1656
  :error_date_time,
1618
- :error_type)
1657
+ :error_type,
1658
+ :error_data)
1619
1659
  SENSITIVE = []
1620
1660
  include Aws::Structure
1621
1661
  end
1622
1662
 
1623
1663
  # Import task summary.
1624
1664
  #
1665
+ # @!attribute [rw] waves
1666
+ # Import task summary waves.
1667
+ # @return [Types::ImportTaskSummaryWaves]
1668
+ #
1625
1669
  # @!attribute [rw] applications
1626
1670
  # Import task summary applications.
1627
1671
  # @return [Types::ImportTaskSummaryApplications]
@@ -1630,16 +1674,12 @@ module Aws::Mgn
1630
1674
  # Import task summary servers.
1631
1675
  # @return [Types::ImportTaskSummaryServers]
1632
1676
  #
1633
- # @!attribute [rw] waves
1634
- # Import task summary waves.
1635
- # @return [Types::ImportTaskSummaryWaves]
1636
- #
1637
1677
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ImportTaskSummary AWS API Documentation
1638
1678
  #
1639
1679
  class ImportTaskSummary < Struct.new(
1680
+ :waves,
1640
1681
  :applications,
1641
- :servers,
1642
- :waves)
1682
+ :servers)
1643
1683
  SENSITIVE = []
1644
1684
  include Aws::Structure
1645
1685
  end
@@ -1734,10 +1774,22 @@ module Aws::Mgn
1734
1774
 
1735
1775
  # Job.
1736
1776
  #
1777
+ # @!attribute [rw] job_id
1778
+ # Job ID.
1779
+ # @return [String]
1780
+ #
1737
1781
  # @!attribute [rw] arn
1738
1782
  # the ARN of the specific Job.
1739
1783
  # @return [String]
1740
1784
  #
1785
+ # @!attribute [rw] type
1786
+ # Job type.
1787
+ # @return [String]
1788
+ #
1789
+ # @!attribute [rw] initiated_by
1790
+ # Job initiated by field.
1791
+ # @return [String]
1792
+ #
1741
1793
  # @!attribute [rw] creation_date_time
1742
1794
  # Job creation time.
1743
1795
  # @return [String]
@@ -1746,48 +1798,40 @@ module Aws::Mgn
1746
1798
  # Job end time.
1747
1799
  # @return [String]
1748
1800
  #
1749
- # @!attribute [rw] initiated_by
1750
- # Job initiated by field.
1751
- # @return [String]
1752
- #
1753
- # @!attribute [rw] job_id
1754
- # Job ID.
1801
+ # @!attribute [rw] status
1802
+ # Job status.
1755
1803
  # @return [String]
1756
1804
  #
1757
1805
  # @!attribute [rw] participating_servers
1758
1806
  # Servers participating in a specific Job.
1759
1807
  # @return [Array<Types::ParticipatingServer>]
1760
1808
  #
1761
- # @!attribute [rw] status
1762
- # Job status.
1763
- # @return [String]
1764
- #
1765
1809
  # @!attribute [rw] tags
1766
1810
  # Tags associated with specific Job.
1767
1811
  # @return [Hash<String,String>]
1768
1812
  #
1769
- # @!attribute [rw] type
1770
- # Job type.
1771
- # @return [String]
1772
- #
1773
1813
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/Job AWS API Documentation
1774
1814
  #
1775
1815
  class Job < Struct.new(
1816
+ :job_id,
1776
1817
  :arn,
1818
+ :type,
1819
+ :initiated_by,
1777
1820
  :creation_date_time,
1778
1821
  :end_date_time,
1779
- :initiated_by,
1780
- :job_id,
1781
- :participating_servers,
1782
1822
  :status,
1783
- :tags,
1784
- :type)
1823
+ :participating_servers,
1824
+ :tags)
1785
1825
  SENSITIVE = [:tags]
1786
1826
  include Aws::Structure
1787
1827
  end
1788
1828
 
1789
1829
  # Job log.
1790
1830
  #
1831
+ # @!attribute [rw] log_date_time
1832
+ # Job log event date and time.
1833
+ # @return [String]
1834
+ #
1791
1835
  # @!attribute [rw] event
1792
1836
  # Job log event.
1793
1837
  # @return [String]
@@ -1796,51 +1840,67 @@ module Aws::Mgn
1796
1840
  # Job event data
1797
1841
  # @return [Types::JobLogEventData]
1798
1842
  #
1799
- # @!attribute [rw] log_date_time
1800
- # Job log event date and time.
1801
- # @return [String]
1802
- #
1803
1843
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/JobLog AWS API Documentation
1804
1844
  #
1805
1845
  class JobLog < Struct.new(
1846
+ :log_date_time,
1806
1847
  :event,
1807
- :event_data,
1808
- :log_date_time)
1848
+ :event_data)
1809
1849
  SENSITIVE = []
1810
1850
  include Aws::Structure
1811
1851
  end
1812
1852
 
1813
1853
  # Job log data
1814
1854
  #
1855
+ # @!attribute [rw] source_server_id
1856
+ # Job Event Source Server ID.
1857
+ # @return [String]
1858
+ #
1815
1859
  # @!attribute [rw] conversion_server_id
1816
1860
  # Job Event conversion Server ID.
1817
1861
  # @return [String]
1818
1862
  #
1863
+ # @!attribute [rw] target_instance_id
1864
+ # Job Event Target instance ID.
1865
+ # @return [String]
1866
+ #
1819
1867
  # @!attribute [rw] raw_error
1820
1868
  # Job error.
1821
1869
  # @return [String]
1822
1870
  #
1823
- # @!attribute [rw] source_server_id
1824
- # Job Event Source Server ID.
1825
- # @return [String]
1871
+ # @!attribute [rw] attempt_count
1872
+ # Retries for this operation.
1873
+ # @return [Integer]
1826
1874
  #
1827
- # @!attribute [rw] target_instance_id
1828
- # Job Event Target instance ID.
1829
- # @return [String]
1875
+ # @!attribute [rw] max_attempts_count
1876
+ # The maximum number of retries that will be attempted if this
1877
+ # operation failed.
1878
+ # @return [Integer]
1830
1879
  #
1831
1880
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/JobLogEventData AWS API Documentation
1832
1881
  #
1833
1882
  class JobLogEventData < Struct.new(
1883
+ :source_server_id,
1834
1884
  :conversion_server_id,
1885
+ :target_instance_id,
1835
1886
  :raw_error,
1836
- :source_server_id,
1837
- :target_instance_id)
1887
+ :attempt_count,
1888
+ :max_attempts_count)
1838
1889
  SENSITIVE = []
1839
1890
  include Aws::Structure
1840
1891
  end
1841
1892
 
1842
1893
  # Launch Status of the Job Post Launch Actions.
1843
1894
  #
1895
+ # @!attribute [rw] ssm_document
1896
+ # AWS Systems Manager's Document of the of the Job Post Launch
1897
+ # Actions.
1898
+ # @return [Types::SsmDocument]
1899
+ #
1900
+ # @!attribute [rw] ssm_document_type
1901
+ # AWS Systems Manager Document type.
1902
+ # @return [String]
1903
+ #
1844
1904
  # @!attribute [rw] execution_id
1845
1905
  # AWS Systems Manager Document's execution ID of the of the Job Post
1846
1906
  # Launch Actions.
@@ -1854,188 +1914,193 @@ module Aws::Mgn
1854
1914
  # AWS Systems Manager Document's failure reason.
1855
1915
  # @return [String]
1856
1916
  #
1857
- # @!attribute [rw] ssm_document
1858
- # AWS Systems Manager's Document of the of the Job Post Launch
1859
- # Actions.
1860
- # @return [Types::SsmDocument]
1861
- #
1862
- # @!attribute [rw] ssm_document_type
1863
- # AWS Systems Manager Document type.
1864
- # @return [String]
1865
- #
1866
1917
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/JobPostLaunchActionsLaunchStatus AWS API Documentation
1867
1918
  #
1868
1919
  class JobPostLaunchActionsLaunchStatus < Struct.new(
1920
+ :ssm_document,
1921
+ :ssm_document_type,
1869
1922
  :execution_id,
1870
1923
  :execution_status,
1871
- :failure_reason,
1872
- :ssm_document,
1873
- :ssm_document_type)
1924
+ :failure_reason)
1874
1925
  SENSITIVE = []
1875
1926
  include Aws::Structure
1876
1927
  end
1877
1928
 
1878
- # @!attribute [rw] boot_mode
1879
- # Launch configuration boot mode.
1929
+ # @!attribute [rw] source_server_id
1930
+ # Launch configuration Source Server ID.
1880
1931
  # @return [String]
1881
1932
  #
1882
- # @!attribute [rw] copy_private_ip
1883
- # Copy Private IP during Launch Configuration.
1884
- # @return [Boolean]
1885
- #
1886
- # @!attribute [rw] copy_tags
1887
- # Copy Tags during Launch Configuration.
1888
- # @return [Boolean]
1933
+ # @!attribute [rw] name
1934
+ # Launch configuration name.
1935
+ # @return [String]
1889
1936
  #
1890
1937
  # @!attribute [rw] ec2_launch_template_id
1891
1938
  # Launch configuration EC2 Launch template ID.
1892
1939
  # @return [String]
1893
1940
  #
1894
- # @!attribute [rw] enable_map_auto_tagging
1895
- # Enable map auto tagging.
1896
- # @return [Boolean]
1897
- #
1898
1941
  # @!attribute [rw] launch_disposition
1899
1942
  # Launch disposition for launch configuration.
1900
1943
  # @return [String]
1901
1944
  #
1945
+ # @!attribute [rw] target_instance_type_right_sizing_method
1946
+ # Launch configuration Target instance type right sizing method.
1947
+ # @return [String]
1948
+ #
1949
+ # @!attribute [rw] copy_private_ip
1950
+ # Copy Private IP during Launch Configuration.
1951
+ # @return [Boolean]
1952
+ #
1953
+ # @!attribute [rw] copy_tags
1954
+ # Copy Tags during Launch Configuration.
1955
+ # @return [Boolean]
1956
+ #
1902
1957
  # @!attribute [rw] licensing
1903
1958
  # Launch configuration OS licensing.
1904
1959
  # @return [Types::Licensing]
1905
1960
  #
1906
- # @!attribute [rw] map_auto_tagging_mpe_id
1907
- # Map auto tagging MPE ID.
1908
- # @return [String]
1909
- #
1910
- # @!attribute [rw] name
1911
- # Launch configuration name.
1961
+ # @!attribute [rw] boot_mode
1962
+ # Launch configuration boot mode.
1912
1963
  # @return [String]
1913
1964
  #
1914
1965
  # @!attribute [rw] post_launch_actions
1915
1966
  # Post Launch Actions to executed on the Test or Cutover instance.
1916
1967
  # @return [Types::PostLaunchActions]
1917
1968
  #
1918
- # @!attribute [rw] source_server_id
1919
- # Launch configuration Source Server ID.
1920
- # @return [String]
1969
+ # @!attribute [rw] enable_map_auto_tagging
1970
+ # Enable map auto tagging.
1971
+ # @return [Boolean]
1921
1972
  #
1922
- # @!attribute [rw] target_instance_type_right_sizing_method
1923
- # Launch configuration Target instance type right sizing method.
1973
+ # @!attribute [rw] map_auto_tagging_mpe_id
1974
+ # Map auto tagging MPE ID.
1924
1975
  # @return [String]
1925
1976
  #
1926
1977
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LaunchConfiguration AWS API Documentation
1927
1978
  #
1928
1979
  class LaunchConfiguration < Struct.new(
1929
- :boot_mode,
1930
- :copy_private_ip,
1931
- :copy_tags,
1980
+ :source_server_id,
1981
+ :name,
1932
1982
  :ec2_launch_template_id,
1933
- :enable_map_auto_tagging,
1934
1983
  :launch_disposition,
1984
+ :target_instance_type_right_sizing_method,
1985
+ :copy_private_ip,
1986
+ :copy_tags,
1935
1987
  :licensing,
1936
- :map_auto_tagging_mpe_id,
1937
- :name,
1988
+ :boot_mode,
1938
1989
  :post_launch_actions,
1939
- :source_server_id,
1940
- :target_instance_type_right_sizing_method)
1990
+ :enable_map_auto_tagging,
1991
+ :map_auto_tagging_mpe_id)
1941
1992
  SENSITIVE = []
1942
1993
  include Aws::Structure
1943
1994
  end
1944
1995
 
1996
+ # @!attribute [rw] launch_configuration_template_id
1997
+ # ID of the Launch Configuration Template.
1998
+ # @return [String]
1999
+ #
1945
2000
  # @!attribute [rw] arn
1946
2001
  # ARN of the Launch Configuration Template.
1947
2002
  # @return [String]
1948
2003
  #
1949
- # @!attribute [rw] associate_public_ip_address
1950
- # Associate public Ip address.
2004
+ # @!attribute [rw] post_launch_actions
2005
+ # Post Launch Actions of the Launch Configuration Template.
2006
+ # @return [Types::PostLaunchActions]
2007
+ #
2008
+ # @!attribute [rw] enable_map_auto_tagging
2009
+ # Enable map auto tagging.
1951
2010
  # @return [Boolean]
1952
2011
  #
1953
- # @!attribute [rw] boot_mode
1954
- # Launch configuration template boot mode.
2012
+ # @!attribute [rw] map_auto_tagging_mpe_id
2013
+ # Launch configuration template map auto tagging MPE ID.
1955
2014
  # @return [String]
1956
2015
  #
1957
- # @!attribute [rw] copy_private_ip
1958
- # Copy private Ip.
1959
- # @return [Boolean]
1960
- #
1961
- # @!attribute [rw] copy_tags
1962
- # Copy tags.
1963
- # @return [Boolean]
2016
+ # @!attribute [rw] tags
2017
+ # Tags of the Launch Configuration Template.
2018
+ # @return [Hash<String,String>]
1964
2019
  #
1965
2020
  # @!attribute [rw] ec2_launch_template_id
1966
2021
  # EC2 launch template ID.
1967
2022
  # @return [String]
1968
2023
  #
1969
- # @!attribute [rw] enable_map_auto_tagging
1970
- # Enable map auto tagging.
1971
- # @return [Boolean]
1972
- #
1973
- # @!attribute [rw] large_volume_conf
1974
- # Large volume config.
1975
- # @return [Types::LaunchTemplateDiskConf]
1976
- #
1977
- # @!attribute [rw] launch_configuration_template_id
1978
- # ID of the Launch Configuration Template.
1979
- # @return [String]
1980
- #
1981
2024
  # @!attribute [rw] launch_disposition
1982
2025
  # Launch disposition.
1983
2026
  # @return [String]
1984
2027
  #
2028
+ # @!attribute [rw] target_instance_type_right_sizing_method
2029
+ # Target instance type right-sizing method.
2030
+ # @return [String]
2031
+ #
2032
+ # @!attribute [rw] copy_private_ip
2033
+ # Copy private Ip.
2034
+ # @return [Boolean]
2035
+ #
2036
+ # @!attribute [rw] associate_public_ip_address
2037
+ # Associate public Ip address.
2038
+ # @return [Boolean]
2039
+ #
2040
+ # @!attribute [rw] copy_tags
2041
+ # Copy tags.
2042
+ # @return [Boolean]
2043
+ #
1985
2044
  # @!attribute [rw] licensing
1986
2045
  # Configure Licensing.
1987
2046
  # @return [Types::Licensing]
1988
2047
  #
1989
- # @!attribute [rw] map_auto_tagging_mpe_id
1990
- # Launch configuration template map auto tagging MPE ID.
2048
+ # @!attribute [rw] boot_mode
2049
+ # Launch configuration template boot mode.
1991
2050
  # @return [String]
1992
2051
  #
1993
- # @!attribute [rw] post_launch_actions
1994
- # Post Launch Actions of the Launch Configuration Template.
1995
- # @return [Types::PostLaunchActions]
2052
+ # @!attribute [rw] small_volume_max_size
2053
+ # Small volume maximum size.
2054
+ # @return [Integer]
1996
2055
  #
1997
2056
  # @!attribute [rw] small_volume_conf
1998
2057
  # Small volume config.
1999
2058
  # @return [Types::LaunchTemplateDiskConf]
2000
2059
  #
2001
- # @!attribute [rw] small_volume_max_size
2002
- # Small volume maximum size.
2003
- # @return [Integer]
2060
+ # @!attribute [rw] large_volume_conf
2061
+ # Large volume config.
2062
+ # @return [Types::LaunchTemplateDiskConf]
2004
2063
  #
2005
- # @!attribute [rw] tags
2006
- # Tags of the Launch Configuration Template.
2007
- # @return [Hash<String,String>]
2064
+ # @!attribute [rw] enable_parameters_encryption
2065
+ # Enable parameters encryption.
2066
+ # @return [Boolean]
2008
2067
  #
2009
- # @!attribute [rw] target_instance_type_right_sizing_method
2010
- # Target instance type right-sizing method.
2068
+ # @!attribute [rw] parameters_encryption_key
2069
+ # Parameters encryption key.
2011
2070
  # @return [String]
2012
2071
  #
2013
2072
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LaunchConfigurationTemplate AWS API Documentation
2014
2073
  #
2015
2074
  class LaunchConfigurationTemplate < Struct.new(
2075
+ :launch_configuration_template_id,
2016
2076
  :arn,
2017
- :associate_public_ip_address,
2018
- :boot_mode,
2019
- :copy_private_ip,
2020
- :copy_tags,
2021
- :ec2_launch_template_id,
2077
+ :post_launch_actions,
2022
2078
  :enable_map_auto_tagging,
2023
- :large_volume_conf,
2024
- :launch_configuration_template_id,
2079
+ :map_auto_tagging_mpe_id,
2080
+ :tags,
2081
+ :ec2_launch_template_id,
2025
2082
  :launch_disposition,
2083
+ :target_instance_type_right_sizing_method,
2084
+ :copy_private_ip,
2085
+ :associate_public_ip_address,
2086
+ :copy_tags,
2026
2087
  :licensing,
2027
- :map_auto_tagging_mpe_id,
2028
- :post_launch_actions,
2029
- :small_volume_conf,
2088
+ :boot_mode,
2030
2089
  :small_volume_max_size,
2031
- :tags,
2032
- :target_instance_type_right_sizing_method)
2090
+ :small_volume_conf,
2091
+ :large_volume_conf,
2092
+ :enable_parameters_encryption,
2093
+ :parameters_encryption_key)
2033
2094
  SENSITIVE = [:tags]
2034
2095
  include Aws::Structure
2035
2096
  end
2036
2097
 
2037
2098
  # Launch template disk configuration.
2038
2099
  #
2100
+ # @!attribute [rw] volume_type
2101
+ # Launch template disk volume type configuration.
2102
+ # @return [String]
2103
+ #
2039
2104
  # @!attribute [rw] iops
2040
2105
  # Launch template disk iops configuration.
2041
2106
  # @return [Integer]
@@ -2044,16 +2109,12 @@ module Aws::Mgn
2044
2109
  # Launch template disk throughput configuration.
2045
2110
  # @return [Integer]
2046
2111
  #
2047
- # @!attribute [rw] volume_type
2048
- # Launch template disk volume type configuration.
2049
- # @return [String]
2050
- #
2051
2112
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LaunchTemplateDiskConf AWS API Documentation
2052
2113
  #
2053
2114
  class LaunchTemplateDiskConf < Struct.new(
2115
+ :volume_type,
2054
2116
  :iops,
2055
- :throughput,
2056
- :volume_type)
2117
+ :throughput)
2057
2118
  SENSITIVE = []
2058
2119
  include Aws::Structure
2059
2120
  end
@@ -2064,20 +2125,20 @@ module Aws::Mgn
2064
2125
  # Launched instance EC2 ID.
2065
2126
  # @return [String]
2066
2127
  #
2067
- # @!attribute [rw] first_boot
2068
- # Launched instance first boot.
2069
- # @return [String]
2070
- #
2071
2128
  # @!attribute [rw] job_id
2072
2129
  # Launched instance Job ID.
2073
2130
  # @return [String]
2074
2131
  #
2132
+ # @!attribute [rw] first_boot
2133
+ # Launched instance first boot.
2134
+ # @return [String]
2135
+ #
2075
2136
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LaunchedInstance AWS API Documentation
2076
2137
  #
2077
2138
  class LaunchedInstance < Struct.new(
2078
2139
  :ec2_instance_id,
2079
- :first_boot,
2080
- :job_id)
2140
+ :job_id,
2141
+ :first_boot)
2081
2142
  SENSITIVE = []
2082
2143
  include Aws::Structure
2083
2144
  end
@@ -2102,17 +2163,13 @@ module Aws::Mgn
2102
2163
  # Lifecycle added to service data and time.
2103
2164
  # @return [String]
2104
2165
  #
2105
- # @!attribute [rw] elapsed_replication_duration
2106
- # Lifecycle elapsed time and duration.
2107
- # @return [String]
2108
- #
2109
2166
  # @!attribute [rw] first_byte_date_time
2110
2167
  # Lifecycle replication initiation date and time.
2111
2168
  # @return [String]
2112
2169
  #
2113
- # @!attribute [rw] last_cutover
2114
- # Lifecycle last Cutover.
2115
- # @return [Types::LifeCycleLastCutover]
2170
+ # @!attribute [rw] elapsed_replication_duration
2171
+ # Lifecycle elapsed time and duration.
2172
+ # @return [String]
2116
2173
  #
2117
2174
  # @!attribute [rw] last_seen_by_service_date_time
2118
2175
  # Lifecycle last seen date and time.
@@ -2122,6 +2179,10 @@ module Aws::Mgn
2122
2179
  # Lifecycle last Test.
2123
2180
  # @return [Types::LifeCycleLastTest]
2124
2181
  #
2182
+ # @!attribute [rw] last_cutover
2183
+ # Lifecycle last Cutover.
2184
+ # @return [Types::LifeCycleLastCutover]
2185
+ #
2125
2186
  # @!attribute [rw] state
2126
2187
  # Lifecycle state.
2127
2188
  # @return [String]
@@ -2130,11 +2191,11 @@ module Aws::Mgn
2130
2191
  #
2131
2192
  class LifeCycle < Struct.new(
2132
2193
  :added_to_service_date_time,
2133
- :elapsed_replication_duration,
2134
2194
  :first_byte_date_time,
2135
- :last_cutover,
2195
+ :elapsed_replication_duration,
2136
2196
  :last_seen_by_service_date_time,
2137
2197
  :last_test,
2198
+ :last_cutover,
2138
2199
  :state)
2139
2200
  SENSITIVE = []
2140
2201
  include Aws::Structure
@@ -2142,10 +2203,6 @@ module Aws::Mgn
2142
2203
 
2143
2204
  # Lifecycle last Cutover .
2144
2205
  #
2145
- # @!attribute [rw] finalized
2146
- # Lifecycle Cutover finalized date and time.
2147
- # @return [Types::LifeCycleLastCutoverFinalized]
2148
- #
2149
2206
  # @!attribute [rw] initiated
2150
2207
  # Lifecycle last Cutover initiated.
2151
2208
  # @return [Types::LifeCycleLastCutoverInitiated]
@@ -2154,12 +2211,16 @@ module Aws::Mgn
2154
2211
  # Lifecycle last Cutover reverted.
2155
2212
  # @return [Types::LifeCycleLastCutoverReverted]
2156
2213
  #
2214
+ # @!attribute [rw] finalized
2215
+ # Lifecycle Cutover finalized date and time.
2216
+ # @return [Types::LifeCycleLastCutoverFinalized]
2217
+ #
2157
2218
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LifeCycleLastCutover AWS API Documentation
2158
2219
  #
2159
2220
  class LifeCycleLastCutover < Struct.new(
2160
- :finalized,
2161
2221
  :initiated,
2162
- :reverted)
2222
+ :reverted,
2223
+ :finalized)
2163
2224
  SENSITIVE = []
2164
2225
  include Aws::Structure
2165
2226
  end
@@ -2212,10 +2273,6 @@ module Aws::Mgn
2212
2273
 
2213
2274
  # Lifecycle last Test.
2214
2275
  #
2215
- # @!attribute [rw] finalized
2216
- # Lifecycle last Test finalized.
2217
- # @return [Types::LifeCycleLastTestFinalized]
2218
- #
2219
2276
  # @!attribute [rw] initiated
2220
2277
  # Lifecycle last Test initiated.
2221
2278
  # @return [Types::LifeCycleLastTestInitiated]
@@ -2224,12 +2281,16 @@ module Aws::Mgn
2224
2281
  # Lifecycle last Test reverted.
2225
2282
  # @return [Types::LifeCycleLastTestReverted]
2226
2283
  #
2284
+ # @!attribute [rw] finalized
2285
+ # Lifecycle last Test finalized.
2286
+ # @return [Types::LifeCycleLastTestFinalized]
2287
+ #
2227
2288
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LifeCycleLastTest AWS API Documentation
2228
2289
  #
2229
2290
  class LifeCycleLastTest < Struct.new(
2230
- :finalized,
2231
2291
  :initiated,
2232
- :reverted)
2292
+ :reverted,
2293
+ :finalized)
2233
2294
  SENSITIVE = []
2234
2295
  include Aws::Structure
2235
2296
  end
@@ -2281,10 +2342,6 @@ module Aws::Mgn
2281
2342
  include Aws::Structure
2282
2343
  end
2283
2344
 
2284
- # @!attribute [rw] account_id
2285
- # Applications list Account ID.
2286
- # @return [String]
2287
- #
2288
2345
  # @!attribute [rw] filters
2289
2346
  # Applications list filters.
2290
2347
  # @return [Types::ListApplicationsRequestFilters]
@@ -2297,13 +2354,17 @@ module Aws::Mgn
2297
2354
  # Request next token.
2298
2355
  # @return [String]
2299
2356
  #
2357
+ # @!attribute [rw] account_id
2358
+ # Applications list Account ID.
2359
+ # @return [String]
2360
+ #
2300
2361
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListApplicationsRequest AWS API Documentation
2301
2362
  #
2302
2363
  class ListApplicationsRequest < Struct.new(
2303
- :account_id,
2304
2364
  :filters,
2305
2365
  :max_results,
2306
- :next_token)
2366
+ :next_token,
2367
+ :account_id)
2307
2368
  SENSITIVE = []
2308
2369
  include Aws::Structure
2309
2370
  end
@@ -2640,9 +2701,8 @@ module Aws::Mgn
2640
2701
  include Aws::Structure
2641
2702
  end
2642
2703
 
2643
- # @!attribute [rw] account_id
2644
- # Account ID to return when listing source server post migration
2645
- # custom actions.
2704
+ # @!attribute [rw] source_server_id
2705
+ # Source server ID.
2646
2706
  # @return [String]
2647
2707
  #
2648
2708
  # @!attribute [rw] filters
@@ -2660,18 +2720,19 @@ module Aws::Mgn
2660
2720
  # actions.
2661
2721
  # @return [String]
2662
2722
  #
2663
- # @!attribute [rw] source_server_id
2664
- # Source server ID.
2723
+ # @!attribute [rw] account_id
2724
+ # Account ID to return when listing source server post migration
2725
+ # custom actions.
2665
2726
  # @return [String]
2666
2727
  #
2667
2728
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListSourceServerActionsRequest AWS API Documentation
2668
2729
  #
2669
2730
  class ListSourceServerActionsRequest < Struct.new(
2670
- :account_id,
2731
+ :source_server_id,
2671
2732
  :filters,
2672
2733
  :max_results,
2673
2734
  :next_token,
2674
- :source_server_id)
2735
+ :account_id)
2675
2736
  SENSITIVE = []
2676
2737
  include Aws::Structure
2677
2738
  end
@@ -2718,15 +2779,15 @@ module Aws::Mgn
2718
2779
  include Aws::Structure
2719
2780
  end
2720
2781
 
2782
+ # @!attribute [rw] launch_configuration_template_id
2783
+ # Launch configuration template ID.
2784
+ # @return [String]
2785
+ #
2721
2786
  # @!attribute [rw] filters
2722
2787
  # Filters to apply when listing template post migration custom
2723
2788
  # actions.
2724
2789
  # @return [Types::TemplateActionsRequestFilters]
2725
2790
  #
2726
- # @!attribute [rw] launch_configuration_template_id
2727
- # Launch configuration template ID.
2728
- # @return [String]
2729
- #
2730
2791
  # @!attribute [rw] max_results
2731
2792
  # Maximum amount of items to return when listing template post
2732
2793
  # migration custom actions.
@@ -2740,8 +2801,8 @@ module Aws::Mgn
2740
2801
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListTemplateActionsRequest AWS API Documentation
2741
2802
  #
2742
2803
  class ListTemplateActionsRequest < Struct.new(
2743
- :filters,
2744
2804
  :launch_configuration_template_id,
2805
+ :filters,
2745
2806
  :max_results,
2746
2807
  :next_token)
2747
2808
  SENSITIVE = []
@@ -2766,10 +2827,6 @@ module Aws::Mgn
2766
2827
  include Aws::Structure
2767
2828
  end
2768
2829
 
2769
- # @!attribute [rw] account_id
2770
- # Request account ID.
2771
- # @return [String]
2772
- #
2773
2830
  # @!attribute [rw] filters
2774
2831
  # Waves list filters.
2775
2832
  # @return [Types::ListWavesRequestFilters]
@@ -2782,32 +2839,36 @@ module Aws::Mgn
2782
2839
  # Request next token.
2783
2840
  # @return [String]
2784
2841
  #
2842
+ # @!attribute [rw] account_id
2843
+ # Request account ID.
2844
+ # @return [String]
2845
+ #
2785
2846
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListWavesRequest AWS API Documentation
2786
2847
  #
2787
2848
  class ListWavesRequest < Struct.new(
2788
- :account_id,
2789
2849
  :filters,
2790
2850
  :max_results,
2791
- :next_token)
2851
+ :next_token,
2852
+ :account_id)
2792
2853
  SENSITIVE = []
2793
2854
  include Aws::Structure
2794
2855
  end
2795
2856
 
2796
2857
  # Waves list filters.
2797
2858
  #
2798
- # @!attribute [rw] is_archived
2799
- # Filter waves list by archival status.
2800
- # @return [Boolean]
2801
- #
2802
2859
  # @!attribute [rw] wave_i_ds
2803
2860
  # Filter waves list by wave ID.
2804
2861
  # @return [Array<String>]
2805
2862
  #
2863
+ # @!attribute [rw] is_archived
2864
+ # Filter waves list by archival status.
2865
+ # @return [Boolean]
2866
+ #
2806
2867
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListWavesRequestFilters AWS API Documentation
2807
2868
  #
2808
2869
  class ListWavesRequestFilters < Struct.new(
2809
- :is_archived,
2810
- :wave_i_ds)
2870
+ :wave_i_ds,
2871
+ :is_archived)
2811
2872
  SENSITIVE = []
2812
2873
  include Aws::Structure
2813
2874
  end
@@ -2843,25 +2904,29 @@ module Aws::Mgn
2843
2904
  include Aws::Structure
2844
2905
  end
2845
2906
 
2846
- # @!attribute [rw] account_id
2847
- # Mark as archived by Account ID.
2848
- # @return [String]
2849
- #
2850
2907
  # @!attribute [rw] source_server_id
2851
2908
  # Mark as archived by Source Server ID.
2852
2909
  # @return [String]
2853
2910
  #
2911
+ # @!attribute [rw] account_id
2912
+ # Mark as archived by Account ID.
2913
+ # @return [String]
2914
+ #
2854
2915
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/MarkAsArchivedRequest AWS API Documentation
2855
2916
  #
2856
2917
  class MarkAsArchivedRequest < Struct.new(
2857
- :account_id,
2858
- :source_server_id)
2918
+ :source_server_id,
2919
+ :account_id)
2859
2920
  SENSITIVE = []
2860
2921
  include Aws::Structure
2861
2922
  end
2862
2923
 
2863
2924
  # Network interface.
2864
2925
  #
2926
+ # @!attribute [rw] mac_address
2927
+ # Network interface Mac address.
2928
+ # @return [String]
2929
+ #
2865
2930
  # @!attribute [rw] ips
2866
2931
  # Network interface IPs.
2867
2932
  # @return [Array<String>]
@@ -2870,16 +2935,12 @@ module Aws::Mgn
2870
2935
  # Network interface primary IP.
2871
2936
  # @return [Boolean]
2872
2937
  #
2873
- # @!attribute [rw] mac_address
2874
- # Network interface Mac address.
2875
- # @return [String]
2876
- #
2877
2938
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/NetworkInterface AWS API Documentation
2878
2939
  #
2879
2940
  class NetworkInterface < Struct.new(
2941
+ :mac_address,
2880
2942
  :ips,
2881
- :is_primary,
2882
- :mac_address)
2943
+ :is_primary)
2883
2944
  SENSITIVE = []
2884
2945
  include Aws::Structure
2885
2946
  end
@@ -2900,6 +2961,10 @@ module Aws::Mgn
2900
2961
 
2901
2962
  # Server participating in Job.
2902
2963
  #
2964
+ # @!attribute [rw] source_server_id
2965
+ # Participating server Source Server ID.
2966
+ # @return [String]
2967
+ #
2903
2968
  # @!attribute [rw] launch_status
2904
2969
  # Participating server launch status.
2905
2970
  # @return [String]
@@ -2912,44 +2977,36 @@ module Aws::Mgn
2912
2977
  # Participating server's Post Launch Actions Status.
2913
2978
  # @return [Types::PostLaunchActionsStatus]
2914
2979
  #
2915
- # @!attribute [rw] source_server_id
2916
- # Participating server Source Server ID.
2917
- # @return [String]
2918
- #
2919
2980
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ParticipatingServer AWS API Documentation
2920
2981
  #
2921
2982
  class ParticipatingServer < Struct.new(
2983
+ :source_server_id,
2922
2984
  :launch_status,
2923
2985
  :launched_ec2_instance_id,
2924
- :post_launch_actions_status,
2925
- :source_server_id)
2986
+ :post_launch_actions_status)
2926
2987
  SENSITIVE = []
2927
2988
  include Aws::Structure
2928
2989
  end
2929
2990
 
2930
- # @!attribute [rw] account_id
2931
- # Pause Replication Request account ID.
2932
- # @return [String]
2933
- #
2934
2991
  # @!attribute [rw] source_server_id
2935
2992
  # Pause Replication Request source server ID.
2936
2993
  # @return [String]
2937
2994
  #
2995
+ # @!attribute [rw] account_id
2996
+ # Pause Replication Request account ID.
2997
+ # @return [String]
2998
+ #
2938
2999
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/PauseReplicationRequest AWS API Documentation
2939
3000
  #
2940
3001
  class PauseReplicationRequest < Struct.new(
2941
- :account_id,
2942
- :source_server_id)
3002
+ :source_server_id,
3003
+ :account_id)
2943
3004
  SENSITIVE = []
2944
3005
  include Aws::Structure
2945
3006
  end
2946
3007
 
2947
3008
  # Post Launch Actions to executed on the Test or Cutover instance.
2948
3009
  #
2949
- # @!attribute [rw] cloud_watch_log_group_name
2950
- # AWS Systems Manager Command's CloudWatch log group name.
2951
- # @return [String]
2952
- #
2953
3010
  # @!attribute [rw] deployment
2954
3011
  # Deployment type in which AWS Systems Manager Documents will be
2955
3012
  # executed.
@@ -2963,6 +3020,10 @@ module Aws::Mgn
2963
3020
  # AWS Systems Manager Command's logs S3 output key prefix.
2964
3021
  # @return [String]
2965
3022
  #
3023
+ # @!attribute [rw] cloud_watch_log_group_name
3024
+ # AWS Systems Manager Command's CloudWatch log group name.
3025
+ # @return [String]
3026
+ #
2966
3027
  # @!attribute [rw] ssm_documents
2967
3028
  # AWS Systems Manager Documents.
2968
3029
  # @return [Array<Types::SsmDocument>]
@@ -2970,10 +3031,10 @@ module Aws::Mgn
2970
3031
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/PostLaunchActions AWS API Documentation
2971
3032
  #
2972
3033
  class PostLaunchActions < Struct.new(
2973
- :cloud_watch_log_group_name,
2974
3034
  :deployment,
2975
3035
  :s3_log_bucket,
2976
3036
  :s3_output_key_prefix,
3037
+ :cloud_watch_log_group_name,
2977
3038
  :ssm_documents)
2978
3039
  SENSITIVE = []
2979
3040
  include Aws::Structure
@@ -2982,197 +3043,197 @@ module Aws::Mgn
2982
3043
  # Status of the Post Launch Actions running on the Test or Cutover
2983
3044
  # instance.
2984
3045
  #
2985
- # @!attribute [rw] post_launch_actions_launch_status_list
2986
- # List of Post Launch Action status.
2987
- # @return [Array<Types::JobPostLaunchActionsLaunchStatus>]
2988
- #
2989
3046
  # @!attribute [rw] ssm_agent_discovery_datetime
2990
3047
  # Time where the AWS Systems Manager was detected as running on the
2991
3048
  # Test or Cutover instance.
2992
3049
  # @return [String]
2993
3050
  #
3051
+ # @!attribute [rw] post_launch_actions_launch_status_list
3052
+ # List of Post Launch Action status.
3053
+ # @return [Array<Types::JobPostLaunchActionsLaunchStatus>]
3054
+ #
2994
3055
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/PostLaunchActionsStatus AWS API Documentation
2995
3056
  #
2996
3057
  class PostLaunchActionsStatus < Struct.new(
2997
- :post_launch_actions_launch_status_list,
2998
- :ssm_agent_discovery_datetime)
3058
+ :ssm_agent_discovery_datetime,
3059
+ :post_launch_actions_launch_status_list)
2999
3060
  SENSITIVE = []
3000
3061
  include Aws::Structure
3001
3062
  end
3002
3063
 
3003
- # @!attribute [rw] account_id
3004
- # Source server post migration custom account ID.
3005
- # @return [String]
3006
- #
3007
- # @!attribute [rw] action_id
3008
- # Source server post migration custom action ID.
3064
+ # @!attribute [rw] source_server_id
3065
+ # Source server ID.
3009
3066
  # @return [String]
3010
3067
  #
3011
3068
  # @!attribute [rw] action_name
3012
3069
  # Source server post migration custom action name.
3013
3070
  # @return [String]
3014
3071
  #
3015
- # @!attribute [rw] active
3016
- # Source server post migration custom action active status.
3017
- # @return [Boolean]
3018
- #
3019
- # @!attribute [rw] category
3020
- # Source server post migration custom action category.
3072
+ # @!attribute [rw] document_identifier
3073
+ # Source server post migration custom action document identifier.
3021
3074
  # @return [String]
3022
3075
  #
3023
- # @!attribute [rw] description
3024
- # Source server post migration custom action description.
3025
- # @return [String]
3076
+ # @!attribute [rw] order
3077
+ # Source server post migration custom action order.
3078
+ # @return [Integer]
3026
3079
  #
3027
- # @!attribute [rw] document_identifier
3028
- # Source server post migration custom action document identifier.
3080
+ # @!attribute [rw] action_id
3081
+ # Source server post migration custom action ID.
3029
3082
  # @return [String]
3030
3083
  #
3031
3084
  # @!attribute [rw] document_version
3032
3085
  # Source server post migration custom action document version.
3033
3086
  # @return [String]
3034
3087
  #
3035
- # @!attribute [rw] external_parameters
3036
- # Source server post migration custom action external parameters.
3037
- # @return [Hash<String,Types::SsmExternalParameter>]
3088
+ # @!attribute [rw] active
3089
+ # Source server post migration custom action active status.
3090
+ # @return [Boolean]
3091
+ #
3092
+ # @!attribute [rw] timeout_seconds
3093
+ # Source server post migration custom action timeout in seconds.
3094
+ # @return [Integer]
3038
3095
  #
3039
3096
  # @!attribute [rw] must_succeed_for_cutover
3040
3097
  # Source server post migration custom action must succeed for cutover.
3041
3098
  # @return [Boolean]
3042
3099
  #
3043
- # @!attribute [rw] order
3044
- # Source server post migration custom action order.
3045
- # @return [Integer]
3046
- #
3047
3100
  # @!attribute [rw] parameters
3048
3101
  # Source server post migration custom action parameters.
3049
3102
  # @return [Hash<String,Array<Types::SsmParameterStoreParameter>>]
3050
3103
  #
3051
- # @!attribute [rw] source_server_id
3052
- # Source server ID.
3104
+ # @!attribute [rw] external_parameters
3105
+ # Source server post migration custom action external parameters.
3106
+ # @return [Hash<String,Types::SsmExternalParameter>]
3107
+ #
3108
+ # @!attribute [rw] description
3109
+ # Source server post migration custom action description.
3053
3110
  # @return [String]
3054
3111
  #
3055
- # @!attribute [rw] timeout_seconds
3056
- # Source server post migration custom action timeout in seconds.
3057
- # @return [Integer]
3112
+ # @!attribute [rw] category
3113
+ # Source server post migration custom action category.
3114
+ # @return [String]
3115
+ #
3116
+ # @!attribute [rw] account_id
3117
+ # Source server post migration custom account ID.
3118
+ # @return [String]
3058
3119
  #
3059
3120
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/PutSourceServerActionRequest AWS API Documentation
3060
3121
  #
3061
3122
  class PutSourceServerActionRequest < Struct.new(
3062
- :account_id,
3063
- :action_id,
3123
+ :source_server_id,
3064
3124
  :action_name,
3065
- :active,
3066
- :category,
3067
- :description,
3068
3125
  :document_identifier,
3126
+ :order,
3127
+ :action_id,
3069
3128
  :document_version,
3070
- :external_parameters,
3129
+ :active,
3130
+ :timeout_seconds,
3071
3131
  :must_succeed_for_cutover,
3072
- :order,
3073
3132
  :parameters,
3074
- :source_server_id,
3075
- :timeout_seconds)
3133
+ :external_parameters,
3134
+ :description,
3135
+ :category,
3136
+ :account_id)
3076
3137
  SENSITIVE = []
3077
3138
  include Aws::Structure
3078
3139
  end
3079
3140
 
3080
- # @!attribute [rw] action_id
3081
- # Template post migration custom action ID.
3141
+ # @!attribute [rw] launch_configuration_template_id
3142
+ # Launch configuration template ID.
3082
3143
  # @return [String]
3083
3144
  #
3084
3145
  # @!attribute [rw] action_name
3085
3146
  # Template post migration custom action name.
3086
3147
  # @return [String]
3087
3148
  #
3088
- # @!attribute [rw] active
3089
- # Template post migration custom action active status.
3090
- # @return [Boolean]
3091
- #
3092
- # @!attribute [rw] category
3093
- # Template post migration custom action category.
3149
+ # @!attribute [rw] document_identifier
3150
+ # Template post migration custom action document identifier.
3094
3151
  # @return [String]
3095
3152
  #
3096
- # @!attribute [rw] description
3097
- # Template post migration custom action description.
3098
- # @return [String]
3153
+ # @!attribute [rw] order
3154
+ # Template post migration custom action order.
3155
+ # @return [Integer]
3099
3156
  #
3100
- # @!attribute [rw] document_identifier
3101
- # Template post migration custom action document identifier.
3157
+ # @!attribute [rw] action_id
3158
+ # Template post migration custom action ID.
3102
3159
  # @return [String]
3103
3160
  #
3104
3161
  # @!attribute [rw] document_version
3105
3162
  # Template post migration custom action document version.
3106
3163
  # @return [String]
3107
3164
  #
3108
- # @!attribute [rw] external_parameters
3109
- # Template post migration custom action external parameters.
3110
- # @return [Hash<String,Types::SsmExternalParameter>]
3165
+ # @!attribute [rw] active
3166
+ # Template post migration custom action active status.
3167
+ # @return [Boolean]
3111
3168
  #
3112
- # @!attribute [rw] launch_configuration_template_id
3113
- # Launch configuration template ID.
3114
- # @return [String]
3169
+ # @!attribute [rw] timeout_seconds
3170
+ # Template post migration custom action timeout in seconds.
3171
+ # @return [Integer]
3115
3172
  #
3116
3173
  # @!attribute [rw] must_succeed_for_cutover
3117
3174
  # Template post migration custom action must succeed for cutover.
3118
3175
  # @return [Boolean]
3119
3176
  #
3177
+ # @!attribute [rw] parameters
3178
+ # Template post migration custom action parameters.
3179
+ # @return [Hash<String,Array<Types::SsmParameterStoreParameter>>]
3180
+ #
3120
3181
  # @!attribute [rw] operating_system
3121
3182
  # Operating system eligible for this template post migration custom
3122
3183
  # action.
3123
3184
  # @return [String]
3124
3185
  #
3125
- # @!attribute [rw] order
3126
- # Template post migration custom action order.
3127
- # @return [Integer]
3186
+ # @!attribute [rw] external_parameters
3187
+ # Template post migration custom action external parameters.
3188
+ # @return [Hash<String,Types::SsmExternalParameter>]
3128
3189
  #
3129
- # @!attribute [rw] parameters
3130
- # Template post migration custom action parameters.
3131
- # @return [Hash<String,Array<Types::SsmParameterStoreParameter>>]
3190
+ # @!attribute [rw] description
3191
+ # Template post migration custom action description.
3192
+ # @return [String]
3132
3193
  #
3133
- # @!attribute [rw] timeout_seconds
3134
- # Template post migration custom action timeout in seconds.
3135
- # @return [Integer]
3194
+ # @!attribute [rw] category
3195
+ # Template post migration custom action category.
3196
+ # @return [String]
3136
3197
  #
3137
3198
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/PutTemplateActionRequest AWS API Documentation
3138
3199
  #
3139
3200
  class PutTemplateActionRequest < Struct.new(
3140
- :action_id,
3201
+ :launch_configuration_template_id,
3141
3202
  :action_name,
3142
- :active,
3143
- :category,
3144
- :description,
3145
3203
  :document_identifier,
3204
+ :order,
3205
+ :action_id,
3146
3206
  :document_version,
3147
- :external_parameters,
3148
- :launch_configuration_template_id,
3207
+ :active,
3208
+ :timeout_seconds,
3149
3209
  :must_succeed_for_cutover,
3150
- :operating_system,
3151
- :order,
3152
3210
  :parameters,
3153
- :timeout_seconds)
3211
+ :operating_system,
3212
+ :external_parameters,
3213
+ :description,
3214
+ :category)
3154
3215
  SENSITIVE = []
3155
3216
  include Aws::Structure
3156
3217
  end
3157
3218
 
3158
- # @!attribute [rw] account_id
3159
- # Source server post migration account ID.
3219
+ # @!attribute [rw] source_server_id
3220
+ # Source server ID of the post migration custom action to remove.
3160
3221
  # @return [String]
3161
3222
  #
3162
3223
  # @!attribute [rw] action_id
3163
3224
  # Source server post migration custom action ID to remove.
3164
3225
  # @return [String]
3165
3226
  #
3166
- # @!attribute [rw] source_server_id
3167
- # Source server ID of the post migration custom action to remove.
3227
+ # @!attribute [rw] account_id
3228
+ # Source server post migration account ID.
3168
3229
  # @return [String]
3169
3230
  #
3170
3231
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/RemoveSourceServerActionRequest AWS API Documentation
3171
3232
  #
3172
3233
  class RemoveSourceServerActionRequest < Struct.new(
3173
- :account_id,
3234
+ :source_server_id,
3174
3235
  :action_id,
3175
- :source_server_id)
3236
+ :account_id)
3176
3237
  SENSITIVE = []
3177
3238
  include Aws::Structure
3178
3239
  end
@@ -3181,20 +3242,20 @@ module Aws::Mgn
3181
3242
  #
3182
3243
  class RemoveSourceServerActionResponse < Aws::EmptyStructure; end
3183
3244
 
3184
- # @!attribute [rw] action_id
3185
- # Template post migration custom action ID to remove.
3186
- # @return [String]
3187
- #
3188
3245
  # @!attribute [rw] launch_configuration_template_id
3189
3246
  # Launch configuration template ID of the post migration custom action
3190
3247
  # to remove.
3191
3248
  # @return [String]
3192
3249
  #
3250
+ # @!attribute [rw] action_id
3251
+ # Template post migration custom action ID to remove.
3252
+ # @return [String]
3253
+ #
3193
3254
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/RemoveTemplateActionRequest AWS API Documentation
3194
3255
  #
3195
3256
  class RemoveTemplateActionRequest < Struct.new(
3196
- :action_id,
3197
- :launch_configuration_template_id)
3257
+ :launch_configuration_template_id,
3258
+ :action_id)
3198
3259
  SENSITIVE = []
3199
3260
  include Aws::Structure
3200
3261
  end
@@ -3203,27 +3264,43 @@ module Aws::Mgn
3203
3264
  #
3204
3265
  class RemoveTemplateActionResponse < Aws::EmptyStructure; end
3205
3266
 
3267
+ # @!attribute [rw] source_server_id
3268
+ # Replication Configuration Source Server ID.
3269
+ # @return [String]
3270
+ #
3271
+ # @!attribute [rw] name
3272
+ # Replication Configuration name.
3273
+ # @return [String]
3274
+ #
3275
+ # @!attribute [rw] staging_area_subnet_id
3276
+ # Replication Configuration Staging Area subnet ID.
3277
+ # @return [String]
3278
+ #
3206
3279
  # @!attribute [rw] associate_default_security_group
3207
3280
  # Replication Configuration associate default Application Migration
3208
3281
  # Service Security Group.
3209
3282
  # @return [Boolean]
3210
3283
  #
3211
- # @!attribute [rw] bandwidth_throttling
3212
- # Replication Configuration set bandwidth throttling.
3213
- # @return [Integer]
3214
- #
3215
- # @!attribute [rw] create_public_ip
3216
- # Replication Configuration create Public IP.
3217
- # @return [Boolean]
3284
+ # @!attribute [rw] replication_servers_security_groups_i_ds
3285
+ # Replication Configuration Replication Server Security Group IDs.
3286
+ # @return [Array<String>]
3218
3287
  #
3219
- # @!attribute [rw] data_plane_routing
3220
- # Replication Configuration data plane routing.
3288
+ # @!attribute [rw] replication_server_instance_type
3289
+ # Replication Configuration Replication Server instance type.
3221
3290
  # @return [String]
3222
3291
  #
3292
+ # @!attribute [rw] use_dedicated_replication_server
3293
+ # Replication Configuration use Dedicated Replication Server.
3294
+ # @return [Boolean]
3295
+ #
3223
3296
  # @!attribute [rw] default_large_staging_disk_type
3224
3297
  # Replication Configuration use default large Staging Disks.
3225
3298
  # @return [String]
3226
3299
  #
3300
+ # @!attribute [rw] replicated_disks
3301
+ # Replication Configuration replicated disks.
3302
+ # @return [Array<Types::ReplicationConfigurationReplicatedDisk>]
3303
+ #
3227
3304
  # @!attribute [rw] ebs_encryption
3228
3305
  # Replication Configuration EBS encryption.
3229
3306
  # @return [String]
@@ -3232,61 +3309,50 @@ module Aws::Mgn
3232
3309
  # Replication Configuration EBS encryption key ARN.
3233
3310
  # @return [String]
3234
3311
  #
3235
- # @!attribute [rw] name
3236
- # Replication Configuration name.
3237
- # @return [String]
3238
- #
3239
- # @!attribute [rw] replicated_disks
3240
- # Replication Configuration replicated disks.
3241
- # @return [Array<Types::ReplicationConfigurationReplicatedDisk>]
3242
- #
3243
- # @!attribute [rw] replication_server_instance_type
3244
- # Replication Configuration Replication Server instance type.
3245
- # @return [String]
3246
- #
3247
- # @!attribute [rw] replication_servers_security_groups_i_ds
3248
- # Replication Configuration Replication Server Security Group IDs.
3249
- # @return [Array<String>]
3312
+ # @!attribute [rw] bandwidth_throttling
3313
+ # Replication Configuration set bandwidth throttling.
3314
+ # @return [Integer]
3250
3315
  #
3251
- # @!attribute [rw] source_server_id
3252
- # Replication Configuration Source Server ID.
3316
+ # @!attribute [rw] data_plane_routing
3317
+ # Replication Configuration data plane routing.
3253
3318
  # @return [String]
3254
3319
  #
3255
- # @!attribute [rw] staging_area_subnet_id
3256
- # Replication Configuration Staging Area subnet ID.
3257
- # @return [String]
3320
+ # @!attribute [rw] create_public_ip
3321
+ # Replication Configuration create Public IP.
3322
+ # @return [Boolean]
3258
3323
  #
3259
3324
  # @!attribute [rw] staging_area_tags
3260
3325
  # Replication Configuration Staging Area tags.
3261
3326
  # @return [Hash<String,String>]
3262
3327
  #
3263
- # @!attribute [rw] use_dedicated_replication_server
3264
- # Replication Configuration use Dedicated Replication Server.
3265
- # @return [Boolean]
3266
- #
3267
3328
  # @!attribute [rw] use_fips_endpoint
3268
3329
  # Replication Configuration use Fips Endpoint.
3269
3330
  # @return [Boolean]
3270
3331
  #
3332
+ # @!attribute [rw] internet_protocol
3333
+ # Replication Configuration internet protocol.
3334
+ # @return [String]
3335
+ #
3271
3336
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ReplicationConfiguration AWS API Documentation
3272
3337
  #
3273
3338
  class ReplicationConfiguration < Struct.new(
3339
+ :source_server_id,
3340
+ :name,
3341
+ :staging_area_subnet_id,
3274
3342
  :associate_default_security_group,
3275
- :bandwidth_throttling,
3276
- :create_public_ip,
3277
- :data_plane_routing,
3343
+ :replication_servers_security_groups_i_ds,
3344
+ :replication_server_instance_type,
3345
+ :use_dedicated_replication_server,
3278
3346
  :default_large_staging_disk_type,
3347
+ :replicated_disks,
3279
3348
  :ebs_encryption,
3280
3349
  :ebs_encryption_key_arn,
3281
- :name,
3282
- :replicated_disks,
3283
- :replication_server_instance_type,
3284
- :replication_servers_security_groups_i_ds,
3285
- :source_server_id,
3286
- :staging_area_subnet_id,
3350
+ :bandwidth_throttling,
3351
+ :data_plane_routing,
3352
+ :create_public_ip,
3287
3353
  :staging_area_tags,
3288
- :use_dedicated_replication_server,
3289
- :use_fips_endpoint)
3354
+ :use_fips_endpoint,
3355
+ :internet_protocol)
3290
3356
  SENSITIVE = [:staging_area_tags]
3291
3357
  include Aws::Structure
3292
3358
  end
@@ -3297,10 +3363,6 @@ module Aws::Mgn
3297
3363
  # Replication Configuration replicated disk device name.
3298
3364
  # @return [String]
3299
3365
  #
3300
- # @!attribute [rw] iops
3301
- # Replication Configuration replicated disk IOPs.
3302
- # @return [Integer]
3303
- #
3304
3366
  # @!attribute [rw] is_boot_disk
3305
3367
  # Replication Configuration replicated disk boot disk.
3306
3368
  # @return [Boolean]
@@ -3309,6 +3371,10 @@ module Aws::Mgn
3309
3371
  # Replication Configuration replicated disk staging disk type.
3310
3372
  # @return [String]
3311
3373
  #
3374
+ # @!attribute [rw] iops
3375
+ # Replication Configuration replicated disk IOPs.
3376
+ # @return [Integer]
3377
+ #
3312
3378
  # @!attribute [rw] throughput
3313
3379
  # Replication Configuration replicated disk throughput.
3314
3380
  # @return [Integer]
@@ -3317,35 +3383,43 @@ module Aws::Mgn
3317
3383
  #
3318
3384
  class ReplicationConfigurationReplicatedDisk < Struct.new(
3319
3385
  :device_name,
3320
- :iops,
3321
3386
  :is_boot_disk,
3322
3387
  :staging_disk_type,
3388
+ :iops,
3323
3389
  :throughput)
3324
3390
  SENSITIVE = []
3325
3391
  include Aws::Structure
3326
3392
  end
3327
3393
 
3394
+ # @!attribute [rw] replication_configuration_template_id
3395
+ # Replication Configuration template ID.
3396
+ # @return [String]
3397
+ #
3328
3398
  # @!attribute [rw] arn
3329
3399
  # Replication Configuration template ARN.
3330
3400
  # @return [String]
3331
3401
  #
3402
+ # @!attribute [rw] staging_area_subnet_id
3403
+ # Replication Configuration template Staging Area subnet ID.
3404
+ # @return [String]
3405
+ #
3332
3406
  # @!attribute [rw] associate_default_security_group
3333
3407
  # Replication Configuration template associate default Application
3334
3408
  # Migration Service Security group.
3335
3409
  # @return [Boolean]
3336
3410
  #
3337
- # @!attribute [rw] bandwidth_throttling
3338
- # Replication Configuration template bandwidth throttling.
3339
- # @return [Integer]
3340
- #
3341
- # @!attribute [rw] create_public_ip
3342
- # Replication Configuration template create Public IP.
3343
- # @return [Boolean]
3411
+ # @!attribute [rw] replication_servers_security_groups_i_ds
3412
+ # Replication Configuration template server Security Groups IDs.
3413
+ # @return [Array<String>]
3344
3414
  #
3345
- # @!attribute [rw] data_plane_routing
3346
- # Replication Configuration template data plane routing.
3415
+ # @!attribute [rw] replication_server_instance_type
3416
+ # Replication Configuration template server instance type.
3347
3417
  # @return [String]
3348
3418
  #
3419
+ # @!attribute [rw] use_dedicated_replication_server
3420
+ # Replication Configuration template use Dedicated Replication Server.
3421
+ # @return [Boolean]
3422
+ #
3349
3423
  # @!attribute [rw] default_large_staging_disk_type
3350
3424
  # Replication Configuration template use default large Staging Disk
3351
3425
  # type.
@@ -3359,67 +3433,64 @@ module Aws::Mgn
3359
3433
  # Replication Configuration template EBS encryption key ARN.
3360
3434
  # @return [String]
3361
3435
  #
3362
- # @!attribute [rw] replication_configuration_template_id
3363
- # Replication Configuration template ID.
3364
- # @return [String]
3436
+ # @!attribute [rw] bandwidth_throttling
3437
+ # Replication Configuration template bandwidth throttling.
3438
+ # @return [Integer]
3365
3439
  #
3366
- # @!attribute [rw] replication_server_instance_type
3367
- # Replication Configuration template server instance type.
3440
+ # @!attribute [rw] data_plane_routing
3441
+ # Replication Configuration template data plane routing.
3368
3442
  # @return [String]
3369
3443
  #
3370
- # @!attribute [rw] replication_servers_security_groups_i_ds
3371
- # Replication Configuration template server Security Groups IDs.
3372
- # @return [Array<String>]
3373
- #
3374
- # @!attribute [rw] staging_area_subnet_id
3375
- # Replication Configuration template Staging Area subnet ID.
3376
- # @return [String]
3444
+ # @!attribute [rw] create_public_ip
3445
+ # Replication Configuration template create Public IP.
3446
+ # @return [Boolean]
3377
3447
  #
3378
3448
  # @!attribute [rw] staging_area_tags
3379
3449
  # Replication Configuration template Staging Area Tags.
3380
3450
  # @return [Hash<String,String>]
3381
3451
  #
3452
+ # @!attribute [rw] use_fips_endpoint
3453
+ # Replication Configuration template use Fips Endpoint.
3454
+ # @return [Boolean]
3455
+ #
3382
3456
  # @!attribute [rw] tags
3383
3457
  # Replication Configuration template Tags.
3384
3458
  # @return [Hash<String,String>]
3385
3459
  #
3386
- # @!attribute [rw] use_dedicated_replication_server
3387
- # Replication Configuration template use Dedicated Replication Server.
3388
- # @return [Boolean]
3389
- #
3390
- # @!attribute [rw] use_fips_endpoint
3391
- # Replication Configuration template use Fips Endpoint.
3392
- # @return [Boolean]
3460
+ # @!attribute [rw] internet_protocol
3461
+ # Replication Configuration template internet protocol.
3462
+ # @return [String]
3393
3463
  #
3394
3464
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ReplicationConfigurationTemplate AWS API Documentation
3395
3465
  #
3396
3466
  class ReplicationConfigurationTemplate < Struct.new(
3467
+ :replication_configuration_template_id,
3397
3468
  :arn,
3469
+ :staging_area_subnet_id,
3398
3470
  :associate_default_security_group,
3399
- :bandwidth_throttling,
3400
- :create_public_ip,
3401
- :data_plane_routing,
3471
+ :replication_servers_security_groups_i_ds,
3472
+ :replication_server_instance_type,
3473
+ :use_dedicated_replication_server,
3402
3474
  :default_large_staging_disk_type,
3403
3475
  :ebs_encryption,
3404
3476
  :ebs_encryption_key_arn,
3405
- :replication_configuration_template_id,
3406
- :replication_server_instance_type,
3407
- :replication_servers_security_groups_i_ds,
3408
- :staging_area_subnet_id,
3477
+ :bandwidth_throttling,
3478
+ :data_plane_routing,
3479
+ :create_public_ip,
3409
3480
  :staging_area_tags,
3481
+ :use_fips_endpoint,
3410
3482
  :tags,
3411
- :use_dedicated_replication_server,
3412
- :use_fips_endpoint)
3483
+ :internet_protocol)
3413
3484
  SENSITIVE = [:staging_area_tags, :tags]
3414
3485
  include Aws::Structure
3415
3486
  end
3416
3487
 
3417
3488
  # Resource not found exception.
3418
3489
  #
3419
- # @!attribute [rw] code
3490
+ # @!attribute [rw] message
3420
3491
  # @return [String]
3421
3492
  #
3422
- # @!attribute [rw] message
3493
+ # @!attribute [rw] code
3423
3494
  # @return [String]
3424
3495
  #
3425
3496
  # @!attribute [rw] resource_id
@@ -3433,44 +3504,44 @@ module Aws::Mgn
3433
3504
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ResourceNotFoundException AWS API Documentation
3434
3505
  #
3435
3506
  class ResourceNotFoundException < Struct.new(
3436
- :code,
3437
3507
  :message,
3508
+ :code,
3438
3509
  :resource_id,
3439
3510
  :resource_type)
3440
3511
  SENSITIVE = []
3441
3512
  include Aws::Structure
3442
3513
  end
3443
3514
 
3444
- # @!attribute [rw] account_id
3445
- # Resume Replication Request account ID.
3446
- # @return [String]
3447
- #
3448
3515
  # @!attribute [rw] source_server_id
3449
3516
  # Resume Replication Request source server ID.
3450
3517
  # @return [String]
3451
3518
  #
3519
+ # @!attribute [rw] account_id
3520
+ # Resume Replication Request account ID.
3521
+ # @return [String]
3522
+ #
3452
3523
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ResumeReplicationRequest AWS API Documentation
3453
3524
  #
3454
3525
  class ResumeReplicationRequest < Struct.new(
3455
- :account_id,
3456
- :source_server_id)
3526
+ :source_server_id,
3527
+ :account_id)
3457
3528
  SENSITIVE = []
3458
3529
  include Aws::Structure
3459
3530
  end
3460
3531
 
3461
- # @!attribute [rw] account_id
3462
- # Retry data replication for Account ID.
3463
- # @return [String]
3464
- #
3465
3532
  # @!attribute [rw] source_server_id
3466
3533
  # Retry data replication for Source Server ID.
3467
3534
  # @return [String]
3468
3535
  #
3536
+ # @!attribute [rw] account_id
3537
+ # Retry data replication for Account ID.
3538
+ # @return [String]
3539
+ #
3469
3540
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/RetryDataReplicationRequest AWS API Documentation
3470
3541
  #
3471
3542
  class RetryDataReplicationRequest < Struct.new(
3472
- :account_id,
3473
- :source_server_id)
3543
+ :source_server_id,
3544
+ :account_id)
3474
3545
  SENSITIVE = []
3475
3546
  include Aws::Structure
3476
3547
  end
@@ -3481,20 +3552,20 @@ module Aws::Mgn
3481
3552
  # S3 bucket source s3 bucket.
3482
3553
  # @return [String]
3483
3554
  #
3484
- # @!attribute [rw] s3_bucket_owner
3485
- # S3 bucket source s3 bucket owner.
3486
- # @return [String]
3487
- #
3488
3555
  # @!attribute [rw] s3_key
3489
3556
  # S3 bucket source s3 key.
3490
3557
  # @return [String]
3491
3558
  #
3559
+ # @!attribute [rw] s3_bucket_owner
3560
+ # S3 bucket source s3 bucket owner.
3561
+ # @return [String]
3562
+ #
3492
3563
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/S3BucketSource AWS API Documentation
3493
3564
  #
3494
3565
  class S3BucketSource < Struct.new(
3495
3566
  :s3_bucket,
3496
- :s3_bucket_owner,
3497
- :s3_key)
3567
+ :s3_key,
3568
+ :s3_bucket_owner)
3498
3569
  SENSITIVE = []
3499
3570
  include Aws::Structure
3500
3571
  end
@@ -3502,20 +3573,12 @@ module Aws::Mgn
3502
3573
  # The request could not be completed because its exceeded the service
3503
3574
  # quota.
3504
3575
  #
3505
- # @!attribute [rw] code
3506
- # @return [String]
3507
- #
3508
3576
  # @!attribute [rw] message
3509
3577
  # @return [String]
3510
3578
  #
3511
- # @!attribute [rw] quota_code
3512
- # Exceeded the service quota code.
3579
+ # @!attribute [rw] code
3513
3580
  # @return [String]
3514
3581
  #
3515
- # @!attribute [rw] quota_value
3516
- # Exceeded the service quota value.
3517
- # @return [Integer]
3518
- #
3519
3582
  # @!attribute [rw] resource_id
3520
3583
  # Exceeded the service quota resource ID.
3521
3584
  # @return [String]
@@ -3528,142 +3591,150 @@ module Aws::Mgn
3528
3591
  # Exceeded the service quota service code.
3529
3592
  # @return [String]
3530
3593
  #
3594
+ # @!attribute [rw] quota_code
3595
+ # Exceeded the service quota code.
3596
+ # @return [String]
3597
+ #
3598
+ # @!attribute [rw] quota_value
3599
+ # Exceeded the service quota value.
3600
+ # @return [Integer]
3601
+ #
3531
3602
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ServiceQuotaExceededException AWS API Documentation
3532
3603
  #
3533
3604
  class ServiceQuotaExceededException < Struct.new(
3534
- :code,
3535
3605
  :message,
3536
- :quota_code,
3537
- :quota_value,
3606
+ :code,
3538
3607
  :resource_id,
3539
3608
  :resource_type,
3540
- :service_code)
3609
+ :service_code,
3610
+ :quota_code,
3611
+ :quota_value)
3541
3612
  SENSITIVE = []
3542
3613
  include Aws::Structure
3543
3614
  end
3544
3615
 
3545
3616
  # Source server properties.
3546
3617
  #
3547
- # @!attribute [rw] cpus
3548
- # Source Server CPUs.
3549
- # @return [Array<Types::CPU>]
3618
+ # @!attribute [rw] last_updated_date_time
3619
+ # Source server last update date and time.
3620
+ # @return [String]
3550
3621
  #
3551
- # @!attribute [rw] disks
3552
- # Source Server disks.
3553
- # @return [Array<Types::Disk>]
3622
+ # @!attribute [rw] recommended_instance_type
3623
+ # Source server recommended instance type.
3624
+ # @return [String]
3554
3625
  #
3555
3626
  # @!attribute [rw] identification_hints
3556
3627
  # Source server identification hints.
3557
3628
  # @return [Types::IdentificationHints]
3558
3629
  #
3559
- # @!attribute [rw] last_updated_date_time
3560
- # Source server last update date and time.
3561
- # @return [String]
3562
- #
3563
3630
  # @!attribute [rw] network_interfaces
3564
3631
  # Source server network interfaces.
3565
3632
  # @return [Array<Types::NetworkInterface>]
3566
3633
  #
3567
- # @!attribute [rw] os
3568
- # Source server OS.
3569
- # @return [Types::OS]
3634
+ # @!attribute [rw] disks
3635
+ # Source Server disks.
3636
+ # @return [Array<Types::Disk>]
3637
+ #
3638
+ # @!attribute [rw] cpus
3639
+ # Source Server CPUs.
3640
+ # @return [Array<Types::CPU>]
3570
3641
  #
3571
3642
  # @!attribute [rw] ram_bytes
3572
3643
  # Source server RAM in bytes.
3573
3644
  # @return [Integer]
3574
3645
  #
3575
- # @!attribute [rw] recommended_instance_type
3576
- # Source server recommended instance type.
3577
- # @return [String]
3646
+ # @!attribute [rw] os
3647
+ # Source server OS.
3648
+ # @return [Types::OS]
3578
3649
  #
3579
3650
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/SourceProperties AWS API Documentation
3580
3651
  #
3581
3652
  class SourceProperties < Struct.new(
3582
- :cpus,
3583
- :disks,
3584
- :identification_hints,
3585
3653
  :last_updated_date_time,
3654
+ :recommended_instance_type,
3655
+ :identification_hints,
3586
3656
  :network_interfaces,
3587
- :os,
3657
+ :disks,
3658
+ :cpus,
3588
3659
  :ram_bytes,
3589
- :recommended_instance_type)
3660
+ :os)
3590
3661
  SENSITIVE = []
3591
3662
  include Aws::Structure
3592
3663
  end
3593
3664
 
3594
- # @!attribute [rw] application_id
3595
- # Source server application ID.
3665
+ # @!attribute [rw] source_server_id
3666
+ # Source server ID.
3596
3667
  # @return [String]
3597
3668
  #
3598
3669
  # @!attribute [rw] arn
3599
3670
  # Source server ARN.
3600
3671
  # @return [String]
3601
3672
  #
3602
- # @!attribute [rw] connector_action
3603
- # Source Server connector action.
3604
- # @return [Types::SourceServerConnectorAction]
3605
- #
3606
- # @!attribute [rw] data_replication_info
3607
- # Source server data replication info.
3608
- # @return [Types::DataReplicationInfo]
3609
- #
3610
- # @!attribute [rw] fqdn_for_action_framework
3611
- # Source server fqdn for action framework.
3612
- # @return [String]
3613
- #
3614
3673
  # @!attribute [rw] is_archived
3615
3674
  # Source server archived status.
3616
3675
  # @return [Boolean]
3617
3676
  #
3677
+ # @!attribute [rw] tags
3678
+ # Source server Tags.
3679
+ # @return [Hash<String,String>]
3680
+ #
3618
3681
  # @!attribute [rw] launched_instance
3619
3682
  # Source server launched instance.
3620
3683
  # @return [Types::LaunchedInstance]
3621
3684
  #
3685
+ # @!attribute [rw] data_replication_info
3686
+ # Source server data replication info.
3687
+ # @return [Types::DataReplicationInfo]
3688
+ #
3622
3689
  # @!attribute [rw] life_cycle
3623
3690
  # Source server lifecycle state.
3624
3691
  # @return [Types::LifeCycle]
3625
3692
  #
3626
- # @!attribute [rw] replication_type
3627
- # Source server replication type.
3628
- # @return [String]
3629
- #
3630
3693
  # @!attribute [rw] source_properties
3631
3694
  # Source server properties.
3632
3695
  # @return [Types::SourceProperties]
3633
3696
  #
3634
- # @!attribute [rw] source_server_id
3635
- # Source server ID.
3697
+ # @!attribute [rw] replication_type
3698
+ # Source server replication type.
3636
3699
  # @return [String]
3637
3700
  #
3638
- # @!attribute [rw] tags
3639
- # Source server Tags.
3640
- # @return [Hash<String,String>]
3701
+ # @!attribute [rw] vcenter_client_id
3702
+ # Source server vCenter client id.
3703
+ # @return [String]
3704
+ #
3705
+ # @!attribute [rw] application_id
3706
+ # Source server application ID.
3707
+ # @return [String]
3641
3708
  #
3642
3709
  # @!attribute [rw] user_provided_id
3643
3710
  # Source server user provided ID.
3644
3711
  # @return [String]
3645
3712
  #
3646
- # @!attribute [rw] vcenter_client_id
3647
- # Source server vCenter client id.
3713
+ # @!attribute [rw] fqdn_for_action_framework
3714
+ # Source server fqdn for action framework.
3648
3715
  # @return [String]
3649
3716
  #
3717
+ # @!attribute [rw] connector_action
3718
+ # Source Server connector action.
3719
+ # @return [Types::SourceServerConnectorAction]
3720
+ #
3650
3721
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/SourceServer AWS API Documentation
3651
3722
  #
3652
3723
  class SourceServer < Struct.new(
3653
- :application_id,
3724
+ :source_server_id,
3654
3725
  :arn,
3655
- :connector_action,
3656
- :data_replication_info,
3657
- :fqdn_for_action_framework,
3658
3726
  :is_archived,
3727
+ :tags,
3659
3728
  :launched_instance,
3729
+ :data_replication_info,
3660
3730
  :life_cycle,
3661
- :replication_type,
3662
3731
  :source_properties,
3663
- :source_server_id,
3664
- :tags,
3732
+ :replication_type,
3733
+ :vcenter_client_id,
3734
+ :application_id,
3665
3735
  :user_provided_id,
3666
- :vcenter_client_id)
3736
+ :fqdn_for_action_framework,
3737
+ :connector_action)
3667
3738
  SENSITIVE = [:tags]
3668
3739
  include Aws::Structure
3669
3740
  end
@@ -3676,61 +3747,61 @@ module Aws::Mgn
3676
3747
  # Source server post migration custom action name.
3677
3748
  # @return [String]
3678
3749
  #
3679
- # @!attribute [rw] active
3680
- # Source server post migration custom action active status.
3681
- # @return [Boolean]
3682
- #
3683
- # @!attribute [rw] category
3684
- # Source server post migration custom action category.
3685
- # @return [String]
3686
- #
3687
- # @!attribute [rw] description
3688
- # Source server post migration custom action description.
3689
- # @return [String]
3690
- #
3691
3750
  # @!attribute [rw] document_identifier
3692
3751
  # Source server post migration custom action document identifier.
3693
3752
  # @return [String]
3694
3753
  #
3754
+ # @!attribute [rw] order
3755
+ # Source server post migration custom action order.
3756
+ # @return [Integer]
3757
+ #
3695
3758
  # @!attribute [rw] document_version
3696
3759
  # Source server post migration custom action document version.
3697
3760
  # @return [String]
3698
3761
  #
3699
- # @!attribute [rw] external_parameters
3700
- # Source server post migration custom action external parameters.
3701
- # @return [Hash<String,Types::SsmExternalParameter>]
3762
+ # @!attribute [rw] active
3763
+ # Source server post migration custom action active status.
3764
+ # @return [Boolean]
3765
+ #
3766
+ # @!attribute [rw] timeout_seconds
3767
+ # Source server post migration custom action timeout in seconds.
3768
+ # @return [Integer]
3702
3769
  #
3703
3770
  # @!attribute [rw] must_succeed_for_cutover
3704
3771
  # Source server post migration custom action must succeed for cutover.
3705
3772
  # @return [Boolean]
3706
3773
  #
3707
- # @!attribute [rw] order
3708
- # Source server post migration custom action order.
3709
- # @return [Integer]
3710
- #
3711
3774
  # @!attribute [rw] parameters
3712
3775
  # Source server post migration custom action parameters.
3713
3776
  # @return [Hash<String,Array<Types::SsmParameterStoreParameter>>]
3714
3777
  #
3715
- # @!attribute [rw] timeout_seconds
3716
- # Source server post migration custom action timeout in seconds.
3717
- # @return [Integer]
3778
+ # @!attribute [rw] external_parameters
3779
+ # Source server post migration custom action external parameters.
3780
+ # @return [Hash<String,Types::SsmExternalParameter>]
3781
+ #
3782
+ # @!attribute [rw] description
3783
+ # Source server post migration custom action description.
3784
+ # @return [String]
3785
+ #
3786
+ # @!attribute [rw] category
3787
+ # Source server post migration custom action category.
3788
+ # @return [String]
3718
3789
  #
3719
3790
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/SourceServerActionDocument AWS API Documentation
3720
3791
  #
3721
3792
  class SourceServerActionDocument < Struct.new(
3722
3793
  :action_id,
3723
3794
  :action_name,
3724
- :active,
3725
- :category,
3726
- :description,
3727
3795
  :document_identifier,
3796
+ :order,
3728
3797
  :document_version,
3729
- :external_parameters,
3798
+ :active,
3799
+ :timeout_seconds,
3730
3800
  :must_succeed_for_cutover,
3731
- :order,
3732
3801
  :parameters,
3733
- :timeout_seconds)
3802
+ :external_parameters,
3803
+ :description,
3804
+ :category)
3734
3805
  SENSITIVE = []
3735
3806
  include Aws::Structure
3736
3807
  end
@@ -3751,19 +3822,19 @@ module Aws::Mgn
3751
3822
 
3752
3823
  # Source Server connector action.
3753
3824
  #
3754
- # @!attribute [rw] connector_arn
3755
- # Source Server connector action connector arn.
3756
- # @return [String]
3757
- #
3758
3825
  # @!attribute [rw] credentials_secret_arn
3759
3826
  # Source Server connector action credentials secret arn.
3760
3827
  # @return [String]
3761
3828
  #
3829
+ # @!attribute [rw] connector_arn
3830
+ # Source Server connector action connector arn.
3831
+ # @return [String]
3832
+ #
3762
3833
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/SourceServerConnectorAction AWS API Documentation
3763
3834
  #
3764
3835
  class SourceServerConnectorAction < Struct.new(
3765
- :connector_arn,
3766
- :credentials_secret_arn)
3836
+ :credentials_secret_arn,
3837
+ :connector_arn)
3767
3838
  SENSITIVE = []
3768
3839
  include Aws::Structure
3769
3840
  end
@@ -3774,9 +3845,13 @@ module Aws::Mgn
3774
3845
  # User-friendly name for the AWS Systems Manager Document.
3775
3846
  # @return [String]
3776
3847
  #
3777
- # @!attribute [rw] external_parameters
3778
- # AWS Systems Manager Document external parameters.
3779
- # @return [Hash<String,Types::SsmExternalParameter>]
3848
+ # @!attribute [rw] ssm_document_name
3849
+ # AWS Systems Manager Document name or full ARN.
3850
+ # @return [String]
3851
+ #
3852
+ # @!attribute [rw] timeout_seconds
3853
+ # AWS Systems Manager Document timeout seconds.
3854
+ # @return [Integer]
3780
3855
  #
3781
3856
  # @!attribute [rw] must_succeed_for_cutover
3782
3857
  # If true, Cutover will not be enabled if the document has failed.
@@ -3786,23 +3861,19 @@ module Aws::Mgn
3786
3861
  # AWS Systems Manager Document parameters.
3787
3862
  # @return [Hash<String,Array<Types::SsmParameterStoreParameter>>]
3788
3863
  #
3789
- # @!attribute [rw] ssm_document_name
3790
- # AWS Systems Manager Document name or full ARN.
3791
- # @return [String]
3792
- #
3793
- # @!attribute [rw] timeout_seconds
3794
- # AWS Systems Manager Document timeout seconds.
3795
- # @return [Integer]
3864
+ # @!attribute [rw] external_parameters
3865
+ # AWS Systems Manager Document external parameters.
3866
+ # @return [Hash<String,Types::SsmExternalParameter>]
3796
3867
  #
3797
3868
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/SsmDocument AWS API Documentation
3798
3869
  #
3799
3870
  class SsmDocument < Struct.new(
3800
3871
  :action_name,
3801
- :external_parameters,
3872
+ :ssm_document_name,
3873
+ :timeout_seconds,
3802
3874
  :must_succeed_for_cutover,
3803
3875
  :parameters,
3804
- :ssm_document_name,
3805
- :timeout_seconds)
3876
+ :external_parameters)
3806
3877
  SENSITIVE = []
3807
3878
  include Aws::Structure
3808
3879
  end
@@ -3832,27 +3903,23 @@ module Aws::Mgn
3832
3903
 
3833
3904
  # AWS Systems Manager Parameter Store parameter.
3834
3905
  #
3835
- # @!attribute [rw] parameter_name
3836
- # AWS Systems Manager Parameter Store parameter name.
3837
- # @return [String]
3838
- #
3839
3906
  # @!attribute [rw] parameter_type
3840
3907
  # AWS Systems Manager Parameter Store parameter type.
3841
3908
  # @return [String]
3842
3909
  #
3910
+ # @!attribute [rw] parameter_name
3911
+ # AWS Systems Manager Parameter Store parameter name.
3912
+ # @return [String]
3913
+ #
3843
3914
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/SsmParameterStoreParameter AWS API Documentation
3844
3915
  #
3845
3916
  class SsmParameterStoreParameter < Struct.new(
3846
- :parameter_name,
3847
- :parameter_type)
3917
+ :parameter_type,
3918
+ :parameter_name)
3848
3919
  SENSITIVE = []
3849
3920
  include Aws::Structure
3850
3921
  end
3851
3922
 
3852
- # @!attribute [rw] account_id
3853
- # Start Cutover by Account IDs
3854
- # @return [String]
3855
- #
3856
3923
  # @!attribute [rw] source_server_i_ds
3857
3924
  # Start Cutover by Source Server IDs.
3858
3925
  # @return [Array<String>]
@@ -3861,12 +3928,16 @@ module Aws::Mgn
3861
3928
  # Start Cutover by Tags.
3862
3929
  # @return [Hash<String,String>]
3863
3930
  #
3931
+ # @!attribute [rw] account_id
3932
+ # Start Cutover by Account IDs
3933
+ # @return [String]
3934
+ #
3864
3935
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StartCutoverRequest AWS API Documentation
3865
3936
  #
3866
3937
  class StartCutoverRequest < Struct.new(
3867
- :account_id,
3868
3938
  :source_server_i_ds,
3869
- :tags)
3939
+ :tags,
3940
+ :account_id)
3870
3941
  SENSITIVE = [:tags]
3871
3942
  include Aws::Structure
3872
3943
  end
@@ -3889,21 +3960,26 @@ module Aws::Mgn
3889
3960
  # Start export request s3 bucket.
3890
3961
  # @return [String]
3891
3962
  #
3963
+ # @!attribute [rw] s3_key
3964
+ # Start export request s3key.
3965
+ # @return [String]
3966
+ #
3892
3967
  # @!attribute [rw] s3_bucket_owner
3893
3968
  # Start export request s3 bucket owner.
3894
3969
  # @return [String]
3895
3970
  #
3896
- # @!attribute [rw] s3_key
3897
- # Start export request s3key.
3898
- # @return [String]
3971
+ # @!attribute [rw] tags
3972
+ # Start import request tags.
3973
+ # @return [Hash<String,String>]
3899
3974
  #
3900
3975
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StartExportRequest AWS API Documentation
3901
3976
  #
3902
3977
  class StartExportRequest < Struct.new(
3903
3978
  :s3_bucket,
3979
+ :s3_key,
3904
3980
  :s3_bucket_owner,
3905
- :s3_key)
3906
- SENSITIVE = []
3981
+ :tags)
3982
+ SENSITIVE = [:tags]
3907
3983
  include Aws::Structure
3908
3984
  end
3909
3985
 
@@ -3934,12 +4010,17 @@ module Aws::Mgn
3934
4010
  # Start import request s3 bucket source.
3935
4011
  # @return [Types::S3BucketSource]
3936
4012
  #
4013
+ # @!attribute [rw] tags
4014
+ # Start import request tags.
4015
+ # @return [Hash<String,String>]
4016
+ #
3937
4017
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StartImportRequest AWS API Documentation
3938
4018
  #
3939
4019
  class StartImportRequest < Struct.new(
3940
4020
  :client_token,
3941
- :s3_bucket_source)
3942
- SENSITIVE = []
4021
+ :s3_bucket_source,
4022
+ :tags)
4023
+ SENSITIVE = [:tags]
3943
4024
  include Aws::Structure
3944
4025
  end
3945
4026
 
@@ -3957,27 +4038,23 @@ module Aws::Mgn
3957
4038
  include Aws::Structure
3958
4039
  end
3959
4040
 
3960
- # @!attribute [rw] account_id
3961
- # Account ID on which to start replication.
3962
- # @return [String]
3963
- #
3964
4041
  # @!attribute [rw] source_server_id
3965
4042
  # ID of source server on which to start replication.
3966
4043
  # @return [String]
3967
4044
  #
4045
+ # @!attribute [rw] account_id
4046
+ # Account ID on which to start replication.
4047
+ # @return [String]
4048
+ #
3968
4049
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StartReplicationRequest AWS API Documentation
3969
4050
  #
3970
4051
  class StartReplicationRequest < Struct.new(
3971
- :account_id,
3972
- :source_server_id)
4052
+ :source_server_id,
4053
+ :account_id)
3973
4054
  SENSITIVE = []
3974
4055
  include Aws::Structure
3975
4056
  end
3976
4057
 
3977
- # @!attribute [rw] account_id
3978
- # Start Test for Account ID.
3979
- # @return [String]
3980
- #
3981
4058
  # @!attribute [rw] source_server_i_ds
3982
4059
  # Start Test for Source Server IDs.
3983
4060
  # @return [Array<String>]
@@ -3986,12 +4063,16 @@ module Aws::Mgn
3986
4063
  # Start Test by Tags.
3987
4064
  # @return [Hash<String,String>]
3988
4065
  #
4066
+ # @!attribute [rw] account_id
4067
+ # Start Test for Account ID.
4068
+ # @return [String]
4069
+ #
3989
4070
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StartTestRequest AWS API Documentation
3990
4071
  #
3991
4072
  class StartTestRequest < Struct.new(
3992
- :account_id,
3993
4073
  :source_server_i_ds,
3994
- :tags)
4074
+ :tags,
4075
+ :account_id)
3995
4076
  SENSITIVE = [:tags]
3996
4077
  include Aws::Structure
3997
4078
  end
@@ -4008,19 +4089,19 @@ module Aws::Mgn
4008
4089
  include Aws::Structure
4009
4090
  end
4010
4091
 
4011
- # @!attribute [rw] account_id
4012
- # Stop Replication Request account ID.
4013
- # @return [String]
4014
- #
4015
4092
  # @!attribute [rw] source_server_id
4016
4093
  # Stop Replication Request source server ID.
4017
4094
  # @return [String]
4018
4095
  #
4096
+ # @!attribute [rw] account_id
4097
+ # Stop Replication Request account ID.
4098
+ # @return [String]
4099
+ #
4019
4100
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StopReplicationRequest AWS API Documentation
4020
4101
  #
4021
4102
  class StopReplicationRequest < Struct.new(
4022
- :account_id,
4023
- :source_server_id)
4103
+ :source_server_id,
4104
+ :account_id)
4024
4105
  SENSITIVE = []
4025
4106
  include Aws::Structure
4026
4107
  end
@@ -4050,67 +4131,67 @@ module Aws::Mgn
4050
4131
  # Template post migration custom action name.
4051
4132
  # @return [String]
4052
4133
  #
4053
- # @!attribute [rw] active
4054
- # Template post migration custom action active status.
4055
- # @return [Boolean]
4056
- #
4057
- # @!attribute [rw] category
4058
- # Template post migration custom action category.
4059
- # @return [String]
4060
- #
4061
- # @!attribute [rw] description
4062
- # Template post migration custom action description.
4063
- # @return [String]
4064
- #
4065
4134
  # @!attribute [rw] document_identifier
4066
4135
  # Template post migration custom action document identifier.
4067
4136
  # @return [String]
4068
4137
  #
4138
+ # @!attribute [rw] order
4139
+ # Template post migration custom action order.
4140
+ # @return [Integer]
4141
+ #
4069
4142
  # @!attribute [rw] document_version
4070
4143
  # Template post migration custom action document version.
4071
4144
  # @return [String]
4072
4145
  #
4073
- # @!attribute [rw] external_parameters
4074
- # Template post migration custom action external parameters.
4075
- # @return [Hash<String,Types::SsmExternalParameter>]
4146
+ # @!attribute [rw] active
4147
+ # Template post migration custom action active status.
4148
+ # @return [Boolean]
4149
+ #
4150
+ # @!attribute [rw] timeout_seconds
4151
+ # Template post migration custom action timeout in seconds.
4152
+ # @return [Integer]
4076
4153
  #
4077
4154
  # @!attribute [rw] must_succeed_for_cutover
4078
4155
  # Template post migration custom action must succeed for cutover.
4079
4156
  # @return [Boolean]
4080
4157
  #
4158
+ # @!attribute [rw] parameters
4159
+ # Template post migration custom action parameters.
4160
+ # @return [Hash<String,Array<Types::SsmParameterStoreParameter>>]
4161
+ #
4081
4162
  # @!attribute [rw] operating_system
4082
4163
  # Operating system eligible for this template post migration custom
4083
4164
  # action.
4084
4165
  # @return [String]
4085
4166
  #
4086
- # @!attribute [rw] order
4087
- # Template post migration custom action order.
4088
- # @return [Integer]
4167
+ # @!attribute [rw] external_parameters
4168
+ # Template post migration custom action external parameters.
4169
+ # @return [Hash<String,Types::SsmExternalParameter>]
4089
4170
  #
4090
- # @!attribute [rw] parameters
4091
- # Template post migration custom action parameters.
4092
- # @return [Hash<String,Array<Types::SsmParameterStoreParameter>>]
4171
+ # @!attribute [rw] description
4172
+ # Template post migration custom action description.
4173
+ # @return [String]
4093
4174
  #
4094
- # @!attribute [rw] timeout_seconds
4095
- # Template post migration custom action timeout in seconds.
4096
- # @return [Integer]
4175
+ # @!attribute [rw] category
4176
+ # Template post migration custom action category.
4177
+ # @return [String]
4097
4178
  #
4098
4179
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/TemplateActionDocument AWS API Documentation
4099
4180
  #
4100
4181
  class TemplateActionDocument < Struct.new(
4101
4182
  :action_id,
4102
4183
  :action_name,
4103
- :active,
4104
- :category,
4105
- :description,
4106
4184
  :document_identifier,
4185
+ :order,
4107
4186
  :document_version,
4108
- :external_parameters,
4187
+ :active,
4188
+ :timeout_seconds,
4109
4189
  :must_succeed_for_cutover,
4110
- :operating_system,
4111
- :order,
4112
4190
  :parameters,
4113
- :timeout_seconds)
4191
+ :operating_system,
4192
+ :external_parameters,
4193
+ :description,
4194
+ :category)
4114
4195
  SENSITIVE = []
4115
4196
  include Aws::Structure
4116
4197
  end
@@ -4129,10 +4210,6 @@ module Aws::Mgn
4129
4210
  include Aws::Structure
4130
4211
  end
4131
4212
 
4132
- # @!attribute [rw] account_id
4133
- # Terminate Target instance by Account ID
4134
- # @return [String]
4135
- #
4136
4213
  # @!attribute [rw] source_server_i_ds
4137
4214
  # Terminate Target instance by Source Server IDs.
4138
4215
  # @return [Array<String>]
@@ -4141,12 +4218,16 @@ module Aws::Mgn
4141
4218
  # Terminate Target instance by Tags.
4142
4219
  # @return [Hash<String,String>]
4143
4220
  #
4221
+ # @!attribute [rw] account_id
4222
+ # Terminate Target instance by Account ID
4223
+ # @return [String]
4224
+ #
4144
4225
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/TerminateTargetInstancesRequest AWS API Documentation
4145
4226
  #
4146
4227
  class TerminateTargetInstancesRequest < Struct.new(
4147
- :account_id,
4148
4228
  :source_server_i_ds,
4149
- :tags)
4229
+ :tags,
4230
+ :account_id)
4150
4231
  SENSITIVE = [:tags]
4151
4232
  include Aws::Structure
4152
4233
  end
@@ -4168,6 +4249,10 @@ module Aws::Mgn
4168
4249
  # @!attribute [rw] message
4169
4250
  # @return [String]
4170
4251
  #
4252
+ # @!attribute [rw] service_code
4253
+ # Reached throttling quota exception service code.
4254
+ # @return [String]
4255
+ #
4171
4256
  # @!attribute [rw] quota_code
4172
4257
  # Reached throttling quota exception.
4173
4258
  # @return [String]
@@ -4176,68 +4261,64 @@ module Aws::Mgn
4176
4261
  # Reached throttling quota exception will retry after x seconds.
4177
4262
  # @return [String]
4178
4263
  #
4179
- # @!attribute [rw] service_code
4180
- # Reached throttling quota exception service code.
4181
- # @return [String]
4182
- #
4183
4264
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ThrottlingException AWS API Documentation
4184
4265
  #
4185
4266
  class ThrottlingException < Struct.new(
4186
4267
  :message,
4268
+ :service_code,
4187
4269
  :quota_code,
4188
- :retry_after_seconds,
4189
- :service_code)
4270
+ :retry_after_seconds)
4190
4271
  SENSITIVE = []
4191
4272
  include Aws::Structure
4192
4273
  end
4193
-
4194
- # @!attribute [rw] account_id
4195
- # Account ID.
4196
- # @return [String]
4197
- #
4274
+
4198
4275
  # @!attribute [rw] application_id
4199
4276
  # Application ID.
4200
4277
  # @return [String]
4201
4278
  #
4279
+ # @!attribute [rw] account_id
4280
+ # Account ID.
4281
+ # @return [String]
4282
+ #
4202
4283
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UnarchiveApplicationRequest AWS API Documentation
4203
4284
  #
4204
4285
  class UnarchiveApplicationRequest < Struct.new(
4205
- :account_id,
4206
- :application_id)
4286
+ :application_id,
4287
+ :account_id)
4207
4288
  SENSITIVE = []
4208
4289
  include Aws::Structure
4209
4290
  end
4210
4291
 
4211
- # @!attribute [rw] account_id
4212
- # Account ID.
4213
- # @return [String]
4214
- #
4215
4292
  # @!attribute [rw] wave_id
4216
4293
  # Wave ID.
4217
4294
  # @return [String]
4218
4295
  #
4296
+ # @!attribute [rw] account_id
4297
+ # Account ID.
4298
+ # @return [String]
4299
+ #
4219
4300
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UnarchiveWaveRequest AWS API Documentation
4220
4301
  #
4221
4302
  class UnarchiveWaveRequest < Struct.new(
4222
- :account_id,
4223
- :wave_id)
4303
+ :wave_id,
4304
+ :account_id)
4224
4305
  SENSITIVE = []
4225
4306
  include Aws::Structure
4226
4307
  end
4227
4308
 
4228
4309
  # Uninitialized account exception.
4229
4310
  #
4230
- # @!attribute [rw] code
4311
+ # @!attribute [rw] message
4231
4312
  # @return [String]
4232
4313
  #
4233
- # @!attribute [rw] message
4314
+ # @!attribute [rw] code
4234
4315
  # @return [String]
4235
4316
  #
4236
4317
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UninitializedAccountException AWS API Documentation
4237
4318
  #
4238
4319
  class UninitializedAccountException < Struct.new(
4239
- :code,
4240
- :message)
4320
+ :message,
4321
+ :code)
4241
4322
  SENSITIVE = []
4242
4323
  include Aws::Structure
4243
4324
  end
@@ -4259,29 +4340,29 @@ module Aws::Mgn
4259
4340
  include Aws::Structure
4260
4341
  end
4261
4342
 
4262
- # @!attribute [rw] account_id
4263
- # Account ID.
4264
- # @return [String]
4265
- #
4266
4343
  # @!attribute [rw] application_id
4267
4344
  # Application ID.
4268
4345
  # @return [String]
4269
4346
  #
4347
+ # @!attribute [rw] name
4348
+ # Application name.
4349
+ # @return [String]
4350
+ #
4270
4351
  # @!attribute [rw] description
4271
4352
  # Application description.
4272
4353
  # @return [String]
4273
4354
  #
4274
- # @!attribute [rw] name
4275
- # Application name.
4355
+ # @!attribute [rw] account_id
4356
+ # Account ID.
4276
4357
  # @return [String]
4277
4358
  #
4278
4359
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateApplicationRequest AWS API Documentation
4279
4360
  #
4280
4361
  class UpdateApplicationRequest < Struct.new(
4281
- :account_id,
4282
4362
  :application_id,
4363
+ :name,
4283
4364
  :description,
4284
- :name)
4365
+ :account_id)
4285
4366
  SENSITIVE = []
4286
4367
  include Aws::Structure
4287
4368
  end
@@ -4308,12 +4389,20 @@ module Aws::Mgn
4308
4389
  include Aws::Structure
4309
4390
  end
4310
4391
 
4311
- # @!attribute [rw] account_id
4312
- # Update Launch configuration Account ID.
4392
+ # @!attribute [rw] source_server_id
4393
+ # Update Launch configuration by Source Server ID request.
4313
4394
  # @return [String]
4314
4395
  #
4315
- # @!attribute [rw] boot_mode
4316
- # Update Launch configuration boot mode request.
4396
+ # @!attribute [rw] name
4397
+ # Update Launch configuration name request.
4398
+ # @return [String]
4399
+ #
4400
+ # @!attribute [rw] launch_disposition
4401
+ # Update Launch configuration launch disposition request.
4402
+ # @return [String]
4403
+ #
4404
+ # @!attribute [rw] target_instance_type_right_sizing_method
4405
+ # Update Launch configuration Target instance right sizing request.
4317
4406
  # @return [String]
4318
4407
  #
4319
4408
  # @!attribute [rw] copy_private_ip
@@ -4324,136 +4413,146 @@ module Aws::Mgn
4324
4413
  # Update Launch configuration copy Tags request.
4325
4414
  # @return [Boolean]
4326
4415
  #
4327
- # @!attribute [rw] enable_map_auto_tagging
4328
- # Enable map auto tagging.
4329
- # @return [Boolean]
4330
- #
4331
- # @!attribute [rw] launch_disposition
4332
- # Update Launch configuration launch disposition request.
4333
- # @return [String]
4334
- #
4335
4416
  # @!attribute [rw] licensing
4336
4417
  # Update Launch configuration licensing request.
4337
4418
  # @return [Types::Licensing]
4338
4419
  #
4339
- # @!attribute [rw] map_auto_tagging_mpe_id
4340
- # Launch configuration map auto tagging MPE ID.
4341
- # @return [String]
4342
- #
4343
- # @!attribute [rw] name
4344
- # Update Launch configuration name request.
4420
+ # @!attribute [rw] boot_mode
4421
+ # Update Launch configuration boot mode request.
4345
4422
  # @return [String]
4346
4423
  #
4347
4424
  # @!attribute [rw] post_launch_actions
4348
4425
  # Post Launch Actions to executed on the Test or Cutover instance.
4349
4426
  # @return [Types::PostLaunchActions]
4350
4427
  #
4351
- # @!attribute [rw] source_server_id
4352
- # Update Launch configuration by Source Server ID request.
4428
+ # @!attribute [rw] enable_map_auto_tagging
4429
+ # Enable map auto tagging.
4430
+ # @return [Boolean]
4431
+ #
4432
+ # @!attribute [rw] map_auto_tagging_mpe_id
4433
+ # Launch configuration map auto tagging MPE ID.
4353
4434
  # @return [String]
4354
4435
  #
4355
- # @!attribute [rw] target_instance_type_right_sizing_method
4356
- # Update Launch configuration Target instance right sizing request.
4436
+ # @!attribute [rw] account_id
4437
+ # Update Launch configuration Account ID.
4357
4438
  # @return [String]
4358
4439
  #
4359
4440
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateLaunchConfigurationRequest AWS API Documentation
4360
4441
  #
4361
4442
  class UpdateLaunchConfigurationRequest < Struct.new(
4362
- :account_id,
4363
- :boot_mode,
4443
+ :source_server_id,
4444
+ :name,
4445
+ :launch_disposition,
4446
+ :target_instance_type_right_sizing_method,
4364
4447
  :copy_private_ip,
4365
4448
  :copy_tags,
4366
- :enable_map_auto_tagging,
4367
- :launch_disposition,
4368
4449
  :licensing,
4369
- :map_auto_tagging_mpe_id,
4370
- :name,
4450
+ :boot_mode,
4371
4451
  :post_launch_actions,
4372
- :source_server_id,
4373
- :target_instance_type_right_sizing_method)
4452
+ :enable_map_auto_tagging,
4453
+ :map_auto_tagging_mpe_id,
4454
+ :account_id)
4374
4455
  SENSITIVE = []
4375
4456
  include Aws::Structure
4376
4457
  end
4377
4458
 
4378
- # @!attribute [rw] associate_public_ip_address
4379
- # Associate public Ip address.
4380
- # @return [Boolean]
4381
- #
4382
- # @!attribute [rw] boot_mode
4383
- # Launch configuration template boot mode.
4459
+ # @!attribute [rw] launch_configuration_template_id
4460
+ # Launch Configuration Template ID.
4384
4461
  # @return [String]
4385
4462
  #
4386
- # @!attribute [rw] copy_private_ip
4387
- # Copy private Ip.
4388
- # @return [Boolean]
4389
- #
4390
- # @!attribute [rw] copy_tags
4391
- # Copy tags.
4392
- # @return [Boolean]
4463
+ # @!attribute [rw] post_launch_actions
4464
+ # Post Launch Action to execute on the Test or Cutover instance.
4465
+ # @return [Types::PostLaunchActions]
4393
4466
  #
4394
4467
  # @!attribute [rw] enable_map_auto_tagging
4395
4468
  # Enable map auto tagging.
4396
4469
  # @return [Boolean]
4397
4470
  #
4398
- # @!attribute [rw] large_volume_conf
4399
- # Large volume config.
4400
- # @return [Types::LaunchTemplateDiskConf]
4401
- #
4402
- # @!attribute [rw] launch_configuration_template_id
4403
- # Launch Configuration Template ID.
4471
+ # @!attribute [rw] map_auto_tagging_mpe_id
4472
+ # Launch configuration template map auto tagging MPE ID.
4404
4473
  # @return [String]
4405
4474
  #
4406
4475
  # @!attribute [rw] launch_disposition
4407
4476
  # Launch disposition.
4408
4477
  # @return [String]
4409
4478
  #
4479
+ # @!attribute [rw] target_instance_type_right_sizing_method
4480
+ # Target instance type right-sizing method.
4481
+ # @return [String]
4482
+ #
4483
+ # @!attribute [rw] copy_private_ip
4484
+ # Copy private Ip.
4485
+ # @return [Boolean]
4486
+ #
4487
+ # @!attribute [rw] associate_public_ip_address
4488
+ # Associate public Ip address.
4489
+ # @return [Boolean]
4490
+ #
4491
+ # @!attribute [rw] copy_tags
4492
+ # Copy tags.
4493
+ # @return [Boolean]
4494
+ #
4410
4495
  # @!attribute [rw] licensing
4411
4496
  # Configure Licensing.
4412
4497
  # @return [Types::Licensing]
4413
4498
  #
4414
- # @!attribute [rw] map_auto_tagging_mpe_id
4415
- # Launch configuration template map auto tagging MPE ID.
4499
+ # @!attribute [rw] boot_mode
4500
+ # Launch configuration template boot mode.
4416
4501
  # @return [String]
4417
4502
  #
4418
- # @!attribute [rw] post_launch_actions
4419
- # Post Launch Action to execute on the Test or Cutover instance.
4420
- # @return [Types::PostLaunchActions]
4503
+ # @!attribute [rw] small_volume_max_size
4504
+ # Small volume maximum size.
4505
+ # @return [Integer]
4421
4506
  #
4422
4507
  # @!attribute [rw] small_volume_conf
4423
4508
  # Small volume config.
4424
4509
  # @return [Types::LaunchTemplateDiskConf]
4425
4510
  #
4426
- # @!attribute [rw] small_volume_max_size
4427
- # Small volume maximum size.
4428
- # @return [Integer]
4511
+ # @!attribute [rw] large_volume_conf
4512
+ # Large volume config.
4513
+ # @return [Types::LaunchTemplateDiskConf]
4429
4514
  #
4430
- # @!attribute [rw] target_instance_type_right_sizing_method
4431
- # Target instance type right-sizing method.
4515
+ # @!attribute [rw] enable_parameters_encryption
4516
+ # Enable parameters encryption.
4517
+ # @return [Boolean]
4518
+ #
4519
+ # @!attribute [rw] parameters_encryption_key
4520
+ # Parameters encryption key.
4432
4521
  # @return [String]
4433
4522
  #
4434
4523
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateLaunchConfigurationTemplateRequest AWS API Documentation
4435
4524
  #
4436
4525
  class UpdateLaunchConfigurationTemplateRequest < Struct.new(
4437
- :associate_public_ip_address,
4438
- :boot_mode,
4439
- :copy_private_ip,
4440
- :copy_tags,
4441
- :enable_map_auto_tagging,
4442
- :large_volume_conf,
4443
4526
  :launch_configuration_template_id,
4527
+ :post_launch_actions,
4528
+ :enable_map_auto_tagging,
4529
+ :map_auto_tagging_mpe_id,
4444
4530
  :launch_disposition,
4531
+ :target_instance_type_right_sizing_method,
4532
+ :copy_private_ip,
4533
+ :associate_public_ip_address,
4534
+ :copy_tags,
4445
4535
  :licensing,
4446
- :map_auto_tagging_mpe_id,
4447
- :post_launch_actions,
4448
- :small_volume_conf,
4536
+ :boot_mode,
4449
4537
  :small_volume_max_size,
4450
- :target_instance_type_right_sizing_method)
4538
+ :small_volume_conf,
4539
+ :large_volume_conf,
4540
+ :enable_parameters_encryption,
4541
+ :parameters_encryption_key)
4451
4542
  SENSITIVE = []
4452
4543
  include Aws::Structure
4453
4544
  end
4454
4545
 
4455
- # @!attribute [rw] account_id
4456
- # Update replication configuration Account ID request.
4546
+ # @!attribute [rw] source_server_id
4547
+ # Update replication configuration Source Server ID request.
4548
+ # @return [String]
4549
+ #
4550
+ # @!attribute [rw] name
4551
+ # Update replication configuration name request.
4552
+ # @return [String]
4553
+ #
4554
+ # @!attribute [rw] staging_area_subnet_id
4555
+ # Update replication configuration Staging Area subnet request.
4457
4556
  # @return [String]
4458
4557
  #
4459
4558
  # @!attribute [rw] associate_default_security_group
@@ -4461,23 +4560,30 @@ module Aws::Mgn
4461
4560
  # Migration Service Security group request.
4462
4561
  # @return [Boolean]
4463
4562
  #
4464
- # @!attribute [rw] bandwidth_throttling
4465
- # Update replication configuration bandwidth throttling request.
4466
- # @return [Integer]
4467
- #
4468
- # @!attribute [rw] create_public_ip
4469
- # Update replication configuration create Public IP request.
4470
- # @return [Boolean]
4563
+ # @!attribute [rw] replication_servers_security_groups_i_ds
4564
+ # Update replication configuration Replication Server Security Groups
4565
+ # IDs request.
4566
+ # @return [Array<String>]
4471
4567
  #
4472
- # @!attribute [rw] data_plane_routing
4473
- # Update replication configuration data plane routing request.
4568
+ # @!attribute [rw] replication_server_instance_type
4569
+ # Update replication configuration Replication Server instance type
4570
+ # request.
4474
4571
  # @return [String]
4475
4572
  #
4573
+ # @!attribute [rw] use_dedicated_replication_server
4574
+ # Update replication configuration use dedicated Replication Server
4575
+ # request.
4576
+ # @return [Boolean]
4577
+ #
4476
4578
  # @!attribute [rw] default_large_staging_disk_type
4477
4579
  # Update replication configuration use default large Staging Disk type
4478
4580
  # request.
4479
4581
  # @return [String]
4480
4582
  #
4583
+ # @!attribute [rw] replicated_disks
4584
+ # Update replication configuration replicated disks request.
4585
+ # @return [Array<Types::ReplicationConfigurationReplicatedDisk>]
4586
+ #
4481
4587
  # @!attribute [rw] ebs_encryption
4482
4588
  # Update replication configuration EBS encryption request.
4483
4589
  # @return [String]
@@ -4486,92 +4592,92 @@ module Aws::Mgn
4486
4592
  # Update replication configuration EBS encryption key ARN request.
4487
4593
  # @return [String]
4488
4594
  #
4489
- # @!attribute [rw] name
4490
- # Update replication configuration name request.
4491
- # @return [String]
4492
- #
4493
- # @!attribute [rw] replicated_disks
4494
- # Update replication configuration replicated disks request.
4495
- # @return [Array<Types::ReplicationConfigurationReplicatedDisk>]
4496
- #
4497
- # @!attribute [rw] replication_server_instance_type
4498
- # Update replication configuration Replication Server instance type
4499
- # request.
4500
- # @return [String]
4501
- #
4502
- # @!attribute [rw] replication_servers_security_groups_i_ds
4503
- # Update replication configuration Replication Server Security Groups
4504
- # IDs request.
4505
- # @return [Array<String>]
4595
+ # @!attribute [rw] bandwidth_throttling
4596
+ # Update replication configuration bandwidth throttling request.
4597
+ # @return [Integer]
4506
4598
  #
4507
- # @!attribute [rw] source_server_id
4508
- # Update replication configuration Source Server ID request.
4599
+ # @!attribute [rw] data_plane_routing
4600
+ # Update replication configuration data plane routing request.
4509
4601
  # @return [String]
4510
4602
  #
4511
- # @!attribute [rw] staging_area_subnet_id
4512
- # Update replication configuration Staging Area subnet request.
4513
- # @return [String]
4603
+ # @!attribute [rw] create_public_ip
4604
+ # Update replication configuration create Public IP request.
4605
+ # @return [Boolean]
4514
4606
  #
4515
4607
  # @!attribute [rw] staging_area_tags
4516
4608
  # Update replication configuration Staging Area Tags request.
4517
4609
  # @return [Hash<String,String>]
4518
4610
  #
4519
- # @!attribute [rw] use_dedicated_replication_server
4520
- # Update replication configuration use dedicated Replication Server
4521
- # request.
4522
- # @return [Boolean]
4523
- #
4524
4611
  # @!attribute [rw] use_fips_endpoint
4525
4612
  # Update replication configuration use Fips Endpoint.
4526
4613
  # @return [Boolean]
4527
4614
  #
4615
+ # @!attribute [rw] account_id
4616
+ # Update replication configuration Account ID request.
4617
+ # @return [String]
4618
+ #
4619
+ # @!attribute [rw] internet_protocol
4620
+ # Update replication configuration internet protocol.
4621
+ # @return [String]
4622
+ #
4528
4623
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateReplicationConfigurationRequest AWS API Documentation
4529
4624
  #
4530
4625
  class UpdateReplicationConfigurationRequest < Struct.new(
4531
- :account_id,
4626
+ :source_server_id,
4627
+ :name,
4628
+ :staging_area_subnet_id,
4532
4629
  :associate_default_security_group,
4533
- :bandwidth_throttling,
4534
- :create_public_ip,
4535
- :data_plane_routing,
4630
+ :replication_servers_security_groups_i_ds,
4631
+ :replication_server_instance_type,
4632
+ :use_dedicated_replication_server,
4536
4633
  :default_large_staging_disk_type,
4634
+ :replicated_disks,
4537
4635
  :ebs_encryption,
4538
4636
  :ebs_encryption_key_arn,
4539
- :name,
4540
- :replicated_disks,
4541
- :replication_server_instance_type,
4542
- :replication_servers_security_groups_i_ds,
4543
- :source_server_id,
4544
- :staging_area_subnet_id,
4637
+ :bandwidth_throttling,
4638
+ :data_plane_routing,
4639
+ :create_public_ip,
4545
4640
  :staging_area_tags,
4546
- :use_dedicated_replication_server,
4547
- :use_fips_endpoint)
4641
+ :use_fips_endpoint,
4642
+ :account_id,
4643
+ :internet_protocol)
4548
4644
  SENSITIVE = [:staging_area_tags]
4549
4645
  include Aws::Structure
4550
4646
  end
4551
4647
 
4648
+ # @!attribute [rw] replication_configuration_template_id
4649
+ # Update replication configuration template template ID request.
4650
+ # @return [String]
4651
+ #
4552
4652
  # @!attribute [rw] arn
4553
4653
  # Update replication configuration template ARN request.
4554
4654
  # @return [String]
4555
4655
  #
4656
+ # @!attribute [rw] staging_area_subnet_id
4657
+ # Update replication configuration template Staging Area subnet ID
4658
+ # request.
4659
+ # @return [String]
4660
+ #
4556
4661
  # @!attribute [rw] associate_default_security_group
4557
4662
  # Update replication configuration template associate default
4558
4663
  # Application Migration Service Security group request.
4559
4664
  # @return [Boolean]
4560
4665
  #
4561
- # @!attribute [rw] bandwidth_throttling
4562
- # Update replication configuration template bandwidth throttling
4563
- # request.
4564
- # @return [Integer]
4565
- #
4566
- # @!attribute [rw] create_public_ip
4567
- # Update replication configuration template create Public IP request.
4568
- # @return [Boolean]
4666
+ # @!attribute [rw] replication_servers_security_groups_i_ds
4667
+ # Update replication configuration template Replication Server
4668
+ # Security groups IDs request.
4669
+ # @return [Array<String>]
4569
4670
  #
4570
- # @!attribute [rw] data_plane_routing
4571
- # Update replication configuration template data plane routing
4572
- # request.
4671
+ # @!attribute [rw] replication_server_instance_type
4672
+ # Update replication configuration template Replication Server
4673
+ # instance type request.
4573
4674
  # @return [String]
4574
4675
  #
4676
+ # @!attribute [rw] use_dedicated_replication_server
4677
+ # Update replication configuration template use dedicated Replication
4678
+ # Server request.
4679
+ # @return [Boolean]
4680
+ #
4575
4681
  # @!attribute [rw] default_large_staging_disk_type
4576
4682
  # Update replication configuration template use default large Staging
4577
4683
  # Disk type request.
@@ -4586,78 +4692,73 @@ module Aws::Mgn
4586
4692
  # request.
4587
4693
  # @return [String]
4588
4694
  #
4589
- # @!attribute [rw] replication_configuration_template_id
4590
- # Update replication configuration template template ID request.
4591
- # @return [String]
4592
- #
4593
- # @!attribute [rw] replication_server_instance_type
4594
- # Update replication configuration template Replication Server
4595
- # instance type request.
4596
- # @return [String]
4597
- #
4598
- # @!attribute [rw] replication_servers_security_groups_i_ds
4599
- # Update replication configuration template Replication Server
4600
- # Security groups IDs request.
4601
- # @return [Array<String>]
4695
+ # @!attribute [rw] bandwidth_throttling
4696
+ # Update replication configuration template bandwidth throttling
4697
+ # request.
4698
+ # @return [Integer]
4602
4699
  #
4603
- # @!attribute [rw] staging_area_subnet_id
4604
- # Update replication configuration template Staging Area subnet ID
4700
+ # @!attribute [rw] data_plane_routing
4701
+ # Update replication configuration template data plane routing
4605
4702
  # request.
4606
4703
  # @return [String]
4607
4704
  #
4705
+ # @!attribute [rw] create_public_ip
4706
+ # Update replication configuration template create Public IP request.
4707
+ # @return [Boolean]
4708
+ #
4608
4709
  # @!attribute [rw] staging_area_tags
4609
4710
  # Update replication configuration template Staging Area Tags request.
4610
4711
  # @return [Hash<String,String>]
4611
4712
  #
4612
- # @!attribute [rw] use_dedicated_replication_server
4613
- # Update replication configuration template use dedicated Replication
4614
- # Server request.
4615
- # @return [Boolean]
4616
- #
4617
4713
  # @!attribute [rw] use_fips_endpoint
4618
4714
  # Update replication configuration template use Fips Endpoint request.
4619
4715
  # @return [Boolean]
4620
4716
  #
4717
+ # @!attribute [rw] internet_protocol
4718
+ # Update replication configuration template internet protocol request.
4719
+ # @return [String]
4720
+ #
4621
4721
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateReplicationConfigurationTemplateRequest AWS API Documentation
4622
4722
  #
4623
4723
  class UpdateReplicationConfigurationTemplateRequest < Struct.new(
4724
+ :replication_configuration_template_id,
4624
4725
  :arn,
4726
+ :staging_area_subnet_id,
4625
4727
  :associate_default_security_group,
4626
- :bandwidth_throttling,
4627
- :create_public_ip,
4628
- :data_plane_routing,
4728
+ :replication_servers_security_groups_i_ds,
4729
+ :replication_server_instance_type,
4730
+ :use_dedicated_replication_server,
4629
4731
  :default_large_staging_disk_type,
4630
4732
  :ebs_encryption,
4631
4733
  :ebs_encryption_key_arn,
4632
- :replication_configuration_template_id,
4633
- :replication_server_instance_type,
4634
- :replication_servers_security_groups_i_ds,
4635
- :staging_area_subnet_id,
4734
+ :bandwidth_throttling,
4735
+ :data_plane_routing,
4736
+ :create_public_ip,
4636
4737
  :staging_area_tags,
4637
- :use_dedicated_replication_server,
4638
- :use_fips_endpoint)
4738
+ :use_fips_endpoint,
4739
+ :internet_protocol)
4639
4740
  SENSITIVE = [:staging_area_tags]
4640
4741
  include Aws::Structure
4641
4742
  end
4642
4743
 
4643
- # @!attribute [rw] account_id
4644
- # Account ID on which to update replication type.
4744
+ # @!attribute [rw] source_server_id
4745
+ # ID of source server on which to update replication type.
4645
4746
  # @return [String]
4646
4747
  #
4647
4748
  # @!attribute [rw] replication_type
4648
4749
  # Replication type to which to update source server.
4649
4750
  # @return [String]
4650
4751
  #
4651
- # @!attribute [rw] source_server_id
4652
- # ID of source server on which to update replication type.
4752
+ # @!attribute [rw] account_id
4753
+ # Account ID on which to update replication type.
4653
4754
  # @return [String]
4654
4755
  #
4655
4756
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateSourceServerReplicationTypeRequest AWS API Documentation
4656
4757
  #
4657
4758
  class UpdateSourceServerReplicationTypeRequest < Struct.new(
4658
- :account_id,
4759
+ :source_server_id,
4659
4760
  :replication_type,
4660
- :source_server_id)
4761
+ :account_id)
4661
4762
  SENSITIVE = []
4662
4763
  include Aws::Structure
4663
4764
  end
@@ -4666,111 +4767,119 @@ module Aws::Mgn
4666
4767
  # Update Source Server request account ID.
4667
4768
  # @return [String]
4668
4769
  #
4669
- # @!attribute [rw] connector_action
4670
- # Update Source Server request connector action.
4671
- # @return [Types::SourceServerConnectorAction]
4672
- #
4673
4770
  # @!attribute [rw] source_server_id
4674
4771
  # Update Source Server request source server ID.
4675
4772
  # @return [String]
4676
4773
  #
4774
+ # @!attribute [rw] connector_action
4775
+ # Update Source Server request connector action.
4776
+ # @return [Types::SourceServerConnectorAction]
4777
+ #
4677
4778
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateSourceServerRequest AWS API Documentation
4678
4779
  #
4679
4780
  class UpdateSourceServerRequest < Struct.new(
4680
4781
  :account_id,
4681
- :connector_action,
4682
- :source_server_id)
4782
+ :source_server_id,
4783
+ :connector_action)
4683
4784
  SENSITIVE = []
4684
4785
  include Aws::Structure
4685
4786
  end
4686
4787
 
4687
- # @!attribute [rw] account_id
4688
- # Account ID.
4689
- # @return [String]
4690
- #
4691
- # @!attribute [rw] description
4692
- # Wave description.
4788
+ # @!attribute [rw] wave_id
4789
+ # Wave ID.
4693
4790
  # @return [String]
4694
4791
  #
4695
4792
  # @!attribute [rw] name
4696
4793
  # Wave name.
4697
4794
  # @return [String]
4698
4795
  #
4699
- # @!attribute [rw] wave_id
4700
- # Wave ID.
4796
+ # @!attribute [rw] description
4797
+ # Wave description.
4798
+ # @return [String]
4799
+ #
4800
+ # @!attribute [rw] account_id
4801
+ # Account ID.
4701
4802
  # @return [String]
4702
4803
  #
4703
4804
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateWaveRequest AWS API Documentation
4704
4805
  #
4705
4806
  class UpdateWaveRequest < Struct.new(
4706
- :account_id,
4707
- :description,
4807
+ :wave_id,
4708
4808
  :name,
4709
- :wave_id)
4809
+ :description,
4810
+ :account_id)
4710
4811
  SENSITIVE = []
4711
4812
  include Aws::Structure
4712
4813
  end
4713
4814
 
4714
4815
  # Validate exception.
4715
4816
  #
4716
- # @!attribute [rw] code
4817
+ # @!attribute [rw] message
4717
4818
  # @return [String]
4718
4819
  #
4719
- # @!attribute [rw] field_list
4720
- # Validate exception field list.
4721
- # @return [Array<Types::ValidationExceptionField>]
4722
- #
4723
- # @!attribute [rw] message
4820
+ # @!attribute [rw] code
4724
4821
  # @return [String]
4725
4822
  #
4726
4823
  # @!attribute [rw] reason
4727
4824
  # Validate exception reason.
4728
4825
  # @return [String]
4729
4826
  #
4827
+ # @!attribute [rw] field_list
4828
+ # Validate exception field list.
4829
+ # @return [Array<Types::ValidationExceptionField>]
4830
+ #
4730
4831
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ValidationException AWS API Documentation
4731
4832
  #
4732
4833
  class ValidationException < Struct.new(
4733
- :code,
4734
- :field_list,
4735
4834
  :message,
4736
- :reason)
4835
+ :code,
4836
+ :reason,
4837
+ :field_list)
4737
4838
  SENSITIVE = []
4738
4839
  include Aws::Structure
4739
4840
  end
4740
4841
 
4741
4842
  # Validate exception field.
4742
4843
  #
4743
- # @!attribute [rw] message
4744
- # Validate exception field message.
4745
- # @return [String]
4746
- #
4747
4844
  # @!attribute [rw] name
4748
4845
  # Validate exception field name.
4749
4846
  # @return [String]
4750
4847
  #
4848
+ # @!attribute [rw] message
4849
+ # Validate exception field message.
4850
+ # @return [String]
4851
+ #
4751
4852
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ValidationExceptionField AWS API Documentation
4752
4853
  #
4753
4854
  class ValidationExceptionField < Struct.new(
4754
- :message,
4755
- :name)
4855
+ :name,
4856
+ :message)
4756
4857
  SENSITIVE = []
4757
4858
  include Aws::Structure
4758
4859
  end
4759
4860
 
4760
4861
  # vCenter client.
4761
4862
  #
4762
- # @!attribute [rw] arn
4763
- # Arn of vCenter client.
4863
+ # @!attribute [rw] vcenter_client_id
4864
+ # ID of vCenter client.
4764
4865
  # @return [String]
4765
4866
  #
4766
- # @!attribute [rw] datacenter_name
4767
- # Datacenter name of vCenter client.
4867
+ # @!attribute [rw] arn
4868
+ # Arn of vCenter client.
4768
4869
  # @return [String]
4769
4870
  #
4770
4871
  # @!attribute [rw] hostname
4771
4872
  # Hostname of vCenter client .
4772
4873
  # @return [String]
4773
4874
  #
4875
+ # @!attribute [rw] vcenter_uuid
4876
+ # Vcenter UUID of vCenter client.
4877
+ # @return [String]
4878
+ #
4879
+ # @!attribute [rw] datacenter_name
4880
+ # Datacenter name of vCenter client.
4881
+ # @return [String]
4882
+ #
4774
4883
  # @!attribute [rw] last_seen_datetime
4775
4884
  # Last seen time of vCenter client.
4776
4885
  # @return [String]
@@ -4783,35 +4892,31 @@ module Aws::Mgn
4783
4892
  # Tags for vCenter client.
4784
4893
  # @return [Hash<String,String>]
4785
4894
  #
4786
- # @!attribute [rw] vcenter_client_id
4787
- # ID of vCenter client.
4788
- # @return [String]
4789
- #
4790
- # @!attribute [rw] vcenter_uuid
4791
- # Vcenter UUID of vCenter client.
4792
- # @return [String]
4793
- #
4794
4895
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/VcenterClient AWS API Documentation
4795
4896
  #
4796
4897
  class VcenterClient < Struct.new(
4898
+ :vcenter_client_id,
4797
4899
  :arn,
4798
- :datacenter_name,
4799
4900
  :hostname,
4901
+ :vcenter_uuid,
4902
+ :datacenter_name,
4800
4903
  :last_seen_datetime,
4801
4904
  :source_server_tags,
4802
- :tags,
4803
- :vcenter_client_id,
4804
- :vcenter_uuid)
4905
+ :tags)
4805
4906
  SENSITIVE = [:source_server_tags, :tags]
4806
4907
  include Aws::Structure
4807
4908
  end
4808
4909
 
4910
+ # @!attribute [rw] wave_id
4911
+ # Wave ID.
4912
+ # @return [String]
4913
+ #
4809
4914
  # @!attribute [rw] arn
4810
4915
  # Wave ARN.
4811
4916
  # @return [String]
4812
4917
  #
4813
- # @!attribute [rw] creation_date_time
4814
- # Wave creation dateTime.
4918
+ # @!attribute [rw] name
4919
+ # Wave name.
4815
4920
  # @return [String]
4816
4921
  #
4817
4922
  # @!attribute [rw] description
@@ -4822,61 +4927,57 @@ module Aws::Mgn
4822
4927
  # Wave archival status.
4823
4928
  # @return [Boolean]
4824
4929
  #
4825
- # @!attribute [rw] last_modified_date_time
4826
- # Wave last modified dateTime.
4930
+ # @!attribute [rw] wave_aggregated_status
4931
+ # Wave aggregated status.
4932
+ # @return [Types::WaveAggregatedStatus]
4933
+ #
4934
+ # @!attribute [rw] creation_date_time
4935
+ # Wave creation dateTime.
4827
4936
  # @return [String]
4828
4937
  #
4829
- # @!attribute [rw] name
4830
- # Wave name.
4938
+ # @!attribute [rw] last_modified_date_time
4939
+ # Wave last modified dateTime.
4831
4940
  # @return [String]
4832
4941
  #
4833
4942
  # @!attribute [rw] tags
4834
4943
  # Wave tags.
4835
4944
  # @return [Hash<String,String>]
4836
4945
  #
4837
- # @!attribute [rw] wave_aggregated_status
4838
- # Wave aggregated status.
4839
- # @return [Types::WaveAggregatedStatus]
4840
- #
4841
- # @!attribute [rw] wave_id
4842
- # Wave ID.
4843
- # @return [String]
4844
- #
4845
4946
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/Wave AWS API Documentation
4846
4947
  #
4847
4948
  class Wave < Struct.new(
4949
+ :wave_id,
4848
4950
  :arn,
4849
- :creation_date_time,
4951
+ :name,
4850
4952
  :description,
4851
4953
  :is_archived,
4852
- :last_modified_date_time,
4853
- :name,
4854
- :tags,
4855
4954
  :wave_aggregated_status,
4856
- :wave_id)
4955
+ :creation_date_time,
4956
+ :last_modified_date_time,
4957
+ :tags)
4857
4958
  SENSITIVE = [:tags]
4858
4959
  include Aws::Structure
4859
4960
  end
4860
4961
 
4861
4962
  # Wave aggregated status.
4862
4963
  #
4863
- # @!attribute [rw] health_status
4864
- # Wave aggregated status health status.
4865
- # @return [String]
4866
- #
4867
4964
  # @!attribute [rw] last_update_date_time
4868
4965
  # Wave aggregated status last update dateTime.
4869
4966
  # @return [String]
4870
4967
  #
4871
- # @!attribute [rw] progress_status
4872
- # Wave aggregated status progress status.
4873
- # @return [String]
4874
- #
4875
4968
  # @!attribute [rw] replication_started_date_time
4876
4969
  # DateTime marking when the first source server in the wave started
4877
4970
  # replication.
4878
4971
  # @return [String]
4879
4972
  #
4973
+ # @!attribute [rw] health_status
4974
+ # Wave aggregated status health status.
4975
+ # @return [String]
4976
+ #
4977
+ # @!attribute [rw] progress_status
4978
+ # Wave aggregated status progress status.
4979
+ # @return [String]
4980
+ #
4880
4981
  # @!attribute [rw] total_applications
4881
4982
  # Wave aggregated status total applications amount.
4882
4983
  # @return [Integer]
@@ -4884,10 +4985,10 @@ module Aws::Mgn
4884
4985
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/WaveAggregatedStatus AWS API Documentation
4885
4986
  #
4886
4987
  class WaveAggregatedStatus < Struct.new(
4887
- :health_status,
4888
4988
  :last_update_date_time,
4889
- :progress_status,
4890
4989
  :replication_started_date_time,
4990
+ :health_status,
4991
+ :progress_status,
4891
4992
  :total_applications)
4892
4993
  SENSITIVE = []
4893
4994
  include Aws::Structure