aws-sdk-ec2 1.534.0 → 1.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93d3530ea8803a6c6271b743ec4611e30d04309b31c44a42f93ce64d85a15abb
4
- data.tar.gz: 57f72f173612893ff4e471738218c186ae228d71c8d84a227c522cf15529f425
3
+ metadata.gz: 3d45cb384f527de9bbde28fffeca8a307d2f5906c6b55ece9892c5e976ea342a
4
+ data.tar.gz: a585f50bf7f0e8c15b43dacb9cd2ca27325dfaa64d5380e54aa6c723e95f4987
5
5
  SHA512:
6
- metadata.gz: dec08a296abcd7d746983a21fa92c4593dc8bc772ca7d46fade297e78b29482220350084c626f91cf3ed96424d8234dc6b2433fb70738cfded676c6a15975968
7
- data.tar.gz: 1a10283da33cc02da8cfb69fd42b5fd9cade1dd22def5347528cd80534b66da534e4a7ff5e43ec2adc0fe9c81ca1f9b74cbbe036afcb56f3bd4a15cc191702d1
6
+ metadata.gz: 8866abc03516743f65641313557fdca9a94301427b615508468e6355e19497ae78cf8326e4905874175a37882672e580f6bb49ce085036cfb8a7f08ee9608b65
7
+ data.tar.gz: b7b89a23a8d1887f039f6212395901eef0807b39dc8bc05d3c281f91da5668d180f2c9e5c8d1a438f9f732cca5b3dea38fdc3702bea0b2288e15f18d986f5b6d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.535.0 (2025-07-02)
5
+ ------------------
6
+
7
+ * Feature - AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks.
8
+
4
9
  1.534.0 (2025-07-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.534.0
1
+ 1.535.0
@@ -6436,11 +6436,11 @@ module Aws::EC2
6436
6436
  # Length Constraints: Up to 255 characters.
6437
6437
  #
6438
6438
  # @option params [String] :ip_address
6439
- # IPv4 address for the customer gateway device's outside interface. The
6440
- # address must be static. If `OutsideIpAddressType` in your VPN
6439
+ # The IP address for the customer gateway device's outside interface.
6440
+ # The address must be static. If `OutsideIpAddressType` in your VPN
6441
6441
  # connection options is set to `PrivateIpv4`, you can use an RFC6598 or
6442
6442
  # RFC1918 private IPv4 address. If `OutsideIpAddressType` is set to
6443
- # `PublicIpv4`, you can use a public IPv4 address.
6443
+ # `Ipv6`, you can use an IPv6 address.
6444
6444
  #
6445
6445
  # @option params [Integer] :bgp_asn_extended
6446
6446
  # For customer gateway devices that support BGP, specify the device's
@@ -66151,7 +66151,7 @@ module Aws::EC2
66151
66151
  tracer: tracer
66152
66152
  )
66153
66153
  context[:gem_name] = 'aws-sdk-ec2'
66154
- context[:gem_version] = '1.534.0'
66154
+ context[:gem_version] = '1.535.0'
66155
66155
  Seahorse::Client::Request.new(handlers, context)
66156
66156
  end
66157
66157
 
@@ -8662,11 +8662,11 @@ module Aws::EC2
8662
8662
  # @return [String]
8663
8663
  #
8664
8664
  # @!attribute [rw] ip_address
8665
- # IPv4 address for the customer gateway device's outside interface.
8665
+ # The IP address for the customer gateway device's outside interface.
8666
8666
  # The address must be static. If `OutsideIpAddressType` in your VPN
8667
8667
  # connection options is set to `PrivateIpv4`, you can use an RFC6598
8668
8668
  # or RFC1918 private IPv4 address. If `OutsideIpAddressType` is set to
8669
- # `PublicIpv4`, you can use a public IPv4 address.
8669
+ # `Ipv6`, you can use an IPv6 address.
8670
8670
  # @return [String]
8671
8671
  #
8672
8672
  # @!attribute [rw] bgp_asn_extended
@@ -15483,11 +15483,13 @@ module Aws::EC2
15483
15483
  # @return [String]
15484
15484
  #
15485
15485
  # @!attribute [rw] ip_address
15486
- # IPv4 address for the customer gateway device's outside interface.
15486
+ # The IP address for the customer gateway device's outside interface.
15487
15487
  # The address must be static. If `OutsideIpAddressType` in your VPN
15488
15488
  # connection options is set to `PrivateIpv4`, you can use an RFC6598
15489
15489
  # or RFC1918 private IPv4 address. If `OutsideIpAddressType` is set to
15490
- # `PublicIpv4`, you can use a public IPv4 address.
15490
+ # `PublicIpv4`, you can use a public IPv4 address. If
15491
+ # `OutsideIpAddressType` is set to `Ipv6`, you can use a public IPv6
15492
+ # address.
15491
15493
  # @return [String]
15492
15494
  #
15493
15495
  # @!attribute [rw] bgp_asn
@@ -77736,7 +77738,7 @@ module Aws::EC2
77736
77738
  # The type of IPv4 address assigned to the outside interface of the
77737
77739
  # customer gateway.
77738
77740
  #
77739
- # Valid values: `PrivateIpv4` \| `PublicIpv4`
77741
+ # Valid values: `PrivateIpv4` \| `PublicIpv4` \| `Ipv6`
77740
77742
  #
77741
77743
  # Default: `PublicIpv4`
77742
77744
  # @return [String]
@@ -77815,10 +77817,10 @@ module Aws::EC2
77815
77817
  # @return [String]
77816
77818
  #
77817
77819
  # @!attribute [rw] outside_ip_address_type
77818
- # The type of IPv4 address assigned to the outside interface of the
77820
+ # The type of IP address assigned to the outside interface of the
77819
77821
  # customer gateway device.
77820
77822
  #
77821
- # Valid values: `PrivateIpv4` \| `PublicIpv4`
77823
+ # Valid values: `PrivateIpv4` \| `PublicIpv4` \| `Ipv6`
77822
77824
  #
77823
77825
  # Default: `PublicIpv4`
77824
77826
  # @return [String]
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.534.0'
81
+ GEM_VERSION = '1.535.0'
82
82
 
83
83
  end
84
84
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.534.0
4
+ version: 1.535.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services