aws-sdk-globalaccelerator 1.49.0 → 1.50.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-globalaccelerator/client.rb +1 -1
- data/lib/aws-sdk-globalaccelerator/types.rb +8 -4
- data/lib/aws-sdk-globalaccelerator.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87421a31d47b363af48f190196fa45790d8a87938934a6f00562d1ad9ddcbbdc
|
|
4
|
+
data.tar.gz: f77945c34a6a5ffaec3e6e5cb61af8a409280979c2ac52bc936a6929df4bbd88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 645e9ec7b5a12cc2e0c7da534ab55312aa9ca0ea210049940371b565b53c287cbe7df8d3008d90b76362494e961dd7f771b95a5b68be515e6d0d10292f1e78a0
|
|
7
|
+
data.tar.gz: 01d1be9d2bf1deedee424587297f7fe0054133fb33a52a322fa2e5f9ddddb26000dceedad2d77dde7779007ba8b2642a0cc280db262ba2310dcbd3dc48860d44
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.50.0
|
|
@@ -3135,7 +3135,7 @@ module Aws::GlobalAccelerator
|
|
|
3135
3135
|
params: params,
|
|
3136
3136
|
config: config)
|
|
3137
3137
|
context[:gem_name] = 'aws-sdk-globalaccelerator'
|
|
3138
|
-
context[:gem_version] = '1.
|
|
3138
|
+
context[:gem_version] = '1.50.0'
|
|
3139
3139
|
Seahorse::Client::Request.new(handlers, context)
|
|
3140
3140
|
end
|
|
3141
3141
|
|
|
@@ -1761,8 +1761,10 @@ module Aws::GlobalAccelerator
|
|
|
1761
1761
|
# applications on the endpoint fronted by the accelerator.
|
|
1762
1762
|
#
|
|
1763
1763
|
# Client IP address preservation is supported, in specific Amazon Web
|
|
1764
|
-
# Services Regions, for endpoints that are Application Load Balancers
|
|
1765
|
-
#
|
|
1764
|
+
# Services Regions, for endpoints that are Application Load Balancers,
|
|
1765
|
+
# Amazon EC2 instances, and Network Load Balancers with Security
|
|
1766
|
+
# Groups. IMPORTANT: You cannot use client IP address preservation
|
|
1767
|
+
# with Network Load Balancers with TLS listeners.
|
|
1766
1768
|
#
|
|
1767
1769
|
# For more information, see [ Preserve client IP addresses in Global
|
|
1768
1770
|
# Accelerator][1] in the *Global Accelerator Developer Guide*.
|
|
@@ -1829,8 +1831,10 @@ module Aws::GlobalAccelerator
|
|
|
1829
1831
|
# applications on the endpoint fronted by the accelerator.
|
|
1830
1832
|
#
|
|
1831
1833
|
# Client IP address preservation is supported, in specific Amazon Web
|
|
1832
|
-
# Services Regions, for endpoints that are Application Load Balancers
|
|
1833
|
-
#
|
|
1834
|
+
# Services Regions, for endpoints that are Application Load Balancers,
|
|
1835
|
+
# Amazon EC2 instances, and Network Load Balancers with Security
|
|
1836
|
+
# Groups. IMPORTANT: You cannot use client IP address preservation
|
|
1837
|
+
# with Network Load Balancers with TLS listeners.
|
|
1834
1838
|
#
|
|
1835
1839
|
# For more information, see [ Preserve client IP addresses in Global
|
|
1836
1840
|
# Accelerator][1] in the *Global Accelerator Developer Guide*.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-globalaccelerator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.50.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: 2023-08-
|
|
11
|
+
date: 2023-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|