aws-sdk-elasticloadbalancingv2 1.45.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44895d9fc02178f6bec2d2fdba71d6c32231b8ad5c07cec9d5222cb74ded02c2
4
- data.tar.gz: 99bfc393a0ee676706769914c666d9a35f16504b6f07ced3f51f4f75961ad877
3
+ metadata.gz: db3321789b5bb99bba697d5f178cbd8bb8befb6028a9170f7b485e1de466c57d
4
+ data.tar.gz: a8b1e318f6c55176b1db93f69ace31862af607270bbb3503f466c0b4bdb2cb45
5
5
  SHA512:
6
- metadata.gz: 71d1b8e259883a1cb449ea9ee6cc3ad6bebe553c0b958f4ed4306c319130a03650da7a39ee5d316fc24f161bc4c26f202ed3dde4ec63dd4f510e892b68f4609f
7
- data.tar.gz: ef958f2eb593db1d414518d6cb0441e58673cecbdd393e9bbff528bbd3cfbabd4e704e8e21e81b7380daf7d7f40961fc18be089972b642631f977a93995c1954
6
+ metadata.gz: 4309052e500970f447dd7414b4a37a7cc77a87cac5ce219d2d6d7aa7c58814ade6bd0a3a382f08dfa6e5555f18316b39ff931d3e8a6951bfd9cac3301929285a
7
+ data.tar.gz: f894a4db6f4a1c5a0a268796ec52c1ba5721b3cd9b7f0cd03fc1dc1222801a0d467e74efa1795f6268c4bb359392810f83624e44d9e7e58efc0afdbee07d0f36
@@ -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:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
46
48
  # @service
47
49
  module Aws::ElasticLoadBalancingV2
48
50
 
49
- GEM_VERSION = '1.45.1'
51
+ GEM_VERSION = '1.46.0'
50
52
 
51
53
  end
@@ -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:
@@ -4269,7 +4271,7 @@ module Aws::ElasticLoadBalancingV2
4269
4271
  params: params,
4270
4272
  config: config)
4271
4273
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4272
- context[:gem_version] = '1.45.1'
4274
+ context[:gem_version] = '1.46.0'
4273
4275
  Seahorse::Client::Request.new(handlers, context)
4274
4276
  end
4275
4277
 
@@ -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:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -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:
@@ -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:
@@ -140,6 +142,7 @@ module Aws::ElasticLoadBalancingV2
140
142
  :redirect_config,
141
143
  :fixed_response_config,
142
144
  :forward_config)
145
+ SENSITIVE = []
143
146
  include Aws::Structure
144
147
  end
145
148
 
@@ -171,6 +174,7 @@ module Aws::ElasticLoadBalancingV2
171
174
  class AddListenerCertificatesInput < Struct.new(
172
175
  :listener_arn,
173
176
  :certificates)
177
+ SENSITIVE = []
174
178
  include Aws::Structure
175
179
  end
176
180
 
@@ -182,6 +186,7 @@ module Aws::ElasticLoadBalancingV2
182
186
  #
183
187
  class AddListenerCertificatesOutput < Struct.new(
184
188
  :certificates)
189
+ SENSITIVE = []
185
190
  include Aws::Structure
186
191
  end
187
192
 
@@ -211,6 +216,7 @@ module Aws::ElasticLoadBalancingV2
211
216
  class AddTagsInput < Struct.new(
212
217
  :resource_arns,
213
218
  :tags)
219
+ SENSITIVE = []
214
220
  include Aws::Structure
215
221
  end
216
222
 
@@ -302,6 +308,7 @@ module Aws::ElasticLoadBalancingV2
302
308
  :session_timeout,
303
309
  :authentication_request_extra_params,
304
310
  :on_unauthenticated_request)
311
+ SENSITIVE = []
305
312
  include Aws::Structure
306
313
  end
307
314
 
@@ -414,6 +421,7 @@ module Aws::ElasticLoadBalancingV2
414
421
  :authentication_request_extra_params,
415
422
  :on_unauthenticated_request,
416
423
  :use_existing_client_secret)
424
+ SENSITIVE = []
417
425
  include Aws::Structure
418
426
  end
419
427
 
@@ -442,6 +450,7 @@ module Aws::ElasticLoadBalancingV2
442
450
  :zone_name,
443
451
  :subnet_id,
444
452
  :load_balancer_addresses)
453
+ SENSITIVE = []
445
454
  include Aws::Structure
446
455
  end
447
456
 
@@ -477,6 +486,7 @@ module Aws::ElasticLoadBalancingV2
477
486
  class Certificate < Struct.new(
478
487
  :certificate_arn,
479
488
  :is_default)
489
+ SENSITIVE = []
480
490
  include Aws::Structure
481
491
  end
482
492
 
@@ -501,6 +511,7 @@ module Aws::ElasticLoadBalancingV2
501
511
  class Cipher < Struct.new(
502
512
  :name,
503
513
  :priority)
514
+ SENSITIVE = []
504
515
  include Aws::Structure
505
516
  end
506
517
 
@@ -696,6 +707,7 @@ module Aws::ElasticLoadBalancingV2
696
707
  :certificates,
697
708
  :default_actions,
698
709
  :alpn_policy)
710
+ SENSITIVE = []
699
711
  include Aws::Structure
700
712
  end
701
713
 
@@ -707,6 +719,7 @@ module Aws::ElasticLoadBalancingV2
707
719
  #
708
720
  class CreateListenerOutput < Struct.new(
709
721
  :listeners)
722
+ SENSITIVE = []
710
723
  include Aws::Structure
711
724
  end
712
725
 
@@ -819,6 +832,7 @@ module Aws::ElasticLoadBalancingV2
819
832
  :tags,
820
833
  :type,
821
834
  :ip_address_type)
835
+ SENSITIVE = []
822
836
  include Aws::Structure
823
837
  end
824
838
 
@@ -830,6 +844,7 @@ module Aws::ElasticLoadBalancingV2
830
844
  #
831
845
  class CreateLoadBalancerOutput < Struct.new(
832
846
  :load_balancers)
847
+ SENSITIVE = []
833
848
  include Aws::Structure
834
849
  end
835
850
 
@@ -980,6 +995,7 @@ module Aws::ElasticLoadBalancingV2
980
995
  :conditions,
981
996
  :priority,
982
997
  :actions)
998
+ SENSITIVE = []
983
999
  include Aws::Structure
984
1000
  end
985
1001
 
@@ -991,6 +1007,7 @@ module Aws::ElasticLoadBalancingV2
991
1007
  #
992
1008
  class CreateRuleOutput < Struct.new(
993
1009
  :rules)
1010
+ SENSITIVE = []
994
1011
  include Aws::Structure
995
1012
  end
996
1013
 
@@ -1146,6 +1163,7 @@ module Aws::ElasticLoadBalancingV2
1146
1163
  :unhealthy_threshold_count,
1147
1164
  :matcher,
1148
1165
  :target_type)
1166
+ SENSITIVE = []
1149
1167
  include Aws::Structure
1150
1168
  end
1151
1169
 
@@ -1157,6 +1175,7 @@ module Aws::ElasticLoadBalancingV2
1157
1175
  #
1158
1176
  class CreateTargetGroupOutput < Struct.new(
1159
1177
  :target_groups)
1178
+ SENSITIVE = []
1160
1179
  include Aws::Structure
1161
1180
  end
1162
1181
 
@@ -1175,6 +1194,7 @@ module Aws::ElasticLoadBalancingV2
1175
1194
  #
1176
1195
  class DeleteListenerInput < Struct.new(
1177
1196
  :listener_arn)
1197
+ SENSITIVE = []
1178
1198
  include Aws::Structure
1179
1199
  end
1180
1200
 
@@ -1197,6 +1217,7 @@ module Aws::ElasticLoadBalancingV2
1197
1217
  #
1198
1218
  class DeleteLoadBalancerInput < Struct.new(
1199
1219
  :load_balancer_arn)
1220
+ SENSITIVE = []
1200
1221
  include Aws::Structure
1201
1222
  end
1202
1223
 
@@ -1219,6 +1240,7 @@ module Aws::ElasticLoadBalancingV2
1219
1240
  #
1220
1241
  class DeleteRuleInput < Struct.new(
1221
1242
  :rule_arn)
1243
+ SENSITIVE = []
1222
1244
  include Aws::Structure
1223
1245
  end
1224
1246
 
@@ -1241,6 +1263,7 @@ module Aws::ElasticLoadBalancingV2
1241
1263
  #
1242
1264
  class DeleteTargetGroupInput < Struct.new(
1243
1265
  :target_group_arn)
1266
+ SENSITIVE = []
1244
1267
  include Aws::Structure
1245
1268
  end
1246
1269
 
@@ -1277,6 +1300,7 @@ module Aws::ElasticLoadBalancingV2
1277
1300
  class DeregisterTargetsInput < Struct.new(
1278
1301
  :target_group_arn,
1279
1302
  :targets)
1303
+ SENSITIVE = []
1280
1304
  include Aws::Structure
1281
1305
  end
1282
1306
 
@@ -1306,6 +1330,7 @@ module Aws::ElasticLoadBalancingV2
1306
1330
  class DescribeAccountLimitsInput < Struct.new(
1307
1331
  :marker,
1308
1332
  :page_size)
1333
+ SENSITIVE = []
1309
1334
  include Aws::Structure
1310
1335
  end
1311
1336
 
@@ -1323,6 +1348,7 @@ module Aws::ElasticLoadBalancingV2
1323
1348
  class DescribeAccountLimitsOutput < Struct.new(
1324
1349
  :limits,
1325
1350
  :next_marker)
1351
+ SENSITIVE = []
1326
1352
  include Aws::Structure
1327
1353
  end
1328
1354
 
@@ -1354,6 +1380,7 @@ module Aws::ElasticLoadBalancingV2
1354
1380
  :listener_arn,
1355
1381
  :marker,
1356
1382
  :page_size)
1383
+ SENSITIVE = []
1357
1384
  include Aws::Structure
1358
1385
  end
1359
1386
 
@@ -1371,6 +1398,7 @@ module Aws::ElasticLoadBalancingV2
1371
1398
  class DescribeListenerCertificatesOutput < Struct.new(
1372
1399
  :certificates,
1373
1400
  :next_marker)
1401
+ SENSITIVE = []
1374
1402
  include Aws::Structure
1375
1403
  end
1376
1404
 
@@ -1408,6 +1436,7 @@ module Aws::ElasticLoadBalancingV2
1408
1436
  :listener_arns,
1409
1437
  :marker,
1410
1438
  :page_size)
1439
+ SENSITIVE = []
1411
1440
  include Aws::Structure
1412
1441
  end
1413
1442
 
@@ -1425,6 +1454,7 @@ module Aws::ElasticLoadBalancingV2
1425
1454
  class DescribeListenersOutput < Struct.new(
1426
1455
  :listeners,
1427
1456
  :next_marker)
1457
+ SENSITIVE = []
1428
1458
  include Aws::Structure
1429
1459
  end
1430
1460
 
@@ -1443,6 +1473,7 @@ module Aws::ElasticLoadBalancingV2
1443
1473
  #
1444
1474
  class DescribeLoadBalancerAttributesInput < Struct.new(
1445
1475
  :load_balancer_arn)
1476
+ SENSITIVE = []
1446
1477
  include Aws::Structure
1447
1478
  end
1448
1479
 
@@ -1454,6 +1485,7 @@ module Aws::ElasticLoadBalancingV2
1454
1485
  #
1455
1486
  class DescribeLoadBalancerAttributesOutput < Struct.new(
1456
1487
  :attributes)
1488
+ SENSITIVE = []
1457
1489
  include Aws::Structure
1458
1490
  end
1459
1491
 
@@ -1492,6 +1524,7 @@ module Aws::ElasticLoadBalancingV2
1492
1524
  :names,
1493
1525
  :marker,
1494
1526
  :page_size)
1527
+ SENSITIVE = []
1495
1528
  include Aws::Structure
1496
1529
  end
1497
1530
 
@@ -1509,6 +1542,7 @@ module Aws::ElasticLoadBalancingV2
1509
1542
  class DescribeLoadBalancersOutput < Struct.new(
1510
1543
  :load_balancers,
1511
1544
  :next_marker)
1545
+ SENSITIVE = []
1512
1546
  include Aws::Structure
1513
1547
  end
1514
1548
 
@@ -1546,6 +1580,7 @@ module Aws::ElasticLoadBalancingV2
1546
1580
  :rule_arns,
1547
1581
  :marker,
1548
1582
  :page_size)
1583
+ SENSITIVE = []
1549
1584
  include Aws::Structure
1550
1585
  end
1551
1586
 
@@ -1563,6 +1598,7 @@ module Aws::ElasticLoadBalancingV2
1563
1598
  class DescribeRulesOutput < Struct.new(
1564
1599
  :rules,
1565
1600
  :next_marker)
1601
+ SENSITIVE = []
1566
1602
  include Aws::Structure
1567
1603
  end
1568
1604
 
@@ -1594,6 +1630,7 @@ module Aws::ElasticLoadBalancingV2
1594
1630
  :names,
1595
1631
  :marker,
1596
1632
  :page_size)
1633
+ SENSITIVE = []
1597
1634
  include Aws::Structure
1598
1635
  end
1599
1636
 
@@ -1611,6 +1648,7 @@ module Aws::ElasticLoadBalancingV2
1611
1648
  class DescribeSSLPoliciesOutput < Struct.new(
1612
1649
  :ssl_policies,
1613
1650
  :next_marker)
1651
+ SENSITIVE = []
1614
1652
  include Aws::Structure
1615
1653
  end
1616
1654
 
@@ -1630,6 +1668,7 @@ module Aws::ElasticLoadBalancingV2
1630
1668
  #
1631
1669
  class DescribeTagsInput < Struct.new(
1632
1670
  :resource_arns)
1671
+ SENSITIVE = []
1633
1672
  include Aws::Structure
1634
1673
  end
1635
1674
 
@@ -1641,6 +1680,7 @@ module Aws::ElasticLoadBalancingV2
1641
1680
  #
1642
1681
  class DescribeTagsOutput < Struct.new(
1643
1682
  :tag_descriptions)
1683
+ SENSITIVE = []
1644
1684
  include Aws::Structure
1645
1685
  end
1646
1686
 
@@ -1659,6 +1699,7 @@ module Aws::ElasticLoadBalancingV2
1659
1699
  #
1660
1700
  class DescribeTargetGroupAttributesInput < Struct.new(
1661
1701
  :target_group_arn)
1702
+ SENSITIVE = []
1662
1703
  include Aws::Structure
1663
1704
  end
1664
1705
 
@@ -1670,6 +1711,7 @@ module Aws::ElasticLoadBalancingV2
1670
1711
  #
1671
1712
  class DescribeTargetGroupAttributesOutput < Struct.new(
1672
1713
  :attributes)
1714
+ SENSITIVE = []
1673
1715
  include Aws::Structure
1674
1716
  end
1675
1717
 
@@ -1713,6 +1755,7 @@ module Aws::ElasticLoadBalancingV2
1713
1755
  :names,
1714
1756
  :marker,
1715
1757
  :page_size)
1758
+ SENSITIVE = []
1716
1759
  include Aws::Structure
1717
1760
  end
1718
1761
 
@@ -1730,6 +1773,7 @@ module Aws::ElasticLoadBalancingV2
1730
1773
  class DescribeTargetGroupsOutput < Struct.new(
1731
1774
  :target_groups,
1732
1775
  :next_marker)
1776
+ SENSITIVE = []
1733
1777
  include Aws::Structure
1734
1778
  end
1735
1779
 
@@ -1760,6 +1804,7 @@ module Aws::ElasticLoadBalancingV2
1760
1804
  class DescribeTargetHealthInput < Struct.new(
1761
1805
  :target_group_arn,
1762
1806
  :targets)
1807
+ SENSITIVE = []
1763
1808
  include Aws::Structure
1764
1809
  end
1765
1810
 
@@ -1771,6 +1816,7 @@ module Aws::ElasticLoadBalancingV2
1771
1816
  #
1772
1817
  class DescribeTargetHealthOutput < Struct.new(
1773
1818
  :target_health_descriptions)
1819
+ SENSITIVE = []
1774
1820
  include Aws::Structure
1775
1821
  end
1776
1822
 
@@ -1830,6 +1876,7 @@ module Aws::ElasticLoadBalancingV2
1830
1876
  :message_body,
1831
1877
  :status_code,
1832
1878
  :content_type)
1879
+ SENSITIVE = []
1833
1880
  include Aws::Structure
1834
1881
  end
1835
1882
 
@@ -1865,6 +1912,7 @@ module Aws::ElasticLoadBalancingV2
1865
1912
  class ForwardActionConfig < Struct.new(
1866
1913
  :target_groups,
1867
1914
  :target_group_stickiness_config)
1915
+ SENSITIVE = []
1868
1916
  include Aws::Structure
1869
1917
  end
1870
1918
 
@@ -1898,6 +1946,7 @@ module Aws::ElasticLoadBalancingV2
1898
1946
  #
1899
1947
  class HostHeaderConditionConfig < Struct.new(
1900
1948
  :values)
1949
+ SENSITIVE = []
1901
1950
  include Aws::Structure
1902
1951
  end
1903
1952
 
@@ -1943,6 +1992,7 @@ module Aws::ElasticLoadBalancingV2
1943
1992
  class HttpHeaderConditionConfig < Struct.new(
1944
1993
  :http_header_name,
1945
1994
  :values)
1995
+ SENSITIVE = []
1946
1996
  include Aws::Structure
1947
1997
  end
1948
1998
 
@@ -1979,6 +2029,7 @@ module Aws::ElasticLoadBalancingV2
1979
2029
  #
1980
2030
  class HttpRequestMethodConditionConfig < Struct.new(
1981
2031
  :values)
2032
+ SENSITIVE = []
1982
2033
  include Aws::Structure
1983
2034
  end
1984
2035
 
@@ -2065,6 +2116,7 @@ module Aws::ElasticLoadBalancingV2
2065
2116
  class Limit < Struct.new(
2066
2117
  :name,
2067
2118
  :max)
2119
+ SENSITIVE = []
2068
2120
  include Aws::Structure
2069
2121
  end
2070
2122
 
@@ -2115,6 +2167,7 @@ module Aws::ElasticLoadBalancingV2
2115
2167
  :ssl_policy,
2116
2168
  :default_actions,
2117
2169
  :alpn_policy)
2170
+ SENSITIVE = []
2118
2171
  include Aws::Structure
2119
2172
  end
2120
2173
 
@@ -2202,6 +2255,7 @@ module Aws::ElasticLoadBalancingV2
2202
2255
  :availability_zones,
2203
2256
  :security_groups,
2204
2257
  :ip_address_type)
2258
+ SENSITIVE = []
2205
2259
  include Aws::Structure
2206
2260
  end
2207
2261
 
@@ -2227,6 +2281,7 @@ module Aws::ElasticLoadBalancingV2
2227
2281
  :ip_address,
2228
2282
  :allocation_id,
2229
2283
  :private_i_pv_4_address)
2284
+ SENSITIVE = []
2230
2285
  include Aws::Structure
2231
2286
  end
2232
2287
 
@@ -2298,6 +2353,7 @@ module Aws::ElasticLoadBalancingV2
2298
2353
  class LoadBalancerAttribute < Struct.new(
2299
2354
  :key,
2300
2355
  :value)
2356
+ SENSITIVE = []
2301
2357
  include Aws::Structure
2302
2358
  end
2303
2359
 
@@ -2325,6 +2381,7 @@ module Aws::ElasticLoadBalancingV2
2325
2381
  class LoadBalancerState < Struct.new(
2326
2382
  :code,
2327
2383
  :reason)
2384
+ SENSITIVE = []
2328
2385
  include Aws::Structure
2329
2386
  end
2330
2387
 
@@ -2353,6 +2410,7 @@ module Aws::ElasticLoadBalancingV2
2353
2410
  #
2354
2411
  class Matcher < Struct.new(
2355
2412
  :http_code)
2413
+ SENSITIVE = []
2356
2414
  include Aws::Structure
2357
2415
  end
2358
2416
 
@@ -2547,6 +2605,7 @@ module Aws::ElasticLoadBalancingV2
2547
2605
  :certificates,
2548
2606
  :default_actions,
2549
2607
  :alpn_policy)
2608
+ SENSITIVE = []
2550
2609
  include Aws::Structure
2551
2610
  end
2552
2611
 
@@ -2558,6 +2617,7 @@ module Aws::ElasticLoadBalancingV2
2558
2617
  #
2559
2618
  class ModifyListenerOutput < Struct.new(
2560
2619
  :listeners)
2620
+ SENSITIVE = []
2561
2621
  include Aws::Structure
2562
2622
  end
2563
2623
 
@@ -2587,6 +2647,7 @@ module Aws::ElasticLoadBalancingV2
2587
2647
  class ModifyLoadBalancerAttributesInput < Struct.new(
2588
2648
  :load_balancer_arn,
2589
2649
  :attributes)
2650
+ SENSITIVE = []
2590
2651
  include Aws::Structure
2591
2652
  end
2592
2653
 
@@ -2598,6 +2659,7 @@ module Aws::ElasticLoadBalancingV2
2598
2659
  #
2599
2660
  class ModifyLoadBalancerAttributesOutput < Struct.new(
2600
2661
  :attributes)
2662
+ SENSITIVE = []
2601
2663
  include Aws::Structure
2602
2664
  end
2603
2665
 
@@ -2741,6 +2803,7 @@ module Aws::ElasticLoadBalancingV2
2741
2803
  :rule_arn,
2742
2804
  :conditions,
2743
2805
  :actions)
2806
+ SENSITIVE = []
2744
2807
  include Aws::Structure
2745
2808
  end
2746
2809
 
@@ -2752,6 +2815,7 @@ module Aws::ElasticLoadBalancingV2
2752
2815
  #
2753
2816
  class ModifyRuleOutput < Struct.new(
2754
2817
  :rules)
2818
+ SENSITIVE = []
2755
2819
  include Aws::Structure
2756
2820
  end
2757
2821
 
@@ -2781,6 +2845,7 @@ module Aws::ElasticLoadBalancingV2
2781
2845
  class ModifyTargetGroupAttributesInput < Struct.new(
2782
2846
  :target_group_arn,
2783
2847
  :attributes)
2848
+ SENSITIVE = []
2784
2849
  include Aws::Structure
2785
2850
  end
2786
2851
 
@@ -2792,6 +2857,7 @@ module Aws::ElasticLoadBalancingV2
2792
2857
  #
2793
2858
  class ModifyTargetGroupAttributesOutput < Struct.new(
2794
2859
  :attributes)
2860
+ SENSITIVE = []
2795
2861
  include Aws::Structure
2796
2862
  end
2797
2863
 
@@ -2887,6 +2953,7 @@ module Aws::ElasticLoadBalancingV2
2887
2953
  :healthy_threshold_count,
2888
2954
  :unhealthy_threshold_count,
2889
2955
  :matcher)
2956
+ SENSITIVE = []
2890
2957
  include Aws::Structure
2891
2958
  end
2892
2959
 
@@ -2898,6 +2965,7 @@ module Aws::ElasticLoadBalancingV2
2898
2965
  #
2899
2966
  class ModifyTargetGroupOutput < Struct.new(
2900
2967
  :target_groups)
2968
+ SENSITIVE = []
2901
2969
  include Aws::Structure
2902
2970
  end
2903
2971
 
@@ -2932,6 +3000,7 @@ module Aws::ElasticLoadBalancingV2
2932
3000
  #
2933
3001
  class PathPatternConditionConfig < Struct.new(
2934
3002
  :values)
3003
+ SENSITIVE = []
2935
3004
  include Aws::Structure
2936
3005
  end
2937
3006
 
@@ -2978,6 +3047,7 @@ module Aws::ElasticLoadBalancingV2
2978
3047
  #
2979
3048
  class QueryStringConditionConfig < Struct.new(
2980
3049
  :values)
3050
+ SENSITIVE = []
2981
3051
  include Aws::Structure
2982
3052
  end
2983
3053
 
@@ -3004,6 +3074,7 @@ module Aws::ElasticLoadBalancingV2
3004
3074
  class QueryStringKeyValuePair < Struct.new(
3005
3075
  :key,
3006
3076
  :value)
3077
+ SENSITIVE = []
3007
3078
  include Aws::Structure
3008
3079
  end
3009
3080
 
@@ -3084,6 +3155,7 @@ module Aws::ElasticLoadBalancingV2
3084
3155
  :path,
3085
3156
  :query,
3086
3157
  :status_code)
3158
+ SENSITIVE = []
3087
3159
  include Aws::Structure
3088
3160
  end
3089
3161
 
@@ -3118,6 +3190,7 @@ module Aws::ElasticLoadBalancingV2
3118
3190
  class RegisterTargetsInput < Struct.new(
3119
3191
  :target_group_arn,
3120
3192
  :targets)
3193
+ SENSITIVE = []
3121
3194
  include Aws::Structure
3122
3195
  end
3123
3196
 
@@ -3153,6 +3226,7 @@ module Aws::ElasticLoadBalancingV2
3153
3226
  class RemoveListenerCertificatesInput < Struct.new(
3154
3227
  :listener_arn,
3155
3228
  :certificates)
3229
+ SENSITIVE = []
3156
3230
  include Aws::Structure
3157
3231
  end
3158
3232
 
@@ -3181,6 +3255,7 @@ module Aws::ElasticLoadBalancingV2
3181
3255
  class RemoveTagsInput < Struct.new(
3182
3256
  :resource_arns,
3183
3257
  :tag_keys)
3258
+ SENSITIVE = []
3184
3259
  include Aws::Structure
3185
3260
  end
3186
3261
 
@@ -3229,6 +3304,7 @@ module Aws::ElasticLoadBalancingV2
3229
3304
  :conditions,
3230
3305
  :actions,
3231
3306
  :is_default)
3307
+ SENSITIVE = []
3232
3308
  include Aws::Structure
3233
3309
  end
3234
3310
 
@@ -3359,6 +3435,7 @@ module Aws::ElasticLoadBalancingV2
3359
3435
  :query_string_config,
3360
3436
  :http_request_method_config,
3361
3437
  :source_ip_config)
3438
+ SENSITIVE = []
3362
3439
  include Aws::Structure
3363
3440
  end
3364
3441
 
@@ -3391,6 +3468,7 @@ module Aws::ElasticLoadBalancingV2
3391
3468
  class RulePriorityPair < Struct.new(
3392
3469
  :rule_arn,
3393
3470
  :priority)
3471
+ SENSITIVE = []
3394
3472
  include Aws::Structure
3395
3473
  end
3396
3474
 
@@ -3424,6 +3502,7 @@ module Aws::ElasticLoadBalancingV2
3424
3502
  class SetIpAddressTypeInput < Struct.new(
3425
3503
  :load_balancer_arn,
3426
3504
  :ip_address_type)
3505
+ SENSITIVE = []
3427
3506
  include Aws::Structure
3428
3507
  end
3429
3508
 
@@ -3435,6 +3514,7 @@ module Aws::ElasticLoadBalancingV2
3435
3514
  #
3436
3515
  class SetIpAddressTypeOutput < Struct.new(
3437
3516
  :ip_address_type)
3517
+ SENSITIVE = []
3438
3518
  include Aws::Structure
3439
3519
  end
3440
3520
 
@@ -3458,6 +3538,7 @@ module Aws::ElasticLoadBalancingV2
3458
3538
  #
3459
3539
  class SetRulePrioritiesInput < Struct.new(
3460
3540
  :rule_priorities)
3541
+ SENSITIVE = []
3461
3542
  include Aws::Structure
3462
3543
  end
3463
3544
 
@@ -3469,6 +3550,7 @@ module Aws::ElasticLoadBalancingV2
3469
3550
  #
3470
3551
  class SetRulePrioritiesOutput < Struct.new(
3471
3552
  :rules)
3553
+ SENSITIVE = []
3472
3554
  include Aws::Structure
3473
3555
  end
3474
3556
 
@@ -3493,6 +3575,7 @@ module Aws::ElasticLoadBalancingV2
3493
3575
  class SetSecurityGroupsInput < Struct.new(
3494
3576
  :load_balancer_arn,
3495
3577
  :security_groups)
3578
+ SENSITIVE = []
3496
3579
  include Aws::Structure
3497
3580
  end
3498
3581
 
@@ -3504,6 +3587,7 @@ module Aws::ElasticLoadBalancingV2
3504
3587
  #
3505
3588
  class SetSecurityGroupsOutput < Struct.new(
3506
3589
  :security_group_ids)
3590
+ SENSITIVE = []
3507
3591
  include Aws::Structure
3508
3592
  end
3509
3593
 
@@ -3555,6 +3639,7 @@ module Aws::ElasticLoadBalancingV2
3555
3639
  :load_balancer_arn,
3556
3640
  :subnets,
3557
3641
  :subnet_mappings)
3642
+ SENSITIVE = []
3558
3643
  include Aws::Structure
3559
3644
  end
3560
3645
 
@@ -3566,6 +3651,7 @@ module Aws::ElasticLoadBalancingV2
3566
3651
  #
3567
3652
  class SetSubnetsOutput < Struct.new(
3568
3653
  :availability_zones)
3654
+ SENSITIVE = []
3569
3655
  include Aws::Structure
3570
3656
  end
3571
3657
 
@@ -3598,6 +3684,7 @@ module Aws::ElasticLoadBalancingV2
3598
3684
  #
3599
3685
  class SourceIpConditionConfig < Struct.new(
3600
3686
  :values)
3687
+ SENSITIVE = []
3601
3688
  include Aws::Structure
3602
3689
  end
3603
3690
 
@@ -3621,6 +3708,7 @@ module Aws::ElasticLoadBalancingV2
3621
3708
  :ssl_protocols,
3622
3709
  :ciphers,
3623
3710
  :name)
3711
+ SENSITIVE = []
3624
3712
  include Aws::Structure
3625
3713
  end
3626
3714
 
@@ -3655,6 +3743,7 @@ module Aws::ElasticLoadBalancingV2
3655
3743
  :subnet_id,
3656
3744
  :allocation_id,
3657
3745
  :private_i_pv_4_address)
3746
+ SENSITIVE = []
3658
3747
  include Aws::Structure
3659
3748
  end
3660
3749
 
@@ -3687,6 +3776,7 @@ module Aws::ElasticLoadBalancingV2
3687
3776
  class Tag < Struct.new(
3688
3777
  :key,
3689
3778
  :value)
3779
+ SENSITIVE = []
3690
3780
  include Aws::Structure
3691
3781
  end
3692
3782
 
@@ -3705,6 +3795,7 @@ module Aws::ElasticLoadBalancingV2
3705
3795
  class TagDescription < Struct.new(
3706
3796
  :resource_arn,
3707
3797
  :tags)
3798
+ SENSITIVE = []
3708
3799
  include Aws::Structure
3709
3800
  end
3710
3801
 
@@ -3759,6 +3850,7 @@ module Aws::ElasticLoadBalancingV2
3759
3850
  :id,
3760
3851
  :port,
3761
3852
  :availability_zone)
3853
+ SENSITIVE = []
3762
3854
  include Aws::Structure
3763
3855
  end
3764
3856
 
@@ -3857,6 +3949,7 @@ module Aws::ElasticLoadBalancingV2
3857
3949
  :matcher,
3858
3950
  :load_balancer_arns,
3859
3951
  :target_type)
3952
+ SENSITIVE = []
3860
3953
  include Aws::Structure
3861
3954
  end
3862
3955
 
@@ -3950,6 +4043,7 @@ module Aws::ElasticLoadBalancingV2
3950
4043
  class TargetGroupAttribute < Struct.new(
3951
4044
  :key,
3952
4045
  :value)
4046
+ SENSITIVE = []
3953
4047
  include Aws::Structure
3954
4048
  end
3955
4049
 
@@ -3984,6 +4078,7 @@ module Aws::ElasticLoadBalancingV2
3984
4078
  class TargetGroupStickinessConfig < Struct.new(
3985
4079
  :enabled,
3986
4080
  :duration_seconds)
4081
+ SENSITIVE = []
3987
4082
  include Aws::Structure
3988
4083
  end
3989
4084
 
@@ -4011,6 +4106,7 @@ module Aws::ElasticLoadBalancingV2
4011
4106
  class TargetGroupTuple < Struct.new(
4012
4107
  :target_group_arn,
4013
4108
  :weight)
4109
+ SENSITIVE = []
4014
4110
  include Aws::Structure
4015
4111
  end
4016
4112
 
@@ -4097,6 +4193,7 @@ module Aws::ElasticLoadBalancingV2
4097
4193
  :state,
4098
4194
  :reason,
4099
4195
  :description)
4196
+ SENSITIVE = []
4100
4197
  include Aws::Structure
4101
4198
  end
4102
4199
 
@@ -4120,6 +4217,7 @@ module Aws::ElasticLoadBalancingV2
4120
4217
  :target,
4121
4218
  :health_check_port,
4122
4219
  :target_health)
4220
+ SENSITIVE = []
4123
4221
  include Aws::Structure
4124
4222
  end
4125
4223
 
@@ -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:
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.45.1
4
+ version: 1.46.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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core