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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b027e38e260d780acdde9e5b115adda9161bc546bd1d334738965c74ff77e40
4
- data.tar.gz: 7d2a26e1dd9a97dea12d9d60a67da15e1d5779df009955d1047b4b7c41bec8cd
3
+ metadata.gz: 87421a31d47b363af48f190196fa45790d8a87938934a6f00562d1ad9ddcbbdc
4
+ data.tar.gz: f77945c34a6a5ffaec3e6e5cb61af8a409280979c2ac52bc936a6929df4bbd88
5
5
  SHA512:
6
- metadata.gz: 10d1ae4b2d2d894b8482ad786cf05f7d3545f4fa07c363c3578c5df6c48a78589948941dea5c084c382334101e17981c999d2234ed5d667bfb91f9b2e00c5fae
7
- data.tar.gz: af6ad0ae3063a59e3be792d274ccb9f4869d7f43c47ef839e73fd27e85f32a0b1175dbc41f6a1477f7126b14c303edf3772f28cbb2bbee62d708629a99e9f543
6
+ metadata.gz: 645e9ec7b5a12cc2e0c7da534ab55312aa9ca0ea210049940371b565b53c287cbe7df8d3008d90b76362494e961dd7f771b95a5b68be515e6d0d10292f1e78a0
7
+ data.tar.gz: 01d1be9d2bf1deedee424587297f7fe0054133fb33a52a322fa2e5f9ddddb26000dceedad2d77dde7779007ba8b2642a0cc280db262ba2310dcbd3dc48860d44
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2023-08-22)
5
+ ------------------
6
+
7
+ * Feature - Global Accelerator now supports Client Ip Preservation for Network Load Balancer endpoints.
8
+
4
9
  1.49.0 (2023-08-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
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.49.0'
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
- # 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.50.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.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-09 00:00:00.000000000 Z
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