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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mgn/client.rb +1724 -1636
- data/lib/aws-sdk-mgn/client_api.rb +316 -291
- data/lib/aws-sdk-mgn/errors.rb +46 -46
- data/lib/aws-sdk-mgn/types.rb +1397 -1296
- data/lib/aws-sdk-mgn/waiters.rb +15 -0
- data/lib/aws-sdk-mgn.rb +2 -1
- data/sig/client.rbs +463 -446
- data/sig/errors.rbs +11 -11
- data/sig/types.rbs +305 -285
- metadata +4 -3
|
@@ -153,6 +153,7 @@ module Aws::Mgn
|
|
|
153
153
|
InitializeServiceResponse = Shapes::StructureShape.new(name: 'InitializeServiceResponse')
|
|
154
154
|
InitiatedBy = Shapes::StringShape.new(name: 'InitiatedBy')
|
|
155
155
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
156
|
+
InternetProtocol = Shapes::StringShape.new(name: 'InternetProtocol')
|
|
156
157
|
Iops = Shapes::IntegerShape.new(name: 'Iops')
|
|
157
158
|
JmesPathString = Shapes::StringShape.new(name: 'JmesPathString')
|
|
158
159
|
Job = Shapes::StructureShape.new(name: 'Job')
|
|
@@ -165,6 +166,7 @@ module Aws::Mgn
|
|
|
165
166
|
JobStatus = Shapes::StringShape.new(name: 'JobStatus')
|
|
166
167
|
JobType = Shapes::StringShape.new(name: 'JobType')
|
|
167
168
|
JobsList = Shapes::ListShape.new(name: 'JobsList')
|
|
169
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
|
168
170
|
LargeBoundedString = Shapes::StringShape.new(name: 'LargeBoundedString')
|
|
169
171
|
LaunchConfiguration = Shapes::StructureShape.new(name: 'LaunchConfiguration')
|
|
170
172
|
LaunchConfigurationTemplate = Shapes::StructureShape.new(name: 'LaunchConfigurationTemplate')
|
|
@@ -254,6 +256,7 @@ module Aws::Mgn
|
|
|
254
256
|
ReplicationServersSecurityGroupsIDs = Shapes::ListShape.new(name: 'ReplicationServersSecurityGroupsIDs')
|
|
255
257
|
ReplicationType = Shapes::StringShape.new(name: 'ReplicationType')
|
|
256
258
|
ReplicationTypes = Shapes::ListShape.new(name: 'ReplicationTypes')
|
|
259
|
+
ReplicatorID = Shapes::StringShape.new(name: 'ReplicatorID')
|
|
257
260
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
258
261
|
ResumeReplicationRequest = Shapes::StructureShape.new(name: 'ResumeReplicationRequest')
|
|
259
262
|
RetryDataReplicationRequest = Shapes::StructureShape.new(name: 'RetryDataReplicationRequest')
|
|
@@ -327,6 +330,7 @@ module Aws::Mgn
|
|
|
327
330
|
UpdateSourceServerReplicationTypeRequest = Shapes::StructureShape.new(name: 'UpdateSourceServerReplicationTypeRequest')
|
|
328
331
|
UpdateSourceServerRequest = Shapes::StructureShape.new(name: 'UpdateSourceServerRequest')
|
|
329
332
|
UpdateWaveRequest = Shapes::StructureShape.new(name: 'UpdateWaveRequest')
|
|
333
|
+
UserProvidedId = Shapes::StringShape.new(name: 'UserProvidedId')
|
|
330
334
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
331
335
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
332
336
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
@@ -345,26 +349,26 @@ module Aws::Mgn
|
|
|
345
349
|
WaveProgressStatus = Shapes::StringShape.new(name: 'WaveProgressStatus')
|
|
346
350
|
WavesList = Shapes::ListShape.new(name: 'WavesList')
|
|
347
351
|
|
|
348
|
-
AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
349
352
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
|
353
|
+
AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
350
354
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
351
355
|
|
|
352
356
|
ActionIDs.member = Shapes::ShapeRef.new(shape: ActionID)
|
|
353
357
|
|
|
354
|
-
Application.add_member(:application_aggregated_status, Shapes::ShapeRef.new(shape: ApplicationAggregatedStatus, location_name: "applicationAggregatedStatus"))
|
|
355
358
|
Application.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, location_name: "applicationID"))
|
|
356
359
|
Application.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
357
|
-
Application.add_member(:
|
|
360
|
+
Application.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
|
|
358
361
|
Application.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
|
|
359
362
|
Application.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
|
|
363
|
+
Application.add_member(:application_aggregated_status, Shapes::ShapeRef.new(shape: ApplicationAggregatedStatus, location_name: "applicationAggregatedStatus"))
|
|
364
|
+
Application.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
|
|
360
365
|
Application.add_member(:last_modified_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastModifiedDateTime"))
|
|
361
|
-
Application.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
|
|
362
366
|
Application.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
363
367
|
Application.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, location_name: "waveID"))
|
|
364
368
|
Application.struct_class = Types::Application
|
|
365
369
|
|
|
366
|
-
ApplicationAggregatedStatus.add_member(:health_status, Shapes::ShapeRef.new(shape: ApplicationHealthStatus, location_name: "healthStatus"))
|
|
367
370
|
ApplicationAggregatedStatus.add_member(:last_update_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastUpdateDateTime"))
|
|
371
|
+
ApplicationAggregatedStatus.add_member(:health_status, Shapes::ShapeRef.new(shape: ApplicationHealthStatus, location_name: "healthStatus"))
|
|
368
372
|
ApplicationAggregatedStatus.add_member(:progress_status, Shapes::ShapeRef.new(shape: ApplicationProgressStatus, location_name: "progressStatus"))
|
|
369
373
|
ApplicationAggregatedStatus.add_member(:total_source_servers, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalSourceServers"))
|
|
370
374
|
ApplicationAggregatedStatus.struct_class = Types::ApplicationAggregatedStatus
|
|
@@ -375,24 +379,24 @@ module Aws::Mgn
|
|
|
375
379
|
|
|
376
380
|
ApplicationsList.member = Shapes::ShapeRef.new(shape: Application)
|
|
377
381
|
|
|
378
|
-
ArchiveApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
379
382
|
ArchiveApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
|
383
|
+
ArchiveApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
380
384
|
ArchiveApplicationRequest.struct_class = Types::ArchiveApplicationRequest
|
|
381
385
|
|
|
382
|
-
ArchiveWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
383
386
|
ArchiveWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
|
387
|
+
ArchiveWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
384
388
|
ArchiveWaveRequest.struct_class = Types::ArchiveWaveRequest
|
|
385
389
|
|
|
386
|
-
AssociateApplicationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
387
|
-
AssociateApplicationsRequest.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDs, required: true, location_name: "applicationIDs"))
|
|
388
390
|
AssociateApplicationsRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
|
391
|
+
AssociateApplicationsRequest.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDs, required: true, location_name: "applicationIDs"))
|
|
392
|
+
AssociateApplicationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
389
393
|
AssociateApplicationsRequest.struct_class = Types::AssociateApplicationsRequest
|
|
390
394
|
|
|
391
395
|
AssociateApplicationsResponse.struct_class = Types::AssociateApplicationsResponse
|
|
392
396
|
|
|
393
|
-
AssociateSourceServersRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
394
397
|
AssociateSourceServersRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
|
395
398
|
AssociateSourceServersRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: AssociateSourceServersRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
|
399
|
+
AssociateSourceServersRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
396
400
|
AssociateSourceServersRequest.struct_class = Types::AssociateSourceServersRequest
|
|
397
401
|
|
|
398
402
|
AssociateSourceServersRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
|
|
@@ -403,117 +407,121 @@ module Aws::Mgn
|
|
|
403
407
|
CPU.add_member(:model_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "modelName"))
|
|
404
408
|
CPU.struct_class = Types::CPU
|
|
405
409
|
|
|
406
|
-
ChangeServerLifeCycleStateRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
407
|
-
ChangeServerLifeCycleStateRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: ChangeServerLifeCycleStateSourceServerLifecycle, required: true, location_name: "lifeCycle"))
|
|
408
410
|
ChangeServerLifeCycleStateRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
411
|
+
ChangeServerLifeCycleStateRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: ChangeServerLifeCycleStateSourceServerLifecycle, required: true, location_name: "lifeCycle"))
|
|
412
|
+
ChangeServerLifeCycleStateRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
409
413
|
ChangeServerLifeCycleStateRequest.struct_class = Types::ChangeServerLifeCycleStateRequest
|
|
410
414
|
|
|
411
415
|
ChangeServerLifeCycleStateSourceServerLifecycle.add_member(:state, Shapes::ShapeRef.new(shape: ChangeServerLifeCycleStateSourceServerLifecycleState, required: true, location_name: "state"))
|
|
412
416
|
ChangeServerLifeCycleStateSourceServerLifecycle.struct_class = Types::ChangeServerLifeCycleStateSourceServerLifecycle
|
|
413
417
|
|
|
414
|
-
ConflictException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
415
|
-
ConflictException.add_member(:errors, Shapes::ShapeRef.new(shape: ConflictExceptionErrors, location_name: "errors"))
|
|
416
418
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
|
419
|
+
ConflictException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
417
420
|
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
|
|
418
421
|
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
|
|
422
|
+
ConflictException.add_member(:errors, Shapes::ShapeRef.new(shape: ConflictExceptionErrors, location_name: "errors"))
|
|
419
423
|
ConflictException.struct_class = Types::ConflictException
|
|
420
424
|
|
|
421
425
|
ConflictExceptionErrors.member = Shapes::ShapeRef.new(shape: ErrorDetails)
|
|
422
426
|
|
|
423
|
-
Connector.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
424
427
|
Connector.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorID, location_name: "connectorID"))
|
|
425
428
|
Connector.add_member(:name, Shapes::ShapeRef.new(shape: ConnectorName, location_name: "name"))
|
|
426
|
-
Connector.add_member(:ssm_command_config, Shapes::ShapeRef.new(shape: ConnectorSsmCommandConfig, location_name: "ssmCommandConfig"))
|
|
427
429
|
Connector.add_member(:ssm_instance_id, Shapes::ShapeRef.new(shape: SsmInstanceID, location_name: "ssmInstanceID"))
|
|
430
|
+
Connector.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
428
431
|
Connector.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
432
|
+
Connector.add_member(:ssm_command_config, Shapes::ShapeRef.new(shape: ConnectorSsmCommandConfig, location_name: "ssmCommandConfig"))
|
|
429
433
|
Connector.struct_class = Types::Connector
|
|
430
434
|
|
|
431
435
|
ConnectorIDsFilter.member = Shapes::ShapeRef.new(shape: ConnectorID)
|
|
432
436
|
|
|
433
|
-
ConnectorSsmCommandConfig.add_member(:cloud_watch_log_group_name, Shapes::ShapeRef.new(shape: CloudWatchLogGroupName, location_name: "cloudWatchLogGroupName"))
|
|
434
|
-
ConnectorSsmCommandConfig.add_member(:cloud_watch_output_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "cloudWatchOutputEnabled"))
|
|
435
|
-
ConnectorSsmCommandConfig.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "outputS3BucketName"))
|
|
436
437
|
ConnectorSsmCommandConfig.add_member(:s3_output_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "s3OutputEnabled"))
|
|
438
|
+
ConnectorSsmCommandConfig.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "outputS3BucketName"))
|
|
439
|
+
ConnectorSsmCommandConfig.add_member(:cloud_watch_output_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "cloudWatchOutputEnabled"))
|
|
440
|
+
ConnectorSsmCommandConfig.add_member(:cloud_watch_log_group_name, Shapes::ShapeRef.new(shape: CloudWatchLogGroupName, location_name: "cloudWatchLogGroupName"))
|
|
437
441
|
ConnectorSsmCommandConfig.struct_class = Types::ConnectorSsmCommandConfig
|
|
438
442
|
|
|
439
443
|
ConnectorsList.member = Shapes::ShapeRef.new(shape: Connector)
|
|
440
444
|
|
|
441
445
|
Cpus.member = Shapes::ShapeRef.new(shape: CPU)
|
|
442
446
|
|
|
443
|
-
CreateApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
444
|
-
CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
|
|
445
447
|
CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "name"))
|
|
448
|
+
CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
|
|
446
449
|
CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
450
|
+
CreateApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
447
451
|
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
|
448
452
|
|
|
449
453
|
CreateConnectorRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectorName, required: true, location_name: "name"))
|
|
450
|
-
CreateConnectorRequest.add_member(:ssm_command_config, Shapes::ShapeRef.new(shape: ConnectorSsmCommandConfig, location_name: "ssmCommandConfig"))
|
|
451
454
|
CreateConnectorRequest.add_member(:ssm_instance_id, Shapes::ShapeRef.new(shape: SsmInstanceID, required: true, location_name: "ssmInstanceID"))
|
|
452
455
|
CreateConnectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
456
|
+
CreateConnectorRequest.add_member(:ssm_command_config, Shapes::ShapeRef.new(shape: ConnectorSsmCommandConfig, location_name: "ssmCommandConfig"))
|
|
453
457
|
CreateConnectorRequest.struct_class = Types::CreateConnectorRequest
|
|
454
458
|
|
|
455
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:
|
|
456
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
|
|
457
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
|
458
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
|
459
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
|
|
459
460
|
CreateLaunchConfigurationTemplateRequest.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
|
|
460
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:large_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "largeVolumeConf"))
|
|
461
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
|
462
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
|
|
463
461
|
CreateLaunchConfigurationTemplateRequest.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
|
|
464
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
|
|
465
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:small_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "smallVolumeConf"))
|
|
466
|
-
CreateLaunchConfigurationTemplateRequest.add_member(:small_volume_max_size, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "smallVolumeMaxSize"))
|
|
467
462
|
CreateLaunchConfigurationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
463
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
|
468
464
|
CreateLaunchConfigurationTemplateRequest.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
|
|
465
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
|
466
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
|
|
467
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
|
468
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
|
|
469
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
|
|
470
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:small_volume_max_size, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "smallVolumeMaxSize"))
|
|
471
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:small_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "smallVolumeConf"))
|
|
472
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:large_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "largeVolumeConf"))
|
|
473
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:enable_parameters_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableParametersEncryption"))
|
|
474
|
+
CreateLaunchConfigurationTemplateRequest.add_member(:parameters_encryption_key, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "parametersEncryptionKey"))
|
|
469
475
|
CreateLaunchConfigurationTemplateRequest.struct_class = Types::CreateLaunchConfigurationTemplateRequest
|
|
470
476
|
|
|
477
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, required: true, location_name: "stagingAreaSubnetId"))
|
|
471
478
|
CreateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "associateDefaultSecurityGroup"))
|
|
472
|
-
CreateReplicationConfigurationTemplateRequest.add_member(:
|
|
473
|
-
CreateReplicationConfigurationTemplateRequest.add_member(:
|
|
474
|
-
CreateReplicationConfigurationTemplateRequest.add_member(:
|
|
479
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, required: true, location_name: "replicationServersSecurityGroupsIDs"))
|
|
480
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, required: true, location_name: "replicationServerInstanceType"))
|
|
481
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "useDedicatedReplicationServer"))
|
|
475
482
|
CreateReplicationConfigurationTemplateRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, required: true, location_name: "defaultLargeStagingDiskType"))
|
|
476
483
|
CreateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, required: true, location_name: "ebsEncryption"))
|
|
477
484
|
CreateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
|
478
|
-
CreateReplicationConfigurationTemplateRequest.add_member(:
|
|
479
|
-
CreateReplicationConfigurationTemplateRequest.add_member(:
|
|
480
|
-
CreateReplicationConfigurationTemplateRequest.add_member(:
|
|
485
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, required: true, location_name: "bandwidthThrottling"))
|
|
486
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, required: true, location_name: "dataPlaneRouting"))
|
|
487
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "createPublicIP"))
|
|
481
488
|
CreateReplicationConfigurationTemplateRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "stagingAreaTags"))
|
|
482
|
-
CreateReplicationConfigurationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
483
|
-
CreateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "useDedicatedReplicationServer"))
|
|
484
489
|
CreateReplicationConfigurationTemplateRequest.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
|
490
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
491
|
+
CreateReplicationConfigurationTemplateRequest.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
|
|
485
492
|
CreateReplicationConfigurationTemplateRequest.struct_class = Types::CreateReplicationConfigurationTemplateRequest
|
|
486
493
|
|
|
487
|
-
CreateWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
488
|
-
CreateWaveRequest.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
|
|
489
494
|
CreateWaveRequest.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, required: true, location_name: "name"))
|
|
495
|
+
CreateWaveRequest.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
|
|
490
496
|
CreateWaveRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
497
|
+
CreateWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
491
498
|
CreateWaveRequest.struct_class = Types::CreateWaveRequest
|
|
492
499
|
|
|
493
500
|
DataReplicationError.add_member(:error, Shapes::ShapeRef.new(shape: DataReplicationErrorString, location_name: "error"))
|
|
494
501
|
DataReplicationError.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
|
|
495
502
|
DataReplicationError.struct_class = Types::DataReplicationError
|
|
496
503
|
|
|
497
|
-
DataReplicationInfo.add_member(:data_replication_error, Shapes::ShapeRef.new(shape: DataReplicationError, location_name: "dataReplicationError"))
|
|
498
|
-
DataReplicationInfo.add_member(:data_replication_initiation, Shapes::ShapeRef.new(shape: DataReplicationInitiation, location_name: "dataReplicationInitiation"))
|
|
499
|
-
DataReplicationInfo.add_member(:data_replication_state, Shapes::ShapeRef.new(shape: DataReplicationState, location_name: "dataReplicationState"))
|
|
500
|
-
DataReplicationInfo.add_member(:eta_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "etaDateTime"))
|
|
501
504
|
DataReplicationInfo.add_member(:lag_duration, Shapes::ShapeRef.new(shape: ISO8601DurationString, location_name: "lagDuration"))
|
|
502
|
-
DataReplicationInfo.add_member(:
|
|
505
|
+
DataReplicationInfo.add_member(:eta_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "etaDateTime"))
|
|
503
506
|
DataReplicationInfo.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisks, location_name: "replicatedDisks"))
|
|
507
|
+
DataReplicationInfo.add_member(:data_replication_state, Shapes::ShapeRef.new(shape: DataReplicationState, location_name: "dataReplicationState"))
|
|
508
|
+
DataReplicationInfo.add_member(:data_replication_initiation, Shapes::ShapeRef.new(shape: DataReplicationInitiation, location_name: "dataReplicationInitiation"))
|
|
509
|
+
DataReplicationInfo.add_member(:data_replication_error, Shapes::ShapeRef.new(shape: DataReplicationError, location_name: "dataReplicationError"))
|
|
510
|
+
DataReplicationInfo.add_member(:last_snapshot_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastSnapshotDateTime"))
|
|
511
|
+
DataReplicationInfo.add_member(:replicator_id, Shapes::ShapeRef.new(shape: ReplicatorID, location_name: "replicatorId"))
|
|
504
512
|
DataReplicationInfo.struct_class = Types::DataReplicationInfo
|
|
505
513
|
|
|
506
|
-
DataReplicationInfoReplicatedDisk.add_member(:backlogged_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "backloggedStorageBytes"))
|
|
507
514
|
DataReplicationInfoReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
|
|
515
|
+
DataReplicationInfoReplicatedDisk.add_member(:total_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalStorageBytes"))
|
|
508
516
|
DataReplicationInfoReplicatedDisk.add_member(:replicated_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "replicatedStorageBytes"))
|
|
509
517
|
DataReplicationInfoReplicatedDisk.add_member(:rescanned_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "rescannedStorageBytes"))
|
|
510
|
-
DataReplicationInfoReplicatedDisk.add_member(:
|
|
518
|
+
DataReplicationInfoReplicatedDisk.add_member(:backlogged_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "backloggedStorageBytes"))
|
|
511
519
|
DataReplicationInfoReplicatedDisk.struct_class = Types::DataReplicationInfoReplicatedDisk
|
|
512
520
|
|
|
513
521
|
DataReplicationInfoReplicatedDisks.member = Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisk)
|
|
514
522
|
|
|
515
|
-
DataReplicationInitiation.add_member(:next_attempt_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "nextAttemptDateTime"))
|
|
516
523
|
DataReplicationInitiation.add_member(:start_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "startDateTime"))
|
|
524
|
+
DataReplicationInitiation.add_member(:next_attempt_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "nextAttemptDateTime"))
|
|
517
525
|
DataReplicationInitiation.add_member(:steps, Shapes::ShapeRef.new(shape: DataReplicationInitiationSteps, location_name: "steps"))
|
|
518
526
|
DataReplicationInitiation.struct_class = Types::DataReplicationInitiation
|
|
519
527
|
|
|
@@ -523,8 +531,8 @@ module Aws::Mgn
|
|
|
523
531
|
|
|
524
532
|
DataReplicationInitiationSteps.member = Shapes::ShapeRef.new(shape: DataReplicationInitiationStep)
|
|
525
533
|
|
|
526
|
-
DeleteApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
527
534
|
DeleteApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
|
535
|
+
DeleteApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
528
536
|
DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
|
|
529
537
|
|
|
530
538
|
DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
|
|
@@ -532,8 +540,8 @@ module Aws::Mgn
|
|
|
532
540
|
DeleteConnectorRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorID, required: true, location_name: "connectorID"))
|
|
533
541
|
DeleteConnectorRequest.struct_class = Types::DeleteConnectorRequest
|
|
534
542
|
|
|
535
|
-
DeleteJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
536
543
|
DeleteJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
|
|
544
|
+
DeleteJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
537
545
|
DeleteJobRequest.struct_class = Types::DeleteJobRequest
|
|
538
546
|
|
|
539
547
|
DeleteJobResponse.struct_class = Types::DeleteJobResponse
|
|
@@ -548,8 +556,8 @@ module Aws::Mgn
|
|
|
548
556
|
|
|
549
557
|
DeleteReplicationConfigurationTemplateResponse.struct_class = Types::DeleteReplicationConfigurationTemplateResponse
|
|
550
558
|
|
|
551
|
-
DeleteSourceServerRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
552
559
|
DeleteSourceServerRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
560
|
+
DeleteSourceServerRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
553
561
|
DeleteSourceServerRequest.struct_class = Types::DeleteSourceServerRequest
|
|
554
562
|
|
|
555
563
|
DeleteSourceServerResponse.struct_class = Types::DeleteSourceServerResponse
|
|
@@ -557,30 +565,30 @@ module Aws::Mgn
|
|
|
557
565
|
DeleteVcenterClientRequest.add_member(:vcenter_client_id, Shapes::ShapeRef.new(shape: VcenterClientID, required: true, location_name: "vcenterClientID"))
|
|
558
566
|
DeleteVcenterClientRequest.struct_class = Types::DeleteVcenterClientRequest
|
|
559
567
|
|
|
560
|
-
DeleteWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
561
568
|
DeleteWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
|
569
|
+
DeleteWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
562
570
|
DeleteWaveRequest.struct_class = Types::DeleteWaveRequest
|
|
563
571
|
|
|
564
572
|
DeleteWaveResponse.struct_class = Types::DeleteWaveResponse
|
|
565
573
|
|
|
566
|
-
DescribeJobLogItemsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
567
574
|
DescribeJobLogItemsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
|
|
568
575
|
DescribeJobLogItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
|
569
576
|
DescribeJobLogItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
577
|
+
DescribeJobLogItemsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
570
578
|
DescribeJobLogItemsRequest.struct_class = Types::DescribeJobLogItemsRequest
|
|
571
579
|
|
|
572
580
|
DescribeJobLogItemsResponse.add_member(:items, Shapes::ShapeRef.new(shape: JobLogs, location_name: "items"))
|
|
573
581
|
DescribeJobLogItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
574
582
|
DescribeJobLogItemsResponse.struct_class = Types::DescribeJobLogItemsResponse
|
|
575
583
|
|
|
576
|
-
DescribeJobsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
577
584
|
DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, location_name: "filters"))
|
|
578
585
|
DescribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
|
579
586
|
DescribeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
587
|
+
DescribeJobsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
580
588
|
DescribeJobsRequest.struct_class = Types::DescribeJobsRequest
|
|
581
589
|
|
|
582
|
-
DescribeJobsRequestFilters.add_member(:from_date, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "fromDate"))
|
|
583
590
|
DescribeJobsRequestFilters.add_member(:job_i_ds, Shapes::ShapeRef.new(shape: DescribeJobsRequestFiltersJobIDs, location_name: "jobIDs"))
|
|
591
|
+
DescribeJobsRequestFilters.add_member(:from_date, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "fromDate"))
|
|
584
592
|
DescribeJobsRequestFilters.add_member(:to_date, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "toDate"))
|
|
585
593
|
DescribeJobsRequestFilters.struct_class = Types::DescribeJobsRequestFilters
|
|
586
594
|
|
|
@@ -599,28 +607,28 @@ module Aws::Mgn
|
|
|
599
607
|
DescribeLaunchConfigurationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
600
608
|
DescribeLaunchConfigurationTemplatesResponse.struct_class = Types::DescribeLaunchConfigurationTemplatesResponse
|
|
601
609
|
|
|
610
|
+
DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, location_name: "replicationConfigurationTemplateIDs"))
|
|
602
611
|
DescribeReplicationConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
|
603
612
|
DescribeReplicationConfigurationTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
604
|
-
DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, location_name: "replicationConfigurationTemplateIDs"))
|
|
605
613
|
DescribeReplicationConfigurationTemplatesRequest.struct_class = Types::DescribeReplicationConfigurationTemplatesRequest
|
|
606
614
|
|
|
607
615
|
DescribeReplicationConfigurationTemplatesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplates, location_name: "items"))
|
|
608
616
|
DescribeReplicationConfigurationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
609
617
|
DescribeReplicationConfigurationTemplatesResponse.struct_class = Types::DescribeReplicationConfigurationTemplatesResponse
|
|
610
618
|
|
|
611
|
-
DescribeSourceServersRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
612
619
|
DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, location_name: "filters"))
|
|
613
620
|
DescribeSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
|
614
621
|
DescribeSourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
622
|
+
DescribeSourceServersRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
615
623
|
DescribeSourceServersRequest.struct_class = Types::DescribeSourceServersRequest
|
|
616
624
|
|
|
617
625
|
DescribeSourceServersRequestApplicationIDs.member = Shapes::ShapeRef.new(shape: ApplicationID)
|
|
618
626
|
|
|
619
|
-
DescribeSourceServersRequestFilters.add_member(:
|
|
627
|
+
DescribeSourceServersRequestFilters.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFiltersIDs, location_name: "sourceServerIDs"))
|
|
620
628
|
DescribeSourceServersRequestFilters.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
|
|
621
|
-
DescribeSourceServersRequestFilters.add_member(:life_cycle_states, Shapes::ShapeRef.new(shape: LifeCycleStates, location_name: "lifeCycleStates"))
|
|
622
629
|
DescribeSourceServersRequestFilters.add_member(:replication_types, Shapes::ShapeRef.new(shape: ReplicationTypes, location_name: "replicationTypes"))
|
|
623
|
-
DescribeSourceServersRequestFilters.add_member(:
|
|
630
|
+
DescribeSourceServersRequestFilters.add_member(:life_cycle_states, Shapes::ShapeRef.new(shape: LifeCycleStates, location_name: "lifeCycleStates"))
|
|
631
|
+
DescribeSourceServersRequestFilters.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestApplicationIDs, location_name: "applicationIDs"))
|
|
624
632
|
DescribeSourceServersRequestFilters.struct_class = Types::DescribeSourceServersRequestFilters
|
|
625
633
|
|
|
626
634
|
DescribeSourceServersRequestFiltersIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
|
|
@@ -637,34 +645,34 @@ module Aws::Mgn
|
|
|
637
645
|
DescribeVcenterClientsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
638
646
|
DescribeVcenterClientsResponse.struct_class = Types::DescribeVcenterClientsResponse
|
|
639
647
|
|
|
640
|
-
DisassociateApplicationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
641
|
-
DisassociateApplicationsRequest.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDs, required: true, location_name: "applicationIDs"))
|
|
642
648
|
DisassociateApplicationsRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
|
649
|
+
DisassociateApplicationsRequest.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDs, required: true, location_name: "applicationIDs"))
|
|
650
|
+
DisassociateApplicationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
643
651
|
DisassociateApplicationsRequest.struct_class = Types::DisassociateApplicationsRequest
|
|
644
652
|
|
|
645
653
|
DisassociateApplicationsResponse.struct_class = Types::DisassociateApplicationsResponse
|
|
646
654
|
|
|
647
|
-
DisassociateSourceServersRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
648
655
|
DisassociateSourceServersRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
|
649
656
|
DisassociateSourceServersRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: DisassociateSourceServersRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
|
657
|
+
DisassociateSourceServersRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
650
658
|
DisassociateSourceServersRequest.struct_class = Types::DisassociateSourceServersRequest
|
|
651
659
|
|
|
652
660
|
DisassociateSourceServersRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
|
|
653
661
|
|
|
654
662
|
DisassociateSourceServersResponse.struct_class = Types::DisassociateSourceServersResponse
|
|
655
663
|
|
|
656
|
-
DisconnectFromServiceRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
657
664
|
DisconnectFromServiceRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
665
|
+
DisconnectFromServiceRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
658
666
|
DisconnectFromServiceRequest.struct_class = Types::DisconnectFromServiceRequest
|
|
659
667
|
|
|
660
|
-
Disk.add_member(:bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bytes"))
|
|
661
668
|
Disk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
|
|
669
|
+
Disk.add_member(:bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bytes"))
|
|
662
670
|
Disk.struct_class = Types::Disk
|
|
663
671
|
|
|
664
672
|
Disks.member = Shapes::ShapeRef.new(shape: Disk)
|
|
665
673
|
|
|
666
|
-
ErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: BoundedString, location_name: "code"))
|
|
667
674
|
ErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
|
675
|
+
ErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: BoundedString, location_name: "code"))
|
|
668
676
|
ErrorDetails.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
|
|
669
677
|
ErrorDetails.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
|
|
670
678
|
ErrorDetails.struct_class = Types::ErrorDetails
|
|
@@ -674,56 +682,58 @@ module Aws::Mgn
|
|
|
674
682
|
|
|
675
683
|
ExportErrors.member = Shapes::ShapeRef.new(shape: ExportTaskError)
|
|
676
684
|
|
|
677
|
-
ExportTask.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
|
|
678
|
-
ExportTask.add_member(:end_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "endDateTime"))
|
|
679
685
|
ExportTask.add_member(:export_id, Shapes::ShapeRef.new(shape: ExportID, location_name: "exportID"))
|
|
680
|
-
ExportTask.add_member(:
|
|
686
|
+
ExportTask.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
681
687
|
ExportTask.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "s3Bucket"))
|
|
682
|
-
ExportTask.add_member(:s3_bucket_owner, Shapes::ShapeRef.new(shape: AccountID, location_name: "s3BucketOwner"))
|
|
683
688
|
ExportTask.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "s3Key"))
|
|
689
|
+
ExportTask.add_member(:s3_bucket_owner, Shapes::ShapeRef.new(shape: AccountID, location_name: "s3BucketOwner"))
|
|
690
|
+
ExportTask.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
|
|
691
|
+
ExportTask.add_member(:end_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "endDateTime"))
|
|
684
692
|
ExportTask.add_member(:status, Shapes::ShapeRef.new(shape: ExportStatus, location_name: "status"))
|
|
693
|
+
ExportTask.add_member(:progress_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "progressPercentage"))
|
|
685
694
|
ExportTask.add_member(:summary, Shapes::ShapeRef.new(shape: ExportTaskSummary, location_name: "summary"))
|
|
695
|
+
ExportTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
686
696
|
ExportTask.struct_class = Types::ExportTask
|
|
687
697
|
|
|
688
|
-
ExportTaskError.add_member(:error_data, Shapes::ShapeRef.new(shape: ExportErrorData, location_name: "errorData"))
|
|
689
698
|
ExportTaskError.add_member(:error_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "errorDateTime"))
|
|
699
|
+
ExportTaskError.add_member(:error_data, Shapes::ShapeRef.new(shape: ExportErrorData, location_name: "errorData"))
|
|
690
700
|
ExportTaskError.struct_class = Types::ExportTaskError
|
|
691
701
|
|
|
692
|
-
ExportTaskSummary.add_member(:applications_count, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "applicationsCount"))
|
|
693
702
|
ExportTaskSummary.add_member(:servers_count, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "serversCount"))
|
|
703
|
+
ExportTaskSummary.add_member(:applications_count, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "applicationsCount"))
|
|
694
704
|
ExportTaskSummary.add_member(:waves_count, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "wavesCount"))
|
|
695
705
|
ExportTaskSummary.struct_class = Types::ExportTaskSummary
|
|
696
706
|
|
|
697
707
|
ExportsList.member = Shapes::ShapeRef.new(shape: ExportTask)
|
|
698
708
|
|
|
699
|
-
FinalizeCutoverRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
700
709
|
FinalizeCutoverRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
710
|
+
FinalizeCutoverRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
701
711
|
FinalizeCutoverRequest.struct_class = Types::FinalizeCutoverRequest
|
|
702
712
|
|
|
703
|
-
GetLaunchConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
704
713
|
GetLaunchConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
714
|
+
GetLaunchConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
705
715
|
GetLaunchConfigurationRequest.struct_class = Types::GetLaunchConfigurationRequest
|
|
706
716
|
|
|
707
|
-
GetReplicationConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
708
717
|
GetReplicationConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
718
|
+
GetReplicationConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
709
719
|
GetReplicationConfigurationRequest.struct_class = Types::GetReplicationConfigurationRequest
|
|
710
720
|
|
|
711
721
|
IPsList.member = Shapes::ShapeRef.new(shape: BoundedString)
|
|
712
722
|
|
|
713
|
-
IdentificationHints.add_member(:aws_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "awsInstanceID"))
|
|
714
723
|
IdentificationHints.add_member(:fqdn, Shapes::ShapeRef.new(shape: BoundedString, location_name: "fqdn"))
|
|
715
724
|
IdentificationHints.add_member(:hostname, Shapes::ShapeRef.new(shape: BoundedString, location_name: "hostname"))
|
|
716
|
-
IdentificationHints.add_member(:vm_path, Shapes::ShapeRef.new(shape: BoundedString, location_name: "vmPath"))
|
|
717
725
|
IdentificationHints.add_member(:vm_ware_uuid, Shapes::ShapeRef.new(shape: BoundedString, location_name: "vmWareUuid"))
|
|
726
|
+
IdentificationHints.add_member(:aws_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "awsInstanceID"))
|
|
727
|
+
IdentificationHints.add_member(:vm_path, Shapes::ShapeRef.new(shape: BoundedString, location_name: "vmPath"))
|
|
718
728
|
IdentificationHints.struct_class = Types::IdentificationHints
|
|
719
729
|
|
|
720
|
-
ImportErrorData.add_member(:
|
|
730
|
+
ImportErrorData.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
|
721
731
|
ImportErrorData.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, location_name: "applicationID"))
|
|
732
|
+
ImportErrorData.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, location_name: "waveID"))
|
|
722
733
|
ImportErrorData.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "ec2LaunchTemplateID"))
|
|
723
|
-
ImportErrorData.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
|
|
724
734
|
ImportErrorData.add_member(:row_number, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "rowNumber"))
|
|
725
|
-
ImportErrorData.add_member(:
|
|
726
|
-
ImportErrorData.add_member(:
|
|
735
|
+
ImportErrorData.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
|
|
736
|
+
ImportErrorData.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
727
737
|
ImportErrorData.struct_class = Types::ImportErrorData
|
|
728
738
|
|
|
729
739
|
ImportErrors.member = Shapes::ShapeRef.new(shape: ImportTaskError)
|
|
@@ -732,23 +742,25 @@ module Aws::Mgn
|
|
|
732
742
|
|
|
733
743
|
ImportList.member = Shapes::ShapeRef.new(shape: ImportTask)
|
|
734
744
|
|
|
735
|
-
ImportTask.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
|
|
736
|
-
ImportTask.add_member(:end_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "endDateTime"))
|
|
737
745
|
ImportTask.add_member(:import_id, Shapes::ShapeRef.new(shape: ImportID, location_name: "importID"))
|
|
738
|
-
ImportTask.add_member(:
|
|
746
|
+
ImportTask.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
739
747
|
ImportTask.add_member(:s3_bucket_source, Shapes::ShapeRef.new(shape: S3BucketSource, location_name: "s3BucketSource"))
|
|
748
|
+
ImportTask.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
|
|
749
|
+
ImportTask.add_member(:end_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "endDateTime"))
|
|
740
750
|
ImportTask.add_member(:status, Shapes::ShapeRef.new(shape: ImportStatus, location_name: "status"))
|
|
751
|
+
ImportTask.add_member(:progress_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "progressPercentage"))
|
|
741
752
|
ImportTask.add_member(:summary, Shapes::ShapeRef.new(shape: ImportTaskSummary, location_name: "summary"))
|
|
753
|
+
ImportTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
742
754
|
ImportTask.struct_class = Types::ImportTask
|
|
743
755
|
|
|
744
|
-
ImportTaskError.add_member(:error_data, Shapes::ShapeRef.new(shape: ImportErrorData, location_name: "errorData"))
|
|
745
756
|
ImportTaskError.add_member(:error_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "errorDateTime"))
|
|
746
757
|
ImportTaskError.add_member(:error_type, Shapes::ShapeRef.new(shape: ImportErrorType, location_name: "errorType"))
|
|
758
|
+
ImportTaskError.add_member(:error_data, Shapes::ShapeRef.new(shape: ImportErrorData, location_name: "errorData"))
|
|
747
759
|
ImportTaskError.struct_class = Types::ImportTaskError
|
|
748
760
|
|
|
761
|
+
ImportTaskSummary.add_member(:waves, Shapes::ShapeRef.new(shape: ImportTaskSummaryWaves, location_name: "waves"))
|
|
749
762
|
ImportTaskSummary.add_member(:applications, Shapes::ShapeRef.new(shape: ImportTaskSummaryApplications, location_name: "applications"))
|
|
750
763
|
ImportTaskSummary.add_member(:servers, Shapes::ShapeRef.new(shape: ImportTaskSummaryServers, location_name: "servers"))
|
|
751
|
-
ImportTaskSummary.add_member(:waves, Shapes::ShapeRef.new(shape: ImportTaskSummaryWaves, location_name: "waves"))
|
|
752
764
|
ImportTaskSummary.struct_class = Types::ImportTaskSummary
|
|
753
765
|
|
|
754
766
|
ImportTaskSummaryApplications.add_member(:created_count, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "createdCount"))
|
|
@@ -771,101 +783,105 @@ module Aws::Mgn
|
|
|
771
783
|
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: PositiveInteger, location: "header", location_name: "Retry-After"))
|
|
772
784
|
InternalServerException.struct_class = Types::InternalServerException
|
|
773
785
|
|
|
786
|
+
Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
|
|
774
787
|
Job.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
788
|
+
Job.add_member(:type, Shapes::ShapeRef.new(shape: JobType, location_name: "type"))
|
|
789
|
+
Job.add_member(:initiated_by, Shapes::ShapeRef.new(shape: InitiatedBy, location_name: "initiatedBy"))
|
|
775
790
|
Job.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
|
|
776
791
|
Job.add_member(:end_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "endDateTime"))
|
|
777
|
-
Job.add_member(:initiated_by, Shapes::ShapeRef.new(shape: InitiatedBy, location_name: "initiatedBy"))
|
|
778
|
-
Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
|
|
779
|
-
Job.add_member(:participating_servers, Shapes::ShapeRef.new(shape: ParticipatingServers, location_name: "participatingServers"))
|
|
780
792
|
Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
|
|
793
|
+
Job.add_member(:participating_servers, Shapes::ShapeRef.new(shape: ParticipatingServers, location_name: "participatingServers"))
|
|
781
794
|
Job.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
782
|
-
Job.add_member(:type, Shapes::ShapeRef.new(shape: JobType, location_name: "type"))
|
|
783
795
|
Job.struct_class = Types::Job
|
|
784
796
|
|
|
797
|
+
JobLog.add_member(:log_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "logDateTime"))
|
|
785
798
|
JobLog.add_member(:event, Shapes::ShapeRef.new(shape: JobLogEvent, location_name: "event"))
|
|
786
799
|
JobLog.add_member(:event_data, Shapes::ShapeRef.new(shape: JobLogEventData, location_name: "eventData"))
|
|
787
|
-
JobLog.add_member(:log_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "logDateTime"))
|
|
788
800
|
JobLog.struct_class = Types::JobLog
|
|
789
801
|
|
|
790
|
-
JobLogEventData.add_member(:conversion_server_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "conversionServerID"))
|
|
791
|
-
JobLogEventData.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
|
|
792
802
|
JobLogEventData.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
|
803
|
+
JobLogEventData.add_member(:conversion_server_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "conversionServerID"))
|
|
793
804
|
JobLogEventData.add_member(:target_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "targetInstanceID"))
|
|
805
|
+
JobLogEventData.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
|
|
806
|
+
JobLogEventData.add_member(:attempt_count, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "attemptCount"))
|
|
807
|
+
JobLogEventData.add_member(:max_attempts_count, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxAttemptsCount"))
|
|
794
808
|
JobLogEventData.struct_class = Types::JobLogEventData
|
|
795
809
|
|
|
796
810
|
JobLogs.member = Shapes::ShapeRef.new(shape: JobLog)
|
|
797
811
|
|
|
812
|
+
JobPostLaunchActionsLaunchStatus.add_member(:ssm_document, Shapes::ShapeRef.new(shape: SsmDocument, location_name: "ssmDocument"))
|
|
813
|
+
JobPostLaunchActionsLaunchStatus.add_member(:ssm_document_type, Shapes::ShapeRef.new(shape: SsmDocumentType, location_name: "ssmDocumentType"))
|
|
798
814
|
JobPostLaunchActionsLaunchStatus.add_member(:execution_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "executionID"))
|
|
799
815
|
JobPostLaunchActionsLaunchStatus.add_member(:execution_status, Shapes::ShapeRef.new(shape: PostLaunchActionExecutionStatus, location_name: "executionStatus"))
|
|
800
816
|
JobPostLaunchActionsLaunchStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: BoundedString, location_name: "failureReason"))
|
|
801
|
-
JobPostLaunchActionsLaunchStatus.add_member(:ssm_document, Shapes::ShapeRef.new(shape: SsmDocument, location_name: "ssmDocument"))
|
|
802
|
-
JobPostLaunchActionsLaunchStatus.add_member(:ssm_document_type, Shapes::ShapeRef.new(shape: SsmDocumentType, location_name: "ssmDocumentType"))
|
|
803
817
|
JobPostLaunchActionsLaunchStatus.struct_class = Types::JobPostLaunchActionsLaunchStatus
|
|
804
818
|
|
|
805
819
|
JobsList.member = Shapes::ShapeRef.new(shape: Job)
|
|
806
820
|
|
|
807
|
-
LaunchConfiguration.add_member(:
|
|
808
|
-
LaunchConfiguration.add_member(:
|
|
809
|
-
LaunchConfiguration.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
|
821
|
+
LaunchConfiguration.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
|
822
|
+
LaunchConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
|
810
823
|
LaunchConfiguration.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "ec2LaunchTemplateID"))
|
|
811
|
-
LaunchConfiguration.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
|
|
812
824
|
LaunchConfiguration.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
|
825
|
+
LaunchConfiguration.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
|
|
826
|
+
LaunchConfiguration.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
|
827
|
+
LaunchConfiguration.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
|
813
828
|
LaunchConfiguration.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
|
|
814
|
-
LaunchConfiguration.add_member(:
|
|
815
|
-
LaunchConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
|
829
|
+
LaunchConfiguration.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
|
|
816
830
|
LaunchConfiguration.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
|
|
817
|
-
LaunchConfiguration.add_member(:
|
|
818
|
-
LaunchConfiguration.add_member(:
|
|
831
|
+
LaunchConfiguration.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
|
|
832
|
+
LaunchConfiguration.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
|
|
819
833
|
LaunchConfiguration.struct_class = Types::LaunchConfiguration
|
|
820
834
|
|
|
835
|
+
LaunchConfigurationTemplate.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
|
|
821
836
|
LaunchConfigurationTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
822
|
-
LaunchConfigurationTemplate.add_member(:
|
|
823
|
-
LaunchConfigurationTemplate.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
|
|
824
|
-
LaunchConfigurationTemplate.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
|
825
|
-
LaunchConfigurationTemplate.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
|
826
|
-
LaunchConfigurationTemplate.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: EC2LaunchConfigurationTemplateID, location_name: "ec2LaunchTemplateID"))
|
|
837
|
+
LaunchConfigurationTemplate.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
|
|
827
838
|
LaunchConfigurationTemplate.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
|
|
828
|
-
LaunchConfigurationTemplate.add_member(:large_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "largeVolumeConf"))
|
|
829
|
-
LaunchConfigurationTemplate.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
|
|
830
|
-
LaunchConfigurationTemplate.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
|
831
|
-
LaunchConfigurationTemplate.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
|
|
832
839
|
LaunchConfigurationTemplate.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
|
|
833
|
-
LaunchConfigurationTemplate.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
|
|
834
|
-
LaunchConfigurationTemplate.add_member(:small_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "smallVolumeConf"))
|
|
835
|
-
LaunchConfigurationTemplate.add_member(:small_volume_max_size, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "smallVolumeMaxSize"))
|
|
836
840
|
LaunchConfigurationTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
841
|
+
LaunchConfigurationTemplate.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: EC2LaunchConfigurationTemplateID, location_name: "ec2LaunchTemplateID"))
|
|
842
|
+
LaunchConfigurationTemplate.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
|
837
843
|
LaunchConfigurationTemplate.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
|
|
844
|
+
LaunchConfigurationTemplate.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
|
845
|
+
LaunchConfigurationTemplate.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
|
|
846
|
+
LaunchConfigurationTemplate.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
|
847
|
+
LaunchConfigurationTemplate.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
|
|
848
|
+
LaunchConfigurationTemplate.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
|
|
849
|
+
LaunchConfigurationTemplate.add_member(:small_volume_max_size, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "smallVolumeMaxSize"))
|
|
850
|
+
LaunchConfigurationTemplate.add_member(:small_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "smallVolumeConf"))
|
|
851
|
+
LaunchConfigurationTemplate.add_member(:large_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "largeVolumeConf"))
|
|
852
|
+
LaunchConfigurationTemplate.add_member(:enable_parameters_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableParametersEncryption"))
|
|
853
|
+
LaunchConfigurationTemplate.add_member(:parameters_encryption_key, Shapes::ShapeRef.new(shape: ARN, location_name: "parametersEncryptionKey"))
|
|
838
854
|
LaunchConfigurationTemplate.struct_class = Types::LaunchConfigurationTemplate
|
|
839
855
|
|
|
840
856
|
LaunchConfigurationTemplateIDs.member = Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID)
|
|
841
857
|
|
|
842
858
|
LaunchConfigurationTemplates.member = Shapes::ShapeRef.new(shape: LaunchConfigurationTemplate)
|
|
843
859
|
|
|
860
|
+
LaunchTemplateDiskConf.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
|
|
844
861
|
LaunchTemplateDiskConf.add_member(:iops, Shapes::ShapeRef.new(shape: Iops, location_name: "iops"))
|
|
845
862
|
LaunchTemplateDiskConf.add_member(:throughput, Shapes::ShapeRef.new(shape: Throughput, location_name: "throughput"))
|
|
846
|
-
LaunchTemplateDiskConf.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
|
|
847
863
|
LaunchTemplateDiskConf.struct_class = Types::LaunchTemplateDiskConf
|
|
848
864
|
|
|
849
865
|
LaunchedInstance.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "ec2InstanceID"))
|
|
850
|
-
LaunchedInstance.add_member(:first_boot, Shapes::ShapeRef.new(shape: FirstBoot, location_name: "firstBoot"))
|
|
851
866
|
LaunchedInstance.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, location_name: "jobID"))
|
|
867
|
+
LaunchedInstance.add_member(:first_boot, Shapes::ShapeRef.new(shape: FirstBoot, location_name: "firstBoot"))
|
|
852
868
|
LaunchedInstance.struct_class = Types::LaunchedInstance
|
|
853
869
|
|
|
854
870
|
Licensing.add_member(:os_byol, Shapes::ShapeRef.new(shape: Boolean, location_name: "osByol"))
|
|
855
871
|
Licensing.struct_class = Types::Licensing
|
|
856
872
|
|
|
857
873
|
LifeCycle.add_member(:added_to_service_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "addedToServiceDateTime"))
|
|
858
|
-
LifeCycle.add_member(:elapsed_replication_duration, Shapes::ShapeRef.new(shape: ISO8601DurationString, location_name: "elapsedReplicationDuration"))
|
|
859
874
|
LifeCycle.add_member(:first_byte_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "firstByteDateTime"))
|
|
860
|
-
LifeCycle.add_member(:
|
|
875
|
+
LifeCycle.add_member(:elapsed_replication_duration, Shapes::ShapeRef.new(shape: ISO8601DurationString, location_name: "elapsedReplicationDuration"))
|
|
861
876
|
LifeCycle.add_member(:last_seen_by_service_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastSeenByServiceDateTime"))
|
|
862
877
|
LifeCycle.add_member(:last_test, Shapes::ShapeRef.new(shape: LifeCycleLastTest, location_name: "lastTest"))
|
|
878
|
+
LifeCycle.add_member(:last_cutover, Shapes::ShapeRef.new(shape: LifeCycleLastCutover, location_name: "lastCutover"))
|
|
863
879
|
LifeCycle.add_member(:state, Shapes::ShapeRef.new(shape: LifeCycleState, location_name: "state"))
|
|
864
880
|
LifeCycle.struct_class = Types::LifeCycle
|
|
865
881
|
|
|
866
|
-
LifeCycleLastCutover.add_member(:finalized, Shapes::ShapeRef.new(shape: LifeCycleLastCutoverFinalized, location_name: "finalized"))
|
|
867
882
|
LifeCycleLastCutover.add_member(:initiated, Shapes::ShapeRef.new(shape: LifeCycleLastCutoverInitiated, location_name: "initiated"))
|
|
868
883
|
LifeCycleLastCutover.add_member(:reverted, Shapes::ShapeRef.new(shape: LifeCycleLastCutoverReverted, location_name: "reverted"))
|
|
884
|
+
LifeCycleLastCutover.add_member(:finalized, Shapes::ShapeRef.new(shape: LifeCycleLastCutoverFinalized, location_name: "finalized"))
|
|
869
885
|
LifeCycleLastCutover.struct_class = Types::LifeCycleLastCutover
|
|
870
886
|
|
|
871
887
|
LifeCycleLastCutoverFinalized.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
|
|
@@ -878,9 +894,9 @@ module Aws::Mgn
|
|
|
878
894
|
LifeCycleLastCutoverReverted.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
|
|
879
895
|
LifeCycleLastCutoverReverted.struct_class = Types::LifeCycleLastCutoverReverted
|
|
880
896
|
|
|
881
|
-
LifeCycleLastTest.add_member(:finalized, Shapes::ShapeRef.new(shape: LifeCycleLastTestFinalized, location_name: "finalized"))
|
|
882
897
|
LifeCycleLastTest.add_member(:initiated, Shapes::ShapeRef.new(shape: LifeCycleLastTestInitiated, location_name: "initiated"))
|
|
883
898
|
LifeCycleLastTest.add_member(:reverted, Shapes::ShapeRef.new(shape: LifeCycleLastTestReverted, location_name: "reverted"))
|
|
899
|
+
LifeCycleLastTest.add_member(:finalized, Shapes::ShapeRef.new(shape: LifeCycleLastTestFinalized, location_name: "finalized"))
|
|
884
900
|
LifeCycleLastTest.struct_class = Types::LifeCycleLastTest
|
|
885
901
|
|
|
886
902
|
LifeCycleLastTestFinalized.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
|
|
@@ -895,10 +911,10 @@ module Aws::Mgn
|
|
|
895
911
|
|
|
896
912
|
LifeCycleStates.member = Shapes::ShapeRef.new(shape: LifeCycleState)
|
|
897
913
|
|
|
898
|
-
ListApplicationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
899
914
|
ListApplicationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListApplicationsRequestFilters, location_name: "filters"))
|
|
900
915
|
ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
|
901
916
|
ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
917
|
+
ListApplicationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
902
918
|
ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
|
|
903
919
|
|
|
904
920
|
ListApplicationsRequestFilters.add_member(:application_i_ds, Shapes::ShapeRef.new(shape: ApplicationIDsFilter, location_name: "applicationIDs"))
|
|
@@ -974,11 +990,11 @@ module Aws::Mgn
|
|
|
974
990
|
ListManagedAccountsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
975
991
|
ListManagedAccountsResponse.struct_class = Types::ListManagedAccountsResponse
|
|
976
992
|
|
|
977
|
-
ListSourceServerActionsRequest.add_member(:
|
|
993
|
+
ListSourceServerActionsRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
978
994
|
ListSourceServerActionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SourceServerActionsRequestFilters, location_name: "filters"))
|
|
979
995
|
ListSourceServerActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
|
980
996
|
ListSourceServerActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
981
|
-
ListSourceServerActionsRequest.add_member(:
|
|
997
|
+
ListSourceServerActionsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
982
998
|
ListSourceServerActionsRequest.struct_class = Types::ListSourceServerActionsRequest
|
|
983
999
|
|
|
984
1000
|
ListSourceServerActionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: SourceServerActionDocuments, location_name: "items"))
|
|
@@ -991,8 +1007,8 @@ module Aws::Mgn
|
|
|
991
1007
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
992
1008
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
993
1009
|
|
|
994
|
-
ListTemplateActionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: TemplateActionsRequestFilters, location_name: "filters"))
|
|
995
1010
|
ListTemplateActionsRequest.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
|
|
1011
|
+
ListTemplateActionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: TemplateActionsRequestFilters, location_name: "filters"))
|
|
996
1012
|
ListTemplateActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
|
997
1013
|
ListTemplateActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
998
1014
|
ListTemplateActionsRequest.struct_class = Types::ListTemplateActionsRequest
|
|
@@ -1001,14 +1017,14 @@ module Aws::Mgn
|
|
|
1001
1017
|
ListTemplateActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
1002
1018
|
ListTemplateActionsResponse.struct_class = Types::ListTemplateActionsResponse
|
|
1003
1019
|
|
|
1004
|
-
ListWavesRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1005
1020
|
ListWavesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListWavesRequestFilters, location_name: "filters"))
|
|
1006
1021
|
ListWavesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsType, location_name: "maxResults"))
|
|
1007
1022
|
ListWavesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
1023
|
+
ListWavesRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1008
1024
|
ListWavesRequest.struct_class = Types::ListWavesRequest
|
|
1009
1025
|
|
|
1010
|
-
ListWavesRequestFilters.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
|
|
1011
1026
|
ListWavesRequestFilters.add_member(:wave_i_ds, Shapes::ShapeRef.new(shape: WaveIDsFilter, location_name: "waveIDs"))
|
|
1027
|
+
ListWavesRequestFilters.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
|
|
1012
1028
|
ListWavesRequestFilters.struct_class = Types::ListWavesRequestFilters
|
|
1013
1029
|
|
|
1014
1030
|
ListWavesResponse.add_member(:items, Shapes::ShapeRef.new(shape: WavesList, location_name: "items"))
|
|
@@ -1020,13 +1036,13 @@ module Aws::Mgn
|
|
|
1020
1036
|
|
|
1021
1037
|
ManagedAccounts.member = Shapes::ShapeRef.new(shape: ManagedAccount)
|
|
1022
1038
|
|
|
1023
|
-
MarkAsArchivedRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1024
1039
|
MarkAsArchivedRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1040
|
+
MarkAsArchivedRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1025
1041
|
MarkAsArchivedRequest.struct_class = Types::MarkAsArchivedRequest
|
|
1026
1042
|
|
|
1043
|
+
NetworkInterface.add_member(:mac_address, Shapes::ShapeRef.new(shape: BoundedString, location_name: "macAddress"))
|
|
1027
1044
|
NetworkInterface.add_member(:ips, Shapes::ShapeRef.new(shape: IPsList, location_name: "ips"))
|
|
1028
1045
|
NetworkInterface.add_member(:is_primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimary"))
|
|
1029
|
-
NetworkInterface.add_member(:mac_address, Shapes::ShapeRef.new(shape: BoundedString, location_name: "macAddress"))
|
|
1030
1046
|
NetworkInterface.struct_class = Types::NetworkInterface
|
|
1031
1047
|
|
|
1032
1048
|
NetworkInterfaces.member = Shapes::ShapeRef.new(shape: NetworkInterface)
|
|
@@ -1034,119 +1050,121 @@ module Aws::Mgn
|
|
|
1034
1050
|
OS.add_member(:full_string, Shapes::ShapeRef.new(shape: BoundedString, location_name: "fullString"))
|
|
1035
1051
|
OS.struct_class = Types::OS
|
|
1036
1052
|
|
|
1053
|
+
ParticipatingServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1037
1054
|
ParticipatingServer.add_member(:launch_status, Shapes::ShapeRef.new(shape: LaunchStatus, location_name: "launchStatus"))
|
|
1038
1055
|
ParticipatingServer.add_member(:launched_ec2_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "launchedEc2InstanceID"))
|
|
1039
1056
|
ParticipatingServer.add_member(:post_launch_actions_status, Shapes::ShapeRef.new(shape: PostLaunchActionsStatus, location_name: "postLaunchActionsStatus"))
|
|
1040
|
-
ParticipatingServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1041
1057
|
ParticipatingServer.struct_class = Types::ParticipatingServer
|
|
1042
1058
|
|
|
1043
1059
|
ParticipatingServers.member = Shapes::ShapeRef.new(shape: ParticipatingServer)
|
|
1044
1060
|
|
|
1045
|
-
PauseReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1046
1061
|
PauseReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1062
|
+
PauseReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1047
1063
|
PauseReplicationRequest.struct_class = Types::PauseReplicationRequest
|
|
1048
1064
|
|
|
1049
|
-
PostLaunchActions.add_member(:cloud_watch_log_group_name, Shapes::ShapeRef.new(shape: CloudWatchLogGroupName, location_name: "cloudWatchLogGroupName"))
|
|
1050
1065
|
PostLaunchActions.add_member(:deployment, Shapes::ShapeRef.new(shape: PostLaunchActionsDeploymentType, location_name: "deployment"))
|
|
1051
1066
|
PostLaunchActions.add_member(:s3_log_bucket, Shapes::ShapeRef.new(shape: S3LogBucketName, location_name: "s3LogBucket"))
|
|
1052
1067
|
PostLaunchActions.add_member(:s3_output_key_prefix, Shapes::ShapeRef.new(shape: BoundedString, location_name: "s3OutputKeyPrefix"))
|
|
1068
|
+
PostLaunchActions.add_member(:cloud_watch_log_group_name, Shapes::ShapeRef.new(shape: CloudWatchLogGroupName, location_name: "cloudWatchLogGroupName"))
|
|
1053
1069
|
PostLaunchActions.add_member(:ssm_documents, Shapes::ShapeRef.new(shape: SsmDocuments, location_name: "ssmDocuments"))
|
|
1054
1070
|
PostLaunchActions.struct_class = Types::PostLaunchActions
|
|
1055
1071
|
|
|
1056
1072
|
PostLaunchActionsLaunchStatusList.member = Shapes::ShapeRef.new(shape: JobPostLaunchActionsLaunchStatus)
|
|
1057
1073
|
|
|
1058
|
-
PostLaunchActionsStatus.add_member(:post_launch_actions_launch_status_list, Shapes::ShapeRef.new(shape: PostLaunchActionsLaunchStatusList, location_name: "postLaunchActionsLaunchStatusList"))
|
|
1059
1074
|
PostLaunchActionsStatus.add_member(:ssm_agent_discovery_datetime, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "ssmAgentDiscoveryDatetime"))
|
|
1075
|
+
PostLaunchActionsStatus.add_member(:post_launch_actions_launch_status_list, Shapes::ShapeRef.new(shape: PostLaunchActionsLaunchStatusList, location_name: "postLaunchActionsLaunchStatusList"))
|
|
1060
1076
|
PostLaunchActionsStatus.struct_class = Types::PostLaunchActionsStatus
|
|
1061
1077
|
|
|
1062
|
-
PutSourceServerActionRequest.add_member(:
|
|
1063
|
-
PutSourceServerActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
|
|
1078
|
+
PutSourceServerActionRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1064
1079
|
PutSourceServerActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ActionName, required: true, location_name: "actionName"))
|
|
1065
|
-
PutSourceServerActionRequest.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
|
|
1066
|
-
PutSourceServerActionRequest.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, location_name: "category"))
|
|
1067
|
-
PutSourceServerActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ActionDescription, location_name: "description"))
|
|
1068
1080
|
PutSourceServerActionRequest.add_member(:document_identifier, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "documentIdentifier"))
|
|
1081
|
+
PutSourceServerActionRequest.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, required: true, location_name: "order"))
|
|
1082
|
+
PutSourceServerActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
|
|
1069
1083
|
PutSourceServerActionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "documentVersion"))
|
|
1070
|
-
PutSourceServerActionRequest.add_member(:
|
|
1084
|
+
PutSourceServerActionRequest.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
|
|
1085
|
+
PutSourceServerActionRequest.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
|
|
1071
1086
|
PutSourceServerActionRequest.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
|
|
1072
|
-
PutSourceServerActionRequest.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, required: true, location_name: "order"))
|
|
1073
1087
|
PutSourceServerActionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
|
|
1074
|
-
PutSourceServerActionRequest.add_member(:
|
|
1075
|
-
PutSourceServerActionRequest.add_member(:
|
|
1088
|
+
PutSourceServerActionRequest.add_member(:external_parameters, Shapes::ShapeRef.new(shape: SsmDocumentExternalParameters, location_name: "externalParameters"))
|
|
1089
|
+
PutSourceServerActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ActionDescription, location_name: "description"))
|
|
1090
|
+
PutSourceServerActionRequest.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, location_name: "category"))
|
|
1091
|
+
PutSourceServerActionRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1076
1092
|
PutSourceServerActionRequest.struct_class = Types::PutSourceServerActionRequest
|
|
1077
1093
|
|
|
1078
|
-
PutTemplateActionRequest.add_member(:
|
|
1094
|
+
PutTemplateActionRequest.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
|
|
1079
1095
|
PutTemplateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "actionName"))
|
|
1080
|
-
PutTemplateActionRequest.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
|
|
1081
|
-
PutTemplateActionRequest.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, location_name: "category"))
|
|
1082
|
-
PutTemplateActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ActionDescription, location_name: "description"))
|
|
1083
1096
|
PutTemplateActionRequest.add_member(:document_identifier, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "documentIdentifier"))
|
|
1097
|
+
PutTemplateActionRequest.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, required: true, location_name: "order"))
|
|
1098
|
+
PutTemplateActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
|
|
1084
1099
|
PutTemplateActionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "documentVersion"))
|
|
1085
|
-
PutTemplateActionRequest.add_member(:
|
|
1086
|
-
PutTemplateActionRequest.add_member(:
|
|
1100
|
+
PutTemplateActionRequest.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
|
|
1101
|
+
PutTemplateActionRequest.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
|
|
1087
1102
|
PutTemplateActionRequest.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
|
|
1088
|
-
PutTemplateActionRequest.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystemString, location_name: "operatingSystem"))
|
|
1089
|
-
PutTemplateActionRequest.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, required: true, location_name: "order"))
|
|
1090
1103
|
PutTemplateActionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
|
|
1091
|
-
PutTemplateActionRequest.add_member(:
|
|
1104
|
+
PutTemplateActionRequest.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystemString, location_name: "operatingSystem"))
|
|
1105
|
+
PutTemplateActionRequest.add_member(:external_parameters, Shapes::ShapeRef.new(shape: SsmDocumentExternalParameters, location_name: "externalParameters"))
|
|
1106
|
+
PutTemplateActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ActionDescription, location_name: "description"))
|
|
1107
|
+
PutTemplateActionRequest.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, location_name: "category"))
|
|
1092
1108
|
PutTemplateActionRequest.struct_class = Types::PutTemplateActionRequest
|
|
1093
1109
|
|
|
1094
|
-
RemoveSourceServerActionRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1095
|
-
RemoveSourceServerActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
|
|
1096
1110
|
RemoveSourceServerActionRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1111
|
+
RemoveSourceServerActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
|
|
1112
|
+
RemoveSourceServerActionRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1097
1113
|
RemoveSourceServerActionRequest.struct_class = Types::RemoveSourceServerActionRequest
|
|
1098
1114
|
|
|
1099
1115
|
RemoveSourceServerActionResponse.struct_class = Types::RemoveSourceServerActionResponse
|
|
1100
1116
|
|
|
1101
|
-
RemoveTemplateActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
|
|
1102
1117
|
RemoveTemplateActionRequest.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
|
|
1118
|
+
RemoveTemplateActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, required: true, location_name: "actionID"))
|
|
1103
1119
|
RemoveTemplateActionRequest.struct_class = Types::RemoveTemplateActionRequest
|
|
1104
1120
|
|
|
1105
1121
|
RemoveTemplateActionResponse.struct_class = Types::RemoveTemplateActionResponse
|
|
1106
1122
|
|
|
1123
|
+
ReplicationConfiguration.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
|
1124
|
+
ReplicationConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
|
1125
|
+
ReplicationConfiguration.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
|
1107
1126
|
ReplicationConfiguration.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
|
1108
|
-
ReplicationConfiguration.add_member(:
|
|
1109
|
-
ReplicationConfiguration.add_member(:
|
|
1110
|
-
ReplicationConfiguration.add_member(:
|
|
1127
|
+
ReplicationConfiguration.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
|
1128
|
+
ReplicationConfiguration.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
|
|
1129
|
+
ReplicationConfiguration.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
|
1111
1130
|
ReplicationConfiguration.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
|
1131
|
+
ReplicationConfiguration.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisks, location_name: "replicatedDisks"))
|
|
1112
1132
|
ReplicationConfiguration.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
|
|
1113
1133
|
ReplicationConfiguration.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
|
1114
|
-
ReplicationConfiguration.add_member(:
|
|
1115
|
-
ReplicationConfiguration.add_member(:
|
|
1116
|
-
ReplicationConfiguration.add_member(:
|
|
1117
|
-
ReplicationConfiguration.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
|
1118
|
-
ReplicationConfiguration.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
|
1119
|
-
ReplicationConfiguration.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
|
1134
|
+
ReplicationConfiguration.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, location_name: "bandwidthThrottling"))
|
|
1135
|
+
ReplicationConfiguration.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
|
1136
|
+
ReplicationConfiguration.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
|
1120
1137
|
ReplicationConfiguration.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
|
1121
|
-
ReplicationConfiguration.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
|
1122
1138
|
ReplicationConfiguration.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
|
1139
|
+
ReplicationConfiguration.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
|
|
1123
1140
|
ReplicationConfiguration.struct_class = Types::ReplicationConfiguration
|
|
1124
1141
|
|
|
1125
1142
|
ReplicationConfigurationReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
|
|
1126
|
-
ReplicationConfigurationReplicatedDisk.add_member(:iops, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "iops"))
|
|
1127
1143
|
ReplicationConfigurationReplicatedDisk.add_member(:is_boot_disk, Shapes::ShapeRef.new(shape: Boolean, location_name: "isBootDisk"))
|
|
1128
1144
|
ReplicationConfigurationReplicatedDisk.add_member(:staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDiskStagingDiskType, location_name: "stagingDiskType"))
|
|
1145
|
+
ReplicationConfigurationReplicatedDisk.add_member(:iops, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "iops"))
|
|
1129
1146
|
ReplicationConfigurationReplicatedDisk.add_member(:throughput, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "throughput"))
|
|
1130
1147
|
ReplicationConfigurationReplicatedDisk.struct_class = Types::ReplicationConfigurationReplicatedDisk
|
|
1131
1148
|
|
|
1132
1149
|
ReplicationConfigurationReplicatedDisks.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisk)
|
|
1133
1150
|
|
|
1151
|
+
ReplicationConfigurationTemplate.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
|
|
1134
1152
|
ReplicationConfigurationTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
1153
|
+
ReplicationConfigurationTemplate.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
|
1135
1154
|
ReplicationConfigurationTemplate.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
|
1136
|
-
ReplicationConfigurationTemplate.add_member(:
|
|
1137
|
-
ReplicationConfigurationTemplate.add_member(:
|
|
1138
|
-
ReplicationConfigurationTemplate.add_member(:
|
|
1155
|
+
ReplicationConfigurationTemplate.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
|
1156
|
+
ReplicationConfigurationTemplate.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
|
|
1157
|
+
ReplicationConfigurationTemplate.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
|
1139
1158
|
ReplicationConfigurationTemplate.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
|
1140
1159
|
ReplicationConfigurationTemplate.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
|
|
1141
1160
|
ReplicationConfigurationTemplate.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
|
1142
|
-
ReplicationConfigurationTemplate.add_member(:
|
|
1143
|
-
ReplicationConfigurationTemplate.add_member(:
|
|
1144
|
-
ReplicationConfigurationTemplate.add_member(:
|
|
1145
|
-
ReplicationConfigurationTemplate.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
|
1161
|
+
ReplicationConfigurationTemplate.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, location_name: "bandwidthThrottling"))
|
|
1162
|
+
ReplicationConfigurationTemplate.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
|
1163
|
+
ReplicationConfigurationTemplate.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
|
1146
1164
|
ReplicationConfigurationTemplate.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
|
1147
|
-
ReplicationConfigurationTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1148
|
-
ReplicationConfigurationTemplate.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
|
1149
1165
|
ReplicationConfigurationTemplate.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
|
1166
|
+
ReplicationConfigurationTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1167
|
+
ReplicationConfigurationTemplate.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
|
|
1150
1168
|
ReplicationConfigurationTemplate.struct_class = Types::ReplicationConfigurationTemplate
|
|
1151
1169
|
|
|
1152
1170
|
ReplicationConfigurationTemplateIDs.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID)
|
|
@@ -1157,72 +1175,72 @@ module Aws::Mgn
|
|
|
1157
1175
|
|
|
1158
1176
|
ReplicationTypes.member = Shapes::ShapeRef.new(shape: ReplicationType)
|
|
1159
1177
|
|
|
1160
|
-
ResourceNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
1161
1178
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
|
1179
|
+
ResourceNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
1162
1180
|
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
|
|
1163
1181
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
|
|
1164
1182
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
1165
1183
|
|
|
1166
|
-
ResumeReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1167
1184
|
ResumeReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1185
|
+
ResumeReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1168
1186
|
ResumeReplicationRequest.struct_class = Types::ResumeReplicationRequest
|
|
1169
1187
|
|
|
1170
|
-
RetryDataReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1171
1188
|
RetryDataReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1189
|
+
RetryDataReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1172
1190
|
RetryDataReplicationRequest.struct_class = Types::RetryDataReplicationRequest
|
|
1173
1191
|
|
|
1174
1192
|
S3BucketSource.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "s3Bucket"))
|
|
1175
|
-
S3BucketSource.add_member(:s3_bucket_owner, Shapes::ShapeRef.new(shape: AccountID, location_name: "s3BucketOwner"))
|
|
1176
1193
|
S3BucketSource.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "s3Key"))
|
|
1194
|
+
S3BucketSource.add_member(:s3_bucket_owner, Shapes::ShapeRef.new(shape: AccountID, location_name: "s3BucketOwner"))
|
|
1177
1195
|
S3BucketSource.struct_class = Types::S3BucketSource
|
|
1178
1196
|
|
|
1179
|
-
ServiceQuotaExceededException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
1180
1197
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
|
1181
|
-
ServiceQuotaExceededException.add_member(:
|
|
1182
|
-
ServiceQuotaExceededException.add_member(:quota_value, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "quotaValue"))
|
|
1198
|
+
ServiceQuotaExceededException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
1183
1199
|
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
|
|
1184
1200
|
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
|
|
1185
1201
|
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
|
|
1202
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "quotaCode"))
|
|
1203
|
+
ServiceQuotaExceededException.add_member(:quota_value, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "quotaValue"))
|
|
1186
1204
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
1187
1205
|
|
|
1188
|
-
SourceProperties.add_member(:cpus, Shapes::ShapeRef.new(shape: Cpus, location_name: "cpus"))
|
|
1189
|
-
SourceProperties.add_member(:disks, Shapes::ShapeRef.new(shape: Disks, location_name: "disks"))
|
|
1190
|
-
SourceProperties.add_member(:identification_hints, Shapes::ShapeRef.new(shape: IdentificationHints, location_name: "identificationHints"))
|
|
1191
1206
|
SourceProperties.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastUpdatedDateTime"))
|
|
1207
|
+
SourceProperties.add_member(:recommended_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "recommendedInstanceType"))
|
|
1208
|
+
SourceProperties.add_member(:identification_hints, Shapes::ShapeRef.new(shape: IdentificationHints, location_name: "identificationHints"))
|
|
1192
1209
|
SourceProperties.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfaces"))
|
|
1193
|
-
SourceProperties.add_member(:
|
|
1210
|
+
SourceProperties.add_member(:disks, Shapes::ShapeRef.new(shape: Disks, location_name: "disks"))
|
|
1211
|
+
SourceProperties.add_member(:cpus, Shapes::ShapeRef.new(shape: Cpus, location_name: "cpus"))
|
|
1194
1212
|
SourceProperties.add_member(:ram_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "ramBytes"))
|
|
1195
|
-
SourceProperties.add_member(:
|
|
1213
|
+
SourceProperties.add_member(:os, Shapes::ShapeRef.new(shape: OS, location_name: "os"))
|
|
1196
1214
|
SourceProperties.struct_class = Types::SourceProperties
|
|
1197
1215
|
|
|
1198
|
-
SourceServer.add_member(:
|
|
1216
|
+
SourceServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
|
1199
1217
|
SourceServer.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
1200
|
-
SourceServer.add_member(:connector_action, Shapes::ShapeRef.new(shape: SourceServerConnectorAction, location_name: "connectorAction"))
|
|
1201
|
-
SourceServer.add_member(:data_replication_info, Shapes::ShapeRef.new(shape: DataReplicationInfo, location_name: "dataReplicationInfo"))
|
|
1202
|
-
SourceServer.add_member(:fqdn_for_action_framework, Shapes::ShapeRef.new(shape: BoundedString, location_name: "fqdnForActionFramework"))
|
|
1203
1218
|
SourceServer.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
|
|
1219
|
+
SourceServer.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1204
1220
|
SourceServer.add_member(:launched_instance, Shapes::ShapeRef.new(shape: LaunchedInstance, location_name: "launchedInstance"))
|
|
1221
|
+
SourceServer.add_member(:data_replication_info, Shapes::ShapeRef.new(shape: DataReplicationInfo, location_name: "dataReplicationInfo"))
|
|
1205
1222
|
SourceServer.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "lifeCycle"))
|
|
1206
|
-
SourceServer.add_member(:replication_type, Shapes::ShapeRef.new(shape: ReplicationType, location_name: "replicationType"))
|
|
1207
1223
|
SourceServer.add_member(:source_properties, Shapes::ShapeRef.new(shape: SourceProperties, location_name: "sourceProperties"))
|
|
1208
|
-
SourceServer.add_member(:
|
|
1209
|
-
SourceServer.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1210
|
-
SourceServer.add_member(:user_provided_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "userProvidedID"))
|
|
1224
|
+
SourceServer.add_member(:replication_type, Shapes::ShapeRef.new(shape: ReplicationType, location_name: "replicationType"))
|
|
1211
1225
|
SourceServer.add_member(:vcenter_client_id, Shapes::ShapeRef.new(shape: VcenterClientID, location_name: "vcenterClientID"))
|
|
1226
|
+
SourceServer.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, location_name: "applicationID"))
|
|
1227
|
+
SourceServer.add_member(:user_provided_id, Shapes::ShapeRef.new(shape: UserProvidedId, location_name: "userProvidedID"))
|
|
1228
|
+
SourceServer.add_member(:fqdn_for_action_framework, Shapes::ShapeRef.new(shape: BoundedString, location_name: "fqdnForActionFramework"))
|
|
1229
|
+
SourceServer.add_member(:connector_action, Shapes::ShapeRef.new(shape: SourceServerConnectorAction, location_name: "connectorAction"))
|
|
1212
1230
|
SourceServer.struct_class = Types::SourceServer
|
|
1213
1231
|
|
|
1214
1232
|
SourceServerActionDocument.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, location_name: "actionID"))
|
|
1215
1233
|
SourceServerActionDocument.add_member(:action_name, Shapes::ShapeRef.new(shape: ActionName, location_name: "actionName"))
|
|
1216
|
-
SourceServerActionDocument.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
|
|
1217
|
-
SourceServerActionDocument.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, location_name: "category"))
|
|
1218
|
-
SourceServerActionDocument.add_member(:description, Shapes::ShapeRef.new(shape: ActionDescription, location_name: "description"))
|
|
1219
1234
|
SourceServerActionDocument.add_member(:document_identifier, Shapes::ShapeRef.new(shape: BoundedString, location_name: "documentIdentifier"))
|
|
1235
|
+
SourceServerActionDocument.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, location_name: "order"))
|
|
1220
1236
|
SourceServerActionDocument.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "documentVersion"))
|
|
1221
|
-
SourceServerActionDocument.add_member(:
|
|
1237
|
+
SourceServerActionDocument.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
|
|
1238
|
+
SourceServerActionDocument.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
|
|
1222
1239
|
SourceServerActionDocument.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
|
|
1223
|
-
SourceServerActionDocument.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, location_name: "order"))
|
|
1224
1240
|
SourceServerActionDocument.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
|
|
1225
|
-
SourceServerActionDocument.add_member(:
|
|
1241
|
+
SourceServerActionDocument.add_member(:external_parameters, Shapes::ShapeRef.new(shape: SsmDocumentExternalParameters, location_name: "externalParameters"))
|
|
1242
|
+
SourceServerActionDocument.add_member(:description, Shapes::ShapeRef.new(shape: ActionDescription, location_name: "description"))
|
|
1243
|
+
SourceServerActionDocument.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, location_name: "category"))
|
|
1226
1244
|
SourceServerActionDocument.struct_class = Types::SourceServerActionDocument
|
|
1227
1245
|
|
|
1228
1246
|
SourceServerActionDocuments.member = Shapes::ShapeRef.new(shape: SourceServerActionDocument)
|
|
@@ -1230,18 +1248,18 @@ module Aws::Mgn
|
|
|
1230
1248
|
SourceServerActionsRequestFilters.add_member(:action_i_ds, Shapes::ShapeRef.new(shape: ActionIDs, location_name: "actionIDs"))
|
|
1231
1249
|
SourceServerActionsRequestFilters.struct_class = Types::SourceServerActionsRequestFilters
|
|
1232
1250
|
|
|
1233
|
-
SourceServerConnectorAction.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "connectorArn"))
|
|
1234
1251
|
SourceServerConnectorAction.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "credentialsSecretArn"))
|
|
1252
|
+
SourceServerConnectorAction.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "connectorArn"))
|
|
1235
1253
|
SourceServerConnectorAction.struct_class = Types::SourceServerConnectorAction
|
|
1236
1254
|
|
|
1237
1255
|
SourceServersList.member = Shapes::ShapeRef.new(shape: SourceServer)
|
|
1238
1256
|
|
|
1239
1257
|
SsmDocument.add_member(:action_name, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "actionName"))
|
|
1240
|
-
SsmDocument.add_member(:external_parameters, Shapes::ShapeRef.new(shape: SsmDocumentExternalParameters, location_name: "externalParameters"))
|
|
1241
|
-
SsmDocument.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
|
|
1242
|
-
SsmDocument.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
|
|
1243
1258
|
SsmDocument.add_member(:ssm_document_name, Shapes::ShapeRef.new(shape: SsmDocumentName, required: true, location_name: "ssmDocumentName"))
|
|
1244
1259
|
SsmDocument.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
|
|
1260
|
+
SsmDocument.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
|
|
1261
|
+
SsmDocument.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
|
|
1262
|
+
SsmDocument.add_member(:external_parameters, Shapes::ShapeRef.new(shape: SsmDocumentExternalParameters, location_name: "externalParameters"))
|
|
1245
1263
|
SsmDocument.struct_class = Types::SsmDocument
|
|
1246
1264
|
|
|
1247
1265
|
SsmDocumentExternalParameters.key = Shapes::ShapeRef.new(shape: SsmDocumentParameterName)
|
|
@@ -1258,15 +1276,15 @@ module Aws::Mgn
|
|
|
1258
1276
|
SsmExternalParameter.add_member_subclass(:unknown, Types::SsmExternalParameter::Unknown)
|
|
1259
1277
|
SsmExternalParameter.struct_class = Types::SsmExternalParameter
|
|
1260
1278
|
|
|
1261
|
-
SsmParameterStoreParameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: SsmParameterStoreParameterName, required: true, location_name: "parameterName"))
|
|
1262
1279
|
SsmParameterStoreParameter.add_member(:parameter_type, Shapes::ShapeRef.new(shape: SsmParameterStoreParameterType, required: true, location_name: "parameterType"))
|
|
1280
|
+
SsmParameterStoreParameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: SsmParameterStoreParameterName, required: true, location_name: "parameterName"))
|
|
1263
1281
|
SsmParameterStoreParameter.struct_class = Types::SsmParameterStoreParameter
|
|
1264
1282
|
|
|
1265
1283
|
SsmParameterStoreParameters.member = Shapes::ShapeRef.new(shape: SsmParameterStoreParameter)
|
|
1266
1284
|
|
|
1267
|
-
StartCutoverRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1268
1285
|
StartCutoverRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: StartCutoverRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
|
1269
1286
|
StartCutoverRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1287
|
+
StartCutoverRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1270
1288
|
StartCutoverRequest.struct_class = Types::StartCutoverRequest
|
|
1271
1289
|
|
|
1272
1290
|
StartCutoverRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
|
|
@@ -1275,8 +1293,9 @@ module Aws::Mgn
|
|
|
1275
1293
|
StartCutoverResponse.struct_class = Types::StartCutoverResponse
|
|
1276
1294
|
|
|
1277
1295
|
StartExportRequest.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "s3Bucket"))
|
|
1278
|
-
StartExportRequest.add_member(:s3_bucket_owner, Shapes::ShapeRef.new(shape: AccountID, location_name: "s3BucketOwner"))
|
|
1279
1296
|
StartExportRequest.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "s3Key"))
|
|
1297
|
+
StartExportRequest.add_member(:s3_bucket_owner, Shapes::ShapeRef.new(shape: AccountID, location_name: "s3BucketOwner"))
|
|
1298
|
+
StartExportRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1280
1299
|
StartExportRequest.struct_class = Types::StartExportRequest
|
|
1281
1300
|
|
|
1282
1301
|
StartExportResponse.add_member(:export_task, Shapes::ShapeRef.new(shape: ExportTask, location_name: "exportTask"))
|
|
@@ -1284,18 +1303,19 @@ module Aws::Mgn
|
|
|
1284
1303
|
|
|
1285
1304
|
StartImportRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientIdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1286
1305
|
StartImportRequest.add_member(:s3_bucket_source, Shapes::ShapeRef.new(shape: S3BucketSource, required: true, location_name: "s3BucketSource"))
|
|
1306
|
+
StartImportRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1287
1307
|
StartImportRequest.struct_class = Types::StartImportRequest
|
|
1288
1308
|
|
|
1289
1309
|
StartImportResponse.add_member(:import_task, Shapes::ShapeRef.new(shape: ImportTask, location_name: "importTask"))
|
|
1290
1310
|
StartImportResponse.struct_class = Types::StartImportResponse
|
|
1291
1311
|
|
|
1292
|
-
StartReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1293
1312
|
StartReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1313
|
+
StartReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1294
1314
|
StartReplicationRequest.struct_class = Types::StartReplicationRequest
|
|
1295
1315
|
|
|
1296
|
-
StartTestRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1297
1316
|
StartTestRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: StartTestRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
|
1298
1317
|
StartTestRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1318
|
+
StartTestRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1299
1319
|
StartTestRequest.struct_class = Types::StartTestRequest
|
|
1300
1320
|
|
|
1301
1321
|
StartTestRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
|
|
@@ -1303,8 +1323,8 @@ module Aws::Mgn
|
|
|
1303
1323
|
StartTestResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
|
|
1304
1324
|
StartTestResponse.struct_class = Types::StartTestResponse
|
|
1305
1325
|
|
|
1306
|
-
StopReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1307
1326
|
StopReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1327
|
+
StopReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1308
1328
|
StopReplicationRequest.struct_class = Types::StopReplicationRequest
|
|
1309
1329
|
|
|
1310
1330
|
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -1318,17 +1338,17 @@ module Aws::Mgn
|
|
|
1318
1338
|
|
|
1319
1339
|
TemplateActionDocument.add_member(:action_id, Shapes::ShapeRef.new(shape: ActionID, location_name: "actionID"))
|
|
1320
1340
|
TemplateActionDocument.add_member(:action_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "actionName"))
|
|
1321
|
-
TemplateActionDocument.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
|
|
1322
|
-
TemplateActionDocument.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, location_name: "category"))
|
|
1323
|
-
TemplateActionDocument.add_member(:description, Shapes::ShapeRef.new(shape: ActionDescription, location_name: "description"))
|
|
1324
1341
|
TemplateActionDocument.add_member(:document_identifier, Shapes::ShapeRef.new(shape: BoundedString, location_name: "documentIdentifier"))
|
|
1342
|
+
TemplateActionDocument.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, location_name: "order"))
|
|
1325
1343
|
TemplateActionDocument.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "documentVersion"))
|
|
1326
|
-
TemplateActionDocument.add_member(:
|
|
1344
|
+
TemplateActionDocument.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
|
|
1345
|
+
TemplateActionDocument.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
|
|
1327
1346
|
TemplateActionDocument.add_member(:must_succeed_for_cutover, Shapes::ShapeRef.new(shape: Boolean, location_name: "mustSucceedForCutover"))
|
|
1328
|
-
TemplateActionDocument.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystemString, location_name: "operatingSystem"))
|
|
1329
|
-
TemplateActionDocument.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, location_name: "order"))
|
|
1330
1347
|
TemplateActionDocument.add_member(:parameters, Shapes::ShapeRef.new(shape: SsmDocumentParameters, location_name: "parameters"))
|
|
1331
|
-
TemplateActionDocument.add_member(:
|
|
1348
|
+
TemplateActionDocument.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystemString, location_name: "operatingSystem"))
|
|
1349
|
+
TemplateActionDocument.add_member(:external_parameters, Shapes::ShapeRef.new(shape: SsmDocumentExternalParameters, location_name: "externalParameters"))
|
|
1350
|
+
TemplateActionDocument.add_member(:description, Shapes::ShapeRef.new(shape: ActionDescription, location_name: "description"))
|
|
1351
|
+
TemplateActionDocument.add_member(:category, Shapes::ShapeRef.new(shape: ActionCategory, location_name: "category"))
|
|
1332
1352
|
TemplateActionDocument.struct_class = Types::TemplateActionDocument
|
|
1333
1353
|
|
|
1334
1354
|
TemplateActionDocuments.member = Shapes::ShapeRef.new(shape: TemplateActionDocument)
|
|
@@ -1336,9 +1356,9 @@ module Aws::Mgn
|
|
|
1336
1356
|
TemplateActionsRequestFilters.add_member(:action_i_ds, Shapes::ShapeRef.new(shape: ActionIDs, location_name: "actionIDs"))
|
|
1337
1357
|
TemplateActionsRequestFilters.struct_class = Types::TemplateActionsRequestFilters
|
|
1338
1358
|
|
|
1339
|
-
TerminateTargetInstancesRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1340
1359
|
TerminateTargetInstancesRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: TerminateTargetInstancesRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
|
|
1341
1360
|
TerminateTargetInstancesRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1361
|
+
TerminateTargetInstancesRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1342
1362
|
TerminateTargetInstancesRequest.struct_class = Types::TerminateTargetInstancesRequest
|
|
1343
1363
|
|
|
1344
1364
|
TerminateTargetInstancesRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
|
|
@@ -1347,31 +1367,31 @@ module Aws::Mgn
|
|
|
1347
1367
|
TerminateTargetInstancesResponse.struct_class = Types::TerminateTargetInstancesResponse
|
|
1348
1368
|
|
|
1349
1369
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, required: true, location_name: "message"))
|
|
1370
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
|
|
1350
1371
|
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "quotaCode"))
|
|
1351
1372
|
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: LargeBoundedString, location: "header", location_name: "Retry-After"))
|
|
1352
|
-
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
|
|
1353
1373
|
ThrottlingException.struct_class = Types::ThrottlingException
|
|
1354
1374
|
|
|
1355
|
-
UnarchiveApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1356
1375
|
UnarchiveApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
|
1376
|
+
UnarchiveApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1357
1377
|
UnarchiveApplicationRequest.struct_class = Types::UnarchiveApplicationRequest
|
|
1358
1378
|
|
|
1359
|
-
UnarchiveWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1360
1379
|
UnarchiveWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
|
1380
|
+
UnarchiveWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1361
1381
|
UnarchiveWaveRequest.struct_class = Types::UnarchiveWaveRequest
|
|
1362
1382
|
|
|
1363
|
-
UninitializedAccountException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
1364
1383
|
UninitializedAccountException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
|
1384
|
+
UninitializedAccountException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
1365
1385
|
UninitializedAccountException.struct_class = Types::UninitializedAccountException
|
|
1366
1386
|
|
|
1367
1387
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
|
1368
1388
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
|
|
1369
1389
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
1370
1390
|
|
|
1371
|
-
UpdateApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1372
1391
|
UpdateApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationID, required: true, location_name: "applicationID"))
|
|
1373
|
-
UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
|
|
1374
1392
|
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "name"))
|
|
1393
|
+
UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "description"))
|
|
1394
|
+
UpdateApplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1375
1395
|
UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
|
|
1376
1396
|
|
|
1377
1397
|
UpdateConnectorRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorID, required: true, location_name: "connectorID"))
|
|
@@ -1379,127 +1399,131 @@ module Aws::Mgn
|
|
|
1379
1399
|
UpdateConnectorRequest.add_member(:ssm_command_config, Shapes::ShapeRef.new(shape: ConnectorSsmCommandConfig, location_name: "ssmCommandConfig"))
|
|
1380
1400
|
UpdateConnectorRequest.struct_class = Types::UpdateConnectorRequest
|
|
1381
1401
|
|
|
1382
|
-
UpdateLaunchConfigurationRequest.add_member(:
|
|
1383
|
-
UpdateLaunchConfigurationRequest.add_member(:
|
|
1402
|
+
UpdateLaunchConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1403
|
+
UpdateLaunchConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
|
1404
|
+
UpdateLaunchConfigurationRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
|
1405
|
+
UpdateLaunchConfigurationRequest.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
|
|
1384
1406
|
UpdateLaunchConfigurationRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
|
1385
1407
|
UpdateLaunchConfigurationRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
|
1386
|
-
UpdateLaunchConfigurationRequest.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
|
|
1387
|
-
UpdateLaunchConfigurationRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
|
1388
1408
|
UpdateLaunchConfigurationRequest.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
|
|
1389
|
-
UpdateLaunchConfigurationRequest.add_member(:
|
|
1390
|
-
UpdateLaunchConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
|
1409
|
+
UpdateLaunchConfigurationRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
|
|
1391
1410
|
UpdateLaunchConfigurationRequest.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
|
|
1392
|
-
UpdateLaunchConfigurationRequest.add_member(:
|
|
1393
|
-
UpdateLaunchConfigurationRequest.add_member(:
|
|
1411
|
+
UpdateLaunchConfigurationRequest.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
|
|
1412
|
+
UpdateLaunchConfigurationRequest.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
|
|
1413
|
+
UpdateLaunchConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1394
1414
|
UpdateLaunchConfigurationRequest.struct_class = Types::UpdateLaunchConfigurationRequest
|
|
1395
1415
|
|
|
1396
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
|
|
1397
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
|
|
1398
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
|
1399
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
|
1400
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
|
|
1401
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:large_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "largeVolumeConf"))
|
|
1402
1416
|
UpdateLaunchConfigurationTemplateRequest.add_member(:launch_configuration_template_id, Shapes::ShapeRef.new(shape: LaunchConfigurationTemplateID, required: true, location_name: "launchConfigurationTemplateID"))
|
|
1417
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
|
|
1418
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:enable_map_auto_tagging, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableMapAutoTagging"))
|
|
1419
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:map_auto_tagging_mpe_id, Shapes::ShapeRef.new(shape: TagValue, location_name: "mapAutoTaggingMpeID"))
|
|
1403
1420
|
UpdateLaunchConfigurationTemplateRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
|
|
1421
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
|
|
1422
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
|
|
1423
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
|
|
1424
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
|
|
1404
1425
|
UpdateLaunchConfigurationTemplateRequest.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
|
|
1405
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:
|
|
1406
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:post_launch_actions, Shapes::ShapeRef.new(shape: PostLaunchActions, location_name: "postLaunchActions"))
|
|
1407
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:small_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "smallVolumeConf"))
|
|
1426
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
|
|
1408
1427
|
UpdateLaunchConfigurationTemplateRequest.add_member(:small_volume_max_size, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "smallVolumeMaxSize"))
|
|
1409
|
-
UpdateLaunchConfigurationTemplateRequest.add_member(:
|
|
1428
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:small_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "smallVolumeConf"))
|
|
1429
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:large_volume_conf, Shapes::ShapeRef.new(shape: LaunchTemplateDiskConf, location_name: "largeVolumeConf"))
|
|
1430
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:enable_parameters_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableParametersEncryption"))
|
|
1431
|
+
UpdateLaunchConfigurationTemplateRequest.add_member(:parameters_encryption_key, Shapes::ShapeRef.new(shape: ARN, location_name: "parametersEncryptionKey"))
|
|
1410
1432
|
UpdateLaunchConfigurationTemplateRequest.struct_class = Types::UpdateLaunchConfigurationTemplateRequest
|
|
1411
1433
|
|
|
1412
|
-
UpdateReplicationConfigurationRequest.add_member(:
|
|
1434
|
+
UpdateReplicationConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1435
|
+
UpdateReplicationConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
|
|
1436
|
+
UpdateReplicationConfigurationRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
|
1413
1437
|
UpdateReplicationConfigurationRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
|
1414
|
-
UpdateReplicationConfigurationRequest.add_member(:
|
|
1415
|
-
UpdateReplicationConfigurationRequest.add_member(:
|
|
1416
|
-
UpdateReplicationConfigurationRequest.add_member(:
|
|
1438
|
+
UpdateReplicationConfigurationRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
|
1439
|
+
UpdateReplicationConfigurationRequest.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
|
|
1440
|
+
UpdateReplicationConfigurationRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
|
1417
1441
|
UpdateReplicationConfigurationRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
|
1442
|
+
UpdateReplicationConfigurationRequest.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisks, location_name: "replicatedDisks"))
|
|
1418
1443
|
UpdateReplicationConfigurationRequest.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
|
|
1419
1444
|
UpdateReplicationConfigurationRequest.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
|
1420
|
-
UpdateReplicationConfigurationRequest.add_member(:
|
|
1421
|
-
UpdateReplicationConfigurationRequest.add_member(:
|
|
1422
|
-
UpdateReplicationConfigurationRequest.add_member(:
|
|
1423
|
-
UpdateReplicationConfigurationRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
|
1424
|
-
UpdateReplicationConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1425
|
-
UpdateReplicationConfigurationRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
|
1445
|
+
UpdateReplicationConfigurationRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, location_name: "bandwidthThrottling"))
|
|
1446
|
+
UpdateReplicationConfigurationRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
|
1447
|
+
UpdateReplicationConfigurationRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
|
1426
1448
|
UpdateReplicationConfigurationRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
|
1427
|
-
UpdateReplicationConfigurationRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
|
1428
1449
|
UpdateReplicationConfigurationRequest.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
|
1450
|
+
UpdateReplicationConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1451
|
+
UpdateReplicationConfigurationRequest.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
|
|
1429
1452
|
UpdateReplicationConfigurationRequest.struct_class = Types::UpdateReplicationConfigurationRequest
|
|
1430
1453
|
|
|
1454
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
|
|
1431
1455
|
UpdateReplicationConfigurationTemplateRequest.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
1456
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
|
1432
1457
|
UpdateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
|
|
1433
|
-
UpdateReplicationConfigurationTemplateRequest.add_member(:
|
|
1434
|
-
UpdateReplicationConfigurationTemplateRequest.add_member(:
|
|
1435
|
-
UpdateReplicationConfigurationTemplateRequest.add_member(:
|
|
1458
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
|
|
1459
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
|
|
1460
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
|
1436
1461
|
UpdateReplicationConfigurationTemplateRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
|
|
1437
1462
|
UpdateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
|
|
1438
1463
|
UpdateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
|
|
1439
|
-
UpdateReplicationConfigurationTemplateRequest.add_member(:
|
|
1440
|
-
UpdateReplicationConfigurationTemplateRequest.add_member(:
|
|
1441
|
-
UpdateReplicationConfigurationTemplateRequest.add_member(:
|
|
1442
|
-
UpdateReplicationConfigurationTemplateRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
|
|
1464
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: BandwidthThrottling, location_name: "bandwidthThrottling"))
|
|
1465
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
|
|
1466
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
|
|
1443
1467
|
UpdateReplicationConfigurationTemplateRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
|
|
1444
|
-
UpdateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
|
|
1445
1468
|
UpdateReplicationConfigurationTemplateRequest.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
|
|
1469
|
+
UpdateReplicationConfigurationTemplateRequest.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
|
|
1446
1470
|
UpdateReplicationConfigurationTemplateRequest.struct_class = Types::UpdateReplicationConfigurationTemplateRequest
|
|
1447
1471
|
|
|
1448
|
-
UpdateSourceServerReplicationTypeRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1449
|
-
UpdateSourceServerReplicationTypeRequest.add_member(:replication_type, Shapes::ShapeRef.new(shape: ReplicationType, required: true, location_name: "replicationType"))
|
|
1450
1472
|
UpdateSourceServerReplicationTypeRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1473
|
+
UpdateSourceServerReplicationTypeRequest.add_member(:replication_type, Shapes::ShapeRef.new(shape: ReplicationType, required: true, location_name: "replicationType"))
|
|
1474
|
+
UpdateSourceServerReplicationTypeRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1451
1475
|
UpdateSourceServerReplicationTypeRequest.struct_class = Types::UpdateSourceServerReplicationTypeRequest
|
|
1452
1476
|
|
|
1453
1477
|
UpdateSourceServerRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1454
|
-
UpdateSourceServerRequest.add_member(:connector_action, Shapes::ShapeRef.new(shape: SourceServerConnectorAction, location_name: "connectorAction"))
|
|
1455
1478
|
UpdateSourceServerRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
|
|
1479
|
+
UpdateSourceServerRequest.add_member(:connector_action, Shapes::ShapeRef.new(shape: SourceServerConnectorAction, location_name: "connectorAction"))
|
|
1456
1480
|
UpdateSourceServerRequest.struct_class = Types::UpdateSourceServerRequest
|
|
1457
1481
|
|
|
1458
|
-
UpdateWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1459
|
-
UpdateWaveRequest.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
|
|
1460
|
-
UpdateWaveRequest.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, location_name: "name"))
|
|
1461
1482
|
UpdateWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
|
|
1483
|
+
UpdateWaveRequest.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, location_name: "name"))
|
|
1484
|
+
UpdateWaveRequest.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
|
|
1485
|
+
UpdateWaveRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1462
1486
|
UpdateWaveRequest.struct_class = Types::UpdateWaveRequest
|
|
1463
1487
|
|
|
1464
|
-
ValidationException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
1465
|
-
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
|
1466
1488
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
|
1489
|
+
ValidationException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
|
|
1467
1490
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
|
|
1491
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
|
1468
1492
|
ValidationException.struct_class = Types::ValidationException
|
|
1469
1493
|
|
|
1470
|
-
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
|
1471
1494
|
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "name"))
|
|
1495
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
|
|
1472
1496
|
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
|
1473
1497
|
|
|
1474
1498
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
1475
1499
|
|
|
1500
|
+
VcenterClient.add_member(:vcenter_client_id, Shapes::ShapeRef.new(shape: VcenterClientID, location_name: "vcenterClientID"))
|
|
1476
1501
|
VcenterClient.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
1477
|
-
VcenterClient.add_member(:datacenter_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "datacenterName"))
|
|
1478
1502
|
VcenterClient.add_member(:hostname, Shapes::ShapeRef.new(shape: BoundedString, location_name: "hostname"))
|
|
1503
|
+
VcenterClient.add_member(:vcenter_uuid, Shapes::ShapeRef.new(shape: BoundedString, location_name: "vcenterUUID"))
|
|
1504
|
+
VcenterClient.add_member(:datacenter_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "datacenterName"))
|
|
1479
1505
|
VcenterClient.add_member(:last_seen_datetime, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastSeenDatetime"))
|
|
1480
1506
|
VcenterClient.add_member(:source_server_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "sourceServerTags"))
|
|
1481
1507
|
VcenterClient.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1482
|
-
VcenterClient.add_member(:vcenter_client_id, Shapes::ShapeRef.new(shape: VcenterClientID, location_name: "vcenterClientID"))
|
|
1483
|
-
VcenterClient.add_member(:vcenter_uuid, Shapes::ShapeRef.new(shape: BoundedString, location_name: "vcenterUUID"))
|
|
1484
1508
|
VcenterClient.struct_class = Types::VcenterClient
|
|
1485
1509
|
|
|
1486
1510
|
VcenterClientList.member = Shapes::ShapeRef.new(shape: VcenterClient)
|
|
1487
1511
|
|
|
1512
|
+
Wave.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, location_name: "waveID"))
|
|
1488
1513
|
Wave.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
|
1489
|
-
Wave.add_member(:
|
|
1514
|
+
Wave.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, location_name: "name"))
|
|
1490
1515
|
Wave.add_member(:description, Shapes::ShapeRef.new(shape: WaveDescription, location_name: "description"))
|
|
1491
1516
|
Wave.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
|
|
1517
|
+
Wave.add_member(:wave_aggregated_status, Shapes::ShapeRef.new(shape: WaveAggregatedStatus, location_name: "waveAggregatedStatus"))
|
|
1518
|
+
Wave.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
|
|
1492
1519
|
Wave.add_member(:last_modified_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastModifiedDateTime"))
|
|
1493
|
-
Wave.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, location_name: "name"))
|
|
1494
1520
|
Wave.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1495
|
-
Wave.add_member(:wave_aggregated_status, Shapes::ShapeRef.new(shape: WaveAggregatedStatus, location_name: "waveAggregatedStatus"))
|
|
1496
|
-
Wave.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, location_name: "waveID"))
|
|
1497
1521
|
Wave.struct_class = Types::Wave
|
|
1498
1522
|
|
|
1499
|
-
WaveAggregatedStatus.add_member(:health_status, Shapes::ShapeRef.new(shape: WaveHealthStatus, location_name: "healthStatus"))
|
|
1500
1523
|
WaveAggregatedStatus.add_member(:last_update_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastUpdateDateTime"))
|
|
1501
|
-
WaveAggregatedStatus.add_member(:progress_status, Shapes::ShapeRef.new(shape: WaveProgressStatus, location_name: "progressStatus"))
|
|
1502
1524
|
WaveAggregatedStatus.add_member(:replication_started_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "replicationStartedDateTime"))
|
|
1525
|
+
WaveAggregatedStatus.add_member(:health_status, Shapes::ShapeRef.new(shape: WaveHealthStatus, location_name: "healthStatus"))
|
|
1526
|
+
WaveAggregatedStatus.add_member(:progress_status, Shapes::ShapeRef.new(shape: WaveProgressStatus, location_name: "progressStatus"))
|
|
1503
1527
|
WaveAggregatedStatus.add_member(:total_applications, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalApplications"))
|
|
1504
1528
|
WaveAggregatedStatus.struct_class = Types::WaveAggregatedStatus
|
|
1505
1529
|
|
|
@@ -1515,9 +1539,10 @@ module Aws::Mgn
|
|
|
1515
1539
|
|
|
1516
1540
|
api.metadata = {
|
|
1517
1541
|
"apiVersion" => "2020-02-26",
|
|
1542
|
+
"auth" => ["aws.auth#sigv4"],
|
|
1518
1543
|
"endpointPrefix" => "mgn",
|
|
1519
|
-
"jsonVersion" => "1.1",
|
|
1520
1544
|
"protocol" => "rest-json",
|
|
1545
|
+
"protocols" => ["rest-json"],
|
|
1521
1546
|
"serviceAbbreviation" => "mgn",
|
|
1522
1547
|
"serviceFullName" => "Application Migration Service",
|
|
1523
1548
|
"serviceId" => "mgn",
|
|
@@ -1614,8 +1639,8 @@ module Aws::Mgn
|
|
|
1614
1639
|
o.input = Shapes::ShapeRef.new(shape: CreateLaunchConfigurationTemplateRequest)
|
|
1615
1640
|
o.output = Shapes::ShapeRef.new(shape: LaunchConfigurationTemplate)
|
|
1616
1641
|
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
|
1617
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1618
1642
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1643
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1619
1644
|
end)
|
|
1620
1645
|
|
|
1621
1646
|
api.add_operation(:create_replication_configuration_template, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1625,8 +1650,8 @@ module Aws::Mgn
|
|
|
1625
1650
|
o.input = Shapes::ShapeRef.new(shape: CreateReplicationConfigurationTemplateRequest)
|
|
1626
1651
|
o.output = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplate)
|
|
1627
1652
|
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
|
1628
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1629
1653
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1654
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1630
1655
|
end)
|
|
1631
1656
|
|
|
1632
1657
|
api.add_operation(:create_wave, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1898,8 +1923,8 @@ module Aws::Mgn
|
|
|
1898
1923
|
o.http_request_uri = "/InitializeService"
|
|
1899
1924
|
o.input = Shapes::ShapeRef.new(shape: InitializeServiceRequest)
|
|
1900
1925
|
o.output = Shapes::ShapeRef.new(shape: InitializeServiceResponse)
|
|
1901
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1902
1926
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1927
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1903
1928
|
end)
|
|
1904
1929
|
|
|
1905
1930
|
api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2036,8 +2061,8 @@ module Aws::Mgn
|
|
|
2036
2061
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
|
2037
2062
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2038
2063
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2039
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2040
2064
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2065
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2041
2066
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2042
2067
|
end)
|
|
2043
2068
|
|
|
@@ -2246,8 +2271,8 @@ module Aws::Mgn
|
|
|
2246
2271
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
2247
2272
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2248
2273
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2249
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2250
2274
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2275
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2251
2276
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2252
2277
|
end)
|
|
2253
2278
|
|
|
@@ -2292,8 +2317,8 @@ module Aws::Mgn
|
|
|
2292
2317
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
2293
2318
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2294
2319
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2295
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2296
2320
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2321
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2297
2322
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2298
2323
|
end)
|
|
2299
2324
|
|
|
@@ -2339,8 +2364,8 @@ module Aws::Mgn
|
|
|
2339
2364
|
o.output = Shapes::ShapeRef.new(shape: LaunchConfigurationTemplate)
|
|
2340
2365
|
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
|
2341
2366
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2342
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2343
2367
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2368
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2344
2369
|
end)
|
|
2345
2370
|
|
|
2346
2371
|
api.add_operation(:update_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2351,8 +2376,8 @@ module Aws::Mgn
|
|
|
2351
2376
|
o.output = Shapes::ShapeRef.new(shape: ReplicationConfiguration)
|
|
2352
2377
|
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
|
2353
2378
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2354
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2355
2379
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2380
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2356
2381
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2357
2382
|
end)
|
|
2358
2383
|
|
|
@@ -2364,8 +2389,8 @@ module Aws::Mgn
|
|
|
2364
2389
|
o.output = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplate)
|
|
2365
2390
|
o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
|
|
2366
2391
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2367
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2368
2392
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2393
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2369
2394
|
end)
|
|
2370
2395
|
|
|
2371
2396
|
api.add_operation(:update_source_server, Seahorse::Model::Operation.new.tap do |o|
|