aws-sdk-elasticloadbalancingv2 1.78.0 → 1.79.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: 2c268c3d3abc90398548fc4f10535926b3e247a0c16ac3a766419f096a8a77a1
4
- data.tar.gz: 0d90844622e4c9cbccf7b387246725e02de30aa090e06058ebf96ea298dd855e
3
+ metadata.gz: f729865c6d0439e9ee5a425e7ffaac39e011b9517688dd130a39cb0e1a575e47
4
+ data.tar.gz: 968802ac07b56f6f08df7f79390424c581db339b06f0b2789dc5eac21ef495b9
5
5
  SHA512:
6
- metadata.gz: 6793c1566a9ac786e71960785d8d26fff651c5cea9e0dc255751f5c4dfa87ee3b6a937de659a42d3c51b8d767a2575211fbec74ec7c4fb8be26296c2c0fb947f
7
- data.tar.gz: cacf818a78ecaafc2547fdc4969c067482dbb91c25e787d5a80ba9f979ef8d6113c0f8e09bc4d436e1883ed4e54110a6ad34ef263c18eb6cd79b9d8d7a04413d
6
+ metadata.gz: d6a646836b29e25afb3a6ec8f76f7c3777909a51a4a12b5041a2899adb1790bcecc2efa699d063a238003ac6ecdfc72bd1dd3580120d94d83d985bc55cc348d0
7
+ data.tar.gz: d1ad00d4a3b7e8cb421243b28b076267e94a8cd1a7ca9ed98655011de3a772f69ceb03ca2d9a8042b971060605835b9a342082c19d49969ed9ce54c47c1dcac2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2022-08-25)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for ELBv2. Gateway Load Balancer now supports Configurable Flow Stickiness, enabling you to configure the hashing used to maintain stickiness of flows to a specific target appliance.
8
+
4
9
  1.78.0 (2022-06-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -4313,7 +4313,7 @@ module Aws::ElasticLoadBalancingV2
4313
4313
  params: params,
4314
4314
  config: config)
4315
4315
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4316
- context[:gem_version] = '1.78.0'
4316
+ context[:gem_version] = '1.79.0'
4317
4317
  Seahorse::Client::Request.new(handlers, context)
4318
4318
  end
4319
4319
 
@@ -4131,15 +4131,21 @@ module Aws::ElasticLoadBalancingV2
4131
4131
  #
4132
4132
  # ^
4133
4133
  #
4134
- # The following attributes are supported by both Application Load
4135
- # Balancers and Network Load Balancers:
4134
+ # The following attributes are supported by Application Load
4135
+ # Balancers, Network Load Balancers, and Gateway Load Balancers:
4136
4136
  #
4137
- # * `stickiness.enabled` - Indicates whether sticky sessions are
4137
+ # * `stickiness.enabled` - Indicates whether target stickiness is
4138
4138
  # enabled. The value is `true` or `false`. The default is `false`.
4139
4139
  #
4140
- # * `stickiness.type` - The type of sticky sessions. The possible
4141
- # values are `lb_cookie` and `app_cookie` for Application Load
4142
- # Balancers or `source_ip` for Network Load Balancers.
4140
+ # * `stickiness.type` - Indicates the type of stickiness. The possible
4141
+ # values are:
4142
+ #
4143
+ # * `lb_cookie` and `app_cookie` for Application Load Balancers
4144
+ #
4145
+ # * `source_ip` for Network Load Balancers
4146
+ #
4147
+ # * `source_ip_dest_ip` and `source_ip_dest_ip_proto` for Gateway
4148
+ # Load Balancers
4143
4149
  #
4144
4150
  # The following attributes are supported only if the load balancer is
4145
4151
  # an Application Load Balancer and the target is an instance or an IP
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
49
49
  # @!group service
50
50
  module Aws::ElasticLoadBalancingV2
51
51
 
52
- GEM_VERSION = '1.78.0'
52
+ GEM_VERSION = '1.79.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.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: 2022-06-29 00:00:00.000000000 Z
11
+ date: 2022-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core