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: 9680ae9aa61339670eb1af4a0903f29e4fed162e4ab949c2996f143e7405681a
4
- data.tar.gz: 73c75153d0697883330c3d6a3d747ca439cd4327cb02978d33bb473d50cc15f2
3
+ metadata.gz: 48da78699a9637b0f13deb17affa60b23bcc97261e30f9f0b8ced47b2a931dc6
4
+ data.tar.gz: 2d4b45da0b27532cf094eaac27a581ede39f40f464ada3afa5f20327ff00c32b
5
5
  SHA512:
6
- metadata.gz: 2f71315412185cb16bdc5eec8cd9cbc95fd0dea27a714e3c764f1f5a6c7cec5e7b22760af4cab5e2dd65519e0af3622a53ae90a3853ea65a24e5d33f1bbdef92
7
- data.tar.gz: c5092162dfb2ff77517091b9411ec62dd607f7c0edc36ff555e830c36d1bf4207036e38086684b9ac98eaaaf9a54e7284ee9cf86d9fcd5b36ebe5c22a9aa0f50
6
+ metadata.gz: 3901a1441a5e4a10da51192a854fc0f4be60ec1fd8331d136dd842422612d26aad91f00fbe167e1fce78ed804567ec8816fafd941f4d436195f4612f57487a90
7
+ data.tar.gz: c6bdd9ddd5336feaee0a4b8e87f7f8f929bf8c2aafbcfd666a5e2f32b4e627253e1153502992b8b0bb97231f0962202dfe7486de38b7bd4eacabeefc58aca8b9
@@ -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.57.0'
52
+ GEM_VERSION = '1.58.0'
53
53
 
54
54
  end
@@ -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. or Gateway 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. For TCP health checks, the supported values are
1374
- # 10 and 30 seconds. If the target type is `instance` or `ip`, the
1375
- # default is 30 seconds. If the target group protocol is GENEVE, the
1376
- # default is 10 seconds. If the target type is `lambda`, the default is
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.57.0'
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. For TCP health checks, the supported values
1115
- # are 10 and 30 seconds. If the target type is `instance` or `ip`, the
1116
- # default is 30 seconds. If the target group protocol is GENEVE, the
1117
- # default is 10 seconds. If the target type is `lambda`, the default
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 the load balancer could not
2436
- # be set up, its state is `failed`.
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.57.0
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-02 00:00:00.000000000 Z
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