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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b027e38e260d780acdde9e5b115adda9161bc546bd1d334738965c74ff77e40
4
- data.tar.gz: 7d2a26e1dd9a97dea12d9d60a67da15e1d5779df009955d1047b4b7c41bec8cd
3
+ metadata.gz: a0aed01047abb77d2391094b163a33c25a4d121bd727b4511cf2bdf5906c6f43
4
+ data.tar.gz: 9a43b68e5fdfb4e1c09e8d541ed97df59f65605bf2c7609503f2760c7318ba00
5
5
  SHA512:
6
- metadata.gz: 10d1ae4b2d2d894b8482ad786cf05f7d3545f4fa07c363c3578c5df6c48a78589948941dea5c084c382334101e17981c999d2234ed5d667bfb91f9b2e00c5fae
7
- data.tar.gz: af6ad0ae3063a59e3be792d274ccb9f4869d7f43c47ef839e73fd27e85f32a0b1175dbc41f6a1477f7126b14c303edf3772f28cbb2bbee62d708629a99e9f543
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.49.0
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.49.0'
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
- # and Amazon EC2 instances.
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
- # and Amazon EC2 instances.
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*.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-globalaccelerator/customizations'
52
52
  # @!group service
53
53
  module Aws::GlobalAccelerator
54
54
 
55
- GEM_VERSION = '1.49.0'
55
+ GEM_VERSION = '1.51.0'
56
56
 
57
57
  end
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.49.0
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-08-09 00:00:00.000000000 Z
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.177.0
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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement