aws-sdk-elasticloadbalancingv2 1.7.0 → 1.8.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: 39b20effa793c5525e5af86bf0ebcf59b9843a2b
4
- data.tar.gz: 5858188157e1fbe7cb0f6fc2ac06241aa12fdfc9
3
+ metadata.gz: 2348cdb3eaf09f880d14f88c9068ed5898f2ed76
4
+ data.tar.gz: a9930d20ac732a0ee0f64e175e08303cdba01e9a
5
5
  SHA512:
6
- metadata.gz: 6a93d70e1280f14fbae21ac02fa405e1079b2753103883ae1cce2d0592c6d6efc8e7c24cdacd4614160d55b75152780e525070663f98c34b64ec98a8c81e99ae
7
- data.tar.gz: 280b9b42a9978775c32020b011a54441f7935a708b7e334970f0e5d17d5bc690f7cf648550c991c3c393da44f622cba21ad8ac0baa3da903387143876f995093
6
+ metadata.gz: 54963a38492ed4722f53e30ca9bef01a7d8e3b4693998fbe7fb3ea8fc4b2802aa7cc475c746319e33f9d525df5ec917b639f1ab405c229d7cc3305c0d07f0880
7
+ data.tar.gz: 591f20b898cd9ef44ca1076a9cd33181082b3c97d96baab2ca592b3f66993af0f45c6d11ceb2057fdfcaf3bf1000646d558494dba862df6898876af9e4103943
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancingV2
45
45
 
46
- GEM_VERSION = '1.7.0'
46
+ GEM_VERSION = '1.8.0'
47
47
 
48
48
  end
@@ -254,13 +254,15 @@ 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
- #
259
257
  # To update a listener, use ModifyListener. When you are finished with a
260
258
  # listener, you can delete it using DeleteListener. If you are finished
261
259
  # with both the listener and the load balancer, you can delete them both
262
260
  # using DeleteLoadBalancer.
263
261
  #
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
+ #
264
266
  # For more information, see [Listeners for Your Application Load
265
267
  # Balancers][1] in the *Application Load Balancers Guide* and [Listeners
266
268
  # for Your Network Load Balancers][2] in the *Network Load Balancers
@@ -434,20 +436,23 @@ module Aws::ElasticLoadBalancingV2
434
436
  # Creates an Application Load Balancer or a Network Load Balancer.
435
437
  #
436
438
  # When you create a load balancer, you can specify security groups,
437
- # subnets, IP address type, and tags. Otherwise, you could do so later
438
- # using SetSecurityGroups, SetSubnets, SetIpAddressType, and AddTags.
439
+ # public subnets, IP address type, and tags. Otherwise, you could do so
440
+ # later using SetSecurityGroups, SetSubnets, SetIpAddressType, and
441
+ # AddTags.
439
442
  #
440
443
  # To create listeners for your load balancer, use CreateListener. To
441
444
  # describe your current load balancers, see DescribeLoadBalancers. When
442
445
  # you are finished with a load balancer, you can delete it using
443
446
  # DeleteLoadBalancer.
444
447
  #
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
+ # For limit information, see [Limits for Your Application Load
448
449
  # Balancer][1] in the *Application Load Balancers Guide* and [Limits for
449
450
  # Your Network Load Balancer][2] in the *Network Load Balancers Guide*.
450
451
  #
452
+ # This operation is idempotent, which means that it completes at most
453
+ # one time. If you attempt to create multiple load balancers with the
454
+ # same settings, each call succeeds.
455
+ #
451
456
  # For more information, see [Application Load Balancers][3] in the
452
457
  # *Application Load Balancers Guide* and [Network Load Balancers][4] in
453
458
  # the *Network Load Balancers Guide*.
@@ -467,27 +472,29 @@ module Aws::ElasticLoadBalancingV2
467
472
  # and must not begin or end with a hyphen.
468
473
  #
469
474
  # @option params [Array<String>] :subnets
470
- # The IDs of the subnets to attach to the load balancer. You can specify
471
- # only one subnet per Availability Zone. You must specify either subnets
472
- # or subnet mappings.
475
+ # The IDs of the public subnets. You can specify only one subnet per
476
+ # Availability Zone. You must specify either subnets or subnet mappings.
473
477
  #
474
478
  # \[Application Load Balancers\] You must specify subnets from at least
475
479
  # two Availability Zones.
476
480
  #
481
+ # \[Network Load Balancers\] You can specify subnets from one or more
482
+ # Availability Zones.
483
+ #
477
484
  # @option params [Array<Types::SubnetMapping>] :subnet_mappings
478
- # The IDs of the subnets to attach to the load balancer. You can specify
479
- # only one subnet per Availability Zone. You must specify either subnets
480
- # or subnet mappings.
485
+ # The IDs of the public subnets. You can specify only one subnet per
486
+ # Availability Zone. You must specify either subnets or subnet mappings.
481
487
  #
482
- # \[Network Load Balancers\] You can specify one Elastic IP address per
483
- # subnet.
488
+ # \[Application Load Balancers\] You must specify subnets from at least
489
+ # two Availability Zones. You cannot specify Elastic IP addresses for
490
+ # your subnets.
484
491
  #
485
- # \[Application Load Balancers\] You cannot specify Elastic IP addresses
486
- # for your subnets.
492
+ # \[Network Load Balancers\] You can specify subnets from one or more
493
+ # Availability Zones. You can specify one Elastic IP address per subnet.
487
494
  #
488
495
  # @option params [Array<String>] :security_groups
489
- # \[Application Load Balancers\] The IDs of the security groups to
490
- # assign to the load balancer.
496
+ # \[Application Load Balancers\] The IDs of the security groups for the
497
+ # load balancer.
491
498
  #
492
499
  # @option params [String] :scheme
493
500
  # The nodes of an Internet-facing load balancer have public IP
@@ -508,7 +515,7 @@ module Aws::ElasticLoadBalancingV2
508
515
  # One or more tags to assign to the load balancer.
509
516
  #
510
517
  # @option params [String] :type
511
- # The type of load balancer to create. The default is `application`.
518
+ # The type of load balancer. The default is `application`.
512
519
  #
513
520
  # @option params [String] :ip_address_type
514
521
  # \[Application Load Balancers\] The type of IP addresses used by the
@@ -835,6 +842,10 @@ module Aws::ElasticLoadBalancingV2
835
842
  #
836
843
  # To delete a target group, use DeleteTargetGroup.
837
844
  #
845
+ # This operation is idempotent, which means that it completes at most
846
+ # one time. If you attempt to create multiple target groups with the
847
+ # same settings, each call succeeds.
848
+ #
838
849
  # For more information, see [Target Groups for Your Application Load
839
850
  # Balancers][1] in the *Application Load Balancers Guide* or [Target
840
851
  # Groups for Your Network Load Balancers][2] in the *Network Load
@@ -3124,7 +3135,7 @@ module Aws::ElasticLoadBalancingV2
3124
3135
  req.send_request(options)
3125
3136
  end
3126
3137
 
3127
- # Enables the Availability Zone for the specified subnets for the
3138
+ # Enables the Availability Zone for the specified public subnets for the
3128
3139
  # specified Application Load Balancer. The specified subnets replace the
3129
3140
  # previously enabled subnets.
3130
3141
  #
@@ -3134,17 +3145,16 @@ module Aws::ElasticLoadBalancingV2
3134
3145
  # The Amazon Resource Name (ARN) of the load balancer.
3135
3146
  #
3136
3147
  # @option params [required, Array<String>] :subnets
3137
- # The IDs of the subnets. You must specify subnets from at least two
3138
- # Availability Zones. You can specify only one subnet per Availability
3139
- # Zone. You must specify either subnets or subnet mappings.
3148
+ # The IDs of the public subnets. You must specify subnets from at least
3149
+ # two Availability Zones. You can specify only one subnet per
3150
+ # Availability Zone. You must specify either subnets or subnet mappings.
3140
3151
  #
3141
3152
  # @option params [Array<Types::SubnetMapping>] :subnet_mappings
3142
- # The IDs of the subnets. You must specify subnets from at least two
3143
- # Availability Zones. You can specify only one subnet per Availability
3144
- # Zone. You must specify either subnets or subnet mappings.
3153
+ # The IDs of the public subnets. You must specify subnets from at least
3154
+ # two Availability Zones. You can specify only one subnet per
3155
+ # Availability Zone. You must specify either subnets or subnet mappings.
3145
3156
  #
3146
- # The load balancer is allocated one static IP address per subnet. You
3147
- # cannot specify your own Elastic IP addresses.
3157
+ # You cannot specify Elastic IP addresses for your subnets.
3148
3158
  #
3149
3159
  # @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3150
3160
  #
@@ -3221,7 +3231,7 @@ module Aws::ElasticLoadBalancingV2
3221
3231
  params: params,
3222
3232
  config: config)
3223
3233
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
3224
- context[:gem_version] = '1.7.0'
3234
+ context[:gem_version] = '1.8.0'
3225
3235
  Seahorse::Client::Request.new(handlers, context)
3226
3236
  end
3227
3237
 
@@ -284,29 +284,34 @@ module Aws::ElasticLoadBalancingV2
284
284
  # @return [String]
285
285
  #
286
286
  # @!attribute [rw] subnets
287
- # The IDs of the subnets to attach to the load balancer. You can
288
- # specify only one subnet per Availability Zone. You must specify
289
- # either subnets or subnet mappings.
287
+ # The IDs of the public subnets. You can specify only one subnet per
288
+ # Availability Zone. You must specify either subnets or subnet
289
+ # mappings.
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.
293
296
  # @return [Array<String>]
294
297
  #
295
298
  # @!attribute [rw] subnet_mappings
296
- # The IDs of the subnets to attach to the load balancer. You can
297
- # specify only one subnet per Availability Zone. You must specify
298
- # either subnets or subnet mappings.
299
- #
300
- # \[Network Load Balancers\] You can specify one Elastic IP address
301
- # per subnet.
299
+ # The IDs of the public subnets. You can specify only one subnet per
300
+ # Availability Zone. You must specify either subnets or subnet
301
+ # mappings.
302
302
  #
303
- # \[Application Load Balancers\] You cannot specify Elastic IP
303
+ # \[Application Load Balancers\] You must specify subnets from at
304
+ # least two Availability Zones. You cannot specify Elastic IP
304
305
  # addresses for your subnets.
306
+ #
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.
305
310
  # @return [Array<Types::SubnetMapping>]
306
311
  #
307
312
  # @!attribute [rw] security_groups
308
- # \[Application Load Balancers\] The IDs of the security groups to
309
- # assign to the load balancer.
313
+ # \[Application Load Balancers\] The IDs of the security groups for
314
+ # the load balancer.
310
315
  # @return [Array<String>]
311
316
  #
312
317
  # @!attribute [rw] scheme
@@ -330,7 +335,7 @@ module Aws::ElasticLoadBalancingV2
330
335
  # @return [Array<Types::Tag>]
331
336
  #
332
337
  # @!attribute [rw] type
333
- # The type of load balancer to create. The default is `application`.
338
+ # The type of load balancer. The default is `application`.
334
339
  # @return [String]
335
340
  #
336
341
  # @!attribute [rw] ip_address_type
@@ -1227,6 +1232,10 @@ module Aws::ElasticLoadBalancingV2
1227
1232
  # * target-groups
1228
1233
  #
1229
1234
  # * targets-per-application-load-balancer
1235
+ #
1236
+ # * targets-per-availability-zone-per-network-load-balancer
1237
+ #
1238
+ # * targets-per-network-load-balancer
1230
1239
  # @return [String]
1231
1240
  #
1232
1241
  # @!attribute [rw] max
@@ -1419,6 +1428,14 @@ module Aws::ElasticLoadBalancingV2
1419
1428
  # * `idle_timeout.timeout_seconds` - \[Application Load Balancers\]
1420
1429
  # The idle timeout value, in seconds. The valid range is 1-4000. The
1421
1430
  # default is 60 seconds.
1431
+ #
1432
+ # * `load_balancing.cross_zone.enabled` - \[Network Load Balancers\]
1433
+ # Indicates whether cross-zone load balancing is enabled. The value
1434
+ # is `true` or `false`. The default is `false`.
1435
+ #
1436
+ # * `routing.http2.enabled` - \[Application Load Balancers\] Indicates
1437
+ # whether HTTP/2 is enabled. The value is `true` or `false`. The
1438
+ # default is `true`.
1422
1439
  # @return [String]
1423
1440
  #
1424
1441
  # @!attribute [rw] value
@@ -2119,18 +2136,19 @@ module Aws::ElasticLoadBalancingV2
2119
2136
  # @return [String]
2120
2137
  #
2121
2138
  # @!attribute [rw] subnets
2122
- # The IDs of the subnets. You must specify subnets from at least two
2123
- # Availability Zones. You can specify only one subnet per Availability
2124
- # Zone. You must specify either subnets or subnet mappings.
2139
+ # The IDs of the public subnets. You must specify subnets from at
2140
+ # least two Availability Zones. You can specify only one subnet per
2141
+ # Availability Zone. You must specify either subnets or subnet
2142
+ # mappings.
2125
2143
  # @return [Array<String>]
2126
2144
  #
2127
2145
  # @!attribute [rw] subnet_mappings
2128
- # The IDs of the subnets. You must specify subnets from at least two
2129
- # Availability Zones. You can specify only one subnet per Availability
2130
- # Zone. You must specify either subnets or subnet mappings.
2146
+ # The IDs of the public subnets. You must specify subnets from at
2147
+ # least two Availability Zones. You can specify only one subnet per
2148
+ # Availability Zone. You must specify either subnets or subnet
2149
+ # mappings.
2131
2150
  #
2132
- # The load balancer is allocated one static IP address per subnet. You
2133
- # cannot specify your own Elastic IP addresses.
2151
+ # You cannot specify Elastic IP addresses for your subnets.
2134
2152
  # @return [Array<Types::SubnetMapping>]
2135
2153
  #
2136
2154
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsInput AWS API Documentation
@@ -2403,6 +2421,9 @@ module Aws::ElasticLoadBalancingV2
2403
2421
  # deregistering target from `draining` to `unused`. The range is
2404
2422
  # 0-3600 seconds. The default value is 300 seconds.
2405
2423
  #
2424
+ # * `proxy_protocol_v2.enabled` - \[Network Load Balancers\] Indicates
2425
+ # whether Proxy Protocol version 2 is enabled.
2426
+ #
2406
2427
  # * `stickiness.enabled` - \[Application Load Balancers\] Indicates
2407
2428
  # whether sticky sessions are enabled. The value is `true` or
2408
2429
  # `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.7.0
4
+ version: 1.8.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: 2018-01-11 00:00:00.000000000 Z
11
+ date: 2018-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core