aws-sdk-elasticloadbalancingv2 1.61.0 → 1.65.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +13 -10
- data/lib/aws-sdk-elasticloadbalancingv2/customizations.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +31 -17
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5dec729804a53f1881972c9530b1156a2ce1abc73dd40e157c84c1f052f8beb6
|
4
|
+
data.tar.gz: '083aa98687d90595582b0bcb5db547d5155947c62dc3f4de5fa9e59fab49dd80'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25e53d66290c35c1b855a3fa3066859cc1185f63ada58d1be6ce1226937414ecd2a0f7e74143f9b4881658518614c9660eb307a8ed1dc79a0d74fac52ddd558d
|
7
|
+
data.tar.gz: 26c5f96afc4348996b51c7f2e4f10ce368773cedeb5b2689d242f8da0a68cb1924db8fa72c1a6b9ef2240c712421262e5f19c5627d2875353a50e30f1bd4461d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.65.0 (2021-07-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.64.0 (2021-07-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds support for enabling TLS protocol version and cipher suite headers to be sent to backend targets for Application Load Balancers.
|
13
|
+
|
14
|
+
1.63.0 (2021-07-21)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Adds support for enabling TLS protocol version and cipher suite headers to be sent to backend targets for Application Load Balancers.
|
18
|
+
|
19
|
+
1.62.0 (2021-07-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Documentation updates for elasticloadbalancingv2
|
23
|
+
|
4
24
|
1.61.0 (2021-03-10)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
@@ -1365,8 +1365,8 @@ module Aws::ElasticLoadBalancingV2
|
|
1365
1365
|
# \[HTTP1 or HTTP2 protocol version\] The ping path. The default is /.
|
1366
1366
|
#
|
1367
1367
|
# \[GRPC protocol version\] The path of a custom health check method
|
1368
|
-
# with the format /package.service/method. The default is
|
1369
|
-
#
|
1368
|
+
# with the format /package.service/method. The default is /Amazon Web
|
1369
|
+
# Services.ALB/healthcheck.
|
1370
1370
|
#
|
1371
1371
|
# @option params [Integer] :health_check_interval_seconds
|
1372
1372
|
# The approximate amount of time, in seconds, between health checks of
|
@@ -1720,7 +1720,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1720
1720
|
end
|
1721
1721
|
|
1722
1722
|
# Describes the current Elastic Load Balancing resource limits for your
|
1723
|
-
#
|
1723
|
+
# Amazon Web Services account.
|
1724
1724
|
#
|
1725
1725
|
# For more information, see the following:
|
1726
1726
|
#
|
@@ -3520,10 +3520,13 @@ module Aws::ElasticLoadBalancingV2
|
|
3520
3520
|
#
|
3521
3521
|
# @option params [String] :health_check_protocol
|
3522
3522
|
# The protocol the load balancer uses when performing health checks on
|
3523
|
-
# targets.
|
3524
|
-
#
|
3525
|
-
#
|
3526
|
-
# checks
|
3523
|
+
# targets. For Application Load Balancers, the default is HTTP. For
|
3524
|
+
# Network Load Balancers and Gateway Load Balancers, the default is TCP.
|
3525
|
+
# The TCP protocol is not supported for health checks if the protocol of
|
3526
|
+
# the target group is HTTP or HTTPS. It is supported for health checks
|
3527
|
+
# only if the protocol of the target group is TCP, TLS, UDP, or
|
3528
|
+
# TCP\_UDP. The GENEVE, TLS, UDP, and TCP\_UDP protocols are not
|
3529
|
+
# supported for health checks.
|
3527
3530
|
#
|
3528
3531
|
# With Network Load Balancers, you can't modify this setting.
|
3529
3532
|
#
|
@@ -3538,8 +3541,8 @@ module Aws::ElasticLoadBalancingV2
|
|
3538
3541
|
# \[HTTP1 or HTTP2 protocol version\] The ping path. The default is /.
|
3539
3542
|
#
|
3540
3543
|
# \[GRPC protocol version\] The path of a custom health check method
|
3541
|
-
# with the format /package.service/method. The default is
|
3542
|
-
#
|
3544
|
+
# with the format /package.service/method. The default is /Amazon Web
|
3545
|
+
# Services.ALB/healthcheck.
|
3543
3546
|
#
|
3544
3547
|
# @option params [Boolean] :health_check_enabled
|
3545
3548
|
# Indicates whether health checks are enabled.
|
@@ -4269,7 +4272,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4269
4272
|
params: params,
|
4270
4273
|
config: config)
|
4271
4274
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4272
|
-
context[:gem_version] = '1.
|
4275
|
+
context[:gem_version] = '1.65.0'
|
4273
4276
|
Seahorse::Client::Request.new(handlers, context)
|
4274
4277
|
end
|
4275
4278
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
@@ -1105,8 +1105,8 @@ module Aws::ElasticLoadBalancingV2
|
|
1105
1105
|
# \[HTTP1 or HTTP2 protocol version\] The ping path. The default is /.
|
1106
1106
|
#
|
1107
1107
|
# \[GRPC protocol version\] The path of a custom health check method
|
1108
|
-
# with the format /package.service/method. The default is
|
1109
|
-
#
|
1108
|
+
# with the format /package.service/method. The default is /Amazon Web
|
1109
|
+
# Services.ALB/healthcheck.
|
1110
1110
|
# @return [String]
|
1111
1111
|
#
|
1112
1112
|
# @!attribute [rw] health_check_interval_seconds
|
@@ -2104,7 +2104,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2104
2104
|
class InvalidTargetException < Aws::EmptyStructure; end
|
2105
2105
|
|
2106
2106
|
# Information about an Elastic Load Balancing resource limit for your
|
2107
|
-
#
|
2107
|
+
# Amazon Web Services account.
|
2108
2108
|
#
|
2109
2109
|
# @!attribute [rw] name
|
2110
2110
|
# The name of the limit. The possible values are:
|
@@ -2388,6 +2388,17 @@ module Aws::ElasticLoadBalancingV2
|
|
2388
2388
|
# load balancer (`true`) or routed to targets (`false`). The default
|
2389
2389
|
# is `false`.
|
2390
2390
|
#
|
2391
|
+
# * `routing.http.x_amzn_tls_version_and_cipher_suite.enabled` -
|
2392
|
+
# Indicates whether the two headers (`x-amzn-tls-version` and
|
2393
|
+
# `x-amzn-tls-cipher-suite`), which contain information about the
|
2394
|
+
# negotiated TLS version and cipher suite, are added to the client
|
2395
|
+
# request before sending it to the target. The `x-amzn-tls-version`
|
2396
|
+
# header has information about the TLS protocol version negotiated
|
2397
|
+
# with the client, and the `x-amzn-tls-cipher-suite` header has
|
2398
|
+
# information about the cipher suite negotiated with the client.
|
2399
|
+
# Both headers are in OpenSSL format. The possible values for the
|
2400
|
+
# attribute are `true` and `false`. The default is `false`.
|
2401
|
+
#
|
2391
2402
|
# * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
|
2392
2403
|
# value is `true` or `false`. The default is `true`. Elastic Load
|
2393
2404
|
# Balancing requires that message header names contain only
|
@@ -2395,8 +2406,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2395
2406
|
#
|
2396
2407
|
# * `waf.fail_open.enabled` - Indicates whether to allow a WAF-enabled
|
2397
2408
|
# load balancer to route requests to targets if it is unable to
|
2398
|
-
# forward the request to
|
2399
|
-
# The default is `false`.
|
2409
|
+
# forward the request to Amazon Web Services WAF. The value is
|
2410
|
+
# `true` or `false`. The default is `false`.
|
2400
2411
|
#
|
2401
2412
|
# The following attribute is supported by Network Load Balancers and
|
2402
2413
|
# Gateway Load Balancers:
|
@@ -2896,10 +2907,13 @@ module Aws::ElasticLoadBalancingV2
|
|
2896
2907
|
#
|
2897
2908
|
# @!attribute [rw] health_check_protocol
|
2898
2909
|
# The protocol the load balancer uses when performing health checks on
|
2899
|
-
# targets.
|
2900
|
-
#
|
2901
|
-
#
|
2902
|
-
#
|
2910
|
+
# targets. For Application Load Balancers, the default is HTTP. For
|
2911
|
+
# Network Load Balancers and Gateway Load Balancers, the default is
|
2912
|
+
# TCP. The TCP protocol is not supported for health checks if the
|
2913
|
+
# protocol of the target group is HTTP or HTTPS. It is supported for
|
2914
|
+
# health checks only if the protocol of the target group is TCP, TLS,
|
2915
|
+
# UDP, or TCP\_UDP. The GENEVE, TLS, UDP, and TCP\_UDP protocols are
|
2916
|
+
# not supported for health checks.
|
2903
2917
|
#
|
2904
2918
|
# With Network Load Balancers, you can't modify this setting.
|
2905
2919
|
# @return [String]
|
@@ -2916,8 +2930,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2916
2930
|
# \[HTTP1 or HTTP2 protocol version\] The ping path. The default is /.
|
2917
2931
|
#
|
2918
2932
|
# \[GRPC protocol version\] The path of a custom health check method
|
2919
|
-
# with the format /package.service/method. The default is
|
2920
|
-
#
|
2933
|
+
# with the format /package.service/method. The default is /Amazon Web
|
2934
|
+
# Services.ALB/healthcheck.
|
2921
2935
|
# @return [String]
|
2922
2936
|
#
|
2923
2937
|
# @!attribute [rw] health_check_enabled
|
@@ -4080,8 +4094,8 @@ module Aws::ElasticLoadBalancingV2
|
|
4080
4094
|
#
|
4081
4095
|
# * `stickiness.app_cookie.cookie_name` - Indicates the name of the
|
4082
4096
|
# application-based cookie. Names that start with the following
|
4083
|
-
#
|
4084
|
-
#
|
4097
|
+
# prefixes are not allowed: `AWSALB`, `AWSALBAPP`, and `AWSALBTG`;
|
4098
|
+
# they're reserved for use by the load balancer.
|
4085
4099
|
#
|
4086
4100
|
# * `stickiness.app_cookie.duration_seconds` - The time period, in
|
4087
4101
|
# seconds, during which requests from a client should be routed to
|
@@ -4338,8 +4352,8 @@ module Aws::ElasticLoadBalancingV2
|
|
4338
4352
|
#
|
4339
4353
|
class TooManyListenersException < Aws::EmptyStructure; end
|
4340
4354
|
|
4341
|
-
# You've reached the limit on the number of load balancers for your
|
4342
|
-
# account.
|
4355
|
+
# You've reached the limit on the number of load balancers for your
|
4356
|
+
# Amazon Web Services account.
|
4343
4357
|
#
|
4344
4358
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyLoadBalancersException AWS API Documentation
|
4345
4359
|
#
|
@@ -4364,8 +4378,8 @@ module Aws::ElasticLoadBalancingV2
|
|
4364
4378
|
#
|
4365
4379
|
class TooManyTagsException < Aws::EmptyStructure; end
|
4366
4380
|
|
4367
|
-
# You've reached the limit on the number of target groups for your
|
4368
|
-
# account.
|
4381
|
+
# You've reached the limit on the number of target groups for your
|
4382
|
+
# Amazon Web Services account.
|
4369
4383
|
#
|
4370
4384
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyTargetGroupsException AWS API Documentation
|
4371
4385
|
#
|
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.65.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-
|
11
|
+
date: 2021-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.118.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.118.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,8 +67,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
67
67
|
licenses:
|
68
68
|
- Apache-2.0
|
69
69
|
metadata:
|
70
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
71
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticloadbalancingv2
|
71
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md
|
72
72
|
post_install_message:
|
73
73
|
rdoc_options: []
|
74
74
|
require_paths:
|
@@ -84,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
- !ruby/object:Gem::Version
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
|
-
|
88
|
-
rubygems_version: 2.7.6.2
|
87
|
+
rubygems_version: 3.1.6
|
89
88
|
signing_key:
|
90
89
|
specification_version: 4
|
91
90
|
summary: AWS SDK for Ruby - Elastic Load Balancing v2
|