aws-sdk-mgn 1.10.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06fb488697ec8ab610b241482fae831aaa292b4360809b8d920234a18c155460
4
- data.tar.gz: 5fb844332e4ad45b1fc2f8de6e5dd21fdf56330f2cd5e2d9222d4a95a0654010
3
+ metadata.gz: b89e9e191cedb459451a0a10034a38ae3e4d3da9937a6ddbddd0fc94e5666c50
4
+ data.tar.gz: 7e27e1eef201d7a482b64b2fb764f24f88c45b6826f737dffff86accdc5701f4
5
5
  SHA512:
6
- metadata.gz: b14e66fb9090659b4ceb349cc6d22559481f3ce368c65d4f19c6a5a480d18aa3ec52acde929ca958ead8d1f0d569233e6e4d6599b8772714ece6d4911ae6e793
7
- data.tar.gz: 1c02d1e671ca8a5366602a331040f266bc95ae131de684b41caf7d665434754baa1f40dad175fef0909851a8ad3ade38b902639cc9f33463c71938a5c402733f
6
+ metadata.gz: edbabb4e1303f18592b3deff9fef10f0b2f536e157403ee8c8264d52f60b4ea575b5a66347a6fc6b6ba3069bc23de7908dbcc1c64aeed687bd6de92ffc9dec05
7
+ data.tar.gz: aa3cde7914d6692fe7a5bb0213c537cc7d4538e28d073bcd79240dbe73bea5a19a324f8e07738c4c8f7f798a8555a4d8a49679f1c1b10d6ab61029da6aefe08a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2022-04-20)
5
+ ------------------
6
+
7
+ * Feature - Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException
8
+
9
+ 1.12.0 (2022-03-01)
10
+ ------------------
11
+
12
+ * Feature - Add support for GP3 and IO2 volume types. Add bootMode to LaunchConfiguration object (and as a parameter to UpdateLaunchConfigurationRequest).
13
+
14
+ 1.11.0 (2022-02-24)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.10.0 (2022-02-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.13.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::Mgn
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -474,15 +476,15 @@ module Aws::Mgn
474
476
  # template creation.
475
477
  #
476
478
  # @option params [required, String] :default_large_staging_disk_type
477
- # Request to configure the Staging Disk EBS volume type to "gp2"
479
+ # Request to configure the default large staging disk EBS volume type
478
480
  # during Replication Settings template creation.
479
481
  #
480
482
  # @option params [required, String] :ebs_encryption
481
- # Request to configure EBS enryption during Replication Settings
483
+ # Request to configure EBS encryption during Replication Settings
482
484
  # template creation.
483
485
  #
484
486
  # @option params [String] :ebs_encryption_key_arn
485
- # Request to configure an EBS enryption key during Replication Settings
487
+ # Request to configure an EBS encryption key during Replication Settings
486
488
  # template creation.
487
489
  #
488
490
  # @option params [required, String] :replication_server_instance_type
@@ -490,7 +492,7 @@ module Aws::Mgn
490
492
  # Replication Settings template creation.
491
493
  #
492
494
  # @option params [required, Array<String>] :replication_servers_security_groups_i_ds
493
- # Request to configure the Replication Server Secuirity group ID during
495
+ # Request to configure the Replication Server Security group ID during
494
496
  # Replication Settings template creation.
495
497
  #
496
498
  # @option params [required, String] :staging_area_subnet_id
@@ -498,7 +500,7 @@ module Aws::Mgn
498
500
  # Settings template creation.
499
501
  #
500
502
  # @option params [required, Hash<String,String>] :staging_area_tags
501
- # Request to configure Staiging Area tags during Replication Settings
503
+ # Request to configure Staging Area tags during Replication Settings
502
504
  # template creation.
503
505
  #
504
506
  # @option params [Hash<String,String>] :tags
@@ -534,7 +536,7 @@ module Aws::Mgn
534
536
  # bandwidth_throttling: 1, # required
535
537
  # create_public_ip: false, # required
536
538
  # data_plane_routing: "PRIVATE_IP", # required, accepts PRIVATE_IP, PUBLIC_IP
537
- # default_large_staging_disk_type: "GP2", # required, accepts GP2, ST1
539
+ # default_large_staging_disk_type: "GP2", # required, accepts GP2, ST1, GP3
538
540
  # ebs_encryption: "DEFAULT", # required, accepts DEFAULT, CUSTOM
539
541
  # ebs_encryption_key_arn: "ARN",
540
542
  # replication_server_instance_type: "EC2InstanceType", # required
@@ -556,7 +558,7 @@ module Aws::Mgn
556
558
  # resp.bandwidth_throttling #=> Integer
557
559
  # resp.create_public_ip #=> Boolean
558
560
  # resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
559
- # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1"
561
+ # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1", "GP3"
560
562
  # resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
561
563
  # resp.ebs_encryption_key_arn #=> String
562
564
  # resp.replication_configuration_template_id #=> String
@@ -646,7 +648,7 @@ module Aws::Mgn
646
648
  req.send_request(options)
647
649
  end
648
650
 
649
- # Deletes a single vCenter client by ID.
651
+ # Deletes a given vCenter client by ID.
650
652
  #
651
653
  # @option params [required, String] :vcenter_client_id
652
654
  # ID of resource to be deleted.
@@ -668,7 +670,7 @@ module Aws::Mgn
668
670
  req.send_request(options)
669
671
  end
670
672
 
671
- # Retrieves detailed Job log with paging.
673
+ # Retrieves detailed job log items with paging.
672
674
  #
673
675
  # @option params [required, String] :job_id
674
676
  # Request to describe Job log job ID.
@@ -716,20 +718,20 @@ module Aws::Mgn
716
718
 
717
719
  # Returns a list of Jobs. Use the JobsID and fromDate and toData filters
718
720
  # to limit which jobs are returned. The response is sorted by
719
- # creationDataTime - latest date first. Jobs are normaly created by the
721
+ # creationDataTime - latest date first. Jobs are normally created by the
720
722
  # StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are
721
723
  # also created by DiagnosticLaunch and TerminateDiagnosticInstances,
722
724
  # which are APIs available only to *Support* and only used in response
723
725
  # to relevant support tickets.
724
726
  #
725
- # @option params [required, Types::DescribeJobsRequestFilters] :filters
727
+ # @option params [Types::DescribeJobsRequestFilters] :filters
726
728
  # Request to describe Job log filters.
727
729
  #
728
730
  # @option params [Integer] :max_results
729
- # Request to describe Job log by max results.
731
+ # Request to describe job log items by max results.
730
732
  #
731
733
  # @option params [String] :next_token
732
- # Request to describe Job logby next token.
734
+ # Request to describe job log items by next token.
733
735
  #
734
736
  # @return [Types::DescribeJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
735
737
  #
@@ -741,7 +743,7 @@ module Aws::Mgn
741
743
  # @example Request syntax with placeholder values
742
744
  #
743
745
  # resp = client.describe_jobs({
744
- # filters: { # required
746
+ # filters: {
745
747
  # from_date: "ISO8601DatetimeString",
746
748
  # job_i_ds: ["JobID"],
747
749
  # to_date: "ISO8601DatetimeString",
@@ -785,7 +787,7 @@ module Aws::Mgn
785
787
  # @option params [String] :next_token
786
788
  # Request to describe Replication Configuration template by next token.
787
789
  #
788
- # @option params [required, Array<String>] :replication_configuration_template_i_ds
790
+ # @option params [Array<String>] :replication_configuration_template_i_ds
789
791
  # Request to describe Replication Configuration template by template
790
792
  # IDs.
791
793
  #
@@ -801,7 +803,7 @@ module Aws::Mgn
801
803
  # resp = client.describe_replication_configuration_templates({
802
804
  # max_results: 1,
803
805
  # next_token: "PaginationToken",
804
- # replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"], # required
806
+ # replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"],
805
807
  # })
806
808
  #
807
809
  # @example Response structure
@@ -812,7 +814,7 @@ module Aws::Mgn
812
814
  # resp.items[0].bandwidth_throttling #=> Integer
813
815
  # resp.items[0].create_public_ip #=> Boolean
814
816
  # resp.items[0].data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
815
- # resp.items[0].default_large_staging_disk_type #=> String, one of "GP2", "ST1"
817
+ # resp.items[0].default_large_staging_disk_type #=> String, one of "GP2", "ST1", "GP3"
816
818
  # resp.items[0].ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
817
819
  # resp.items[0].ebs_encryption_key_arn #=> String
818
820
  # resp.items[0].replication_configuration_template_id #=> String
@@ -838,7 +840,7 @@ module Aws::Mgn
838
840
 
839
841
  # Retrieves all SourceServers or multiple SourceServers by ID.
840
842
  #
841
- # @option params [required, Types::DescribeSourceServersRequestFilters] :filters
843
+ # @option params [Types::DescribeSourceServersRequestFilters] :filters
842
844
  # Request to filter Source Servers list.
843
845
  #
844
846
  # @option params [Integer] :max_results
@@ -857,7 +859,7 @@ module Aws::Mgn
857
859
  # @example Request syntax with placeholder values
858
860
  #
859
861
  # resp = client.describe_source_servers({
860
- # filters: { # required
862
+ # filters: {
861
863
  # is_archived: false,
862
864
  # life_cycle_states: ["STOPPED"], # accepts STOPPED, NOT_READY, READY_FOR_TEST, TESTING, READY_FOR_CUTOVER, CUTTING_OVER, CUTOVER, DISCONNECTED, DISCOVERED
863
865
  # replication_types: ["AGENT_BASED"], # accepts AGENT_BASED, SNAPSHOT_SHIPPING
@@ -941,7 +943,7 @@ module Aws::Mgn
941
943
  req.send_request(options)
942
944
  end
943
945
 
944
- # Lists all vCenter clients.
946
+ # Returns a list of the installed vCenter clients.
945
947
  #
946
948
  # @option params [Integer] :max_results
947
949
  # Maximum results to be returned in DescribeVcenterClients.
@@ -993,14 +995,14 @@ module Aws::Mgn
993
995
  # of these source servers will be terminated / deleted within 90
994
996
  # minutes. Launched Test or Cutover instances will NOT be terminated. If
995
997
  # the agent on the source server has not been prevented from
996
- # communciating with the Application Migration Service service, then it
998
+ # communicating with the Application Migration Service service, then it
997
999
  # will receive a command to uninstall itself (within approximately 10
998
1000
  # minutes). The following properties of the SourceServer will be changed
999
1001
  # immediately: dataReplicationInfo.dataReplicationState will be set to
1000
1002
  # DISCONNECTED; The totalStorageBytes property for each of
1001
1003
  # dataReplicationInfo.replicatedDisks will be set to zero;
1002
- # dataReplicationInfo.lagDuration and
1003
- # dataReplicationInfo.lagDurationwill be nullified.
1004
+ # dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration
1005
+ # will be nullified.
1004
1006
  #
1005
1007
  # @option params [required, String] :source_server_id
1006
1008
  # Request to disconnect Source Server from service by Server ID.
@@ -1103,15 +1105,15 @@ module Aws::Mgn
1103
1105
  # terminated. The AWS Replication Agent will receive a command to
1104
1106
  # uninstall itself (within 10 minutes). The following properties of the
1105
1107
  # SourceServer will be changed immediately:
1106
- # dataReplicationInfo.dataReplicationState will be to DISCONNECTED; The
1107
- # SourceServer.lifeCycle.state will be changed to CUTOVER; The
1108
- # totalStorageBytes property fo each of
1108
+ # dataReplicationInfo.dataReplicationState will be changed to
1109
+ # DISCONNECTED; The SourceServer.lifeCycle.state will be changed to
1110
+ # CUTOVER; The totalStorageBytes property fo each of
1109
1111
  # dataReplicationInfo.replicatedDisks will be set to zero;
1110
- # dataReplicationInfo.lagDuration and
1111
- # dataReplicationInfo.lagDurationwill be nullified.
1112
+ # dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration
1113
+ # will be nullified.
1112
1114
  #
1113
1115
  # @option params [required, String] :source_server_id
1114
- # Request to finalize Cutover by Soure Server ID.
1116
+ # Request to finalize Cutover by Source Server ID.
1115
1117
  #
1116
1118
  # @return [Types::SourceServer] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1117
1119
  #
@@ -1212,6 +1214,7 @@ module Aws::Mgn
1212
1214
  #
1213
1215
  # @return [Types::LaunchConfiguration] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1214
1216
  #
1217
+ # * {Types::LaunchConfiguration#boot_mode #boot_mode} => String
1215
1218
  # * {Types::LaunchConfiguration#copy_private_ip #copy_private_ip} => Boolean
1216
1219
  # * {Types::LaunchConfiguration#copy_tags #copy_tags} => Boolean
1217
1220
  # * {Types::LaunchConfiguration#ec2_launch_template_id #ec2_launch_template_id} => String
@@ -1229,6 +1232,7 @@ module Aws::Mgn
1229
1232
  #
1230
1233
  # @example Response structure
1231
1234
  #
1235
+ # resp.boot_mode #=> String, one of "LEGACY_BIOS", "UEFI"
1232
1236
  # resp.copy_private_ip #=> Boolean
1233
1237
  # resp.copy_tags #=> Boolean
1234
1238
  # resp.ec2_launch_template_id #=> String
@@ -1250,7 +1254,7 @@ module Aws::Mgn
1250
1254
  # Lists all ReplicationConfigurations, filtered by Source Server ID.
1251
1255
  #
1252
1256
  # @option params [required, String] :source_server_id
1253
- # Request to get Replication Configuaration by Source Server ID.
1257
+ # Request to get Replication Configuration by Source Server ID.
1254
1258
  #
1255
1259
  # @return [Types::ReplicationConfiguration] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1256
1260
  #
@@ -1282,7 +1286,7 @@ module Aws::Mgn
1282
1286
  # resp.bandwidth_throttling #=> Integer
1283
1287
  # resp.create_public_ip #=> Boolean
1284
1288
  # resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
1285
- # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1"
1289
+ # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1", "GP3"
1286
1290
  # resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
1287
1291
  # resp.ebs_encryption_key_arn #=> String
1288
1292
  # resp.name #=> String
@@ -1290,7 +1294,8 @@ module Aws::Mgn
1290
1294
  # resp.replicated_disks[0].device_name #=> String
1291
1295
  # resp.replicated_disks[0].iops #=> Integer
1292
1296
  # resp.replicated_disks[0].is_boot_disk #=> Boolean
1293
- # resp.replicated_disks[0].staging_disk_type #=> String, one of "AUTO", "GP2", "IO1", "SC1", "ST1", "STANDARD"
1297
+ # resp.replicated_disks[0].staging_disk_type #=> String, one of "AUTO", "GP2", "IO1", "SC1", "ST1", "STANDARD", "GP3", "IO2"
1298
+ # resp.replicated_disks[0].throughput #=> Integer
1294
1299
  # resp.replication_server_instance_type #=> String
1295
1300
  # resp.replication_servers_security_groups_i_ds #=> Array
1296
1301
  # resp.replication_servers_security_groups_i_ds[0] #=> String
@@ -1353,8 +1358,8 @@ module Aws::Mgn
1353
1358
 
1354
1359
  # Archives specific Source Servers by setting the
1355
1360
  # SourceServer.isArchived property to true for specified SourceServers
1356
- # by ID. This command only works for SourceServers with a
1357
- # lifecycle.state which equals DISCONNECTED or CUTOVER.
1361
+ # by ID. This command only works for SourceServers with a lifecycle.
1362
+ # state which equals DISCONNECTED or CUTOVER.
1358
1363
  #
1359
1364
  # @option params [required, String] :source_server_id
1360
1365
  # Mark as archived by Source Server ID.
@@ -1596,7 +1601,7 @@ module Aws::Mgn
1596
1601
  req.send_request(options)
1597
1602
  end
1598
1603
 
1599
- # Starts replication on source server by ID.
1604
+ # Starts replication for SNAPSHOT\_SHIPPING agents.
1600
1605
  #
1601
1606
  # @option params [required, String] :source_server_id
1602
1607
  # ID of source server on which to start replication.
@@ -1692,7 +1697,7 @@ module Aws::Mgn
1692
1697
  req.send_request(options)
1693
1698
  end
1694
1699
 
1695
- # Lauches a Test Instance for specific Source Servers. This command
1700
+ # Launches a Test Instance for specific Source Servers. This command
1696
1701
  # starts a LAUNCH job whose initiatedBy property is StartTest and
1697
1702
  # changes the SourceServer.lifeCycle.state property to TESTING.
1698
1703
  #
@@ -1847,6 +1852,9 @@ module Aws::Mgn
1847
1852
 
1848
1853
  # Updates multiple LaunchConfigurations by Source Server ID.
1849
1854
  #
1855
+ # @option params [String] :boot_mode
1856
+ # Update Launch configuration boot mode request.
1857
+ #
1850
1858
  # @option params [Boolean] :copy_private_ip
1851
1859
  # Update Launch configuration copy Private IP request.
1852
1860
  #
@@ -1870,6 +1878,7 @@ module Aws::Mgn
1870
1878
  #
1871
1879
  # @return [Types::LaunchConfiguration] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1872
1880
  #
1881
+ # * {Types::LaunchConfiguration#boot_mode #boot_mode} => String
1873
1882
  # * {Types::LaunchConfiguration#copy_private_ip #copy_private_ip} => Boolean
1874
1883
  # * {Types::LaunchConfiguration#copy_tags #copy_tags} => Boolean
1875
1884
  # * {Types::LaunchConfiguration#ec2_launch_template_id #ec2_launch_template_id} => String
@@ -1882,6 +1891,7 @@ module Aws::Mgn
1882
1891
  # @example Request syntax with placeholder values
1883
1892
  #
1884
1893
  # resp = client.update_launch_configuration({
1894
+ # boot_mode: "LEGACY_BIOS", # accepts LEGACY_BIOS, UEFI
1885
1895
  # copy_private_ip: false,
1886
1896
  # copy_tags: false,
1887
1897
  # launch_disposition: "STOPPED", # accepts STOPPED, STARTED
@@ -1895,6 +1905,7 @@ module Aws::Mgn
1895
1905
  #
1896
1906
  # @example Response structure
1897
1907
  #
1908
+ # resp.boot_mode #=> String, one of "LEGACY_BIOS", "UEFI"
1898
1909
  # resp.copy_private_ip #=> Boolean
1899
1910
  # resp.copy_tags #=> Boolean
1900
1911
  # resp.ec2_launch_template_id #=> String
@@ -1991,7 +2002,7 @@ module Aws::Mgn
1991
2002
  # bandwidth_throttling: 1,
1992
2003
  # create_public_ip: false,
1993
2004
  # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
1994
- # default_large_staging_disk_type: "GP2", # accepts GP2, ST1
2005
+ # default_large_staging_disk_type: "GP2", # accepts GP2, ST1, GP3
1995
2006
  # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
1996
2007
  # ebs_encryption_key_arn: "ARN",
1997
2008
  # name: "SmallBoundedString",
@@ -2000,7 +2011,8 @@ module Aws::Mgn
2000
2011
  # device_name: "BoundedString",
2001
2012
  # iops: 1,
2002
2013
  # is_boot_disk: false,
2003
- # staging_disk_type: "AUTO", # accepts AUTO, GP2, IO1, SC1, ST1, STANDARD
2014
+ # staging_disk_type: "AUTO", # accepts AUTO, GP2, IO1, SC1, ST1, STANDARD, GP3, IO2
2015
+ # throughput: 1,
2004
2016
  # },
2005
2017
  # ],
2006
2018
  # replication_server_instance_type: "EC2InstanceType",
@@ -2019,7 +2031,7 @@ module Aws::Mgn
2019
2031
  # resp.bandwidth_throttling #=> Integer
2020
2032
  # resp.create_public_ip #=> Boolean
2021
2033
  # resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
2022
- # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1"
2034
+ # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1", "GP3"
2023
2035
  # resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
2024
2036
  # resp.ebs_encryption_key_arn #=> String
2025
2037
  # resp.name #=> String
@@ -2027,7 +2039,8 @@ module Aws::Mgn
2027
2039
  # resp.replicated_disks[0].device_name #=> String
2028
2040
  # resp.replicated_disks[0].iops #=> Integer
2029
2041
  # resp.replicated_disks[0].is_boot_disk #=> Boolean
2030
- # resp.replicated_disks[0].staging_disk_type #=> String, one of "AUTO", "GP2", "IO1", "SC1", "ST1", "STANDARD"
2042
+ # resp.replicated_disks[0].staging_disk_type #=> String, one of "AUTO", "GP2", "IO1", "SC1", "ST1", "STANDARD", "GP3", "IO2"
2043
+ # resp.replicated_disks[0].throughput #=> Integer
2031
2044
  # resp.replication_server_instance_type #=> String
2032
2045
  # resp.replication_servers_security_groups_i_ds #=> Array
2033
2046
  # resp.replication_servers_security_groups_i_ds[0] #=> String
@@ -2124,7 +2137,7 @@ module Aws::Mgn
2124
2137
  # bandwidth_throttling: 1,
2125
2138
  # create_public_ip: false,
2126
2139
  # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
2127
- # default_large_staging_disk_type: "GP2", # accepts GP2, ST1
2140
+ # default_large_staging_disk_type: "GP2", # accepts GP2, ST1, GP3
2128
2141
  # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
2129
2142
  # ebs_encryption_key_arn: "ARN",
2130
2143
  # replication_configuration_template_id: "ReplicationConfigurationTemplateID", # required
@@ -2144,7 +2157,7 @@ module Aws::Mgn
2144
2157
  # resp.bandwidth_throttling #=> Integer
2145
2158
  # resp.create_public_ip #=> Boolean
2146
2159
  # resp.data_plane_routing #=> String, one of "PRIVATE_IP", "PUBLIC_IP"
2147
- # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1"
2160
+ # resp.default_large_staging_disk_type #=> String, one of "GP2", "ST1", "GP3"
2148
2161
  # resp.ebs_encryption #=> String, one of "DEFAULT", "CUSTOM"
2149
2162
  # resp.ebs_encryption_key_arn #=> String
2150
2163
  # resp.replication_configuration_template_id #=> String
@@ -2167,7 +2180,8 @@ module Aws::Mgn
2167
2180
  req.send_request(options)
2168
2181
  end
2169
2182
 
2170
- # Updates source server Replication Type by ID.
2183
+ # Allows you to change between the AGENT\_BASED replication type and the
2184
+ # SNAPSHOT\_SHIPPING replication type.
2171
2185
  #
2172
2186
  # @option params [required, String] :replication_type
2173
2187
  # Replication type to which to update source server.
@@ -2280,7 +2294,7 @@ module Aws::Mgn
2280
2294
  params: params,
2281
2295
  config: config)
2282
2296
  context[:gem_name] = 'aws-sdk-mgn'
2283
- context[:gem_version] = '1.10.0'
2297
+ context[:gem_version] = '1.13.0'
2284
2298
  Seahorse::Client::Request.new(handlers, context)
2285
2299
  end
2286
2300
 
@@ -16,6 +16,7 @@ module Aws::Mgn
16
16
  ARN = Shapes::StringShape.new(name: 'ARN')
17
17
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
18
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
+ BootMode = Shapes::StringShape.new(name: 'BootMode')
19
20
  BoundedString = Shapes::StringShape.new(name: 'BoundedString')
20
21
  CPU = Shapes::StructureShape.new(name: 'CPU')
21
22
  ChangeServerLifeCycleStateRequest = Shapes::StructureShape.new(name: 'ChangeServerLifeCycleStateRequest')
@@ -262,7 +263,7 @@ module Aws::Mgn
262
263
  DescribeJobLogItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
263
264
  DescribeJobLogItemsResponse.struct_class = Types::DescribeJobLogItemsResponse
264
265
 
265
- DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, required: true, location_name: "filters"))
266
+ DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, location_name: "filters"))
266
267
  DescribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
267
268
  DescribeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
268
269
  DescribeJobsRequest.struct_class = Types::DescribeJobsRequest
@@ -280,14 +281,14 @@ module Aws::Mgn
280
281
 
281
282
  DescribeReplicationConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
282
283
  DescribeReplicationConfigurationTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
283
- DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, required: true, location_name: "replicationConfigurationTemplateIDs"))
284
+ DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, location_name: "replicationConfigurationTemplateIDs"))
284
285
  DescribeReplicationConfigurationTemplatesRequest.struct_class = Types::DescribeReplicationConfigurationTemplatesRequest
285
286
 
286
287
  DescribeReplicationConfigurationTemplatesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplates, location_name: "items"))
287
288
  DescribeReplicationConfigurationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
288
289
  DescribeReplicationConfigurationTemplatesResponse.struct_class = Types::DescribeReplicationConfigurationTemplatesResponse
289
290
 
290
- DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, required: true, location_name: "filters"))
291
+ DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, location_name: "filters"))
291
292
  DescribeSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
292
293
  DescribeSourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
293
294
  DescribeSourceServersRequest.struct_class = Types::DescribeSourceServersRequest
@@ -373,6 +374,7 @@ module Aws::Mgn
373
374
 
374
375
  JobsList.member = Shapes::ShapeRef.new(shape: Job)
375
376
 
377
+ LaunchConfiguration.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
376
378
  LaunchConfiguration.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
377
379
  LaunchConfiguration.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
378
380
  LaunchConfiguration.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "ec2LaunchTemplateID"))
@@ -478,6 +480,7 @@ module Aws::Mgn
478
480
  ReplicationConfigurationReplicatedDisk.add_member(:iops, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "iops"))
479
481
  ReplicationConfigurationReplicatedDisk.add_member(:is_boot_disk, Shapes::ShapeRef.new(shape: Boolean, location_name: "isBootDisk"))
480
482
  ReplicationConfigurationReplicatedDisk.add_member(:staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDiskStagingDiskType, location_name: "stagingDiskType"))
483
+ ReplicationConfigurationReplicatedDisk.add_member(:throughput, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "throughput"))
481
484
  ReplicationConfigurationReplicatedDisk.struct_class = Types::ReplicationConfigurationReplicatedDisk
482
485
 
483
486
  ReplicationConfigurationReplicatedDisks.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisk)
@@ -519,6 +522,7 @@ module Aws::Mgn
519
522
  ServiceQuotaExceededException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
520
523
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
521
524
  ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "quotaCode"))
525
+ ServiceQuotaExceededException.add_member(:quota_value, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "quotaValue"))
522
526
  ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
523
527
  ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
524
528
  ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
@@ -601,6 +605,7 @@ module Aws::Mgn
601
605
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
602
606
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
603
607
 
608
+ UpdateLaunchConfigurationRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootMode, location_name: "bootMode"))
604
609
  UpdateLaunchConfigurationRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
605
610
  UpdateLaunchConfigurationRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
606
611
  UpdateLaunchConfigurationRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
@@ -166,6 +166,11 @@ module Aws::Mgn
166
166
  @data[:quota_code]
167
167
  end
168
168
 
169
+ # @return [String]
170
+ def quota_value
171
+ @data[:quota_value]
172
+ end
173
+
169
174
  # @return [String]
170
175
  def resource_id
171
176
  @data[:resource_id]
@@ -105,11 +105,11 @@ module Aws::Mgn
105
105
  # @return [String]
106
106
  #
107
107
  # @!attribute [rw] resource_id
108
- # A conflict occured when prompting for the Resource ID.
108
+ # A conflict occurred when prompting for the Resource ID.
109
109
  # @return [String]
110
110
  #
111
111
  # @!attribute [rw] resource_type
112
- # A conflict occured when prompting for resource type.
112
+ # A conflict occurred when prompting for resource type.
113
113
  # @return [String]
114
114
  #
115
115
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ConflictException AWS API Documentation
@@ -131,7 +131,7 @@ module Aws::Mgn
131
131
  # bandwidth_throttling: 1, # required
132
132
  # create_public_ip: false, # required
133
133
  # data_plane_routing: "PRIVATE_IP", # required, accepts PRIVATE_IP, PUBLIC_IP
134
- # default_large_staging_disk_type: "GP2", # required, accepts GP2, ST1
134
+ # default_large_staging_disk_type: "GP2", # required, accepts GP2, ST1, GP3
135
135
  # ebs_encryption: "DEFAULT", # required, accepts DEFAULT, CUSTOM
136
136
  # ebs_encryption_key_arn: "ARN",
137
137
  # replication_server_instance_type: "EC2InstanceType", # required
@@ -167,17 +167,17 @@ module Aws::Mgn
167
167
  # @return [String]
168
168
  #
169
169
  # @!attribute [rw] default_large_staging_disk_type
170
- # Request to configure the Staging Disk EBS volume type to "gp2"
170
+ # Request to configure the default large staging disk EBS volume type
171
171
  # during Replication Settings template creation.
172
172
  # @return [String]
173
173
  #
174
174
  # @!attribute [rw] ebs_encryption
175
- # Request to configure EBS enryption during Replication Settings
175
+ # Request to configure EBS encryption during Replication Settings
176
176
  # template creation.
177
177
  # @return [String]
178
178
  #
179
179
  # @!attribute [rw] ebs_encryption_key_arn
180
- # Request to configure an EBS enryption key during Replication
180
+ # Request to configure an EBS encryption key during Replication
181
181
  # Settings template creation.
182
182
  # @return [String]
183
183
  #
@@ -187,8 +187,8 @@ module Aws::Mgn
187
187
  # @return [String]
188
188
  #
189
189
  # @!attribute [rw] replication_servers_security_groups_i_ds
190
- # Request to configure the Replication Server Secuirity group ID
191
- # during Replication Settings template creation.
190
+ # Request to configure the Replication Server Security group ID during
191
+ # Replication Settings template creation.
192
192
  # @return [Array<String>]
193
193
  #
194
194
  # @!attribute [rw] staging_area_subnet_id
@@ -197,7 +197,7 @@ module Aws::Mgn
197
197
  # @return [String]
198
198
  #
199
199
  # @!attribute [rw] staging_area_tags
200
- # Request to configure Staiging Area tags during Replication Settings
200
+ # Request to configure Staging Area tags during Replication Settings
201
201
  # template creation.
202
202
  # @return [Hash<String,String>]
203
203
  #
@@ -269,7 +269,7 @@ module Aws::Mgn
269
269
  # @return [String]
270
270
  #
271
271
  # @!attribute [rw] lag_duration
272
- # Request to query data replication lag durating.
272
+ # Request to query data replication lag duration.
273
273
  # @return [String]
274
274
  #
275
275
  # @!attribute [rw] last_snapshot_date_time
@@ -352,7 +352,7 @@ module Aws::Mgn
352
352
  include Aws::Structure
353
353
  end
354
354
 
355
- # Data replication intiation step.
355
+ # Data replication initiation step.
356
356
  #
357
357
  # @!attribute [rw] name
358
358
  # Request to query data initiation step name.
@@ -512,7 +512,7 @@ module Aws::Mgn
512
512
  # data as a hash:
513
513
  #
514
514
  # {
515
- # filters: { # required
515
+ # filters: {
516
516
  # from_date: "ISO8601DatetimeString",
517
517
  # job_i_ds: ["JobID"],
518
518
  # to_date: "ISO8601DatetimeString",
@@ -526,11 +526,11 @@ module Aws::Mgn
526
526
  # @return [Types::DescribeJobsRequestFilters]
527
527
  #
528
528
  # @!attribute [rw] max_results
529
- # Request to describe Job log by max results.
529
+ # Request to describe job log items by max results.
530
530
  # @return [Integer]
531
531
  #
532
532
  # @!attribute [rw] next_token
533
- # Request to describe Job logby next token.
533
+ # Request to describe job log items by next token.
534
534
  # @return [String]
535
535
  #
536
536
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeJobsRequest AWS API Documentation
@@ -563,7 +563,7 @@ module Aws::Mgn
563
563
  # @return [Array<String>]
564
564
  #
565
565
  # @!attribute [rw] to_date
566
- # Request to describe Job log by last date.
566
+ # Request to describe job log items by last date.
567
567
  # @return [String]
568
568
  #
569
569
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeJobsRequestFilters AWS API Documentation
@@ -599,7 +599,7 @@ module Aws::Mgn
599
599
  # {
600
600
  # max_results: 1,
601
601
  # next_token: "PaginationToken",
602
- # replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"], # required
602
+ # replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"],
603
603
  # }
604
604
  #
605
605
  # @!attribute [rw] max_results
@@ -649,7 +649,7 @@ module Aws::Mgn
649
649
  # data as a hash:
650
650
  #
651
651
  # {
652
- # filters: { # required
652
+ # filters: {
653
653
  # is_archived: false,
654
654
  # life_cycle_states: ["STOPPED"], # accepts STOPPED, NOT_READY, READY_FOR_TEST, TESTING, READY_FOR_CUTOVER, CUTTING_OVER, CUTOVER, DISCONNECTED, DISCOVERED
655
655
  # replication_types: ["AGENT_BASED"], # accepts AGENT_BASED, SNAPSHOT_SHIPPING
@@ -825,7 +825,7 @@ module Aws::Mgn
825
825
  # }
826
826
  #
827
827
  # @!attribute [rw] source_server_id
828
- # Request to finalize Cutover by Soure Server ID.
828
+ # Request to finalize Cutover by Source Server ID.
829
829
  # @return [String]
830
830
  #
831
831
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/FinalizeCutoverRequest AWS API Documentation
@@ -863,7 +863,7 @@ module Aws::Mgn
863
863
  # }
864
864
  #
865
865
  # @!attribute [rw] source_server_id
866
- # Request to get Replication Configuaration by Source Server ID.
866
+ # Request to get Replication Configuration by Source Server ID.
867
867
  # @return [String]
868
868
  #
869
869
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/GetReplicationConfigurationRequest AWS API Documentation
@@ -970,7 +970,7 @@ module Aws::Mgn
970
970
  # @return [String]
971
971
  #
972
972
  # @!attribute [rw] tags
973
- # Tags associated with spcific Job.
973
+ # Tags associated with specific Job.
974
974
  # @return [Hash<String,String>]
975
975
  #
976
976
  # @!attribute [rw] type
@@ -1046,6 +1046,10 @@ module Aws::Mgn
1046
1046
  include Aws::Structure
1047
1047
  end
1048
1048
 
1049
+ # @!attribute [rw] boot_mode
1050
+ # Launch configuration boot mode.
1051
+ # @return [String]
1052
+ #
1049
1053
  # @!attribute [rw] copy_private_ip
1050
1054
  # Copy Private IP during Launch Configuration.
1051
1055
  # @return [Boolean]
@@ -1055,33 +1059,33 @@ module Aws::Mgn
1055
1059
  # @return [Boolean]
1056
1060
  #
1057
1061
  # @!attribute [rw] ec2_launch_template_id
1058
- # Configure EC2 lauch configuration template ID.
1062
+ # Launch configuration EC2 Launch template ID.
1059
1063
  # @return [String]
1060
1064
  #
1061
1065
  # @!attribute [rw] launch_disposition
1062
- # Configure launch dispostion for launch configuration.
1066
+ # Launch disposition for launch configuration.
1063
1067
  # @return [String]
1064
1068
  #
1065
1069
  # @!attribute [rw] licensing
1066
- # Configure launch configuration OS licensing.
1070
+ # Launch configuration OS licensing.
1067
1071
  # @return [Types::Licensing]
1068
1072
  #
1069
1073
  # @!attribute [rw] name
1070
- # Configure launch configuration name.
1074
+ # Launch configuration name.
1071
1075
  # @return [String]
1072
1076
  #
1073
1077
  # @!attribute [rw] source_server_id
1074
- # Configure launch configuration Source Server ID.
1078
+ # Launch configuration Source Server ID.
1075
1079
  # @return [String]
1076
1080
  #
1077
1081
  # @!attribute [rw] target_instance_type_right_sizing_method
1078
- # Configure launch configuration Target instance type right sizing
1079
- # method.
1082
+ # Launch configuration Target instance type right sizing method.
1080
1083
  # @return [String]
1081
1084
  #
1082
1085
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LaunchConfiguration AWS API Documentation
1083
1086
  #
1084
1087
  class LaunchConfiguration < Struct.new(
1088
+ :boot_mode,
1085
1089
  :copy_private_ip,
1086
1090
  :copy_tags,
1087
1091
  :ec2_launch_template_id,
@@ -1094,18 +1098,18 @@ module Aws::Mgn
1094
1098
  include Aws::Structure
1095
1099
  end
1096
1100
 
1097
- # Configure launced instance.
1101
+ # Launched instance.
1098
1102
  #
1099
1103
  # @!attribute [rw] ec2_instance_id
1100
- # Configure launced instance EC2 ID.
1104
+ # Launched instance EC2 ID.
1101
1105
  # @return [String]
1102
1106
  #
1103
1107
  # @!attribute [rw] first_boot
1104
- # Configure launced instance first boot.
1108
+ # Launched instance first boot.
1105
1109
  # @return [String]
1106
1110
  #
1107
1111
  # @!attribute [rw] job_id
1108
- # Configure launced instance Job ID.
1112
+ # Launched instance Job ID.
1109
1113
  # @return [String]
1110
1114
  #
1111
1115
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LaunchedInstance AWS API Documentation
@@ -1256,7 +1260,7 @@ module Aws::Mgn
1256
1260
  # Lifecycle last Test.
1257
1261
  #
1258
1262
  # @!attribute [rw] finalized
1259
- # Lifecycle last Test finlized.
1263
+ # Lifecycle last Test finalized.
1260
1264
  # @return [Types::LifeCycleLastTestFinalized]
1261
1265
  #
1262
1266
  # @!attribute [rw] initiated
@@ -1277,7 +1281,7 @@ module Aws::Mgn
1277
1281
  include Aws::Structure
1278
1282
  end
1279
1283
 
1280
- # Lifecycle last Test finlized.
1284
+ # Lifecycle last Test finalized.
1281
1285
  #
1282
1286
  # @!attribute [rw] api_call_date_time
1283
1287
  # Lifecycle Test failed API call date and time.
@@ -1523,7 +1527,8 @@ module Aws::Mgn
1523
1527
  # device_name: "BoundedString",
1524
1528
  # iops: 1,
1525
1529
  # is_boot_disk: false,
1526
- # staging_disk_type: "AUTO", # accepts AUTO, GP2, IO1, SC1, ST1, STANDARD
1530
+ # staging_disk_type: "AUTO", # accepts AUTO, GP2, IO1, SC1, ST1, STANDARD, GP3, IO2
1531
+ # throughput: 1,
1527
1532
  # }
1528
1533
  #
1529
1534
  # @!attribute [rw] device_name
@@ -1542,13 +1547,18 @@ module Aws::Mgn
1542
1547
  # Replication Configuration replicated disk staging disk type.
1543
1548
  # @return [String]
1544
1549
  #
1550
+ # @!attribute [rw] throughput
1551
+ # Replication Configuration replicated disk throughput.
1552
+ # @return [Integer]
1553
+ #
1545
1554
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ReplicationConfigurationReplicatedDisk AWS API Documentation
1546
1555
  #
1547
1556
  class ReplicationConfigurationReplicatedDisk < Struct.new(
1548
1557
  :device_name,
1549
1558
  :iops,
1550
1559
  :is_boot_disk,
1551
- :staging_disk_type)
1560
+ :staging_disk_type,
1561
+ :throughput)
1552
1562
  SENSITIVE = []
1553
1563
  include Aws::Structure
1554
1564
  end
@@ -1563,7 +1573,7 @@ module Aws::Mgn
1563
1573
  # @return [Boolean]
1564
1574
  #
1565
1575
  # @!attribute [rw] bandwidth_throttling
1566
- # Replication Configuration template bandwidth throtting.
1576
+ # Replication Configuration template bandwidth throttling.
1567
1577
  # @return [Integer]
1568
1578
  #
1569
1579
  # @!attribute [rw] create_public_ip
@@ -1575,7 +1585,7 @@ module Aws::Mgn
1575
1585
  # @return [String]
1576
1586
  #
1577
1587
  # @!attribute [rw] default_large_staging_disk_type
1578
- # Replication Configuration template use dedault large Staging Disk
1588
+ # Replication Configuration template use default large Staging Disk
1579
1589
  # type.
1580
1590
  # @return [String]
1581
1591
  #
@@ -1588,7 +1598,7 @@ module Aws::Mgn
1588
1598
  # @return [String]
1589
1599
  #
1590
1600
  # @!attribute [rw] replication_configuration_template_id
1591
- # Replication Configuration template template ID.
1601
+ # Replication Configuration template ID.
1592
1602
  # @return [String]
1593
1603
  #
1594
1604
  # @!attribute [rw] replication_server_instance_type
@@ -1696,8 +1706,12 @@ module Aws::Mgn
1696
1706
  # Exceeded the service quota code.
1697
1707
  # @return [String]
1698
1708
  #
1709
+ # @!attribute [rw] quota_value
1710
+ # Exceeded the service quota value.
1711
+ # @return [Integer]
1712
+ #
1699
1713
  # @!attribute [rw] resource_id
1700
- # Exceeded the service quota resource Id.
1714
+ # Exceeded the service quota resource ID.
1701
1715
  # @return [String]
1702
1716
  #
1703
1717
  # @!attribute [rw] resource_type
@@ -1714,6 +1728,7 @@ module Aws::Mgn
1714
1728
  :code,
1715
1729
  :message,
1716
1730
  :quota_code,
1731
+ :quota_value,
1717
1732
  :resource_id,
1718
1733
  :resource_type,
1719
1734
  :service_code)
@@ -2018,7 +2033,7 @@ module Aws::Mgn
2018
2033
  include Aws::Structure
2019
2034
  end
2020
2035
 
2021
- # Unitialized account exception.
2036
+ # Uninitialized account exception.
2022
2037
  #
2023
2038
  # @!attribute [rw] code
2024
2039
  # @return [String]
@@ -2064,6 +2079,7 @@ module Aws::Mgn
2064
2079
  # data as a hash:
2065
2080
  #
2066
2081
  # {
2082
+ # boot_mode: "LEGACY_BIOS", # accepts LEGACY_BIOS, UEFI
2067
2083
  # copy_private_ip: false,
2068
2084
  # copy_tags: false,
2069
2085
  # launch_disposition: "STOPPED", # accepts STOPPED, STARTED
@@ -2075,6 +2091,10 @@ module Aws::Mgn
2075
2091
  # target_instance_type_right_sizing_method: "NONE", # accepts NONE, BASIC
2076
2092
  # }
2077
2093
  #
2094
+ # @!attribute [rw] boot_mode
2095
+ # Update Launch configuration boot mode request.
2096
+ # @return [String]
2097
+ #
2078
2098
  # @!attribute [rw] copy_private_ip
2079
2099
  # Update Launch configuration copy Private IP request.
2080
2100
  # @return [Boolean]
@@ -2106,6 +2126,7 @@ module Aws::Mgn
2106
2126
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateLaunchConfigurationRequest AWS API Documentation
2107
2127
  #
2108
2128
  class UpdateLaunchConfigurationRequest < Struct.new(
2129
+ :boot_mode,
2109
2130
  :copy_private_ip,
2110
2131
  :copy_tags,
2111
2132
  :launch_disposition,
@@ -2125,7 +2146,7 @@ module Aws::Mgn
2125
2146
  # bandwidth_throttling: 1,
2126
2147
  # create_public_ip: false,
2127
2148
  # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
2128
- # default_large_staging_disk_type: "GP2", # accepts GP2, ST1
2149
+ # default_large_staging_disk_type: "GP2", # accepts GP2, ST1, GP3
2129
2150
  # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
2130
2151
  # ebs_encryption_key_arn: "ARN",
2131
2152
  # name: "SmallBoundedString",
@@ -2134,7 +2155,8 @@ module Aws::Mgn
2134
2155
  # device_name: "BoundedString",
2135
2156
  # iops: 1,
2136
2157
  # is_boot_disk: false,
2137
- # staging_disk_type: "AUTO", # accepts AUTO, GP2, IO1, SC1, ST1, STANDARD
2158
+ # staging_disk_type: "AUTO", # accepts AUTO, GP2, IO1, SC1, ST1, STANDARD, GP3, IO2
2159
+ # throughput: 1,
2138
2160
  # },
2139
2161
  # ],
2140
2162
  # replication_server_instance_type: "EC2InstanceType",
@@ -2243,7 +2265,7 @@ module Aws::Mgn
2243
2265
  # bandwidth_throttling: 1,
2244
2266
  # create_public_ip: false,
2245
2267
  # data_plane_routing: "PRIVATE_IP", # accepts PRIVATE_IP, PUBLIC_IP
2246
- # default_large_staging_disk_type: "GP2", # accepts GP2, ST1
2268
+ # default_large_staging_disk_type: "GP2", # accepts GP2, ST1, GP3
2247
2269
  # ebs_encryption: "DEFAULT", # accepts DEFAULT, CUSTOM
2248
2270
  # ebs_encryption_key_arn: "ARN",
2249
2271
  # replication_configuration_template_id: "ReplicationConfigurationTemplateID", # required
data/lib/aws-sdk-mgn.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mgn/customizations'
48
48
  # @!group service
49
49
  module Aws::Mgn
50
50
 
51
- GEM_VERSION = '1.10.0'
51
+ GEM_VERSION = '1.13.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mgn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2022-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.126.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.126.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement