aws-sdk-elasticloadbalancingv2 1.33.0 → 1.34.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: 06c4ea5f30799c0c1364c85821af8f751833fd6d
4
- data.tar.gz: 3655e42faa7d0ab1aca030e94ba9048b22bbc7e5
3
+ metadata.gz: edaf2f94d6626f9e39372caa5f7bd1860e6414f6
4
+ data.tar.gz: 732b7faa2d4eeae40ca60d6aab4cf5462d31ada6
5
5
  SHA512:
6
- metadata.gz: 115f9414f709a6c3d0366d3c5fb36d23549b31dbb67730afce7d81390654f0a47833e17e34d0c223860da6fcd8c5c4bc06985c203ea7aa4e8a759cda9d0dcacd
7
- data.tar.gz: 541d4bb8e1c331bfe513cd19d414b1f915a51b7a18db490ea371756739a9014d44fd02ef8629f9732e0a91c65c743ad10af194273c0b1a59de0c0e5bab5ddcae
6
+ metadata.gz: 6717a239963d5888d9b5fdf12a6906c2aca1576b95ccd963d6837dd3d49b35c782b367cfa96c75e5ac341fba94e283de843d04379ce0a43fdb5f6fe1a414e5b0
7
+ data.tar.gz: 5f52f74d6b135b34b942377d8da99c7d78d5fce9a7bed66967db6b89a33e98a71b7326772b5771c8d832a0ad48ea1f518c535b9b242c76fe1c2e2f380c3186e6
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancingV2
45
45
 
46
- GEM_VERSION = '1.33.0'
46
+ GEM_VERSION = '1.34.0'
47
47
 
48
48
  end
@@ -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.33.0'
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\] The static IP address.
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 health checks failed because the
3573
- # connection to the target timed out, the target response was
3574
- # malformed, or the target failed the health check for an unknown
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.33.0
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-07-25 00:00:00.000000000 Z
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