@aws-sdk/client-direct-connect 3.775.0 → 3.776.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.
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +12 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +34 -4
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +1 -1
|
@@ -41,6 +41,12 @@ declare const CreateDirectConnectGatewayCommand_base: {
|
|
|
41
41
|
* const client = new DirectConnectClient(config);
|
|
42
42
|
* const input = { // CreateDirectConnectGatewayRequest
|
|
43
43
|
* directConnectGatewayName: "STRING_VALUE", // required
|
|
44
|
+
* tags: [ // TagList
|
|
45
|
+
* { // Tag
|
|
46
|
+
* key: "STRING_VALUE", // required
|
|
47
|
+
* value: "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
44
50
|
* amazonSideAsn: Number("long"),
|
|
45
51
|
* };
|
|
46
52
|
* const command = new CreateDirectConnectGatewayCommand(input);
|
|
@@ -53,6 +59,12 @@ declare const CreateDirectConnectGatewayCommand_base: {
|
|
|
53
59
|
* // ownerAccount: "STRING_VALUE",
|
|
54
60
|
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
55
61
|
* // stateChangeError: "STRING_VALUE",
|
|
62
|
+
* // tags: [ // TagList
|
|
63
|
+
* // { // Tag
|
|
64
|
+
* // key: "STRING_VALUE", // required
|
|
65
|
+
* // value: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
56
68
|
* // },
|
|
57
69
|
* // };
|
|
58
70
|
*
|
|
@@ -49,6 +49,12 @@ declare const DeleteDirectConnectGatewayCommand_base: {
|
|
|
49
49
|
* // ownerAccount: "STRING_VALUE",
|
|
50
50
|
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
51
51
|
* // stateChangeError: "STRING_VALUE",
|
|
52
|
+
* // tags: [ // TagList
|
|
53
|
+
* // { // Tag
|
|
54
|
+
* // key: "STRING_VALUE", // required
|
|
55
|
+
* // value: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
52
58
|
* // },
|
|
53
59
|
* // };
|
|
54
60
|
*
|
|
@@ -49,6 +49,14 @@ declare const DescribeDirectConnectGatewayAssociationsCommand_base: {
|
|
|
49
49
|
* <p>A Direct Connect gateway and a transit gateway</p>
|
|
50
50
|
* <p>The response contains the association between the Direct Connect gateway and transit gateway.</p>
|
|
51
51
|
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>A Direct Connect gateway and a virtual private gateway</p>
|
|
54
|
+
* <p>The response contains the association between the Direct Connect gateway and virtual private gateway.</p>
|
|
55
|
+
* </li>
|
|
56
|
+
* <li>
|
|
57
|
+
* <p>A Direct Connect gateway association to a Cloud WAN core network</p>
|
|
58
|
+
* <p>The response contains the Cloud WAN core network ID that the Direct Connect gateway is associated to.</p>
|
|
59
|
+
* </li>
|
|
52
60
|
* </ul>
|
|
53
61
|
* @example
|
|
54
62
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -50,6 +50,12 @@ declare const DescribeDirectConnectGatewaysCommand_base: {
|
|
|
50
50
|
* // ownerAccount: "STRING_VALUE",
|
|
51
51
|
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
52
52
|
* // stateChangeError: "STRING_VALUE",
|
|
53
|
+
* // tags: [ // TagList
|
|
54
|
+
* // { // Tag
|
|
55
|
+
* // key: "STRING_VALUE", // required
|
|
56
|
+
* // value: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
53
59
|
* // },
|
|
54
60
|
* // ],
|
|
55
61
|
* // nextToken: "STRING_VALUE",
|
|
@@ -48,6 +48,12 @@ declare const UpdateDirectConnectGatewayCommand_base: {
|
|
|
48
48
|
* // ownerAccount: "STRING_VALUE",
|
|
49
49
|
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
50
50
|
* // stateChangeError: "STRING_VALUE",
|
|
51
|
+
* // tags: [ // TagList
|
|
52
|
+
* // { // Tag
|
|
53
|
+
* // key: "STRING_VALUE", // required
|
|
54
|
+
* // value: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
51
57
|
* // },
|
|
52
58
|
* // };
|
|
53
59
|
*
|
|
@@ -39,12 +39,12 @@ export interface AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
|
39
39
|
overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | undefined;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
|
-
* <p>The Amazon Web Services Cloud WAN core network that the Direct Connect
|
|
42
|
+
* <p>The Amazon Web Services Cloud WAN core network that the Direct Connect gateway is associated to. This is only returned when a Direct Connect gateway is associated to a Cloud WAN core network.</p>
|
|
43
43
|
* @public
|
|
44
44
|
*/
|
|
45
45
|
export interface AssociatedCoreNetwork {
|
|
46
46
|
/**
|
|
47
|
-
* <p>The ID of the Cloud WAN core network.</p>
|
|
47
|
+
* <p>The ID of the Cloud WAN core network that the Direct Connect gateway is associated to.</p>
|
|
48
48
|
* @public
|
|
49
49
|
*/
|
|
50
50
|
id?: string | undefined;
|
|
@@ -54,7 +54,7 @@ export interface AssociatedCoreNetwork {
|
|
|
54
54
|
*/
|
|
55
55
|
ownerAccount?: string | undefined;
|
|
56
56
|
/**
|
|
57
|
-
* <p>the ID of the Direct Connect attachment
|
|
57
|
+
* <p>the ID of the Direct Connect gateway attachment.</p>
|
|
58
58
|
* @public
|
|
59
59
|
*/
|
|
60
60
|
attachmentId?: string | undefined;
|
|
@@ -176,7 +176,7 @@ export interface DirectConnectGatewayAssociation {
|
|
|
176
176
|
*/
|
|
177
177
|
allowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | undefined;
|
|
178
178
|
/**
|
|
179
|
-
* <p>The ID of the Cloud WAN core network associated with the Direct Connect attachment.</p>
|
|
179
|
+
* <p>The ID of the Cloud WAN core network associated with the Direct Connect gateway attachment.</p>
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
182
|
associatedCoreNetwork?: AssociatedCoreNetwork | undefined;
|
|
@@ -917,6 +917,10 @@ export interface VirtualInterface {
|
|
|
917
917
|
* </li>
|
|
918
918
|
* <li>
|
|
919
919
|
* <p>
|
|
920
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
921
|
+
* </li>
|
|
922
|
+
* <li>
|
|
923
|
+
* <p>
|
|
920
924
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
921
925
|
* </li>
|
|
922
926
|
* <li>
|
|
@@ -1378,6 +1382,10 @@ export interface ConfirmPrivateVirtualInterfaceResponse {
|
|
|
1378
1382
|
* </li>
|
|
1379
1383
|
* <li>
|
|
1380
1384
|
* <p>
|
|
1385
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
1386
|
+
* </li>
|
|
1387
|
+
* <li>
|
|
1388
|
+
* <p>
|
|
1381
1389
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
1382
1390
|
* </li>
|
|
1383
1391
|
* <li>
|
|
@@ -1436,6 +1444,10 @@ export interface ConfirmPublicVirtualInterfaceResponse {
|
|
|
1436
1444
|
* </li>
|
|
1437
1445
|
* <li>
|
|
1438
1446
|
* <p>
|
|
1447
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
1448
|
+
* </li>
|
|
1449
|
+
* <li>
|
|
1450
|
+
* <p>
|
|
1439
1451
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
1440
1452
|
* </li>
|
|
1441
1453
|
* <li>
|
|
@@ -1499,6 +1511,10 @@ export interface ConfirmTransitVirtualInterfaceResponse {
|
|
|
1499
1511
|
* </li>
|
|
1500
1512
|
* <li>
|
|
1501
1513
|
* <p>
|
|
1514
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
1515
|
+
* </li>
|
|
1516
|
+
* <li>
|
|
1517
|
+
* <p>
|
|
1502
1518
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
1503
1519
|
* </li>
|
|
1504
1520
|
* <li>
|
|
@@ -1634,6 +1650,11 @@ export interface CreateDirectConnectGatewayRequest {
|
|
|
1634
1650
|
* @public
|
|
1635
1651
|
*/
|
|
1636
1652
|
directConnectGatewayName: string | undefined;
|
|
1653
|
+
/**
|
|
1654
|
+
* <p>The key-value pair tags associated with the request.</p>
|
|
1655
|
+
* @public
|
|
1656
|
+
*/
|
|
1657
|
+
tags?: Tag[] | undefined;
|
|
1637
1658
|
/**
|
|
1638
1659
|
* <p>The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured
|
|
1639
1660
|
* on the Amazon side of the connection. The ASN must be in the private range of 64,512 to
|
|
@@ -1709,6 +1730,11 @@ export interface DirectConnectGateway {
|
|
|
1709
1730
|
* @public
|
|
1710
1731
|
*/
|
|
1711
1732
|
stateChangeError?: string | undefined;
|
|
1733
|
+
/**
|
|
1734
|
+
* <p>Information about a tag.</p>
|
|
1735
|
+
* @public
|
|
1736
|
+
*/
|
|
1737
|
+
tags?: Tag[] | undefined;
|
|
1712
1738
|
}
|
|
1713
1739
|
/**
|
|
1714
1740
|
* @public
|
|
@@ -2705,6 +2731,10 @@ export interface DeleteVirtualInterfaceResponse {
|
|
|
2705
2731
|
* </li>
|
|
2706
2732
|
* <li>
|
|
2707
2733
|
* <p>
|
|
2734
|
+
* <code>testing</code>: A virtual interface is in this state immediately after calling <a>StartBgpFailoverTest</a> and remains in this state during the duration of the test.</p>
|
|
2735
|
+
* </li>
|
|
2736
|
+
* <li>
|
|
2737
|
+
* <p>
|
|
2708
2738
|
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
2709
2739
|
* </li>
|
|
2710
2740
|
* <li>
|
|
@@ -365,6 +365,7 @@ export interface CreateConnectionRequest {
|
|
|
365
365
|
}
|
|
366
366
|
export interface CreateDirectConnectGatewayRequest {
|
|
367
367
|
directConnectGatewayName: string | undefined;
|
|
368
|
+
tags?: Tag[] | undefined;
|
|
368
369
|
amazonSideAsn?: number | undefined;
|
|
369
370
|
}
|
|
370
371
|
export declare const DirectConnectGatewayState: {
|
|
@@ -382,6 +383,7 @@ export interface DirectConnectGateway {
|
|
|
382
383
|
ownerAccount?: string | undefined;
|
|
383
384
|
directConnectGatewayState?: DirectConnectGatewayState | undefined;
|
|
384
385
|
stateChangeError?: string | undefined;
|
|
386
|
+
tags?: Tag[] | undefined;
|
|
385
387
|
}
|
|
386
388
|
export interface CreateDirectConnectGatewayResult {
|
|
387
389
|
directConnectGateway?: DirectConnectGateway | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-direct-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.776.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-direct-connect",
|