aws-sdk-elasticloadbalancingv2 1.57.0 → 1.58.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48da78699a9637b0f13deb17affa60b23bcc97261e30f9f0b8ced47b2a931dc6
|
4
|
+
data.tar.gz: 2d4b45da0b27532cf094eaac27a581ede39f40f464ada3afa5f20327ff00c32b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3901a1441a5e4a10da51192a854fc0f4be60ec1fd8331d136dd842422612d26aad91f00fbe167e1fce78ed804567ec8816fafd941f4d436195f4612f57487a90
|
7
|
+
data.tar.gz: c6bdd9ddd5336feaee0a4b8e87f7f8f929bf8c2aafbcfd666a5e2f32b4e627253e1153502992b8b0bb97231f0962202dfe7486de38b7bd4eacabeefc58aca8b9
|
@@ -439,7 +439,7 @@ module Aws::ElasticLoadBalancingV2
|
|
439
439
|
end
|
440
440
|
|
441
441
|
# Creates a listener for the specified Application Load Balancer,
|
442
|
-
# Network Load Balancer
|
442
|
+
# Network Load Balancer, or Gateway Load Balancer.
|
443
443
|
#
|
444
444
|
# For more information, see the following:
|
445
445
|
#
|
@@ -1370,11 +1370,11 @@ module Aws::ElasticLoadBalancingV2
|
|
1370
1370
|
#
|
1371
1371
|
# @option params [Integer] :health_check_interval_seconds
|
1372
1372
|
# The approximate amount of time, in seconds, between health checks of
|
1373
|
-
# an individual target.
|
1374
|
-
# 10 and 30 seconds. If the target
|
1375
|
-
#
|
1376
|
-
#
|
1377
|
-
# 35 seconds.
|
1373
|
+
# an individual target. If the target group protocol is TCP, TLS, UDP,
|
1374
|
+
# or TCP\_UDP, the supported values are 10 and 30 seconds. If the target
|
1375
|
+
# group protocol is HTTP or HTTPS, the default is 30 seconds. If the
|
1376
|
+
# target group protocol is GENEVE, the default is 10 seconds. If the
|
1377
|
+
# target type is `lambda`, the default is 35 seconds.
|
1378
1378
|
#
|
1379
1379
|
# @option params [Integer] :health_check_timeout_seconds
|
1380
1380
|
# The amount of time, in seconds, during which no response from a target
|
@@ -4269,7 +4269,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4269
4269
|
params: params,
|
4270
4270
|
config: config)
|
4271
4271
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4272
|
-
context[:gem_version] = '1.
|
4272
|
+
context[:gem_version] = '1.58.0'
|
4273
4273
|
Seahorse::Client::Request.new(handlers, context)
|
4274
4274
|
end
|
4275
4275
|
|
@@ -1111,11 +1111,11 @@ module Aws::ElasticLoadBalancingV2
|
|
1111
1111
|
#
|
1112
1112
|
# @!attribute [rw] health_check_interval_seconds
|
1113
1113
|
# The approximate amount of time, in seconds, between health checks of
|
1114
|
-
# an individual target.
|
1115
|
-
# are 10 and 30 seconds. If the
|
1116
|
-
#
|
1117
|
-
#
|
1118
|
-
# is 35 seconds.
|
1114
|
+
# an individual target. If the target group protocol is TCP, TLS, UDP,
|
1115
|
+
# or TCP\_UDP, the supported values are 10 and 30 seconds. If the
|
1116
|
+
# target group protocol is HTTP or HTTPS, the default is 30 seconds.
|
1117
|
+
# If the target group protocol is GENEVE, the default is 10 seconds.
|
1118
|
+
# If the target type is `lambda`, the default is 35 seconds.
|
1119
1119
|
# @return [Integer]
|
1120
1120
|
#
|
1121
1121
|
# @!attribute [rw] health_check_timeout_seconds
|
@@ -2432,8 +2432,10 @@ module Aws::ElasticLoadBalancingV2
|
|
2432
2432
|
# @!attribute [rw] code
|
2433
2433
|
# The state code. The initial state of the load balancer is
|
2434
2434
|
# `provisioning`. After the load balancer is fully set up and ready to
|
2435
|
-
# route traffic, its state is `active`. If
|
2436
|
-
#
|
2435
|
+
# route traffic, its state is `active`. If load balancer is routing
|
2436
|
+
# traffic but does not have the resources it needs to scale, its state
|
2437
|
+
# is`active_impaired`. If the load balancer could not be set up, its
|
2438
|
+
# state is `failed`.
|
2437
2439
|
# @return [String]
|
2438
2440
|
#
|
2439
2441
|
# @!attribute [rw] reason
|
@@ -4104,6 +4106,12 @@ module Aws::ElasticLoadBalancingV2
|
|
4104
4106
|
# deregistration timeout. The value is `true` or `false`. The
|
4105
4107
|
# default is `false`.
|
4106
4108
|
#
|
4109
|
+
# * `preserve_client_ip.enabled` - Indicates whether client IP
|
4110
|
+
# preservation is enabled. The value is `true` or `false`. The
|
4111
|
+
# default is disabled if the target group type is IP address and the
|
4112
|
+
# target group protocol is TCP or TLS. Otherwise, the default is
|
4113
|
+
# enabled.
|
4114
|
+
#
|
4107
4115
|
# * `proxy_protocol_v2.enabled` - Indicates whether Proxy Protocol
|
4108
4116
|
# version 2 is enabled. The value is `true` or `false`. The default
|
4109
4117
|
# is `false`.
|
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.58.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: 2021-02-
|
11
|
+
date: 2021-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|