aws-sdk-sms 1.41.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -118,28 +118,6 @@ module Aws::SMS
118
118
 
119
119
  # Configuration for validating an application.
120
120
  #
121
- # @note When making an API call, you may pass AppValidationConfiguration
122
- # data as a hash:
123
- #
124
- # {
125
- # validation_id: "ValidationId",
126
- # name: "NonEmptyStringWithMaxLen255",
127
- # app_validation_strategy: "SSM", # accepts SSM
128
- # ssm_validation_parameters: {
129
- # source: {
130
- # s3_location: {
131
- # bucket: "S3BucketName",
132
- # key: "S3KeyName",
133
- # },
134
- # },
135
- # instance_id: "InstanceId",
136
- # script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
137
- # command: "Command",
138
- # execution_timeout_seconds: 1,
139
- # output_s3_bucket_name: "BucketName",
140
- # },
141
- # }
142
- #
143
121
  # @!attribute [rw] validation_id
144
122
  # The ID of the validation.
145
123
  # @return [String]
@@ -240,46 +218,6 @@ module Aws::SMS
240
218
  include Aws::Structure
241
219
  end
242
220
 
243
- # @note When making an API call, you may pass CreateAppRequest
244
- # data as a hash:
245
- #
246
- # {
247
- # name: "AppName",
248
- # description: "AppDescription",
249
- # role_name: "RoleName",
250
- # client_token: "ClientToken",
251
- # server_groups: [
252
- # {
253
- # server_group_id: "ServerGroupId",
254
- # name: "ServerGroupName",
255
- # server_list: [
256
- # {
257
- # server_id: "ServerId",
258
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
259
- # vm_server: {
260
- # vm_server_address: {
261
- # vm_manager_id: "VmManagerId",
262
- # vm_id: "VmId",
263
- # },
264
- # vm_name: "VmName",
265
- # vm_manager_name: "VmManagerName",
266
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
267
- # vm_path: "VmPath",
268
- # },
269
- # replication_job_id: "ReplicationJobId",
270
- # replication_job_terminated: false,
271
- # },
272
- # ],
273
- # },
274
- # ],
275
- # tags: [
276
- # {
277
- # key: "TagKey",
278
- # value: "TagValue",
279
- # },
280
- # ],
281
- # }
282
- #
283
221
  # @!attribute [rw] name
284
222
  # The name of the new application.
285
223
  # @return [String]
@@ -341,22 +279,6 @@ module Aws::SMS
341
279
  include Aws::Structure
342
280
  end
343
281
 
344
- # @note When making an API call, you may pass CreateReplicationJobRequest
345
- # data as a hash:
346
- #
347
- # {
348
- # server_id: "ServerId", # required
349
- # seed_replication_time: Time.now, # required
350
- # frequency: 1,
351
- # run_once: false,
352
- # license_type: "AWS", # accepts AWS, BYOL
353
- # role_name: "RoleName",
354
- # description: "Description",
355
- # number_of_recent_amis_to_keep: 1,
356
- # encrypted: false,
357
- # kms_key_id: "KmsKeyId",
358
- # }
359
- #
360
282
  # @!attribute [rw] server_id
361
283
  # The ID of the server.
362
284
  # @return [String]
@@ -441,13 +363,6 @@ module Aws::SMS
441
363
  include Aws::Structure
442
364
  end
443
365
 
444
- # @note When making an API call, you may pass DeleteAppLaunchConfigurationRequest
445
- # data as a hash:
446
- #
447
- # {
448
- # app_id: "AppId",
449
- # }
450
- #
451
366
  # @!attribute [rw] app_id
452
367
  # The ID of the application.
453
368
  # @return [String]
@@ -464,13 +379,6 @@ module Aws::SMS
464
379
  #
465
380
  class DeleteAppLaunchConfigurationResponse < Aws::EmptyStructure; end
466
381
 
467
- # @note When making an API call, you may pass DeleteAppReplicationConfigurationRequest
468
- # data as a hash:
469
- #
470
- # {
471
- # app_id: "AppId",
472
- # }
473
- #
474
382
  # @!attribute [rw] app_id
475
383
  # The ID of the application.
476
384
  # @return [String]
@@ -487,15 +395,6 @@ module Aws::SMS
487
395
  #
488
396
  class DeleteAppReplicationConfigurationResponse < Aws::EmptyStructure; end
489
397
 
490
- # @note When making an API call, you may pass DeleteAppRequest
491
- # data as a hash:
492
- #
493
- # {
494
- # app_id: "AppId",
495
- # force_stop_app_replication: false,
496
- # force_terminate_app: false,
497
- # }
498
- #
499
398
  # @!attribute [rw] app_id
500
399
  # The ID of the application.
501
400
  # @return [String]
@@ -524,13 +423,6 @@ module Aws::SMS
524
423
  #
525
424
  class DeleteAppResponse < Aws::EmptyStructure; end
526
425
 
527
- # @note When making an API call, you may pass DeleteAppValidationConfigurationRequest
528
- # data as a hash:
529
- #
530
- # {
531
- # app_id: "AppIdWithValidation", # required
532
- # }
533
- #
534
426
  # @!attribute [rw] app_id
535
427
  # The ID of the application.
536
428
  # @return [String]
@@ -547,13 +439,6 @@ module Aws::SMS
547
439
  #
548
440
  class DeleteAppValidationConfigurationResponse < Aws::EmptyStructure; end
549
441
 
550
- # @note When making an API call, you may pass DeleteReplicationJobRequest
551
- # data as a hash:
552
- #
553
- # {
554
- # replication_job_id: "ReplicationJobId", # required
555
- # }
556
- #
557
442
  # @!attribute [rw] replication_job_id
558
443
  # The ID of the replication job.
559
444
  # @return [String]
@@ -580,13 +465,6 @@ module Aws::SMS
580
465
  #
581
466
  class DeleteServerCatalogResponse < Aws::EmptyStructure; end
582
467
 
583
- # @note When making an API call, you may pass DisassociateConnectorRequest
584
- # data as a hash:
585
- #
586
- # {
587
- # connector_id: "ConnectorId", # required
588
- # }
589
- #
590
468
  # @!attribute [rw] connector_id
591
469
  # The ID of the connector.
592
470
  # @return [String]
@@ -617,14 +495,6 @@ module Aws::SMS
617
495
  include Aws::Structure
618
496
  end
619
497
 
620
- # @note When making an API call, you may pass GenerateChangeSetRequest
621
- # data as a hash:
622
- #
623
- # {
624
- # app_id: "AppId",
625
- # changeset_format: "JSON", # accepts JSON, YAML
626
- # }
627
- #
628
498
  # @!attribute [rw] app_id
629
499
  # The ID of the application associated with the change set.
630
500
  # @return [String]
@@ -654,14 +524,6 @@ module Aws::SMS
654
524
  include Aws::Structure
655
525
  end
656
526
 
657
- # @note When making an API call, you may pass GenerateTemplateRequest
658
- # data as a hash:
659
- #
660
- # {
661
- # app_id: "AppId",
662
- # template_format: "JSON", # accepts JSON, YAML
663
- # }
664
- #
665
527
  # @!attribute [rw] app_id
666
528
  # The ID of the application associated with the CloudFormation
667
529
  # template.
@@ -692,13 +554,6 @@ module Aws::SMS
692
554
  include Aws::Structure
693
555
  end
694
556
 
695
- # @note When making an API call, you may pass GetAppLaunchConfigurationRequest
696
- # data as a hash:
697
- #
698
- # {
699
- # app_id: "AppId",
700
- # }
701
- #
702
557
  # @!attribute [rw] app_id
703
558
  # The ID of the application.
704
559
  # @return [String]
@@ -740,13 +595,6 @@ module Aws::SMS
740
595
  include Aws::Structure
741
596
  end
742
597
 
743
- # @note When making an API call, you may pass GetAppReplicationConfigurationRequest
744
- # data as a hash:
745
- #
746
- # {
747
- # app_id: "AppId",
748
- # }
749
- #
750
598
  # @!attribute [rw] app_id
751
599
  # The ID of the application.
752
600
  # @return [String]
@@ -772,13 +620,6 @@ module Aws::SMS
772
620
  include Aws::Structure
773
621
  end
774
622
 
775
- # @note When making an API call, you may pass GetAppRequest
776
- # data as a hash:
777
- #
778
- # {
779
- # app_id: "AppId",
780
- # }
781
- #
782
623
  # @!attribute [rw] app_id
783
624
  # The ID of the application.
784
625
  # @return [String]
@@ -813,13 +654,6 @@ module Aws::SMS
813
654
  include Aws::Structure
814
655
  end
815
656
 
816
- # @note When making an API call, you may pass GetAppValidationConfigurationRequest
817
- # data as a hash:
818
- #
819
- # {
820
- # app_id: "AppIdWithValidation", # required
821
- # }
822
- #
823
657
  # @!attribute [rw] app_id
824
658
  # The ID of the application.
825
659
  # @return [String]
@@ -849,13 +683,6 @@ module Aws::SMS
849
683
  include Aws::Structure
850
684
  end
851
685
 
852
- # @note When making an API call, you may pass GetAppValidationOutputRequest
853
- # data as a hash:
854
- #
855
- # {
856
- # app_id: "AppIdWithValidation", # required
857
- # }
858
- #
859
686
  # @!attribute [rw] app_id
860
687
  # The ID of the application.
861
688
  # @return [String]
@@ -880,14 +707,6 @@ module Aws::SMS
880
707
  include Aws::Structure
881
708
  end
882
709
 
883
- # @note When making an API call, you may pass GetConnectorsRequest
884
- # data as a hash:
885
- #
886
- # {
887
- # next_token: "NextToken",
888
- # max_results: 1,
889
- # }
890
- #
891
710
  # @!attribute [rw] next_token
892
711
  # The token for the next set of results.
893
712
  # @return [String]
@@ -925,15 +744,6 @@ module Aws::SMS
925
744
  include Aws::Structure
926
745
  end
927
746
 
928
- # @note When making an API call, you may pass GetReplicationJobsRequest
929
- # data as a hash:
930
- #
931
- # {
932
- # replication_job_id: "ReplicationJobId",
933
- # next_token: "NextToken",
934
- # max_results: 1,
935
- # }
936
- #
937
747
  # @!attribute [rw] replication_job_id
938
748
  # The ID of the replication job.
939
749
  # @return [String]
@@ -976,15 +786,6 @@ module Aws::SMS
976
786
  include Aws::Structure
977
787
  end
978
788
 
979
- # @note When making an API call, you may pass GetReplicationRunsRequest
980
- # data as a hash:
981
- #
982
- # {
983
- # replication_job_id: "ReplicationJobId", # required
984
- # next_token: "NextToken",
985
- # max_results: 1,
986
- # }
987
- #
988
789
  # @!attribute [rw] replication_job_id
989
790
  # The ID of the replication job.
990
791
  # @return [String]
@@ -1032,20 +833,6 @@ module Aws::SMS
1032
833
  include Aws::Structure
1033
834
  end
1034
835
 
1035
- # @note When making an API call, you may pass GetServersRequest
1036
- # data as a hash:
1037
- #
1038
- # {
1039
- # next_token: "NextToken",
1040
- # max_results: 1,
1041
- # vm_server_address_list: [
1042
- # {
1043
- # vm_manager_id: "VmManagerId",
1044
- # vm_id: "VmId",
1045
- # },
1046
- # ],
1047
- # }
1048
- #
1049
836
  # @!attribute [rw] next_token
1050
837
  # The token for the next set of results.
1051
838
  # @return [String]
@@ -1098,13 +885,6 @@ module Aws::SMS
1098
885
  include Aws::Structure
1099
886
  end
1100
887
 
1101
- # @note When making an API call, you may pass ImportAppCatalogRequest
1102
- # data as a hash:
1103
- #
1104
- # {
1105
- # role_name: "RoleName",
1106
- # }
1107
- #
1108
888
  # @!attribute [rw] role_name
1109
889
  # The name of the service role. If you omit this parameter, we create
1110
890
  # a service-linked role for Migration Hub in your account. Otherwise,
@@ -1164,13 +944,6 @@ module Aws::SMS
1164
944
  include Aws::Structure
1165
945
  end
1166
946
 
1167
- # @note When making an API call, you may pass LaunchAppRequest
1168
- # data as a hash:
1169
- #
1170
- # {
1171
- # app_id: "AppId",
1172
- # }
1173
- #
1174
947
  # @!attribute [rw] app_id
1175
948
  # The ID of the application.
1176
949
  # @return [String]
@@ -1211,15 +984,6 @@ module Aws::SMS
1211
984
  include Aws::Structure
1212
985
  end
1213
986
 
1214
- # @note When making an API call, you may pass ListAppsRequest
1215
- # data as a hash:
1216
- #
1217
- # {
1218
- # app_ids: ["AppId"],
1219
- # next_token: "NextToken",
1220
- # max_results: 1,
1221
- # }
1222
- #
1223
987
  # @!attribute [rw] app_ids
1224
988
  # The unique application IDs.
1225
989
  # @return [Array<String>]
@@ -1290,15 +1054,6 @@ module Aws::SMS
1290
1054
 
1291
1055
  # Contains the status of validating an application.
1292
1056
  #
1293
- # @note When making an API call, you may pass NotificationContext
1294
- # data as a hash:
1295
- #
1296
- # {
1297
- # validation_id: "ValidationId",
1298
- # status: "READY_FOR_VALIDATION", # accepts READY_FOR_VALIDATION, PENDING, IN_PROGRESS, SUCCEEDED, FAILED
1299
- # status_message: "ValidationStatusMessage",
1300
- # }
1301
- #
1302
1057
  # @!attribute [rw] validation_id
1303
1058
  # The ID of the validation.
1304
1059
  # @return [String]
@@ -1321,18 +1076,6 @@ module Aws::SMS
1321
1076
  include Aws::Structure
1322
1077
  end
1323
1078
 
1324
- # @note When making an API call, you may pass NotifyAppValidationOutputRequest
1325
- # data as a hash:
1326
- #
1327
- # {
1328
- # app_id: "AppIdWithValidation", # required
1329
- # notification_context: {
1330
- # validation_id: "ValidationId",
1331
- # status: "READY_FOR_VALIDATION", # accepts READY_FOR_VALIDATION, PENDING, IN_PROGRESS, SUCCEEDED, FAILED
1332
- # status_message: "ValidationStatusMessage",
1333
- # },
1334
- # }
1335
- #
1336
1079
  # @!attribute [rw] app_id
1337
1080
  # The ID of the application.
1338
1081
  # @return [String]
@@ -1367,60 +1110,6 @@ module Aws::SMS
1367
1110
  include Aws::Structure
1368
1111
  end
1369
1112
 
1370
- # @note When making an API call, you may pass PutAppLaunchConfigurationRequest
1371
- # data as a hash:
1372
- #
1373
- # {
1374
- # app_id: "AppId",
1375
- # role_name: "RoleName",
1376
- # auto_launch: false,
1377
- # server_group_launch_configurations: [
1378
- # {
1379
- # server_group_id: "ServerGroupId",
1380
- # launch_order: 1,
1381
- # server_launch_configurations: [
1382
- # {
1383
- # server: {
1384
- # server_id: "ServerId",
1385
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
1386
- # vm_server: {
1387
- # vm_server_address: {
1388
- # vm_manager_id: "VmManagerId",
1389
- # vm_id: "VmId",
1390
- # },
1391
- # vm_name: "VmName",
1392
- # vm_manager_name: "VmManagerName",
1393
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
1394
- # vm_path: "VmPath",
1395
- # },
1396
- # replication_job_id: "ReplicationJobId",
1397
- # replication_job_terminated: false,
1398
- # },
1399
- # logical_id: "LogicalId",
1400
- # vpc: "VPC",
1401
- # subnet: "Subnet",
1402
- # security_group: "SecurityGroup",
1403
- # ec2_key_name: "EC2KeyName",
1404
- # user_data: {
1405
- # s3_location: {
1406
- # bucket: "S3BucketName",
1407
- # key: "S3KeyName",
1408
- # },
1409
- # },
1410
- # instance_type: "InstanceType",
1411
- # associate_public_ip_address: false,
1412
- # iam_instance_profile_name: "RoleName",
1413
- # configure_script: {
1414
- # bucket: "S3BucketName",
1415
- # key: "S3KeyName",
1416
- # },
1417
- # configure_script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
1418
- # },
1419
- # ],
1420
- # },
1421
- # ],
1422
- # }
1423
- #
1424
1113
  # @!attribute [rw] app_id
1425
1114
  # The ID of the application.
1426
1115
  # @return [String]
@@ -1455,47 +1144,6 @@ module Aws::SMS
1455
1144
  #
1456
1145
  class PutAppLaunchConfigurationResponse < Aws::EmptyStructure; end
1457
1146
 
1458
- # @note When making an API call, you may pass PutAppReplicationConfigurationRequest
1459
- # data as a hash:
1460
- #
1461
- # {
1462
- # app_id: "AppId",
1463
- # server_group_replication_configurations: [
1464
- # {
1465
- # server_group_id: "ServerGroupId",
1466
- # server_replication_configurations: [
1467
- # {
1468
- # server: {
1469
- # server_id: "ServerId",
1470
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
1471
- # vm_server: {
1472
- # vm_server_address: {
1473
- # vm_manager_id: "VmManagerId",
1474
- # vm_id: "VmId",
1475
- # },
1476
- # vm_name: "VmName",
1477
- # vm_manager_name: "VmManagerName",
1478
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
1479
- # vm_path: "VmPath",
1480
- # },
1481
- # replication_job_id: "ReplicationJobId",
1482
- # replication_job_terminated: false,
1483
- # },
1484
- # server_replication_parameters: {
1485
- # seed_time: Time.now,
1486
- # frequency: 1,
1487
- # run_once: false,
1488
- # license_type: "AWS", # accepts AWS, BYOL
1489
- # number_of_recent_amis_to_keep: 1,
1490
- # encrypted: false,
1491
- # kms_key_id: "KmsKeyId",
1492
- # },
1493
- # },
1494
- # ],
1495
- # },
1496
- # ],
1497
- # }
1498
- #
1499
1147
  # @!attribute [rw] app_id
1500
1148
  # The ID of the application.
1501
1149
  # @return [String]
@@ -1518,70 +1166,6 @@ module Aws::SMS
1518
1166
  #
1519
1167
  class PutAppReplicationConfigurationResponse < Aws::EmptyStructure; end
1520
1168
 
1521
- # @note When making an API call, you may pass PutAppValidationConfigurationRequest
1522
- # data as a hash:
1523
- #
1524
- # {
1525
- # app_id: "AppIdWithValidation", # required
1526
- # app_validation_configurations: [
1527
- # {
1528
- # validation_id: "ValidationId",
1529
- # name: "NonEmptyStringWithMaxLen255",
1530
- # app_validation_strategy: "SSM", # accepts SSM
1531
- # ssm_validation_parameters: {
1532
- # source: {
1533
- # s3_location: {
1534
- # bucket: "S3BucketName",
1535
- # key: "S3KeyName",
1536
- # },
1537
- # },
1538
- # instance_id: "InstanceId",
1539
- # script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
1540
- # command: "Command",
1541
- # execution_timeout_seconds: 1,
1542
- # output_s3_bucket_name: "BucketName",
1543
- # },
1544
- # },
1545
- # ],
1546
- # server_group_validation_configurations: [
1547
- # {
1548
- # server_group_id: "ServerGroupId",
1549
- # server_validation_configurations: [
1550
- # {
1551
- # server: {
1552
- # server_id: "ServerId",
1553
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
1554
- # vm_server: {
1555
- # vm_server_address: {
1556
- # vm_manager_id: "VmManagerId",
1557
- # vm_id: "VmId",
1558
- # },
1559
- # vm_name: "VmName",
1560
- # vm_manager_name: "VmManagerName",
1561
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
1562
- # vm_path: "VmPath",
1563
- # },
1564
- # replication_job_id: "ReplicationJobId",
1565
- # replication_job_terminated: false,
1566
- # },
1567
- # validation_id: "ValidationId",
1568
- # name: "NonEmptyStringWithMaxLen255",
1569
- # server_validation_strategy: "USERDATA", # accepts USERDATA
1570
- # user_data_validation_parameters: {
1571
- # source: {
1572
- # s3_location: {
1573
- # bucket: "S3BucketName",
1574
- # key: "S3KeyName",
1575
- # },
1576
- # },
1577
- # script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
1578
- # },
1579
- # },
1580
- # ],
1581
- # },
1582
- # ],
1583
- # }
1584
- #
1585
1169
  # @!attribute [rw] app_id
1586
1170
  # The ID of the application.
1587
1171
  # @return [String]
@@ -1860,14 +1444,6 @@ module Aws::SMS
1860
1444
 
1861
1445
  # Location of an Amazon S3 object.
1862
1446
  #
1863
- # @note When making an API call, you may pass S3Location
1864
- # data as a hash:
1865
- #
1866
- # {
1867
- # bucket: "S3BucketName",
1868
- # key: "S3KeyName",
1869
- # }
1870
- #
1871
1447
  # @!attribute [rw] bucket
1872
1448
  # The Amazon S3 bucket name.
1873
1449
  # @return [String]
@@ -1901,23 +1477,6 @@ module Aws::SMS
1901
1477
 
1902
1478
  # Contains validation parameters.
1903
1479
  #
1904
- # @note When making an API call, you may pass SSMValidationParameters
1905
- # data as a hash:
1906
- #
1907
- # {
1908
- # source: {
1909
- # s3_location: {
1910
- # bucket: "S3BucketName",
1911
- # key: "S3KeyName",
1912
- # },
1913
- # },
1914
- # instance_id: "InstanceId",
1915
- # script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
1916
- # command: "Command",
1917
- # execution_timeout_seconds: 1,
1918
- # output_s3_bucket_name: "BucketName",
1919
- # }
1920
- #
1921
1480
  # @!attribute [rw] source
1922
1481
  # The location of the validation script.
1923
1482
  # @return [Types::Source]
@@ -1958,26 +1517,6 @@ module Aws::SMS
1958
1517
 
1959
1518
  # Represents a server.
1960
1519
  #
1961
- # @note When making an API call, you may pass Server
1962
- # data as a hash:
1963
- #
1964
- # {
1965
- # server_id: "ServerId",
1966
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
1967
- # vm_server: {
1968
- # vm_server_address: {
1969
- # vm_manager_id: "VmManagerId",
1970
- # vm_id: "VmId",
1971
- # },
1972
- # vm_name: "VmName",
1973
- # vm_manager_name: "VmManagerName",
1974
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
1975
- # vm_path: "VmPath",
1976
- # },
1977
- # replication_job_id: "ReplicationJobId",
1978
- # replication_job_terminated: false,
1979
- # }
1980
- #
1981
1520
  # @!attribute [rw] server_id
1982
1521
  # The ID of the server.
1983
1522
  # @return [String]
@@ -2025,32 +1564,6 @@ module Aws::SMS
2025
1564
 
2026
1565
  # Logical grouping of servers.
2027
1566
  #
2028
- # @note When making an API call, you may pass ServerGroup
2029
- # data as a hash:
2030
- #
2031
- # {
2032
- # server_group_id: "ServerGroupId",
2033
- # name: "ServerGroupName",
2034
- # server_list: [
2035
- # {
2036
- # server_id: "ServerId",
2037
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
2038
- # vm_server: {
2039
- # vm_server_address: {
2040
- # vm_manager_id: "VmManagerId",
2041
- # vm_id: "VmId",
2042
- # },
2043
- # vm_name: "VmName",
2044
- # vm_manager_name: "VmManagerName",
2045
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
2046
- # vm_path: "VmPath",
2047
- # },
2048
- # replication_job_id: "ReplicationJobId",
2049
- # replication_job_terminated: false,
2050
- # },
2051
- # ],
2052
- # }
2053
- #
2054
1567
  # @!attribute [rw] server_group_id
2055
1568
  # The ID of a server group.
2056
1569
  # @return [String]
@@ -2075,53 +1588,6 @@ module Aws::SMS
2075
1588
 
2076
1589
  # Launch configuration for a server group.
2077
1590
  #
2078
- # @note When making an API call, you may pass ServerGroupLaunchConfiguration
2079
- # data as a hash:
2080
- #
2081
- # {
2082
- # server_group_id: "ServerGroupId",
2083
- # launch_order: 1,
2084
- # server_launch_configurations: [
2085
- # {
2086
- # server: {
2087
- # server_id: "ServerId",
2088
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
2089
- # vm_server: {
2090
- # vm_server_address: {
2091
- # vm_manager_id: "VmManagerId",
2092
- # vm_id: "VmId",
2093
- # },
2094
- # vm_name: "VmName",
2095
- # vm_manager_name: "VmManagerName",
2096
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
2097
- # vm_path: "VmPath",
2098
- # },
2099
- # replication_job_id: "ReplicationJobId",
2100
- # replication_job_terminated: false,
2101
- # },
2102
- # logical_id: "LogicalId",
2103
- # vpc: "VPC",
2104
- # subnet: "Subnet",
2105
- # security_group: "SecurityGroup",
2106
- # ec2_key_name: "EC2KeyName",
2107
- # user_data: {
2108
- # s3_location: {
2109
- # bucket: "S3BucketName",
2110
- # key: "S3KeyName",
2111
- # },
2112
- # },
2113
- # instance_type: "InstanceType",
2114
- # associate_public_ip_address: false,
2115
- # iam_instance_profile_name: "RoleName",
2116
- # configure_script: {
2117
- # bucket: "S3BucketName",
2118
- # key: "S3KeyName",
2119
- # },
2120
- # configure_script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
2121
- # },
2122
- # ],
2123
- # }
2124
- #
2125
1591
  # @!attribute [rw] server_group_id
2126
1592
  # The ID of the server group with which the launch configuration is
2127
1593
  # associated.
@@ -2147,42 +1613,6 @@ module Aws::SMS
2147
1613
 
2148
1614
  # Replication configuration for a server group.
2149
1615
  #
2150
- # @note When making an API call, you may pass ServerGroupReplicationConfiguration
2151
- # data as a hash:
2152
- #
2153
- # {
2154
- # server_group_id: "ServerGroupId",
2155
- # server_replication_configurations: [
2156
- # {
2157
- # server: {
2158
- # server_id: "ServerId",
2159
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
2160
- # vm_server: {
2161
- # vm_server_address: {
2162
- # vm_manager_id: "VmManagerId",
2163
- # vm_id: "VmId",
2164
- # },
2165
- # vm_name: "VmName",
2166
- # vm_manager_name: "VmManagerName",
2167
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
2168
- # vm_path: "VmPath",
2169
- # },
2170
- # replication_job_id: "ReplicationJobId",
2171
- # replication_job_terminated: false,
2172
- # },
2173
- # server_replication_parameters: {
2174
- # seed_time: Time.now,
2175
- # frequency: 1,
2176
- # run_once: false,
2177
- # license_type: "AWS", # accepts AWS, BYOL
2178
- # number_of_recent_amis_to_keep: 1,
2179
- # encrypted: false,
2180
- # kms_key_id: "KmsKeyId",
2181
- # },
2182
- # },
2183
- # ],
2184
- # }
2185
- #
2186
1616
  # @!attribute [rw] server_group_id
2187
1617
  # The ID of the server group with which this replication configuration
2188
1618
  # is associated.
@@ -2203,45 +1633,6 @@ module Aws::SMS
2203
1633
 
2204
1634
  # Configuration for validating an instance.
2205
1635
  #
2206
- # @note When making an API call, you may pass ServerGroupValidationConfiguration
2207
- # data as a hash:
2208
- #
2209
- # {
2210
- # server_group_id: "ServerGroupId",
2211
- # server_validation_configurations: [
2212
- # {
2213
- # server: {
2214
- # server_id: "ServerId",
2215
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
2216
- # vm_server: {
2217
- # vm_server_address: {
2218
- # vm_manager_id: "VmManagerId",
2219
- # vm_id: "VmId",
2220
- # },
2221
- # vm_name: "VmName",
2222
- # vm_manager_name: "VmManagerName",
2223
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
2224
- # vm_path: "VmPath",
2225
- # },
2226
- # replication_job_id: "ReplicationJobId",
2227
- # replication_job_terminated: false,
2228
- # },
2229
- # validation_id: "ValidationId",
2230
- # name: "NonEmptyStringWithMaxLen255",
2231
- # server_validation_strategy: "USERDATA", # accepts USERDATA
2232
- # user_data_validation_parameters: {
2233
- # source: {
2234
- # s3_location: {
2235
- # bucket: "S3BucketName",
2236
- # key: "S3KeyName",
2237
- # },
2238
- # },
2239
- # script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
2240
- # },
2241
- # },
2242
- # ],
2243
- # }
2244
- #
2245
1636
  # @!attribute [rw] server_group_id
2246
1637
  # The ID of the server group.
2247
1638
  # @return [String]
@@ -2261,47 +1652,6 @@ module Aws::SMS
2261
1652
 
2262
1653
  # Launch configuration for a server.
2263
1654
  #
2264
- # @note When making an API call, you may pass ServerLaunchConfiguration
2265
- # data as a hash:
2266
- #
2267
- # {
2268
- # server: {
2269
- # server_id: "ServerId",
2270
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
2271
- # vm_server: {
2272
- # vm_server_address: {
2273
- # vm_manager_id: "VmManagerId",
2274
- # vm_id: "VmId",
2275
- # },
2276
- # vm_name: "VmName",
2277
- # vm_manager_name: "VmManagerName",
2278
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
2279
- # vm_path: "VmPath",
2280
- # },
2281
- # replication_job_id: "ReplicationJobId",
2282
- # replication_job_terminated: false,
2283
- # },
2284
- # logical_id: "LogicalId",
2285
- # vpc: "VPC",
2286
- # subnet: "Subnet",
2287
- # security_group: "SecurityGroup",
2288
- # ec2_key_name: "EC2KeyName",
2289
- # user_data: {
2290
- # s3_location: {
2291
- # bucket: "S3BucketName",
2292
- # key: "S3KeyName",
2293
- # },
2294
- # },
2295
- # instance_type: "InstanceType",
2296
- # associate_public_ip_address: false,
2297
- # iam_instance_profile_name: "RoleName",
2298
- # configure_script: {
2299
- # bucket: "S3BucketName",
2300
- # key: "S3KeyName",
2301
- # },
2302
- # configure_script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
2303
- # }
2304
- #
2305
1655
  # @!attribute [rw] server
2306
1656
  # The ID of the server with which the launch configuration is
2307
1657
  # associated.
@@ -2375,37 +1725,6 @@ module Aws::SMS
2375
1725
 
2376
1726
  # Replication configuration of a server.
2377
1727
  #
2378
- # @note When making an API call, you may pass ServerReplicationConfiguration
2379
- # data as a hash:
2380
- #
2381
- # {
2382
- # server: {
2383
- # server_id: "ServerId",
2384
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
2385
- # vm_server: {
2386
- # vm_server_address: {
2387
- # vm_manager_id: "VmManagerId",
2388
- # vm_id: "VmId",
2389
- # },
2390
- # vm_name: "VmName",
2391
- # vm_manager_name: "VmManagerName",
2392
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
2393
- # vm_path: "VmPath",
2394
- # },
2395
- # replication_job_id: "ReplicationJobId",
2396
- # replication_job_terminated: false,
2397
- # },
2398
- # server_replication_parameters: {
2399
- # seed_time: Time.now,
2400
- # frequency: 1,
2401
- # run_once: false,
2402
- # license_type: "AWS", # accepts AWS, BYOL
2403
- # number_of_recent_amis_to_keep: 1,
2404
- # encrypted: false,
2405
- # kms_key_id: "KmsKeyId",
2406
- # },
2407
- # }
2408
- #
2409
1728
  # @!attribute [rw] server
2410
1729
  # The ID of the server with which this replication configuration is
2411
1730
  # associated.
@@ -2426,19 +1745,6 @@ module Aws::SMS
2426
1745
 
2427
1746
  # The replication parameters for replicating a server.
2428
1747
  #
2429
- # @note When making an API call, you may pass ServerReplicationParameters
2430
- # data as a hash:
2431
- #
2432
- # {
2433
- # seed_time: Time.now,
2434
- # frequency: 1,
2435
- # run_once: false,
2436
- # license_type: "AWS", # accepts AWS, BYOL
2437
- # number_of_recent_amis_to_keep: 1,
2438
- # encrypted: false,
2439
- # kms_key_id: "KmsKeyId",
2440
- # }
2441
- #
2442
1748
  # @!attribute [rw] seed_time
2443
1749
  # The seed time for creating a replication job for the server.
2444
1750
  # @return [Time]
@@ -2496,40 +1802,6 @@ module Aws::SMS
2496
1802
 
2497
1803
  # Configuration for validating an instance.
2498
1804
  #
2499
- # @note When making an API call, you may pass ServerValidationConfiguration
2500
- # data as a hash:
2501
- #
2502
- # {
2503
- # server: {
2504
- # server_id: "ServerId",
2505
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
2506
- # vm_server: {
2507
- # vm_server_address: {
2508
- # vm_manager_id: "VmManagerId",
2509
- # vm_id: "VmId",
2510
- # },
2511
- # vm_name: "VmName",
2512
- # vm_manager_name: "VmManagerName",
2513
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
2514
- # vm_path: "VmPath",
2515
- # },
2516
- # replication_job_id: "ReplicationJobId",
2517
- # replication_job_terminated: false,
2518
- # },
2519
- # validation_id: "ValidationId",
2520
- # name: "NonEmptyStringWithMaxLen255",
2521
- # server_validation_strategy: "USERDATA", # accepts USERDATA
2522
- # user_data_validation_parameters: {
2523
- # source: {
2524
- # s3_location: {
2525
- # bucket: "S3BucketName",
2526
- # key: "S3KeyName",
2527
- # },
2528
- # },
2529
- # script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
2530
- # },
2531
- # }
2532
- #
2533
1805
  # @!attribute [rw] server
2534
1806
  # Represents a server.
2535
1807
  # @return [Types::Server]
@@ -2578,16 +1850,6 @@ module Aws::SMS
2578
1850
 
2579
1851
  # Contains the location of a validation script.
2580
1852
  #
2581
- # @note When making an API call, you may pass Source
2582
- # data as a hash:
2583
- #
2584
- # {
2585
- # s3_location: {
2586
- # bucket: "S3BucketName",
2587
- # key: "S3KeyName",
2588
- # },
2589
- # }
2590
- #
2591
1853
  # @!attribute [rw] s3_location
2592
1854
  # Location of an Amazon S3 object.
2593
1855
  # @return [Types::S3Location]
@@ -2600,13 +1862,6 @@ module Aws::SMS
2600
1862
  include Aws::Structure
2601
1863
  end
2602
1864
 
2603
- # @note When making an API call, you may pass StartAppReplicationRequest
2604
- # data as a hash:
2605
- #
2606
- # {
2607
- # app_id: "AppId",
2608
- # }
2609
- #
2610
1865
  # @!attribute [rw] app_id
2611
1866
  # The ID of the application.
2612
1867
  # @return [String]
@@ -2623,14 +1878,6 @@ module Aws::SMS
2623
1878
  #
2624
1879
  class StartAppReplicationResponse < Aws::EmptyStructure; end
2625
1880
 
2626
- # @note When making an API call, you may pass StartOnDemandAppReplicationRequest
2627
- # data as a hash:
2628
- #
2629
- # {
2630
- # app_id: "AppId", # required
2631
- # description: "Description",
2632
- # }
2633
- #
2634
1881
  # @!attribute [rw] app_id
2635
1882
  # The ID of the application.
2636
1883
  # @return [String]
@@ -2652,14 +1899,6 @@ module Aws::SMS
2652
1899
  #
2653
1900
  class StartOnDemandAppReplicationResponse < Aws::EmptyStructure; end
2654
1901
 
2655
- # @note When making an API call, you may pass StartOnDemandReplicationRunRequest
2656
- # data as a hash:
2657
- #
2658
- # {
2659
- # replication_job_id: "ReplicationJobId", # required
2660
- # description: "Description",
2661
- # }
2662
- #
2663
1902
  # @!attribute [rw] replication_job_id
2664
1903
  # The ID of the replication job.
2665
1904
  # @return [String]
@@ -2689,13 +1928,6 @@ module Aws::SMS
2689
1928
  include Aws::Structure
2690
1929
  end
2691
1930
 
2692
- # @note When making an API call, you may pass StopAppReplicationRequest
2693
- # data as a hash:
2694
- #
2695
- # {
2696
- # app_id: "AppId",
2697
- # }
2698
- #
2699
1931
  # @!attribute [rw] app_id
2700
1932
  # The ID of the application.
2701
1933
  # @return [String]
@@ -2714,14 +1946,6 @@ module Aws::SMS
2714
1946
 
2715
1947
  # Key/value pair that can be assigned to an application.
2716
1948
  #
2717
- # @note When making an API call, you may pass Tag
2718
- # data as a hash:
2719
- #
2720
- # {
2721
- # key: "TagKey",
2722
- # value: "TagValue",
2723
- # }
2724
- #
2725
1949
  # @!attribute [rw] key
2726
1950
  # The tag key.
2727
1951
  # @return [String]
@@ -2745,13 +1969,6 @@ module Aws::SMS
2745
1969
  #
2746
1970
  class TemporarilyUnavailableException < Aws::EmptyStructure; end
2747
1971
 
2748
- # @note When making an API call, you may pass TerminateAppRequest
2749
- # data as a hash:
2750
- #
2751
- # {
2752
- # app_id: "AppId",
2753
- # }
2754
- #
2755
1972
  # @!attribute [rw] app_id
2756
1973
  # The ID of the application.
2757
1974
  # @return [String]
@@ -2782,46 +1999,6 @@ module Aws::SMS
2782
1999
  include Aws::Structure
2783
2000
  end
2784
2001
 
2785
- # @note When making an API call, you may pass UpdateAppRequest
2786
- # data as a hash:
2787
- #
2788
- # {
2789
- # app_id: "AppId",
2790
- # name: "AppName",
2791
- # description: "AppDescription",
2792
- # role_name: "RoleName",
2793
- # server_groups: [
2794
- # {
2795
- # server_group_id: "ServerGroupId",
2796
- # name: "ServerGroupName",
2797
- # server_list: [
2798
- # {
2799
- # server_id: "ServerId",
2800
- # server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
2801
- # vm_server: {
2802
- # vm_server_address: {
2803
- # vm_manager_id: "VmManagerId",
2804
- # vm_id: "VmId",
2805
- # },
2806
- # vm_name: "VmName",
2807
- # vm_manager_name: "VmManagerName",
2808
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
2809
- # vm_path: "VmPath",
2810
- # },
2811
- # replication_job_id: "ReplicationJobId",
2812
- # replication_job_terminated: false,
2813
- # },
2814
- # ],
2815
- # },
2816
- # ],
2817
- # tags: [
2818
- # {
2819
- # key: "TagKey",
2820
- # value: "TagValue",
2821
- # },
2822
- # ],
2823
- # }
2824
- #
2825
2002
  # @!attribute [rw] app_id
2826
2003
  # The ID of the application.
2827
2004
  # @return [String]
@@ -2882,21 +2059,6 @@ module Aws::SMS
2882
2059
  include Aws::Structure
2883
2060
  end
2884
2061
 
2885
- # @note When making an API call, you may pass UpdateReplicationJobRequest
2886
- # data as a hash:
2887
- #
2888
- # {
2889
- # replication_job_id: "ReplicationJobId", # required
2890
- # frequency: 1,
2891
- # next_replication_run_start_time: Time.now,
2892
- # license_type: "AWS", # accepts AWS, BYOL
2893
- # role_name: "RoleName",
2894
- # description: "Description",
2895
- # number_of_recent_amis_to_keep: 1,
2896
- # encrypted: false,
2897
- # kms_key_id: "KmsKeyId",
2898
- # }
2899
- #
2900
2062
  # @!attribute [rw] replication_job_id
2901
2063
  # The ID of the replication job.
2902
2064
  # @return [String]
@@ -2972,16 +2134,6 @@ module Aws::SMS
2972
2134
  # A script that runs on first launch of an Amazon EC2 instance. Used for
2973
2135
  # configuring the server during launch.
2974
2136
  #
2975
- # @note When making an API call, you may pass UserData
2976
- # data as a hash:
2977
- #
2978
- # {
2979
- # s3_location: {
2980
- # bucket: "S3BucketName",
2981
- # key: "S3KeyName",
2982
- # },
2983
- # }
2984
- #
2985
2137
  # @!attribute [rw] s3_location
2986
2138
  # Amazon S3 location of the user-data script.
2987
2139
  # @return [Types::S3Location]
@@ -2996,19 +2148,6 @@ module Aws::SMS
2996
2148
 
2997
2149
  # Contains validation parameters.
2998
2150
  #
2999
- # @note When making an API call, you may pass UserDataValidationParameters
3000
- # data as a hash:
3001
- #
3002
- # {
3003
- # source: {
3004
- # s3_location: {
3005
- # bucket: "S3BucketName",
3006
- # key: "S3KeyName",
3007
- # },
3008
- # },
3009
- # script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
3010
- # }
3011
- #
3012
2151
  # @!attribute [rw] source
3013
2152
  # The location of the validation script.
3014
2153
  # @return [Types::Source]
@@ -3072,20 +2211,6 @@ module Aws::SMS
3072
2211
 
3073
2212
  # Represents a VM server.
3074
2213
  #
3075
- # @note When making an API call, you may pass VmServer
3076
- # data as a hash:
3077
- #
3078
- # {
3079
- # vm_server_address: {
3080
- # vm_manager_id: "VmManagerId",
3081
- # vm_id: "VmId",
3082
- # },
3083
- # vm_name: "VmName",
3084
- # vm_manager_name: "VmManagerName",
3085
- # vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
3086
- # vm_path: "VmPath",
3087
- # }
3088
- #
3089
2214
  # @!attribute [rw] vm_server_address
3090
2215
  # The VM server location.
3091
2216
  # @return [Types::VmServerAddress]
@@ -3121,14 +2246,6 @@ module Aws::SMS
3121
2246
 
3122
2247
  # Represents a VM server location.
3123
2248
  #
3124
- # @note When making an API call, you may pass VmServerAddress
3125
- # data as a hash:
3126
- #
3127
- # {
3128
- # vm_manager_id: "VmManagerId",
3129
- # vm_id: "VmId",
3130
- # }
3131
- #
3132
2249
  # @!attribute [rw] vm_manager_id
3133
2250
  # The ID of the VM manager.
3134
2251
  # @return [String]