aws-sdk-elasticloadbalancing 1.25.0 → 1.26.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 727735b36ccf0e50dd3f195a1239404c12743da3083e38d9bb262fa16ff5b9c7
|
|
4
|
+
data.tar.gz: e0cb8a1bef68066bb92f0717aceb04fe7499420690c153dd283843f692b7f50b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99c7fdd8051acb70b81a076a5e709bf0bc145f47f00817c08f68d87c1279dfdc1b1ee559e636cb8be4d62f4cc5bf437b59d67db256141c8657add38389476e51
|
|
7
|
+
data.tar.gz: 0e1ef69f97662e82576e265effb58f9fcf47067e0df8b6a73933c25de380ed4ed12e9e4d234d04500e23efa4d793fd5ba612ccc9aba3d6ba68845590ac1b9ad0
|
|
@@ -324,7 +324,7 @@ module Aws::ElasticLoadBalancing
|
|
|
324
324
|
#
|
|
325
325
|
#
|
|
326
326
|
#
|
|
327
|
-
# [1]:
|
|
327
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html
|
|
328
328
|
#
|
|
329
329
|
# @option params [required, Array<String>] :load_balancer_names
|
|
330
330
|
# The name of the load balancer. You can specify one load balancer only.
|
|
@@ -385,7 +385,7 @@ module Aws::ElasticLoadBalancing
|
|
|
385
385
|
#
|
|
386
386
|
#
|
|
387
387
|
#
|
|
388
|
-
# [1]:
|
|
388
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html#elb-vpc-security-groups
|
|
389
389
|
#
|
|
390
390
|
# @option params [required, String] :load_balancer_name
|
|
391
391
|
# The name of the load balancer.
|
|
@@ -447,7 +447,7 @@ module Aws::ElasticLoadBalancing
|
|
|
447
447
|
#
|
|
448
448
|
#
|
|
449
449
|
#
|
|
450
|
-
# [1]:
|
|
450
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-manage-subnets.html
|
|
451
451
|
#
|
|
452
452
|
# @option params [required, String] :load_balancer_name
|
|
453
453
|
# The name of the load balancer.
|
|
@@ -509,7 +509,7 @@ module Aws::ElasticLoadBalancing
|
|
|
509
509
|
#
|
|
510
510
|
#
|
|
511
511
|
#
|
|
512
|
-
# [1]:
|
|
512
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html
|
|
513
513
|
#
|
|
514
514
|
# @option params [required, String] :load_balancer_name
|
|
515
515
|
# The name of the load balancer.
|
|
@@ -597,7 +597,7 @@ module Aws::ElasticLoadBalancing
|
|
|
597
597
|
#
|
|
598
598
|
#
|
|
599
599
|
#
|
|
600
|
-
# [1]:
|
|
600
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application
|
|
601
601
|
#
|
|
602
602
|
# @option params [required, String] :load_balancer_name
|
|
603
603
|
# The name of the load balancer.
|
|
@@ -663,7 +663,7 @@ module Aws::ElasticLoadBalancing
|
|
|
663
663
|
#
|
|
664
664
|
#
|
|
665
665
|
#
|
|
666
|
-
# [1]:
|
|
666
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration
|
|
667
667
|
#
|
|
668
668
|
# @option params [required, String] :load_balancer_name
|
|
669
669
|
# The name of the load balancer.
|
|
@@ -727,7 +727,7 @@ module Aws::ElasticLoadBalancing
|
|
|
727
727
|
#
|
|
728
728
|
#
|
|
729
729
|
#
|
|
730
|
-
# [1]:
|
|
730
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html
|
|
731
731
|
#
|
|
732
732
|
# @option params [required, String] :load_balancer_name
|
|
733
733
|
# The name of the load balancer.
|
|
@@ -745,7 +745,7 @@ module Aws::ElasticLoadBalancing
|
|
|
745
745
|
#
|
|
746
746
|
#
|
|
747
747
|
#
|
|
748
|
-
# [1]:
|
|
748
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
|
|
749
749
|
#
|
|
750
750
|
# @option params [Array<String>] :availability_zones
|
|
751
751
|
# One or more Availability Zones from the same region as the load
|
|
@@ -778,7 +778,7 @@ module Aws::ElasticLoadBalancing
|
|
|
778
778
|
#
|
|
779
779
|
#
|
|
780
780
|
#
|
|
781
|
-
# [1]:
|
|
781
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme
|
|
782
782
|
#
|
|
783
783
|
# @option params [Array<Types::Tag>] :tags
|
|
784
784
|
# A list of tags to assign to the load balancer.
|
|
@@ -788,7 +788,7 @@ module Aws::ElasticLoadBalancing
|
|
|
788
788
|
#
|
|
789
789
|
#
|
|
790
790
|
#
|
|
791
|
-
# [1]:
|
|
791
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html
|
|
792
792
|
#
|
|
793
793
|
# @return [Types::CreateAccessPointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
794
794
|
#
|
|
@@ -987,7 +987,7 @@ module Aws::ElasticLoadBalancing
|
|
|
987
987
|
#
|
|
988
988
|
#
|
|
989
989
|
#
|
|
990
|
-
# [1]:
|
|
990
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
|
|
991
991
|
#
|
|
992
992
|
# @option params [required, String] :load_balancer_name
|
|
993
993
|
# The name of the load balancer.
|
|
@@ -1279,7 +1279,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1279
1279
|
#
|
|
1280
1280
|
#
|
|
1281
1281
|
#
|
|
1282
|
-
# [1]:
|
|
1282
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html
|
|
1283
1283
|
#
|
|
1284
1284
|
# @option params [required, String] :load_balancer_name
|
|
1285
1285
|
# The name of the load balancer.
|
|
@@ -1350,7 +1350,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1350
1350
|
#
|
|
1351
1351
|
#
|
|
1352
1352
|
#
|
|
1353
|
-
# [1]:
|
|
1353
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html
|
|
1354
1354
|
#
|
|
1355
1355
|
# @option params [String] :marker
|
|
1356
1356
|
# The marker for the next set of results. (You received this marker from
|
|
@@ -2007,7 +2007,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2007
2007
|
#
|
|
2008
2008
|
#
|
|
2009
2009
|
#
|
|
2010
|
-
# [1]:
|
|
2010
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html
|
|
2011
2011
|
#
|
|
2012
2012
|
# @option params [required, String] :load_balancer_name
|
|
2013
2013
|
# The name of the load balancer.
|
|
@@ -2072,7 +2072,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2072
2072
|
#
|
|
2073
2073
|
#
|
|
2074
2074
|
#
|
|
2075
|
-
# [1]:
|
|
2075
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html
|
|
2076
2076
|
#
|
|
2077
2077
|
# @option params [required, String] :load_balancer_name
|
|
2078
2078
|
# The name of the load balancer.
|
|
@@ -2147,10 +2147,10 @@ module Aws::ElasticLoadBalancing
|
|
|
2147
2147
|
#
|
|
2148
2148
|
#
|
|
2149
2149
|
#
|
|
2150
|
-
# [1]:
|
|
2151
|
-
# [2]:
|
|
2152
|
-
# [3]:
|
|
2153
|
-
# [4]:
|
|
2150
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html
|
|
2151
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html
|
|
2152
|
+
# [3]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/access-log-collection.html
|
|
2153
|
+
# [4]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html
|
|
2154
2154
|
#
|
|
2155
2155
|
# @option params [required, String] :load_balancer_name
|
|
2156
2156
|
# The name of the load balancer.
|
|
@@ -2294,7 +2294,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2294
2294
|
#
|
|
2295
2295
|
#
|
|
2296
2296
|
#
|
|
2297
|
-
# [1]:
|
|
2297
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html
|
|
2298
2298
|
#
|
|
2299
2299
|
# @option params [required, String] :load_balancer_name
|
|
2300
2300
|
# The name of the load balancer.
|
|
@@ -2417,7 +2417,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2417
2417
|
#
|
|
2418
2418
|
#
|
|
2419
2419
|
#
|
|
2420
|
-
# [1]:
|
|
2420
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-update-ssl-cert.html
|
|
2421
2421
|
#
|
|
2422
2422
|
# @option params [required, String] :load_balancer_name
|
|
2423
2423
|
# The name of the load balancer.
|
|
@@ -2479,8 +2479,8 @@ module Aws::ElasticLoadBalancing
|
|
|
2479
2479
|
#
|
|
2480
2480
|
#
|
|
2481
2481
|
#
|
|
2482
|
-
# [1]:
|
|
2483
|
-
# [2]:
|
|
2482
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html#configure_backendauth_clt
|
|
2483
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-proxy-protocol.html
|
|
2484
2484
|
#
|
|
2485
2485
|
# @option params [required, String] :load_balancer_name
|
|
2486
2486
|
# The name of the load balancer.
|
|
@@ -2537,9 +2537,9 @@ module Aws::ElasticLoadBalancing
|
|
|
2537
2537
|
#
|
|
2538
2538
|
#
|
|
2539
2539
|
#
|
|
2540
|
-
# [1]:
|
|
2541
|
-
# [2]:
|
|
2542
|
-
# [3]:
|
|
2540
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/ssl-config-update.html
|
|
2541
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration
|
|
2542
|
+
# [3]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application
|
|
2543
2543
|
#
|
|
2544
2544
|
# @option params [required, String] :load_balancer_name
|
|
2545
2545
|
# The name of the load balancer.
|
|
@@ -2597,7 +2597,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2597
2597
|
params: params,
|
|
2598
2598
|
config: config)
|
|
2599
2599
|
context[:gem_name] = 'aws-sdk-elasticloadbalancing'
|
|
2600
|
-
context[:gem_version] = '1.
|
|
2600
|
+
context[:gem_version] = '1.26.0'
|
|
2601
2601
|
Seahorse::Client::Request.new(handlers, context)
|
|
2602
2602
|
end
|
|
2603
2603
|
|
|
@@ -141,7 +141,7 @@ module Aws::ElasticLoadBalancing
|
|
|
141
141
|
#
|
|
142
142
|
class AddTagsOutput < Aws::EmptyStructure; end
|
|
143
143
|
|
|
144
|
-
#
|
|
144
|
+
# Information about additional load balancer attributes.
|
|
145
145
|
#
|
|
146
146
|
# @note When making an API call, you may pass AdditionalAttribute
|
|
147
147
|
# data as a hash:
|
|
@@ -152,11 +152,20 @@ module Aws::ElasticLoadBalancing
|
|
|
152
152
|
# }
|
|
153
153
|
#
|
|
154
154
|
# @!attribute [rw] key
|
|
155
|
-
#
|
|
155
|
+
# The name of the attribute.
|
|
156
|
+
#
|
|
157
|
+
# The following attribute is supported.
|
|
158
|
+
#
|
|
159
|
+
# * `elb.http.desyncmitigationmode` - Determines how the load balancer
|
|
160
|
+
# handles requests that might pose a security risk to your
|
|
161
|
+
# application. The possible values are `monitor`, `defensive`, and
|
|
162
|
+
# `strictest`. The default is `defensive`.
|
|
163
|
+
#
|
|
164
|
+
# ^
|
|
156
165
|
# @return [String]
|
|
157
166
|
#
|
|
158
167
|
# @!attribute [rw] value
|
|
159
|
-
# This
|
|
168
|
+
# This value of the attribute.
|
|
160
169
|
# @return [String]
|
|
161
170
|
#
|
|
162
171
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/AdditionalAttribute AWS API Documentation
|
|
@@ -445,7 +454,7 @@ module Aws::ElasticLoadBalancing
|
|
|
445
454
|
#
|
|
446
455
|
#
|
|
447
456
|
#
|
|
448
|
-
# [1]:
|
|
457
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
|
|
449
458
|
# @return [Array<Types::Listener>]
|
|
450
459
|
#
|
|
451
460
|
# @!attribute [rw] availability_zones
|
|
@@ -482,7 +491,7 @@ module Aws::ElasticLoadBalancing
|
|
|
482
491
|
#
|
|
483
492
|
#
|
|
484
493
|
#
|
|
485
|
-
# [1]:
|
|
494
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme
|
|
486
495
|
# @return [String]
|
|
487
496
|
#
|
|
488
497
|
# @!attribute [rw] tags
|
|
@@ -493,7 +502,7 @@ module Aws::ElasticLoadBalancing
|
|
|
493
502
|
#
|
|
494
503
|
#
|
|
495
504
|
#
|
|
496
|
-
# [1]:
|
|
505
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html
|
|
497
506
|
# @return [Array<Types::Tag>]
|
|
498
507
|
#
|
|
499
508
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/CreateAccessPointInput AWS API Documentation
|
|
@@ -1468,7 +1477,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1468
1477
|
#
|
|
1469
1478
|
#
|
|
1470
1479
|
#
|
|
1471
|
-
# [1]:
|
|
1480
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html
|
|
1472
1481
|
#
|
|
1473
1482
|
# @note When making an API call, you may pass Listener
|
|
1474
1483
|
# data as a hash:
|
|
@@ -1497,8 +1506,9 @@ module Aws::ElasticLoadBalancing
|
|
|
1497
1506
|
# The protocol to use for routing traffic to instances: HTTP, HTTPS,
|
|
1498
1507
|
# TCP, or SSL.
|
|
1499
1508
|
#
|
|
1500
|
-
# If the front-end protocol is
|
|
1501
|
-
#
|
|
1509
|
+
# If the front-end protocol is TCP or SSL, the back-end protocol must
|
|
1510
|
+
# be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the
|
|
1511
|
+
# back-end protocol must be HTTP or HTTPS.
|
|
1502
1512
|
#
|
|
1503
1513
|
# If there is another listener with the same `InstancePort` whose
|
|
1504
1514
|
# `InstanceProtocol` is secure, (HTTPS or SSL), the listener's
|
|
@@ -1600,7 +1610,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1600
1610
|
#
|
|
1601
1611
|
#
|
|
1602
1612
|
#
|
|
1603
|
-
# [1]:
|
|
1613
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html
|
|
1604
1614
|
# @return [Types::CrossZoneLoadBalancing]
|
|
1605
1615
|
#
|
|
1606
1616
|
# @!attribute [rw] access_log
|
|
@@ -1613,7 +1623,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1613
1623
|
#
|
|
1614
1624
|
#
|
|
1615
1625
|
#
|
|
1616
|
-
# [1]:
|
|
1626
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html
|
|
1617
1627
|
# @return [Types::AccessLog]
|
|
1618
1628
|
#
|
|
1619
1629
|
# @!attribute [rw] connection_draining
|
|
@@ -1626,7 +1636,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1626
1636
|
#
|
|
1627
1637
|
#
|
|
1628
1638
|
#
|
|
1629
|
-
# [1]:
|
|
1639
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html
|
|
1630
1640
|
# @return [Types::ConnectionDraining]
|
|
1631
1641
|
#
|
|
1632
1642
|
# @!attribute [rw] connection_settings
|
|
@@ -1640,11 +1650,11 @@ module Aws::ElasticLoadBalancing
|
|
|
1640
1650
|
#
|
|
1641
1651
|
#
|
|
1642
1652
|
#
|
|
1643
|
-
# [1]:
|
|
1653
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html
|
|
1644
1654
|
# @return [Types::ConnectionSettings]
|
|
1645
1655
|
#
|
|
1646
1656
|
# @!attribute [rw] additional_attributes
|
|
1647
|
-
#
|
|
1657
|
+
# Any additional attributes.
|
|
1648
1658
|
# @return [Array<Types::AdditionalAttribute>]
|
|
1649
1659
|
#
|
|
1650
1660
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/LoadBalancerAttributes AWS API Documentation
|
|
@@ -1677,7 +1687,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1677
1687
|
#
|
|
1678
1688
|
#
|
|
1679
1689
|
#
|
|
1680
|
-
# [1]:
|
|
1690
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/using-domain-names-with-elb.html
|
|
1681
1691
|
# @return [String]
|
|
1682
1692
|
#
|
|
1683
1693
|
# @!attribute [rw] canonical_hosted_zone_name_id
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticloadbalancing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.26.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: 2020-
|
|
11
|
+
date: 2020-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|