aws-sdk-elasticloadbalancingv2 1.61.0 → 1.62.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 +5 -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 +20 -17
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00122d586dc321d6ccc3af7a6bb9826637c4e7d2a1bc3ab14cac91423125b940
|
4
|
+
data.tar.gz: 6f56e844b62de3c401ecfb1da5ecd38f005741b32c7b420368f1179dc7c3314f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb4782603200ed167d2e1c9b358b9332b70e7eed94f320f9615e8d17d89b1e8e0ec4e10f034d3592bc638a151acb06b236044e16bb7d76913fd5ce8d12fbab25
|
7
|
+
data.tar.gz: 345f45fe4f68b1ef07ff841c1151060b1dcb581ccccb67a27738b8b683a983e1dfe9405d6bc538d7d0de3b5505bba8b59e428dc542385fa80d86388a66804e71
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.62.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.62.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:
|
@@ -2395,8 +2395,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2395
2395
|
#
|
2396
2396
|
# * `waf.fail_open.enabled` - Indicates whether to allow a WAF-enabled
|
2397
2397
|
# load balancer to route requests to targets if it is unable to
|
2398
|
-
# forward the request to
|
2399
|
-
# The default is `false`.
|
2398
|
+
# forward the request to Amazon Web Services WAF. The value is
|
2399
|
+
# `true` or `false`. The default is `false`.
|
2400
2400
|
#
|
2401
2401
|
# The following attribute is supported by Network Load Balancers and
|
2402
2402
|
# Gateway Load Balancers:
|
@@ -2896,10 +2896,13 @@ module Aws::ElasticLoadBalancingV2
|
|
2896
2896
|
#
|
2897
2897
|
# @!attribute [rw] health_check_protocol
|
2898
2898
|
# The protocol the load balancer uses when performing health checks on
|
2899
|
-
# targets.
|
2900
|
-
#
|
2901
|
-
#
|
2902
|
-
#
|
2899
|
+
# targets. For Application Load Balancers, the default is HTTP. For
|
2900
|
+
# Network Load Balancers and Gateway Load Balancers, the default is
|
2901
|
+
# TCP. The TCP protocol is not supported for health checks if the
|
2902
|
+
# protocol of the target group is HTTP or HTTPS. It is supported for
|
2903
|
+
# health checks only if the protocol of the target group is TCP, TLS,
|
2904
|
+
# UDP, or TCP\_UDP. The GENEVE, TLS, UDP, and TCP\_UDP protocols are
|
2905
|
+
# not supported for health checks.
|
2903
2906
|
#
|
2904
2907
|
# With Network Load Balancers, you can't modify this setting.
|
2905
2908
|
# @return [String]
|
@@ -2916,8 +2919,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2916
2919
|
# \[HTTP1 or HTTP2 protocol version\] The ping path. The default is /.
|
2917
2920
|
#
|
2918
2921
|
# \[GRPC protocol version\] The path of a custom health check method
|
2919
|
-
# with the format /package.service/method. The default is
|
2920
|
-
#
|
2922
|
+
# with the format /package.service/method. The default is /Amazon Web
|
2923
|
+
# Services.ALB/healthcheck.
|
2921
2924
|
# @return [String]
|
2922
2925
|
#
|
2923
2926
|
# @!attribute [rw] health_check_enabled
|
@@ -4080,8 +4083,8 @@ module Aws::ElasticLoadBalancingV2
|
|
4080
4083
|
#
|
4081
4084
|
# * `stickiness.app_cookie.cookie_name` - Indicates the name of the
|
4082
4085
|
# application-based cookie. Names that start with the following
|
4083
|
-
#
|
4084
|
-
#
|
4086
|
+
# prefixes are not allowed: `AWSALB`, `AWSALBAPP`, and `AWSALBTG`;
|
4087
|
+
# they're reserved for use by the load balancer.
|
4085
4088
|
#
|
4086
4089
|
# * `stickiness.app_cookie.duration_seconds` - The time period, in
|
4087
4090
|
# seconds, during which requests from a client should be routed to
|
@@ -4338,8 +4341,8 @@ module Aws::ElasticLoadBalancingV2
|
|
4338
4341
|
#
|
4339
4342
|
class TooManyListenersException < Aws::EmptyStructure; end
|
4340
4343
|
|
4341
|
-
# You've reached the limit on the number of load balancers for your
|
4342
|
-
# account.
|
4344
|
+
# You've reached the limit on the number of load balancers for your
|
4345
|
+
# Amazon Web Services account.
|
4343
4346
|
#
|
4344
4347
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyLoadBalancersException AWS API Documentation
|
4345
4348
|
#
|
@@ -4364,8 +4367,8 @@ module Aws::ElasticLoadBalancingV2
|
|
4364
4367
|
#
|
4365
4368
|
class TooManyTagsException < Aws::EmptyStructure; end
|
4366
4369
|
|
4367
|
-
# You've reached the limit on the number of target groups for your
|
4368
|
-
# account.
|
4370
|
+
# You've reached the limit on the number of target groups for your
|
4371
|
+
# Amazon Web Services account.
|
4369
4372
|
#
|
4370
4373
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TooManyTargetGroupsException AWS API Documentation
|
4371
4374
|
#
|
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.62.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-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -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
|