aws-sdk-elasticloadbalancingv2 1.35.0 → 1.36.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48b483b7b12abc2da2fc16353b4bae1e9759fea6
|
4
|
+
data.tar.gz: 1f861ae8d634b0aca1b480813ccc439adae931c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98d76901e8d8889d9ecdf9081a72ef16c822e498b37df4525e1fe2f673bbde1330b9153e3daeed7924836dae7260bbaef871b471c8c580b27d465aa2640aa991
|
7
|
+
data.tar.gz: 729ea541687461204f8e039f393204821eee0149667a003e6206f13c9dd4760a969df66fa40233e08c9c27254c9e18a7d4c382dd61dd4a3d9ee39da23efc618a
|
@@ -722,7 +722,7 @@ module Aws::ElasticLoadBalancingV2
|
|
722
722
|
# The nodes of an internal load balancer have only private IP addresses.
|
723
723
|
# The DNS name of an internal load balancer is publicly resolvable to
|
724
724
|
# the private IP addresses of the nodes. Therefore, internal load
|
725
|
-
# balancers can
|
725
|
+
# balancers can route requests only from clients with access to the VPC
|
726
726
|
# for the load balancer.
|
727
727
|
#
|
728
728
|
# The default is an Internet-facing load balancer.
|
@@ -922,7 +922,8 @@ module Aws::ElasticLoadBalancingV2
|
|
922
922
|
#
|
923
923
|
# @option params [required, Array<Types::Action>] :actions
|
924
924
|
# The actions. Each rule must include exactly one of the following types
|
925
|
-
# of actions: `forward`, `fixed-response`, or `redirect
|
925
|
+
# of actions: `forward`, `fixed-response`, or `redirect`, and it must be
|
926
|
+
# the last action to be performed.
|
926
927
|
#
|
927
928
|
# If the action type is `forward`, you specify a target group. The
|
928
929
|
# protocol of the target group must be HTTP or HTTPS for an Application
|
@@ -3051,7 +3052,8 @@ module Aws::ElasticLoadBalancingV2
|
|
3051
3052
|
#
|
3052
3053
|
# @option params [Array<Types::Action>] :actions
|
3053
3054
|
# The actions. Each rule must include exactly one of the following types
|
3054
|
-
# of actions: `forward`, `fixed-response`, or `redirect
|
3055
|
+
# of actions: `forward`, `fixed-response`, or `redirect`, and it must be
|
3056
|
+
# the last action to be performed.
|
3055
3057
|
#
|
3056
3058
|
# If the action type is `forward`, you specify a target group. The
|
3057
3059
|
# protocol of the target group must be HTTP or HTTPS for an Application
|
@@ -3284,8 +3286,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3284
3286
|
# protocol of the target group is TCP, TLS, UDP, or TCP\_UDP. The TLS,
|
3285
3287
|
# UDP, and TCP\_UDP protocols are not supported for health checks.
|
3286
3288
|
#
|
3287
|
-
#
|
3288
|
-
# setting.
|
3289
|
+
# With Network Load Balancers, you can't modify this setting.
|
3289
3290
|
#
|
3290
3291
|
# @option params [String] :health_check_port
|
3291
3292
|
# The port the load balancer uses when performing health checks on
|
@@ -3304,15 +3305,13 @@ module Aws::ElasticLoadBalancingV2
|
|
3304
3305
|
# to 300 seconds. For Network Load Balancers, the supported values are
|
3305
3306
|
# 10 or 30 seconds.
|
3306
3307
|
#
|
3307
|
-
#
|
3308
|
-
# setting.
|
3308
|
+
# With Network Load Balancers, you can't modify this setting.
|
3309
3309
|
#
|
3310
3310
|
# @option params [Integer] :health_check_timeout_seconds
|
3311
3311
|
# \[HTTP/HTTPS health checks\] The amount of time, in seconds, during
|
3312
3312
|
# which no response means a failed health check.
|
3313
3313
|
#
|
3314
|
-
#
|
3315
|
-
# setting.
|
3314
|
+
# With Network Load Balancers, you can't modify this setting.
|
3316
3315
|
#
|
3317
3316
|
# @option params [Integer] :healthy_threshold_count
|
3318
3317
|
# The number of consecutive health checks successes required before
|
@@ -3327,8 +3326,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3327
3326
|
# \[HTTP/HTTPS health checks\] The HTTP codes to use when checking for a
|
3328
3327
|
# successful response from a target.
|
3329
3328
|
#
|
3330
|
-
#
|
3331
|
-
# setting.
|
3329
|
+
# With Network Load Balancers, you can't modify this setting.
|
3332
3330
|
#
|
3333
3331
|
# @return [Types::ModifyTargetGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3334
3332
|
#
|
@@ -3986,7 +3984,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3986
3984
|
params: params,
|
3987
3985
|
config: config)
|
3988
3986
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
3989
|
-
context[:gem_version] = '1.
|
3987
|
+
context[:gem_version] = '1.36.0'
|
3990
3988
|
Seahorse::Client::Request.new(handlers, context)
|
3991
3989
|
end
|
3992
3990
|
|
@@ -61,9 +61,7 @@ module Aws::ElasticLoadBalancingV2
|
|
61
61
|
# }
|
62
62
|
#
|
63
63
|
# @!attribute [rw] type
|
64
|
-
# The type of action.
|
65
|
-
# following types of actions: `forward`, `fixed-response`, or
|
66
|
-
# `redirect`.
|
64
|
+
# The type of action.
|
67
65
|
# @return [String]
|
68
66
|
#
|
69
67
|
# @!attribute [rw] target_group_arn
|
@@ -86,8 +84,9 @@ module Aws::ElasticLoadBalancingV2
|
|
86
84
|
# @!attribute [rw] order
|
87
85
|
# The order for the action. This value is required for rules with
|
88
86
|
# multiple actions. The action with the lowest value for order is
|
89
|
-
# performed first. The
|
90
|
-
#
|
87
|
+
# performed first. The last action to be performed must be one of the
|
88
|
+
# following types of actions: a `forward`, `fixed-response`, or
|
89
|
+
# `redirect`.
|
91
90
|
# @return [Integer]
|
92
91
|
#
|
93
92
|
# @!attribute [rw] redirect_config
|
@@ -671,7 +670,7 @@ module Aws::ElasticLoadBalancingV2
|
|
671
670
|
# The nodes of an internal load balancer have only private IP
|
672
671
|
# addresses. The DNS name of an internal load balancer is publicly
|
673
672
|
# resolvable to the private IP addresses of the nodes. Therefore,
|
674
|
-
# internal load balancers can
|
673
|
+
# internal load balancers can route requests only from clients with
|
675
674
|
# access to the VPC for the load balancer.
|
676
675
|
#
|
677
676
|
# The default is an Internet-facing load balancer.
|
@@ -821,7 +820,8 @@ module Aws::ElasticLoadBalancingV2
|
|
821
820
|
#
|
822
821
|
# @!attribute [rw] actions
|
823
822
|
# The actions. Each rule must include exactly one of the following
|
824
|
-
# types of actions: `forward`, `fixed-response`, or `redirect
|
823
|
+
# types of actions: `forward`, `fixed-response`, or `redirect`, and it
|
824
|
+
# must be the last action to be performed.
|
825
825
|
#
|
826
826
|
# If the action type is `forward`, you specify a target group. The
|
827
827
|
# protocol of the target group must be HTTP or HTTPS for an
|
@@ -1901,7 +1901,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1901
1901
|
# The nodes of an internal load balancer have only private IP
|
1902
1902
|
# addresses. The DNS name of an internal load balancer is publicly
|
1903
1903
|
# resolvable to the private IP addresses of the nodes. Therefore,
|
1904
|
-
# internal load balancers can
|
1904
|
+
# internal load balancers can route requests only from clients with
|
1905
1905
|
# access to the VPC for the load balancer.
|
1906
1906
|
# @return [String]
|
1907
1907
|
#
|
@@ -2007,6 +2007,11 @@ module Aws::ElasticLoadBalancingV2
|
|
2007
2007
|
# seconds. The valid range is 1-4000 seconds. The default is 60
|
2008
2008
|
# seconds.
|
2009
2009
|
#
|
2010
|
+
# * `routing.http.drop_invalid_header_fields.enabled` - Indicates
|
2011
|
+
# whether HTTP headers with invalid header fields are removed by the
|
2012
|
+
# load balancer (`true`) or routed to targets (`false`). The default
|
2013
|
+
# is `true`.
|
2014
|
+
#
|
2010
2015
|
# * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
|
2011
2016
|
# value is `true` or `false`. The default is `true`.
|
2012
2017
|
#
|
@@ -2364,7 +2369,8 @@ module Aws::ElasticLoadBalancingV2
|
|
2364
2369
|
#
|
2365
2370
|
# @!attribute [rw] actions
|
2366
2371
|
# The actions. Each rule must include exactly one of the following
|
2367
|
-
# types of actions: `forward`, `fixed-response`, or `redirect
|
2372
|
+
# types of actions: `forward`, `fixed-response`, or `redirect`, and it
|
2373
|
+
# must be the last action to be performed.
|
2368
2374
|
#
|
2369
2375
|
# If the action type is `forward`, you specify a target group. The
|
2370
2376
|
# protocol of the target group must be HTTP or HTTPS for an
|
@@ -2475,8 +2481,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2475
2481
|
# protocol of the target group is TCP, TLS, UDP, or TCP\_UDP. The TLS,
|
2476
2482
|
# UDP, and TCP\_UDP protocols are not supported for health checks.
|
2477
2483
|
#
|
2478
|
-
#
|
2479
|
-
# setting.
|
2484
|
+
# With Network Load Balancers, you can't modify this setting.
|
2480
2485
|
# @return [String]
|
2481
2486
|
#
|
2482
2487
|
# @!attribute [rw] health_check_port
|
@@ -2499,16 +2504,14 @@ module Aws::ElasticLoadBalancingV2
|
|
2499
2504
|
# to 300 seconds. For Network Load Balancers, the supported values are
|
2500
2505
|
# 10 or 30 seconds.
|
2501
2506
|
#
|
2502
|
-
#
|
2503
|
-
# setting.
|
2507
|
+
# With Network Load Balancers, you can't modify this setting.
|
2504
2508
|
# @return [Integer]
|
2505
2509
|
#
|
2506
2510
|
# @!attribute [rw] health_check_timeout_seconds
|
2507
2511
|
# \[HTTP/HTTPS health checks\] The amount of time, in seconds, during
|
2508
2512
|
# which no response means a failed health check.
|
2509
2513
|
#
|
2510
|
-
#
|
2511
|
-
# setting.
|
2514
|
+
# With Network Load Balancers, you can't modify this setting.
|
2512
2515
|
# @return [Integer]
|
2513
2516
|
#
|
2514
2517
|
# @!attribute [rw] healthy_threshold_count
|
@@ -2526,8 +2529,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2526
2529
|
# \[HTTP/HTTPS health checks\] The HTTP codes to use when checking for
|
2527
2530
|
# a successful response from a target.
|
2528
2531
|
#
|
2529
|
-
#
|
2530
|
-
# setting.
|
2532
|
+
# With Network Load Balancers, you can't modify this setting.
|
2531
2533
|
# @return [Types::Matcher]
|
2532
2534
|
#
|
2533
2535
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ModifyTargetGroupInput AWS API Documentation
|
@@ -3332,7 +3334,8 @@ module Aws::ElasticLoadBalancingV2
|
|
3332
3334
|
# @return [String]
|
3333
3335
|
#
|
3334
3336
|
# @!attribute [rw] port
|
3335
|
-
# The port on which the target is listening.
|
3337
|
+
# The port on which the target is listening. Not used if the target is
|
3338
|
+
# a Lambda function.
|
3336
3339
|
# @return [Integer]
|
3337
3340
|
#
|
3338
3341
|
# @!attribute [rw] availability_zone
|
@@ -3381,7 +3384,8 @@ module Aws::ElasticLoadBalancingV2
|
|
3381
3384
|
# @return [String]
|
3382
3385
|
#
|
3383
3386
|
# @!attribute [rw] port
|
3384
|
-
# The port on which the targets are listening.
|
3387
|
+
# The port on which the targets are listening. Not used if the target
|
3388
|
+
# is a Lambda function.
|
3385
3389
|
# @return [Integer]
|
3386
3390
|
#
|
3387
3391
|
# @!attribute [rw] vpc_id
|
@@ -3569,16 +3573,17 @@ module Aws::ElasticLoadBalancingV2
|
|
3569
3573
|
# the following values:
|
3570
3574
|
#
|
3571
3575
|
# * `Target.ResponseCodeMismatch` - The health checks did not return
|
3572
|
-
# an expected HTTP code.
|
3576
|
+
# an expected HTTP code. Applies only to Application Load Balancers.
|
3573
3577
|
#
|
3574
|
-
# * `Target.Timeout` - The health check requests timed out.
|
3578
|
+
# * `Target.Timeout` - The health check requests timed out. Applies
|
3579
|
+
# only to Application Load Balancers.
|
3575
3580
|
#
|
3576
3581
|
# * `Target.FailedHealthChecks` - The load balancer received an error
|
3577
3582
|
# while establishing a connection to the target or the target
|
3578
3583
|
# response was malformed.
|
3579
3584
|
#
|
3580
3585
|
# * `Elb.InternalError` - The health checks failed due to an internal
|
3581
|
-
# error.
|
3586
|
+
# error. Applies only to Application Load Balancers.
|
3582
3587
|
#
|
3583
3588
|
# If the target state is `unused`, the reason code can be one of the
|
3584
3589
|
# following values:
|
@@ -3590,12 +3595,12 @@ module Aws::ElasticLoadBalancingV2
|
|
3590
3595
|
# balancer or the target is in an Availability Zone that is not
|
3591
3596
|
# enabled for its load balancer.
|
3592
3597
|
#
|
3593
|
-
# * `Target.IpUnusable` - The target IP address is reserved for use by
|
3594
|
-
# a load balancer.
|
3595
|
-
#
|
3596
3598
|
# * `Target.InvalidState` - The target is in the stopped or terminated
|
3597
3599
|
# state.
|
3598
3600
|
#
|
3601
|
+
# * `Target.IpUnusable` - The target IP address is reserved for use by
|
3602
|
+
# a load balancer.
|
3603
|
+
#
|
3599
3604
|
# If the target state is `draining`, the reason code can be the
|
3600
3605
|
# following value:
|
3601
3606
|
#
|
@@ -3609,9 +3614,10 @@ module Aws::ElasticLoadBalancingV2
|
|
3609
3614
|
# following value:
|
3610
3615
|
#
|
3611
3616
|
# * `Target.HealthCheckDisabled` - Health checks are disabled for the
|
3612
|
-
# target group.
|
3617
|
+
# target group. Applies only to Application Load Balancers.
|
3613
3618
|
#
|
3614
|
-
#
|
3619
|
+
# * `Elb.InternalError` - Target health is unavailable due to an
|
3620
|
+
# internal error. Applies only to Network Load Balancers.
|
3615
3621
|
# @return [String]
|
3616
3622
|
#
|
3617
3623
|
# @!attribute [rw] description
|
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.36.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: 2019-
|
11
|
+
date: 2019-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|