aws-sdk-directconnect 1.41.0 → 1.45.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 +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directconnect.rb +1 -1
- data/lib/aws-sdk-directconnect/client.rb +204 -142
- data/lib/aws-sdk-directconnect/client_api.rb +6 -0
- data/lib/aws-sdk-directconnect/types.rb +88 -56
- metadata +5 -6
|
@@ -35,6 +35,7 @@ module Aws::DirectConnect
|
|
|
35
35
|
AvailablePortSpeeds = Shapes::ListShape.new(name: 'AvailablePortSpeeds')
|
|
36
36
|
AwsDevice = Shapes::StringShape.new(name: 'AwsDevice')
|
|
37
37
|
AwsDeviceV2 = Shapes::StringShape.new(name: 'AwsDeviceV2')
|
|
38
|
+
AwsLogicalDeviceId = Shapes::StringShape.new(name: 'AwsLogicalDeviceId')
|
|
38
39
|
BGPAuthKey = Shapes::StringShape.new(name: 'BGPAuthKey')
|
|
39
40
|
BGPPeer = Shapes::StructureShape.new(name: 'BGPPeer')
|
|
40
41
|
BGPPeerId = Shapes::StringShape.new(name: 'BGPPeerId')
|
|
@@ -324,6 +325,7 @@ module Aws::DirectConnect
|
|
|
324
325
|
BGPPeer.add_member(:bgp_peer_state, Shapes::ShapeRef.new(shape: BGPPeerState, location_name: "bgpPeerState"))
|
|
325
326
|
BGPPeer.add_member(:bgp_status, Shapes::ShapeRef.new(shape: BGPStatus, location_name: "bgpStatus"))
|
|
326
327
|
BGPPeer.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
|
328
|
+
BGPPeer.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
|
|
327
329
|
BGPPeer.struct_class = Types::BGPPeer
|
|
328
330
|
|
|
329
331
|
BGPPeerIdList.member = Shapes::ShapeRef.new(shape: BGPPeerId)
|
|
@@ -371,6 +373,7 @@ module Aws::DirectConnect
|
|
|
371
373
|
Connection.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
|
|
372
374
|
Connection.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
|
373
375
|
Connection.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
|
376
|
+
Connection.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
|
|
374
377
|
Connection.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
|
|
375
378
|
Connection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
376
379
|
Connection.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
|
|
@@ -673,6 +676,7 @@ module Aws::DirectConnect
|
|
|
673
676
|
Interconnect.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
|
|
674
677
|
Interconnect.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
|
675
678
|
Interconnect.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
|
679
|
+
Interconnect.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
|
|
676
680
|
Interconnect.add_member(:has_logical_redundancy, Shapes::ShapeRef.new(shape: HasLogicalRedundancy, location_name: "hasLogicalRedundancy"))
|
|
677
681
|
Interconnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
678
682
|
Interconnect.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "providerName"))
|
|
@@ -694,6 +698,7 @@ module Aws::DirectConnect
|
|
|
694
698
|
Lag.add_member(:minimum_links, Shapes::ShapeRef.new(shape: Count, location_name: "minimumLinks"))
|
|
695
699
|
Lag.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
|
|
696
700
|
Lag.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
|
701
|
+
Lag.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
|
|
697
702
|
Lag.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "connections"))
|
|
698
703
|
Lag.add_member(:allows_hosted_connections, Shapes::ShapeRef.new(shape: BooleanFlag, location_name: "allowsHostedConnections"))
|
|
699
704
|
Lag.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
|
@@ -929,6 +934,7 @@ module Aws::DirectConnect
|
|
|
929
934
|
VirtualInterface.add_member(:bgp_peers, Shapes::ShapeRef.new(shape: BGPPeerList, location_name: "bgpPeers"))
|
|
930
935
|
VirtualInterface.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
|
|
931
936
|
VirtualInterface.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
|
937
|
+
VirtualInterface.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
|
|
932
938
|
VirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
933
939
|
VirtualInterface.struct_class = Types::VirtualInterface
|
|
934
940
|
|
|
@@ -33,7 +33,7 @@ module Aws::DirectConnect
|
|
|
33
33
|
# @return [String]
|
|
34
34
|
#
|
|
35
35
|
# @!attribute [rw] associated_gateway_owner_account
|
|
36
|
-
# The ID of the
|
|
36
|
+
# The ID of the account that owns the virtual private gateway or
|
|
37
37
|
# transit gateway.
|
|
38
38
|
# @return [String]
|
|
39
39
|
#
|
|
@@ -42,7 +42,7 @@ module Aws::DirectConnect
|
|
|
42
42
|
# gateway.
|
|
43
43
|
#
|
|
44
44
|
# For information about how to set the prefixes, see [Allowed
|
|
45
|
-
# Prefixes][1] in the *
|
|
45
|
+
# Prefixes][1] in the *Direct Connect User Guide*.
|
|
46
46
|
#
|
|
47
47
|
#
|
|
48
48
|
#
|
|
@@ -87,8 +87,8 @@ module Aws::DirectConnect
|
|
|
87
87
|
# @!attribute [rw] bandwidth
|
|
88
88
|
# The bandwidth of the connection. The possible values are 50Mbps,
|
|
89
89
|
# 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
|
|
90
|
-
# and 10Gbps. Note that only those
|
|
91
|
-
#
|
|
90
|
+
# and 10Gbps. Note that only those Direct Connect Partners who have
|
|
91
|
+
# met specific requirements are allowed to create a 1Gbps, 2Gbps,
|
|
92
92
|
# 5Gbps or 10Gbps hosted connection.
|
|
93
93
|
# @return [String]
|
|
94
94
|
#
|
|
@@ -97,8 +97,8 @@ module Aws::DirectConnect
|
|
|
97
97
|
# @return [String]
|
|
98
98
|
#
|
|
99
99
|
# @!attribute [rw] owner_account
|
|
100
|
-
# The ID of the
|
|
101
|
-
#
|
|
100
|
+
# The ID of the account of the customer for whom the connection will
|
|
101
|
+
# be provisioned.
|
|
102
102
|
# @return [String]
|
|
103
103
|
#
|
|
104
104
|
# @!attribute [rw] interconnect_id
|
|
@@ -144,14 +144,14 @@ module Aws::DirectConnect
|
|
|
144
144
|
# @return [String]
|
|
145
145
|
#
|
|
146
146
|
# @!attribute [rw] owner_account
|
|
147
|
-
# The ID of the
|
|
147
|
+
# The ID of the account ID of the customer for the connection.
|
|
148
148
|
# @return [String]
|
|
149
149
|
#
|
|
150
150
|
# @!attribute [rw] bandwidth
|
|
151
151
|
# The bandwidth of the connection. The possible values are 50Mbps,
|
|
152
152
|
# 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
|
|
153
|
-
# and 10Gbps. Note that only those
|
|
154
|
-
#
|
|
153
|
+
# and 10Gbps. Note that only those Direct Connect Partners who have
|
|
154
|
+
# met specific requirements are allowed to create a 1Gbps, 2Gbps,
|
|
155
155
|
# 5Gbps or 10Gbps hosted connection.
|
|
156
156
|
# @return [String]
|
|
157
157
|
#
|
|
@@ -210,7 +210,7 @@ module Aws::DirectConnect
|
|
|
210
210
|
# @return [String]
|
|
211
211
|
#
|
|
212
212
|
# @!attribute [rw] owner_account
|
|
213
|
-
# The ID of the
|
|
213
|
+
# The ID of the account that owns the virtual private interface.
|
|
214
214
|
# @return [String]
|
|
215
215
|
#
|
|
216
216
|
# @!attribute [rw] new_private_virtual_interface_allocation
|
|
@@ -261,7 +261,7 @@ module Aws::DirectConnect
|
|
|
261
261
|
# @return [String]
|
|
262
262
|
#
|
|
263
263
|
# @!attribute [rw] owner_account
|
|
264
|
-
# The ID of the
|
|
264
|
+
# The ID of the account that owns the public virtual interface.
|
|
265
265
|
# @return [String]
|
|
266
266
|
#
|
|
267
267
|
# @!attribute [rw] new_public_virtual_interface_allocation
|
|
@@ -308,7 +308,7 @@ module Aws::DirectConnect
|
|
|
308
308
|
# @return [String]
|
|
309
309
|
#
|
|
310
310
|
# @!attribute [rw] owner_account
|
|
311
|
-
# The ID of the
|
|
311
|
+
# The ID of the account that owns the transit virtual interface.
|
|
312
312
|
# @return [String]
|
|
313
313
|
#
|
|
314
314
|
# @!attribute [rw] new_transit_virtual_interface_allocation
|
|
@@ -506,7 +506,7 @@ module Aws::DirectConnect
|
|
|
506
506
|
# @return [String]
|
|
507
507
|
#
|
|
508
508
|
# @!attribute [rw] owner_account
|
|
509
|
-
# The ID of the
|
|
509
|
+
# The ID of the account that owns the associated virtual private
|
|
510
510
|
# gateway or transit gateway.
|
|
511
511
|
# @return [String]
|
|
512
512
|
#
|
|
@@ -584,7 +584,13 @@ module Aws::DirectConnect
|
|
|
584
584
|
# @return [String]
|
|
585
585
|
#
|
|
586
586
|
# @!attribute [rw] aws_device_v2
|
|
587
|
-
# The Direct Connect endpoint
|
|
587
|
+
# The Direct Connect endpoint that terminates the BGP peer.
|
|
588
|
+
# @return [String]
|
|
589
|
+
#
|
|
590
|
+
# @!attribute [rw] aws_logical_device_id
|
|
591
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
592
|
+
# This device might be different than the device that terminates the
|
|
593
|
+
# physical connection.
|
|
588
594
|
# @return [String]
|
|
589
595
|
#
|
|
590
596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/BGPPeer AWS API Documentation
|
|
@@ -598,7 +604,8 @@ module Aws::DirectConnect
|
|
|
598
604
|
:customer_address,
|
|
599
605
|
:bgp_peer_state,
|
|
600
606
|
:bgp_status,
|
|
601
|
-
:aws_device_v2
|
|
607
|
+
:aws_device_v2,
|
|
608
|
+
:aws_logical_device_id)
|
|
602
609
|
SENSITIVE = []
|
|
603
610
|
include Aws::Structure
|
|
604
611
|
end
|
|
@@ -867,10 +874,10 @@ module Aws::DirectConnect
|
|
|
867
874
|
include Aws::Structure
|
|
868
875
|
end
|
|
869
876
|
|
|
870
|
-
# Information about an
|
|
877
|
+
# Information about an Direct Connect connection.
|
|
871
878
|
#
|
|
872
879
|
# @!attribute [rw] owner_account
|
|
873
|
-
# The ID of the
|
|
880
|
+
# The ID of the account that owns the connection.
|
|
874
881
|
# @return [String]
|
|
875
882
|
#
|
|
876
883
|
# @!attribute [rw] connection_id
|
|
@@ -912,7 +919,7 @@ module Aws::DirectConnect
|
|
|
912
919
|
# @return [String]
|
|
913
920
|
#
|
|
914
921
|
# @!attribute [rw] region
|
|
915
|
-
# The
|
|
922
|
+
# The Region where the connection is located.
|
|
916
923
|
# @return [String]
|
|
917
924
|
#
|
|
918
925
|
# @!attribute [rw] location
|
|
@@ -928,8 +935,8 @@ module Aws::DirectConnect
|
|
|
928
935
|
# @return [Integer]
|
|
929
936
|
#
|
|
930
937
|
# @!attribute [rw] partner_name
|
|
931
|
-
# The name of the
|
|
932
|
-
#
|
|
938
|
+
# The name of the Direct Connect service provider associated with the
|
|
939
|
+
# connection.
|
|
933
940
|
# @return [String]
|
|
934
941
|
#
|
|
935
942
|
# @!attribute [rw] loa_issue_time
|
|
@@ -950,8 +957,13 @@ module Aws::DirectConnect
|
|
|
950
957
|
# @return [Boolean]
|
|
951
958
|
#
|
|
952
959
|
# @!attribute [rw] aws_device_v2
|
|
953
|
-
# The Direct Connect endpoint
|
|
954
|
-
#
|
|
960
|
+
# The Direct Connect endpoint that terminates the physical connection.
|
|
961
|
+
# @return [String]
|
|
962
|
+
#
|
|
963
|
+
# @!attribute [rw] aws_logical_device_id
|
|
964
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
965
|
+
# This device might be different than the device that terminates the
|
|
966
|
+
# physical connection.
|
|
955
967
|
# @return [String]
|
|
956
968
|
#
|
|
957
969
|
# @!attribute [rw] has_logical_redundancy
|
|
@@ -1007,6 +1019,7 @@ module Aws::DirectConnect
|
|
|
1007
1019
|
:aws_device,
|
|
1008
1020
|
:jumbo_frame_capable,
|
|
1009
1021
|
:aws_device_v2,
|
|
1022
|
+
:aws_logical_device_id,
|
|
1010
1023
|
:has_logical_redundancy,
|
|
1011
1024
|
:tags,
|
|
1012
1025
|
:provider_name,
|
|
@@ -1122,7 +1135,7 @@ module Aws::DirectConnect
|
|
|
1122
1135
|
#
|
|
1123
1136
|
# MAC Security (MACsec) is only available on dedicated connections.
|
|
1124
1137
|
# For information about MAC Security (MACsec) prerequisties, see
|
|
1125
|
-
# [MACsec prerequisties][1] in the *
|
|
1138
|
+
# [MACsec prerequisties][1] in the *Direct Connect User Guide*.
|
|
1126
1139
|
#
|
|
1127
1140
|
#
|
|
1128
1141
|
#
|
|
@@ -1167,7 +1180,7 @@ module Aws::DirectConnect
|
|
|
1167
1180
|
# @return [String]
|
|
1168
1181
|
#
|
|
1169
1182
|
# @!attribute [rw] direct_connect_gateway_owner_account
|
|
1170
|
-
# The ID of the
|
|
1183
|
+
# The ID of the account that owns the Direct Connect gateway.
|
|
1171
1184
|
# @return [String]
|
|
1172
1185
|
#
|
|
1173
1186
|
# @!attribute [rw] gateway_id
|
|
@@ -1236,7 +1249,7 @@ module Aws::DirectConnect
|
|
|
1236
1249
|
# transit gateway.
|
|
1237
1250
|
#
|
|
1238
1251
|
# For information about how to set the prefixes, see [Allowed
|
|
1239
|
-
# Prefixes][1] in the *
|
|
1252
|
+
# Prefixes][1] in the *Direct Connect User Guide*.
|
|
1240
1253
|
#
|
|
1241
1254
|
#
|
|
1242
1255
|
#
|
|
@@ -1428,8 +1441,8 @@ module Aws::DirectConnect
|
|
|
1428
1441
|
#
|
|
1429
1442
|
# <note markdown="1"> All connections in the LAG must be capable of supporting MAC
|
|
1430
1443
|
# Security (MACsec). For information about MAC Security (MACsec)
|
|
1431
|
-
# prerequisties, see [MACsec prerequisties][1] in the *
|
|
1432
|
-
#
|
|
1444
|
+
# prerequisties, see [MACsec prerequisties][1] in the *Direct Connect
|
|
1445
|
+
# User Guide*.
|
|
1433
1446
|
#
|
|
1434
1447
|
# </note>
|
|
1435
1448
|
#
|
|
@@ -2461,7 +2474,7 @@ module Aws::DirectConnect
|
|
|
2461
2474
|
# @return [Integer]
|
|
2462
2475
|
#
|
|
2463
2476
|
# @!attribute [rw] owner_account
|
|
2464
|
-
# The ID of the
|
|
2477
|
+
# The ID of the account that owns the Direct Connect gateway.
|
|
2465
2478
|
# @return [String]
|
|
2466
2479
|
#
|
|
2467
2480
|
# @!attribute [rw] direct_connect_gateway_state
|
|
@@ -2505,7 +2518,7 @@ module Aws::DirectConnect
|
|
|
2505
2518
|
# @return [String]
|
|
2506
2519
|
#
|
|
2507
2520
|
# @!attribute [rw] direct_connect_gateway_owner_account
|
|
2508
|
-
# The ID of the
|
|
2521
|
+
# The ID of the account that owns the associated gateway.
|
|
2509
2522
|
# @return [String]
|
|
2510
2523
|
#
|
|
2511
2524
|
# @!attribute [rw] association_state
|
|
@@ -2549,11 +2562,11 @@ module Aws::DirectConnect
|
|
|
2549
2562
|
# @return [String]
|
|
2550
2563
|
#
|
|
2551
2564
|
# @!attribute [rw] virtual_gateway_region
|
|
2552
|
-
# The
|
|
2565
|
+
# The Region where the virtual private gateway is located.
|
|
2553
2566
|
# @return [String]
|
|
2554
2567
|
#
|
|
2555
2568
|
# @!attribute [rw] virtual_gateway_owner_account
|
|
2556
|
-
# The ID of the
|
|
2569
|
+
# The ID of the account that owns the virtual private gateway.
|
|
2557
2570
|
# @return [String]
|
|
2558
2571
|
#
|
|
2559
2572
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGatewayAssociation AWS API Documentation
|
|
@@ -2585,7 +2598,7 @@ module Aws::DirectConnect
|
|
|
2585
2598
|
# @return [String]
|
|
2586
2599
|
#
|
|
2587
2600
|
# @!attribute [rw] direct_connect_gateway_owner_account
|
|
2588
|
-
# The ID of the
|
|
2601
|
+
# The ID of the account that owns the Direct Connect gateway.
|
|
2589
2602
|
# @return [String]
|
|
2590
2603
|
#
|
|
2591
2604
|
# @!attribute [rw] proposal_state
|
|
@@ -2641,11 +2654,11 @@ module Aws::DirectConnect
|
|
|
2641
2654
|
# @return [String]
|
|
2642
2655
|
#
|
|
2643
2656
|
# @!attribute [rw] virtual_interface_region
|
|
2644
|
-
# The
|
|
2657
|
+
# The Region where the virtual interface is located.
|
|
2645
2658
|
# @return [String]
|
|
2646
2659
|
#
|
|
2647
2660
|
# @!attribute [rw] virtual_interface_owner_account
|
|
2648
|
-
# The ID of the
|
|
2661
|
+
# The ID of the account that owns the virtual interface.
|
|
2649
2662
|
# @return [String]
|
|
2650
2663
|
#
|
|
2651
2664
|
# @!attribute [rw] attachment_state
|
|
@@ -2817,7 +2830,7 @@ module Aws::DirectConnect
|
|
|
2817
2830
|
# @return [String]
|
|
2818
2831
|
#
|
|
2819
2832
|
# @!attribute [rw] region
|
|
2820
|
-
# The
|
|
2833
|
+
# The Region where the connection is located.
|
|
2821
2834
|
# @return [String]
|
|
2822
2835
|
#
|
|
2823
2836
|
# @!attribute [rw] location
|
|
@@ -2846,8 +2859,13 @@ module Aws::DirectConnect
|
|
|
2846
2859
|
# @return [Boolean]
|
|
2847
2860
|
#
|
|
2848
2861
|
# @!attribute [rw] aws_device_v2
|
|
2849
|
-
# The Direct Connect endpoint
|
|
2850
|
-
#
|
|
2862
|
+
# The Direct Connect endpoint that terminates the physical connection.
|
|
2863
|
+
# @return [String]
|
|
2864
|
+
#
|
|
2865
|
+
# @!attribute [rw] aws_logical_device_id
|
|
2866
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
2867
|
+
# This device might be different than the device that terminates the
|
|
2868
|
+
# physical connection.
|
|
2851
2869
|
# @return [String]
|
|
2852
2870
|
#
|
|
2853
2871
|
# @!attribute [rw] has_logical_redundancy
|
|
@@ -2877,6 +2895,7 @@ module Aws::DirectConnect
|
|
|
2877
2895
|
:aws_device,
|
|
2878
2896
|
:jumbo_frame_capable,
|
|
2879
2897
|
:aws_device_v2,
|
|
2898
|
+
:aws_logical_device_id,
|
|
2880
2899
|
:has_logical_redundancy,
|
|
2881
2900
|
:tags,
|
|
2882
2901
|
:provider_name)
|
|
@@ -2913,7 +2932,7 @@ module Aws::DirectConnect
|
|
|
2913
2932
|
# @return [String]
|
|
2914
2933
|
#
|
|
2915
2934
|
# @!attribute [rw] owner_account
|
|
2916
|
-
# The ID of the
|
|
2935
|
+
# The ID of the account that owns the LAG.
|
|
2917
2936
|
# @return [String]
|
|
2918
2937
|
#
|
|
2919
2938
|
# @!attribute [rw] lag_name
|
|
@@ -2946,7 +2965,7 @@ module Aws::DirectConnect
|
|
|
2946
2965
|
# @return [String]
|
|
2947
2966
|
#
|
|
2948
2967
|
# @!attribute [rw] region
|
|
2949
|
-
# The
|
|
2968
|
+
# The Region where the connection is located.
|
|
2950
2969
|
# @return [String]
|
|
2951
2970
|
#
|
|
2952
2971
|
# @!attribute [rw] minimum_links
|
|
@@ -2955,11 +2974,17 @@ module Aws::DirectConnect
|
|
|
2955
2974
|
# @return [Integer]
|
|
2956
2975
|
#
|
|
2957
2976
|
# @!attribute [rw] aws_device
|
|
2958
|
-
# The
|
|
2977
|
+
# The Direct Connect endpoint that hosts the LAG.
|
|
2959
2978
|
# @return [String]
|
|
2960
2979
|
#
|
|
2961
2980
|
# @!attribute [rw] aws_device_v2
|
|
2962
|
-
# The
|
|
2981
|
+
# The Direct Connect endpoint that hosts the LAG.
|
|
2982
|
+
# @return [String]
|
|
2983
|
+
#
|
|
2984
|
+
# @!attribute [rw] aws_logical_device_id
|
|
2985
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
2986
|
+
# This device might be different than the device that terminates the
|
|
2987
|
+
# physical connection.
|
|
2963
2988
|
# @return [String]
|
|
2964
2989
|
#
|
|
2965
2990
|
# @!attribute [rw] connections
|
|
@@ -3016,6 +3041,7 @@ module Aws::DirectConnect
|
|
|
3016
3041
|
:minimum_links,
|
|
3017
3042
|
:aws_device,
|
|
3018
3043
|
:aws_device_v2,
|
|
3044
|
+
:aws_logical_device_id,
|
|
3019
3045
|
:connections,
|
|
3020
3046
|
:allows_hosted_connections,
|
|
3021
3047
|
:jumbo_frame_capable,
|
|
@@ -3135,7 +3161,7 @@ module Aws::DirectConnect
|
|
|
3135
3161
|
include Aws::Structure
|
|
3136
3162
|
end
|
|
3137
3163
|
|
|
3138
|
-
# Information about an
|
|
3164
|
+
# Information about an Direct Connect location.
|
|
3139
3165
|
#
|
|
3140
3166
|
# @!attribute [rw] location_code
|
|
3141
3167
|
# The code for the location.
|
|
@@ -3147,7 +3173,7 @@ module Aws::DirectConnect
|
|
|
3147
3173
|
# @return [String]
|
|
3148
3174
|
#
|
|
3149
3175
|
# @!attribute [rw] region
|
|
3150
|
-
# The
|
|
3176
|
+
# The Region for the location.
|
|
3151
3177
|
# @return [String]
|
|
3152
3178
|
#
|
|
3153
3179
|
# @!attribute [rw] available_port_speeds
|
|
@@ -3519,8 +3545,8 @@ module Aws::DirectConnect
|
|
|
3519
3545
|
# @return [String]
|
|
3520
3546
|
#
|
|
3521
3547
|
# @!attribute [rw] route_filter_prefixes
|
|
3522
|
-
# The routes to be advertised to the
|
|
3523
|
-
# Applies to public virtual interfaces.
|
|
3548
|
+
# The routes to be advertised to the Amazon Web Services network in
|
|
3549
|
+
# this Region. Applies to public virtual interfaces.
|
|
3524
3550
|
# @return [Array<Types::RouteFilterPrefix>]
|
|
3525
3551
|
#
|
|
3526
3552
|
# @!attribute [rw] tags
|
|
@@ -3606,8 +3632,8 @@ module Aws::DirectConnect
|
|
|
3606
3632
|
# @return [String]
|
|
3607
3633
|
#
|
|
3608
3634
|
# @!attribute [rw] route_filter_prefixes
|
|
3609
|
-
# The routes to be advertised to the
|
|
3610
|
-
# Applies to public virtual interfaces.
|
|
3635
|
+
# The routes to be advertised to the Amazon Web Services network in
|
|
3636
|
+
# this Region. Applies to public virtual interfaces.
|
|
3611
3637
|
# @return [Array<Types::RouteFilterPrefix>]
|
|
3612
3638
|
#
|
|
3613
3639
|
# @!attribute [rw] tags
|
|
@@ -3801,8 +3827,7 @@ module Aws::DirectConnect
|
|
|
3801
3827
|
include Aws::Structure
|
|
3802
3828
|
end
|
|
3803
3829
|
|
|
3804
|
-
# Information about a tag associated with an
|
|
3805
|
-
# resource.
|
|
3830
|
+
# Information about a tag associated with an Direct Connect resource.
|
|
3806
3831
|
#
|
|
3807
3832
|
# @!attribute [rw] resource_arn
|
|
3808
3833
|
# The Amazon Resource Name (ARN) of the resource.
|
|
@@ -4134,7 +4159,8 @@ module Aws::DirectConnect
|
|
|
4134
4159
|
# @!attribute [rw] encryption_mode
|
|
4135
4160
|
# The LAG MAC Security (MACsec) encryption mode.
|
|
4136
4161
|
#
|
|
4137
|
-
#
|
|
4162
|
+
# Amazon Web Services applies the value to all connections which are
|
|
4163
|
+
# part of the LAG.
|
|
4138
4164
|
# @return [String]
|
|
4139
4165
|
#
|
|
4140
4166
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLagRequest AWS API Documentation
|
|
@@ -4221,7 +4247,7 @@ module Aws::DirectConnect
|
|
|
4221
4247
|
# Information about a virtual interface.
|
|
4222
4248
|
#
|
|
4223
4249
|
# @!attribute [rw] owner_account
|
|
4224
|
-
# The ID of the
|
|
4250
|
+
# The ID of the account that owns the virtual interface.
|
|
4225
4251
|
# @return [String]
|
|
4226
4252
|
#
|
|
4227
4253
|
# @!attribute [rw] virtual_interface_id
|
|
@@ -4340,8 +4366,8 @@ module Aws::DirectConnect
|
|
|
4340
4366
|
# @return [String]
|
|
4341
4367
|
#
|
|
4342
4368
|
# @!attribute [rw] route_filter_prefixes
|
|
4343
|
-
# The routes to be advertised to the
|
|
4344
|
-
# Applies to public virtual interfaces.
|
|
4369
|
+
# The routes to be advertised to the Amazon Web Services network in
|
|
4370
|
+
# this Region. Applies to public virtual interfaces.
|
|
4345
4371
|
# @return [Array<Types::RouteFilterPrefix>]
|
|
4346
4372
|
#
|
|
4347
4373
|
# @!attribute [rw] bgp_peers
|
|
@@ -4349,12 +4375,17 @@ module Aws::DirectConnect
|
|
|
4349
4375
|
# @return [Array<Types::BGPPeer>]
|
|
4350
4376
|
#
|
|
4351
4377
|
# @!attribute [rw] region
|
|
4352
|
-
# The
|
|
4378
|
+
# The Region where the virtual interface is located.
|
|
4353
4379
|
# @return [String]
|
|
4354
4380
|
#
|
|
4355
4381
|
# @!attribute [rw] aws_device_v2
|
|
4356
|
-
# The Direct Connect endpoint
|
|
4357
|
-
#
|
|
4382
|
+
# The Direct Connect endpoint that terminates the physical connection.
|
|
4383
|
+
# @return [String]
|
|
4384
|
+
#
|
|
4385
|
+
# @!attribute [rw] aws_logical_device_id
|
|
4386
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
4387
|
+
# This device might be different than the device that terminates the
|
|
4388
|
+
# physical connection.
|
|
4358
4389
|
# @return [String]
|
|
4359
4390
|
#
|
|
4360
4391
|
# @!attribute [rw] tags
|
|
@@ -4387,6 +4418,7 @@ module Aws::DirectConnect
|
|
|
4387
4418
|
:bgp_peers,
|
|
4388
4419
|
:region,
|
|
4389
4420
|
:aws_device_v2,
|
|
4421
|
+
:aws_logical_device_id,
|
|
4390
4422
|
:tags)
|
|
4391
4423
|
SENSITIVE = []
|
|
4392
4424
|
include Aws::Structure
|