aws-sdk-elasticloadbalancingv2 1.5.0 → 1.6.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: 53e28e8f74151ad4d91d59c4a185ce720eae1116
4
- data.tar.gz: e23a7e18cacef7fea09872984adcb3a9f33fe9b5
3
+ metadata.gz: 74a8877b4673f3414d0677cd958660aef6cfc652
4
+ data.tar.gz: 4d080216c304f6d39c1b0af6dae18c061a29060f
5
5
  SHA512:
6
- metadata.gz: ef5deba6928aefa4921c07660bc6f1ccac4f487991962defa4c8254bac39b36597ddddcabdabb54ceff0b05863b457198aaaeeb445fb7157e81caed20402a80e
7
- data.tar.gz: d1152bc604294b4fcac9fb3c29a2451423c740b158ea20526a2c5984a5f2032013579e6d5f5e102cf85c9ff86123101934a26111420cc36d1f15b13b68a18d70
6
+ metadata.gz: f1c57500f54275425ba47d4d84499660a21094483da0110732cf41ab7ec40fb257d20ea509f223cbce87ab84f31886e364326aab3c418261dfa0668dbe80954c
7
+ data.tar.gz: 8c28617656105054a4c2f2041f0dbac3055010db3acc69574361ad81267473b0b03a5b54b3a959e5ce698ce9c474e1c69dca6ea3085329f0100cee0eaf119621
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancingV2
45
45
 
46
- GEM_VERSION = '1.5.0'
46
+ GEM_VERSION = '1.6.0'
47
47
 
48
48
  end
@@ -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.5.0'
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.5.0
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-07 00:00:00.000000000 Z
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