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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +4 -4
- data/lib/aws-sdk-ec2/types.rb +9 -7
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d45cb384f527de9bbde28fffeca8a307d2f5906c6b55ece9892c5e976ea342a
|
4
|
+
data.tar.gz: a585f50bf7f0e8c15b43dacb9cd2ca27325dfaa64d5380e54aa6c723e95f4987
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.535.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -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
|
-
#
|
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
|
-
# `
|
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.
|
66154
|
+
context[:gem_version] = '1.535.0'
|
66155
66155
|
Seahorse::Client::Request.new(handlers, context)
|
66156
66156
|
end
|
66157
66157
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -8662,11 +8662,11 @@ module Aws::EC2
|
|
8662
8662
|
# @return [String]
|
8663
8663
|
#
|
8664
8664
|
# @!attribute [rw] ip_address
|
8665
|
-
#
|
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
|
-
# `
|
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
|
-
#
|
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
|
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