aws-sdk-elasticloadbalancingv2 1.4.0 → 1.5.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53e28e8f74151ad4d91d59c4a185ce720eae1116
|
|
4
|
+
data.tar.gz: e23a7e18cacef7fea09872984adcb3a9f33fe9b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef5deba6928aefa4921c07660bc6f1ccac4f487991962defa4c8254bac39b36597ddddcabdabb54ceff0b05863b457198aaaeeb445fb7157e81caed20402a80e
|
|
7
|
+
data.tar.gz: d1152bc604294b4fcac9fb3c29a2451423c740b158ea20526a2c5984a5f2032013579e6d5f5e102cf85c9ff86123101934a26111420cc36d1f15b13b68a18d70
|
|
@@ -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
|
|
@@ -442,12 +444,14 @@ module Aws::ElasticLoadBalancingV2
|
|
|
442
444
|
# you are finished with a load balancer, you can delete it using
|
|
443
445
|
# DeleteLoadBalancer.
|
|
444
446
|
#
|
|
445
|
-
#
|
|
446
|
-
# request an increase for the number of load balancers for your account.
|
|
447
|
-
# For more information, see [Limits for Your Application Load
|
|
447
|
+
# For limit 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
|
+
#
|
|
451
455
|
# For more information, see [Application Load Balancers][3] in the
|
|
452
456
|
# *Application Load Balancers Guide* and [Network Load Balancers][4] in
|
|
453
457
|
# the *Network Load Balancers Guide*.
|
|
@@ -474,16 +478,20 @@ module Aws::ElasticLoadBalancingV2
|
|
|
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
485
|
# The IDs of the subnets to attach to the load balancer. You can specify
|
|
479
486
|
# only one subnet per Availability Zone. You must specify either subnets
|
|
480
487
|
# or subnet mappings.
|
|
481
488
|
#
|
|
482
|
-
# \[
|
|
483
|
-
#
|
|
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.
|
|
484
492
|
#
|
|
485
|
-
# \[
|
|
486
|
-
#
|
|
493
|
+
# \[Network Load Balancers\] You can specify subnets from one or more
|
|
494
|
+
# Availability Zones. You can specify one Elastic IP address per subnet.
|
|
487
495
|
#
|
|
488
496
|
# @option params [Array<String>] :security_groups
|
|
489
497
|
# \[Application Load Balancers\] The IDs of the security groups to
|
|
@@ -835,6 +843,10 @@ module Aws::ElasticLoadBalancingV2
|
|
|
835
843
|
#
|
|
836
844
|
# To delete a target group, use DeleteTargetGroup.
|
|
837
845
|
#
|
|
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
|
+
#
|
|
838
850
|
# For more information, see [Target Groups for Your Application Load
|
|
839
851
|
# Balancers][1] in the *Application Load Balancers Guide* or [Target
|
|
840
852
|
# Groups for Your Network Load Balancers][2] in the *Network Load
|
|
@@ -3143,8 +3155,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
3143
3155
|
# Availability Zones. You can specify only one subnet per Availability
|
|
3144
3156
|
# Zone. You must specify either subnets or subnet mappings.
|
|
3145
3157
|
#
|
|
3146
|
-
#
|
|
3147
|
-
# cannot specify your own Elastic IP addresses.
|
|
3158
|
+
# You cannot specify Elastic IP addresses for your subnets.
|
|
3148
3159
|
#
|
|
3149
3160
|
# @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3150
3161
|
#
|
|
@@ -3221,7 +3232,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
3221
3232
|
params: params,
|
|
3222
3233
|
config: config)
|
|
3223
3234
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
|
3224
|
-
context[:gem_version] = '1.
|
|
3235
|
+
context[:gem_version] = '1.5.0'
|
|
3225
3236
|
Seahorse::Client::Request.new(handlers, context)
|
|
3226
3237
|
end
|
|
3227
3238
|
|
|
@@ -290,6 +290,9 @@ 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.
|
|
293
296
|
# @return [Array<String>]
|
|
294
297
|
#
|
|
295
298
|
# @!attribute [rw] subnet_mappings
|
|
@@ -297,11 +300,13 @@ module Aws::ElasticLoadBalancingV2
|
|
|
297
300
|
# specify only one subnet per Availability Zone. You must specify
|
|
298
301
|
# either subnets or subnet mappings.
|
|
299
302
|
#
|
|
300
|
-
# \[
|
|
301
|
-
#
|
|
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
|
|
@@ -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
|
|
@@ -2129,8 +2138,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
2129
2138
|
# Availability Zones. You can specify only one subnet per Availability
|
|
2130
2139
|
# Zone. You must specify either subnets or subnet mappings.
|
|
2131
2140
|
#
|
|
2132
|
-
#
|
|
2133
|
-
# cannot specify your own Elastic IP addresses.
|
|
2141
|
+
# You cannot specify Elastic IP addresses for your subnets.
|
|
2134
2142
|
# @return [Array<Types::SubnetMapping>]
|
|
2135
2143
|
#
|
|
2136
2144
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsInput AWS API Documentation
|
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.5.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
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|