aws-sdk-elasticloadbalancingv2 1.6.0 → 1.7.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: 74a8877b4673f3414d0677cd958660aef6cfc652
4
- data.tar.gz: 4d080216c304f6d39c1b0af6dae18c061a29060f
3
+ metadata.gz: 39b20effa793c5525e5af86bf0ebcf59b9843a2b
4
+ data.tar.gz: 5858188157e1fbe7cb0f6fc2ac06241aa12fdfc9
5
5
  SHA512:
6
- metadata.gz: f1c57500f54275425ba47d4d84499660a21094483da0110732cf41ab7ec40fb257d20ea509f223cbce87ab84f31886e364326aab3c418261dfa0668dbe80954c
7
- data.tar.gz: 8c28617656105054a4c2f2041f0dbac3055010db3acc69574361ad81267473b0b03a5b54b3a959e5ce698ce9c474e1c69dca6ea3085329f0100cee0eaf119621
6
+ metadata.gz: 6a93d70e1280f14fbae21ac02fa405e1079b2753103883ae1cce2d0592c6d6efc8e7c24cdacd4614160d55b75152780e525070663f98c34b64ec98a8c81e99ae
7
+ data.tar.gz: 280b9b42a9978775c32020b011a54441f7935a708b7e334970f0e5d17d5bc690f7cf648550c991c3c393da44f622cba21ad8ac0baa3da903387143876f995093
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancingV2
45
45
 
46
- GEM_VERSION = '1.6.0'
46
+ GEM_VERSION = '1.7.0'
47
47
 
48
48
  end
@@ -254,15 +254,13 @@ module Aws::ElasticLoadBalancingV2
254
254
  # Creates a listener for the specified Application Load Balancer or
255
255
  # Network Load Balancer.
256
256
  #
257
+ # You can create up to 10 listeners per load balancer.
258
+ #
257
259
  # To update a listener, use ModifyListener. When you are finished with a
258
260
  # listener, you can delete it using DeleteListener. If you are finished
259
261
  # with both the listener and the load balancer, you can delete them both
260
262
  # using DeleteLoadBalancer.
261
263
  #
262
- # This operation is idempotent, which means that it completes at most
263
- # one time. If you attempt to create multiple listeners with the same
264
- # settings, each call succeeds.
265
- #
266
264
  # For more information, see [Listeners for Your Application Load
267
265
  # Balancers][1] in the *Application Load Balancers Guide* and [Listeners
268
266
  # for Your Network Load Balancers][2] in the *Network Load Balancers
@@ -444,14 +442,12 @@ module Aws::ElasticLoadBalancingV2
444
442
  # you are finished with a load balancer, you can delete it using
445
443
  # DeleteLoadBalancer.
446
444
  #
447
- # For limit information, see [Limits for Your Application Load
445
+ # You can create up to 20 load balancers per region per account. You can
446
+ # request an increase for the number of load balancers for your account.
447
+ # For more information, see [Limits for Your Application Load
448
448
  # Balancer][1] in the *Application Load Balancers Guide* and [Limits for
449
449
  # Your Network Load Balancer][2] in the *Network Load Balancers Guide*.
450
450
  #
451
- # This operation is idempotent, which means that it completes at most
452
- # one time. If you attempt to create multiple load balancers with the
453
- # same settings, each call succeeds.
454
- #
455
451
  # For more information, see [Application Load Balancers][3] in the
456
452
  # *Application Load Balancers Guide* and [Network Load Balancers][4] in
457
453
  # the *Network Load Balancers Guide*.
@@ -478,20 +474,16 @@ module Aws::ElasticLoadBalancingV2
478
474
  # \[Application Load Balancers\] You must specify subnets from at least
479
475
  # two Availability Zones.
480
476
  #
481
- # \[Network Load Balancers\] You can specify subnets from one or more
482
- # Availability Zones.
483
- #
484
477
  # @option params [Array<Types::SubnetMapping>] :subnet_mappings
485
478
  # The IDs of the subnets to attach to the load balancer. You can specify
486
479
  # only one subnet per Availability Zone. You must specify either subnets
487
480
  # or subnet mappings.
488
481
  #
489
- # \[Application Load Balancers\] You must specify subnets from at least
490
- # two Availability Zones. You cannot specify Elastic IP addresses for
491
- # your subnets.
482
+ # \[Network Load Balancers\] You can specify one Elastic IP address per
483
+ # subnet.
492
484
  #
493
- # \[Network Load Balancers\] You can specify subnets from one or more
494
- # Availability Zones. You can specify one Elastic IP address per subnet.
485
+ # \[Application Load Balancers\] You cannot specify Elastic IP addresses
486
+ # for your subnets.
495
487
  #
496
488
  # @option params [Array<String>] :security_groups
497
489
  # \[Application Load Balancers\] The IDs of the security groups to
@@ -843,10 +835,6 @@ module Aws::ElasticLoadBalancingV2
843
835
  #
844
836
  # To delete a target group, use DeleteTargetGroup.
845
837
  #
846
- # This operation is idempotent, which means that it completes at most
847
- # one time. If you attempt to create multiple target groups with the
848
- # same settings, each call succeeds.
849
- #
850
838
  # For more information, see [Target Groups for Your Application Load
851
839
  # Balancers][1] in the *Application Load Balancers Guide* or [Target
852
840
  # Groups for Your Network Load Balancers][2] in the *Network Load
@@ -3155,7 +3143,8 @@ module Aws::ElasticLoadBalancingV2
3155
3143
  # Availability Zones. You can specify only one subnet per Availability
3156
3144
  # Zone. You must specify either subnets or subnet mappings.
3157
3145
  #
3158
- # You cannot specify Elastic IP addresses for your subnets.
3146
+ # The load balancer is allocated one static IP address per subnet. You
3147
+ # cannot specify your own Elastic IP addresses.
3159
3148
  #
3160
3149
  # @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3161
3150
  #
@@ -3232,7 +3221,7 @@ module Aws::ElasticLoadBalancingV2
3232
3221
  params: params,
3233
3222
  config: config)
3234
3223
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
3235
- context[:gem_version] = '1.6.0'
3224
+ context[:gem_version] = '1.7.0'
3236
3225
  Seahorse::Client::Request.new(handlers, context)
3237
3226
  end
3238
3227
 
@@ -769,6 +769,7 @@ module Aws::ElasticLoadBalancingV2
769
769
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
770
770
  o.errors << Shapes::ShapeRef.new(shape: AllocationIdNotFoundException)
771
771
  o.errors << Shapes::ShapeRef.new(shape: AvailabilityZoneNotSupportedException)
772
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
772
773
  end)
773
774
 
774
775
  api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
@@ -290,9 +290,6 @@ module Aws::ElasticLoadBalancingV2
290
290
  #
291
291
  # \[Application Load Balancers\] You must specify subnets from at
292
292
  # least two Availability Zones.
293
- #
294
- # \[Network Load Balancers\] You can specify subnets from one or more
295
- # Availability Zones.
296
293
  # @return [Array<String>]
297
294
  #
298
295
  # @!attribute [rw] subnet_mappings
@@ -300,13 +297,11 @@ module Aws::ElasticLoadBalancingV2
300
297
  # specify only one subnet per Availability Zone. You must specify
301
298
  # either subnets or subnet mappings.
302
299
  #
303
- # \[Application Load Balancers\] You must specify subnets from at
304
- # least two Availability Zones. You cannot specify Elastic IP
305
- # addresses for your subnets.
300
+ # \[Network Load Balancers\] You can specify one Elastic IP address
301
+ # per subnet.
306
302
  #
307
- # \[Network Load Balancers\] You can specify subnets from one or more
308
- # Availability Zones. You can specify one Elastic IP address per
309
- # subnet.
303
+ # \[Application Load Balancers\] You cannot specify Elastic IP
304
+ # addresses for your subnets.
310
305
  # @return [Array<Types::SubnetMapping>]
311
306
  #
312
307
  # @!attribute [rw] security_groups
@@ -1232,10 +1227,6 @@ module Aws::ElasticLoadBalancingV2
1232
1227
  # * target-groups
1233
1228
  #
1234
1229
  # * targets-per-application-load-balancer
1235
- #
1236
- # * targets-per-availability-zone-per-network-load-balancer
1237
- #
1238
- # * targets-per-network-load-balancer
1239
1230
  # @return [String]
1240
1231
  #
1241
1232
  # @!attribute [rw] max
@@ -2138,7 +2129,8 @@ module Aws::ElasticLoadBalancingV2
2138
2129
  # Availability Zones. You can specify only one subnet per Availability
2139
2130
  # Zone. You must specify either subnets or subnet mappings.
2140
2131
  #
2141
- # You cannot specify Elastic IP addresses for your subnets.
2132
+ # The load balancer is allocated one static IP address per subnet. You
2133
+ # cannot specify your own Elastic IP addresses.
2142
2134
  # @return [Array<Types::SubnetMapping>]
2143
2135
  #
2144
2136
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsInput AWS API Documentation
@@ -2411,9 +2403,6 @@ module Aws::ElasticLoadBalancingV2
2411
2403
  # deregistering target from `draining` to `unused`. The range is
2412
2404
  # 0-3600 seconds. The default value is 300 seconds.
2413
2405
  #
2414
- # * `proxy_protocol_v2.enabled` - \[Network Load Balancers\] Indicates
2415
- # whether Proxy Protocol version 2 is enabled.
2416
- #
2417
2406
  # * `stickiness.enabled` - \[Application Load Balancers\] Indicates
2418
2407
  # whether sticky sessions are enabled. The value is `true` or
2419
2408
  # `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.6.0
4
+ version: 1.7.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-17 00:00:00.000000000 Z
11
+ date: 2018-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core