aws-sdk-globalaccelerator 1.49.0 → 1.51.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0aed01047abb77d2391094b163a33c25a4d121bd727b4511cf2bdf5906c6f43
|
4
|
+
data.tar.gz: 9a43b68e5fdfb4e1c09e8d541ed97df59f65605bf2c7609503f2760c7318ba00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 154f94a37fa837b780c6a022f4119dbf93b9109c829d613bab8c266c76eaa94141435462ab5bf0f5f6dc0e3d98a6b308d924de562db9983e07fc60edbad99e2f
|
7
|
+
data.tar.gz: 94b43f1d1eabdb759f7e16ccf2e1ab2204601fb03c2e8b829989af485081a2255704bcfadc5d08be2391c8a3428b2ba63621a3a591a841d1ff494366f93d5363
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.51.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.50.0 (2023-08-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Global Accelerator now supports Client Ip Preservation for Network Load Balancer endpoints.
|
13
|
+
|
4
14
|
1.49.0 (2023-08-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.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.51.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.51.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-
|
11
|
+
date: 2023-09-27 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.
|
22
|
+
version: 3.184.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.
|
32
|
+
version: 3.184.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|