aws-sdk-mgn 1.21.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mgn/client.rb +543 -1
- data/lib/aws-sdk-mgn/client_api.rb +141 -7
- data/lib/aws-sdk-mgn/endpoints.rb +56 -0
- data/lib/aws-sdk-mgn/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-mgn/types.rb +330 -5
- data/lib/aws-sdk-mgn.rb +1 -1
- metadata +4 -4
@@ -38,6 +38,7 @@ module Aws::Mgn
|
|
38
38
|
AssociateSourceServersRequest = Shapes::StructureShape.new(name: 'AssociateSourceServersRequest')
|
39
39
|
AssociateSourceServersRequestSourceServerIDs = Shapes::ListShape.new(name: 'AssociateSourceServersRequestSourceServerIDs')
|
40
40
|
AssociateSourceServersResponse = Shapes::StructureShape.new(name: 'AssociateSourceServersResponse')
|
41
|
+
BandwidthThrottling = Shapes::IntegerShape.new(name: 'BandwidthThrottling')
|
41
42
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
42
43
|
BootMode = Shapes::StringShape.new(name: 'BootMode')
|
43
44
|
BoundedString = Shapes::StringShape.new(name: 'BoundedString')
|
@@ -142,6 +143,7 @@ module Aws::Mgn
|
|
142
143
|
InitializeServiceResponse = Shapes::StructureShape.new(name: 'InitializeServiceResponse')
|
143
144
|
InitiatedBy = Shapes::StringShape.new(name: 'InitiatedBy')
|
144
145
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
146
|
+
Iops = Shapes::IntegerShape.new(name: 'Iops')
|
145
147
|
JmesPathString = Shapes::StringShape.new(name: 'JmesPathString')
|
146
148
|
Job = Shapes::StructureShape.new(name: 'Job')
|
147
149
|
JobID = Shapes::StringShape.new(name: 'JobID')
|
@@ -189,6 +191,8 @@ module Aws::Mgn
|
|
189
191
|
ListImportsRequest = Shapes::StructureShape.new(name: 'ListImportsRequest')
|
190
192
|
ListImportsRequestFilters = Shapes::StructureShape.new(name: 'ListImportsRequestFilters')
|
191
193
|
ListImportsResponse = Shapes::StructureShape.new(name: 'ListImportsResponse')
|
194
|
+
ListManagedAccountsRequest = Shapes::StructureShape.new(name: 'ListManagedAccountsRequest')
|
195
|
+
ListManagedAccountsResponse = Shapes::StructureShape.new(name: 'ListManagedAccountsResponse')
|
192
196
|
ListSourceServerActionsRequest = Shapes::StructureShape.new(name: 'ListSourceServerActionsRequest')
|
193
197
|
ListSourceServerActionsResponse = Shapes::StructureShape.new(name: 'ListSourceServerActionsResponse')
|
194
198
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
@@ -198,6 +202,8 @@ module Aws::Mgn
|
|
198
202
|
ListWavesRequest = Shapes::StructureShape.new(name: 'ListWavesRequest')
|
199
203
|
ListWavesRequestFilters = Shapes::StructureShape.new(name: 'ListWavesRequestFilters')
|
200
204
|
ListWavesResponse = Shapes::StructureShape.new(name: 'ListWavesResponse')
|
205
|
+
ManagedAccount = Shapes::StructureShape.new(name: 'ManagedAccount')
|
206
|
+
ManagedAccounts = Shapes::ListShape.new(name: 'ManagedAccounts')
|
201
207
|
MarkAsArchivedRequest = Shapes::StructureShape.new(name: 'MarkAsArchivedRequest')
|
202
208
|
MaxResultsType = Shapes::IntegerShape.new(name: 'MaxResultsType')
|
203
209
|
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
@@ -208,6 +214,7 @@ module Aws::Mgn
|
|
208
214
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
209
215
|
ParticipatingServer = Shapes::StructureShape.new(name: 'ParticipatingServer')
|
210
216
|
ParticipatingServers = Shapes::ListShape.new(name: 'ParticipatingServers')
|
217
|
+
PauseReplicationRequest = Shapes::StructureShape.new(name: 'PauseReplicationRequest')
|
211
218
|
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
212
219
|
PostLaunchActionExecutionStatus = Shapes::StringShape.new(name: 'PostLaunchActionExecutionStatus')
|
213
220
|
PostLaunchActions = Shapes::StructureShape.new(name: 'PostLaunchActions')
|
@@ -235,6 +242,7 @@ module Aws::Mgn
|
|
235
242
|
ReplicationType = Shapes::StringShape.new(name: 'ReplicationType')
|
236
243
|
ReplicationTypes = Shapes::ListShape.new(name: 'ReplicationTypes')
|
237
244
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
245
|
+
ResumeReplicationRequest = Shapes::StructureShape.new(name: 'ResumeReplicationRequest')
|
238
246
|
RetryDataReplicationRequest = Shapes::StructureShape.new(name: 'RetryDataReplicationRequest')
|
239
247
|
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
240
248
|
S3BucketSource = Shapes::StructureShape.new(name: 'S3BucketSource')
|
@@ -273,6 +281,7 @@ module Aws::Mgn
|
|
273
281
|
StartTestRequest = Shapes::StructureShape.new(name: 'StartTestRequest')
|
274
282
|
StartTestRequestSourceServerIDs = Shapes::ListShape.new(name: 'StartTestRequestSourceServerIDs')
|
275
283
|
StartTestResponse = Shapes::StructureShape.new(name: 'StartTestResponse')
|
284
|
+
StopReplicationRequest = Shapes::StructureShape.new(name: 'StopReplicationRequest')
|
276
285
|
StrictlyPositiveInteger = Shapes::IntegerShape.new(name: 'StrictlyPositiveInteger')
|
277
286
|
SubnetID = Shapes::StringShape.new(name: 'SubnetID')
|
278
287
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
@@ -288,6 +297,7 @@ module Aws::Mgn
|
|
288
297
|
TerminateTargetInstancesRequestSourceServerIDs = Shapes::ListShape.new(name: 'TerminateTargetInstancesRequestSourceServerIDs')
|
289
298
|
TerminateTargetInstancesResponse = Shapes::StructureShape.new(name: 'TerminateTargetInstancesResponse')
|
290
299
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
300
|
+
Throughput = Shapes::IntegerShape.new(name: 'Throughput')
|
291
301
|
UnarchiveApplicationRequest = Shapes::StructureShape.new(name: 'UnarchiveApplicationRequest')
|
292
302
|
UnarchiveWaveRequest = Shapes::StructureShape.new(name: 'UnarchiveWaveRequest')
|
293
303
|
UninitializedAccountException = Shapes::StructureShape.new(name: 'UninitializedAccountException')
|
@@ -347,18 +357,22 @@ module Aws::Mgn
|
|
347
357
|
|
348
358
|
ApplicationsList.member = Shapes::ShapeRef.new(shape: Application)
|
349
359
|
|
360
|
+
ArchiveApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
350
361
|
ArchiveApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
351
362
|
ArchiveApplicationRequest.struct_class = Types::ArchiveApplicationRequest
|
352
363
|
|
364
|
+
ArchiveWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
353
365
|
ArchiveWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
354
366
|
ArchiveWaveRequest.struct_class = Types::ArchiveWaveRequest
|
355
367
|
|
368
|
+
AssociateApplicationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
356
369
|
AssociateApplicationsRequest.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDs, required: true, location_name: "applicationIDs"))
|
357
370
|
AssociateApplicationsRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
358
371
|
AssociateApplicationsRequest.struct_class = Types::AssociateApplicationsRequest
|
359
372
|
|
360
373
|
AssociateApplicationsResponse.struct_class = Types::AssociateApplicationsResponse
|
361
374
|
|
375
|
+
AssociateSourceServersRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
362
376
|
AssociateSourceServersRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
363
377
|
AssociateSourceServersRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: AssociateSourceServersRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
364
378
|
AssociateSourceServersRequest.struct_class = Types::AssociateSourceServersRequest
|
@@ -371,6 +385,7 @@ module Aws::Mgn
|
|
371
385
|
CPU.add_member(:model_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "modelName"))
|
372
386
|
CPU.struct_class = Types::CPU
|
373
387
|
|
388
|
+
ChangeServerLifeCycleStateRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
374
389
|
ChangeServerLifeCycleStateRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: ChangeServerLifeCycleStateSourceServerLifecycle, required: true, location_name: "lifeCycle"))
|
375
390
|
ChangeServerLifeCycleStateRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
376
391
|
ChangeServerLifeCycleStateRequest.struct_class = Types::ChangeServerLifeCycleStateRequest
|
@@ -389,6 +404,7 @@ module Aws::Mgn
|
|
389
404
|
|
390
405
|
Cpus.member = Shapes::ShapeRef.new(shape: CPU)
|
391
406
|
|
407
|
+
CreateApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
392
408
|
CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
|
393
409
|
CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "name"))
|
394
410
|
CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
@@ -411,7 +427,7 @@ module Aws::Mgn
|
|
411
427
|
CreateLaunchConfigurationTemplateRequest.struct_class = Types::CreateLaunchConfigurationTemplateRequest
|
412
428
|
|
413
429
|
CreateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "associateDefaultSecurityGroup"))
|
414
|
-
CreateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape:
|
430
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, required: true, location_name: "bandwidthThrottling"))
|
415
431
|
CreateReplicationConfigurationTemplateRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "createPublicIP"))
|
416
432
|
CreateReplicationConfigurationTemplateRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, required: true, location_name: "dataPlaneRouting"))
|
417
433
|
CreateReplicationConfigurationTemplateRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, required: true, location_name: "defaultLargeStagingDiskType"))
|
@@ -423,8 +439,10 @@ module Aws::Mgn
|
|
423
439
|
CreateReplicationConfigurationTemplateRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "stagingAreaTags"))
|
424
440
|
CreateReplicationConfigurationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
425
441
|
CreateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "useDedicatedReplicationServer"))
|
442
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
426
443
|
CreateReplicationConfigurationTemplateRequest.struct_class = Types::CreateReplicationConfigurationTemplateRequest
|
427
444
|
|
445
|
+
CreateWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
428
446
|
CreateWaveRequest.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
|
429
447
|
CreateWaveRequest.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, required: true, location_name: "name"))
|
430
448
|
CreateWaveRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
@@ -463,11 +481,13 @@ module Aws::Mgn
|
|
463
481
|
|
464
482
|
DataReplicationInitiationSteps.member = Shapes::ShapeRef.new(shape: DataReplicationInitiationStep)
|
465
483
|
|
484
|
+
DeleteApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
466
485
|
DeleteApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
467
486
|
DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
|
468
487
|
|
469
488
|
DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
|
470
489
|
|
490
|
+
DeleteJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
471
491
|
DeleteJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
|
472
492
|
DeleteJobRequest.struct_class = Types::DeleteJobRequest
|
473
493
|
|
@@ -483,6 +503,7 @@ module Aws::Mgn
|
|
483
503
|
|
484
504
|
DeleteReplicationConfigurationTemplateResponse.struct_class = Types::DeleteReplicationConfigurationTemplateResponse
|
485
505
|
|
506
|
+
DeleteSourceServerRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
486
507
|
DeleteSourceServerRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
487
508
|
DeleteSourceServerRequest.struct_class = Types::DeleteSourceServerRequest
|
488
509
|
|
@@ -491,11 +512,13 @@ module Aws::Mgn
|
|
491
512
|
DeleteVcenterClientRequest.add_member(:vcenter_client_id, Shapes::ShapeRef.new(shape: VcenterClientID, required: true, location_name: "vcenterClientID"))
|
492
513
|
DeleteVcenterClientRequest.struct_class = Types::DeleteVcenterClientRequest
|
493
514
|
|
515
|
+
DeleteWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
494
516
|
DeleteWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
495
517
|
DeleteWaveRequest.struct_class = Types::DeleteWaveRequest
|
496
518
|
|
497
519
|
DeleteWaveResponse.struct_class = Types::DeleteWaveResponse
|
498
520
|
|
521
|
+
DescribeJobLogItemsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
499
522
|
DescribeJobLogItemsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
|
500
523
|
DescribeJobLogItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
501
524
|
DescribeJobLogItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
@@ -505,6 +528,7 @@ module Aws::Mgn
|
|
505
528
|
DescribeJobLogItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
506
529
|
DescribeJobLogItemsResponse.struct_class = Types::DescribeJobLogItemsResponse
|
507
530
|
|
531
|
+
DescribeJobsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
508
532
|
DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, location_name: "filters"))
|
509
533
|
DescribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
510
534
|
DescribeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
@@ -539,6 +563,7 @@ module Aws::Mgn
|
|
539
563
|
DescribeReplicationConfigurationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
540
564
|
DescribeReplicationConfigurationTemplatesResponse.struct_class = Types::DescribeReplicationConfigurationTemplatesResponse
|
541
565
|
|
566
|
+
DescribeSourceServersRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
542
567
|
DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, location_name: "filters"))
|
543
568
|
DescribeSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
544
569
|
DescribeSourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
@@ -567,12 +592,14 @@ module Aws::Mgn
|
|
567
592
|
DescribeVcenterClientsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
568
593
|
DescribeVcenterClientsResponse.struct_class = Types::DescribeVcenterClientsResponse
|
569
594
|
|
595
|
+
DisassociateApplicationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
570
596
|
DisassociateApplicationsRequest.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDs, required: true, location_name: "applicationIDs"))
|
571
597
|
DisassociateApplicationsRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
572
598
|
DisassociateApplicationsRequest.struct_class = Types::DisassociateApplicationsRequest
|
573
599
|
|
574
600
|
DisassociateApplicationsResponse.struct_class = Types::DisassociateApplicationsResponse
|
575
601
|
|
602
|
+
DisassociateSourceServersRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
576
603
|
DisassociateSourceServersRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
577
604
|
DisassociateSourceServersRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: DisassociateSourceServersRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
578
605
|
DisassociateSourceServersRequest.struct_class = Types::DisassociateSourceServersRequest
|
@@ -581,6 +608,7 @@ module Aws::Mgn
|
|
581
608
|
|
582
609
|
DisassociateSourceServersResponse.struct_class = Types::DisassociateSourceServersResponse
|
583
610
|
|
611
|
+
DisconnectFromServiceRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
584
612
|
DisconnectFromServiceRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
585
613
|
DisconnectFromServiceRequest.struct_class = Types::DisconnectFromServiceRequest
|
586
614
|
|
@@ -623,12 +651,15 @@ module Aws::Mgn
|
|
623
651
|
|
624
652
|
ExportsList.member = Shapes::ShapeRef.new(shape: ExportTask)
|
625
653
|
|
654
|
+
FinalizeCutoverRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
626
655
|
FinalizeCutoverRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
627
656
|
FinalizeCutoverRequest.struct_class = Types::FinalizeCutoverRequest
|
628
657
|
|
658
|
+
GetLaunchConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
629
659
|
GetLaunchConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
630
660
|
GetLaunchConfigurationRequest.struct_class = Types::GetLaunchConfigurationRequest
|
631
661
|
|
662
|
+
GetReplicationConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
632
663
|
GetReplicationConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
633
664
|
GetReplicationConfigurationRequest.struct_class = Types::GetReplicationConfigurationRequest
|
634
665
|
|
@@ -641,6 +672,7 @@ module Aws::Mgn
|
|
641
672
|
IdentificationHints.add_member(:vm_ware_uuid, Shapes::ShapeRef.new(shape: BoundedString, location_name: "vmWareUuid"))
|
642
673
|
IdentificationHints.struct_class = Types::IdentificationHints
|
643
674
|
|
675
|
+
ImportErrorData.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
644
676
|
ImportErrorData.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, location_name: "applicationID"))
|
645
677
|
ImportErrorData.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "ec2LaunchTemplateID"))
|
646
678
|
ImportErrorData.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
|
@@ -764,8 +796,8 @@ module Aws::Mgn
|
|
764
796
|
|
765
797
|
LaunchConfigurationTemplates.member = Shapes::ShapeRef.new(shape: LaunchConfigurationTemplate)
|
766
798
|
|
767
|
-
LaunchTemplateDiskConf.add_member(:iops, Shapes::ShapeRef.new(shape:
|
768
|
-
LaunchTemplateDiskConf.add_member(:throughput, Shapes::ShapeRef.new(shape:
|
799
|
+
LaunchTemplateDiskConf.add_member(:iops, Shapes::ShapeRef.new(shape: Iops, location_name: "iops"))
|
800
|
+
LaunchTemplateDiskConf.add_member(:throughput, Shapes::ShapeRef.new(shape: Throughput, location_name: "throughput"))
|
769
801
|
LaunchTemplateDiskConf.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
|
770
802
|
LaunchTemplateDiskConf.struct_class = Types::LaunchTemplateDiskConf
|
771
803
|
|
@@ -818,6 +850,7 @@ module Aws::Mgn
|
|
818
850
|
|
819
851
|
LifeCycleStates.member = Shapes::ShapeRef.new(shape: LifeCycleState)
|
820
852
|
|
853
|
+
ListApplicationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
821
854
|
ListApplicationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListApplicationsRequestFilters, location_name: "filters"))
|
822
855
|
ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
823
856
|
ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
@@ -876,6 +909,15 @@ module Aws::Mgn
|
|
876
909
|
ListImportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
877
910
|
ListImportsResponse.struct_class = Types::ListImportsResponse
|
878
911
|
|
912
|
+
ListManagedAccountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
913
|
+
ListManagedAccountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
914
|
+
ListManagedAccountsRequest.struct_class = Types::ListManagedAccountsRequest
|
915
|
+
|
916
|
+
ListManagedAccountsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ManagedAccounts, required: true, location_name: "items"))
|
917
|
+
ListManagedAccountsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
918
|
+
ListManagedAccountsResponse.struct_class = Types::ListManagedAccountsResponse
|
919
|
+
|
920
|
+
ListSourceServerActionsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
879
921
|
ListSourceServerActionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SourceServerActionsRequestFilters, location_name: "filters"))
|
880
922
|
ListSourceServerActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
881
923
|
ListSourceServerActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
@@ -902,6 +944,7 @@ module Aws::Mgn
|
|
902
944
|
ListTemplateActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
903
945
|
ListTemplateActionsResponse.struct_class = Types::ListTemplateActionsResponse
|
904
946
|
|
947
|
+
ListWavesRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
905
948
|
ListWavesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListWavesRequestFilters, location_name: "filters"))
|
906
949
|
ListWavesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
907
950
|
ListWavesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
@@ -915,6 +958,12 @@ module Aws::Mgn
|
|
915
958
|
ListWavesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
916
959
|
ListWavesResponse.struct_class = Types::ListWavesResponse
|
917
960
|
|
961
|
+
ManagedAccount.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountId"))
|
962
|
+
ManagedAccount.struct_class = Types::ManagedAccount
|
963
|
+
|
964
|
+
ManagedAccounts.member = Shapes::ShapeRef.new(shape: ManagedAccount)
|
965
|
+
|
966
|
+
MarkAsArchivedRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
918
967
|
MarkAsArchivedRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
919
968
|
MarkAsArchivedRequest.struct_class = Types::MarkAsArchivedRequest
|
920
969
|
|
@@ -936,6 +985,10 @@ module Aws::Mgn
|
|
936
985
|
|
937
986
|
ParticipatingServers.member = Shapes::ShapeRef.new(shape: ParticipatingServer)
|
938
987
|
|
988
|
+
PauseReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
989
|
+
PauseReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
990
|
+
PauseReplicationRequest.struct_class = Types::PauseReplicationRequest
|
991
|
+
|
939
992
|
PostLaunchActions.add_member(:cloud_watch_log_group_name, Shapes::ShapeRef.new(shape: CloudWatchLogGroupName, location_name: "cloudWatchLogGroupName"))
|
940
993
|
PostLaunchActions.add_member(:deployment, Shapes::ShapeRef.new(shape: PostLaunchActionsDeploymentType, location_name: "deployment"))
|
941
994
|
PostLaunchActions.add_member(:s3_log_bucket, Shapes::ShapeRef.new(shape: S3LogBucketName, location_name: "s3LogBucket"))
|
@@ -949,6 +1002,7 @@ module Aws::Mgn
|
|
949
1002
|
PostLaunchActionsStatus.add_member(:ssm_agent_discovery_datetime, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "ssmAgentDiscoveryDatetime"))
|
950
1003
|
PostLaunchActionsStatus.struct_class = Types::PostLaunchActionsStatus
|
951
1004
|
|
1005
|
+
PutSourceServerActionRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
952
1006
|
PutSourceServerActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
|
953
1007
|
PutSourceServerActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ActionName, required: true, location_name: "actionName"))
|
954
1008
|
PutSourceServerActionRequest.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
|
@@ -980,6 +1034,7 @@ module Aws::Mgn
|
|
980
1034
|
PutTemplateActionRequest.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
|
981
1035
|
PutTemplateActionRequest.struct_class = Types::PutTemplateActionRequest
|
982
1036
|
|
1037
|
+
RemoveSourceServerActionRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
983
1038
|
RemoveSourceServerActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
|
984
1039
|
RemoveSourceServerActionRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
985
1040
|
RemoveSourceServerActionRequest.struct_class = Types::RemoveSourceServerActionRequest
|
@@ -993,7 +1048,7 @@ module Aws::Mgn
|
|
993
1048
|
RemoveTemplateActionResponse.struct_class = Types::RemoveTemplateActionResponse
|
994
1049
|
|
995
1050
|
ReplicationConfiguration.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
996
|
-
ReplicationConfiguration.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape:
|
1051
|
+
ReplicationConfiguration.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, location_name: "bandwidthThrottling"))
|
997
1052
|
ReplicationConfiguration.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
998
1053
|
ReplicationConfiguration.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
999
1054
|
ReplicationConfiguration.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
@@ -1007,6 +1062,7 @@ module Aws::Mgn
|
|
1007
1062
|
ReplicationConfiguration.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
1008
1063
|
ReplicationConfiguration.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
1009
1064
|
ReplicationConfiguration.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
1065
|
+
ReplicationConfiguration.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
1010
1066
|
ReplicationConfiguration.struct_class = Types::ReplicationConfiguration
|
1011
1067
|
|
1012
1068
|
ReplicationConfigurationReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
|
@@ -1020,7 +1076,7 @@ module Aws::Mgn
|
|
1020
1076
|
|
1021
1077
|
ReplicationConfigurationTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
1022
1078
|
ReplicationConfigurationTemplate.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
1023
|
-
ReplicationConfigurationTemplate.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape:
|
1079
|
+
ReplicationConfigurationTemplate.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, location_name: "bandwidthThrottling"))
|
1024
1080
|
ReplicationConfigurationTemplate.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
1025
1081
|
ReplicationConfigurationTemplate.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
1026
1082
|
ReplicationConfigurationTemplate.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
@@ -1033,6 +1089,7 @@ module Aws::Mgn
|
|
1033
1089
|
ReplicationConfigurationTemplate.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
1034
1090
|
ReplicationConfigurationTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
1035
1091
|
ReplicationConfigurationTemplate.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
1092
|
+
ReplicationConfigurationTemplate.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
1036
1093
|
ReplicationConfigurationTemplate.struct_class = Types::ReplicationConfigurationTemplate
|
1037
1094
|
|
1038
1095
|
ReplicationConfigurationTemplateIDs.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID)
|
@@ -1049,6 +1106,11 @@ module Aws::Mgn
|
|
1049
1106
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
|
1050
1107
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1051
1108
|
|
1109
|
+
ResumeReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1110
|
+
ResumeReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
1111
|
+
ResumeReplicationRequest.struct_class = Types::ResumeReplicationRequest
|
1112
|
+
|
1113
|
+
RetryDataReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1052
1114
|
RetryDataReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
1053
1115
|
RetryDataReplicationRequest.struct_class = Types::RetryDataReplicationRequest
|
1054
1116
|
|
@@ -1140,6 +1202,7 @@ module Aws::Mgn
|
|
1140
1202
|
|
1141
1203
|
SsmParameterStoreParameters.member = Shapes::ShapeRef.new(shape: SsmParameterStoreParameter)
|
1142
1204
|
|
1205
|
+
StartCutoverRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1143
1206
|
StartCutoverRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: StartCutoverRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
1144
1207
|
StartCutoverRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
1145
1208
|
StartCutoverRequest.struct_class = Types::StartCutoverRequest
|
@@ -1164,9 +1227,11 @@ module Aws::Mgn
|
|
1164
1227
|
StartImportResponse.add_member(:import_task, Shapes::ShapeRef.new(shape: ImportTask, location_name: "importTask"))
|
1165
1228
|
StartImportResponse.struct_class = Types::StartImportResponse
|
1166
1229
|
|
1230
|
+
StartReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1167
1231
|
StartReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
1168
1232
|
StartReplicationRequest.struct_class = Types::StartReplicationRequest
|
1169
1233
|
|
1234
|
+
StartTestRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1170
1235
|
StartTestRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: StartTestRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
1171
1236
|
StartTestRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
1172
1237
|
StartTestRequest.struct_class = Types::StartTestRequest
|
@@ -1176,6 +1241,10 @@ module Aws::Mgn
|
|
1176
1241
|
StartTestResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
|
1177
1242
|
StartTestResponse.struct_class = Types::StartTestResponse
|
1178
1243
|
|
1244
|
+
StopReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1245
|
+
StopReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
1246
|
+
StopReplicationRequest.struct_class = Types::StopReplicationRequest
|
1247
|
+
|
1179
1248
|
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
1180
1249
|
|
1181
1250
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -1205,6 +1274,7 @@ module Aws::Mgn
|
|
1205
1274
|
TemplateActionsRequestFilters.add_member(:action_i_ds, Shapes::ShapeRef.new(shape: ActionIDs, location_name: "actionIDs"))
|
1206
1275
|
TemplateActionsRequestFilters.struct_class = Types::TemplateActionsRequestFilters
|
1207
1276
|
|
1277
|
+
TerminateTargetInstancesRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1208
1278
|
TerminateTargetInstancesRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: TerminateTargetInstancesRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
1209
1279
|
TerminateTargetInstancesRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
1210
1280
|
TerminateTargetInstancesRequest.struct_class = Types::TerminateTargetInstancesRequest
|
@@ -1220,9 +1290,11 @@ module Aws::Mgn
|
|
1220
1290
|
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
|
1221
1291
|
ThrottlingException.struct_class = Types::ThrottlingException
|
1222
1292
|
|
1293
|
+
UnarchiveApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1223
1294
|
UnarchiveApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
1224
1295
|
UnarchiveApplicationRequest.struct_class = Types::UnarchiveApplicationRequest
|
1225
1296
|
|
1297
|
+
UnarchiveWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1226
1298
|
UnarchiveWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
1227
1299
|
UnarchiveWaveRequest.struct_class = Types::UnarchiveWaveRequest
|
1228
1300
|
|
@@ -1234,11 +1306,13 @@ module Aws::Mgn
|
|
1234
1306
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
|
1235
1307
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
1236
1308
|
|
1309
|
+
UpdateApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1237
1310
|
UpdateApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
1238
1311
|
UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
|
1239
1312
|
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
|
1240
1313
|
UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
|
1241
1314
|
|
1315
|
+
UpdateLaunchConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1242
1316
|
UpdateLaunchConfigurationRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
|
1243
1317
|
UpdateLaunchConfigurationRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
1244
1318
|
UpdateLaunchConfigurationRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
@@ -1268,8 +1342,9 @@ module Aws::Mgn
|
|
1268
1342
|
UpdateLaunchConfigurationTemplateRequest.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
|
1269
1343
|
UpdateLaunchConfigurationTemplateRequest.struct_class = Types::UpdateLaunchConfigurationTemplateRequest
|
1270
1344
|
|
1345
|
+
UpdateReplicationConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1271
1346
|
UpdateReplicationConfigurationRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
1272
|
-
UpdateReplicationConfigurationRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape:
|
1347
|
+
UpdateReplicationConfigurationRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, location_name: "bandwidthThrottling"))
|
1273
1348
|
UpdateReplicationConfigurationRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
1274
1349
|
UpdateReplicationConfigurationRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
1275
1350
|
UpdateReplicationConfigurationRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
@@ -1283,11 +1358,12 @@ module Aws::Mgn
|
|
1283
1358
|
UpdateReplicationConfigurationRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
1284
1359
|
UpdateReplicationConfigurationRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
1285
1360
|
UpdateReplicationConfigurationRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
1361
|
+
UpdateReplicationConfigurationRequest.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
1286
1362
|
UpdateReplicationConfigurationRequest.struct_class = Types::UpdateReplicationConfigurationRequest
|
1287
1363
|
|
1288
1364
|
UpdateReplicationConfigurationTemplateRequest.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
1289
1365
|
UpdateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
1290
|
-
UpdateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape:
|
1366
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, location_name: "bandwidthThrottling"))
|
1291
1367
|
UpdateReplicationConfigurationTemplateRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
1292
1368
|
UpdateReplicationConfigurationTemplateRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
1293
1369
|
UpdateReplicationConfigurationTemplateRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
@@ -1299,12 +1375,15 @@ module Aws::Mgn
|
|
1299
1375
|
UpdateReplicationConfigurationTemplateRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
1300
1376
|
UpdateReplicationConfigurationTemplateRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
1301
1377
|
UpdateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
1378
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
1302
1379
|
UpdateReplicationConfigurationTemplateRequest.struct_class = Types::UpdateReplicationConfigurationTemplateRequest
|
1303
1380
|
|
1381
|
+
UpdateSourceServerReplicationTypeRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1304
1382
|
UpdateSourceServerReplicationTypeRequest.add_member(:replication_type, Shapes::ShapeRef.new(shape: ReplicationType, required: true, location_name: "replicationType"))
|
1305
1383
|
UpdateSourceServerReplicationTypeRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
1306
1384
|
UpdateSourceServerReplicationTypeRequest.struct_class = Types::UpdateSourceServerReplicationTypeRequest
|
1307
1385
|
|
1386
|
+
UpdateWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
1308
1387
|
UpdateWaveRequest.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
|
1309
1388
|
UpdateWaveRequest.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, location_name: "name"))
|
1310
1389
|
UpdateWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
@@ -1808,6 +1887,22 @@ module Aws::Mgn
|
|
1808
1887
|
)
|
1809
1888
|
end)
|
1810
1889
|
|
1890
|
+
api.add_operation(:list_managed_accounts, Seahorse::Model::Operation.new.tap do |o|
|
1891
|
+
o.name = "ListManagedAccounts"
|
1892
|
+
o.http_method = "POST"
|
1893
|
+
o.http_request_uri = "/ListManagedAccounts"
|
1894
|
+
o.input = Shapes::ShapeRef.new(shape: ListManagedAccountsRequest)
|
1895
|
+
o.output = Shapes::ShapeRef.new(shape: ListManagedAccountsResponse)
|
1896
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1897
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1898
|
+
o[:pager] = Aws::Pager.new(
|
1899
|
+
limit_key: "max_results",
|
1900
|
+
tokens: {
|
1901
|
+
"next_token" => "next_token"
|
1902
|
+
}
|
1903
|
+
)
|
1904
|
+
end)
|
1905
|
+
|
1811
1906
|
api.add_operation(:list_source_server_actions, Seahorse::Model::Operation.new.tap do |o|
|
1812
1907
|
o.name = "ListSourceServerActions"
|
1813
1908
|
o.http_method = "POST"
|
@@ -1879,6 +1974,19 @@ module Aws::Mgn
|
|
1879
1974
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1880
1975
|
end)
|
1881
1976
|
|
1977
|
+
api.add_operation(:pause_replication, Seahorse::Model::Operation.new.tap do |o|
|
1978
|
+
o.name = "PauseReplication"
|
1979
|
+
o.http_method = "POST"
|
1980
|
+
o.http_request_uri = "/PauseReplication"
|
1981
|
+
o.input = Shapes::ShapeRef.new(shape: PauseReplicationRequest)
|
1982
|
+
o.output = Shapes::ShapeRef.new(shape: SourceServer)
|
1983
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
1984
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1985
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1986
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1987
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1988
|
+
end)
|
1989
|
+
|
1882
1990
|
api.add_operation(:put_source_server_action, Seahorse::Model::Operation.new.tap do |o|
|
1883
1991
|
o.name = "PutSourceServerAction"
|
1884
1992
|
o.http_method = "POST"
|
@@ -1925,6 +2033,19 @@ module Aws::Mgn
|
|
1925
2033
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1926
2034
|
end)
|
1927
2035
|
|
2036
|
+
api.add_operation(:resume_replication, Seahorse::Model::Operation.new.tap do |o|
|
2037
|
+
o.name = "ResumeReplication"
|
2038
|
+
o.http_method = "POST"
|
2039
|
+
o.http_request_uri = "/ResumeReplication"
|
2040
|
+
o.input = Shapes::ShapeRef.new(shape: ResumeReplicationRequest)
|
2041
|
+
o.output = Shapes::ShapeRef.new(shape: SourceServer)
|
2042
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
2043
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2044
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2045
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2046
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2047
|
+
end)
|
2048
|
+
|
1928
2049
|
api.add_operation(:retry_data_replication, Seahorse::Model::Operation.new.tap do |o|
|
1929
2050
|
o.name = "RetryDataReplication"
|
1930
2051
|
o.http_method = "POST"
|
@@ -1995,6 +2116,19 @@ module Aws::Mgn
|
|
1995
2116
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1996
2117
|
end)
|
1997
2118
|
|
2119
|
+
api.add_operation(:stop_replication, Seahorse::Model::Operation.new.tap do |o|
|
2120
|
+
o.name = "StopReplication"
|
2121
|
+
o.http_method = "POST"
|
2122
|
+
o.http_request_uri = "/StopReplication"
|
2123
|
+
o.input = Shapes::ShapeRef.new(shape: StopReplicationRequest)
|
2124
|
+
o.output = Shapes::ShapeRef.new(shape: SourceServer)
|
2125
|
+
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
2126
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2127
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2128
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2129
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2130
|
+
end)
|
2131
|
+
|
1998
2132
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1999
2133
|
o.name = "TagResource"
|
2000
2134
|
o.http_method = "POST"
|
@@ -488,6 +488,20 @@ module Aws::Mgn
|
|
488
488
|
end
|
489
489
|
end
|
490
490
|
|
491
|
+
class ListManagedAccounts
|
492
|
+
def self.build(context)
|
493
|
+
unless context.config.regional_endpoint
|
494
|
+
endpoint = context.config.endpoint.to_s
|
495
|
+
end
|
496
|
+
Aws::Mgn::EndpointParameters.new(
|
497
|
+
region: context.config.region,
|
498
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
499
|
+
use_fips: context.config.use_fips_endpoint,
|
500
|
+
endpoint: endpoint,
|
501
|
+
)
|
502
|
+
end
|
503
|
+
end
|
504
|
+
|
491
505
|
class ListSourceServerActions
|
492
506
|
def self.build(context)
|
493
507
|
unless context.config.regional_endpoint
|
@@ -558,6 +572,20 @@ module Aws::Mgn
|
|
558
572
|
end
|
559
573
|
end
|
560
574
|
|
575
|
+
class PauseReplication
|
576
|
+
def self.build(context)
|
577
|
+
unless context.config.regional_endpoint
|
578
|
+
endpoint = context.config.endpoint.to_s
|
579
|
+
end
|
580
|
+
Aws::Mgn::EndpointParameters.new(
|
581
|
+
region: context.config.region,
|
582
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
583
|
+
use_fips: context.config.use_fips_endpoint,
|
584
|
+
endpoint: endpoint,
|
585
|
+
)
|
586
|
+
end
|
587
|
+
end
|
588
|
+
|
561
589
|
class PutSourceServerAction
|
562
590
|
def self.build(context)
|
563
591
|
unless context.config.regional_endpoint
|
@@ -614,6 +642,20 @@ module Aws::Mgn
|
|
614
642
|
end
|
615
643
|
end
|
616
644
|
|
645
|
+
class ResumeReplication
|
646
|
+
def self.build(context)
|
647
|
+
unless context.config.regional_endpoint
|
648
|
+
endpoint = context.config.endpoint.to_s
|
649
|
+
end
|
650
|
+
Aws::Mgn::EndpointParameters.new(
|
651
|
+
region: context.config.region,
|
652
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
653
|
+
use_fips: context.config.use_fips_endpoint,
|
654
|
+
endpoint: endpoint,
|
655
|
+
)
|
656
|
+
end
|
657
|
+
end
|
658
|
+
|
617
659
|
class RetryDataReplication
|
618
660
|
def self.build(context)
|
619
661
|
unless context.config.regional_endpoint
|
@@ -698,6 +740,20 @@ module Aws::Mgn
|
|
698
740
|
end
|
699
741
|
end
|
700
742
|
|
743
|
+
class StopReplication
|
744
|
+
def self.build(context)
|
745
|
+
unless context.config.regional_endpoint
|
746
|
+
endpoint = context.config.endpoint.to_s
|
747
|
+
end
|
748
|
+
Aws::Mgn::EndpointParameters.new(
|
749
|
+
region: context.config.region,
|
750
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
751
|
+
use_fips: context.config.use_fips_endpoint,
|
752
|
+
endpoint: endpoint,
|
753
|
+
)
|
754
|
+
end
|
755
|
+
end
|
756
|
+
|
701
757
|
class TagResource
|
702
758
|
def self.build(context)
|
703
759
|
unless context.config.regional_endpoint
|