aws-sdk-ec2 1.556.0 → 1.560.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.
@@ -7707,9 +7707,9 @@ module Aws::EC2
7707
7707
  # @!attribute [rw] encrypted
7708
7708
  # To encrypt a copy of an unencrypted snapshot if encryption by
7709
7709
  # default is not enabled, enable encryption using this parameter.
7710
- # Otherwise, omit this parameter. Encrypted snapshots are encrypted,
7711
- # even if you omit this parameter and encryption by default is not
7712
- # enabled. You cannot set this parameter to false. For more
7710
+ # Otherwise, omit this parameter. Copies of encrypted snapshots are
7711
+ # encrypted, even if you omit this parameter and encryption by default
7712
+ # is not enabled. You cannot set this parameter to false. For more
7713
7713
  # information, see [Amazon EBS encryption][1] in the *Amazon EBS User
7714
7714
  # Guide*.
7715
7715
  #
@@ -14895,7 +14895,7 @@ module Aws::EC2
14895
14895
  #
14896
14896
  # The following are the supported values for each volume type:
14897
14897
  #
14898
- # * `gp3`: 3,000 - 16,000 IOPS
14898
+ # * `gp3`: 3,000 - 80,000 IOPS
14899
14899
  #
14900
14900
  # * `io1`: 100 - 64,000 IOPS
14901
14901
  #
@@ -14956,7 +14956,9 @@ module Aws::EC2
14956
14956
  #
14957
14957
  # The following are the supported volumes sizes for each volume type:
14958
14958
  #
14959
- # * `gp2` and `gp3`: 1 - 16,384 GiB
14959
+ # * `gp2`: 1 - 16,384 GiB
14960
+ #
14961
+ # * `gp3`: 1 - 65,536 GiB
14960
14962
  #
14961
14963
  # * `io1`: 4 - 16,384 GiB
14962
14964
  #
@@ -15017,12 +15019,12 @@ module Aws::EC2
15017
15019
  # @return [Boolean]
15018
15020
  #
15019
15021
  # @!attribute [rw] throughput
15020
- # The throughput to provision for a volume, with a maximum of 1,000
15022
+ # The throughput to provision for a volume, with a maximum of 2,000
15021
15023
  # MiB/s.
15022
15024
  #
15023
15025
  # This parameter is valid only for `gp3` volumes.
15024
15026
  #
15025
- # Valid Range: Minimum value of 125. Maximum value of 1000.
15027
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
15026
15028
  # @return [Integer]
15027
15029
  #
15028
15030
  # @!attribute [rw] client_token
@@ -15796,6 +15798,38 @@ module Aws::EC2
15796
15798
  include Aws::Structure
15797
15799
  end
15798
15800
 
15801
+ # The maximum age for allowed images.
15802
+ #
15803
+ # @!attribute [rw] maximum_days_since_created
15804
+ # The maximum number of days that have elapsed since the image was
15805
+ # created. For example, a value of `300` allows images that were
15806
+ # created within the last 300 days.
15807
+ # @return [Integer]
15808
+ #
15809
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreationDateCondition AWS API Documentation
15810
+ #
15811
+ class CreationDateCondition < Struct.new(
15812
+ :maximum_days_since_created)
15813
+ SENSITIVE = []
15814
+ include Aws::Structure
15815
+ end
15816
+
15817
+ # The maximum age for allowed images.
15818
+ #
15819
+ # @!attribute [rw] maximum_days_since_created
15820
+ # The maximum number of days that have elapsed since the image was
15821
+ # created. For example, a value of `300` allows images that were
15822
+ # created within the last 300 days.
15823
+ # @return [Integer]
15824
+ #
15825
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreationDateConditionRequest AWS API Documentation
15826
+ #
15827
+ class CreationDateConditionRequest < Struct.new(
15828
+ :maximum_days_since_created)
15829
+ SENSITIVE = []
15830
+ include Aws::Structure
15831
+ end
15832
+
15799
15833
  # Describes the credit option for CPU usage of a T instance.
15800
15834
  #
15801
15835
  # @!attribute [rw] cpu_credits
@@ -18941,6 +18975,36 @@ module Aws::EC2
18941
18975
  include Aws::Structure
18942
18976
  end
18943
18977
 
18978
+ # The maximum period since deprecation for allowed images.
18979
+ #
18980
+ # @!attribute [rw] maximum_days_since_deprecated
18981
+ # The maximum number of days that have elapsed since the image was
18982
+ # deprecated. When set to `0`, no deprecated images are allowed.
18983
+ # @return [Integer]
18984
+ #
18985
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeprecationTimeCondition AWS API Documentation
18986
+ #
18987
+ class DeprecationTimeCondition < Struct.new(
18988
+ :maximum_days_since_deprecated)
18989
+ SENSITIVE = []
18990
+ include Aws::Structure
18991
+ end
18992
+
18993
+ # The maximum period since deprecation for allowed images.
18994
+ #
18995
+ # @!attribute [rw] maximum_days_since_deprecated
18996
+ # The maximum number of days that have elapsed since the image was
18997
+ # deprecated. Set to `0` to exclude all deprecated images.
18998
+ # @return [Integer]
18999
+ #
19000
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeprecationTimeConditionRequest AWS API Documentation
19001
+ #
19002
+ class DeprecationTimeConditionRequest < Struct.new(
19003
+ :maximum_days_since_deprecated)
19004
+ SENSITIVE = []
19005
+ include Aws::Structure
19006
+ end
19007
+
18944
19008
  # @!attribute [rw] cidr
18945
19009
  # The address range, in CIDR notation. The prefix must be the same
18946
19010
  # prefix that you specified when you provisioned the address range.
@@ -22667,7 +22731,7 @@ module Aws::EC2
22667
22731
  #
22668
22732
  #
22669
22733
  #
22670
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-ami-references-works.html
22734
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-ami-references.html#how-ami-references-works
22671
22735
  # @return [Boolean]
22672
22736
  #
22673
22737
  # @!attribute [rw] resource_types
@@ -24554,15 +24618,16 @@ module Aws::EC2
24554
24618
  #
24555
24619
  # * `platform-details` - The platform (`Linux/UNIX` \| `Red Hat BYOL
24556
24620
  # Linux` \| ` Red Hat Enterprise Linux` \| `Red Hat Enterprise Linux
24557
- # with HA` \| `Red Hat Enterprise Linux with SQL Server Standard and
24558
- # HA` \| `Red Hat Enterprise Linux with SQL Server Enterprise and
24559
- # HA` \| `Red Hat Enterprise Linux with SQL Server Standard` \| `Red
24560
- # Hat Enterprise Linux with SQL Server Web` \| `Red Hat Enterprise
24561
- # Linux with SQL Server Enterprise` \| `SQL Server Enterprise` \|
24562
- # `SQL Server Standard` \| `SQL Server Web` \| `SUSE Linux` \|
24563
- # `Ubuntu Pro` \| `Windows` \| `Windows BYOL` \| `Windows with SQL
24564
- # Server Enterprise` \| `Windows with SQL Server Standard` \|
24565
- # `Windows with SQL Server Web`).
24621
+ # with HA` \| `Red Hat Enterprise Linux with High Availability` \|
24622
+ # `Red Hat Enterprise Linux with SQL Server Standard and HA` \| `Red
24623
+ # Hat Enterprise Linux with SQL Server Enterprise and HA` \| `Red
24624
+ # Hat Enterprise Linux with SQL Server Standard` \| `Red Hat
24625
+ # Enterprise Linux with SQL Server Web` \| `Red Hat Enterprise Linux
24626
+ # with SQL Server Enterprise` \| `SQL Server Enterprise` \| `SQL
24627
+ # Server Standard` \| `SQL Server Web` \| `SUSE Linux` \| `Ubuntu
24628
+ # Pro` \| `Windows` \| `Windows BYOL` \| `Windows with SQL Server
24629
+ # Enterprise` \| `Windows with SQL Server Standard` \| `Windows with
24630
+ # SQL Server Web`).
24566
24631
  #
24567
24632
  # * `private-dns-name` - The private IPv4 DNS name of the instance.
24568
24633
  #
@@ -34942,7 +35007,7 @@ module Aws::EC2
34942
35007
  #
34943
35008
  # The following are the supported values for each volume type:
34944
35009
  #
34945
- # * `gp3`: 3,000 - 16,000 IOPS
35010
+ # * `gp3`: 3,000 - 80,000 IOPS
34946
35011
  #
34947
35012
  # * `io1`: 100 - 64,000 IOPS
34948
35013
  #
@@ -34972,7 +35037,9 @@ module Aws::EC2
34972
35037
  #
34973
35038
  # The following are the supported sizes for each volume type:
34974
35039
  #
34975
- # * `gp2` and `gp3`: 1 - 16,384 GiB
35040
+ # * `gp2`: 1 - 16,384 GiB
35041
+ #
35042
+ # * `gp3`: 1 - 65,536 GiB
34976
35043
  #
34977
35044
  # * `io1`: 4 - 16,384 GiB
34978
35045
  #
@@ -35012,7 +35079,7 @@ module Aws::EC2
35012
35079
  #
35013
35080
  # This parameter is valid only for `gp3` volumes.
35014
35081
  #
35015
- # Valid Range: Minimum value of 125. Maximum value of 1000.
35082
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
35016
35083
  # @return [Integer]
35017
35084
  #
35018
35085
  # @!attribute [rw] outpost_arn
@@ -38507,7 +38574,7 @@ module Aws::EC2
38507
38574
  #
38508
38575
  # The following are the supported values for each volume type:
38509
38576
  #
38510
- # * `gp3`: 3,000 - 16,000 IOPS
38577
+ # * `gp3`: 3,000 - 80,000 IOPS
38511
38578
  #
38512
38579
  # * `io1`: 100 - 64,000 IOPS
38513
38580
  #
@@ -38530,7 +38597,7 @@ module Aws::EC2
38530
38597
  #
38531
38598
  # This parameter is valid only for `gp3` volumes.
38532
38599
  #
38533
- # Valid Range: Minimum value of 125. Maximum value of 1000.
38600
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
38534
38601
  # @return [Integer]
38535
38602
  #
38536
38603
  # @!attribute [rw] kms_key_id
@@ -38560,7 +38627,9 @@ module Aws::EC2
38560
38627
  #
38561
38628
  # The following are the supported sizes for each volume type:
38562
38629
  #
38563
- # * `gp2` and `gp3`: 1 - 16,384 GiB
38630
+ # * `gp2`: 1 - 16,384 GiB
38631
+ #
38632
+ # * `gp3`: 1 - 65,536 GiB
38564
38633
  #
38565
38634
  # * `io1`: 4 - 16,384 GiB
38566
38635
  #
@@ -43722,87 +43791,181 @@ module Aws::EC2
43722
43791
  include Aws::Structure
43723
43792
  end
43724
43793
 
43725
- # The list of criteria that are evaluated to determine whch AMIs are
43726
- # discoverable and usable in the account in the specified Amazon Web
43727
- # Services Region. Currently, the only criteria that can be specified
43728
- # are AMI providers.
43794
+ # The criteria that are evaluated to determine which AMIs are
43795
+ # discoverable and usable in your account for the specified Amazon Web
43796
+ # Services Region.
43729
43797
  #
43730
- # Up to 10 `imageCriteria` objects can be specified, and up to a total
43731
- # of 200 values for all `imageProviders`. For more information, see
43732
- # [JSON configuration for the Allowed AMIs criteria][1] in the *Amazon
43798
+ # For more information, see [How Allowed AMIs works][1] in the *Amazon
43733
43799
  # EC2 User Guide*.
43734
43800
  #
43735
43801
  #
43736
43802
  #
43737
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#allowed-amis-json-configuration
43803
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#how-allowed-amis-works
43738
43804
  #
43739
43805
  # @!attribute [rw] image_providers
43740
- # A list of AMI providers whose AMIs are discoverable and useable in
43741
- # the account. Up to a total of 200 values can be specified.
43806
+ # The image providers whose images are allowed.
43742
43807
  #
43743
43808
  # Possible values:
43744
43809
  #
43745
- # `amazon`: Allow AMIs created by Amazon Web Services.
43810
+ # * `amazon`: Allow AMIs created by Amazon or verified providers.
43811
+ #
43812
+ # * `aws-marketplace`: Allow AMIs created by verified providers in the
43813
+ # Amazon Web Services Marketplace.
43814
+ #
43815
+ # * `aws-backup-vault`: Allow AMIs created by Amazon Web Services
43816
+ # Backup.
43817
+ #
43818
+ # * 12-digit account ID: Allow AMIs created by this account. One or
43819
+ # more account IDs can be specified.
43746
43820
  #
43747
- # `aws-marketplace`: Allow AMIs created by verified providers in the
43748
- # Amazon Web Services Marketplace.
43821
+ # * `none`: Allow AMIs created by your own account only.
43749
43822
  #
43750
- # `aws-backup-vault`: Allow AMIs created by Amazon Web Services
43751
- # Backup.
43823
+ # Maximum: 200 values
43824
+ # @return [Array<String>]
43825
+ #
43826
+ # @!attribute [rw] marketplace_product_codes
43827
+ # The Amazon Web Services Marketplace product codes for allowed
43828
+ # images.
43829
+ #
43830
+ # Length: 1-25 characters
43752
43831
  #
43753
- # 12-digit account ID: Allow AMIs created by this account. One or more
43754
- # account IDs can be specified.
43832
+ # Valid characters: Letters (`A–Z, a–z`) and numbers (`0–9`)
43755
43833
  #
43756
- # `none`: Allow AMIs created by your own account only.
43834
+ # Maximum: 50 values
43757
43835
  # @return [Array<String>]
43758
43836
  #
43837
+ # @!attribute [rw] image_names
43838
+ # The names of allowed images. Names can include wildcards (`?` and
43839
+ # `*`).
43840
+ #
43841
+ # Length: 1–128 characters. With `?`, the minimum is 3 characters.
43842
+ #
43843
+ # Valid characters:
43844
+ #
43845
+ # * Letters: `A–Z, a–z`
43846
+ #
43847
+ # * Numbers: `0–9`
43848
+ #
43849
+ # * Special characters: `( ) [ ] . / - ' @ _ * ?`
43850
+ #
43851
+ # * Spaces
43852
+ #
43853
+ # Maximum: 50 values
43854
+ # @return [Array<String>]
43855
+ #
43856
+ # @!attribute [rw] deprecation_time_condition
43857
+ # The maximum period since deprecation for allowed images.
43858
+ # @return [Types::DeprecationTimeCondition]
43859
+ #
43860
+ # @!attribute [rw] creation_date_condition
43861
+ # The maximum age for allowed images.
43862
+ # @return [Types::CreationDateCondition]
43863
+ #
43759
43864
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImageCriterion AWS API Documentation
43760
43865
  #
43761
43866
  class ImageCriterion < Struct.new(
43762
- :image_providers)
43867
+ :image_providers,
43868
+ :marketplace_product_codes,
43869
+ :image_names,
43870
+ :deprecation_time_condition,
43871
+ :creation_date_condition)
43763
43872
  SENSITIVE = []
43764
43873
  include Aws::Structure
43765
43874
  end
43766
43875
 
43767
- # The list of criteria that are evaluated to determine whch AMIs are
43768
- # discoverable and usable in the account in the specified Amazon Web
43769
- # Services Region. Currently, the only criteria that can be specified
43770
- # are AMI providers.
43876
+ # The criteria that are evaluated to determine which AMIs are
43877
+ # discoverable and usable in your account for the specified Amazon Web
43878
+ # Services Region.
43879
+ #
43880
+ # The `ImageCriteria` can include up to:
43881
+ #
43882
+ # * 10 `ImageCriterion`
43771
43883
  #
43772
- # Up to 10 `imageCriteria` objects can be specified, and up to a total
43773
- # of 200 values for all `imageProviders`. For more information, see
43774
- # [JSON configuration for the Allowed AMIs criteria][1] in the *Amazon
43884
+ # ^
43885
+ #
43886
+ # Each `ImageCriterion` can include up to:
43887
+ #
43888
+ # * 200 values for `ImageProviders`
43889
+ #
43890
+ # * 50 values for `ImageNames`
43891
+ #
43892
+ # * 50 values for `MarketplaceProductCodes`
43893
+ #
43894
+ # For more information, see [How Allowed AMIs works][1] in the *Amazon
43775
43895
  # EC2 User Guide*.
43776
43896
  #
43777
43897
  #
43778
43898
  #
43779
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#allowed-amis-json-configuration
43899
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#how-allowed-amis-works
43780
43900
  #
43781
43901
  # @!attribute [rw] image_providers
43782
- # A list of image providers whose AMIs are discoverable and useable in
43783
- # the account. Up to a total of 200 values can be specified.
43902
+ # The image providers whose images are allowed.
43784
43903
  #
43785
43904
  # Possible values:
43786
43905
  #
43787
- # `amazon`: Allow AMIs created by Amazon Web Services.
43906
+ # * `amazon`: Allow AMIs created by Amazon or verified providers.
43907
+ #
43908
+ # * `aws-marketplace`: Allow AMIs created by verified providers in the
43909
+ # Amazon Web Services Marketplace.
43910
+ #
43911
+ # * `aws-backup-vault`: Allow AMIs created by Amazon Web Services
43912
+ # Backup.
43913
+ #
43914
+ # * 12-digit account ID: Allow AMIs created by the specified accounts.
43915
+ # One or more account IDs can be specified.
43916
+ #
43917
+ # * `none`: Allow AMIs created by your own account only. When `none`
43918
+ # is specified, no other values can be specified.
43919
+ #
43920
+ # Maximum: 200 values
43921
+ # @return [Array<String>]
43788
43922
  #
43789
- # `aws-marketplace`: Allow AMIs created by verified providers in the
43790
- # Amazon Web Services Marketplace.
43923
+ # @!attribute [rw] marketplace_product_codes
43924
+ # The Amazon Web Services Marketplace product codes for allowed
43925
+ # images.
43791
43926
  #
43792
- # `aws-backup-vault`: Allow AMIs created by Amazon Web Services
43793
- # Backup.
43927
+ # Length: 1-25 characters
43794
43928
  #
43795
- # 12-digit account ID: Allow AMIs created by this account. One or more
43796
- # account IDs can be specified.
43929
+ # Valid characters: Letters (`A–Z, a–z`) and numbers (`0–9`)
43797
43930
  #
43798
- # `none`: Allow AMIs created by your own account only. When `none` is
43799
- # specified, no other values can be specified.
43931
+ # Maximum: 50 values
43800
43932
  # @return [Array<String>]
43801
43933
  #
43934
+ # @!attribute [rw] image_names
43935
+ # The names of allowed images. Names can include wildcards (`?` and
43936
+ # `*`).
43937
+ #
43938
+ # Length: 1–128 characters. With `?`, the minimum is 3 characters.
43939
+ #
43940
+ # Valid characters:
43941
+ #
43942
+ # * Letters: `A–Z, a–z`
43943
+ #
43944
+ # * Numbers: `0–9`
43945
+ #
43946
+ # * Special characters: `( ) [ ] . / - ' @ _ * ?`
43947
+ #
43948
+ # * Spaces
43949
+ #
43950
+ # Maximum: 50 values
43951
+ # @return [Array<String>]
43952
+ #
43953
+ # @!attribute [rw] deprecation_time_condition
43954
+ # The maximum period since deprecation for allowed images.
43955
+ # @return [Types::DeprecationTimeConditionRequest]
43956
+ #
43957
+ # @!attribute [rw] creation_date_condition
43958
+ # The maximum age for allowed images.
43959
+ # @return [Types::CreationDateConditionRequest]
43960
+ #
43802
43961
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImageCriterionRequest AWS API Documentation
43803
43962
  #
43804
43963
  class ImageCriterionRequest < Struct.new(
43805
- :image_providers)
43964
+ :image_providers,
43965
+ :marketplace_product_codes,
43966
+ :image_names,
43967
+ :deprecation_time_condition,
43968
+ :creation_date_condition)
43806
43969
  SENSITIVE = []
43807
43970
  include Aws::Structure
43808
43971
  end
@@ -51349,7 +51512,7 @@ module Aws::EC2
51349
51512
  #
51350
51513
  # The following are the supported values for each volume type:
51351
51514
  #
51352
- # * `gp3`: 3,000 - 16,000 IOPS
51515
+ # * `gp3`: 3,000 - 80,000 IOPS
51353
51516
  #
51354
51517
  # * `io1`: 100 - 64,000 IOPS
51355
51518
  #
@@ -51381,7 +51544,9 @@ module Aws::EC2
51381
51544
  # ID or a volume size. The following are the supported volumes sizes
51382
51545
  # for each volume type:
51383
51546
  #
51384
- # * `gp2` and `gp3`: 1 - 16,384 GiB
51547
+ # * `gp2`: 1 - 16,384 GiB
51548
+ #
51549
+ # * `gp3`: 1 - 65,536 GiB
51385
51550
  #
51386
51551
  # * `io1`: 4 - 16,384 GiB
51387
51552
  #
@@ -51403,9 +51568,9 @@ module Aws::EC2
51403
51568
  #
51404
51569
  # @!attribute [rw] throughput
51405
51570
  # The throughput to provision for a `gp3` volume, with a maximum of
51406
- # 1,000 MiB/s.
51571
+ # 2,000 MiB/s.
51407
51572
  #
51408
- # Valid Range: Minimum value of 125. Maximum value of 1000.
51573
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
51409
51574
  # @return [Integer]
51410
51575
  #
51411
51576
  # @!attribute [rw] volume_initialization_rate
@@ -51473,8 +51638,6 @@ module Aws::EC2
51473
51638
  # @!attribute [rw] count
51474
51639
  # The number of elastic inference accelerators to attach to the
51475
51640
  # instance.
51476
- #
51477
- # Default: 1
51478
51641
  # @return [Integer]
51479
51642
  #
51480
51643
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAccelerator AWS API Documentation
@@ -51500,8 +51663,6 @@ module Aws::EC2
51500
51663
  # @!attribute [rw] count
51501
51664
  # The number of elastic inference accelerators to attach to the
51502
51665
  # instance.
51503
- #
51504
- # Default: 1
51505
51666
  # @return [Integer]
51506
51667
  #
51507
51668
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAcceleratorResponse AWS API Documentation
@@ -51791,8 +51952,6 @@ module Aws::EC2
51791
51952
  # requests. The larger the number, the further instance metadata
51792
51953
  # requests can travel.
51793
51954
  #
51794
- # Default: 1
51795
- #
51796
51955
  # Possible values: Integers from 1 to 64
51797
51956
  # @return [Integer]
51798
51957
  #
@@ -58440,7 +58599,9 @@ module Aws::EC2
58440
58599
  #
58441
58600
  # The following are the supported volumes sizes for each volume type:
58442
58601
  #
58443
- # * `gp2` and `gp3`: 1 - 16,384 GiB
58602
+ # * `gp2`: 1 - 16,384 GiB
58603
+ #
58604
+ # * `gp3`: 1 - 65,536 GiB
58444
58605
  #
58445
58606
  # * `io1`: 4 - 16,384 GiB
58446
58607
  #
@@ -58470,7 +58631,7 @@ module Aws::EC2
58470
58631
  #
58471
58632
  # The following are the supported values for each volume type:
58472
58633
  #
58473
- # * `gp3`: 3,000 - 16,000 IOPS
58634
+ # * `gp3`: 3,000 - 80,000 IOPS
58474
58635
  #
58475
58636
  # * `io1`: 100 - 64,000 IOPS
58476
58637
  #
@@ -58491,12 +58652,12 @@ module Aws::EC2
58491
58652
  #
58492
58653
  # @!attribute [rw] throughput
58493
58654
  # The target throughput of the volume, in MiB/s. This parameter is
58494
- # valid only for `gp3` volumes. The maximum value is 1,000.
58655
+ # valid only for `gp3` volumes. The maximum value is 2,000.
58495
58656
  #
58496
58657
  # Default: The existing value is retained if the source and target
58497
58658
  # volume type is `gp3`. Otherwise, the default value is 125.
58498
58659
  #
58499
- # Valid Range: Minimum value of 125. Maximum value of 1000.
58660
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
58500
58661
  # @return [Integer]
58501
58662
  #
58502
58663
  # @!attribute [rw] multi_attach_enabled
@@ -67716,6 +67877,9 @@ module Aws::EC2
67716
67877
  #
67717
67878
  # * `EnableVgwRoutePropagation` - The route was propagated by route
67718
67879
  # propagation.
67880
+ #
67881
+ # * `Advertisement` - The route was created dynamically by Amazon VPC
67882
+ # Route Server.
67719
67883
  # @return [String]
67720
67884
  #
67721
67885
  # @!attribute [rw] state
@@ -1373,15 +1373,16 @@ module Aws::EC2
1373
1373
  #
1374
1374
  # * `platform-details` - The platform (`Linux/UNIX` \| `Red Hat BYOL
1375
1375
  # Linux` \| ` Red Hat Enterprise Linux` \| `Red Hat Enterprise Linux
1376
- # with HA` \| `Red Hat Enterprise Linux with SQL Server Standard and
1377
- # HA` \| `Red Hat Enterprise Linux with SQL Server Enterprise and HA`
1378
- # \| `Red Hat Enterprise Linux with SQL Server Standard` \| `Red Hat
1379
- # Enterprise Linux with SQL Server Web` \| `Red Hat Enterprise Linux
1380
- # with SQL Server Enterprise` \| `SQL Server Enterprise` \| `SQL
1381
- # Server Standard` \| `SQL Server Web` \| `SUSE Linux` \| `Ubuntu Pro`
1382
- # \| `Windows` \| `Windows BYOL` \| `Windows with SQL Server
1383
- # Enterprise` \| `Windows with SQL Server Standard` \| `Windows with
1384
- # SQL Server Web`).
1376
+ # with HA` \| `Red Hat Enterprise Linux with High Availability` \|
1377
+ # `Red Hat Enterprise Linux with SQL Server Standard and HA` \| `Red
1378
+ # Hat Enterprise Linux with SQL Server Enterprise and HA` \| `Red Hat
1379
+ # Enterprise Linux with SQL Server Standard` \| `Red Hat Enterprise
1380
+ # Linux with SQL Server Web` \| `Red Hat Enterprise Linux with SQL
1381
+ # Server Enterprise` \| `SQL Server Enterprise` \| `SQL Server
1382
+ # Standard` \| `SQL Server Web` \| `SUSE Linux` \| `Ubuntu Pro` \|
1383
+ # `Windows` \| `Windows BYOL` \| `Windows with SQL Server Enterprise`
1384
+ # \| `Windows with SQL Server Standard` \| `Windows with SQL Server
1385
+ # Web`).
1385
1386
  #
1386
1387
  # * `private-dns-name` - The private IPv4 DNS name of the instance.
1387
1388
  #
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.556.0'
81
+ GEM_VERSION = '1.560.0'
82
82
 
83
83
  end
84
84