aws-sdk-elasticloadbalancingv2 1.8.0 → 1.9.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: c8194340e3d62d5019e95b118a98010c90098fe7
|
4
|
+
data.tar.gz: ca90d30662c659054beb918ac56b06ff141e5c0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78d91b127faf2edc672462abc254e1d531ccf606bd5c04193a67e8bf4b4a6bda333e51066e6acff72508054e4b7aec04e155f676d1dff13c92cb6549cdd11cb4
|
7
|
+
data.tar.gz: e5e5a7873547cdb2ffaf40bfe9314565b17f395cc2db360697e7f35facc9280662d781462574d65087a576b373d69a2771d5d2c6e570fb29cf6b6d380c5127e6
|
@@ -469,7 +469,8 @@ module Aws::ElasticLoadBalancingV2
|
|
469
469
|
#
|
470
470
|
# This name must be unique per region per account, can have a maximum of
|
471
471
|
# 32 characters, must contain only alphanumeric characters or hyphens,
|
472
|
-
#
|
472
|
+
# must not begin or end with a hyphen, and must not begin with
|
473
|
+
# "internal-".
|
473
474
|
#
|
474
475
|
# @option params [Array<String>] :subnets
|
475
476
|
# The IDs of the public subnets. You can specify only one subnet per
|
@@ -1387,6 +1388,15 @@ module Aws::ElasticLoadBalancingV2
|
|
1387
1388
|
# Describes the attributes for the specified Application Load Balancer
|
1388
1389
|
# or Network Load Balancer.
|
1389
1390
|
#
|
1391
|
+
# For more information, see [Load Balancer Attributes][1] in the
|
1392
|
+
# *Application Load Balancers Guide* or [Load Balancer Attributes][2] in
|
1393
|
+
# the *Network Load Balancers Guide*.
|
1394
|
+
#
|
1395
|
+
#
|
1396
|
+
#
|
1397
|
+
# [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes
|
1398
|
+
# [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes
|
1399
|
+
#
|
1390
1400
|
# @option params [required, String] :load_balancer_arn
|
1391
1401
|
# The Amazon Resource Name (ARN) of the load balancer.
|
1392
1402
|
#
|
@@ -1872,6 +1882,15 @@ module Aws::ElasticLoadBalancingV2
|
|
1872
1882
|
|
1873
1883
|
# Describes the attributes for the specified target group.
|
1874
1884
|
#
|
1885
|
+
# For more information, see [Target Group Attributes][1] in the
|
1886
|
+
# *Application Load Balancers Guide* or [Target Group Attributes][2] in
|
1887
|
+
# the *Network Load Balancers Guide*.
|
1888
|
+
#
|
1889
|
+
#
|
1890
|
+
#
|
1891
|
+
# [1]: http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes
|
1892
|
+
# [2]: http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes
|
1893
|
+
#
|
1875
1894
|
# @option params [required, String] :target_group_arn
|
1876
1895
|
# The Amazon Resource Name (ARN) of the target group.
|
1877
1896
|
#
|
@@ -3231,7 +3250,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3231
3250
|
params: params,
|
3232
3251
|
config: config)
|
3233
3252
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
3234
|
-
context[:gem_version] = '1.
|
3253
|
+
context[:gem_version] = '1.9.0'
|
3235
3254
|
Seahorse::Client::Request.new(handlers, context)
|
3236
3255
|
end
|
3237
3256
|
|
@@ -280,7 +280,8 @@ module Aws::ElasticLoadBalancingV2
|
|
280
280
|
#
|
281
281
|
# This name must be unique per region per account, can have a maximum
|
282
282
|
# of 32 characters, must contain only alphanumeric characters or
|
283
|
-
# hyphens,
|
283
|
+
# hyphens, must not begin or end with a hyphen, and must not begin
|
284
|
+
# with "internal-".
|
284
285
|
# @return [String]
|
285
286
|
#
|
286
287
|
# @!attribute [rw] subnets
|
@@ -1408,34 +1409,45 @@ module Aws::ElasticLoadBalancingV2
|
|
1408
1409
|
# @!attribute [rw] key
|
1409
1410
|
# The name of the attribute.
|
1410
1411
|
#
|
1411
|
-
#
|
1412
|
-
#
|
1413
|
-
# value is `true` or `false`.
|
1412
|
+
# The following attributes are supported by both Application Load
|
1413
|
+
# Balancers and Network Load Balancers:
|
1414
1414
|
#
|
1415
|
-
# * `
|
1416
|
-
#
|
1417
|
-
#
|
1418
|
-
# the same region as the load balancer and have a bucket policy that
|
1419
|
-
# grants Elastic Load Balancing permission to write to the bucket.
|
1415
|
+
# * `deletion_protection.enabled` - Indicates whether deletion
|
1416
|
+
# protection is enabled. The value is `true` or `false`. The default
|
1417
|
+
# is `false`.
|
1420
1418
|
#
|
1421
|
-
#
|
1422
|
-
# prefix for the location in the S3 bucket. If you don't specify a
|
1423
|
-
# prefix, the access logs are stored in the root of the bucket.
|
1419
|
+
# ^
|
1424
1420
|
#
|
1425
|
-
#
|
1426
|
-
#
|
1421
|
+
# The following attributes are supported by only Application Load
|
1422
|
+
# Balancers:
|
1423
|
+
#
|
1424
|
+
# * `access_logs.s3.enabled` - Indicates whether access logs are
|
1425
|
+
# enabled. The value is `true` or `false`. The default is `false`.
|
1426
|
+
#
|
1427
|
+
# * `access_logs.s3.bucket` - The name of the S3 bucket for the access
|
1428
|
+
# logs. This attribute is required if access logs are enabled. The
|
1429
|
+
# bucket must exist in the same region as the load balancer and have
|
1430
|
+
# a bucket policy that grants Elastic Load Balancing permission to
|
1431
|
+
# write to the bucket.
|
1432
|
+
#
|
1433
|
+
# * `access_logs.s3.prefix` - The prefix for the location in the S3
|
1434
|
+
# bucket for the access logs.
|
1435
|
+
#
|
1436
|
+
# * `idle_timeout.timeout_seconds` - The idle timeout value, in
|
1437
|
+
# seconds. The valid range is 1-4000 seconds. The default is 60
|
1438
|
+
# seconds.
|
1439
|
+
#
|
1440
|
+
# * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
|
1441
|
+
# value is `true` or `false`. The default is `true`.
|
1427
1442
|
#
|
1428
|
-
#
|
1429
|
-
#
|
1430
|
-
# default is 60 seconds.
|
1443
|
+
# The following attributes are supported by only Network Load
|
1444
|
+
# Balancers:
|
1431
1445
|
#
|
1432
|
-
# * `load_balancing.cross_zone.enabled` -
|
1433
|
-
#
|
1434
|
-
#
|
1446
|
+
# * `load_balancing.cross_zone.enabled` - Indicates whether cross-zone
|
1447
|
+
# load balancing is enabled. The value is `true` or `false`. The
|
1448
|
+
# default is `false`.
|
1435
1449
|
#
|
1436
|
-
#
|
1437
|
-
# whether HTTP/2 is enabled. The value is `true` or `false`. The
|
1438
|
-
# default is `true`.
|
1450
|
+
# ^
|
1439
1451
|
# @return [String]
|
1440
1452
|
#
|
1441
1453
|
# @!attribute [rw] value
|
@@ -2416,27 +2428,47 @@ module Aws::ElasticLoadBalancingV2
|
|
2416
2428
|
# @!attribute [rw] key
|
2417
2429
|
# The name of the attribute.
|
2418
2430
|
#
|
2419
|
-
#
|
2420
|
-
#
|
2421
|
-
#
|
2422
|
-
#
|
2431
|
+
# The following attributes are supported by both Application Load
|
2432
|
+
# Balancers and Network Load Balancers:
|
2433
|
+
#
|
2434
|
+
# * `deregistration_delay.timeout_seconds` - The amount of time, in
|
2435
|
+
# seconds, for Elastic Load Balancing to wait before changing the
|
2436
|
+
# state of a deregistering target from `draining` to `unused`. The
|
2437
|
+
# range is 0-3600 seconds. The default value is 300 seconds.
|
2438
|
+
#
|
2439
|
+
# ^
|
2440
|
+
#
|
2441
|
+
# The following attributes are supported by only Application Load
|
2442
|
+
# Balancers:
|
2423
2443
|
#
|
2424
|
-
# * `
|
2425
|
-
#
|
2444
|
+
# * `slow_start.duration_seconds` - The time period, in seconds,
|
2445
|
+
# during which a newly registered target receives a linearly
|
2446
|
+
# increasing share of the traffic to the target group. After this
|
2447
|
+
# time period ends, the target receives its full share of traffic.
|
2448
|
+
# The range is 30-900 seconds (15 minutes). Slow start mode is
|
2449
|
+
# disabled by default.
|
2426
2450
|
#
|
2427
|
-
# * `stickiness.enabled` -
|
2428
|
-
#
|
2429
|
-
# `false`.
|
2451
|
+
# * `stickiness.enabled` - Indicates whether sticky sessions are
|
2452
|
+
# enabled. The value is `true` or `false`. The default is `false`.
|
2430
2453
|
#
|
2431
|
-
# * `stickiness.type` -
|
2432
|
-
#
|
2454
|
+
# * `stickiness.type` - The type of sticky sessions. The possible
|
2455
|
+
# value is `lb_cookie`.
|
2433
2456
|
#
|
2434
|
-
# * `stickiness.lb_cookie.duration_seconds` -
|
2435
|
-
#
|
2436
|
-
#
|
2437
|
-
#
|
2438
|
-
#
|
2439
|
-
#
|
2457
|
+
# * `stickiness.lb_cookie.duration_seconds` - The time period, in
|
2458
|
+
# seconds, during which requests from a client should be routed to
|
2459
|
+
# the same target. After this time period expires, the load
|
2460
|
+
# balancer-generated cookie is considered stale. The range is 1
|
2461
|
+
# second to 1 week (604800 seconds). The default value is 1 day
|
2462
|
+
# (86400 seconds).
|
2463
|
+
#
|
2464
|
+
# The following attributes are supported by only Network Load
|
2465
|
+
# Balancers:
|
2466
|
+
#
|
2467
|
+
# * `proxy_protocol_v2.enabled` - Indicates whether Proxy Protocol
|
2468
|
+
# version 2 is enabled. The value is `true` or `false`. The default
|
2469
|
+
# is `false`.
|
2470
|
+
#
|
2471
|
+
# ^
|
2440
2472
|
# @return [String]
|
2441
2473
|
#
|
2442
2474
|
# @!attribute [rw] value
|
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.9.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-
|
11
|
+
date: 2018-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
78
|
rubyforge_project:
|
79
|
-
rubygems_version: 2.5.
|
79
|
+
rubygems_version: 2.5.2.3
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: AWS SDK for Ruby - Elastic Load Balancing v2
|