aws-sdk-mgn 1.16.0 → 1.17.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.
@@ -113,13 +113,6 @@ module Aws::Mgn
113
113
  include Aws::Structure
114
114
  end
115
115
 
116
- # @note When making an API call, you may pass ArchiveApplicationRequest
117
- # data as a hash:
118
- #
119
- # {
120
- # application_id: "ApplicationID", # required
121
- # }
122
- #
123
116
  # @!attribute [rw] application_id
124
117
  # Application ID.
125
118
  # @return [String]
@@ -132,13 +125,6 @@ module Aws::Mgn
132
125
  include Aws::Structure
133
126
  end
134
127
 
135
- # @note When making an API call, you may pass ArchiveWaveRequest
136
- # data as a hash:
137
- #
138
- # {
139
- # wave_id: "WaveID", # required
140
- # }
141
- #
142
128
  # @!attribute [rw] wave_id
143
129
  # Wave ID.
144
130
  # @return [String]
@@ -151,14 +137,6 @@ module Aws::Mgn
151
137
  include Aws::Structure
152
138
  end
153
139
 
154
- # @note When making an API call, you may pass AssociateApplicationsRequest
155
- # data as a hash:
156
- #
157
- # {
158
- # application_i_ds: ["ApplicationID"], # required
159
- # wave_id: "WaveID", # required
160
- # }
161
- #
162
140
  # @!attribute [rw] application_i_ds
163
141
  # Application IDs list.
164
142
  # @return [Array<String>]
@@ -180,14 +158,6 @@ module Aws::Mgn
180
158
  #
181
159
  class AssociateApplicationsResponse < Aws::EmptyStructure; end
182
160
 
183
- # @note When making an API call, you may pass AssociateSourceServersRequest
184
- # data as a hash:
185
- #
186
- # {
187
- # application_id: "ApplicationID", # required
188
- # source_server_i_ds: ["SourceServerID"], # required
189
- # }
190
- #
191
161
  # @!attribute [rw] application_id
192
162
  # Application ID.
193
163
  # @return [String]
@@ -228,16 +198,6 @@ module Aws::Mgn
228
198
  include Aws::Structure
229
199
  end
230
200
 
231
- # @note When making an API call, you may pass ChangeServerLifeCycleStateRequest
232
- # data as a hash:
233
- #
234
- # {
235
- # life_cycle: { # required
236
- # state: "READY_FOR_TEST", # required, accepts READY_FOR_TEST, READY_FOR_CUTOVER, CUTOVER
237
- # },
238
- # source_server_id: "SourceServerID", # required
239
- # }
240
- #
241
201
  # @!attribute [rw] life_cycle
242
202
  # The request to change the source server migration lifecycle state.
243
203
  # @return [Types::ChangeServerLifeCycleStateSourceServerLifecycle]
@@ -258,13 +218,6 @@ module Aws::Mgn
258
218
 
259
219
  # The request to change the source server migration lifecycle state.
260
220
  #
261
- # @note When making an API call, you may pass ChangeServerLifeCycleStateSourceServerLifecycle
262
- # data as a hash:
263
- #
264
- # {
265
- # state: "READY_FOR_TEST", # required, accepts READY_FOR_TEST, READY_FOR_CUTOVER, CUTOVER
266
- # }
267
- #
268
221
  # @!attribute [rw] state
269
222
  # The request to change the source server migration lifecycle state.
270
223
  # @return [String]
@@ -310,17 +263,6 @@ module Aws::Mgn
310
263
  include Aws::Structure
311
264
  end
312
265
 
313
- # @note When making an API call, you may pass CreateApplicationRequest
314
- # data as a hash:
315
- #
316
- # {
317
- # description: "ApplicationDescription",
318
- # name: "ApplicationName", # required
319
- # tags: {
320
- # "TagKey" => "TagValue",
321
- # },
322
- # }
323
- #
324
266
  # @!attribute [rw] description
325
267
  # Application description.
326
268
  # @return [String]
@@ -343,59 +285,6 @@ module Aws::Mgn
343
285
  include Aws::Structure
344
286
  end
345
287
 
346
- # @note When making an API call, you may pass CreateLaunchConfigurationTemplateRequest
347
- # data as a hash:
348
- #
349
- # {
350
- # associate_public_ip_address: false,
351
- # boot_mode: "LEGACY_BIOS", # accepts LEGACY_BIOS, UEFI
352
- # copy_private_ip: false,
353
- # copy_tags: false,
354
- # enable_map_auto_tagging: false,
355
- # large_volume_conf: {
356
- # iops: 1,
357
- # throughput: 1,
358
- # volume_type: "io1", # accepts io1, io2, gp3, gp2, st1, sc1, standard
359
- # },
360
- # launch_disposition: "STOPPED", # accepts STOPPED, STARTED
361
- # licensing: {
362
- # os_byol: false,
363
- # },
364
- # map_auto_tagging_mpe_id: "TagValue",
365
- # post_launch_actions: {
366
- # cloud_watch_log_group_name: "CloudWatchLogGroupName",
367
- # deployment: "TEST_AND_CUTOVER", # accepts TEST_AND_CUTOVER, CUTOVER_ONLY, TEST_ONLY
368
- # s3_log_bucket: "S3LogBucketName",
369
- # s3_output_key_prefix: "BoundedString",
370
- # ssm_documents: [
371
- # {
372
- # action_name: "BoundedString", # required
373
- # must_succeed_for_cutover: false,
374
- # parameters: {
375
- # "SsmDocumentParameterName" => [
376
- # {
377
- # parameter_name: "SsmParameterStoreParameterName", # required
378
- # parameter_type: "STRING", # required, accepts STRING
379
- # },
380
- # ],
381
- # },
382
- # ssm_document_name: "SsmDocumentName", # required
383
- # timeout_seconds: 1,
384
- # },
385
- # ],
386
- # },
387
- # small_volume_conf: {
388
- # iops: 1,
389
- # throughput: 1,
390
- # volume_type: "io1", # accepts io1, io2, gp3, gp2, st1, sc1, standard
391
- # },
392
- # small_volume_max_size: 1,
393
- # tags: {
394
- # "TagKey" => "TagValue",
395
- # },
396
- # target_instance_type_right_sizing_method: "NONE", # accepts NONE, BASIC
397
- # }
398
- #
399
288
  # @!attribute [rw] associate_public_ip_address
400
289
  # Associate public Ip address.
401
290
  # @return [Boolean]
@@ -474,29 +363,6 @@ module Aws::Mgn
474
363
  include Aws::Structure
475
364
  end
476
365
 
477
- # @note When making an API call, you may pass CreateReplicationConfigurationTemplateRequest
478
- # data as a hash:
479
- #
480
- # {
481
- # associate_default_security_group: false, # required
482
- # bandwidth_throttling: 1, # required
483
- # create_public_ip: false, # required
484
- # data_plane_routing: "PRIVATE_IP", # required, accepts PRIVATE_IP, PUBLIC_IP
485
- # default_large_staging_disk_type: "GP2", # required, accepts GP2, ST1, GP3
486
- # ebs_encryption: "DEFAULT", # required, accepts DEFAULT, CUSTOM
487
- # ebs_encryption_key_arn: "ARN",
488
- # replication_server_instance_type: "EC2InstanceType", # required
489
- # replication_servers_security_groups_i_ds: ["SecurityGroupID"], # required
490
- # staging_area_subnet_id: "SubnetID", # required
491
- # staging_area_tags: { # required
492
- # "TagKey" => "TagValue",
493
- # },
494
- # tags: {
495
- # "TagKey" => "TagValue",
496
- # },
497
- # use_dedicated_replication_server: false, # required
498
- # }
499
- #
500
366
  # @!attribute [rw] associate_default_security_group
501
367
  # Request to associate the default Application Migration Service
502
368
  # Security group with the Replication Settings template.
@@ -582,17 +448,6 @@ module Aws::Mgn
582
448
  include Aws::Structure
583
449
  end
584
450
 
585
- # @note When making an API call, you may pass CreateWaveRequest
586
- # data as a hash:
587
- #
588
- # {
589
- # description: "WaveDescription",
590
- # name: "WaveName", # required
591
- # tags: {
592
- # "TagKey" => "TagValue",
593
- # },
594
- # }
595
- #
596
451
  # @!attribute [rw] description
597
452
  # Wave description.
598
453
  # @return [String]
@@ -755,13 +610,6 @@ module Aws::Mgn
755
610
  include Aws::Structure
756
611
  end
757
612
 
758
- # @note When making an API call, you may pass DeleteApplicationRequest
759
- # data as a hash:
760
- #
761
- # {
762
- # application_id: "ApplicationID", # required
763
- # }
764
- #
765
613
  # @!attribute [rw] application_id
766
614
  # Application ID.
767
615
  # @return [String]
@@ -778,13 +626,6 @@ module Aws::Mgn
778
626
  #
779
627
  class DeleteApplicationResponse < Aws::EmptyStructure; end
780
628
 
781
- # @note When making an API call, you may pass DeleteJobRequest
782
- # data as a hash:
783
- #
784
- # {
785
- # job_id: "JobID", # required
786
- # }
787
- #
788
629
  # @!attribute [rw] job_id
789
630
  # Request to delete Job from service by Job ID.
790
631
  # @return [String]
@@ -801,13 +642,6 @@ module Aws::Mgn
801
642
  #
802
643
  class DeleteJobResponse < Aws::EmptyStructure; end
803
644
 
804
- # @note When making an API call, you may pass DeleteLaunchConfigurationTemplateRequest
805
- # data as a hash:
806
- #
807
- # {
808
- # launch_configuration_template_id: "LaunchConfigurationTemplateID", # required
809
- # }
810
- #
811
645
  # @!attribute [rw] launch_configuration_template_id
812
646
  # ID of resource to be deleted.
813
647
  # @return [String]
@@ -824,13 +658,6 @@ module Aws::Mgn
824
658
  #
825
659
  class DeleteLaunchConfigurationTemplateResponse < Aws::EmptyStructure; end
826
660
 
827
- # @note When making an API call, you may pass DeleteReplicationConfigurationTemplateRequest
828
- # data as a hash:
829
- #
830
- # {
831
- # replication_configuration_template_id: "ReplicationConfigurationTemplateID", # required
832
- # }
833
- #
834
661
  # @!attribute [rw] replication_configuration_template_id
835
662
  # Request to delete Replication Configuration Template from service by
836
663
  # Replication Configuration Template ID.
@@ -848,13 +675,6 @@ module Aws::Mgn
848
675
  #
849
676
  class DeleteReplicationConfigurationTemplateResponse < Aws::EmptyStructure; end
850
677
 
851
- # @note When making an API call, you may pass DeleteSourceServerRequest
852
- # data as a hash:
853
- #
854
- # {
855
- # source_server_id: "SourceServerID", # required
856
- # }
857
- #
858
678
  # @!attribute [rw] source_server_id
859
679
  # Request to delete Source Server from service by Server ID.
860
680
  # @return [String]
@@ -871,13 +691,6 @@ module Aws::Mgn
871
691
  #
872
692
  class DeleteSourceServerResponse < Aws::EmptyStructure; end
873
693
 
874
- # @note When making an API call, you may pass DeleteVcenterClientRequest
875
- # data as a hash:
876
- #
877
- # {
878
- # vcenter_client_id: "VcenterClientID", # required
879
- # }
880
- #
881
694
  # @!attribute [rw] vcenter_client_id
882
695
  # ID of resource to be deleted.
883
696
  # @return [String]
@@ -890,13 +703,6 @@ module Aws::Mgn
890
703
  include Aws::Structure
891
704
  end
892
705
 
893
- # @note When making an API call, you may pass DeleteWaveRequest
894
- # data as a hash:
895
- #
896
- # {
897
- # wave_id: "WaveID", # required
898
- # }
899
- #
900
706
  # @!attribute [rw] wave_id
901
707
  # Wave ID.
902
708
  # @return [String]
@@ -913,15 +719,6 @@ module Aws::Mgn
913
719
  #
914
720
  class DeleteWaveResponse < Aws::EmptyStructure; end
915
721
 
916
- # @note When making an API call, you may pass DescribeJobLogItemsRequest
917
- # data as a hash:
918
- #
919
- # {
920
- # job_id: "JobID", # required
921
- # max_results: 1,
922
- # next_token: "PaginationToken",
923
- # }
924
- #
925
722
  # @!attribute [rw] job_id
926
723
  # Request to describe Job log job ID.
927
724
  # @return [String]
@@ -961,19 +758,6 @@ module Aws::Mgn
961
758
  include Aws::Structure
962
759
  end
963
760
 
964
- # @note When making an API call, you may pass DescribeJobsRequest
965
- # data as a hash:
966
- #
967
- # {
968
- # filters: {
969
- # from_date: "ISO8601DatetimeString",
970
- # job_i_ds: ["JobID"],
971
- # to_date: "ISO8601DatetimeString",
972
- # },
973
- # max_results: 1,
974
- # next_token: "PaginationToken",
975
- # }
976
- #
977
761
  # @!attribute [rw] filters
978
762
  # Request to describe Job log filters.
979
763
  # @return [Types::DescribeJobsRequestFilters]
@@ -998,15 +782,6 @@ module Aws::Mgn
998
782
 
999
783
  # Request to describe Job log filters.
1000
784
  #
1001
- # @note When making an API call, you may pass DescribeJobsRequestFilters
1002
- # data as a hash:
1003
- #
1004
- # {
1005
- # from_date: "ISO8601DatetimeString",
1006
- # job_i_ds: ["JobID"],
1007
- # to_date: "ISO8601DatetimeString",
1008
- # }
1009
- #
1010
785
  # @!attribute [rw] from_date
1011
786
  # Request to describe Job log filters by date.
1012
787
  # @return [String]
@@ -1046,15 +821,6 @@ module Aws::Mgn
1046
821
  include Aws::Structure
1047
822
  end
1048
823
 
1049
- # @note When making an API call, you may pass DescribeLaunchConfigurationTemplatesRequest
1050
- # data as a hash:
1051
- #
1052
- # {
1053
- # launch_configuration_template_i_ds: ["LaunchConfigurationTemplateID"],
1054
- # max_results: 1,
1055
- # next_token: "PaginationToken",
1056
- # }
1057
- #
1058
824
  # @!attribute [rw] launch_configuration_template_i_ds
1059
825
  # Request to filter Launch Configuration Templates list by Launch
1060
826
  # Configuration Template ID.
@@ -1098,15 +864,6 @@ module Aws::Mgn
1098
864
  include Aws::Structure
1099
865
  end
1100
866
 
1101
- # @note When making an API call, you may pass DescribeReplicationConfigurationTemplatesRequest
1102
- # data as a hash:
1103
- #
1104
- # {
1105
- # max_results: 1,
1106
- # next_token: "PaginationToken",
1107
- # replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"],
1108
- # }
1109
- #
1110
867
  # @!attribute [rw] max_results
1111
868
  # Request to describe Replication Configuration template by max
1112
869
  # results.
@@ -1150,21 +907,6 @@ module Aws::Mgn
1150
907
  include Aws::Structure
1151
908
  end
1152
909
 
1153
- # @note When making an API call, you may pass DescribeSourceServersRequest
1154
- # data as a hash:
1155
- #
1156
- # {
1157
- # filters: {
1158
- # application_i_ds: ["ApplicationID"],
1159
- # is_archived: false,
1160
- # life_cycle_states: ["STOPPED"], # accepts STOPPED, NOT_READY, READY_FOR_TEST, TESTING, READY_FOR_CUTOVER, CUTTING_OVER, CUTOVER, DISCONNECTED, DISCOVERED
1161
- # replication_types: ["AGENT_BASED"], # accepts AGENT_BASED, SNAPSHOT_SHIPPING
1162
- # source_server_i_ds: ["SourceServerID"],
1163
- # },
1164
- # max_results: 1,
1165
- # next_token: "PaginationToken",
1166
- # }
1167
- #
1168
910
  # @!attribute [rw] filters
1169
911
  # Request to filter Source Servers list.
1170
912
  # @return [Types::DescribeSourceServersRequestFilters]
@@ -1189,17 +931,6 @@ module Aws::Mgn
1189
931
 
1190
932
  # Request to filter Source Servers list.
1191
933
  #
1192
- # @note When making an API call, you may pass DescribeSourceServersRequestFilters
1193
- # data as a hash:
1194
- #
1195
- # {
1196
- # application_i_ds: ["ApplicationID"],
1197
- # is_archived: false,
1198
- # life_cycle_states: ["STOPPED"], # accepts STOPPED, NOT_READY, READY_FOR_TEST, TESTING, READY_FOR_CUTOVER, CUTTING_OVER, CUTOVER, DISCONNECTED, DISCOVERED
1199
- # replication_types: ["AGENT_BASED"], # accepts AGENT_BASED, SNAPSHOT_SHIPPING
1200
- # source_server_i_ds: ["SourceServerID"],
1201
- # }
1202
- #
1203
934
  # @!attribute [rw] application_i_ds
1204
935
  # Request to filter Source Servers list by application IDs.
1205
936
  # @return [Array<String>]
@@ -1249,14 +980,6 @@ module Aws::Mgn
1249
980
  include Aws::Structure
1250
981
  end
1251
982
 
1252
- # @note When making an API call, you may pass DescribeVcenterClientsRequest
1253
- # data as a hash:
1254
- #
1255
- # {
1256
- # max_results: 1,
1257
- # next_token: "PaginationToken",
1258
- # }
1259
- #
1260
983
  # @!attribute [rw] max_results
1261
984
  # Maximum results to be returned in DescribeVcenterClients.
1262
985
  # @return [Integer]
@@ -1291,14 +1014,6 @@ module Aws::Mgn
1291
1014
  include Aws::Structure
1292
1015
  end
1293
1016
 
1294
- # @note When making an API call, you may pass DisassociateApplicationsRequest
1295
- # data as a hash:
1296
- #
1297
- # {
1298
- # application_i_ds: ["ApplicationID"], # required
1299
- # wave_id: "WaveID", # required
1300
- # }
1301
- #
1302
1017
  # @!attribute [rw] application_i_ds
1303
1018
  # Application IDs list.
1304
1019
  # @return [Array<String>]
@@ -1320,14 +1035,6 @@ module Aws::Mgn
1320
1035
  #
1321
1036
  class DisassociateApplicationsResponse < Aws::EmptyStructure; end
1322
1037
 
1323
- # @note When making an API call, you may pass DisassociateSourceServersRequest
1324
- # data as a hash:
1325
- #
1326
- # {
1327
- # application_id: "ApplicationID", # required
1328
- # source_server_i_ds: ["SourceServerID"], # required
1329
- # }
1330
- #
1331
1038
  # @!attribute [rw] application_id
1332
1039
  # Application ID.
1333
1040
  # @return [String]
@@ -1349,13 +1056,6 @@ module Aws::Mgn
1349
1056
  #
1350
1057
  class DisassociateSourceServersResponse < Aws::EmptyStructure; end
1351
1058
 
1352
- # @note When making an API call, you may pass DisconnectFromServiceRequest
1353
- # data as a hash:
1354
- #
1355
- # {
1356
- # source_server_id: "SourceServerID", # required
1357
- # }
1358
- #
1359
1059
  # @!attribute [rw] source_server_id
1360
1060
  # Request to disconnect Source Server from service by Server ID.
1361
1061
  # @return [String]
@@ -1416,13 +1116,6 @@ module Aws::Mgn
1416
1116
  include Aws::Structure
1417
1117
  end
1418
1118
 
1419
- # @note When making an API call, you may pass FinalizeCutoverRequest
1420
- # data as a hash:
1421
- #
1422
- # {
1423
- # source_server_id: "SourceServerID", # required
1424
- # }
1425
- #
1426
1119
  # @!attribute [rw] source_server_id
1427
1120
  # Request to finalize Cutover by Source Server ID.
1428
1121
  # @return [String]
@@ -1435,13 +1128,6 @@ module Aws::Mgn
1435
1128
  include Aws::Structure
1436
1129
  end
1437
1130
 
1438
- # @note When making an API call, you may pass GetLaunchConfigurationRequest
1439
- # data as a hash:
1440
- #
1441
- # {
1442
- # source_server_id: "SourceServerID", # required
1443
- # }
1444
- #
1445
1131
  # @!attribute [rw] source_server_id
1446
1132
  # Request to get Launch Configuration information by Source Server ID.
1447
1133
  # @return [String]
@@ -1454,13 +1140,6 @@ module Aws::Mgn
1454
1140
  include Aws::Structure
1455
1141
  end
1456
1142
 
1457
- # @note When making an API call, you may pass GetReplicationConfigurationRequest
1458
- # data as a hash:
1459
- #
1460
- # {
1461
- # source_server_id: "SourceServerID", # required
1462
- # }
1463
- #
1464
1143
  # @!attribute [rw] source_server_id
1465
1144
  # Request to get Replication Configuration by Source Server ID.
1466
1145
  # @return [String]
@@ -1842,15 +1521,6 @@ module Aws::Mgn
1842
1521
 
1843
1522
  # Launch template disk configuration.
1844
1523
  #
1845
- # @note When making an API call, you may pass LaunchTemplateDiskConf
1846
- # data as a hash:
1847
- #
1848
- # {
1849
- # iops: 1,
1850
- # throughput: 1,
1851
- # volume_type: "io1", # accepts io1, io2, gp3, gp2, st1, sc1, standard
1852
- # }
1853
- #
1854
1524
  # @!attribute [rw] iops
1855
1525
  # Launch template disk iops configuration.
1856
1526
  # @return [Integer]
@@ -1899,13 +1569,6 @@ module Aws::Mgn
1899
1569
 
1900
1570
  # Configure Licensing.
1901
1571
  #
1902
- # @note When making an API call, you may pass Licensing
1903
- # data as a hash:
1904
- #
1905
- # {
1906
- # os_byol: false,
1907
- # }
1908
- #
1909
1572
  # @!attribute [rw] os_byol
1910
1573
  # Configure BYOL OS licensing.
1911
1574
  # @return [Boolean]
@@ -2103,19 +1766,6 @@ module Aws::Mgn
2103
1766
  include Aws::Structure
2104
1767
  end
2105
1768
 
2106
- # @note When making an API call, you may pass ListApplicationsRequest
2107
- # data as a hash:
2108
- #
2109
- # {
2110
- # filters: {
2111
- # application_i_ds: ["ApplicationID"],
2112
- # is_archived: false,
2113
- # wave_i_ds: ["WaveID"],
2114
- # },
2115
- # max_results: 1,
2116
- # next_token: "PaginationToken",
2117
- # }
2118
- #
2119
1769
  # @!attribute [rw] filters
2120
1770
  # Applications list filters.
2121
1771
  # @return [Types::ListApplicationsRequestFilters]
@@ -2140,15 +1790,6 @@ module Aws::Mgn
2140
1790
 
2141
1791
  # Applications list filters.
2142
1792
  #
2143
- # @note When making an API call, you may pass ListApplicationsRequestFilters
2144
- # data as a hash:
2145
- #
2146
- # {
2147
- # application_i_ds: ["ApplicationID"],
2148
- # is_archived: false,
2149
- # wave_i_ds: ["WaveID"],
2150
- # }
2151
- #
2152
1793
  # @!attribute [rw] application_i_ds
2153
1794
  # Filter applications list by application ID.
2154
1795
  # @return [Array<String>]
@@ -2188,18 +1829,6 @@ module Aws::Mgn
2188
1829
  include Aws::Structure
2189
1830
  end
2190
1831
 
2191
- # @note When making an API call, you may pass ListSourceServerActionsRequest
2192
- # data as a hash:
2193
- #
2194
- # {
2195
- # filters: {
2196
- # action_i_ds: ["ActionID"],
2197
- # },
2198
- # max_results: 1,
2199
- # next_token: "PaginationToken",
2200
- # source_server_id: "SourceServerID", # required
2201
- # }
2202
- #
2203
1832
  # @!attribute [rw] filters
2204
1833
  # Filters to apply when listing source server post migration custom
2205
1834
  # actions.
@@ -2248,13 +1877,6 @@ module Aws::Mgn
2248
1877
  include Aws::Structure
2249
1878
  end
2250
1879
 
2251
- # @note When making an API call, you may pass ListTagsForResourceRequest
2252
- # data as a hash:
2253
- #
2254
- # {
2255
- # resource_arn: "ARN", # required
2256
- # }
2257
- #
2258
1880
  # @!attribute [rw] resource_arn
2259
1881
  # List tags for resource request by ARN.
2260
1882
  # @return [String]
@@ -2279,18 +1901,6 @@ module Aws::Mgn
2279
1901
  include Aws::Structure
2280
1902
  end
2281
1903
 
2282
- # @note When making an API call, you may pass ListTemplateActionsRequest
2283
- # data as a hash:
2284
- #
2285
- # {
2286
- # filters: {
2287
- # action_i_ds: ["ActionID"],
2288
- # },
2289
- # launch_configuration_template_id: "LaunchConfigurationTemplateID", # required
2290
- # max_results: 1,
2291
- # next_token: "PaginationToken",
2292
- # }
2293
- #
2294
1904
  # @!attribute [rw] filters
2295
1905
  # Filters to apply when listing template post migration custom
2296
1906
  # actions.
@@ -2339,18 +1949,6 @@ module Aws::Mgn
2339
1949
  include Aws::Structure
2340
1950
  end
2341
1951
 
2342
- # @note When making an API call, you may pass ListWavesRequest
2343
- # data as a hash:
2344
- #
2345
- # {
2346
- # filters: {
2347
- # is_archived: false,
2348
- # wave_i_ds: ["WaveID"],
2349
- # },
2350
- # max_results: 1,
2351
- # next_token: "PaginationToken",
2352
- # }
2353
- #
2354
1952
  # @!attribute [rw] filters
2355
1953
  # Waves list filters.
2356
1954
  # @return [Types::ListWavesRequestFilters]
@@ -2375,14 +1973,6 @@ module Aws::Mgn
2375
1973
 
2376
1974
  # Waves list filters.
2377
1975
  #
2378
- # @note When making an API call, you may pass ListWavesRequestFilters
2379
- # data as a hash:
2380
- #
2381
- # {
2382
- # is_archived: false,
2383
- # wave_i_ds: ["WaveID"],
2384
- # }
2385
- #
2386
1976
  # @!attribute [rw] is_archived
2387
1977
  # Filter waves list by archival status.
2388
1978
  # @return [Boolean]
@@ -2417,13 +2007,6 @@ module Aws::Mgn
2417
2007
  include Aws::Structure
2418
2008
  end
2419
2009
 
2420
- # @note When making an API call, you may pass MarkAsArchivedRequest
2421
- # data as a hash:
2422
- #
2423
- # {
2424
- # source_server_id: "SourceServerID", # required
2425
- # }
2426
- #
2427
2010
  # @!attribute [rw] source_server_id
2428
2011
  # Mark as archived by Source Server ID.
2429
2012
  # @return [String]
@@ -2505,32 +2088,6 @@ module Aws::Mgn
2505
2088
 
2506
2089
  # Post Launch Actions to executed on the Test or Cutover instance.
2507
2090
  #
2508
- # @note When making an API call, you may pass PostLaunchActions
2509
- # data as a hash:
2510
- #
2511
- # {
2512
- # cloud_watch_log_group_name: "CloudWatchLogGroupName",
2513
- # deployment: "TEST_AND_CUTOVER", # accepts TEST_AND_CUTOVER, CUTOVER_ONLY, TEST_ONLY
2514
- # s3_log_bucket: "S3LogBucketName",
2515
- # s3_output_key_prefix: "BoundedString",
2516
- # ssm_documents: [
2517
- # {
2518
- # action_name: "BoundedString", # required
2519
- # must_succeed_for_cutover: false,
2520
- # parameters: {
2521
- # "SsmDocumentParameterName" => [
2522
- # {
2523
- # parameter_name: "SsmParameterStoreParameterName", # required
2524
- # parameter_type: "STRING", # required, accepts STRING
2525
- # },
2526
- # ],
2527
- # },
2528
- # ssm_document_name: "SsmDocumentName", # required
2529
- # timeout_seconds: 1,
2530
- # },
2531
- # ],
2532
- # }
2533
- #
2534
2091
  # @!attribute [rw] cloud_watch_log_group_name
2535
2092
  # AWS Systems Manager Command's CloudWatch log group name.
2536
2093
  # @return [String]
@@ -2585,29 +2142,6 @@ module Aws::Mgn
2585
2142
  include Aws::Structure
2586
2143
  end
2587
2144
 
2588
- # @note When making an API call, you may pass PutSourceServerActionRequest
2589
- # data as a hash:
2590
- #
2591
- # {
2592
- # action_id: "ActionID", # required
2593
- # action_name: "ActionName", # required
2594
- # active: false,
2595
- # document_identifier: "BoundedString", # required
2596
- # document_version: "DocumentVersion",
2597
- # must_succeed_for_cutover: false,
2598
- # order: 1, # required
2599
- # parameters: {
2600
- # "SsmDocumentParameterName" => [
2601
- # {
2602
- # parameter_name: "SsmParameterStoreParameterName", # required
2603
- # parameter_type: "STRING", # required, accepts STRING
2604
- # },
2605
- # ],
2606
- # },
2607
- # source_server_id: "SourceServerID", # required
2608
- # timeout_seconds: 1,
2609
- # }
2610
- #
2611
2145
  # @!attribute [rw] action_id
2612
2146
  # Source server post migration custom action ID.
2613
2147
  # @return [String]
@@ -2665,30 +2199,6 @@ module Aws::Mgn
2665
2199
  include Aws::Structure
2666
2200
  end
2667
2201
 
2668
- # @note When making an API call, you may pass PutTemplateActionRequest
2669
- # data as a hash:
2670
- #
2671
- # {
2672
- # action_id: "ActionID", # required
2673
- # action_name: "BoundedString", # required
2674
- # active: false,
2675
- # document_identifier: "BoundedString", # required
2676
- # document_version: "DocumentVersion",
2677
- # launch_configuration_template_id: "LaunchConfigurationTemplateID", # required
2678
- # must_succeed_for_cutover: false,
2679
- # operating_system: "OperatingSystemString",
2680
- # order: 1, # required
2681
- # parameters: {
2682
- # "SsmDocumentParameterName" => [
2683
- # {
2684
- # parameter_name: "SsmParameterStoreParameterName", # required
2685
- # parameter_type: "STRING", # required, accepts STRING
2686
- # },
2687
- # ],
2688
- # },
2689
- # timeout_seconds: 1,
2690
- # }
2691
- #
2692
2202
  # @!attribute [rw] action_id
2693
2203
  # Template post migration custom action ID.
2694
2204
  # @return [String]
@@ -2752,14 +2262,6 @@ module Aws::Mgn
2752
2262
  include Aws::Structure
2753
2263
  end
2754
2264
 
2755
- # @note When making an API call, you may pass RemoveSourceServerActionRequest
2756
- # data as a hash:
2757
- #
2758
- # {
2759
- # action_id: "ActionID", # required
2760
- # source_server_id: "SourceServerID", # required
2761
- # }
2762
- #
2763
2265
  # @!attribute [rw] action_id
2764
2266
  # Source server post migration custom action ID to remove.
2765
2267
  # @return [String]
@@ -2781,14 +2283,6 @@ module Aws::Mgn
2781
2283
  #
2782
2284
  class RemoveSourceServerActionResponse < Aws::EmptyStructure; end
2783
2285
 
2784
- # @note When making an API call, you may pass RemoveTemplateActionRequest
2785
- # data as a hash:
2786
- #
2787
- # {
2788
- # action_id: "ActionID", # required
2789
- # launch_configuration_template_id: "LaunchConfigurationTemplateID", # required
2790
- # }
2791
- #
2792
2286
  # @!attribute [rw] action_id
2793
2287
  # Template post migration custom action ID to remove.
2794
2288
  # @return [String]
@@ -2896,17 +2390,6 @@ module Aws::Mgn
2896
2390
 
2897
2391
  # Replication Configuration replicated disk.
2898
2392
  #
2899
- # @note When making an API call, you may pass ReplicationConfigurationReplicatedDisk
2900
- # data as a hash:
2901
- #
2902
- # {
2903
- # device_name: "BoundedString",
2904
- # iops: 1,
2905
- # is_boot_disk: false,
2906
- # staging_disk_type: "AUTO", # accepts AUTO, GP2, IO1, SC1, ST1, STANDARD, GP3, IO2
2907
- # throughput: 1,
2908
- # }
2909
- #
2910
2393
  # @!attribute [rw] device_name
2911
2394
  # Replication Configuration replicated disk device name.
2912
2395
  # @return [String]
@@ -3050,13 +2533,6 @@ module Aws::Mgn
3050
2533
  include Aws::Structure
3051
2534
  end
3052
2535
 
3053
- # @note When making an API call, you may pass RetryDataReplicationRequest
3054
- # data as a hash:
3055
- #
3056
- # {
3057
- # source_server_id: "SourceServerID", # required
3058
- # }
3059
- #
3060
2536
  # @!attribute [rw] source_server_id
3061
2537
  # Retry data replication for Source Server ID.
3062
2538
  # @return [String]
@@ -3277,13 +2753,6 @@ module Aws::Mgn
3277
2753
 
3278
2754
  # Source server post migration custom action filters.
3279
2755
  #
3280
- # @note When making an API call, you may pass SourceServerActionsRequestFilters
3281
- # data as a hash:
3282
- #
3283
- # {
3284
- # action_i_ds: ["ActionID"],
3285
- # }
3286
- #
3287
2756
  # @!attribute [rw] action_i_ds
3288
2757
  # Action IDs to filter source server post migration custom actions by.
3289
2758
  # @return [Array<String>]
@@ -3298,24 +2767,6 @@ module Aws::Mgn
3298
2767
 
3299
2768
  # AWS Systems Manager Document.
3300
2769
  #
3301
- # @note When making an API call, you may pass SsmDocument
3302
- # data as a hash:
3303
- #
3304
- # {
3305
- # action_name: "BoundedString", # required
3306
- # must_succeed_for_cutover: false,
3307
- # parameters: {
3308
- # "SsmDocumentParameterName" => [
3309
- # {
3310
- # parameter_name: "SsmParameterStoreParameterName", # required
3311
- # parameter_type: "STRING", # required, accepts STRING
3312
- # },
3313
- # ],
3314
- # },
3315
- # ssm_document_name: "SsmDocumentName", # required
3316
- # timeout_seconds: 1,
3317
- # }
3318
- #
3319
2770
  # @!attribute [rw] action_name
3320
2771
  # User-friendly name for the AWS Systems Manager Document.
3321
2772
  # @return [String]
@@ -3350,14 +2801,6 @@ module Aws::Mgn
3350
2801
 
3351
2802
  # AWS Systems Manager Parameter Store parameter.
3352
2803
  #
3353
- # @note When making an API call, you may pass SsmParameterStoreParameter
3354
- # data as a hash:
3355
- #
3356
- # {
3357
- # parameter_name: "SsmParameterStoreParameterName", # required
3358
- # parameter_type: "STRING", # required, accepts STRING
3359
- # }
3360
- #
3361
2804
  # @!attribute [rw] parameter_name
3362
2805
  # AWS Systems Manager Parameter Store parameter name.
3363
2806
  # @return [String]
@@ -3375,16 +2818,6 @@ module Aws::Mgn
3375
2818
  include Aws::Structure
3376
2819
  end
3377
2820
 
3378
- # @note When making an API call, you may pass StartCutoverRequest
3379
- # data as a hash:
3380
- #
3381
- # {
3382
- # source_server_i_ds: ["SourceServerID"], # required
3383
- # tags: {
3384
- # "TagKey" => "TagValue",
3385
- # },
3386
- # }
3387
- #
3388
2821
  # @!attribute [rw] source_server_i_ds
3389
2822
  # Start Cutover by Source Server IDs.
3390
2823
  # @return [Array<String>]
@@ -3414,13 +2847,6 @@ module Aws::Mgn
3414
2847
  include Aws::Structure
3415
2848
  end
3416
2849
 
3417
- # @note When making an API call, you may pass StartReplicationRequest
3418
- # data as a hash:
3419
- #
3420
- # {
3421
- # source_server_id: "SourceServerID", # required
3422
- # }
3423
- #
3424
2850
  # @!attribute [rw] source_server_id
3425
2851
  # ID of source server on which to start replication.
3426
2852
  # @return [String]
@@ -3433,16 +2859,6 @@ module Aws::Mgn
3433
2859
  include Aws::Structure
3434
2860
  end
3435
2861
 
3436
- # @note When making an API call, you may pass StartTestRequest
3437
- # data as a hash:
3438
- #
3439
- # {
3440
- # source_server_i_ds: ["SourceServerID"], # required
3441
- # tags: {
3442
- # "TagKey" => "TagValue",
3443
- # },
3444
- # }
3445
- #
3446
2862
  # @!attribute [rw] source_server_i_ds
3447
2863
  # Start Test for Source Server IDs.
3448
2864
  # @return [Array<String>]
@@ -3472,16 +2888,6 @@ module Aws::Mgn
3472
2888
  include Aws::Structure
3473
2889
  end
3474
2890
 
3475
- # @note When making an API call, you may pass TagResourceRequest
3476
- # data as a hash:
3477
- #
3478
- # {
3479
- # resource_arn: "ARN", # required
3480
- # tags: { # required
3481
- # "TagKey" => "TagValue",
3482
- # },
3483
- # }
3484
- #
3485
2891
  # @!attribute [rw] resource_arn
3486
2892
  # Tag resource by ARN.
3487
2893
  # @return [String]
@@ -3559,13 +2965,6 @@ module Aws::Mgn
3559
2965
 
3560
2966
  # Template post migration custom action filters.
3561
2967
  #
3562
- # @note When making an API call, you may pass TemplateActionsRequestFilters
3563
- # data as a hash:
3564
- #
3565
- # {
3566
- # action_i_ds: ["ActionID"],
3567
- # }
3568
- #
3569
2968
  # @!attribute [rw] action_i_ds
3570
2969
  # Action IDs to filter template post migration custom actions by.
3571
2970
  # @return [Array<String>]
@@ -3578,16 +2977,6 @@ module Aws::Mgn
3578
2977
  include Aws::Structure
3579
2978
  end
3580
2979
 
3581
- # @note When making an API call, you may pass TerminateTargetInstancesRequest
3582
- # data as a hash:
3583
- #
3584
- # {
3585
- # source_server_i_ds: ["SourceServerID"], # required
3586
- # tags: {
3587
- # "TagKey" => "TagValue",
3588
- # },
3589
- # }
3590
- #
3591
2980
  # @!attribute [rw] source_server_i_ds
3592
2981
  # Terminate Target instance by Source Server IDs.
3593
2982
  # @return [Array<String>]
@@ -3645,13 +3034,6 @@ module Aws::Mgn
3645
3034
  include Aws::Structure
3646
3035
  end
3647
3036
 
3648
- # @note When making an API call, you may pass UnarchiveApplicationRequest
3649
- # data as a hash:
3650
- #
3651
- # {
3652
- # application_id: "ApplicationID", # required
3653
- # }
3654
- #
3655
3037
  # @!attribute [rw] application_id
3656
3038
  # Application ID.
3657
3039
  # @return [String]
@@ -3664,13 +3046,6 @@ module Aws::Mgn
3664
3046
  include Aws::Structure
3665
3047
  end
3666
3048
 
3667
- # @note When making an API call, you may pass UnarchiveWaveRequest
3668
- # data as a hash:
3669
- #
3670
- # {
3671
- # wave_id: "WaveID", # required
3672
- # }
3673
- #
3674
3049
  # @!attribute [rw] wave_id
3675
3050
  # Wave ID.
3676
3051
  # @return [String]
@@ -3700,14 +3075,6 @@ module Aws::Mgn
3700
3075
  include Aws::Structure
3701
3076
  end
3702
3077
 
3703
- # @note When making an API call, you may pass UntagResourceRequest
3704
- # data as a hash:
3705
- #
3706
- # {
3707
- # resource_arn: "ARN", # required
3708
- # tag_keys: ["TagKey"], # required
3709
- # }
3710
- #
3711
3078
  # @!attribute [rw] resource_arn
3712
3079
  # Untag resource by ARN.
3713
3080
  # @return [String]
@@ -3725,15 +3092,6 @@ module Aws::Mgn
3725
3092
  include Aws::Structure
3726
3093
  end
3727
3094
 
3728
- # @note When making an API call, you may pass UpdateApplicationRequest
3729
- # data as a hash:
3730
- #
3731
- # {
3732
- # application_id: "ApplicationID", # required
3733
- # description: "ApplicationDescription",
3734
- # name: "ApplicationName",
3735
- # }
3736
- #
3737
3095
  # @!attribute [rw] application_id
3738
3096
  # Application ID.
3739
3097
  # @return [String]
@@ -3756,46 +3114,6 @@ module Aws::Mgn
3756
3114
  include Aws::Structure
3757
3115
  end
3758
3116
 
3759
- # @note When making an API call, you may pass UpdateLaunchConfigurationRequest
3760
- # data as a hash:
3761
- #
3762
- # {
3763
- # boot_mode: "LEGACY_BIOS", # accepts LEGACY_BIOS, UEFI
3764
- # copy_private_ip: false,
3765
- # copy_tags: false,
3766
- # enable_map_auto_tagging: false,
3767
- # launch_disposition: "STOPPED", # accepts STOPPED, STARTED
3768
- # licensing: {
3769
- # os_byol: false,
3770
- # },
3771
- # map_auto_tagging_mpe_id: "TagValue",
3772
- # name: "SmallBoundedString",
3773
- # post_launch_actions: {
3774
- # cloud_watch_log_group_name: "CloudWatchLogGroupName",
3775
- # deployment: "TEST_AND_CUTOVER", # accepts TEST_AND_CUTOVER, CUTOVER_ONLY, TEST_ONLY
3776
- # s3_log_bucket: "S3LogBucketName",
3777
- # s3_output_key_prefix: "BoundedString",
3778
- # ssm_documents: [
3779
- # {
3780
- # action_name: "BoundedString", # required
3781
- # must_succeed_for_cutover: false,
3782
- # parameters: {
3783
- # "SsmDocumentParameterName" => [
3784
- # {
3785
- # parameter_name: "SsmParameterStoreParameterName", # required
3786
- # parameter_type: "STRING", # required, accepts STRING
3787
- # },
3788
- # ],
3789
- # },
3790
- # ssm_document_name: "SsmDocumentName", # required
3791
- # timeout_seconds: 1,
3792
- # },
3793
- # ],
3794
- # },
3795
- # source_server_id: "SourceServerID", # required
3796
- # target_instance_type_right_sizing_method: "NONE", # accepts NONE, BASIC
3797
- # }
3798
- #
3799
3117
  # @!attribute [rw] boot_mode
3800
3118
  # Update Launch configuration boot mode request.
3801
3119
  # @return [String]
@@ -3858,57 +3176,6 @@ module Aws::Mgn
3858
3176
  include Aws::Structure
3859
3177
  end
3860
3178
 
3861
- # @note When making an API call, you may pass UpdateLaunchConfigurationTemplateRequest
3862
- # data as a hash:
3863
- #
3864
- # {
3865
- # associate_public_ip_address: false,
3866
- # boot_mode: "LEGACY_BIOS", # accepts LEGACY_BIOS, UEFI
3867
- # copy_private_ip: false,
3868
- # copy_tags: false,
3869
- # enable_map_auto_tagging: false,
3870
- # large_volume_conf: {
3871
- # iops: 1,
3872
- # throughput: 1,
3873
- # volume_type: "io1", # accepts io1, io2, gp3, gp2, st1, sc1, standard
3874
- # },
3875
- # launch_configuration_template_id: "LaunchConfigurationTemplateID", # required
3876
- # launch_disposition: "STOPPED", # accepts STOPPED, STARTED
3877
- # licensing: {
3878
- # os_byol: false,
3879
- # },
3880
- # map_auto_tagging_mpe_id: "TagValue",
3881
- # post_launch_actions: {
3882
- # cloud_watch_log_group_name: "CloudWatchLogGroupName",
3883
- # deployment: "TEST_AND_CUTOVER", # accepts TEST_AND_CUTOVER, CUTOVER_ONLY, TEST_ONLY
3884
- # s3_log_bucket: "S3LogBucketName",
3885
- # s3_output_key_prefix: "BoundedString",
3886
- # ssm_documents: [
3887
- # {
3888
- # action_name: "BoundedString", # required
3889
- # must_succeed_for_cutover: false,
3890
- # parameters: {
3891
- # "SsmDocumentParameterName" => [
3892
- # {
3893
- # parameter_name: "SsmParameterStoreParameterName", # required
3894
- # parameter_type: "STRING", # required, accepts STRING
3895
- # },
3896
- # ],
3897
- # },
3898
- # ssm_document_name: "SsmDocumentName", # required
3899
- # timeout_seconds: 1,
3900
- # },
3901
- # ],
3902
- # },
3903
- # small_volume_conf: {
3904
- # iops: 1,
3905
- # throughput: 1,
3906
- # volume_type: "io1", # accepts io1, io2, gp3, gp2, st1, sc1, standard
3907
- # },
3908
- # small_volume_max_size: 1,
3909
- # target_instance_type_right_sizing_method: "NONE", # accepts NONE, BASIC
3910
- # }
3911
- #
3912
3179
  # @!attribute [rw] associate_public_ip_address
3913
3180
  # Associate public Ip address.
3914
3181
  # @return [Boolean]
@@ -3986,37 +3253,6 @@ module Aws::Mgn
3986
3253
  include Aws::Structure
3987
3254
  end
3988
3255
 
3989
- # @note When making an API call, you may pass UpdateReplicationConfigurationRequest
3990
- # data as a hash:
3991
- #
3992
- # {
3993
- # associate_default_security_group: false,
3994
- # bandwidth_throttling: 1,
3995
- # create_public_ip: false,
3996
- # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
3997
- # default_large_staging_disk_type: "GP2", # accepts GP2, ST1, GP3
3998
- # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
3999
- # ebs_encryption_key_arn: "ARN",
4000
- # name: "SmallBoundedString",
4001
- # replicated_disks: [
4002
- # {
4003
- # device_name: "BoundedString",
4004
- # iops: 1,
4005
- # is_boot_disk: false,
4006
- # staging_disk_type: "AUTO", # accepts AUTO, GP2, IO1, SC1, ST1, STANDARD, GP3, IO2
4007
- # throughput: 1,
4008
- # },
4009
- # ],
4010
- # replication_server_instance_type: "EC2InstanceType",
4011
- # replication_servers_security_groups_i_ds: ["SecurityGroupID"],
4012
- # source_server_id: "SourceServerID", # required
4013
- # staging_area_subnet_id: "SubnetID",
4014
- # staging_area_tags: {
4015
- # "TagKey" => "TagValue",
4016
- # },
4017
- # use_dedicated_replication_server: false,
4018
- # }
4019
- #
4020
3256
  # @!attribute [rw] associate_default_security_group
4021
3257
  # Update replication configuration associate default Application
4022
3258
  # Migration Service Security group request.
@@ -4104,28 +3340,6 @@ module Aws::Mgn
4104
3340
  include Aws::Structure
4105
3341
  end
4106
3342
 
4107
- # @note When making an API call, you may pass UpdateReplicationConfigurationTemplateRequest
4108
- # data as a hash:
4109
- #
4110
- # {
4111
- # arn: "ARN",
4112
- # associate_default_security_group: false,
4113
- # bandwidth_throttling: 1,
4114
- # create_public_ip: false,
4115
- # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
4116
- # default_large_staging_disk_type: "GP2", # accepts GP2, ST1, GP3
4117
- # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
4118
- # ebs_encryption_key_arn: "ARN",
4119
- # replication_configuration_template_id: "ReplicationConfigurationTemplateID", # required
4120
- # replication_server_instance_type: "EC2InstanceType",
4121
- # replication_servers_security_groups_i_ds: ["SecurityGroupID"],
4122
- # staging_area_subnet_id: "SubnetID",
4123
- # staging_area_tags: {
4124
- # "TagKey" => "TagValue",
4125
- # },
4126
- # use_dedicated_replication_server: false,
4127
- # }
4128
- #
4129
3343
  # @!attribute [rw] arn
4130
3344
  # Update replication configuration template ARN request.
4131
3345
  # @return [String]
@@ -4212,14 +3426,6 @@ module Aws::Mgn
4212
3426
  include Aws::Structure
4213
3427
  end
4214
3428
 
4215
- # @note When making an API call, you may pass UpdateSourceServerReplicationTypeRequest
4216
- # data as a hash:
4217
- #
4218
- # {
4219
- # replication_type: "AGENT_BASED", # required, accepts AGENT_BASED, SNAPSHOT_SHIPPING
4220
- # source_server_id: "SourceServerID", # required
4221
- # }
4222
- #
4223
3429
  # @!attribute [rw] replication_type
4224
3430
  # Replication type to which to update source server.
4225
3431
  # @return [String]
@@ -4237,15 +3443,6 @@ module Aws::Mgn
4237
3443
  include Aws::Structure
4238
3444
  end
4239
3445
 
4240
- # @note When making an API call, you may pass UpdateWaveRequest
4241
- # data as a hash:
4242
- #
4243
- # {
4244
- # description: "WaveDescription",
4245
- # name: "WaveName",
4246
- # wave_id: "WaveID", # required
4247
- # }
4248
- #
4249
3446
  # @!attribute [rw] description
4250
3447
  # Wave description.
4251
3448
  # @return [String]