aws-sdk-directconnect 1.31.1 → 1.32.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: 2c0dec623c064e0abff38f515e548dd1b804fac7084cfba7f34ac3b8f6e00707
4
- data.tar.gz: 8fa2fafd28e90d89355a94df0d002a6befd77035028946e8a03e0c0159305253
3
+ metadata.gz: edcce4747d8d0bf3eaedb6d7c8e341ef36be9966cae7962872bb8b355f9872cf
4
+ data.tar.gz: 1af27966d3c7989e08e17b0f54e5485cb7a9b8d920c369dd785b31278589f22c
5
5
  SHA512:
6
- metadata.gz: 61b653f05ee8cb0490d0fa104c8cc9cb343ab4ca370bda03f0094a29de791738c1650f2f4ded9972ee37d79ba70f2942a07c3d9512da7cd1eee858ae5a78766b
7
- data.tar.gz: 28518a86bfc056296f35a826f47609a66bc72b0aa22898df7fe0ee2d40810c26689a1a52f9c9da24138f74e4f09a8dc9810f5a9f280659620b580ff7ba6c1b2a
6
+ metadata.gz: 6f128b3747347c038dbc4522b474088fc02939b3096202b62c74b9929d6acc685f714c8e0dcbac2f9fbf17c4d0f691c9b1df81deaf40adf75a35830d1f952ac6
7
+ data.tar.gz: f8bfd35ca6e4b9aa94df8b5931ed6fe91946e2c2e4648c49cf4226faf7690888bea01972195afba9f17b43b46f1b6b63cc58e7d4ca219f6e944ec18310a7b989
@@ -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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-directconnect/customizations'
45
47
  # @service
46
48
  module Aws::DirectConnect
47
49
 
48
- GEM_VERSION = '1.31.1'
50
+ GEM_VERSION = '1.32.0'
49
51
 
50
52
  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:
@@ -4142,7 +4144,7 @@ module Aws::DirectConnect
4142
4144
  params: params,
4143
4145
  config: config)
4144
4146
  context[:gem_name] = 'aws-sdk-directconnect'
4145
- context[:gem_version] = '1.31.1'
4147
+ context[:gem_version] = '1.32.0'
4146
4148
  Seahorse::Client::Request.new(handlers, context)
4147
4149
  end
4148
4150
 
@@ -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:
@@ -54,6 +56,7 @@ module Aws::DirectConnect
54
56
  :proposal_id,
55
57
  :associated_gateway_owner_account,
56
58
  :override_allowed_prefixes_to_direct_connect_gateway)
59
+ SENSITIVE = []
57
60
  include Aws::Structure
58
61
  end
59
62
 
@@ -66,6 +69,7 @@ module Aws::DirectConnect
66
69
  #
67
70
  class AcceptDirectConnectGatewayAssociationProposalResult < Struct.new(
68
71
  :direct_connect_gateway_association)
72
+ SENSITIVE = []
69
73
  include Aws::Structure
70
74
  end
71
75
 
@@ -114,6 +118,7 @@ module Aws::DirectConnect
114
118
  :owner_account,
115
119
  :interconnect_id,
116
120
  :vlan)
121
+ SENSITIVE = []
117
122
  include Aws::Structure
118
123
  end
119
124
 
@@ -171,6 +176,7 @@ module Aws::DirectConnect
171
176
  :connection_name,
172
177
  :vlan,
173
178
  :tags)
179
+ SENSITIVE = []
174
180
  include Aws::Structure
175
181
  end
176
182
 
@@ -217,6 +223,7 @@ module Aws::DirectConnect
217
223
  :connection_id,
218
224
  :owner_account,
219
225
  :new_private_virtual_interface_allocation)
226
+ SENSITIVE = []
220
227
  include Aws::Structure
221
228
  end
222
229
 
@@ -267,6 +274,7 @@ module Aws::DirectConnect
267
274
  :connection_id,
268
275
  :owner_account,
269
276
  :new_public_virtual_interface_allocation)
277
+ SENSITIVE = []
270
278
  include Aws::Structure
271
279
  end
272
280
 
@@ -313,6 +321,7 @@ module Aws::DirectConnect
313
321
  :connection_id,
314
322
  :owner_account,
315
323
  :new_transit_virtual_interface_allocation)
324
+ SENSITIVE = []
316
325
  include Aws::Structure
317
326
  end
318
327
 
@@ -324,6 +333,7 @@ module Aws::DirectConnect
324
333
  #
325
334
  class AllocateTransitVirtualInterfaceResult < Struct.new(
326
335
  :virtual_interface)
336
+ SENSITIVE = []
327
337
  include Aws::Structure
328
338
  end
329
339
 
@@ -348,6 +358,7 @@ module Aws::DirectConnect
348
358
  class AssociateConnectionWithLagRequest < Struct.new(
349
359
  :connection_id,
350
360
  :lag_id)
361
+ SENSITIVE = []
351
362
  include Aws::Structure
352
363
  end
353
364
 
@@ -372,6 +383,7 @@ module Aws::DirectConnect
372
383
  class AssociateHostedConnectionRequest < Struct.new(
373
384
  :connection_id,
374
385
  :parent_connection_id)
386
+ SENSITIVE = []
375
387
  include Aws::Structure
376
388
  end
377
389
 
@@ -396,6 +408,7 @@ module Aws::DirectConnect
396
408
  class AssociateVirtualInterfaceRequest < Struct.new(
397
409
  :virtual_interface_id,
398
410
  :connection_id)
411
+ SENSITIVE = []
399
412
  include Aws::Structure
400
413
  end
401
414
 
@@ -425,6 +438,7 @@ module Aws::DirectConnect
425
438
  :type,
426
439
  :owner_account,
427
440
  :region)
441
+ SENSITIVE = []
428
442
  include Aws::Structure
429
443
  end
430
444
 
@@ -502,6 +516,7 @@ module Aws::DirectConnect
502
516
  :bgp_peer_state,
503
517
  :bgp_status,
504
518
  :aws_device_v2)
519
+ SENSITIVE = []
505
520
  include Aws::Structure
506
521
  end
507
522
 
@@ -520,6 +535,7 @@ module Aws::DirectConnect
520
535
  #
521
536
  class ConfirmConnectionRequest < Struct.new(
522
537
  :connection_id)
538
+ SENSITIVE = []
523
539
  include Aws::Structure
524
540
  end
525
541
 
@@ -557,6 +573,7 @@ module Aws::DirectConnect
557
573
  #
558
574
  class ConfirmConnectionResponse < Struct.new(
559
575
  :connection_state)
576
+ SENSITIVE = []
560
577
  include Aws::Structure
561
578
  end
562
579
 
@@ -587,6 +604,7 @@ module Aws::DirectConnect
587
604
  :virtual_interface_id,
588
605
  :virtual_gateway_id,
589
606
  :direct_connect_gateway_id)
607
+ SENSITIVE = []
590
608
  include Aws::Structure
591
609
  end
592
610
 
@@ -630,6 +648,7 @@ module Aws::DirectConnect
630
648
  #
631
649
  class ConfirmPrivateVirtualInterfaceResponse < Struct.new(
632
650
  :virtual_interface_state)
651
+ SENSITIVE = []
633
652
  include Aws::Structure
634
653
  end
635
654
 
@@ -648,6 +667,7 @@ module Aws::DirectConnect
648
667
  #
649
668
  class ConfirmPublicVirtualInterfaceRequest < Struct.new(
650
669
  :virtual_interface_id)
670
+ SENSITIVE = []
651
671
  include Aws::Structure
652
672
  end
653
673
 
@@ -691,6 +711,7 @@ module Aws::DirectConnect
691
711
  #
692
712
  class ConfirmPublicVirtualInterfaceResponse < Struct.new(
693
713
  :virtual_interface_state)
714
+ SENSITIVE = []
694
715
  include Aws::Structure
695
716
  end
696
717
 
@@ -715,6 +736,7 @@ module Aws::DirectConnect
715
736
  class ConfirmTransitVirtualInterfaceRequest < Struct.new(
716
737
  :virtual_interface_id,
717
738
  :direct_connect_gateway_id)
739
+ SENSITIVE = []
718
740
  include Aws::Structure
719
741
  end
720
742
 
@@ -758,6 +780,7 @@ module Aws::DirectConnect
758
780
  #
759
781
  class ConfirmTransitVirtualInterfaceResponse < Struct.new(
760
782
  :virtual_interface_state)
783
+ SENSITIVE = []
761
784
  include Aws::Structure
762
785
  end
763
786
 
@@ -881,6 +904,7 @@ module Aws::DirectConnect
881
904
  :has_logical_redundancy,
882
905
  :tags,
883
906
  :provider_name)
907
+ SENSITIVE = []
884
908
  include Aws::Structure
885
909
  end
886
910
 
@@ -892,6 +916,7 @@ module Aws::DirectConnect
892
916
  #
893
917
  class Connections < Struct.new(
894
918
  :connections)
919
+ SENSITIVE = []
895
920
  include Aws::Structure
896
921
  end
897
922
 
@@ -922,6 +947,7 @@ module Aws::DirectConnect
922
947
  class CreateBGPPeerRequest < Struct.new(
923
948
  :virtual_interface_id,
924
949
  :new_bgp_peer)
950
+ SENSITIVE = []
925
951
  include Aws::Structure
926
952
  end
927
953
 
@@ -933,6 +959,7 @@ module Aws::DirectConnect
933
959
  #
934
960
  class CreateBGPPeerResponse < Struct.new(
935
961
  :virtual_interface)
962
+ SENSITIVE = []
936
963
  include Aws::Structure
937
964
  end
938
965
 
@@ -987,6 +1014,7 @@ module Aws::DirectConnect
987
1014
  :lag_id,
988
1015
  :tags,
989
1016
  :provider_name)
1017
+ SENSITIVE = []
990
1018
  include Aws::Structure
991
1019
  end
992
1020
 
@@ -1038,6 +1066,7 @@ module Aws::DirectConnect
1038
1066
  :gateway_id,
1039
1067
  :add_allowed_prefixes_to_direct_connect_gateway,
1040
1068
  :remove_allowed_prefixes_to_direct_connect_gateway)
1069
+ SENSITIVE = []
1041
1070
  include Aws::Structure
1042
1071
  end
1043
1072
 
@@ -1049,6 +1078,7 @@ module Aws::DirectConnect
1049
1078
  #
1050
1079
  class CreateDirectConnectGatewayAssociationProposalResult < Struct.new(
1051
1080
  :direct_connect_gateway_association_proposal)
1081
+ SENSITIVE = []
1052
1082
  include Aws::Structure
1053
1083
  end
1054
1084
 
@@ -1099,6 +1129,7 @@ module Aws::DirectConnect
1099
1129
  :gateway_id,
1100
1130
  :add_allowed_prefixes_to_direct_connect_gateway,
1101
1131
  :virtual_gateway_id)
1132
+ SENSITIVE = []
1102
1133
  include Aws::Structure
1103
1134
  end
1104
1135
 
@@ -1110,6 +1141,7 @@ module Aws::DirectConnect
1110
1141
  #
1111
1142
  class CreateDirectConnectGatewayAssociationResult < Struct.new(
1112
1143
  :direct_connect_gateway_association)
1144
+ SENSITIVE = []
1113
1145
  include Aws::Structure
1114
1146
  end
1115
1147
 
@@ -1137,6 +1169,7 @@ module Aws::DirectConnect
1137
1169
  class CreateDirectConnectGatewayRequest < Struct.new(
1138
1170
  :direct_connect_gateway_name,
1139
1171
  :amazon_side_asn)
1172
+ SENSITIVE = []
1140
1173
  include Aws::Structure
1141
1174
  end
1142
1175
 
@@ -1148,6 +1181,7 @@ module Aws::DirectConnect
1148
1181
  #
1149
1182
  class CreateDirectConnectGatewayResult < Struct.new(
1150
1183
  :direct_connect_gateway)
1184
+ SENSITIVE = []
1151
1185
  include Aws::Structure
1152
1186
  end
1153
1187
 
@@ -1201,6 +1235,7 @@ module Aws::DirectConnect
1201
1235
  :lag_id,
1202
1236
  :tags,
1203
1237
  :provider_name)
1238
+ SENSITIVE = []
1204
1239
  include Aws::Structure
1205
1240
  end
1206
1241
 
@@ -1274,6 +1309,7 @@ module Aws::DirectConnect
1274
1309
  :tags,
1275
1310
  :child_connection_tags,
1276
1311
  :provider_name)
1312
+ SENSITIVE = []
1277
1313
  include Aws::Structure
1278
1314
  end
1279
1315
 
@@ -1315,6 +1351,7 @@ module Aws::DirectConnect
1315
1351
  class CreatePrivateVirtualInterfaceRequest < Struct.new(
1316
1352
  :connection_id,
1317
1353
  :new_private_virtual_interface)
1354
+ SENSITIVE = []
1318
1355
  include Aws::Structure
1319
1356
  end
1320
1357
 
@@ -1358,6 +1395,7 @@ module Aws::DirectConnect
1358
1395
  class CreatePublicVirtualInterfaceRequest < Struct.new(
1359
1396
  :connection_id,
1360
1397
  :new_public_virtual_interface)
1398
+ SENSITIVE = []
1361
1399
  include Aws::Structure
1362
1400
  end
1363
1401
 
@@ -1398,6 +1436,7 @@ module Aws::DirectConnect
1398
1436
  class CreateTransitVirtualInterfaceRequest < Struct.new(
1399
1437
  :connection_id,
1400
1438
  :new_transit_virtual_interface)
1439
+ SENSITIVE = []
1401
1440
  include Aws::Structure
1402
1441
  end
1403
1442
 
@@ -1409,6 +1448,7 @@ module Aws::DirectConnect
1409
1448
  #
1410
1449
  class CreateTransitVirtualInterfaceResult < Struct.new(
1411
1450
  :virtual_interface)
1451
+ SENSITIVE = []
1412
1452
  include Aws::Structure
1413
1453
  end
1414
1454
 
@@ -1446,6 +1486,7 @@ module Aws::DirectConnect
1446
1486
  :asn,
1447
1487
  :customer_address,
1448
1488
  :bgp_peer_id)
1489
+ SENSITIVE = []
1449
1490
  include Aws::Structure
1450
1491
  end
1451
1492
 
@@ -1457,6 +1498,7 @@ module Aws::DirectConnect
1457
1498
  #
1458
1499
  class DeleteBGPPeerResponse < Struct.new(
1459
1500
  :virtual_interface)
1501
+ SENSITIVE = []
1460
1502
  include Aws::Structure
1461
1503
  end
1462
1504
 
@@ -1475,6 +1517,7 @@ module Aws::DirectConnect
1475
1517
  #
1476
1518
  class DeleteConnectionRequest < Struct.new(
1477
1519
  :connection_id)
1520
+ SENSITIVE = []
1478
1521
  include Aws::Structure
1479
1522
  end
1480
1523
 
@@ -1493,6 +1536,7 @@ module Aws::DirectConnect
1493
1536
  #
1494
1537
  class DeleteDirectConnectGatewayAssociationProposalRequest < Struct.new(
1495
1538
  :proposal_id)
1539
+ SENSITIVE = []
1496
1540
  include Aws::Structure
1497
1541
  end
1498
1542
 
@@ -1504,6 +1548,7 @@ module Aws::DirectConnect
1504
1548
  #
1505
1549
  class DeleteDirectConnectGatewayAssociationProposalResult < Struct.new(
1506
1550
  :direct_connect_gateway_association_proposal)
1551
+ SENSITIVE = []
1507
1552
  include Aws::Structure
1508
1553
  end
1509
1554
 
@@ -1534,6 +1579,7 @@ module Aws::DirectConnect
1534
1579
  :association_id,
1535
1580
  :direct_connect_gateway_id,
1536
1581
  :virtual_gateway_id)
1582
+ SENSITIVE = []
1537
1583
  include Aws::Structure
1538
1584
  end
1539
1585
 
@@ -1545,6 +1591,7 @@ module Aws::DirectConnect
1545
1591
  #
1546
1592
  class DeleteDirectConnectGatewayAssociationResult < Struct.new(
1547
1593
  :direct_connect_gateway_association)
1594
+ SENSITIVE = []
1548
1595
  include Aws::Structure
1549
1596
  end
1550
1597
 
@@ -1563,6 +1610,7 @@ module Aws::DirectConnect
1563
1610
  #
1564
1611
  class DeleteDirectConnectGatewayRequest < Struct.new(
1565
1612
  :direct_connect_gateway_id)
1613
+ SENSITIVE = []
1566
1614
  include Aws::Structure
1567
1615
  end
1568
1616
 
@@ -1574,6 +1622,7 @@ module Aws::DirectConnect
1574
1622
  #
1575
1623
  class DeleteDirectConnectGatewayResult < Struct.new(
1576
1624
  :direct_connect_gateway)
1625
+ SENSITIVE = []
1577
1626
  include Aws::Structure
1578
1627
  end
1579
1628
 
@@ -1592,6 +1641,7 @@ module Aws::DirectConnect
1592
1641
  #
1593
1642
  class DeleteInterconnectRequest < Struct.new(
1594
1643
  :interconnect_id)
1644
+ SENSITIVE = []
1595
1645
  include Aws::Structure
1596
1646
  end
1597
1647
 
@@ -1622,6 +1672,7 @@ module Aws::DirectConnect
1622
1672
  #
1623
1673
  class DeleteInterconnectResponse < Struct.new(
1624
1674
  :interconnect_state)
1675
+ SENSITIVE = []
1625
1676
  include Aws::Structure
1626
1677
  end
1627
1678
 
@@ -1640,6 +1691,7 @@ module Aws::DirectConnect
1640
1691
  #
1641
1692
  class DeleteLagRequest < Struct.new(
1642
1693
  :lag_id)
1694
+ SENSITIVE = []
1643
1695
  include Aws::Structure
1644
1696
  end
1645
1697
 
@@ -1658,6 +1710,7 @@ module Aws::DirectConnect
1658
1710
  #
1659
1711
  class DeleteVirtualInterfaceRequest < Struct.new(
1660
1712
  :virtual_interface_id)
1713
+ SENSITIVE = []
1661
1714
  include Aws::Structure
1662
1715
  end
1663
1716
 
@@ -1701,6 +1754,7 @@ module Aws::DirectConnect
1701
1754
  #
1702
1755
  class DeleteVirtualInterfaceResponse < Struct.new(
1703
1756
  :virtual_interface_state)
1757
+ SENSITIVE = []
1704
1758
  include Aws::Structure
1705
1759
  end
1706
1760
 
@@ -1735,6 +1789,7 @@ module Aws::DirectConnect
1735
1789
  :connection_id,
1736
1790
  :provider_name,
1737
1791
  :loa_content_type)
1792
+ SENSITIVE = []
1738
1793
  include Aws::Structure
1739
1794
  end
1740
1795
 
@@ -1747,6 +1802,7 @@ module Aws::DirectConnect
1747
1802
  #
1748
1803
  class DescribeConnectionLoaResponse < Struct.new(
1749
1804
  :loa)
1805
+ SENSITIVE = []
1750
1806
  include Aws::Structure
1751
1807
  end
1752
1808
 
@@ -1765,6 +1821,7 @@ module Aws::DirectConnect
1765
1821
  #
1766
1822
  class DescribeConnectionsOnInterconnectRequest < Struct.new(
1767
1823
  :interconnect_id)
1824
+ SENSITIVE = []
1768
1825
  include Aws::Structure
1769
1826
  end
1770
1827
 
@@ -1783,6 +1840,7 @@ module Aws::DirectConnect
1783
1840
  #
1784
1841
  class DescribeConnectionsRequest < Struct.new(
1785
1842
  :connection_id)
1843
+ SENSITIVE = []
1786
1844
  include Aws::Structure
1787
1845
  end
1788
1846
 
@@ -1830,6 +1888,7 @@ module Aws::DirectConnect
1830
1888
  :associated_gateway_id,
1831
1889
  :max_results,
1832
1890
  :next_token)
1891
+ SENSITIVE = []
1833
1892
  include Aws::Structure
1834
1893
  end
1835
1894
 
@@ -1847,6 +1906,7 @@ module Aws::DirectConnect
1847
1906
  class DescribeDirectConnectGatewayAssociationProposalsResult < Struct.new(
1848
1907
  :direct_connect_gateway_association_proposals,
1849
1908
  :next_token)
1909
+ SENSITIVE = []
1850
1910
  include Aws::Structure
1851
1911
  end
1852
1912
 
@@ -1900,6 +1960,7 @@ module Aws::DirectConnect
1900
1960
  :max_results,
1901
1961
  :next_token,
1902
1962
  :virtual_gateway_id)
1963
+ SENSITIVE = []
1903
1964
  include Aws::Structure
1904
1965
  end
1905
1966
 
@@ -1916,6 +1977,7 @@ module Aws::DirectConnect
1916
1977
  class DescribeDirectConnectGatewayAssociationsResult < Struct.new(
1917
1978
  :direct_connect_gateway_associations,
1918
1979
  :next_token)
1980
+ SENSITIVE = []
1919
1981
  include Aws::Structure
1920
1982
  end
1921
1983
 
@@ -1957,6 +2019,7 @@ module Aws::DirectConnect
1957
2019
  :virtual_interface_id,
1958
2020
  :max_results,
1959
2021
  :next_token)
2022
+ SENSITIVE = []
1960
2023
  include Aws::Structure
1961
2024
  end
1962
2025
 
@@ -1973,6 +2036,7 @@ module Aws::DirectConnect
1973
2036
  class DescribeDirectConnectGatewayAttachmentsResult < Struct.new(
1974
2037
  :direct_connect_gateway_attachments,
1975
2038
  :next_token)
2039
+ SENSITIVE = []
1976
2040
  include Aws::Structure
1977
2041
  end
1978
2042
 
@@ -2008,6 +2072,7 @@ module Aws::DirectConnect
2008
2072
  :direct_connect_gateway_id,
2009
2073
  :max_results,
2010
2074
  :next_token)
2075
+ SENSITIVE = []
2011
2076
  include Aws::Structure
2012
2077
  end
2013
2078
 
@@ -2024,6 +2089,7 @@ module Aws::DirectConnect
2024
2089
  class DescribeDirectConnectGatewaysResult < Struct.new(
2025
2090
  :direct_connect_gateways,
2026
2091
  :next_token)
2092
+ SENSITIVE = []
2027
2093
  include Aws::Structure
2028
2094
  end
2029
2095
 
@@ -2042,6 +2108,7 @@ module Aws::DirectConnect
2042
2108
  #
2043
2109
  class DescribeHostedConnectionsRequest < Struct.new(
2044
2110
  :connection_id)
2111
+ SENSITIVE = []
2045
2112
  include Aws::Structure
2046
2113
  end
2047
2114
 
@@ -2076,6 +2143,7 @@ module Aws::DirectConnect
2076
2143
  :interconnect_id,
2077
2144
  :provider_name,
2078
2145
  :loa_content_type)
2146
+ SENSITIVE = []
2079
2147
  include Aws::Structure
2080
2148
  end
2081
2149
 
@@ -2088,6 +2156,7 @@ module Aws::DirectConnect
2088
2156
  #
2089
2157
  class DescribeInterconnectLoaResponse < Struct.new(
2090
2158
  :loa)
2159
+ SENSITIVE = []
2091
2160
  include Aws::Structure
2092
2161
  end
2093
2162
 
@@ -2106,6 +2175,7 @@ module Aws::DirectConnect
2106
2175
  #
2107
2176
  class DescribeInterconnectsRequest < Struct.new(
2108
2177
  :interconnect_id)
2178
+ SENSITIVE = []
2109
2179
  include Aws::Structure
2110
2180
  end
2111
2181
 
@@ -2124,6 +2194,7 @@ module Aws::DirectConnect
2124
2194
  #
2125
2195
  class DescribeLagsRequest < Struct.new(
2126
2196
  :lag_id)
2197
+ SENSITIVE = []
2127
2198
  include Aws::Structure
2128
2199
  end
2129
2200
 
@@ -2158,6 +2229,7 @@ module Aws::DirectConnect
2158
2229
  :connection_id,
2159
2230
  :provider_name,
2160
2231
  :loa_content_type)
2232
+ SENSITIVE = []
2161
2233
  include Aws::Structure
2162
2234
  end
2163
2235
 
@@ -2176,6 +2248,7 @@ module Aws::DirectConnect
2176
2248
  #
2177
2249
  class DescribeTagsRequest < Struct.new(
2178
2250
  :resource_arns)
2251
+ SENSITIVE = []
2179
2252
  include Aws::Structure
2180
2253
  end
2181
2254
 
@@ -2187,6 +2260,7 @@ module Aws::DirectConnect
2187
2260
  #
2188
2261
  class DescribeTagsResponse < Struct.new(
2189
2262
  :resource_tags)
2263
+ SENSITIVE = []
2190
2264
  include Aws::Structure
2191
2265
  end
2192
2266
 
@@ -2211,6 +2285,7 @@ module Aws::DirectConnect
2211
2285
  class DescribeVirtualInterfacesRequest < Struct.new(
2212
2286
  :connection_id,
2213
2287
  :virtual_interface_id)
2288
+ SENSITIVE = []
2214
2289
  include Aws::Structure
2215
2290
  end
2216
2291
 
@@ -2223,6 +2298,7 @@ module Aws::DirectConnect
2223
2298
  #
2224
2299
  class DirectConnectClientException < Struct.new(
2225
2300
  :message)
2301
+ SENSITIVE = []
2226
2302
  include Aws::Structure
2227
2303
  end
2228
2304
 
@@ -2276,6 +2352,7 @@ module Aws::DirectConnect
2276
2352
  :owner_account,
2277
2353
  :direct_connect_gateway_state,
2278
2354
  :state_change_error)
2355
+ SENSITIVE = []
2279
2356
  include Aws::Structure
2280
2357
  end
2281
2358
 
@@ -2351,6 +2428,7 @@ module Aws::DirectConnect
2351
2428
  :virtual_gateway_id,
2352
2429
  :virtual_gateway_region,
2353
2430
  :virtual_gateway_owner_account)
2431
+ SENSITIVE = []
2354
2432
  include Aws::Structure
2355
2433
  end
2356
2434
 
@@ -2406,6 +2484,7 @@ module Aws::DirectConnect
2406
2484
  :associated_gateway,
2407
2485
  :existing_allowed_prefixes_to_direct_connect_gateway,
2408
2486
  :requested_allowed_prefixes_to_direct_connect_gateway)
2487
+ SENSITIVE = []
2409
2488
  include Aws::Structure
2410
2489
  end
2411
2490
 
@@ -2463,6 +2542,7 @@ module Aws::DirectConnect
2463
2542
  :attachment_state,
2464
2543
  :attachment_type,
2465
2544
  :state_change_error)
2545
+ SENSITIVE = []
2466
2546
  include Aws::Structure
2467
2547
  end
2468
2548
 
@@ -2475,6 +2555,7 @@ module Aws::DirectConnect
2475
2555
  #
2476
2556
  class DirectConnectServerException < Struct.new(
2477
2557
  :message)
2558
+ SENSITIVE = []
2478
2559
  include Aws::Structure
2479
2560
  end
2480
2561
 
@@ -2499,6 +2580,7 @@ module Aws::DirectConnect
2499
2580
  class DisassociateConnectionFromLagRequest < Struct.new(
2500
2581
  :connection_id,
2501
2582
  :lag_id)
2583
+ SENSITIVE = []
2502
2584
  include Aws::Structure
2503
2585
  end
2504
2586
 
@@ -2605,6 +2687,7 @@ module Aws::DirectConnect
2605
2687
  :has_logical_redundancy,
2606
2688
  :tags,
2607
2689
  :provider_name)
2690
+ SENSITIVE = []
2608
2691
  include Aws::Structure
2609
2692
  end
2610
2693
 
@@ -2616,6 +2699,7 @@ module Aws::DirectConnect
2616
2699
  #
2617
2700
  class Interconnects < Struct.new(
2618
2701
  :interconnects)
2702
+ SENSITIVE = []
2619
2703
  include Aws::Structure
2620
2704
  end
2621
2705
 
@@ -2730,6 +2814,7 @@ module Aws::DirectConnect
2730
2814
  :has_logical_redundancy,
2731
2815
  :tags,
2732
2816
  :provider_name)
2817
+ SENSITIVE = []
2733
2818
  include Aws::Structure
2734
2819
  end
2735
2820
 
@@ -2741,6 +2826,7 @@ module Aws::DirectConnect
2741
2826
  #
2742
2827
  class Lags < Struct.new(
2743
2828
  :lags)
2829
+ SENSITIVE = []
2744
2830
  include Aws::Structure
2745
2831
  end
2746
2832
 
@@ -2795,6 +2881,7 @@ module Aws::DirectConnect
2795
2881
  :status,
2796
2882
  :max_results,
2797
2883
  :next_token)
2884
+ SENSITIVE = []
2798
2885
  include Aws::Structure
2799
2886
  end
2800
2887
 
@@ -2812,6 +2899,7 @@ module Aws::DirectConnect
2812
2899
  class ListVirtualInterfaceTestHistoryResponse < Struct.new(
2813
2900
  :virtual_interface_test_history,
2814
2901
  :next_token)
2902
+ SENSITIVE = []
2815
2903
  include Aws::Structure
2816
2904
  end
2817
2905
 
@@ -2832,6 +2920,7 @@ module Aws::DirectConnect
2832
2920
  class Loa < Struct.new(
2833
2921
  :loa_content,
2834
2922
  :loa_content_type)
2923
+ SENSITIVE = []
2835
2924
  include Aws::Structure
2836
2925
  end
2837
2926
 
@@ -2866,6 +2955,7 @@ module Aws::DirectConnect
2866
2955
  :region,
2867
2956
  :available_port_speeds,
2868
2957
  :available_providers)
2958
+ SENSITIVE = []
2869
2959
  include Aws::Structure
2870
2960
  end
2871
2961
 
@@ -2877,6 +2967,7 @@ module Aws::DirectConnect
2877
2967
  #
2878
2968
  class Locations < Struct.new(
2879
2969
  :locations)
2970
+ SENSITIVE = []
2880
2971
  include Aws::Structure
2881
2972
  end
2882
2973
 
@@ -2924,6 +3015,7 @@ module Aws::DirectConnect
2924
3015
  :address_family,
2925
3016
  :amazon_address,
2926
3017
  :customer_address)
3018
+ SENSITIVE = []
2927
3019
  include Aws::Structure
2928
3020
  end
2929
3021
 
@@ -3017,6 +3109,7 @@ module Aws::DirectConnect
3017
3109
  :virtual_gateway_id,
3018
3110
  :direct_connect_gateway_id,
3019
3111
  :tags)
3112
+ SENSITIVE = []
3020
3113
  include Aws::Structure
3021
3114
  end
3022
3115
 
@@ -3099,6 +3192,7 @@ module Aws::DirectConnect
3099
3192
  :address_family,
3100
3193
  :customer_address,
3101
3194
  :tags)
3195
+ SENSITIVE = []
3102
3196
  include Aws::Structure
3103
3197
  end
3104
3198
 
@@ -3184,6 +3278,7 @@ module Aws::DirectConnect
3184
3278
  :address_family,
3185
3279
  :route_filter_prefixes,
3186
3280
  :tags)
3281
+ SENSITIVE = []
3187
3282
  include Aws::Structure
3188
3283
  end
3189
3284
 
@@ -3270,6 +3365,7 @@ module Aws::DirectConnect
3270
3365
  :address_family,
3271
3366
  :route_filter_prefixes,
3272
3367
  :tags)
3368
+ SENSITIVE = []
3273
3369
  include Aws::Structure
3274
3370
  end
3275
3371
 
@@ -3357,6 +3453,7 @@ module Aws::DirectConnect
3357
3453
  :address_family,
3358
3454
  :direct_connect_gateway_id,
3359
3455
  :tags)
3456
+ SENSITIVE = []
3360
3457
  include Aws::Structure
3361
3458
  end
3362
3459
 
@@ -3439,6 +3536,7 @@ module Aws::DirectConnect
3439
3536
  :customer_address,
3440
3537
  :address_family,
3441
3538
  :tags)
3539
+ SENSITIVE = []
3442
3540
  include Aws::Structure
3443
3541
  end
3444
3542
 
@@ -3458,6 +3556,7 @@ module Aws::DirectConnect
3458
3556
  class ResourceTag < Struct.new(
3459
3557
  :resource_arn,
3460
3558
  :tags)
3559
+ SENSITIVE = []
3461
3560
  include Aws::Structure
3462
3561
  end
3463
3562
 
@@ -3480,6 +3579,7 @@ module Aws::DirectConnect
3480
3579
  #
3481
3580
  class RouteFilterPrefix < Struct.new(
3482
3581
  :cidr)
3582
+ SENSITIVE = []
3483
3583
  include Aws::Structure
3484
3584
  end
3485
3585
 
@@ -3515,6 +3615,7 @@ module Aws::DirectConnect
3515
3615
  :virtual_interface_id,
3516
3616
  :bgp_peers,
3517
3617
  :test_duration_in_minutes)
3618
+ SENSITIVE = []
3518
3619
  include Aws::Structure
3519
3620
  end
3520
3621
 
@@ -3526,6 +3627,7 @@ module Aws::DirectConnect
3526
3627
  #
3527
3628
  class StartBgpFailoverTestResponse < Struct.new(
3528
3629
  :virtual_interface_test)
3630
+ SENSITIVE = []
3529
3631
  include Aws::Structure
3530
3632
  end
3531
3633
 
@@ -3544,6 +3646,7 @@ module Aws::DirectConnect
3544
3646
  #
3545
3647
  class StopBgpFailoverTestRequest < Struct.new(
3546
3648
  :virtual_interface_id)
3649
+ SENSITIVE = []
3547
3650
  include Aws::Structure
3548
3651
  end
3549
3652
 
@@ -3555,6 +3658,7 @@ module Aws::DirectConnect
3555
3658
  #
3556
3659
  class StopBgpFailoverTestResponse < Struct.new(
3557
3660
  :virtual_interface_test)
3661
+ SENSITIVE = []
3558
3662
  include Aws::Structure
3559
3663
  end
3560
3664
 
@@ -3581,6 +3685,7 @@ module Aws::DirectConnect
3581
3685
  class Tag < Struct.new(
3582
3686
  :key,
3583
3687
  :value)
3688
+ SENSITIVE = []
3584
3689
  include Aws::Structure
3585
3690
  end
3586
3691
 
@@ -3610,6 +3715,7 @@ module Aws::DirectConnect
3610
3715
  class TagResourceRequest < Struct.new(
3611
3716
  :resource_arn,
3612
3717
  :tags)
3718
+ SENSITIVE = []
3613
3719
  include Aws::Structure
3614
3720
  end
3615
3721
 
@@ -3644,6 +3750,7 @@ module Aws::DirectConnect
3644
3750
  class UntagResourceRequest < Struct.new(
3645
3751
  :resource_arn,
3646
3752
  :tag_keys)
3753
+ SENSITIVE = []
3647
3754
  include Aws::Structure
3648
3755
  end
3649
3756
 
@@ -3687,6 +3794,7 @@ module Aws::DirectConnect
3687
3794
  :association_id,
3688
3795
  :add_allowed_prefixes_to_direct_connect_gateway,
3689
3796
  :remove_allowed_prefixes_to_direct_connect_gateway)
3797
+ SENSITIVE = []
3690
3798
  include Aws::Structure
3691
3799
  end
3692
3800
 
@@ -3699,6 +3807,7 @@ module Aws::DirectConnect
3699
3807
  #
3700
3808
  class UpdateDirectConnectGatewayAssociationResult < Struct.new(
3701
3809
  :direct_connect_gateway_association)
3810
+ SENSITIVE = []
3702
3811
  include Aws::Structure
3703
3812
  end
3704
3813
 
@@ -3730,6 +3839,7 @@ module Aws::DirectConnect
3730
3839
  :lag_id,
3731
3840
  :lag_name,
3732
3841
  :minimum_links)
3842
+ SENSITIVE = []
3733
3843
  include Aws::Structure
3734
3844
  end
3735
3845
 
@@ -3755,6 +3865,7 @@ module Aws::DirectConnect
3755
3865
  class UpdateVirtualInterfaceAttributesRequest < Struct.new(
3756
3866
  :virtual_interface_id,
3757
3867
  :mtu)
3868
+ SENSITIVE = []
3758
3869
  include Aws::Structure
3759
3870
  end
3760
3871
 
@@ -3786,6 +3897,7 @@ module Aws::DirectConnect
3786
3897
  class VirtualGateway < Struct.new(
3787
3898
  :virtual_gateway_id,
3788
3899
  :virtual_gateway_state)
3900
+ SENSITIVE = []
3789
3901
  include Aws::Structure
3790
3902
  end
3791
3903
 
@@ -3797,6 +3909,7 @@ module Aws::DirectConnect
3797
3909
  #
3798
3910
  class VirtualGateways < Struct.new(
3799
3911
  :virtual_gateways)
3912
+ SENSITIVE = []
3800
3913
  include Aws::Structure
3801
3914
  end
3802
3915
 
@@ -3970,6 +4083,7 @@ module Aws::DirectConnect
3970
4083
  :region,
3971
4084
  :aws_device_v2,
3972
4085
  :tags)
4086
+ SENSITIVE = []
3973
4087
  include Aws::Structure
3974
4088
  end
3975
4089
 
@@ -4019,6 +4133,7 @@ module Aws::DirectConnect
4019
4133
  :test_duration_in_minutes,
4020
4134
  :start_time,
4021
4135
  :end_time)
4136
+ SENSITIVE = []
4022
4137
  include Aws::Structure
4023
4138
  end
4024
4139
 
@@ -4030,6 +4145,7 @@ module Aws::DirectConnect
4030
4145
  #
4031
4146
  class VirtualInterfaces < Struct.new(
4032
4147
  :virtual_interfaces)
4148
+ SENSITIVE = []
4033
4149
  include Aws::Structure
4034
4150
  end
4035
4151
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.1
4
+ version: 1.32.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