aws-sdk-elasticloadbalancingv2 1.41.0 → 1.46.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 +5 -5
- data/lib/aws-sdk-elasticloadbalancingv2.rb +3 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +106 -28
- data/lib/aws-sdk-elasticloadbalancingv2/client_api.rb +14 -0
- data/lib/aws-sdk-elasticloadbalancingv2/customizations.rb +1 -0
- data/lib/aws-sdk-elasticloadbalancingv2/errors.rb +13 -0
- data/lib/aws-sdk-elasticloadbalancingv2/resource.rb +3 -7
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +179 -18
- data/lib/aws-sdk-elasticloadbalancingv2/waiters.rb +67 -0
- metadata +5 -5
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -8,6 +10,12 @@
|
|
8
10
|
module Aws::ElasticLoadBalancingV2
|
9
11
|
module Types
|
10
12
|
|
13
|
+
# The specified ALPN policy is not supported.
|
14
|
+
#
|
15
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ALPNPolicyNotSupportedException AWS API Documentation
|
16
|
+
#
|
17
|
+
class ALPNPolicyNotSupportedException < Aws::EmptyStructure; end
|
18
|
+
|
11
19
|
# Information about an action.
|
12
20
|
#
|
13
21
|
# @note When making an API call, you may pass Action
|
@@ -134,6 +142,7 @@ module Aws::ElasticLoadBalancingV2
|
|
134
142
|
:redirect_config,
|
135
143
|
:fixed_response_config,
|
136
144
|
:forward_config)
|
145
|
+
SENSITIVE = []
|
137
146
|
include Aws::Structure
|
138
147
|
end
|
139
148
|
|
@@ -165,6 +174,7 @@ module Aws::ElasticLoadBalancingV2
|
|
165
174
|
class AddListenerCertificatesInput < Struct.new(
|
166
175
|
:listener_arn,
|
167
176
|
:certificates)
|
177
|
+
SENSITIVE = []
|
168
178
|
include Aws::Structure
|
169
179
|
end
|
170
180
|
|
@@ -176,6 +186,7 @@ module Aws::ElasticLoadBalancingV2
|
|
176
186
|
#
|
177
187
|
class AddListenerCertificatesOutput < Struct.new(
|
178
188
|
:certificates)
|
189
|
+
SENSITIVE = []
|
179
190
|
include Aws::Structure
|
180
191
|
end
|
181
192
|
|
@@ -205,6 +216,7 @@ module Aws::ElasticLoadBalancingV2
|
|
205
216
|
class AddTagsInput < Struct.new(
|
206
217
|
:resource_arns,
|
207
218
|
:tags)
|
219
|
+
SENSITIVE = []
|
208
220
|
include Aws::Structure
|
209
221
|
end
|
210
222
|
|
@@ -296,6 +308,7 @@ module Aws::ElasticLoadBalancingV2
|
|
296
308
|
:session_timeout,
|
297
309
|
:authentication_request_extra_params,
|
298
310
|
:on_unauthenticated_request)
|
311
|
+
SENSITIVE = []
|
299
312
|
include Aws::Structure
|
300
313
|
end
|
301
314
|
|
@@ -408,6 +421,7 @@ module Aws::ElasticLoadBalancingV2
|
|
408
421
|
:authentication_request_extra_params,
|
409
422
|
:on_unauthenticated_request,
|
410
423
|
:use_existing_client_secret)
|
424
|
+
SENSITIVE = []
|
411
425
|
include Aws::Structure
|
412
426
|
end
|
413
427
|
|
@@ -436,6 +450,7 @@ module Aws::ElasticLoadBalancingV2
|
|
436
450
|
:zone_name,
|
437
451
|
:subnet_id,
|
438
452
|
:load_balancer_addresses)
|
453
|
+
SENSITIVE = []
|
439
454
|
include Aws::Structure
|
440
455
|
end
|
441
456
|
|
@@ -471,6 +486,7 @@ module Aws::ElasticLoadBalancingV2
|
|
471
486
|
class Certificate < Struct.new(
|
472
487
|
:certificate_arn,
|
473
488
|
:is_default)
|
489
|
+
SENSITIVE = []
|
474
490
|
include Aws::Structure
|
475
491
|
end
|
476
492
|
|
@@ -495,6 +511,7 @@ module Aws::ElasticLoadBalancingV2
|
|
495
511
|
class Cipher < Struct.new(
|
496
512
|
:name,
|
497
513
|
:priority)
|
514
|
+
SENSITIVE = []
|
498
515
|
include Aws::Structure
|
499
516
|
end
|
500
517
|
|
@@ -572,6 +589,7 @@ module Aws::ElasticLoadBalancingV2
|
|
572
589
|
# },
|
573
590
|
# },
|
574
591
|
# ],
|
592
|
+
# alpn_policy: ["AlpnPolicyValue"],
|
575
593
|
# }
|
576
594
|
#
|
577
595
|
# @!attribute [rw] load_balancer_arn
|
@@ -656,6 +674,29 @@ module Aws::ElasticLoadBalancingV2
|
|
656
674
|
# custom HTTP response.
|
657
675
|
# @return [Array<Types::Action>]
|
658
676
|
#
|
677
|
+
# @!attribute [rw] alpn_policy
|
678
|
+
# \[TLS listeners\] The name of the Application-Layer Protocol
|
679
|
+
# Negotiation (ALPN) policy. You can specify one policy name. The
|
680
|
+
# following are the possible values:
|
681
|
+
#
|
682
|
+
# * `HTTP1Only`
|
683
|
+
#
|
684
|
+
# * `HTTP2Only`
|
685
|
+
#
|
686
|
+
# * `HTTP2Optional`
|
687
|
+
#
|
688
|
+
# * `HTTP2Preferred`
|
689
|
+
#
|
690
|
+
# * `None`
|
691
|
+
#
|
692
|
+
# For more information, see [ALPN Policies][1] in the *Network Load
|
693
|
+
# Balancers Guide*.
|
694
|
+
#
|
695
|
+
#
|
696
|
+
#
|
697
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies
|
698
|
+
# @return [Array<String>]
|
699
|
+
#
|
659
700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateListenerInput AWS API Documentation
|
660
701
|
#
|
661
702
|
class CreateListenerInput < Struct.new(
|
@@ -664,7 +705,9 @@ module Aws::ElasticLoadBalancingV2
|
|
664
705
|
:port,
|
665
706
|
:ssl_policy,
|
666
707
|
:certificates,
|
667
|
-
:default_actions
|
708
|
+
:default_actions,
|
709
|
+
:alpn_policy)
|
710
|
+
SENSITIVE = []
|
668
711
|
include Aws::Structure
|
669
712
|
end
|
670
713
|
|
@@ -676,6 +719,7 @@ module Aws::ElasticLoadBalancingV2
|
|
676
719
|
#
|
677
720
|
class CreateListenerOutput < Struct.new(
|
678
721
|
:listeners)
|
722
|
+
SENSITIVE = []
|
679
723
|
include Aws::Structure
|
680
724
|
end
|
681
725
|
|
@@ -788,6 +832,7 @@ module Aws::ElasticLoadBalancingV2
|
|
788
832
|
:tags,
|
789
833
|
:type,
|
790
834
|
:ip_address_type)
|
835
|
+
SENSITIVE = []
|
791
836
|
include Aws::Structure
|
792
837
|
end
|
793
838
|
|
@@ -799,6 +844,7 @@ module Aws::ElasticLoadBalancingV2
|
|
799
844
|
#
|
800
845
|
class CreateLoadBalancerOutput < Struct.new(
|
801
846
|
:load_balancers)
|
847
|
+
SENSITIVE = []
|
802
848
|
include Aws::Structure
|
803
849
|
end
|
804
850
|
|
@@ -949,6 +995,7 @@ module Aws::ElasticLoadBalancingV2
|
|
949
995
|
:conditions,
|
950
996
|
:priority,
|
951
997
|
:actions)
|
998
|
+
SENSITIVE = []
|
952
999
|
include Aws::Structure
|
953
1000
|
end
|
954
1001
|
|
@@ -960,6 +1007,7 @@ module Aws::ElasticLoadBalancingV2
|
|
960
1007
|
#
|
961
1008
|
class CreateRuleOutput < Struct.new(
|
962
1009
|
:rules)
|
1010
|
+
SENSITIVE = []
|
963
1011
|
include Aws::Structure
|
964
1012
|
end
|
965
1013
|
|
@@ -1115,6 +1163,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1115
1163
|
:unhealthy_threshold_count,
|
1116
1164
|
:matcher,
|
1117
1165
|
:target_type)
|
1166
|
+
SENSITIVE = []
|
1118
1167
|
include Aws::Structure
|
1119
1168
|
end
|
1120
1169
|
|
@@ -1126,6 +1175,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1126
1175
|
#
|
1127
1176
|
class CreateTargetGroupOutput < Struct.new(
|
1128
1177
|
:target_groups)
|
1178
|
+
SENSITIVE = []
|
1129
1179
|
include Aws::Structure
|
1130
1180
|
end
|
1131
1181
|
|
@@ -1144,6 +1194,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1144
1194
|
#
|
1145
1195
|
class DeleteListenerInput < Struct.new(
|
1146
1196
|
:listener_arn)
|
1197
|
+
SENSITIVE = []
|
1147
1198
|
include Aws::Structure
|
1148
1199
|
end
|
1149
1200
|
|
@@ -1166,6 +1217,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1166
1217
|
#
|
1167
1218
|
class DeleteLoadBalancerInput < Struct.new(
|
1168
1219
|
:load_balancer_arn)
|
1220
|
+
SENSITIVE = []
|
1169
1221
|
include Aws::Structure
|
1170
1222
|
end
|
1171
1223
|
|
@@ -1188,6 +1240,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1188
1240
|
#
|
1189
1241
|
class DeleteRuleInput < Struct.new(
|
1190
1242
|
:rule_arn)
|
1243
|
+
SENSITIVE = []
|
1191
1244
|
include Aws::Structure
|
1192
1245
|
end
|
1193
1246
|
|
@@ -1210,6 +1263,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1210
1263
|
#
|
1211
1264
|
class DeleteTargetGroupInput < Struct.new(
|
1212
1265
|
:target_group_arn)
|
1266
|
+
SENSITIVE = []
|
1213
1267
|
include Aws::Structure
|
1214
1268
|
end
|
1215
1269
|
|
@@ -1246,6 +1300,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1246
1300
|
class DeregisterTargetsInput < Struct.new(
|
1247
1301
|
:target_group_arn,
|
1248
1302
|
:targets)
|
1303
|
+
SENSITIVE = []
|
1249
1304
|
include Aws::Structure
|
1250
1305
|
end
|
1251
1306
|
|
@@ -1275,6 +1330,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1275
1330
|
class DescribeAccountLimitsInput < Struct.new(
|
1276
1331
|
:marker,
|
1277
1332
|
:page_size)
|
1333
|
+
SENSITIVE = []
|
1278
1334
|
include Aws::Structure
|
1279
1335
|
end
|
1280
1336
|
|
@@ -1292,6 +1348,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1292
1348
|
class DescribeAccountLimitsOutput < Struct.new(
|
1293
1349
|
:limits,
|
1294
1350
|
:next_marker)
|
1351
|
+
SENSITIVE = []
|
1295
1352
|
include Aws::Structure
|
1296
1353
|
end
|
1297
1354
|
|
@@ -1323,6 +1380,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1323
1380
|
:listener_arn,
|
1324
1381
|
:marker,
|
1325
1382
|
:page_size)
|
1383
|
+
SENSITIVE = []
|
1326
1384
|
include Aws::Structure
|
1327
1385
|
end
|
1328
1386
|
|
@@ -1340,6 +1398,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1340
1398
|
class DescribeListenerCertificatesOutput < Struct.new(
|
1341
1399
|
:certificates,
|
1342
1400
|
:next_marker)
|
1401
|
+
SENSITIVE = []
|
1343
1402
|
include Aws::Structure
|
1344
1403
|
end
|
1345
1404
|
|
@@ -1377,6 +1436,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1377
1436
|
:listener_arns,
|
1378
1437
|
:marker,
|
1379
1438
|
:page_size)
|
1439
|
+
SENSITIVE = []
|
1380
1440
|
include Aws::Structure
|
1381
1441
|
end
|
1382
1442
|
|
@@ -1394,6 +1454,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1394
1454
|
class DescribeListenersOutput < Struct.new(
|
1395
1455
|
:listeners,
|
1396
1456
|
:next_marker)
|
1457
|
+
SENSITIVE = []
|
1397
1458
|
include Aws::Structure
|
1398
1459
|
end
|
1399
1460
|
|
@@ -1412,6 +1473,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1412
1473
|
#
|
1413
1474
|
class DescribeLoadBalancerAttributesInput < Struct.new(
|
1414
1475
|
:load_balancer_arn)
|
1476
|
+
SENSITIVE = []
|
1415
1477
|
include Aws::Structure
|
1416
1478
|
end
|
1417
1479
|
|
@@ -1423,6 +1485,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1423
1485
|
#
|
1424
1486
|
class DescribeLoadBalancerAttributesOutput < Struct.new(
|
1425
1487
|
:attributes)
|
1488
|
+
SENSITIVE = []
|
1426
1489
|
include Aws::Structure
|
1427
1490
|
end
|
1428
1491
|
|
@@ -1461,6 +1524,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1461
1524
|
:names,
|
1462
1525
|
:marker,
|
1463
1526
|
:page_size)
|
1527
|
+
SENSITIVE = []
|
1464
1528
|
include Aws::Structure
|
1465
1529
|
end
|
1466
1530
|
|
@@ -1478,6 +1542,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1478
1542
|
class DescribeLoadBalancersOutput < Struct.new(
|
1479
1543
|
:load_balancers,
|
1480
1544
|
:next_marker)
|
1545
|
+
SENSITIVE = []
|
1481
1546
|
include Aws::Structure
|
1482
1547
|
end
|
1483
1548
|
|
@@ -1515,6 +1580,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1515
1580
|
:rule_arns,
|
1516
1581
|
:marker,
|
1517
1582
|
:page_size)
|
1583
|
+
SENSITIVE = []
|
1518
1584
|
include Aws::Structure
|
1519
1585
|
end
|
1520
1586
|
|
@@ -1532,6 +1598,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1532
1598
|
class DescribeRulesOutput < Struct.new(
|
1533
1599
|
:rules,
|
1534
1600
|
:next_marker)
|
1601
|
+
SENSITIVE = []
|
1535
1602
|
include Aws::Structure
|
1536
1603
|
end
|
1537
1604
|
|
@@ -1563,6 +1630,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1563
1630
|
:names,
|
1564
1631
|
:marker,
|
1565
1632
|
:page_size)
|
1633
|
+
SENSITIVE = []
|
1566
1634
|
include Aws::Structure
|
1567
1635
|
end
|
1568
1636
|
|
@@ -1580,6 +1648,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1580
1648
|
class DescribeSSLPoliciesOutput < Struct.new(
|
1581
1649
|
:ssl_policies,
|
1582
1650
|
:next_marker)
|
1651
|
+
SENSITIVE = []
|
1583
1652
|
include Aws::Structure
|
1584
1653
|
end
|
1585
1654
|
|
@@ -1599,6 +1668,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1599
1668
|
#
|
1600
1669
|
class DescribeTagsInput < Struct.new(
|
1601
1670
|
:resource_arns)
|
1671
|
+
SENSITIVE = []
|
1602
1672
|
include Aws::Structure
|
1603
1673
|
end
|
1604
1674
|
|
@@ -1610,6 +1680,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1610
1680
|
#
|
1611
1681
|
class DescribeTagsOutput < Struct.new(
|
1612
1682
|
:tag_descriptions)
|
1683
|
+
SENSITIVE = []
|
1613
1684
|
include Aws::Structure
|
1614
1685
|
end
|
1615
1686
|
|
@@ -1628,6 +1699,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1628
1699
|
#
|
1629
1700
|
class DescribeTargetGroupAttributesInput < Struct.new(
|
1630
1701
|
:target_group_arn)
|
1702
|
+
SENSITIVE = []
|
1631
1703
|
include Aws::Structure
|
1632
1704
|
end
|
1633
1705
|
|
@@ -1639,6 +1711,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1639
1711
|
#
|
1640
1712
|
class DescribeTargetGroupAttributesOutput < Struct.new(
|
1641
1713
|
:attributes)
|
1714
|
+
SENSITIVE = []
|
1642
1715
|
include Aws::Structure
|
1643
1716
|
end
|
1644
1717
|
|
@@ -1682,6 +1755,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1682
1755
|
:names,
|
1683
1756
|
:marker,
|
1684
1757
|
:page_size)
|
1758
|
+
SENSITIVE = []
|
1685
1759
|
include Aws::Structure
|
1686
1760
|
end
|
1687
1761
|
|
@@ -1699,6 +1773,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1699
1773
|
class DescribeTargetGroupsOutput < Struct.new(
|
1700
1774
|
:target_groups,
|
1701
1775
|
:next_marker)
|
1776
|
+
SENSITIVE = []
|
1702
1777
|
include Aws::Structure
|
1703
1778
|
end
|
1704
1779
|
|
@@ -1729,6 +1804,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1729
1804
|
class DescribeTargetHealthInput < Struct.new(
|
1730
1805
|
:target_group_arn,
|
1731
1806
|
:targets)
|
1807
|
+
SENSITIVE = []
|
1732
1808
|
include Aws::Structure
|
1733
1809
|
end
|
1734
1810
|
|
@@ -1740,6 +1816,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1740
1816
|
#
|
1741
1817
|
class DescribeTargetHealthOutput < Struct.new(
|
1742
1818
|
:target_health_descriptions)
|
1819
|
+
SENSITIVE = []
|
1743
1820
|
include Aws::Structure
|
1744
1821
|
end
|
1745
1822
|
|
@@ -1799,6 +1876,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1799
1876
|
:message_body,
|
1800
1877
|
:status_code,
|
1801
1878
|
:content_type)
|
1879
|
+
SENSITIVE = []
|
1802
1880
|
include Aws::Structure
|
1803
1881
|
end
|
1804
1882
|
|
@@ -1834,6 +1912,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1834
1912
|
class ForwardActionConfig < Struct.new(
|
1835
1913
|
:target_groups,
|
1836
1914
|
:target_group_stickiness_config)
|
1915
|
+
SENSITIVE = []
|
1837
1916
|
include Aws::Structure
|
1838
1917
|
end
|
1839
1918
|
|
@@ -1867,6 +1946,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1867
1946
|
#
|
1868
1947
|
class HostHeaderConditionConfig < Struct.new(
|
1869
1948
|
:values)
|
1949
|
+
SENSITIVE = []
|
1870
1950
|
include Aws::Structure
|
1871
1951
|
end
|
1872
1952
|
|
@@ -1912,6 +1992,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1912
1992
|
class HttpHeaderConditionConfig < Struct.new(
|
1913
1993
|
:http_header_name,
|
1914
1994
|
:values)
|
1995
|
+
SENSITIVE = []
|
1915
1996
|
include Aws::Structure
|
1916
1997
|
end
|
1917
1998
|
|
@@ -1948,6 +2029,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1948
2029
|
#
|
1949
2030
|
class HttpRequestMethodConditionConfig < Struct.new(
|
1950
2031
|
:values)
|
2032
|
+
SENSITIVE = []
|
1951
2033
|
include Aws::Structure
|
1952
2034
|
end
|
1953
2035
|
|
@@ -2034,6 +2116,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2034
2116
|
class Limit < Struct.new(
|
2035
2117
|
:name,
|
2036
2118
|
:max)
|
2119
|
+
SENSITIVE = []
|
2037
2120
|
include Aws::Structure
|
2038
2121
|
end
|
2039
2122
|
|
@@ -2068,6 +2151,11 @@ module Aws::ElasticLoadBalancingV2
|
|
2068
2151
|
# The default actions for the listener.
|
2069
2152
|
# @return [Array<Types::Action>]
|
2070
2153
|
#
|
2154
|
+
# @!attribute [rw] alpn_policy
|
2155
|
+
# \[TLS listener\] The name of the Application-Layer Protocol
|
2156
|
+
# Negotiation (ALPN) policy.
|
2157
|
+
# @return [Array<String>]
|
2158
|
+
#
|
2071
2159
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/Listener AWS API Documentation
|
2072
2160
|
#
|
2073
2161
|
class Listener < Struct.new(
|
@@ -2077,7 +2165,9 @@ module Aws::ElasticLoadBalancingV2
|
|
2077
2165
|
:protocol,
|
2078
2166
|
:certificates,
|
2079
2167
|
:ssl_policy,
|
2080
|
-
:default_actions
|
2168
|
+
:default_actions,
|
2169
|
+
:alpn_policy)
|
2170
|
+
SENSITIVE = []
|
2081
2171
|
include Aws::Structure
|
2082
2172
|
end
|
2083
2173
|
|
@@ -2165,6 +2255,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2165
2255
|
:availability_zones,
|
2166
2256
|
:security_groups,
|
2167
2257
|
:ip_address_type)
|
2258
|
+
SENSITIVE = []
|
2168
2259
|
include Aws::Structure
|
2169
2260
|
end
|
2170
2261
|
|
@@ -2190,6 +2281,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2190
2281
|
:ip_address,
|
2191
2282
|
:allocation_id,
|
2192
2283
|
:private_i_pv_4_address)
|
2284
|
+
SENSITIVE = []
|
2193
2285
|
include Aws::Structure
|
2194
2286
|
end
|
2195
2287
|
|
@@ -2261,6 +2353,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2261
2353
|
class LoadBalancerAttribute < Struct.new(
|
2262
2354
|
:key,
|
2263
2355
|
:value)
|
2356
|
+
SENSITIVE = []
|
2264
2357
|
include Aws::Structure
|
2265
2358
|
end
|
2266
2359
|
|
@@ -2288,6 +2381,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2288
2381
|
class LoadBalancerState < Struct.new(
|
2289
2382
|
:code,
|
2290
2383
|
:reason)
|
2384
|
+
SENSITIVE = []
|
2291
2385
|
include Aws::Structure
|
2292
2386
|
end
|
2293
2387
|
|
@@ -2316,6 +2410,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2316
2410
|
#
|
2317
2411
|
class Matcher < Struct.new(
|
2318
2412
|
:http_code)
|
2413
|
+
SENSITIVE = []
|
2319
2414
|
include Aws::Structure
|
2320
2415
|
end
|
2321
2416
|
|
@@ -2393,6 +2488,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2393
2488
|
# },
|
2394
2489
|
# },
|
2395
2490
|
# ],
|
2491
|
+
# alpn_policy: ["AlpnPolicyValue"],
|
2396
2492
|
# }
|
2397
2493
|
#
|
2398
2494
|
# @!attribute [rw] listener_arn
|
@@ -2476,6 +2572,29 @@ module Aws::ElasticLoadBalancingV2
|
|
2476
2572
|
# custom HTTP response.
|
2477
2573
|
# @return [Array<Types::Action>]
|
2478
2574
|
#
|
2575
|
+
# @!attribute [rw] alpn_policy
|
2576
|
+
# \[TLS listeners\] The name of the Application-Layer Protocol
|
2577
|
+
# Negotiation (ALPN) policy. You can specify one policy name. The
|
2578
|
+
# following are the possible values:
|
2579
|
+
#
|
2580
|
+
# * `HTTP1Only`
|
2581
|
+
#
|
2582
|
+
# * `HTTP2Only`
|
2583
|
+
#
|
2584
|
+
# * `HTTP2Optional`
|
2585
|
+
#
|
2586
|
+
# * `HTTP2Preferred`
|
2587
|
+
#
|
2588
|
+
# * `None`
|
2589
|
+
#
|
2590
|
+
# For more information, see [ALPN Policies][1] in the *Network Load
|
2591
|
+
# Balancers Guide*.
|
2592
|
+
#
|
2593
|
+
#
|
2594
|
+
#
|
2595
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies
|
2596
|
+
# @return [Array<String>]
|
2597
|
+
#
|
2479
2598
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ModifyListenerInput AWS API Documentation
|
2480
2599
|
#
|
2481
2600
|
class ModifyListenerInput < Struct.new(
|
@@ -2484,7 +2603,9 @@ module Aws::ElasticLoadBalancingV2
|
|
2484
2603
|
:protocol,
|
2485
2604
|
:ssl_policy,
|
2486
2605
|
:certificates,
|
2487
|
-
:default_actions
|
2606
|
+
:default_actions,
|
2607
|
+
:alpn_policy)
|
2608
|
+
SENSITIVE = []
|
2488
2609
|
include Aws::Structure
|
2489
2610
|
end
|
2490
2611
|
|
@@ -2496,6 +2617,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2496
2617
|
#
|
2497
2618
|
class ModifyListenerOutput < Struct.new(
|
2498
2619
|
:listeners)
|
2620
|
+
SENSITIVE = []
|
2499
2621
|
include Aws::Structure
|
2500
2622
|
end
|
2501
2623
|
|
@@ -2525,6 +2647,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2525
2647
|
class ModifyLoadBalancerAttributesInput < Struct.new(
|
2526
2648
|
:load_balancer_arn,
|
2527
2649
|
:attributes)
|
2650
|
+
SENSITIVE = []
|
2528
2651
|
include Aws::Structure
|
2529
2652
|
end
|
2530
2653
|
|
@@ -2536,6 +2659,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2536
2659
|
#
|
2537
2660
|
class ModifyLoadBalancerAttributesOutput < Struct.new(
|
2538
2661
|
:attributes)
|
2662
|
+
SENSITIVE = []
|
2539
2663
|
include Aws::Structure
|
2540
2664
|
end
|
2541
2665
|
|
@@ -2679,6 +2803,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2679
2803
|
:rule_arn,
|
2680
2804
|
:conditions,
|
2681
2805
|
:actions)
|
2806
|
+
SENSITIVE = []
|
2682
2807
|
include Aws::Structure
|
2683
2808
|
end
|
2684
2809
|
|
@@ -2690,6 +2815,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2690
2815
|
#
|
2691
2816
|
class ModifyRuleOutput < Struct.new(
|
2692
2817
|
:rules)
|
2818
|
+
SENSITIVE = []
|
2693
2819
|
include Aws::Structure
|
2694
2820
|
end
|
2695
2821
|
|
@@ -2719,6 +2845,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2719
2845
|
class ModifyTargetGroupAttributesInput < Struct.new(
|
2720
2846
|
:target_group_arn,
|
2721
2847
|
:attributes)
|
2848
|
+
SENSITIVE = []
|
2722
2849
|
include Aws::Structure
|
2723
2850
|
end
|
2724
2851
|
|
@@ -2730,6 +2857,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2730
2857
|
#
|
2731
2858
|
class ModifyTargetGroupAttributesOutput < Struct.new(
|
2732
2859
|
:attributes)
|
2860
|
+
SENSITIVE = []
|
2733
2861
|
include Aws::Structure
|
2734
2862
|
end
|
2735
2863
|
|
@@ -2825,6 +2953,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2825
2953
|
:healthy_threshold_count,
|
2826
2954
|
:unhealthy_threshold_count,
|
2827
2955
|
:matcher)
|
2956
|
+
SENSITIVE = []
|
2828
2957
|
include Aws::Structure
|
2829
2958
|
end
|
2830
2959
|
|
@@ -2836,6 +2965,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2836
2965
|
#
|
2837
2966
|
class ModifyTargetGroupOutput < Struct.new(
|
2838
2967
|
:target_groups)
|
2968
|
+
SENSITIVE = []
|
2839
2969
|
include Aws::Structure
|
2840
2970
|
end
|
2841
2971
|
|
@@ -2870,6 +3000,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2870
3000
|
#
|
2871
3001
|
class PathPatternConditionConfig < Struct.new(
|
2872
3002
|
:values)
|
3003
|
+
SENSITIVE = []
|
2873
3004
|
include Aws::Structure
|
2874
3005
|
end
|
2875
3006
|
|
@@ -2916,6 +3047,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2916
3047
|
#
|
2917
3048
|
class QueryStringConditionConfig < Struct.new(
|
2918
3049
|
:values)
|
3050
|
+
SENSITIVE = []
|
2919
3051
|
include Aws::Structure
|
2920
3052
|
end
|
2921
3053
|
|
@@ -2942,6 +3074,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2942
3074
|
class QueryStringKeyValuePair < Struct.new(
|
2943
3075
|
:key,
|
2944
3076
|
:value)
|
3077
|
+
SENSITIVE = []
|
2945
3078
|
include Aws::Structure
|
2946
3079
|
end
|
2947
3080
|
|
@@ -3022,6 +3155,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3022
3155
|
:path,
|
3023
3156
|
:query,
|
3024
3157
|
:status_code)
|
3158
|
+
SENSITIVE = []
|
3025
3159
|
include Aws::Structure
|
3026
3160
|
end
|
3027
3161
|
|
@@ -3056,6 +3190,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3056
3190
|
class RegisterTargetsInput < Struct.new(
|
3057
3191
|
:target_group_arn,
|
3058
3192
|
:targets)
|
3193
|
+
SENSITIVE = []
|
3059
3194
|
include Aws::Structure
|
3060
3195
|
end
|
3061
3196
|
|
@@ -3091,6 +3226,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3091
3226
|
class RemoveListenerCertificatesInput < Struct.new(
|
3092
3227
|
:listener_arn,
|
3093
3228
|
:certificates)
|
3229
|
+
SENSITIVE = []
|
3094
3230
|
include Aws::Structure
|
3095
3231
|
end
|
3096
3232
|
|
@@ -3119,6 +3255,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3119
3255
|
class RemoveTagsInput < Struct.new(
|
3120
3256
|
:resource_arns,
|
3121
3257
|
:tag_keys)
|
3258
|
+
SENSITIVE = []
|
3122
3259
|
include Aws::Structure
|
3123
3260
|
end
|
3124
3261
|
|
@@ -3167,6 +3304,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3167
3304
|
:conditions,
|
3168
3305
|
:actions,
|
3169
3306
|
:is_default)
|
3307
|
+
SENSITIVE = []
|
3170
3308
|
include Aws::Structure
|
3171
3309
|
end
|
3172
3310
|
|
@@ -3297,6 +3435,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3297
3435
|
:query_string_config,
|
3298
3436
|
:http_request_method_config,
|
3299
3437
|
:source_ip_config)
|
3438
|
+
SENSITIVE = []
|
3300
3439
|
include Aws::Structure
|
3301
3440
|
end
|
3302
3441
|
|
@@ -3329,6 +3468,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3329
3468
|
class RulePriorityPair < Struct.new(
|
3330
3469
|
:rule_arn,
|
3331
3470
|
:priority)
|
3471
|
+
SENSITIVE = []
|
3332
3472
|
include Aws::Structure
|
3333
3473
|
end
|
3334
3474
|
|
@@ -3362,6 +3502,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3362
3502
|
class SetIpAddressTypeInput < Struct.new(
|
3363
3503
|
:load_balancer_arn,
|
3364
3504
|
:ip_address_type)
|
3505
|
+
SENSITIVE = []
|
3365
3506
|
include Aws::Structure
|
3366
3507
|
end
|
3367
3508
|
|
@@ -3373,6 +3514,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3373
3514
|
#
|
3374
3515
|
class SetIpAddressTypeOutput < Struct.new(
|
3375
3516
|
:ip_address_type)
|
3517
|
+
SENSITIVE = []
|
3376
3518
|
include Aws::Structure
|
3377
3519
|
end
|
3378
3520
|
|
@@ -3396,6 +3538,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3396
3538
|
#
|
3397
3539
|
class SetRulePrioritiesInput < Struct.new(
|
3398
3540
|
:rule_priorities)
|
3541
|
+
SENSITIVE = []
|
3399
3542
|
include Aws::Structure
|
3400
3543
|
end
|
3401
3544
|
|
@@ -3407,6 +3550,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3407
3550
|
#
|
3408
3551
|
class SetRulePrioritiesOutput < Struct.new(
|
3409
3552
|
:rules)
|
3553
|
+
SENSITIVE = []
|
3410
3554
|
include Aws::Structure
|
3411
3555
|
end
|
3412
3556
|
|
@@ -3431,6 +3575,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3431
3575
|
class SetSecurityGroupsInput < Struct.new(
|
3432
3576
|
:load_balancer_arn,
|
3433
3577
|
:security_groups)
|
3578
|
+
SENSITIVE = []
|
3434
3579
|
include Aws::Structure
|
3435
3580
|
end
|
3436
3581
|
|
@@ -3442,6 +3587,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3442
3587
|
#
|
3443
3588
|
class SetSecurityGroupsOutput < Struct.new(
|
3444
3589
|
:security_group_ids)
|
3590
|
+
SENSITIVE = []
|
3445
3591
|
include Aws::Structure
|
3446
3592
|
end
|
3447
3593
|
|
@@ -3493,6 +3639,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3493
3639
|
:load_balancer_arn,
|
3494
3640
|
:subnets,
|
3495
3641
|
:subnet_mappings)
|
3642
|
+
SENSITIVE = []
|
3496
3643
|
include Aws::Structure
|
3497
3644
|
end
|
3498
3645
|
|
@@ -3504,6 +3651,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3504
3651
|
#
|
3505
3652
|
class SetSubnetsOutput < Struct.new(
|
3506
3653
|
:availability_zones)
|
3654
|
+
SENSITIVE = []
|
3507
3655
|
include Aws::Structure
|
3508
3656
|
end
|
3509
3657
|
|
@@ -3536,6 +3684,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3536
3684
|
#
|
3537
3685
|
class SourceIpConditionConfig < Struct.new(
|
3538
3686
|
:values)
|
3687
|
+
SENSITIVE = []
|
3539
3688
|
include Aws::Structure
|
3540
3689
|
end
|
3541
3690
|
|
@@ -3559,6 +3708,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3559
3708
|
:ssl_protocols,
|
3560
3709
|
:ciphers,
|
3561
3710
|
:name)
|
3711
|
+
SENSITIVE = []
|
3562
3712
|
include Aws::Structure
|
3563
3713
|
end
|
3564
3714
|
|
@@ -3593,6 +3743,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3593
3743
|
:subnet_id,
|
3594
3744
|
:allocation_id,
|
3595
3745
|
:private_i_pv_4_address)
|
3746
|
+
SENSITIVE = []
|
3596
3747
|
include Aws::Structure
|
3597
3748
|
end
|
3598
3749
|
|
@@ -3625,6 +3776,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3625
3776
|
class Tag < Struct.new(
|
3626
3777
|
:key,
|
3627
3778
|
:value)
|
3779
|
+
SENSITIVE = []
|
3628
3780
|
include Aws::Structure
|
3629
3781
|
end
|
3630
3782
|
|
@@ -3643,6 +3795,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3643
3795
|
class TagDescription < Struct.new(
|
3644
3796
|
:resource_arn,
|
3645
3797
|
:tags)
|
3798
|
+
SENSITIVE = []
|
3646
3799
|
include Aws::Structure
|
3647
3800
|
end
|
3648
3801
|
|
@@ -3697,6 +3850,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3697
3850
|
:id,
|
3698
3851
|
:port,
|
3699
3852
|
:availability_zone)
|
3853
|
+
SENSITIVE = []
|
3700
3854
|
include Aws::Structure
|
3701
3855
|
end
|
3702
3856
|
|
@@ -3795,6 +3949,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3795
3949
|
:matcher,
|
3796
3950
|
:load_balancer_arns,
|
3797
3951
|
:target_type)
|
3952
|
+
SENSITIVE = []
|
3798
3953
|
include Aws::Structure
|
3799
3954
|
end
|
3800
3955
|
|
@@ -3834,8 +3989,9 @@ module Aws::ElasticLoadBalancingV2
|
|
3834
3989
|
# values are `lb_cookie` for Application Load Balancers or
|
3835
3990
|
# `source_ip` for Network Load Balancers.
|
3836
3991
|
#
|
3837
|
-
# The following attributes are supported
|
3838
|
-
#
|
3992
|
+
# The following attributes are supported only if the load balancer is
|
3993
|
+
# an Application Load Balancer and the target is an instance or an IP
|
3994
|
+
# address:
|
3839
3995
|
#
|
3840
3996
|
# * `load_balancing.algorithm.type` - The load balancing algorithm
|
3841
3997
|
# determines how the load balancer selects targets when routing
|
@@ -3843,11 +3999,11 @@ module Aws::ElasticLoadBalancingV2
|
|
3843
3999
|
# `least_outstanding_requests`. The default is `round_robin`.
|
3844
4000
|
#
|
3845
4001
|
# * `slow_start.duration_seconds` - The time period, in seconds,
|
3846
|
-
# during which a newly registered target receives
|
3847
|
-
#
|
3848
|
-
#
|
3849
|
-
#
|
3850
|
-
#
|
4002
|
+
# during which a newly registered target receives an increasing
|
4003
|
+
# share of the traffic to the target group. After this time period
|
4004
|
+
# ends, the target receives its full share of traffic. The range is
|
4005
|
+
# 30-900 seconds (15 minutes). Slow start mode is disabled by
|
4006
|
+
# default.
|
3851
4007
|
#
|
3852
4008
|
# * `stickiness.lb_cookie.duration_seconds` - The time period, in
|
3853
4009
|
# seconds, during which requests from a client should be routed to
|
@@ -3856,16 +4012,16 @@ module Aws::ElasticLoadBalancingV2
|
|
3856
4012
|
# second to 1 week (604800 seconds). The default value is 1 day
|
3857
4013
|
# (86400 seconds).
|
3858
4014
|
#
|
3859
|
-
# The following attribute is supported only if the
|
3860
|
-
# function
|
4015
|
+
# The following attribute is supported only if the load balancer is an
|
4016
|
+
# Application Load Balancer and the target is a Lambda function:
|
3861
4017
|
#
|
3862
4018
|
# * `lambda.multi_value_headers.enabled` - Indicates whether the
|
3863
|
-
# request and response headers exchanged between the load
|
3864
|
-
# and the Lambda function include arrays of values or
|
3865
|
-
# value is `true` or `false`. The default is `false`.
|
3866
|
-
# is `false` and the request contains a duplicate
|
3867
|
-
# or query parameter key, the load balancer uses
|
3868
|
-
# by the client.
|
4019
|
+
# request and response headers that are exchanged between the load
|
4020
|
+
# balancer and the Lambda function include arrays of values or
|
4021
|
+
# strings. The value is `true` or `false`. The default is `false`.
|
4022
|
+
# If the value is `false` and the request contains a duplicate
|
4023
|
+
# header field name or query parameter key, the load balancer uses
|
4024
|
+
# the last value sent by the client.
|
3869
4025
|
#
|
3870
4026
|
# ^
|
3871
4027
|
#
|
@@ -3887,6 +4043,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3887
4043
|
class TargetGroupAttribute < Struct.new(
|
3888
4044
|
:key,
|
3889
4045
|
:value)
|
4046
|
+
SENSITIVE = []
|
3890
4047
|
include Aws::Structure
|
3891
4048
|
end
|
3892
4049
|
|
@@ -3921,6 +4078,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3921
4078
|
class TargetGroupStickinessConfig < Struct.new(
|
3922
4079
|
:enabled,
|
3923
4080
|
:duration_seconds)
|
4081
|
+
SENSITIVE = []
|
3924
4082
|
include Aws::Structure
|
3925
4083
|
end
|
3926
4084
|
|
@@ -3948,6 +4106,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3948
4106
|
class TargetGroupTuple < Struct.new(
|
3949
4107
|
:target_group_arn,
|
3950
4108
|
:weight)
|
4109
|
+
SENSITIVE = []
|
3951
4110
|
include Aws::Structure
|
3952
4111
|
end
|
3953
4112
|
|
@@ -4034,6 +4193,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4034
4193
|
:state,
|
4035
4194
|
:reason,
|
4036
4195
|
:description)
|
4196
|
+
SENSITIVE = []
|
4037
4197
|
include Aws::Structure
|
4038
4198
|
end
|
4039
4199
|
|
@@ -4057,6 +4217,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4057
4217
|
:target,
|
4058
4218
|
:health_check_port,
|
4059
4219
|
:target_health)
|
4220
|
+
SENSITIVE = []
|
4060
4221
|
include Aws::Structure
|
4061
4222
|
end
|
4062
4223
|
|