aws-sdk-elasticloadbalancingv2 1.5.0 → 1.6.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: 74a8877b4673f3414d0677cd958660aef6cfc652
|
4
|
+
data.tar.gz: 4d080216c304f6d39c1b0af6dae18c061a29060f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1c57500f54275425ba47d4d84499660a21094483da0110732cf41ab7ec40fb257d20ea509f223cbce87ab84f31886e364326aab3c418261dfa0668dbe80954c
|
7
|
+
data.tar.gz: 8c28617656105054a4c2f2041f0dbac3055010db3acc69574361ad81267473b0b03a5b54b3a959e5ce698ce9c474e1c69dca6ea3085329f0100cee0eaf119621
|
@@ -3232,7 +3232,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3232
3232
|
params: params,
|
3233
3233
|
config: config)
|
3234
3234
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
3235
|
-
context[:gem_version] = '1.
|
3235
|
+
context[:gem_version] = '1.6.0'
|
3236
3236
|
Seahorse::Client::Request.new(handlers, context)
|
3237
3237
|
end
|
3238
3238
|
|
@@ -817,6 +817,7 @@ module Aws::ElasticLoadBalancingV2
|
|
817
817
|
o.output = Shapes::ShapeRef.new(shape: DeleteLoadBalancerOutput)
|
818
818
|
o.errors << Shapes::ShapeRef.new(shape: LoadBalancerNotFoundException)
|
819
819
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
820
821
|
end)
|
821
822
|
|
822
823
|
api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2411,6 +2411,9 @@ module Aws::ElasticLoadBalancingV2
|
|
2411
2411
|
# deregistering target from `draining` to `unused`. The range is
|
2412
2412
|
# 0-3600 seconds. The default value is 300 seconds.
|
2413
2413
|
#
|
2414
|
+
# * `proxy_protocol_v2.enabled` - \[Network Load Balancers\] Indicates
|
2415
|
+
# whether Proxy Protocol version 2 is enabled.
|
2416
|
+
#
|
2414
2417
|
# * `stickiness.enabled` - \[Application Load Balancers\] Indicates
|
2415
2418
|
# whether sticky sessions are enabled. The value is `true` or
|
2416
2419
|
# `false`.
|
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.6.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: 2017-11-
|
11
|
+
date: 2017-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|