aws-sdk-directconnect 1.41.0 → 1.42.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f27bd60e658b1d2874b41cfee7bcfa1895ca59637a7d698b95d520c839c304e4
4
- data.tar.gz: ba7266c911e4e7c1d3e052307d58d520887d6595f2787049dd3aa0b32127f5e3
3
+ metadata.gz: b28a54eec46ae4b7f446c1dd12d6a4af4df5ead77e49dce190f0f1065bb5f5af
4
+ data.tar.gz: a4960293b4d94a33d97a32bc6431ee59cefe4710ee7a724b767abcf780451ede
5
5
  SHA512:
6
- metadata.gz: e73b54cc99be8e919bf51b8abee79ca0a2b10982fc9d9cd567a41333ff195dc43dd07c076484e7dce1048429f5addbc6d454b3de2ef15fc7ba9526ebc6f4bac6
7
- data.tar.gz: 168c3519d9ba5b1e1e4ddab43b29d77d04eb9ecd359929bfb4c552f922440348402ad1ae16e613b4a5fff4a60e1285e44ea480b4260a3096a4985581c71886f2
6
+ metadata.gz: 3cfc34587ac7960a0a584ac43caf2daf9ecd13a65157758de936d231b7cdb783284205eccbcc60483e45dec2e8a015add97169a870c46e6b61704b9b83b5dab0
7
+ data.tar.gz: db626f77e192c220b9ecc7b4372cd09c4845ec28f7120a6870885e707cb14647242a579642b155e50439715f5462e7ed6674e216d1f6fa9c9d034f22cb000544
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2021-07-13)
5
+ ------------------
6
+
7
+ * Feature - This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.
8
+
4
9
  1.41.0 (2021-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-directconnect/customizations'
48
48
  # @!group service
49
49
  module Aws::DirectConnect
50
50
 
51
- GEM_VERSION = '1.41.0'
51
+ GEM_VERSION = '1.42.0'
52
52
 
53
53
  end
@@ -347,15 +347,15 @@ module Aws::DirectConnect
347
347
  # The ID of the request proposal.
348
348
  #
349
349
  # @option params [required, String] :associated_gateway_owner_account
350
- # The ID of the AWS account that owns the virtual private gateway or
351
- # transit gateway.
350
+ # The ID of the account that owns the virtual private gateway or transit
351
+ # gateway.
352
352
  #
353
353
  # @option params [Array<Types::RouteFilterPrefix>] :override_allowed_prefixes_to_direct_connect_gateway
354
354
  # Overrides the Amazon VPC prefixes advertised to the Direct Connect
355
355
  # gateway.
356
356
  #
357
357
  # For information about how to set the prefixes, see [Allowed
358
- # Prefixes][1] in the *AWS Direct Connect User Guide*.
358
+ # Prefixes][1] in the *Direct Connect User Guide*.
359
359
  #
360
360
  #
361
361
  #
@@ -411,14 +411,14 @@ module Aws::DirectConnect
411
411
  # Allocates a VLAN number and a specified amount of bandwidth for use by
412
412
  # a hosted connection on the specified interconnect.
413
413
  #
414
- # <note markdown="1"> Intended for use by AWS Direct Connect Partners only.
414
+ # <note markdown="1"> Intended for use by Direct Connect Partners only.
415
415
  #
416
416
  # </note>
417
417
  #
418
418
  # @option params [required, String] :bandwidth
419
419
  # The bandwidth of the connection. The possible values are 50Mbps,
420
420
  # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and
421
- # 10Gbps. Note that only those AWS Direct Connect Partners who have met
421
+ # 10Gbps. Note that only those Direct Connect Partners who have met
422
422
  # specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or
423
423
  # 10Gbps hosted connection.
424
424
  #
@@ -426,8 +426,8 @@ module Aws::DirectConnect
426
426
  # The name of the provisioned connection.
427
427
  #
428
428
  # @option params [required, String] :owner_account
429
- # The ID of the AWS account of the customer for whom the connection will
430
- # be provisioned.
429
+ # The ID of the account of the customer for whom the connection will be
430
+ # provisioned.
431
431
  #
432
432
  # @option params [required, String] :interconnect_id
433
433
  # The ID of the interconnect on which the connection will be
@@ -452,6 +452,7 @@ module Aws::DirectConnect
452
452
  # * {Types::Connection#aws_device #aws_device} => String
453
453
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
454
454
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
455
+ # * {Types::Connection#aws_logical_device_id #aws_logical_device_id} => String
455
456
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
456
457
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
457
458
  # * {Types::Connection#provider_name #provider_name} => String
@@ -486,6 +487,7 @@ module Aws::DirectConnect
486
487
  # resp.aws_device #=> String
487
488
  # resp.jumbo_frame_capable #=> Boolean
488
489
  # resp.aws_device_v2 #=> String
490
+ # resp.aws_logical_device_id #=> String
489
491
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
490
492
  # resp.tags #=> Array
491
493
  # resp.tags[0].key #=> String
@@ -514,11 +516,11 @@ module Aws::DirectConnect
514
516
  #
515
517
  # Allocates a VLAN number and a specified amount of capacity (bandwidth)
516
518
  # for use by a hosted connection on the specified interconnect or LAG of
517
- # interconnects. AWS polices the hosted connection for the specified
518
- # capacity and the AWS Direct Connect Partner must also police the
519
- # hosted connection for the specified capacity.
519
+ # interconnects. Amazon Web Services polices the hosted connection for
520
+ # the specified capacity and the Direct Connect Partner must also police
521
+ # the hosted connection for the specified capacity.
520
522
  #
521
- # <note markdown="1"> Intended for use by AWS Direct Connect Partners only.
523
+ # <note markdown="1"> Intended for use by Direct Connect Partners only.
522
524
  #
523
525
  # </note>
524
526
  #
@@ -526,12 +528,12 @@ module Aws::DirectConnect
526
528
  # The ID of the interconnect or LAG.
527
529
  #
528
530
  # @option params [required, String] :owner_account
529
- # The ID of the AWS account ID of the customer for the connection.
531
+ # The ID of the account ID of the customer for the connection.
530
532
  #
531
533
  # @option params [required, String] :bandwidth
532
534
  # The bandwidth of the connection. The possible values are 50Mbps,
533
535
  # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and
534
- # 10Gbps. Note that only those AWS Direct Connect Partners who have met
536
+ # 10Gbps. Note that only those Direct Connect Partners who have met
535
537
  # specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or
536
538
  # 10Gbps hosted connection.
537
539
  #
@@ -560,6 +562,7 @@ module Aws::DirectConnect
560
562
  # * {Types::Connection#aws_device #aws_device} => String
561
563
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
562
564
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
565
+ # * {Types::Connection#aws_logical_device_id #aws_logical_device_id} => String
563
566
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
564
567
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
565
568
  # * {Types::Connection#provider_name #provider_name} => String
@@ -600,6 +603,7 @@ module Aws::DirectConnect
600
603
  # resp.aws_device #=> String
601
604
  # resp.jumbo_frame_capable #=> Boolean
602
605
  # resp.aws_device_v2 #=> String
606
+ # resp.aws_logical_device_id #=> String
603
607
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
604
608
  # resp.tags #=> Array
605
609
  # resp.tags[0].key #=> String
@@ -624,7 +628,7 @@ module Aws::DirectConnect
624
628
  end
625
629
 
626
630
  # Provisions a private virtual interface to be owned by the specified
627
- # AWS account.
631
+ # account.
628
632
  #
629
633
  # Virtual interfaces created using this action must be confirmed by the
630
634
  # owner using ConfirmPrivateVirtualInterface. Until then, the virtual
@@ -636,7 +640,7 @@ module Aws::DirectConnect
636
640
  # provisioned.
637
641
  #
638
642
  # @option params [required, String] :owner_account
639
- # The ID of the AWS account that owns the virtual private interface.
643
+ # The ID of the account that owns the virtual private interface.
640
644
  #
641
645
  # @option params [required, Types::NewPrivateVirtualInterfaceAllocation] :new_private_virtual_interface_allocation
642
646
  # Information about the private virtual interface.
@@ -666,6 +670,7 @@ module Aws::DirectConnect
666
670
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
667
671
  # * {Types::VirtualInterface#region #region} => String
668
672
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
673
+ # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
669
674
  # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
670
675
  #
671
676
  # @example Request syntax with placeholder values
@@ -724,8 +729,10 @@ module Aws::DirectConnect
724
729
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
725
730
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
726
731
  # resp.bgp_peers[0].aws_device_v2 #=> String
732
+ # resp.bgp_peers[0].aws_logical_device_id #=> String
727
733
  # resp.region #=> String
728
734
  # resp.aws_device_v2 #=> String
735
+ # resp.aws_logical_device_id #=> String
729
736
  # resp.tags #=> Array
730
737
  # resp.tags[0].key #=> String
731
738
  # resp.tags[0].value #=> String
@@ -739,11 +746,11 @@ module Aws::DirectConnect
739
746
  req.send_request(options)
740
747
  end
741
748
 
742
- # Provisions a public virtual interface to be owned by the specified AWS
749
+ # Provisions a public virtual interface to be owned by the specified
743
750
  # account.
744
751
  #
745
752
  # The owner of a connection calls this function to provision a public
746
- # virtual interface to be owned by the specified AWS account.
753
+ # virtual interface to be owned by the specified account.
747
754
  #
748
755
  # Virtual interfaces created using this function must be confirmed by
749
756
  # the owner using ConfirmPublicVirtualInterface. Until this step has
@@ -760,7 +767,7 @@ module Aws::DirectConnect
760
767
  # provisioned.
761
768
  #
762
769
  # @option params [required, String] :owner_account
763
- # The ID of the AWS account that owns the public virtual interface.
770
+ # The ID of the account that owns the public virtual interface.
764
771
  #
765
772
  # @option params [required, Types::NewPublicVirtualInterfaceAllocation] :new_public_virtual_interface_allocation
766
773
  # Information about the public virtual interface.
@@ -790,6 +797,7 @@ module Aws::DirectConnect
790
797
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
791
798
  # * {Types::VirtualInterface#region #region} => String
792
799
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
800
+ # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
793
801
  # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
794
802
  #
795
803
  # @example Request syntax with placeholder values
@@ -852,8 +860,10 @@ module Aws::DirectConnect
852
860
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
853
861
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
854
862
  # resp.bgp_peers[0].aws_device_v2 #=> String
863
+ # resp.bgp_peers[0].aws_logical_device_id #=> String
855
864
  # resp.region #=> String
856
865
  # resp.aws_device_v2 #=> String
866
+ # resp.aws_logical_device_id #=> String
857
867
  # resp.tags #=> Array
858
868
  # resp.tags[0].key #=> String
859
869
  # resp.tags[0].value #=> String
@@ -868,11 +878,11 @@ module Aws::DirectConnect
868
878
  end
869
879
 
870
880
  # Provisions a transit virtual interface to be owned by the specified
871
- # AWS account. Use this type of interface to connect a transit gateway
872
- # to your Direct Connect gateway.
881
+ # account. Use this type of interface to connect a transit gateway to
882
+ # your Direct Connect gateway.
873
883
  #
874
884
  # The owner of a connection provisions a transit virtual interface to be
875
- # owned by the specified AWS account.
885
+ # owned by the specified account.
876
886
  #
877
887
  # After you create a transit virtual interface, it must be confirmed by
878
888
  # the owner using ConfirmTransitVirtualInterface. Until this step has
@@ -884,7 +894,7 @@ module Aws::DirectConnect
884
894
  # provisioned.
885
895
  #
886
896
  # @option params [required, String] :owner_account
887
- # The ID of the AWS account that owns the transit virtual interface.
897
+ # The ID of the account that owns the transit virtual interface.
888
898
  #
889
899
  # @option params [required, Types::NewTransitVirtualInterfaceAllocation] :new_transit_virtual_interface_allocation
890
900
  # Information about the transit virtual interface.
@@ -949,8 +959,10 @@ module Aws::DirectConnect
949
959
  # resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
950
960
  # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
951
961
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
962
+ # resp.virtual_interface.bgp_peers[0].aws_logical_device_id #=> String
952
963
  # resp.virtual_interface.region #=> String
953
964
  # resp.virtual_interface.aws_device_v2 #=> String
965
+ # resp.virtual_interface.aws_logical_device_id #=> String
954
966
  # resp.virtual_interface.tags #=> Array
955
967
  # resp.virtual_interface.tags[0].key #=> String
956
968
  # resp.virtual_interface.tags[0].value #=> String
@@ -966,13 +978,13 @@ module Aws::DirectConnect
966
978
 
967
979
  # Associates an existing connection with a link aggregation group (LAG).
968
980
  # The connection is interrupted and re-established as a member of the
969
- # LAG (connectivity to AWS is interrupted). The connection must be
970
- # hosted on the same AWS Direct Connect endpoint as the LAG, and its
971
- # bandwidth must match the bandwidth for the LAG. You can re-associate a
972
- # connection that's currently associated with a different LAG; however,
973
- # if removing the connection would cause the original LAG to fall below
974
- # its setting for minimum number of operational connections, the request
975
- # fails.
981
+ # LAG (connectivity to Amazon Web Services is interrupted). The
982
+ # connection must be hosted on the same Direct Connect endpoint as the
983
+ # LAG, and its bandwidth must match the bandwidth for the LAG. You can
984
+ # re-associate a connection that's currently associated with a
985
+ # different LAG; however, if removing the connection would cause the
986
+ # original LAG to fall below its setting for minimum number of
987
+ # operational connections, the request fails.
976
988
  #
977
989
  # Any virtual interfaces that are directly associated with the
978
990
  # connection are automatically re-associated with the LAG. If the
@@ -1006,6 +1018,7 @@ module Aws::DirectConnect
1006
1018
  # * {Types::Connection#aws_device #aws_device} => String
1007
1019
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
1008
1020
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
1021
+ # * {Types::Connection#aws_logical_device_id #aws_logical_device_id} => String
1009
1022
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
1010
1023
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
1011
1024
  # * {Types::Connection#provider_name #provider_name} => String
@@ -1037,6 +1050,7 @@ module Aws::DirectConnect
1037
1050
  # resp.aws_device #=> String
1038
1051
  # resp.jumbo_frame_capable #=> Boolean
1039
1052
  # resp.aws_device_v2 #=> String
1053
+ # resp.aws_logical_device_id #=> String
1040
1054
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1041
1055
  # resp.tags #=> Array
1042
1056
  # resp.tags[0].key #=> String
@@ -1064,9 +1078,10 @@ module Aws::DirectConnect
1064
1078
  # aggregation group (LAG) or interconnect. If the target interconnect or
1065
1079
  # LAG has an existing hosted connection with a conflicting VLAN number
1066
1080
  # or IP address, the operation fails. This action temporarily interrupts
1067
- # the hosted connection's connectivity to AWS as it is being migrated.
1081
+ # the hosted connection's connectivity to Amazon Web Services as it is
1082
+ # being migrated.
1068
1083
  #
1069
- # <note markdown="1"> Intended for use by AWS Direct Connect Partners only.
1084
+ # <note markdown="1"> Intended for use by Direct Connect Partners only.
1070
1085
  #
1071
1086
  # </note>
1072
1087
  #
@@ -1092,6 +1107,7 @@ module Aws::DirectConnect
1092
1107
  # * {Types::Connection#aws_device #aws_device} => String
1093
1108
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
1094
1109
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
1110
+ # * {Types::Connection#aws_logical_device_id #aws_logical_device_id} => String
1095
1111
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
1096
1112
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
1097
1113
  # * {Types::Connection#provider_name #provider_name} => String
@@ -1123,6 +1139,7 @@ module Aws::DirectConnect
1123
1139
  # resp.aws_device #=> String
1124
1140
  # resp.jumbo_frame_capable #=> Boolean
1125
1141
  # resp.aws_device_v2 #=> String
1142
+ # resp.aws_logical_device_id #=> String
1126
1143
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1127
1144
  # resp.tags #=> Array
1128
1145
  # resp.tags[0].key #=> String
@@ -1147,14 +1164,14 @@ module Aws::DirectConnect
1147
1164
  end
1148
1165
 
1149
1166
  # Associates a MAC Security (MACsec) Connection Key Name (CKN)/
1150
- # Connectivity Association Key (CAK) pair with an AWS Direct Connect
1167
+ # Connectivity Association Key (CAK) pair with an Direct Connect
1151
1168
  # dedicated connection.
1152
1169
  #
1153
1170
  # You must supply either the `secretARN,` or the CKN/CAK (`ckn` and
1154
1171
  # `cak`) pair in the request.
1155
1172
  #
1156
1173
  # For information about MAC Security (MACsec) key considerations, see
1157
- # [MACsec pre-shared CKN/CAK key considerations ][1] in the *AWS Direct
1174
+ # [MACsec pre-shared CKN/CAK key considerations ][1] in the *Direct
1158
1175
  # Connect User Guide*.
1159
1176
  #
1160
1177
  #
@@ -1233,10 +1250,11 @@ module Aws::DirectConnect
1233
1250
  end
1234
1251
 
1235
1252
  # Associates a virtual interface with a specified link aggregation group
1236
- # (LAG) or connection. Connectivity to AWS is temporarily interrupted as
1237
- # the virtual interface is being migrated. If the target connection or
1238
- # LAG has an associated virtual interface with a conflicting VLAN number
1239
- # or a conflicting IP address, the operation fails.
1253
+ # (LAG) or connection. Connectivity to Amazon Web Services is
1254
+ # temporarily interrupted as the virtual interface is being migrated. If
1255
+ # the target connection or LAG has an associated virtual interface with
1256
+ # a conflicting VLAN number or a conflicting IP address, the operation
1257
+ # fails.
1240
1258
  #
1241
1259
  # Virtual interfaces associated with a hosted connection cannot be
1242
1260
  # associated with a LAG; hosted connections must be migrated along with
@@ -1279,6 +1297,7 @@ module Aws::DirectConnect
1279
1297
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
1280
1298
  # * {Types::VirtualInterface#region #region} => String
1281
1299
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
1300
+ # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
1282
1301
  # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
1283
1302
  #
1284
1303
  # @example Request syntax with placeholder values
@@ -1321,8 +1340,10 @@ module Aws::DirectConnect
1321
1340
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1322
1341
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
1323
1342
  # resp.bgp_peers[0].aws_device_v2 #=> String
1343
+ # resp.bgp_peers[0].aws_logical_device_id #=> String
1324
1344
  # resp.region #=> String
1325
1345
  # resp.aws_device_v2 #=> String
1346
+ # resp.aws_logical_device_id #=> String
1326
1347
  # resp.tags #=> Array
1327
1348
  # resp.tags[0].key #=> String
1328
1349
  # resp.tags[0].value #=> String
@@ -1370,7 +1391,7 @@ module Aws::DirectConnect
1370
1391
  end
1371
1392
 
1372
1393
  # Accepts ownership of a private virtual interface created by another
1373
- # AWS account.
1394
+ # account.
1374
1395
  #
1375
1396
  # After the virtual interface owner makes this call, the virtual
1376
1397
  # interface is created and attached to the specified virtual private
@@ -1411,7 +1432,7 @@ module Aws::DirectConnect
1411
1432
  req.send_request(options)
1412
1433
  end
1413
1434
 
1414
- # Accepts ownership of a public virtual interface created by another AWS
1435
+ # Accepts ownership of a public virtual interface created by another
1415
1436
  # account.
1416
1437
  #
1417
1438
  # After the virtual interface owner makes this call, the specified
@@ -1444,7 +1465,7 @@ module Aws::DirectConnect
1444
1465
  end
1445
1466
 
1446
1467
  # Accepts ownership of a transit virtual interface created by another
1447
- # AWS account.
1468
+ # account.
1448
1469
  #
1449
1470
  # After the owner of the transit virtual interface makes this call, the
1450
1471
  # specified transit virtual interface is created and made available to
@@ -1483,8 +1504,8 @@ module Aws::DirectConnect
1483
1504
  # Creates a BGP peer on the specified virtual interface.
1484
1505
  #
1485
1506
  # You must create a BGP peer for the corresponding address family
1486
- # (IPv4/IPv6) in order to access AWS resources that also use that
1487
- # address family.
1507
+ # (IPv4/IPv6) in order to access Amazon Web Services resources that also
1508
+ # use that address family.
1488
1509
  #
1489
1510
  # If logical redundancy is not supported by the connection,
1490
1511
  # interconnect, or LAG, the BGP peer cannot be in the same address
@@ -1554,8 +1575,10 @@ module Aws::DirectConnect
1554
1575
  # resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
1555
1576
  # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
1556
1577
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
1578
+ # resp.virtual_interface.bgp_peers[0].aws_logical_device_id #=> String
1557
1579
  # resp.virtual_interface.region #=> String
1558
1580
  # resp.virtual_interface.aws_device_v2 #=> String
1581
+ # resp.virtual_interface.aws_logical_device_id #=> String
1559
1582
  # resp.virtual_interface.tags #=> Array
1560
1583
  # resp.virtual_interface.tags[0].key #=> String
1561
1584
  # resp.virtual_interface.tags[0].value #=> String
@@ -1569,21 +1592,20 @@ module Aws::DirectConnect
1569
1592
  req.send_request(options)
1570
1593
  end
1571
1594
 
1572
- # Creates a connection between a customer network and a specific AWS
1573
- # Direct Connect location.
1595
+ # Creates a connection between a customer network and a specific Direct
1596
+ # Connect location.
1574
1597
  #
1575
- # A connection links your internal network to an AWS Direct Connect
1576
- # location over a standard Ethernet fiber-optic cable. One end of the
1577
- # cable is connected to your router, the other to an AWS Direct Connect
1578
- # router.
1598
+ # A connection links your internal network to an Direct Connect location
1599
+ # over a standard Ethernet fiber-optic cable. One end of the cable is
1600
+ # connected to your router, the other to an Direct Connect router.
1579
1601
  #
1580
1602
  # To find the locations for your Region, use DescribeLocations.
1581
1603
  #
1582
1604
  # You can automatically add the new connection to a link aggregation
1583
1605
  # group (LAG) by specifying a LAG ID in the request. This ensures that
1584
- # the new connection is allocated on the same AWS Direct Connect
1585
- # endpoint that hosts the specified LAG. If there are no available ports
1586
- # on the endpoint, the request fails and no connection is created.
1606
+ # the new connection is allocated on the same Direct Connect endpoint
1607
+ # that hosts the specified LAG. If there are no available ports on the
1608
+ # endpoint, the request fails and no connection is created.
1587
1609
  #
1588
1610
  # @option params [required, String] :location
1589
1611
  # The location of the connection.
@@ -1610,7 +1632,7 @@ module Aws::DirectConnect
1610
1632
  #
1611
1633
  # MAC Security (MACsec) is only available on dedicated connections. For
1612
1634
  # information about MAC Security (MACsec) prerequisties, see [MACsec
1613
- # prerequisties][1] in the *AWS Direct Connect User Guide*.
1635
+ # prerequisties][1] in the *Direct Connect User Guide*.
1614
1636
  #
1615
1637
  #
1616
1638
  #
@@ -1632,6 +1654,7 @@ module Aws::DirectConnect
1632
1654
  # * {Types::Connection#aws_device #aws_device} => String
1633
1655
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
1634
1656
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
1657
+ # * {Types::Connection#aws_logical_device_id #aws_logical_device_id} => String
1635
1658
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
1636
1659
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
1637
1660
  # * {Types::Connection#provider_name #provider_name} => String
@@ -1673,6 +1696,7 @@ module Aws::DirectConnect
1673
1696
  # resp.aws_device #=> String
1674
1697
  # resp.jumbo_frame_capable #=> Boolean
1675
1698
  # resp.aws_device_v2 #=> String
1699
+ # resp.aws_logical_device_id #=> String
1676
1700
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1677
1701
  # resp.tags #=> Array
1678
1702
  # resp.tags[0].key #=> String
@@ -1698,12 +1722,12 @@ module Aws::DirectConnect
1698
1722
 
1699
1723
  # Creates a Direct Connect gateway, which is an intermediate object that
1700
1724
  # enables you to connect a set of virtual interfaces and virtual private
1701
- # gateways. A Direct Connect gateway is global and visible in any AWS
1702
- # Region after it is created. The virtual interfaces and virtual private
1725
+ # gateways. A Direct Connect gateway is global and visible in any Region
1726
+ # after it is created. The virtual interfaces and virtual private
1703
1727
  # gateways that are connected through a Direct Connect gateway can be in
1704
- # different AWS Regions. This enables you to connect to a VPC in any
1705
- # Region, regardless of the Region in which the virtual interfaces are
1706
- # located, and pass traffic between them.
1728
+ # different Regions. This enables you to connect to a VPC in any Region,
1729
+ # regardless of the Region in which the virtual interfaces are located,
1730
+ # and pass traffic between them.
1707
1731
  #
1708
1732
  # @option params [required, String] :direct_connect_gateway_name
1709
1733
  # The name of the Direct Connect gateway.
@@ -1760,7 +1784,7 @@ module Aws::DirectConnect
1760
1784
  # gateway.
1761
1785
  #
1762
1786
  # For information about how to set the prefixes, see [Allowed
1763
- # Prefixes][1] in the *AWS Direct Connect User Guide*.
1787
+ # Prefixes][1] in the *Direct Connect User Guide*.
1764
1788
  #
1765
1789
  #
1766
1790
  #
@@ -1816,13 +1840,13 @@ module Aws::DirectConnect
1816
1840
  # or transit gateway with the specified Direct Connect gateway.
1817
1841
  #
1818
1842
  # You can associate a Direct Connect gateway and virtual private gateway
1819
- # or transit gateway that is owned by any AWS account.
1843
+ # or transit gateway that is owned by any account.
1820
1844
  #
1821
1845
  # @option params [required, String] :direct_connect_gateway_id
1822
1846
  # The ID of the Direct Connect gateway.
1823
1847
  #
1824
1848
  # @option params [required, String] :direct_connect_gateway_owner_account
1825
- # The ID of the AWS account that owns the Direct Connect gateway.
1849
+ # The ID of the account that owns the Direct Connect gateway.
1826
1850
  #
1827
1851
  # @option params [required, String] :gateway_id
1828
1852
  # The ID of the virtual private gateway or transit gateway.
@@ -1880,31 +1904,30 @@ module Aws::DirectConnect
1880
1904
  req.send_request(options)
1881
1905
  end
1882
1906
 
1883
- # Creates an interconnect between an AWS Direct Connect Partner's
1884
- # network and a specific AWS Direct Connect location.
1907
+ # Creates an interconnect between an Direct Connect Partner's network
1908
+ # and a specific Direct Connect location.
1885
1909
  #
1886
1910
  # An interconnect is a connection that is capable of hosting other
1887
- # connections. The AWS Direct Connect partner can use an interconnect to
1888
- # provide AWS Direct Connect hosted connections to customers through
1889
- # their own network services. Like a standard connection, an
1890
- # interconnect links the partner's network to an AWS Direct Connect
1891
- # location over a standard Ethernet fiber-optic cable. One end is
1892
- # connected to the partner's router, the other to an AWS Direct Connect
1893
- # router.
1911
+ # connections. The Direct Connect Partner can use an interconnect to
1912
+ # provide Direct Connect hosted connections to customers through their
1913
+ # own network services. Like a standard connection, an interconnect
1914
+ # links the partner's network to an Direct Connect location over a
1915
+ # standard Ethernet fiber-optic cable. One end is connected to the
1916
+ # partner's router, the other to an Direct Connect router.
1894
1917
  #
1895
1918
  # You can automatically add the new interconnect to a link aggregation
1896
1919
  # group (LAG) by specifying a LAG ID in the request. This ensures that
1897
- # the new interconnect is allocated on the same AWS Direct Connect
1898
- # endpoint that hosts the specified LAG. If there are no available ports
1899
- # on the endpoint, the request fails and no interconnect is created.
1920
+ # the new interconnect is allocated on the same Direct Connect endpoint
1921
+ # that hosts the specified LAG. If there are no available ports on the
1922
+ # endpoint, the request fails and no interconnect is created.
1900
1923
  #
1901
- # For each end customer, the AWS Direct Connect Partner provisions a
1924
+ # For each end customer, the Direct Connect Partner provisions a
1902
1925
  # connection on their interconnect by calling AllocateHostedConnection.
1903
- # The end customer can then connect to AWS resources by creating a
1904
- # virtual interface on their connection, using the VLAN assigned to them
1905
- # by the AWS Direct Connect Partner.
1926
+ # The end customer can then connect to Amazon Web Services resources by
1927
+ # creating a virtual interface on their connection, using the VLAN
1928
+ # assigned to them by the Direct Connect Partner.
1906
1929
  #
1907
- # <note markdown="1"> Intended for use by AWS Direct Connect Partners only.
1930
+ # <note markdown="1"> Intended for use by Direct Connect Partners only.
1908
1931
  #
1909
1932
  # </note>
1910
1933
  #
@@ -1939,6 +1962,7 @@ module Aws::DirectConnect
1939
1962
  # * {Types::Interconnect#aws_device #aws_device} => String
1940
1963
  # * {Types::Interconnect#jumbo_frame_capable #jumbo_frame_capable} => Boolean
1941
1964
  # * {Types::Interconnect#aws_device_v2 #aws_device_v2} => String
1965
+ # * {Types::Interconnect#aws_logical_device_id #aws_logical_device_id} => String
1942
1966
  # * {Types::Interconnect#has_logical_redundancy #has_logical_redundancy} => String
1943
1967
  # * {Types::Interconnect#tags #tags} => Array&lt;Types::Tag&gt;
1944
1968
  # * {Types::Interconnect#provider_name #provider_name} => String
@@ -1972,6 +1996,7 @@ module Aws::DirectConnect
1972
1996
  # resp.aws_device #=> String
1973
1997
  # resp.jumbo_frame_capable #=> Boolean
1974
1998
  # resp.aws_device_v2 #=> String
1999
+ # resp.aws_logical_device_id #=> String
1975
2000
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
1976
2001
  # resp.tags #=> Array
1977
2002
  # resp.tags[0].key #=> String
@@ -1989,32 +2014,30 @@ module Aws::DirectConnect
1989
2014
 
1990
2015
  # Creates a link aggregation group (LAG) with the specified number of
1991
2016
  # bundled physical dedicated connections between the customer network
1992
- # and a specific AWS Direct Connect location. A LAG is a logical
1993
- # interface that uses the Link Aggregation Control Protocol (LACP) to
1994
- # aggregate multiple interfaces, enabling you to treat them as a single
1995
- # interface.
2017
+ # and a specific Direct Connect location. A LAG is a logical interface
2018
+ # that uses the Link Aggregation Control Protocol (LACP) to aggregate
2019
+ # multiple interfaces, enabling you to treat them as a single interface.
1996
2020
  #
1997
2021
  # All connections in a LAG must use the same bandwidth (either 1Gbps or
1998
- # 10Gbps) and must terminate at the same AWS Direct Connect endpoint.
2022
+ # 10Gbps) and must terminate at the same Direct Connect endpoint.
1999
2023
  #
2000
2024
  # You can have up to 10 dedicated connections per LAG. Regardless of
2001
- # this limit, if you request more connections for the LAG than AWS
2002
- # Direct Connect can allocate on a single endpoint, no LAG is created.
2025
+ # this limit, if you request more connections for the LAG than Direct
2026
+ # Connect can allocate on a single endpoint, no LAG is created.
2003
2027
  #
2004
2028
  # You can specify an existing physical dedicated connection or
2005
2029
  # interconnect to include in the LAG (which counts towards the total
2006
2030
  # number of connections). Doing so interrupts the current physical
2007
2031
  # dedicated connection, and re-establishes them as a member of the LAG.
2008
- # The LAG will be created on the same AWS Direct Connect endpoint to
2009
- # which the dedicated connection terminates. Any virtual interfaces
2010
- # associated with the dedicated connection are automatically
2011
- # disassociated and re-associated with the LAG. The connection ID does
2012
- # not change.
2032
+ # The LAG will be created on the same Direct Connect endpoint to which
2033
+ # the dedicated connection terminates. Any virtual interfaces associated
2034
+ # with the dedicated connection are automatically disassociated and
2035
+ # re-associated with the LAG. The connection ID does not change.
2013
2036
  #
2014
- # If the AWS account used to create a LAG is a registered AWS Direct
2015
- # Connect Partner, the LAG is automatically enabled to host
2016
- # sub-connections. For a LAG owned by a partner, any associated virtual
2017
- # interfaces cannot be directly configured.
2037
+ # If the account used to create a LAG is a registered Direct Connect
2038
+ # Partner, the LAG is automatically enabled to host sub-connections. For
2039
+ # a LAG owned by a partner, any associated virtual interfaces cannot be
2040
+ # directly configured.
2018
2041
  #
2019
2042
  # @option params [required, Integer] :number_of_connections
2020
2043
  # The number of physical dedicated connections initially provisioned and
@@ -2047,7 +2070,7 @@ module Aws::DirectConnect
2047
2070
  #
2048
2071
  # <note markdown="1"> All connections in the LAG must be capable of supporting MAC Security
2049
2072
  # (MACsec). For information about MAC Security (MACsec) prerequisties,
2050
- # see [MACsec prerequisties][1] in the *AWS Direct Connect User Guide*.
2073
+ # see [MACsec prerequisties][1] in the *Direct Connect User Guide*.
2051
2074
  #
2052
2075
  # </note>
2053
2076
  #
@@ -2068,6 +2091,7 @@ module Aws::DirectConnect
2068
2091
  # * {Types::Lag#minimum_links #minimum_links} => Integer
2069
2092
  # * {Types::Lag#aws_device #aws_device} => String
2070
2093
  # * {Types::Lag#aws_device_v2 #aws_device_v2} => String
2094
+ # * {Types::Lag#aws_logical_device_id #aws_logical_device_id} => String
2071
2095
  # * {Types::Lag#connections #connections} => Array&lt;Types::Connection&gt;
2072
2096
  # * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
2073
2097
  # * {Types::Lag#jumbo_frame_capable #jumbo_frame_capable} => Boolean
@@ -2115,6 +2139,7 @@ module Aws::DirectConnect
2115
2139
  # resp.minimum_links #=> Integer
2116
2140
  # resp.aws_device #=> String
2117
2141
  # resp.aws_device_v2 #=> String
2142
+ # resp.aws_logical_device_id #=> String
2118
2143
  # resp.connections #=> Array
2119
2144
  # resp.connections[0].owner_account #=> String
2120
2145
  # resp.connections[0].connection_id #=> String
@@ -2130,6 +2155,7 @@ module Aws::DirectConnect
2130
2155
  # resp.connections[0].aws_device #=> String
2131
2156
  # resp.connections[0].jumbo_frame_capable #=> Boolean
2132
2157
  # resp.connections[0].aws_device_v2 #=> String
2158
+ # resp.connections[0].aws_logical_device_id #=> String
2133
2159
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
2134
2160
  # resp.connections[0].tags #=> Array
2135
2161
  # resp.connections[0].tags[0].key #=> String
@@ -2168,13 +2194,13 @@ module Aws::DirectConnect
2168
2194
  end
2169
2195
 
2170
2196
  # Creates a private virtual interface. A virtual interface is the VLAN
2171
- # that transports AWS Direct Connect traffic. A private virtual
2172
- # interface can be connected to either a Direct Connect gateway or a
2173
- # Virtual Private Gateway (VGW). Connecting the private virtual
2174
- # interface to a Direct Connect gateway enables the possibility for
2175
- # connecting to multiple VPCs, including VPCs in different AWS Regions.
2176
- # Connecting the private virtual interface to a VGW only provides access
2177
- # to a single VPC within the same Region.
2197
+ # that transports Direct Connect traffic. A private virtual interface
2198
+ # can be connected to either a Direct Connect gateway or a Virtual
2199
+ # Private Gateway (VGW). Connecting the private virtual interface to a
2200
+ # Direct Connect gateway enables the possibility for connecting to
2201
+ # multiple VPCs, including VPCs in different Regions. Connecting the
2202
+ # private virtual interface to a VGW only provides access to a single
2203
+ # VPC within the same Region.
2178
2204
  #
2179
2205
  # Setting the MTU of a virtual interface to 9001 (jumbo frames) can
2180
2206
  # cause an update to the underlying physical connection if it wasn't
@@ -2216,6 +2242,7 @@ module Aws::DirectConnect
2216
2242
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
2217
2243
  # * {Types::VirtualInterface#region #region} => String
2218
2244
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
2245
+ # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
2219
2246
  # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
2220
2247
  #
2221
2248
  # @example Request syntax with placeholder values
@@ -2275,8 +2302,10 @@ module Aws::DirectConnect
2275
2302
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
2276
2303
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
2277
2304
  # resp.bgp_peers[0].aws_device_v2 #=> String
2305
+ # resp.bgp_peers[0].aws_logical_device_id #=> String
2278
2306
  # resp.region #=> String
2279
2307
  # resp.aws_device_v2 #=> String
2308
+ # resp.aws_logical_device_id #=> String
2280
2309
  # resp.tags #=> Array
2281
2310
  # resp.tags[0].key #=> String
2282
2311
  # resp.tags[0].value #=> String
@@ -2291,8 +2320,9 @@ module Aws::DirectConnect
2291
2320
  end
2292
2321
 
2293
2322
  # Creates a public virtual interface. A virtual interface is the VLAN
2294
- # that transports AWS Direct Connect traffic. A public virtual interface
2295
- # supports sending traffic to public services of AWS such as Amazon S3.
2323
+ # that transports Direct Connect traffic. A public virtual interface
2324
+ # supports sending traffic to public services of Amazon Web Services
2325
+ # such as Amazon S3.
2296
2326
  #
2297
2327
  # When creating an IPv6 public virtual interface (`addressFamily` is
2298
2328
  # `ipv6`), leave the `customer` and `amazon` address fields blank to use
@@ -2329,6 +2359,7 @@ module Aws::DirectConnect
2329
2359
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
2330
2360
  # * {Types::VirtualInterface#region #region} => String
2331
2361
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
2362
+ # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
2332
2363
  # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
2333
2364
  #
2334
2365
  # @example Request syntax with placeholder values
@@ -2390,8 +2421,10 @@ module Aws::DirectConnect
2390
2421
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
2391
2422
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
2392
2423
  # resp.bgp_peers[0].aws_device_v2 #=> String
2424
+ # resp.bgp_peers[0].aws_logical_device_id #=> String
2393
2425
  # resp.region #=> String
2394
2426
  # resp.aws_device_v2 #=> String
2427
+ # resp.aws_logical_device_id #=> String
2395
2428
  # resp.tags #=> Array
2396
2429
  # resp.tags[0].key #=> String
2397
2430
  # resp.tags[0].value #=> String
@@ -2492,8 +2525,10 @@ module Aws::DirectConnect
2492
2525
  # resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
2493
2526
  # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
2494
2527
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
2528
+ # resp.virtual_interface.bgp_peers[0].aws_logical_device_id #=> String
2495
2529
  # resp.virtual_interface.region #=> String
2496
2530
  # resp.virtual_interface.aws_device_v2 #=> String
2531
+ # resp.virtual_interface.aws_logical_device_id #=> String
2497
2532
  # resp.virtual_interface.tags #=> Array
2498
2533
  # resp.virtual_interface.tags[0].key #=> String
2499
2534
  # resp.virtual_interface.tags[0].value #=> String
@@ -2571,8 +2606,10 @@ module Aws::DirectConnect
2571
2606
  # resp.virtual_interface.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
2572
2607
  # resp.virtual_interface.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
2573
2608
  # resp.virtual_interface.bgp_peers[0].aws_device_v2 #=> String
2609
+ # resp.virtual_interface.bgp_peers[0].aws_logical_device_id #=> String
2574
2610
  # resp.virtual_interface.region #=> String
2575
2611
  # resp.virtual_interface.aws_device_v2 #=> String
2612
+ # resp.virtual_interface.aws_logical_device_id #=> String
2576
2613
  # resp.virtual_interface.tags #=> Array
2577
2614
  # resp.virtual_interface.tags[0].key #=> String
2578
2615
  # resp.virtual_interface.tags[0].value #=> String
@@ -2588,10 +2625,10 @@ module Aws::DirectConnect
2588
2625
 
2589
2626
  # Deletes the specified connection.
2590
2627
  #
2591
- # Deleting a connection only stops the AWS Direct Connect port hour and
2592
- # data transfer charges. If you are partnering with any third parties to
2593
- # connect with the AWS Direct Connect location, you must cancel your
2594
- # service with them separately.
2628
+ # Deleting a connection only stops the Direct Connect port hour and data
2629
+ # transfer charges. If you are partnering with any third parties to
2630
+ # connect with the Direct Connect location, you must cancel your service
2631
+ # with them separately.
2595
2632
  #
2596
2633
  # @option params [required, String] :connection_id
2597
2634
  # The ID of the connection.
@@ -2612,6 +2649,7 @@ module Aws::DirectConnect
2612
2649
  # * {Types::Connection#aws_device #aws_device} => String
2613
2650
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
2614
2651
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
2652
+ # * {Types::Connection#aws_logical_device_id #aws_logical_device_id} => String
2615
2653
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
2616
2654
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
2617
2655
  # * {Types::Connection#provider_name #provider_name} => String
@@ -2642,6 +2680,7 @@ module Aws::DirectConnect
2642
2680
  # resp.aws_device #=> String
2643
2681
  # resp.jumbo_frame_capable #=> Boolean
2644
2682
  # resp.aws_device_v2 #=> String
2683
+ # resp.aws_logical_device_id #=> String
2645
2684
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
2646
2685
  # resp.tags #=> Array
2647
2686
  # resp.tags[0].key #=> String
@@ -2798,7 +2837,7 @@ module Aws::DirectConnect
2798
2837
 
2799
2838
  # Deletes the specified interconnect.
2800
2839
  #
2801
- # <note markdown="1"> Intended for use by AWS Direct Connect Partners only.
2840
+ # <note markdown="1"> Intended for use by Direct Connect Partners only.
2802
2841
  #
2803
2842
  # </note>
2804
2843
  #
@@ -2847,6 +2886,7 @@ module Aws::DirectConnect
2847
2886
  # * {Types::Lag#minimum_links #minimum_links} => Integer
2848
2887
  # * {Types::Lag#aws_device #aws_device} => String
2849
2888
  # * {Types::Lag#aws_device_v2 #aws_device_v2} => String
2889
+ # * {Types::Lag#aws_logical_device_id #aws_logical_device_id} => String
2850
2890
  # * {Types::Lag#connections #connections} => Array&lt;Types::Connection&gt;
2851
2891
  # * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
2852
2892
  # * {Types::Lag#jumbo_frame_capable #jumbo_frame_capable} => Boolean
@@ -2876,6 +2916,7 @@ module Aws::DirectConnect
2876
2916
  # resp.minimum_links #=> Integer
2877
2917
  # resp.aws_device #=> String
2878
2918
  # resp.aws_device_v2 #=> String
2919
+ # resp.aws_logical_device_id #=> String
2879
2920
  # resp.connections #=> Array
2880
2921
  # resp.connections[0].owner_account #=> String
2881
2922
  # resp.connections[0].connection_id #=> String
@@ -2891,6 +2932,7 @@ module Aws::DirectConnect
2891
2932
  # resp.connections[0].aws_device #=> String
2892
2933
  # resp.connections[0].jumbo_frame_capable #=> Boolean
2893
2934
  # resp.connections[0].aws_device_v2 #=> String
2935
+ # resp.connections[0].aws_logical_device_id #=> String
2894
2936
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
2895
2937
  # resp.connections[0].tags #=> Array
2896
2938
  # resp.connections[0].tags[0].key #=> String
@@ -2962,9 +3004,10 @@ module Aws::DirectConnect
2962
3004
  #
2963
3005
  # The Letter of Authorization - Connecting Facility Assignment (LOA-CFA)
2964
3006
  # is a document that your APN partner or service provider uses when
2965
- # establishing your cross connect to AWS at the colocation facility. For
2966
- # more information, see [Requesting Cross Connects at AWS Direct Connect
2967
- # Locations][1] in the *AWS Direct Connect User Guide*.
3007
+ # establishing your cross connect to Amazon Web Services at the
3008
+ # colocation facility. For more information, see [Requesting Cross
3009
+ # Connects at Direct Connect Locations][1] in the *Direct Connect User
3010
+ # Guide*.
2968
3011
  #
2969
3012
  #
2970
3013
  #
@@ -3041,6 +3084,7 @@ module Aws::DirectConnect
3041
3084
  # resp.connections[0].aws_device #=> String
3042
3085
  # resp.connections[0].jumbo_frame_capable #=> Boolean
3043
3086
  # resp.connections[0].aws_device_v2 #=> String
3087
+ # resp.connections[0].aws_logical_device_id #=> String
3044
3088
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3045
3089
  # resp.connections[0].tags #=> Array
3046
3090
  # resp.connections[0].tags[0].key #=> String
@@ -3069,7 +3113,7 @@ module Aws::DirectConnect
3069
3113
  # Lists the connections that have been provisioned on the specified
3070
3114
  # interconnect.
3071
3115
  #
3072
- # <note markdown="1"> Intended for use by AWS Direct Connect Partners only.
3116
+ # <note markdown="1"> Intended for use by Direct Connect Partners only.
3073
3117
  #
3074
3118
  # </note>
3075
3119
  #
@@ -3103,6 +3147,7 @@ module Aws::DirectConnect
3103
3147
  # resp.connections[0].aws_device #=> String
3104
3148
  # resp.connections[0].jumbo_frame_capable #=> Boolean
3105
3149
  # resp.connections[0].aws_device_v2 #=> String
3150
+ # resp.connections[0].aws_logical_device_id #=> String
3106
3151
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3107
3152
  # resp.connections[0].tags #=> Array
3108
3153
  # resp.connections[0].tags[0].key #=> String
@@ -3399,7 +3444,7 @@ module Aws::DirectConnect
3399
3444
  # Lists the hosted connections that have been provisioned on the
3400
3445
  # specified interconnect or link aggregation group (LAG).
3401
3446
  #
3402
- # <note markdown="1"> Intended for use by AWS Direct Connect Partners only.
3447
+ # <note markdown="1"> Intended for use by Direct Connect Partners only.
3403
3448
  #
3404
3449
  # </note>
3405
3450
  #
@@ -3433,6 +3478,7 @@ module Aws::DirectConnect
3433
3478
  # resp.connections[0].aws_device #=> String
3434
3479
  # resp.connections[0].jumbo_frame_capable #=> Boolean
3435
3480
  # resp.connections[0].aws_device_v2 #=> String
3481
+ # resp.connections[0].aws_logical_device_id #=> String
3436
3482
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3437
3483
  # resp.connections[0].tags #=> Array
3438
3484
  # resp.connections[0].tags[0].key #=> String
@@ -3461,10 +3507,10 @@ module Aws::DirectConnect
3461
3507
  # Gets the LOA-CFA for the specified interconnect.
3462
3508
  #
3463
3509
  # The Letter of Authorization - Connecting Facility Assignment (LOA-CFA)
3464
- # is a document that is used when establishing your cross connect to AWS
3465
- # at the colocation facility. For more information, see [Requesting
3466
- # Cross Connects at AWS Direct Connect Locations][1] in the *AWS Direct
3467
- # Connect User Guide*.
3510
+ # is a document that is used when establishing your cross connect to
3511
+ # Amazon Web Services at the colocation facility. For more information,
3512
+ # see [Requesting Cross Connects at Direct Connect Locations][1] in the
3513
+ # *Direct Connect User Guide*.
3468
3514
  #
3469
3515
  #
3470
3516
  #
@@ -3509,7 +3555,7 @@ module Aws::DirectConnect
3509
3555
  req.send_request(options)
3510
3556
  end
3511
3557
 
3512
- # Lists the interconnects owned by the AWS account or only the specified
3558
+ # Lists the interconnects owned by the account or only the specified
3513
3559
  # interconnect.
3514
3560
  #
3515
3561
  # @option params [String] :interconnect_id
@@ -3539,6 +3585,7 @@ module Aws::DirectConnect
3539
3585
  # resp.interconnects[0].aws_device #=> String
3540
3586
  # resp.interconnects[0].jumbo_frame_capable #=> Boolean
3541
3587
  # resp.interconnects[0].aws_device_v2 #=> String
3588
+ # resp.interconnects[0].aws_logical_device_id #=> String
3542
3589
  # resp.interconnects[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3543
3590
  # resp.interconnects[0].tags #=> Array
3544
3591
  # resp.interconnects[0].tags[0].key #=> String
@@ -3583,6 +3630,7 @@ module Aws::DirectConnect
3583
3630
  # resp.lags[0].minimum_links #=> Integer
3584
3631
  # resp.lags[0].aws_device #=> String
3585
3632
  # resp.lags[0].aws_device_v2 #=> String
3633
+ # resp.lags[0].aws_logical_device_id #=> String
3586
3634
  # resp.lags[0].connections #=> Array
3587
3635
  # resp.lags[0].connections[0].owner_account #=> String
3588
3636
  # resp.lags[0].connections[0].connection_id #=> String
@@ -3598,6 +3646,7 @@ module Aws::DirectConnect
3598
3646
  # resp.lags[0].connections[0].aws_device #=> String
3599
3647
  # resp.lags[0].connections[0].jumbo_frame_capable #=> Boolean
3600
3648
  # resp.lags[0].connections[0].aws_device_v2 #=> String
3649
+ # resp.lags[0].connections[0].aws_logical_device_id #=> String
3601
3650
  # resp.lags[0].connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3602
3651
  # resp.lags[0].connections[0].tags #=> Array
3603
3652
  # resp.lags[0].connections[0].tags[0].key #=> String
@@ -3639,10 +3688,10 @@ module Aws::DirectConnect
3639
3688
  # group (LAG).
3640
3689
  #
3641
3690
  # The Letter of Authorization - Connecting Facility Assignment (LOA-CFA)
3642
- # is a document that is used when establishing your cross connect to AWS
3643
- # at the colocation facility. For more information, see [Requesting
3644
- # Cross Connects at AWS Direct Connect Locations][1] in the *AWS Direct
3645
- # Connect User Guide*.
3691
+ # is a document that is used when establishing your cross connect to
3692
+ # Amazon Web Services at the colocation facility. For more information,
3693
+ # see [Requesting Cross Connects at Direct Connect Locations][1] in the
3694
+ # *Direct Connect User Guide*.
3646
3695
  #
3647
3696
  #
3648
3697
  #
@@ -3688,9 +3737,9 @@ module Aws::DirectConnect
3688
3737
  req.send_request(options)
3689
3738
  end
3690
3739
 
3691
- # Lists the AWS Direct Connect locations in the current AWS Region.
3692
- # These are the locations that can be selected when calling
3693
- # CreateConnection or CreateInterconnect.
3740
+ # Lists the Direct Connect locations in the current Region. These are
3741
+ # the locations that can be selected when calling CreateConnection or
3742
+ # CreateInterconnect.
3694
3743
  #
3695
3744
  # @return [Types::Locations] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3696
3745
  #
@@ -3718,7 +3767,7 @@ module Aws::DirectConnect
3718
3767
  req.send_request(options)
3719
3768
  end
3720
3769
 
3721
- # Describes the tags associated with the specified AWS Direct Connect
3770
+ # Describes the tags associated with the specified Direct Connect
3722
3771
  # resources.
3723
3772
  #
3724
3773
  # @option params [required, Array<String>] :resource_arns
@@ -3751,10 +3800,10 @@ module Aws::DirectConnect
3751
3800
  req.send_request(options)
3752
3801
  end
3753
3802
 
3754
- # Lists the virtual private gateways owned by the AWS account.
3803
+ # Lists the virtual private gateways owned by the account.
3755
3804
  #
3756
- # You can create one or more AWS Direct Connect private virtual
3757
- # interfaces linked to a virtual private gateway.
3805
+ # You can create one or more Direct Connect private virtual interfaces
3806
+ # linked to a virtual private gateway.
3758
3807
  #
3759
3808
  # @return [Types::VirtualGateways] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3760
3809
  #
@@ -3775,14 +3824,14 @@ module Aws::DirectConnect
3775
3824
  req.send_request(options)
3776
3825
  end
3777
3826
 
3778
- # Displays all virtual interfaces for an AWS account. Virtual interfaces
3827
+ # Displays all virtual interfaces for an account. Virtual interfaces
3779
3828
  # deleted fewer than 15 minutes before you make the request are also
3780
3829
  # returned. If you specify a connection ID, only the virtual interfaces
3781
3830
  # associated with the connection are returned. If you specify a virtual
3782
3831
  # interface ID, then only a single virtual interface is returned.
3783
3832
  #
3784
- # A virtual interface (VLAN) transmits the traffic between the AWS
3785
- # Direct Connect location and the customer network.
3833
+ # A virtual interface (VLAN) transmits the traffic between the Direct
3834
+ # Connect location and the customer network.
3786
3835
  #
3787
3836
  # @option params [String] :connection_id
3788
3837
  # The ID of the connection.
@@ -3835,8 +3884,10 @@ module Aws::DirectConnect
3835
3884
  # resp.virtual_interfaces[0].bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
3836
3885
  # resp.virtual_interfaces[0].bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
3837
3886
  # resp.virtual_interfaces[0].bgp_peers[0].aws_device_v2 #=> String
3887
+ # resp.virtual_interfaces[0].bgp_peers[0].aws_logical_device_id #=> String
3838
3888
  # resp.virtual_interfaces[0].region #=> String
3839
3889
  # resp.virtual_interfaces[0].aws_device_v2 #=> String
3890
+ # resp.virtual_interfaces[0].aws_logical_device_id #=> String
3840
3891
  # resp.virtual_interfaces[0].tags #=> Array
3841
3892
  # resp.virtual_interfaces[0].tags[0].key #=> String
3842
3893
  # resp.virtual_interfaces[0].tags[0].value #=> String
@@ -3855,7 +3906,7 @@ module Aws::DirectConnect
3855
3906
  # connection (the connection is not deleted; to delete the connection,
3856
3907
  # use the DeleteConnection request). If the LAG has associated virtual
3857
3908
  # interfaces or hosted connections, they remain associated with the LAG.
3858
- # A disassociated connection owned by an AWS Direct Connect Partner is
3909
+ # A disassociated connection owned by an Direct Connect Partner is
3859
3910
  # automatically converted to an interconnect.
3860
3911
  #
3861
3912
  # If disassociating the connection would cause the LAG to fall below its
@@ -3886,6 +3937,7 @@ module Aws::DirectConnect
3886
3937
  # * {Types::Connection#aws_device #aws_device} => String
3887
3938
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
3888
3939
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
3940
+ # * {Types::Connection#aws_logical_device_id #aws_logical_device_id} => String
3889
3941
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
3890
3942
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
3891
3943
  # * {Types::Connection#provider_name #provider_name} => String
@@ -3917,6 +3969,7 @@ module Aws::DirectConnect
3917
3969
  # resp.aws_device #=> String
3918
3970
  # resp.jumbo_frame_capable #=> Boolean
3919
3971
  # resp.aws_device_v2 #=> String
3972
+ # resp.aws_logical_device_id #=> String
3920
3973
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
3921
3974
  # resp.tags #=> Array
3922
3975
  # resp.tags[0].key #=> String
@@ -3941,7 +3994,7 @@ module Aws::DirectConnect
3941
3994
  end
3942
3995
 
3943
3996
  # Removes the association between a MAC Security (MACsec) security key
3944
- # and an AWS Direct Connect dedicated connection.
3997
+ # and an Direct Connect dedicated connection.
3945
3998
  #
3946
3999
  # @option params [required, String] :connection_id
3947
4000
  # The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG
@@ -4154,8 +4207,8 @@ module Aws::DirectConnect
4154
4207
  req.send_request(options)
4155
4208
  end
4156
4209
 
4157
- # Adds the specified tags to the specified AWS Direct Connect resource.
4158
- # Each resource can have a maximum of 50 tags.
4210
+ # Adds the specified tags to the specified Direct Connect resource. Each
4211
+ # resource can have a maximum of 50 tags.
4159
4212
  #
4160
4213
  # Each tag consists of a key and an optional value. If a tag with the
4161
4214
  # same key is already associated with the resource, this action updates
@@ -4190,8 +4243,7 @@ module Aws::DirectConnect
4190
4243
  req.send_request(options)
4191
4244
  end
4192
4245
 
4193
- # Removes one or more tags from the specified AWS Direct Connect
4194
- # resource.
4246
+ # Removes one or more tags from the specified Direct Connect resource.
4195
4247
  #
4196
4248
  # @option params [required, String] :resource_arn
4197
4249
  # The Amazon Resource Name (ARN) of the resource.
@@ -4217,7 +4269,7 @@ module Aws::DirectConnect
4217
4269
  req.send_request(options)
4218
4270
  end
4219
4271
 
4220
- # Updates the AWS Direct Connect dedicated connection configuration.
4272
+ # Updates the Direct Connect dedicated connection configuration.
4221
4273
  #
4222
4274
  # You can update the following parameters for a connection:
4223
4275
  #
@@ -4255,6 +4307,7 @@ module Aws::DirectConnect
4255
4307
  # * {Types::Connection#aws_device #aws_device} => String
4256
4308
  # * {Types::Connection#jumbo_frame_capable #jumbo_frame_capable} => Boolean
4257
4309
  # * {Types::Connection#aws_device_v2 #aws_device_v2} => String
4310
+ # * {Types::Connection#aws_logical_device_id #aws_logical_device_id} => String
4258
4311
  # * {Types::Connection#has_logical_redundancy #has_logical_redundancy} => String
4259
4312
  # * {Types::Connection#tags #tags} => Array&lt;Types::Tag&gt;
4260
4313
  # * {Types::Connection#provider_name #provider_name} => String
@@ -4287,6 +4340,7 @@ module Aws::DirectConnect
4287
4340
  # resp.aws_device #=> String
4288
4341
  # resp.jumbo_frame_capable #=> Boolean
4289
4342
  # resp.aws_device_v2 #=> String
4343
+ # resp.aws_logical_device_id #=> String
4290
4344
  # resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
4291
4345
  # resp.tags #=> Array
4292
4346
  # resp.tags[0].key #=> String
@@ -4382,7 +4436,8 @@ module Aws::DirectConnect
4382
4436
  #
4383
4437
  # * The LAG's MACsec encryption mode.
4384
4438
  #
4385
- # AWS assigns this value to each connection which is part of the LAG.
4439
+ # Amazon Web Services assigns this value to each connection which is
4440
+ # part of the LAG.
4386
4441
  #
4387
4442
  # * The tags
4388
4443
  #
@@ -4405,7 +4460,8 @@ module Aws::DirectConnect
4405
4460
  # @option params [String] :encryption_mode
4406
4461
  # The LAG MAC Security (MACsec) encryption mode.
4407
4462
  #
4408
- # AWS applies the value to all connections which are part of the LAG.
4463
+ # Amazon Web Services applies the value to all connections which are
4464
+ # part of the LAG.
4409
4465
  #
4410
4466
  # @return [Types::Lag] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4411
4467
  #
@@ -4420,6 +4476,7 @@ module Aws::DirectConnect
4420
4476
  # * {Types::Lag#minimum_links #minimum_links} => Integer
4421
4477
  # * {Types::Lag#aws_device #aws_device} => String
4422
4478
  # * {Types::Lag#aws_device_v2 #aws_device_v2} => String
4479
+ # * {Types::Lag#aws_logical_device_id #aws_logical_device_id} => String
4423
4480
  # * {Types::Lag#connections #connections} => Array&lt;Types::Connection&gt;
4424
4481
  # * {Types::Lag#allows_hosted_connections #allows_hosted_connections} => Boolean
4425
4482
  # * {Types::Lag#jumbo_frame_capable #jumbo_frame_capable} => Boolean
@@ -4452,6 +4509,7 @@ module Aws::DirectConnect
4452
4509
  # resp.minimum_links #=> Integer
4453
4510
  # resp.aws_device #=> String
4454
4511
  # resp.aws_device_v2 #=> String
4512
+ # resp.aws_logical_device_id #=> String
4455
4513
  # resp.connections #=> Array
4456
4514
  # resp.connections[0].owner_account #=> String
4457
4515
  # resp.connections[0].connection_id #=> String
@@ -4467,6 +4525,7 @@ module Aws::DirectConnect
4467
4525
  # resp.connections[0].aws_device #=> String
4468
4526
  # resp.connections[0].jumbo_frame_capable #=> Boolean
4469
4527
  # resp.connections[0].aws_device_v2 #=> String
4528
+ # resp.connections[0].aws_logical_device_id #=> String
4470
4529
  # resp.connections[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
4471
4530
  # resp.connections[0].tags #=> Array
4472
4531
  # resp.connections[0].tags[0].key #=> String
@@ -4548,6 +4607,7 @@ module Aws::DirectConnect
4548
4607
  # * {Types::VirtualInterface#bgp_peers #bgp_peers} => Array&lt;Types::BGPPeer&gt;
4549
4608
  # * {Types::VirtualInterface#region #region} => String
4550
4609
  # * {Types::VirtualInterface#aws_device_v2 #aws_device_v2} => String
4610
+ # * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
4551
4611
  # * {Types::VirtualInterface#tags #tags} => Array&lt;Types::Tag&gt;
4552
4612
  #
4553
4613
  # @example Request syntax with placeholder values
@@ -4590,8 +4650,10 @@ module Aws::DirectConnect
4590
4650
  # resp.bgp_peers[0].bgp_peer_state #=> String, one of "verifying", "pending", "available", "deleting", "deleted"
4591
4651
  # resp.bgp_peers[0].bgp_status #=> String, one of "up", "down", "unknown"
4592
4652
  # resp.bgp_peers[0].aws_device_v2 #=> String
4653
+ # resp.bgp_peers[0].aws_logical_device_id #=> String
4593
4654
  # resp.region #=> String
4594
4655
  # resp.aws_device_v2 #=> String
4656
+ # resp.aws_logical_device_id #=> String
4595
4657
  # resp.tags #=> Array
4596
4658
  # resp.tags[0].key #=> String
4597
4659
  # resp.tags[0].value #=> String
@@ -4618,7 +4680,7 @@ module Aws::DirectConnect
4618
4680
  params: params,
4619
4681
  config: config)
4620
4682
  context[:gem_name] = 'aws-sdk-directconnect'
4621
- context[:gem_version] = '1.41.0'
4683
+ context[:gem_version] = '1.42.0'
4622
4684
  Seahorse::Client::Request.new(handlers, context)
4623
4685
  end
4624
4686