aws-sdk-elasticloadbalancingv2 1.78.0 → 1.79.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-elasticloadbalancingv2/client.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +12 -6
- data/lib/aws-sdk-elasticloadbalancingv2.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: f729865c6d0439e9ee5a425e7ffaac39e011b9517688dd130a39cb0e1a575e47
|
|
4
|
+
data.tar.gz: 968802ac07b56f6f08df7f79390424c581db339b06f0b2789dc5eac21ef495b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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
|
|
4135
|
-
# Balancers and
|
|
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
|
|
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` -
|
|
4141
|
-
# values are
|
|
4142
|
-
#
|
|
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
|
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.
|
|
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-
|
|
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
|