aws-sdk-directconnect 1.54.0 → 1.56.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 +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-directconnect/client.rb +20 -3
- data/lib/aws-sdk-directconnect/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-directconnect/endpoint_provider.rb +51 -0
- data/lib/aws-sdk-directconnect/endpoints.rb +897 -0
- data/lib/aws-sdk-directconnect/plugins/endpoints.rb +194 -0
- data/lib/aws-sdk-directconnect/types.rb +0 -849
- data/lib/aws-sdk-directconnect.rb +5 -1
- metadata +8 -4
@@ -10,20 +10,6 @@
|
|
10
10
|
module Aws::DirectConnect
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# @note When making an API call, you may pass AcceptDirectConnectGatewayAssociationProposalRequest
|
14
|
-
# data as a hash:
|
15
|
-
#
|
16
|
-
# {
|
17
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId", # required
|
18
|
-
# proposal_id: "DirectConnectGatewayAssociationProposalId", # required
|
19
|
-
# associated_gateway_owner_account: "OwnerAccount", # required
|
20
|
-
# override_allowed_prefixes_to_direct_connect_gateway: [
|
21
|
-
# {
|
22
|
-
# cidr: "CIDR",
|
23
|
-
# },
|
24
|
-
# ],
|
25
|
-
# }
|
26
|
-
#
|
27
13
|
# @!attribute [rw] direct_connect_gateway_id
|
28
14
|
# The ID of the Direct Connect gateway.
|
29
15
|
# @return [String]
|
@@ -73,17 +59,6 @@ module Aws::DirectConnect
|
|
73
59
|
include Aws::Structure
|
74
60
|
end
|
75
61
|
|
76
|
-
# @note When making an API call, you may pass AllocateConnectionOnInterconnectRequest
|
77
|
-
# data as a hash:
|
78
|
-
#
|
79
|
-
# {
|
80
|
-
# bandwidth: "Bandwidth", # required
|
81
|
-
# connection_name: "ConnectionName", # required
|
82
|
-
# owner_account: "OwnerAccount", # required
|
83
|
-
# interconnect_id: "InterconnectId", # required
|
84
|
-
# vlan: 1, # required
|
85
|
-
# }
|
86
|
-
#
|
87
62
|
# @!attribute [rw] bandwidth
|
88
63
|
# The bandwidth of the connection. The possible values are 50Mbps,
|
89
64
|
# 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
|
@@ -122,23 +97,6 @@ module Aws::DirectConnect
|
|
122
97
|
include Aws::Structure
|
123
98
|
end
|
124
99
|
|
125
|
-
# @note When making an API call, you may pass AllocateHostedConnectionRequest
|
126
|
-
# data as a hash:
|
127
|
-
#
|
128
|
-
# {
|
129
|
-
# connection_id: "ConnectionId", # required
|
130
|
-
# owner_account: "OwnerAccount", # required
|
131
|
-
# bandwidth: "Bandwidth", # required
|
132
|
-
# connection_name: "ConnectionName", # required
|
133
|
-
# vlan: 1, # required
|
134
|
-
# tags: [
|
135
|
-
# {
|
136
|
-
# key: "TagKey", # required
|
137
|
-
# value: "TagValue",
|
138
|
-
# },
|
139
|
-
# ],
|
140
|
-
# }
|
141
|
-
#
|
142
100
|
# @!attribute [rw] connection_id
|
143
101
|
# The ID of the interconnect or LAG.
|
144
102
|
# @return [String]
|
@@ -181,30 +139,6 @@ module Aws::DirectConnect
|
|
181
139
|
include Aws::Structure
|
182
140
|
end
|
183
141
|
|
184
|
-
# @note When making an API call, you may pass AllocatePrivateVirtualInterfaceRequest
|
185
|
-
# data as a hash:
|
186
|
-
#
|
187
|
-
# {
|
188
|
-
# connection_id: "ConnectionId", # required
|
189
|
-
# owner_account: "OwnerAccount", # required
|
190
|
-
# new_private_virtual_interface_allocation: { # required
|
191
|
-
# virtual_interface_name: "VirtualInterfaceName", # required
|
192
|
-
# vlan: 1, # required
|
193
|
-
# asn: 1, # required
|
194
|
-
# mtu: 1,
|
195
|
-
# auth_key: "BGPAuthKey",
|
196
|
-
# amazon_address: "AmazonAddress",
|
197
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
198
|
-
# customer_address: "CustomerAddress",
|
199
|
-
# tags: [
|
200
|
-
# {
|
201
|
-
# key: "TagKey", # required
|
202
|
-
# value: "TagValue",
|
203
|
-
# },
|
204
|
-
# ],
|
205
|
-
# },
|
206
|
-
# }
|
207
|
-
#
|
208
142
|
# @!attribute [rw] connection_id
|
209
143
|
# The ID of the connection on which the private virtual interface is
|
210
144
|
# provisioned.
|
@@ -229,34 +163,6 @@ module Aws::DirectConnect
|
|
229
163
|
include Aws::Structure
|
230
164
|
end
|
231
165
|
|
232
|
-
# @note When making an API call, you may pass AllocatePublicVirtualInterfaceRequest
|
233
|
-
# data as a hash:
|
234
|
-
#
|
235
|
-
# {
|
236
|
-
# connection_id: "ConnectionId", # required
|
237
|
-
# owner_account: "OwnerAccount", # required
|
238
|
-
# new_public_virtual_interface_allocation: { # required
|
239
|
-
# virtual_interface_name: "VirtualInterfaceName", # required
|
240
|
-
# vlan: 1, # required
|
241
|
-
# asn: 1, # required
|
242
|
-
# auth_key: "BGPAuthKey",
|
243
|
-
# amazon_address: "AmazonAddress",
|
244
|
-
# customer_address: "CustomerAddress",
|
245
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
246
|
-
# route_filter_prefixes: [
|
247
|
-
# {
|
248
|
-
# cidr: "CIDR",
|
249
|
-
# },
|
250
|
-
# ],
|
251
|
-
# tags: [
|
252
|
-
# {
|
253
|
-
# key: "TagKey", # required
|
254
|
-
# value: "TagValue",
|
255
|
-
# },
|
256
|
-
# ],
|
257
|
-
# },
|
258
|
-
# }
|
259
|
-
#
|
260
166
|
# @!attribute [rw] connection_id
|
261
167
|
# The ID of the connection on which the public virtual interface is
|
262
168
|
# provisioned.
|
@@ -281,30 +187,6 @@ module Aws::DirectConnect
|
|
281
187
|
include Aws::Structure
|
282
188
|
end
|
283
189
|
|
284
|
-
# @note When making an API call, you may pass AllocateTransitVirtualInterfaceRequest
|
285
|
-
# data as a hash:
|
286
|
-
#
|
287
|
-
# {
|
288
|
-
# connection_id: "ConnectionId", # required
|
289
|
-
# owner_account: "OwnerAccount", # required
|
290
|
-
# new_transit_virtual_interface_allocation: { # required
|
291
|
-
# virtual_interface_name: "VirtualInterfaceName",
|
292
|
-
# vlan: 1,
|
293
|
-
# asn: 1,
|
294
|
-
# mtu: 1,
|
295
|
-
# auth_key: "BGPAuthKey",
|
296
|
-
# amazon_address: "AmazonAddress",
|
297
|
-
# customer_address: "CustomerAddress",
|
298
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
299
|
-
# tags: [
|
300
|
-
# {
|
301
|
-
# key: "TagKey", # required
|
302
|
-
# value: "TagValue",
|
303
|
-
# },
|
304
|
-
# ],
|
305
|
-
# },
|
306
|
-
# }
|
307
|
-
#
|
308
190
|
# @!attribute [rw] connection_id
|
309
191
|
# The ID of the connection on which the transit virtual interface is
|
310
192
|
# provisioned.
|
@@ -341,14 +223,6 @@ module Aws::DirectConnect
|
|
341
223
|
include Aws::Structure
|
342
224
|
end
|
343
225
|
|
344
|
-
# @note When making an API call, you may pass AssociateConnectionWithLagRequest
|
345
|
-
# data as a hash:
|
346
|
-
#
|
347
|
-
# {
|
348
|
-
# connection_id: "ConnectionId", # required
|
349
|
-
# lag_id: "LagId", # required
|
350
|
-
# }
|
351
|
-
#
|
352
226
|
# @!attribute [rw] connection_id
|
353
227
|
# The ID of the connection.
|
354
228
|
# @return [String]
|
@@ -366,14 +240,6 @@ module Aws::DirectConnect
|
|
366
240
|
include Aws::Structure
|
367
241
|
end
|
368
242
|
|
369
|
-
# @note When making an API call, you may pass AssociateHostedConnectionRequest
|
370
|
-
# data as a hash:
|
371
|
-
#
|
372
|
-
# {
|
373
|
-
# connection_id: "ConnectionId", # required
|
374
|
-
# parent_connection_id: "ConnectionId", # required
|
375
|
-
# }
|
376
|
-
#
|
377
243
|
# @!attribute [rw] connection_id
|
378
244
|
# The ID of the hosted connection.
|
379
245
|
# @return [String]
|
@@ -391,16 +257,6 @@ module Aws::DirectConnect
|
|
391
257
|
include Aws::Structure
|
392
258
|
end
|
393
259
|
|
394
|
-
# @note When making an API call, you may pass AssociateMacSecKeyRequest
|
395
|
-
# data as a hash:
|
396
|
-
#
|
397
|
-
# {
|
398
|
-
# connection_id: "ConnectionId", # required
|
399
|
-
# secret_arn: "SecretARN",
|
400
|
-
# ckn: "Ckn",
|
401
|
-
# cak: "Cak",
|
402
|
-
# }
|
403
|
-
#
|
404
260
|
# @!attribute [rw] connection_id
|
405
261
|
# The ID of the dedicated connection (dxcon-xxxx), or the ID of the
|
406
262
|
# LAG (dxlag-xxxx).
|
@@ -474,14 +330,6 @@ module Aws::DirectConnect
|
|
474
330
|
include Aws::Structure
|
475
331
|
end
|
476
332
|
|
477
|
-
# @note When making an API call, you may pass AssociateVirtualInterfaceRequest
|
478
|
-
# data as a hash:
|
479
|
-
#
|
480
|
-
# {
|
481
|
-
# virtual_interface_id: "VirtualInterfaceId", # required
|
482
|
-
# connection_id: "ConnectionId", # required
|
483
|
-
# }
|
484
|
-
#
|
485
333
|
# @!attribute [rw] virtual_interface_id
|
486
334
|
# The ID of the virtual interface.
|
487
335
|
# @return [String]
|
@@ -614,13 +462,6 @@ module Aws::DirectConnect
|
|
614
462
|
include Aws::Structure
|
615
463
|
end
|
616
464
|
|
617
|
-
# @note When making an API call, you may pass ConfirmConnectionRequest
|
618
|
-
# data as a hash:
|
619
|
-
#
|
620
|
-
# {
|
621
|
-
# connection_id: "ConnectionId", # required
|
622
|
-
# }
|
623
|
-
#
|
624
465
|
# @!attribute [rw] connection_id
|
625
466
|
# The ID of the hosted connection.
|
626
467
|
# @return [String]
|
@@ -671,13 +512,6 @@ module Aws::DirectConnect
|
|
671
512
|
include Aws::Structure
|
672
513
|
end
|
673
514
|
|
674
|
-
# @note When making an API call, you may pass ConfirmCustomerAgreementRequest
|
675
|
-
# data as a hash:
|
676
|
-
#
|
677
|
-
# {
|
678
|
-
# agreement_name: "AgreementName",
|
679
|
-
# }
|
680
|
-
#
|
681
515
|
# @!attribute [rw] agreement_name
|
682
516
|
# The name of the customer agreement.
|
683
517
|
# @return [String]
|
@@ -703,15 +537,6 @@ module Aws::DirectConnect
|
|
703
537
|
include Aws::Structure
|
704
538
|
end
|
705
539
|
|
706
|
-
# @note When making an API call, you may pass ConfirmPrivateVirtualInterfaceRequest
|
707
|
-
# data as a hash:
|
708
|
-
#
|
709
|
-
# {
|
710
|
-
# virtual_interface_id: "VirtualInterfaceId", # required
|
711
|
-
# virtual_gateway_id: "VirtualGatewayId",
|
712
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
713
|
-
# }
|
714
|
-
#
|
715
540
|
# @!attribute [rw] virtual_interface_id
|
716
541
|
# The ID of the virtual interface.
|
717
542
|
# @return [String]
|
@@ -778,13 +603,6 @@ module Aws::DirectConnect
|
|
778
603
|
include Aws::Structure
|
779
604
|
end
|
780
605
|
|
781
|
-
# @note When making an API call, you may pass ConfirmPublicVirtualInterfaceRequest
|
782
|
-
# data as a hash:
|
783
|
-
#
|
784
|
-
# {
|
785
|
-
# virtual_interface_id: "VirtualInterfaceId", # required
|
786
|
-
# }
|
787
|
-
#
|
788
606
|
# @!attribute [rw] virtual_interface_id
|
789
607
|
# The ID of the virtual interface.
|
790
608
|
# @return [String]
|
@@ -841,14 +659,6 @@ module Aws::DirectConnect
|
|
841
659
|
include Aws::Structure
|
842
660
|
end
|
843
661
|
|
844
|
-
# @note When making an API call, you may pass ConfirmTransitVirtualInterfaceRequest
|
845
|
-
# data as a hash:
|
846
|
-
#
|
847
|
-
# {
|
848
|
-
# virtual_interface_id: "VirtualInterfaceId", # required
|
849
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId", # required
|
850
|
-
# }
|
851
|
-
#
|
852
662
|
# @!attribute [rw] virtual_interface_id
|
853
663
|
# The ID of the virtual interface.
|
854
664
|
# @return [String]
|
@@ -1079,20 +889,6 @@ module Aws::DirectConnect
|
|
1079
889
|
include Aws::Structure
|
1080
890
|
end
|
1081
891
|
|
1082
|
-
# @note When making an API call, you may pass CreateBGPPeerRequest
|
1083
|
-
# data as a hash:
|
1084
|
-
#
|
1085
|
-
# {
|
1086
|
-
# virtual_interface_id: "VirtualInterfaceId",
|
1087
|
-
# new_bgp_peer: {
|
1088
|
-
# asn: 1,
|
1089
|
-
# auth_key: "BGPAuthKey",
|
1090
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
1091
|
-
# amazon_address: "AmazonAddress",
|
1092
|
-
# customer_address: "CustomerAddress",
|
1093
|
-
# },
|
1094
|
-
# }
|
1095
|
-
#
|
1096
892
|
# @!attribute [rw] virtual_interface_id
|
1097
893
|
# The ID of the virtual interface.
|
1098
894
|
# @return [String]
|
@@ -1122,24 +918,6 @@ module Aws::DirectConnect
|
|
1122
918
|
include Aws::Structure
|
1123
919
|
end
|
1124
920
|
|
1125
|
-
# @note When making an API call, you may pass CreateConnectionRequest
|
1126
|
-
# data as a hash:
|
1127
|
-
#
|
1128
|
-
# {
|
1129
|
-
# location: "LocationCode", # required
|
1130
|
-
# bandwidth: "Bandwidth", # required
|
1131
|
-
# connection_name: "ConnectionName", # required
|
1132
|
-
# lag_id: "LagId",
|
1133
|
-
# tags: [
|
1134
|
-
# {
|
1135
|
-
# key: "TagKey", # required
|
1136
|
-
# value: "TagValue",
|
1137
|
-
# },
|
1138
|
-
# ],
|
1139
|
-
# provider_name: "ProviderName",
|
1140
|
-
# request_mac_sec: false,
|
1141
|
-
# }
|
1142
|
-
#
|
1143
921
|
# @!attribute [rw] location
|
1144
922
|
# The location of the connection.
|
1145
923
|
# @return [String]
|
@@ -1192,25 +970,6 @@ module Aws::DirectConnect
|
|
1192
970
|
include Aws::Structure
|
1193
971
|
end
|
1194
972
|
|
1195
|
-
# @note When making an API call, you may pass CreateDirectConnectGatewayAssociationProposalRequest
|
1196
|
-
# data as a hash:
|
1197
|
-
#
|
1198
|
-
# {
|
1199
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId", # required
|
1200
|
-
# direct_connect_gateway_owner_account: "OwnerAccount", # required
|
1201
|
-
# gateway_id: "GatewayIdToAssociate", # required
|
1202
|
-
# add_allowed_prefixes_to_direct_connect_gateway: [
|
1203
|
-
# {
|
1204
|
-
# cidr: "CIDR",
|
1205
|
-
# },
|
1206
|
-
# ],
|
1207
|
-
# remove_allowed_prefixes_to_direct_connect_gateway: [
|
1208
|
-
# {
|
1209
|
-
# cidr: "CIDR",
|
1210
|
-
# },
|
1211
|
-
# ],
|
1212
|
-
# }
|
1213
|
-
#
|
1214
973
|
# @!attribute [rw] direct_connect_gateway_id
|
1215
974
|
# The ID of the Direct Connect gateway.
|
1216
975
|
# @return [String]
|
@@ -1257,20 +1016,6 @@ module Aws::DirectConnect
|
|
1257
1016
|
include Aws::Structure
|
1258
1017
|
end
|
1259
1018
|
|
1260
|
-
# @note When making an API call, you may pass CreateDirectConnectGatewayAssociationRequest
|
1261
|
-
# data as a hash:
|
1262
|
-
#
|
1263
|
-
# {
|
1264
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId", # required
|
1265
|
-
# gateway_id: "GatewayIdToAssociate",
|
1266
|
-
# add_allowed_prefixes_to_direct_connect_gateway: [
|
1267
|
-
# {
|
1268
|
-
# cidr: "CIDR",
|
1269
|
-
# },
|
1270
|
-
# ],
|
1271
|
-
# virtual_gateway_id: "VirtualGatewayId",
|
1272
|
-
# }
|
1273
|
-
#
|
1274
1019
|
# @!attribute [rw] direct_connect_gateway_id
|
1275
1020
|
# The ID of the Direct Connect gateway.
|
1276
1021
|
# @return [String]
|
@@ -1320,14 +1065,6 @@ module Aws::DirectConnect
|
|
1320
1065
|
include Aws::Structure
|
1321
1066
|
end
|
1322
1067
|
|
1323
|
-
# @note When making an API call, you may pass CreateDirectConnectGatewayRequest
|
1324
|
-
# data as a hash:
|
1325
|
-
#
|
1326
|
-
# {
|
1327
|
-
# direct_connect_gateway_name: "DirectConnectGatewayName", # required
|
1328
|
-
# amazon_side_asn: 1,
|
1329
|
-
# }
|
1330
|
-
#
|
1331
1068
|
# @!attribute [rw] direct_connect_gateway_name
|
1332
1069
|
# The name of the Direct Connect gateway.
|
1333
1070
|
# @return [String]
|
@@ -1360,23 +1097,6 @@ module Aws::DirectConnect
|
|
1360
1097
|
include Aws::Structure
|
1361
1098
|
end
|
1362
1099
|
|
1363
|
-
# @note When making an API call, you may pass CreateInterconnectRequest
|
1364
|
-
# data as a hash:
|
1365
|
-
#
|
1366
|
-
# {
|
1367
|
-
# interconnect_name: "InterconnectName", # required
|
1368
|
-
# bandwidth: "Bandwidth", # required
|
1369
|
-
# location: "LocationCode", # required
|
1370
|
-
# lag_id: "LagId",
|
1371
|
-
# tags: [
|
1372
|
-
# {
|
1373
|
-
# key: "TagKey", # required
|
1374
|
-
# value: "TagValue",
|
1375
|
-
# },
|
1376
|
-
# ],
|
1377
|
-
# provider_name: "ProviderName",
|
1378
|
-
# }
|
1379
|
-
#
|
1380
1100
|
# @!attribute [rw] interconnect_name
|
1381
1101
|
# The name of the interconnect.
|
1382
1102
|
# @return [String]
|
@@ -1414,31 +1134,6 @@ module Aws::DirectConnect
|
|
1414
1134
|
include Aws::Structure
|
1415
1135
|
end
|
1416
1136
|
|
1417
|
-
# @note When making an API call, you may pass CreateLagRequest
|
1418
|
-
# data as a hash:
|
1419
|
-
#
|
1420
|
-
# {
|
1421
|
-
# number_of_connections: 1, # required
|
1422
|
-
# location: "LocationCode", # required
|
1423
|
-
# connections_bandwidth: "Bandwidth", # required
|
1424
|
-
# lag_name: "LagName", # required
|
1425
|
-
# connection_id: "ConnectionId",
|
1426
|
-
# tags: [
|
1427
|
-
# {
|
1428
|
-
# key: "TagKey", # required
|
1429
|
-
# value: "TagValue",
|
1430
|
-
# },
|
1431
|
-
# ],
|
1432
|
-
# child_connection_tags: [
|
1433
|
-
# {
|
1434
|
-
# key: "TagKey", # required
|
1435
|
-
# value: "TagValue",
|
1436
|
-
# },
|
1437
|
-
# ],
|
1438
|
-
# provider_name: "ProviderName",
|
1439
|
-
# request_mac_sec: false,
|
1440
|
-
# }
|
1441
|
-
#
|
1442
1137
|
# @!attribute [rw] number_of_connections
|
1443
1138
|
# The number of physical dedicated connections initially provisioned
|
1444
1139
|
# and bundled by the LAG.
|
@@ -1504,32 +1199,6 @@ module Aws::DirectConnect
|
|
1504
1199
|
include Aws::Structure
|
1505
1200
|
end
|
1506
1201
|
|
1507
|
-
# @note When making an API call, you may pass CreatePrivateVirtualInterfaceRequest
|
1508
|
-
# data as a hash:
|
1509
|
-
#
|
1510
|
-
# {
|
1511
|
-
# connection_id: "ConnectionId", # required
|
1512
|
-
# new_private_virtual_interface: { # required
|
1513
|
-
# virtual_interface_name: "VirtualInterfaceName", # required
|
1514
|
-
# vlan: 1, # required
|
1515
|
-
# asn: 1, # required
|
1516
|
-
# mtu: 1,
|
1517
|
-
# auth_key: "BGPAuthKey",
|
1518
|
-
# amazon_address: "AmazonAddress",
|
1519
|
-
# customer_address: "CustomerAddress",
|
1520
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
1521
|
-
# virtual_gateway_id: "VirtualGatewayId",
|
1522
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
1523
|
-
# tags: [
|
1524
|
-
# {
|
1525
|
-
# key: "TagKey", # required
|
1526
|
-
# value: "TagValue",
|
1527
|
-
# },
|
1528
|
-
# ],
|
1529
|
-
# enable_site_link: false,
|
1530
|
-
# },
|
1531
|
-
# }
|
1532
|
-
#
|
1533
1202
|
# @!attribute [rw] connection_id
|
1534
1203
|
# The ID of the connection.
|
1535
1204
|
# @return [String]
|
@@ -1547,33 +1216,6 @@ module Aws::DirectConnect
|
|
1547
1216
|
include Aws::Structure
|
1548
1217
|
end
|
1549
1218
|
|
1550
|
-
# @note When making an API call, you may pass CreatePublicVirtualInterfaceRequest
|
1551
|
-
# data as a hash:
|
1552
|
-
#
|
1553
|
-
# {
|
1554
|
-
# connection_id: "ConnectionId", # required
|
1555
|
-
# new_public_virtual_interface: { # required
|
1556
|
-
# virtual_interface_name: "VirtualInterfaceName", # required
|
1557
|
-
# vlan: 1, # required
|
1558
|
-
# asn: 1, # required
|
1559
|
-
# auth_key: "BGPAuthKey",
|
1560
|
-
# amazon_address: "AmazonAddress",
|
1561
|
-
# customer_address: "CustomerAddress",
|
1562
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
1563
|
-
# route_filter_prefixes: [
|
1564
|
-
# {
|
1565
|
-
# cidr: "CIDR",
|
1566
|
-
# },
|
1567
|
-
# ],
|
1568
|
-
# tags: [
|
1569
|
-
# {
|
1570
|
-
# key: "TagKey", # required
|
1571
|
-
# value: "TagValue",
|
1572
|
-
# },
|
1573
|
-
# ],
|
1574
|
-
# },
|
1575
|
-
# }
|
1576
|
-
#
|
1577
1219
|
# @!attribute [rw] connection_id
|
1578
1220
|
# The ID of the connection.
|
1579
1221
|
# @return [String]
|
@@ -1591,31 +1233,6 @@ module Aws::DirectConnect
|
|
1591
1233
|
include Aws::Structure
|
1592
1234
|
end
|
1593
1235
|
|
1594
|
-
# @note When making an API call, you may pass CreateTransitVirtualInterfaceRequest
|
1595
|
-
# data as a hash:
|
1596
|
-
#
|
1597
|
-
# {
|
1598
|
-
# connection_id: "ConnectionId", # required
|
1599
|
-
# new_transit_virtual_interface: { # required
|
1600
|
-
# virtual_interface_name: "VirtualInterfaceName",
|
1601
|
-
# vlan: 1,
|
1602
|
-
# asn: 1,
|
1603
|
-
# mtu: 1,
|
1604
|
-
# auth_key: "BGPAuthKey",
|
1605
|
-
# amazon_address: "AmazonAddress",
|
1606
|
-
# customer_address: "CustomerAddress",
|
1607
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
1608
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
1609
|
-
# tags: [
|
1610
|
-
# {
|
1611
|
-
# key: "TagKey", # required
|
1612
|
-
# value: "TagValue",
|
1613
|
-
# },
|
1614
|
-
# ],
|
1615
|
-
# enable_site_link: false,
|
1616
|
-
# },
|
1617
|
-
# }
|
1618
|
-
#
|
1619
1236
|
# @!attribute [rw] connection_id
|
1620
1237
|
# The ID of the connection.
|
1621
1238
|
# @return [String]
|
@@ -1665,16 +1282,6 @@ module Aws::DirectConnect
|
|
1665
1282
|
include Aws::Structure
|
1666
1283
|
end
|
1667
1284
|
|
1668
|
-
# @note When making an API call, you may pass DeleteBGPPeerRequest
|
1669
|
-
# data as a hash:
|
1670
|
-
#
|
1671
|
-
# {
|
1672
|
-
# virtual_interface_id: "VirtualInterfaceId",
|
1673
|
-
# asn: 1,
|
1674
|
-
# customer_address: "CustomerAddress",
|
1675
|
-
# bgp_peer_id: "BGPPeerId",
|
1676
|
-
# }
|
1677
|
-
#
|
1678
1285
|
# @!attribute [rw] virtual_interface_id
|
1679
1286
|
# The ID of the virtual interface.
|
1680
1287
|
# @return [String]
|
@@ -1715,13 +1322,6 @@ module Aws::DirectConnect
|
|
1715
1322
|
include Aws::Structure
|
1716
1323
|
end
|
1717
1324
|
|
1718
|
-
# @note When making an API call, you may pass DeleteConnectionRequest
|
1719
|
-
# data as a hash:
|
1720
|
-
#
|
1721
|
-
# {
|
1722
|
-
# connection_id: "ConnectionId", # required
|
1723
|
-
# }
|
1724
|
-
#
|
1725
1325
|
# @!attribute [rw] connection_id
|
1726
1326
|
# The ID of the connection.
|
1727
1327
|
# @return [String]
|
@@ -1734,13 +1334,6 @@ module Aws::DirectConnect
|
|
1734
1334
|
include Aws::Structure
|
1735
1335
|
end
|
1736
1336
|
|
1737
|
-
# @note When making an API call, you may pass DeleteDirectConnectGatewayAssociationProposalRequest
|
1738
|
-
# data as a hash:
|
1739
|
-
#
|
1740
|
-
# {
|
1741
|
-
# proposal_id: "DirectConnectGatewayAssociationProposalId", # required
|
1742
|
-
# }
|
1743
|
-
#
|
1744
1337
|
# @!attribute [rw] proposal_id
|
1745
1338
|
# The ID of the proposal.
|
1746
1339
|
# @return [String]
|
@@ -1765,15 +1358,6 @@ module Aws::DirectConnect
|
|
1765
1358
|
include Aws::Structure
|
1766
1359
|
end
|
1767
1360
|
|
1768
|
-
# @note When making an API call, you may pass DeleteDirectConnectGatewayAssociationRequest
|
1769
|
-
# data as a hash:
|
1770
|
-
#
|
1771
|
-
# {
|
1772
|
-
# association_id: "DirectConnectGatewayAssociationId",
|
1773
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
1774
|
-
# virtual_gateway_id: "VirtualGatewayId",
|
1775
|
-
# }
|
1776
|
-
#
|
1777
1361
|
# @!attribute [rw] association_id
|
1778
1362
|
# The ID of the Direct Connect gateway association.
|
1779
1363
|
# @return [String]
|
@@ -1808,13 +1392,6 @@ module Aws::DirectConnect
|
|
1808
1392
|
include Aws::Structure
|
1809
1393
|
end
|
1810
1394
|
|
1811
|
-
# @note When making an API call, you may pass DeleteDirectConnectGatewayRequest
|
1812
|
-
# data as a hash:
|
1813
|
-
#
|
1814
|
-
# {
|
1815
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId", # required
|
1816
|
-
# }
|
1817
|
-
#
|
1818
1395
|
# @!attribute [rw] direct_connect_gateway_id
|
1819
1396
|
# The ID of the Direct Connect gateway.
|
1820
1397
|
# @return [String]
|
@@ -1839,13 +1416,6 @@ module Aws::DirectConnect
|
|
1839
1416
|
include Aws::Structure
|
1840
1417
|
end
|
1841
1418
|
|
1842
|
-
# @note When making an API call, you may pass DeleteInterconnectRequest
|
1843
|
-
# data as a hash:
|
1844
|
-
#
|
1845
|
-
# {
|
1846
|
-
# interconnect_id: "InterconnectId", # required
|
1847
|
-
# }
|
1848
|
-
#
|
1849
1419
|
# @!attribute [rw] interconnect_id
|
1850
1420
|
# The ID of the interconnect.
|
1851
1421
|
# @return [String]
|
@@ -1889,13 +1459,6 @@ module Aws::DirectConnect
|
|
1889
1459
|
include Aws::Structure
|
1890
1460
|
end
|
1891
1461
|
|
1892
|
-
# @note When making an API call, you may pass DeleteLagRequest
|
1893
|
-
# data as a hash:
|
1894
|
-
#
|
1895
|
-
# {
|
1896
|
-
# lag_id: "LagId", # required
|
1897
|
-
# }
|
1898
|
-
#
|
1899
1462
|
# @!attribute [rw] lag_id
|
1900
1463
|
# The ID of the LAG.
|
1901
1464
|
# @return [String]
|
@@ -1908,13 +1471,6 @@ module Aws::DirectConnect
|
|
1908
1471
|
include Aws::Structure
|
1909
1472
|
end
|
1910
1473
|
|
1911
|
-
# @note When making an API call, you may pass DeleteVirtualInterfaceRequest
|
1912
|
-
# data as a hash:
|
1913
|
-
#
|
1914
|
-
# {
|
1915
|
-
# virtual_interface_id: "VirtualInterfaceId", # required
|
1916
|
-
# }
|
1917
|
-
#
|
1918
1474
|
# @!attribute [rw] virtual_interface_id
|
1919
1475
|
# The ID of the virtual interface.
|
1920
1476
|
# @return [String]
|
@@ -1971,15 +1527,6 @@ module Aws::DirectConnect
|
|
1971
1527
|
include Aws::Structure
|
1972
1528
|
end
|
1973
1529
|
|
1974
|
-
# @note When making an API call, you may pass DescribeConnectionLoaRequest
|
1975
|
-
# data as a hash:
|
1976
|
-
#
|
1977
|
-
# {
|
1978
|
-
# connection_id: "ConnectionId", # required
|
1979
|
-
# provider_name: "ProviderName",
|
1980
|
-
# loa_content_type: "application/pdf", # accepts application/pdf
|
1981
|
-
# }
|
1982
|
-
#
|
1983
1530
|
# @!attribute [rw] connection_id
|
1984
1531
|
# The ID of the connection.
|
1985
1532
|
# @return [String]
|
@@ -2019,13 +1566,6 @@ module Aws::DirectConnect
|
|
2019
1566
|
include Aws::Structure
|
2020
1567
|
end
|
2021
1568
|
|
2022
|
-
# @note When making an API call, you may pass DescribeConnectionsOnInterconnectRequest
|
2023
|
-
# data as a hash:
|
2024
|
-
#
|
2025
|
-
# {
|
2026
|
-
# interconnect_id: "InterconnectId", # required
|
2027
|
-
# }
|
2028
|
-
#
|
2029
1569
|
# @!attribute [rw] interconnect_id
|
2030
1570
|
# The ID of the interconnect.
|
2031
1571
|
# @return [String]
|
@@ -2038,13 +1578,6 @@ module Aws::DirectConnect
|
|
2038
1578
|
include Aws::Structure
|
2039
1579
|
end
|
2040
1580
|
|
2041
|
-
# @note When making an API call, you may pass DescribeConnectionsRequest
|
2042
|
-
# data as a hash:
|
2043
|
-
#
|
2044
|
-
# {
|
2045
|
-
# connection_id: "ConnectionId",
|
2046
|
-
# }
|
2047
|
-
#
|
2048
1581
|
# @!attribute [rw] connection_id
|
2049
1582
|
# The ID of the connection.
|
2050
1583
|
# @return [String]
|
@@ -2083,17 +1616,6 @@ module Aws::DirectConnect
|
|
2083
1616
|
include Aws::Structure
|
2084
1617
|
end
|
2085
1618
|
|
2086
|
-
# @note When making an API call, you may pass DescribeDirectConnectGatewayAssociationProposalsRequest
|
2087
|
-
# data as a hash:
|
2088
|
-
#
|
2089
|
-
# {
|
2090
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
2091
|
-
# proposal_id: "DirectConnectGatewayAssociationProposalId",
|
2092
|
-
# associated_gateway_id: "AssociatedGatewayId",
|
2093
|
-
# max_results: 1,
|
2094
|
-
# next_token: "PaginationToken",
|
2095
|
-
# }
|
2096
|
-
#
|
2097
1619
|
# @!attribute [rw] direct_connect_gateway_id
|
2098
1620
|
# The ID of the Direct Connect gateway.
|
2099
1621
|
# @return [String]
|
@@ -2149,18 +1671,6 @@ module Aws::DirectConnect
|
|
2149
1671
|
include Aws::Structure
|
2150
1672
|
end
|
2151
1673
|
|
2152
|
-
# @note When making an API call, you may pass DescribeDirectConnectGatewayAssociationsRequest
|
2153
|
-
# data as a hash:
|
2154
|
-
#
|
2155
|
-
# {
|
2156
|
-
# association_id: "DirectConnectGatewayAssociationId",
|
2157
|
-
# associated_gateway_id: "AssociatedGatewayId",
|
2158
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
2159
|
-
# max_results: 1,
|
2160
|
-
# next_token: "PaginationToken",
|
2161
|
-
# virtual_gateway_id: "VirtualGatewayId",
|
2162
|
-
# }
|
2163
|
-
#
|
2164
1674
|
# @!attribute [rw] association_id
|
2165
1675
|
# The ID of the Direct Connect gateway association.
|
2166
1676
|
# @return [String]
|
@@ -2220,16 +1730,6 @@ module Aws::DirectConnect
|
|
2220
1730
|
include Aws::Structure
|
2221
1731
|
end
|
2222
1732
|
|
2223
|
-
# @note When making an API call, you may pass DescribeDirectConnectGatewayAttachmentsRequest
|
2224
|
-
# data as a hash:
|
2225
|
-
#
|
2226
|
-
# {
|
2227
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
2228
|
-
# virtual_interface_id: "VirtualInterfaceId",
|
2229
|
-
# max_results: 1,
|
2230
|
-
# next_token: "PaginationToken",
|
2231
|
-
# }
|
2232
|
-
#
|
2233
1733
|
# @!attribute [rw] direct_connect_gateway_id
|
2234
1734
|
# The ID of the Direct Connect gateway.
|
2235
1735
|
# @return [String]
|
@@ -2279,15 +1779,6 @@ module Aws::DirectConnect
|
|
2279
1779
|
include Aws::Structure
|
2280
1780
|
end
|
2281
1781
|
|
2282
|
-
# @note When making an API call, you may pass DescribeDirectConnectGatewaysRequest
|
2283
|
-
# data as a hash:
|
2284
|
-
#
|
2285
|
-
# {
|
2286
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
2287
|
-
# max_results: 1,
|
2288
|
-
# next_token: "PaginationToken",
|
2289
|
-
# }
|
2290
|
-
#
|
2291
1782
|
# @!attribute [rw] direct_connect_gateway_id
|
2292
1783
|
# The ID of the Direct Connect gateway.
|
2293
1784
|
# @return [String]
|
@@ -2332,13 +1823,6 @@ module Aws::DirectConnect
|
|
2332
1823
|
include Aws::Structure
|
2333
1824
|
end
|
2334
1825
|
|
2335
|
-
# @note When making an API call, you may pass DescribeHostedConnectionsRequest
|
2336
|
-
# data as a hash:
|
2337
|
-
#
|
2338
|
-
# {
|
2339
|
-
# connection_id: "ConnectionId", # required
|
2340
|
-
# }
|
2341
|
-
#
|
2342
1826
|
# @!attribute [rw] connection_id
|
2343
1827
|
# The ID of the interconnect or LAG.
|
2344
1828
|
# @return [String]
|
@@ -2351,15 +1835,6 @@ module Aws::DirectConnect
|
|
2351
1835
|
include Aws::Structure
|
2352
1836
|
end
|
2353
1837
|
|
2354
|
-
# @note When making an API call, you may pass DescribeInterconnectLoaRequest
|
2355
|
-
# data as a hash:
|
2356
|
-
#
|
2357
|
-
# {
|
2358
|
-
# interconnect_id: "InterconnectId", # required
|
2359
|
-
# provider_name: "ProviderName",
|
2360
|
-
# loa_content_type: "application/pdf", # accepts application/pdf
|
2361
|
-
# }
|
2362
|
-
#
|
2363
1838
|
# @!attribute [rw] interconnect_id
|
2364
1839
|
# The ID of the interconnect.
|
2365
1840
|
# @return [String]
|
@@ -2399,13 +1874,6 @@ module Aws::DirectConnect
|
|
2399
1874
|
include Aws::Structure
|
2400
1875
|
end
|
2401
1876
|
|
2402
|
-
# @note When making an API call, you may pass DescribeInterconnectsRequest
|
2403
|
-
# data as a hash:
|
2404
|
-
#
|
2405
|
-
# {
|
2406
|
-
# interconnect_id: "InterconnectId",
|
2407
|
-
# }
|
2408
|
-
#
|
2409
1877
|
# @!attribute [rw] interconnect_id
|
2410
1878
|
# The ID of the interconnect.
|
2411
1879
|
# @return [String]
|
@@ -2418,13 +1886,6 @@ module Aws::DirectConnect
|
|
2418
1886
|
include Aws::Structure
|
2419
1887
|
end
|
2420
1888
|
|
2421
|
-
# @note When making an API call, you may pass DescribeLagsRequest
|
2422
|
-
# data as a hash:
|
2423
|
-
#
|
2424
|
-
# {
|
2425
|
-
# lag_id: "LagId",
|
2426
|
-
# }
|
2427
|
-
#
|
2428
1889
|
# @!attribute [rw] lag_id
|
2429
1890
|
# The ID of the LAG.
|
2430
1891
|
# @return [String]
|
@@ -2437,15 +1898,6 @@ module Aws::DirectConnect
|
|
2437
1898
|
include Aws::Structure
|
2438
1899
|
end
|
2439
1900
|
|
2440
|
-
# @note When making an API call, you may pass DescribeLoaRequest
|
2441
|
-
# data as a hash:
|
2442
|
-
#
|
2443
|
-
# {
|
2444
|
-
# connection_id: "ConnectionId", # required
|
2445
|
-
# provider_name: "ProviderName",
|
2446
|
-
# loa_content_type: "application/pdf", # accepts application/pdf
|
2447
|
-
# }
|
2448
|
-
#
|
2449
1901
|
# @!attribute [rw] connection_id
|
2450
1902
|
# The ID of a connection, LAG, or interconnect.
|
2451
1903
|
# @return [String]
|
@@ -2474,14 +1926,6 @@ module Aws::DirectConnect
|
|
2474
1926
|
|
2475
1927
|
# Provides the details about a virtual interface's router.
|
2476
1928
|
#
|
2477
|
-
# @note When making an API call, you may pass DescribeRouterConfigurationRequest
|
2478
|
-
# data as a hash:
|
2479
|
-
#
|
2480
|
-
# {
|
2481
|
-
# virtual_interface_id: "VirtualInterfaceId", # required
|
2482
|
-
# router_type_identifier: "RouterTypeIdentifier",
|
2483
|
-
# }
|
2484
|
-
#
|
2485
1929
|
# @!attribute [rw] virtual_interface_id
|
2486
1930
|
# The ID of the virtual interface.
|
2487
1931
|
# @return [String]
|
@@ -2528,13 +1972,6 @@ module Aws::DirectConnect
|
|
2528
1972
|
include Aws::Structure
|
2529
1973
|
end
|
2530
1974
|
|
2531
|
-
# @note When making an API call, you may pass DescribeTagsRequest
|
2532
|
-
# data as a hash:
|
2533
|
-
#
|
2534
|
-
# {
|
2535
|
-
# resource_arns: ["ResourceArn"], # required
|
2536
|
-
# }
|
2537
|
-
#
|
2538
1975
|
# @!attribute [rw] resource_arns
|
2539
1976
|
# The Amazon Resource Names (ARNs) of the resources.
|
2540
1977
|
# @return [Array<String>]
|
@@ -2559,14 +1996,6 @@ module Aws::DirectConnect
|
|
2559
1996
|
include Aws::Structure
|
2560
1997
|
end
|
2561
1998
|
|
2562
|
-
# @note When making an API call, you may pass DescribeVirtualInterfacesRequest
|
2563
|
-
# data as a hash:
|
2564
|
-
#
|
2565
|
-
# {
|
2566
|
-
# connection_id: "ConnectionId",
|
2567
|
-
# virtual_interface_id: "VirtualInterfaceId",
|
2568
|
-
# }
|
2569
|
-
#
|
2570
1999
|
# @!attribute [rw] connection_id
|
2571
2000
|
# The ID of the connection.
|
2572
2001
|
# @return [String]
|
@@ -2861,14 +2290,6 @@ module Aws::DirectConnect
|
|
2861
2290
|
include Aws::Structure
|
2862
2291
|
end
|
2863
2292
|
|
2864
|
-
# @note When making an API call, you may pass DisassociateConnectionFromLagRequest
|
2865
|
-
# data as a hash:
|
2866
|
-
#
|
2867
|
-
# {
|
2868
|
-
# connection_id: "ConnectionId", # required
|
2869
|
-
# lag_id: "LagId", # required
|
2870
|
-
# }
|
2871
|
-
#
|
2872
2293
|
# @!attribute [rw] connection_id
|
2873
2294
|
# The ID of the connection.
|
2874
2295
|
# @return [String]
|
@@ -2886,14 +2307,6 @@ module Aws::DirectConnect
|
|
2886
2307
|
include Aws::Structure
|
2887
2308
|
end
|
2888
2309
|
|
2889
|
-
# @note When making an API call, you may pass DisassociateMacSecKeyRequest
|
2890
|
-
# data as a hash:
|
2891
|
-
#
|
2892
|
-
# {
|
2893
|
-
# connection_id: "ConnectionId", # required
|
2894
|
-
# secret_arn: "SecretARN", # required
|
2895
|
-
# }
|
2896
|
-
#
|
2897
2310
|
# @!attribute [rw] connection_id
|
2898
2311
|
# The ID of the dedicated connection (dxcon-xxxx), or the ID of the
|
2899
2312
|
# LAG (dxlag-xxxx).
|
@@ -3215,18 +2628,6 @@ module Aws::DirectConnect
|
|
3215
2628
|
include Aws::Structure
|
3216
2629
|
end
|
3217
2630
|
|
3218
|
-
# @note When making an API call, you may pass ListVirtualInterfaceTestHistoryRequest
|
3219
|
-
# data as a hash:
|
3220
|
-
#
|
3221
|
-
# {
|
3222
|
-
# test_id: "TestId",
|
3223
|
-
# virtual_interface_id: "VirtualInterfaceId",
|
3224
|
-
# bgp_peers: ["BGPPeerId"],
|
3225
|
-
# status: "FailureTestHistoryStatus",
|
3226
|
-
# max_results: 1,
|
3227
|
-
# next_token: "PaginationToken",
|
3228
|
-
# }
|
3229
|
-
#
|
3230
2631
|
# @!attribute [rw] test_id
|
3231
2632
|
# The ID of the virtual interface failover test.
|
3232
2633
|
# @return [String]
|
@@ -3408,17 +2809,6 @@ module Aws::DirectConnect
|
|
3408
2809
|
|
3409
2810
|
# Information about a new BGP peer.
|
3410
2811
|
#
|
3411
|
-
# @note When making an API call, you may pass NewBGPPeer
|
3412
|
-
# data as a hash:
|
3413
|
-
#
|
3414
|
-
# {
|
3415
|
-
# asn: 1,
|
3416
|
-
# auth_key: "BGPAuthKey",
|
3417
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
3418
|
-
# amazon_address: "AmazonAddress",
|
3419
|
-
# customer_address: "CustomerAddress",
|
3420
|
-
# }
|
3421
|
-
#
|
3422
2812
|
# @!attribute [rw] asn
|
3423
2813
|
# The autonomous system (AS) number for Border Gateway Protocol (BGP)
|
3424
2814
|
# configuration.
|
@@ -3456,29 +2846,6 @@ module Aws::DirectConnect
|
|
3456
2846
|
|
3457
2847
|
# Information about a private virtual interface.
|
3458
2848
|
#
|
3459
|
-
# @note When making an API call, you may pass NewPrivateVirtualInterface
|
3460
|
-
# data as a hash:
|
3461
|
-
#
|
3462
|
-
# {
|
3463
|
-
# virtual_interface_name: "VirtualInterfaceName", # required
|
3464
|
-
# vlan: 1, # required
|
3465
|
-
# asn: 1, # required
|
3466
|
-
# mtu: 1,
|
3467
|
-
# auth_key: "BGPAuthKey",
|
3468
|
-
# amazon_address: "AmazonAddress",
|
3469
|
-
# customer_address: "CustomerAddress",
|
3470
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
3471
|
-
# virtual_gateway_id: "VirtualGatewayId",
|
3472
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
3473
|
-
# tags: [
|
3474
|
-
# {
|
3475
|
-
# key: "TagKey", # required
|
3476
|
-
# value: "TagValue",
|
3477
|
-
# },
|
3478
|
-
# ],
|
3479
|
-
# enable_site_link: false,
|
3480
|
-
# }
|
3481
|
-
#
|
3482
2849
|
# @!attribute [rw] virtual_interface_name
|
3483
2850
|
# The name of the virtual interface assigned by the customer network.
|
3484
2851
|
# The name has a maximum of 100 characters. The following are valid
|
@@ -3557,26 +2924,6 @@ module Aws::DirectConnect
|
|
3557
2924
|
# Information about a private virtual interface to be provisioned on a
|
3558
2925
|
# connection.
|
3559
2926
|
#
|
3560
|
-
# @note When making an API call, you may pass NewPrivateVirtualInterfaceAllocation
|
3561
|
-
# data as a hash:
|
3562
|
-
#
|
3563
|
-
# {
|
3564
|
-
# virtual_interface_name: "VirtualInterfaceName", # required
|
3565
|
-
# vlan: 1, # required
|
3566
|
-
# asn: 1, # required
|
3567
|
-
# mtu: 1,
|
3568
|
-
# auth_key: "BGPAuthKey",
|
3569
|
-
# amazon_address: "AmazonAddress",
|
3570
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
3571
|
-
# customer_address: "CustomerAddress",
|
3572
|
-
# tags: [
|
3573
|
-
# {
|
3574
|
-
# key: "TagKey", # required
|
3575
|
-
# value: "TagValue",
|
3576
|
-
# },
|
3577
|
-
# ],
|
3578
|
-
# }
|
3579
|
-
#
|
3580
2927
|
# @!attribute [rw] virtual_interface_name
|
3581
2928
|
# The name of the virtual interface assigned by the customer network.
|
3582
2929
|
# The name has a maximum of 100 characters. The following are valid
|
@@ -3639,30 +2986,6 @@ module Aws::DirectConnect
|
|
3639
2986
|
|
3640
2987
|
# Information about a public virtual interface.
|
3641
2988
|
#
|
3642
|
-
# @note When making an API call, you may pass NewPublicVirtualInterface
|
3643
|
-
# data as a hash:
|
3644
|
-
#
|
3645
|
-
# {
|
3646
|
-
# virtual_interface_name: "VirtualInterfaceName", # required
|
3647
|
-
# vlan: 1, # required
|
3648
|
-
# asn: 1, # required
|
3649
|
-
# auth_key: "BGPAuthKey",
|
3650
|
-
# amazon_address: "AmazonAddress",
|
3651
|
-
# customer_address: "CustomerAddress",
|
3652
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
3653
|
-
# route_filter_prefixes: [
|
3654
|
-
# {
|
3655
|
-
# cidr: "CIDR",
|
3656
|
-
# },
|
3657
|
-
# ],
|
3658
|
-
# tags: [
|
3659
|
-
# {
|
3660
|
-
# key: "TagKey", # required
|
3661
|
-
# value: "TagValue",
|
3662
|
-
# },
|
3663
|
-
# ],
|
3664
|
-
# }
|
3665
|
-
#
|
3666
2989
|
# @!attribute [rw] virtual_interface_name
|
3667
2990
|
# The name of the virtual interface assigned by the customer network.
|
3668
2991
|
# The name has a maximum of 100 characters. The following are valid
|
@@ -3726,30 +3049,6 @@ module Aws::DirectConnect
|
|
3726
3049
|
# Information about a public virtual interface to be provisioned on a
|
3727
3050
|
# connection.
|
3728
3051
|
#
|
3729
|
-
# @note When making an API call, you may pass NewPublicVirtualInterfaceAllocation
|
3730
|
-
# data as a hash:
|
3731
|
-
#
|
3732
|
-
# {
|
3733
|
-
# virtual_interface_name: "VirtualInterfaceName", # required
|
3734
|
-
# vlan: 1, # required
|
3735
|
-
# asn: 1, # required
|
3736
|
-
# auth_key: "BGPAuthKey",
|
3737
|
-
# amazon_address: "AmazonAddress",
|
3738
|
-
# customer_address: "CustomerAddress",
|
3739
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
3740
|
-
# route_filter_prefixes: [
|
3741
|
-
# {
|
3742
|
-
# cidr: "CIDR",
|
3743
|
-
# },
|
3744
|
-
# ],
|
3745
|
-
# tags: [
|
3746
|
-
# {
|
3747
|
-
# key: "TagKey", # required
|
3748
|
-
# value: "TagValue",
|
3749
|
-
# },
|
3750
|
-
# ],
|
3751
|
-
# }
|
3752
|
-
#
|
3753
3052
|
# @!attribute [rw] virtual_interface_name
|
3754
3053
|
# The name of the virtual interface assigned by the customer network.
|
3755
3054
|
# The name has a maximum of 100 characters. The following are valid
|
@@ -3812,28 +3111,6 @@ module Aws::DirectConnect
|
|
3812
3111
|
|
3813
3112
|
# Information about a transit virtual interface.
|
3814
3113
|
#
|
3815
|
-
# @note When making an API call, you may pass NewTransitVirtualInterface
|
3816
|
-
# data as a hash:
|
3817
|
-
#
|
3818
|
-
# {
|
3819
|
-
# virtual_interface_name: "VirtualInterfaceName",
|
3820
|
-
# vlan: 1,
|
3821
|
-
# asn: 1,
|
3822
|
-
# mtu: 1,
|
3823
|
-
# auth_key: "BGPAuthKey",
|
3824
|
-
# amazon_address: "AmazonAddress",
|
3825
|
-
# customer_address: "CustomerAddress",
|
3826
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
3827
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId",
|
3828
|
-
# tags: [
|
3829
|
-
# {
|
3830
|
-
# key: "TagKey", # required
|
3831
|
-
# value: "TagValue",
|
3832
|
-
# },
|
3833
|
-
# ],
|
3834
|
-
# enable_site_link: false,
|
3835
|
-
# }
|
3836
|
-
#
|
3837
3114
|
# @!attribute [rw] virtual_interface_name
|
3838
3115
|
# The name of the virtual interface assigned by the customer network.
|
3839
3116
|
# The name has a maximum of 100 characters. The following are valid
|
@@ -3907,26 +3184,6 @@ module Aws::DirectConnect
|
|
3907
3184
|
# Information about a transit virtual interface to be provisioned on a
|
3908
3185
|
# connection.
|
3909
3186
|
#
|
3910
|
-
# @note When making an API call, you may pass NewTransitVirtualInterfaceAllocation
|
3911
|
-
# data as a hash:
|
3912
|
-
#
|
3913
|
-
# {
|
3914
|
-
# virtual_interface_name: "VirtualInterfaceName",
|
3915
|
-
# vlan: 1,
|
3916
|
-
# asn: 1,
|
3917
|
-
# mtu: 1,
|
3918
|
-
# auth_key: "BGPAuthKey",
|
3919
|
-
# amazon_address: "AmazonAddress",
|
3920
|
-
# customer_address: "CustomerAddress",
|
3921
|
-
# address_family: "ipv4", # accepts ipv4, ipv6
|
3922
|
-
# tags: [
|
3923
|
-
# {
|
3924
|
-
# key: "TagKey", # required
|
3925
|
-
# value: "TagValue",
|
3926
|
-
# },
|
3927
|
-
# ],
|
3928
|
-
# }
|
3929
|
-
#
|
3930
3187
|
# @!attribute [rw] virtual_interface_name
|
3931
3188
|
# The name of the virtual interface assigned by the customer network.
|
3932
3189
|
# The name has a maximum of 100 characters. The following are valid
|
@@ -4009,13 +3266,6 @@ module Aws::DirectConnect
|
|
4009
3266
|
# Information about a route filter prefix that a customer can advertise
|
4010
3267
|
# through Border Gateway Protocol (BGP) over a public virtual interface.
|
4011
3268
|
#
|
4012
|
-
# @note When making an API call, you may pass RouteFilterPrefix
|
4013
|
-
# data as a hash:
|
4014
|
-
#
|
4015
|
-
# {
|
4016
|
-
# cidr: "CIDR",
|
4017
|
-
# }
|
4018
|
-
#
|
4019
3269
|
# @!attribute [rw] cidr
|
4020
3270
|
# The CIDR block for the advertised route. Separate multiple routes
|
4021
3271
|
# using commas. An IPv6 CIDR must use /64 or shorter.
|
@@ -4071,15 +3321,6 @@ module Aws::DirectConnect
|
|
4071
3321
|
include Aws::Structure
|
4072
3322
|
end
|
4073
3323
|
|
4074
|
-
# @note When making an API call, you may pass StartBgpFailoverTestRequest
|
4075
|
-
# data as a hash:
|
4076
|
-
#
|
4077
|
-
# {
|
4078
|
-
# virtual_interface_id: "VirtualInterfaceId", # required
|
4079
|
-
# bgp_peers: ["BGPPeerId"],
|
4080
|
-
# test_duration_in_minutes: 1,
|
4081
|
-
# }
|
4082
|
-
#
|
4083
3324
|
# @!attribute [rw] virtual_interface_id
|
4084
3325
|
# The ID of the virtual interface you want to test.
|
4085
3326
|
# @return [String]
|
@@ -4119,13 +3360,6 @@ module Aws::DirectConnect
|
|
4119
3360
|
include Aws::Structure
|
4120
3361
|
end
|
4121
3362
|
|
4122
|
-
# @note When making an API call, you may pass StopBgpFailoverTestRequest
|
4123
|
-
# data as a hash:
|
4124
|
-
#
|
4125
|
-
# {
|
4126
|
-
# virtual_interface_id: "VirtualInterfaceId", # required
|
4127
|
-
# }
|
4128
|
-
#
|
4129
3363
|
# @!attribute [rw] virtual_interface_id
|
4130
3364
|
# The ID of the virtual interface you no longer want to test.
|
4131
3365
|
# @return [String]
|
@@ -4152,14 +3386,6 @@ module Aws::DirectConnect
|
|
4152
3386
|
|
4153
3387
|
# Information about a tag.
|
4154
3388
|
#
|
4155
|
-
# @note When making an API call, you may pass Tag
|
4156
|
-
# data as a hash:
|
4157
|
-
#
|
4158
|
-
# {
|
4159
|
-
# key: "TagKey", # required
|
4160
|
-
# value: "TagValue",
|
4161
|
-
# }
|
4162
|
-
#
|
4163
3389
|
# @!attribute [rw] key
|
4164
3390
|
# The key.
|
4165
3391
|
# @return [String]
|
@@ -4177,19 +3403,6 @@ module Aws::DirectConnect
|
|
4177
3403
|
include Aws::Structure
|
4178
3404
|
end
|
4179
3405
|
|
4180
|
-
# @note When making an API call, you may pass TagResourceRequest
|
4181
|
-
# data as a hash:
|
4182
|
-
#
|
4183
|
-
# {
|
4184
|
-
# resource_arn: "ResourceArn", # required
|
4185
|
-
# tags: [ # required
|
4186
|
-
# {
|
4187
|
-
# key: "TagKey", # required
|
4188
|
-
# value: "TagValue",
|
4189
|
-
# },
|
4190
|
-
# ],
|
4191
|
-
# }
|
4192
|
-
#
|
4193
3406
|
# @!attribute [rw] resource_arn
|
4194
3407
|
# The Amazon Resource Name (ARN) of the resource.
|
4195
3408
|
# @return [String]
|
@@ -4217,14 +3430,6 @@ module Aws::DirectConnect
|
|
4217
3430
|
#
|
4218
3431
|
class TooManyTagsException < Aws::EmptyStructure; end
|
4219
3432
|
|
4220
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
4221
|
-
# data as a hash:
|
4222
|
-
#
|
4223
|
-
# {
|
4224
|
-
# resource_arn: "ResourceArn", # required
|
4225
|
-
# tag_keys: ["TagKey"], # required
|
4226
|
-
# }
|
4227
|
-
#
|
4228
3433
|
# @!attribute [rw] resource_arn
|
4229
3434
|
# The Amazon Resource Name (ARN) of the resource.
|
4230
3435
|
# @return [String]
|
@@ -4246,15 +3451,6 @@ module Aws::DirectConnect
|
|
4246
3451
|
#
|
4247
3452
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
4248
3453
|
|
4249
|
-
# @note When making an API call, you may pass UpdateConnectionRequest
|
4250
|
-
# data as a hash:
|
4251
|
-
#
|
4252
|
-
# {
|
4253
|
-
# connection_id: "ConnectionId", # required
|
4254
|
-
# connection_name: "ConnectionName",
|
4255
|
-
# encryption_mode: "EncryptionMode",
|
4256
|
-
# }
|
4257
|
-
#
|
4258
3454
|
# @!attribute [rw] connection_id
|
4259
3455
|
# The ID of the dedicated connection.
|
4260
3456
|
#
|
@@ -4282,23 +3478,6 @@ module Aws::DirectConnect
|
|
4282
3478
|
include Aws::Structure
|
4283
3479
|
end
|
4284
3480
|
|
4285
|
-
# @note When making an API call, you may pass UpdateDirectConnectGatewayAssociationRequest
|
4286
|
-
# data as a hash:
|
4287
|
-
#
|
4288
|
-
# {
|
4289
|
-
# association_id: "DirectConnectGatewayAssociationId",
|
4290
|
-
# add_allowed_prefixes_to_direct_connect_gateway: [
|
4291
|
-
# {
|
4292
|
-
# cidr: "CIDR",
|
4293
|
-
# },
|
4294
|
-
# ],
|
4295
|
-
# remove_allowed_prefixes_to_direct_connect_gateway: [
|
4296
|
-
# {
|
4297
|
-
# cidr: "CIDR",
|
4298
|
-
# },
|
4299
|
-
# ],
|
4300
|
-
# }
|
4301
|
-
#
|
4302
3481
|
# @!attribute [rw] association_id
|
4303
3482
|
# The ID of the Direct Connect gateway association.
|
4304
3483
|
# @return [String]
|
@@ -4335,14 +3514,6 @@ module Aws::DirectConnect
|
|
4335
3514
|
include Aws::Structure
|
4336
3515
|
end
|
4337
3516
|
|
4338
|
-
# @note When making an API call, you may pass UpdateDirectConnectGatewayRequest
|
4339
|
-
# data as a hash:
|
4340
|
-
#
|
4341
|
-
# {
|
4342
|
-
# direct_connect_gateway_id: "DirectConnectGatewayId", # required
|
4343
|
-
# new_direct_connect_gateway_name: "DirectConnectGatewayName", # required
|
4344
|
-
# }
|
4345
|
-
#
|
4346
3517
|
# @!attribute [rw] direct_connect_gateway_id
|
4347
3518
|
# The ID of the Direct Connect gateway to update.
|
4348
3519
|
# @return [String]
|
@@ -4374,16 +3545,6 @@ module Aws::DirectConnect
|
|
4374
3545
|
include Aws::Structure
|
4375
3546
|
end
|
4376
3547
|
|
4377
|
-
# @note When making an API call, you may pass UpdateLagRequest
|
4378
|
-
# data as a hash:
|
4379
|
-
#
|
4380
|
-
# {
|
4381
|
-
# lag_id: "LagId", # required
|
4382
|
-
# lag_name: "LagName",
|
4383
|
-
# minimum_links: 1,
|
4384
|
-
# encryption_mode: "EncryptionMode",
|
4385
|
-
# }
|
4386
|
-
#
|
4387
3548
|
# @!attribute [rw] lag_id
|
4388
3549
|
# The ID of the LAG.
|
4389
3550
|
# @return [String]
|
@@ -4415,16 +3576,6 @@ module Aws::DirectConnect
|
|
4415
3576
|
include Aws::Structure
|
4416
3577
|
end
|
4417
3578
|
|
4418
|
-
# @note When making an API call, you may pass UpdateVirtualInterfaceAttributesRequest
|
4419
|
-
# data as a hash:
|
4420
|
-
#
|
4421
|
-
# {
|
4422
|
-
# virtual_interface_id: "VirtualInterfaceId", # required
|
4423
|
-
# mtu: 1,
|
4424
|
-
# enable_site_link: false,
|
4425
|
-
# virtual_interface_name: "VirtualInterfaceName",
|
4426
|
-
# }
|
4427
|
-
#
|
4428
3579
|
# @!attribute [rw] virtual_interface_id
|
4429
3580
|
# The ID of the virtual private interface.
|
4430
3581
|
# @return [String]
|