aws-sdk-elasticloadbalancingv2 1.33.0 → 1.34.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: edaf2f94d6626f9e39372caa5f7bd1860e6414f6
|
4
|
+
data.tar.gz: 732b7faa2d4eeae40ca60d6aab4cf5462d31ada6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6717a239963d5888d9b5fdf12a6906c2aca1576b95ccd963d6837dd3d49b35c782b367cfa96c75e5ac341fba94e283de843d04379ce0a43fdb5f6fe1a414e5b0
|
7
|
+
data.tar.gz: 5f52f74d6b135b34b942377d8da99c7d78d5fce9a7bed66967db6b89a33e98a71b7326772b5771c8d832a0ad48ea1f518c535b9b242c76fe1c2e2f380c3186e6
|
@@ -255,7 +255,7 @@ module Aws::ElasticLoadBalancingV2
|
|
255
255
|
# @!group API Operations
|
256
256
|
|
257
257
|
# Adds the specified SSL server certificate to the certificate list for
|
258
|
-
# the specified HTTPS listener.
|
258
|
+
# the specified HTTPS or TLS listener.
|
259
259
|
#
|
260
260
|
# If the certificate in already in the certificate list, the call is
|
261
261
|
# successful but the certificate is not added again.
|
@@ -705,7 +705,8 @@ module Aws::ElasticLoadBalancingV2
|
|
705
705
|
# your subnets.
|
706
706
|
#
|
707
707
|
# \[Network Load Balancers\] You can specify subnets from one or more
|
708
|
-
# Availability Zones. You can specify one Elastic IP address per subnet
|
708
|
+
# Availability Zones. You can specify one Elastic IP address per subnet
|
709
|
+
# if you need static IP addresses for your load balancer.
|
709
710
|
#
|
710
711
|
# @option params [Array<String>] :security_groups
|
711
712
|
# \[Application Load Balancers\] The IDs of the security groups for the
|
@@ -1197,7 +1198,8 @@ module Aws::ElasticLoadBalancingV2
|
|
1197
1198
|
#
|
1198
1199
|
# @option params [String] :vpc_id
|
1199
1200
|
# The identifier of the virtual private cloud (VPC). If the target is a
|
1200
|
-
# Lambda function, this parameter does not apply.
|
1201
|
+
# Lambda function, this parameter does not apply. Otherwise, this
|
1202
|
+
# parameter is required.
|
1201
1203
|
#
|
1202
1204
|
# @option params [String] :health_check_protocol
|
1203
1205
|
# The protocol the load balancer uses when performing health checks on
|
@@ -1601,7 +1603,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1601
1603
|
end
|
1602
1604
|
|
1603
1605
|
# Describes the default certificate and the certificate list for the
|
1604
|
-
# specified HTTPS listener.
|
1606
|
+
# specified HTTPS or TLS listener.
|
1605
1607
|
#
|
1606
1608
|
# If the default certificate is also in the certificate list, it appears
|
1607
1609
|
# twice in the results (once with `IsDefault` set to true and once with
|
@@ -3581,7 +3583,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3581
3583
|
end
|
3582
3584
|
|
3583
3585
|
# Removes the specified certificate from the certificate list for the
|
3584
|
-
# specified HTTPS listener.
|
3586
|
+
# specified HTTPS or TLS listener.
|
3585
3587
|
#
|
3586
3588
|
# You can't remove the default certificate for a listener. To replace
|
3587
3589
|
# the default certificate, call ModifyListener.
|
@@ -3984,7 +3986,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3984
3986
|
params: params,
|
3985
3987
|
config: config)
|
3986
3988
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
3987
|
-
context[:gem_version] = '1.
|
3989
|
+
context[:gem_version] = '1.34.0'
|
3988
3990
|
Seahorse::Client::Request.new(handlers, context)
|
3989
3991
|
end
|
3990
3992
|
|
@@ -389,11 +389,14 @@ module Aws::ElasticLoadBalancingV2
|
|
389
389
|
# @return [String]
|
390
390
|
#
|
391
391
|
# @!attribute [rw] subnet_id
|
392
|
-
# The ID of the subnet.
|
392
|
+
# The ID of the subnet. You can specify one subnet per Availability
|
393
|
+
# Zone.
|
393
394
|
# @return [String]
|
394
395
|
#
|
395
396
|
# @!attribute [rw] load_balancer_addresses
|
396
|
-
# \[Network Load Balancers\]
|
397
|
+
# \[Network Load Balancers\] If you need static IP addresses for your
|
398
|
+
# load balancer, you can specify one Elastic IP address per
|
399
|
+
# Availability Zone when you create the load balancer.
|
397
400
|
# @return [Array<Types::LoadBalancerAddress>]
|
398
401
|
#
|
399
402
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AvailabilityZone AWS API Documentation
|
@@ -650,7 +653,7 @@ module Aws::ElasticLoadBalancingV2
|
|
650
653
|
#
|
651
654
|
# \[Network Load Balancers\] You can specify subnets from one or more
|
652
655
|
# Availability Zones. You can specify one Elastic IP address per
|
653
|
-
# subnet.
|
656
|
+
# subnet if you need static IP addresses for your load balancer.
|
654
657
|
# @return [Array<Types::SubnetMapping>]
|
655
658
|
#
|
656
659
|
# @!attribute [rw] security_groups
|
@@ -909,7 +912,8 @@ module Aws::ElasticLoadBalancingV2
|
|
909
912
|
#
|
910
913
|
# @!attribute [rw] vpc_id
|
911
914
|
# The identifier of the virtual private cloud (VPC). If the target is
|
912
|
-
# a Lambda function, this parameter does not apply.
|
915
|
+
# a Lambda function, this parameter does not apply. Otherwise, this
|
916
|
+
# parameter is required.
|
913
917
|
# @return [String]
|
914
918
|
#
|
915
919
|
# @!attribute [rw] health_check_protocol
|
@@ -3569,10 +3573,9 @@ module Aws::ElasticLoadBalancingV2
|
|
3569
3573
|
#
|
3570
3574
|
# * `Target.Timeout` - The health check requests timed out.
|
3571
3575
|
#
|
3572
|
-
# * `Target.FailedHealthChecks` - The
|
3573
|
-
# connection to the target
|
3574
|
-
#
|
3575
|
-
# reason.
|
3576
|
+
# * `Target.FailedHealthChecks` - The load balancer received an error
|
3577
|
+
# while establishing a connection to the target or the target
|
3578
|
+
# response was malformed.
|
3576
3579
|
#
|
3577
3580
|
# * `Elb.InternalError` - The health checks failed due to an internal
|
3578
3581
|
# error.
|
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.34.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-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|