@aws-sdk/client-direct-connect 3.323.0 → 3.326.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/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +26 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +39 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +39 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +55 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +39 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +39 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +14 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +55 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +39 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +26 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +27 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +13 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +25 -0
- package/dist-types/commands/CreateLagCommand.d.ts +75 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +53 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +55 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +55 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +39 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +26 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +27 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +13 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +75 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +9 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +43 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +12 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +30 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +9 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +79 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +21 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +57 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +39 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +14 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +20 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +17 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +17 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +39 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +26 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +13 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +75 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +53 -0
- package/package.json +16 -16
|
@@ -34,6 +34,43 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteConnectionCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // Connection
|
|
38
|
+
* // ownerAccount: "STRING_VALUE",
|
|
39
|
+
* // connectionId: "STRING_VALUE",
|
|
40
|
+
* // connectionName: "STRING_VALUE",
|
|
41
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
42
|
+
* // region: "STRING_VALUE",
|
|
43
|
+
* // location: "STRING_VALUE",
|
|
44
|
+
* // bandwidth: "STRING_VALUE",
|
|
45
|
+
* // vlan: Number("int"),
|
|
46
|
+
* // partnerName: "STRING_VALUE",
|
|
47
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // lagId: "STRING_VALUE",
|
|
49
|
+
* // awsDevice: "STRING_VALUE",
|
|
50
|
+
* // jumboFrameCapable: true || false,
|
|
51
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
52
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
53
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
54
|
+
* // tags: [ // TagList
|
|
55
|
+
* // { // Tag
|
|
56
|
+
* // key: "STRING_VALUE", // required
|
|
57
|
+
* // value: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // providerName: "STRING_VALUE",
|
|
61
|
+
* // macSecCapable: true || false,
|
|
62
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
63
|
+
* // encryptionMode: "STRING_VALUE",
|
|
64
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
65
|
+
* // { // MacSecKey
|
|
66
|
+
* // secretARN: "STRING_VALUE",
|
|
67
|
+
* // ckn: "STRING_VALUE",
|
|
68
|
+
* // state: "STRING_VALUE",
|
|
69
|
+
* // startOn: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
37
74
|
* ```
|
|
38
75
|
*
|
|
39
76
|
* @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
|
|
@@ -48,6 +85,8 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
48
85
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
49
86
|
* <p>A server-side error occurred.</p>
|
|
50
87
|
*
|
|
88
|
+
* @throws {@link DirectConnectServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
51
90
|
*
|
|
52
91
|
*/
|
|
53
92
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -34,6 +34,30 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput extends Dele
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteDirectConnectGatewayAssociationCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteDirectConnectGatewayAssociationResult
|
|
38
|
+
* // directConnectGatewayAssociation: { // DirectConnectGatewayAssociation
|
|
39
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
40
|
+
* // directConnectGatewayOwnerAccount: "STRING_VALUE",
|
|
41
|
+
* // associationState: "associating" || "associated" || "disassociating" || "disassociated" || "updating",
|
|
42
|
+
* // stateChangeError: "STRING_VALUE",
|
|
43
|
+
* // associatedGateway: { // AssociatedGateway
|
|
44
|
+
* // id: "STRING_VALUE",
|
|
45
|
+
* // type: "virtualPrivateGateway" || "transitGateway",
|
|
46
|
+
* // ownerAccount: "STRING_VALUE",
|
|
47
|
+
* // region: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // associationId: "STRING_VALUE",
|
|
50
|
+
* // allowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
51
|
+
* // { // RouteFilterPrefix
|
|
52
|
+
* // cidr: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
56
|
+
* // virtualGatewayRegion: "STRING_VALUE",
|
|
57
|
+
* // virtualGatewayOwnerAccount: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
37
61
|
* ```
|
|
38
62
|
*
|
|
39
63
|
* @param DeleteDirectConnectGatewayAssociationCommandInput - {@link DeleteDirectConnectGatewayAssociationCommandInput}
|
|
@@ -48,6 +72,8 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput extends Dele
|
|
|
48
72
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
49
73
|
* <p>A server-side error occurred.</p>
|
|
50
74
|
*
|
|
75
|
+
* @throws {@link DirectConnectServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
51
77
|
*
|
|
52
78
|
*/
|
|
53
79
|
export declare class DeleteDirectConnectGatewayAssociationCommand extends $Command<DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -31,6 +31,31 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDirectConnectGatewayAssociationProposalCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteDirectConnectGatewayAssociationProposalResult
|
|
35
|
+
* // directConnectGatewayAssociationProposal: { // DirectConnectGatewayAssociationProposal
|
|
36
|
+
* // proposalId: "STRING_VALUE",
|
|
37
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
38
|
+
* // directConnectGatewayOwnerAccount: "STRING_VALUE",
|
|
39
|
+
* // proposalState: "requested" || "accepted" || "deleted",
|
|
40
|
+
* // associatedGateway: { // AssociatedGateway
|
|
41
|
+
* // id: "STRING_VALUE",
|
|
42
|
+
* // type: "virtualPrivateGateway" || "transitGateway",
|
|
43
|
+
* // ownerAccount: "STRING_VALUE",
|
|
44
|
+
* // region: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // existingAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
47
|
+
* // { // RouteFilterPrefix
|
|
48
|
+
* // cidr: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // requestedAllowedPrefixesToDirectConnectGateway: [
|
|
52
|
+
* // {
|
|
53
|
+
* // cidr: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
34
59
|
* ```
|
|
35
60
|
*
|
|
36
61
|
* @param DeleteDirectConnectGatewayAssociationProposalCommandInput - {@link DeleteDirectConnectGatewayAssociationProposalCommandInput}
|
|
@@ -45,6 +70,8 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
45
70
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
46
71
|
* <p>A server-side error occurred.</p>
|
|
47
72
|
*
|
|
73
|
+
* @throws {@link DirectConnectServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
48
75
|
*
|
|
49
76
|
*/
|
|
50
77
|
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends $Command<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -33,6 +33,17 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteDirectConnectGatewayCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteDirectConnectGatewayResult
|
|
37
|
+
* // directConnectGateway: { // DirectConnectGateway
|
|
38
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
39
|
+
* // directConnectGatewayName: "STRING_VALUE",
|
|
40
|
+
* // amazonSideAsn: Number("long"),
|
|
41
|
+
* // ownerAccount: "STRING_VALUE",
|
|
42
|
+
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
43
|
+
* // stateChangeError: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
36
47
|
* ```
|
|
37
48
|
*
|
|
38
49
|
* @param DeleteDirectConnectGatewayCommandInput - {@link DeleteDirectConnectGatewayCommandInput}
|
|
@@ -47,6 +58,8 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
|
|
|
47
58
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
48
59
|
* <p>A server-side error occurred.</p>
|
|
49
60
|
*
|
|
61
|
+
* @throws {@link DirectConnectServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
50
63
|
*
|
|
51
64
|
*/
|
|
52
65
|
export declare class DeleteDirectConnectGatewayCommand extends $Command<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -35,6 +35,10 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteInterconnectCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteInterconnectResponse
|
|
39
|
+
* // interconnectState: "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "unknown",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
38
42
|
* ```
|
|
39
43
|
*
|
|
40
44
|
* @param DeleteInterconnectCommandInput - {@link DeleteInterconnectCommandInput}
|
|
@@ -49,6 +53,8 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
|
|
|
49
53
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
50
54
|
* <p>A server-side error occurred.</p>
|
|
51
55
|
*
|
|
56
|
+
* @throws {@link DirectConnectServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
52
58
|
*
|
|
53
59
|
*/
|
|
54
60
|
export declare class DeleteInterconnectCommand extends $Command<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -32,6 +32,79 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteLagCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // Lag
|
|
36
|
+
* // connectionsBandwidth: "STRING_VALUE",
|
|
37
|
+
* // numberOfConnections: Number("int"),
|
|
38
|
+
* // lagId: "STRING_VALUE",
|
|
39
|
+
* // ownerAccount: "STRING_VALUE",
|
|
40
|
+
* // lagName: "STRING_VALUE",
|
|
41
|
+
* // lagState: "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "unknown",
|
|
42
|
+
* // location: "STRING_VALUE",
|
|
43
|
+
* // region: "STRING_VALUE",
|
|
44
|
+
* // minimumLinks: Number("int"),
|
|
45
|
+
* // awsDevice: "STRING_VALUE",
|
|
46
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
47
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
48
|
+
* // connections: [ // ConnectionList
|
|
49
|
+
* // { // Connection
|
|
50
|
+
* // ownerAccount: "STRING_VALUE",
|
|
51
|
+
* // connectionId: "STRING_VALUE",
|
|
52
|
+
* // connectionName: "STRING_VALUE",
|
|
53
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
54
|
+
* // region: "STRING_VALUE",
|
|
55
|
+
* // location: "STRING_VALUE",
|
|
56
|
+
* // bandwidth: "STRING_VALUE",
|
|
57
|
+
* // vlan: Number("int"),
|
|
58
|
+
* // partnerName: "STRING_VALUE",
|
|
59
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
60
|
+
* // lagId: "STRING_VALUE",
|
|
61
|
+
* // awsDevice: "STRING_VALUE",
|
|
62
|
+
* // jumboFrameCapable: true || false,
|
|
63
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
64
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
65
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
66
|
+
* // tags: [ // TagList
|
|
67
|
+
* // { // Tag
|
|
68
|
+
* // key: "STRING_VALUE", // required
|
|
69
|
+
* // value: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // providerName: "STRING_VALUE",
|
|
73
|
+
* // macSecCapable: true || false,
|
|
74
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
75
|
+
* // encryptionMode: "STRING_VALUE",
|
|
76
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
77
|
+
* // { // MacSecKey
|
|
78
|
+
* // secretARN: "STRING_VALUE",
|
|
79
|
+
* // ckn: "STRING_VALUE",
|
|
80
|
+
* // state: "STRING_VALUE",
|
|
81
|
+
* // startOn: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // allowsHostedConnections: true || false,
|
|
87
|
+
* // jumboFrameCapable: true || false,
|
|
88
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
89
|
+
* // tags: [
|
|
90
|
+
* // {
|
|
91
|
+
* // key: "STRING_VALUE", // required
|
|
92
|
+
* // value: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // ],
|
|
95
|
+
* // providerName: "STRING_VALUE",
|
|
96
|
+
* // macSecCapable: true || false,
|
|
97
|
+
* // encryptionMode: "STRING_VALUE",
|
|
98
|
+
* // macSecKeys: [
|
|
99
|
+
* // {
|
|
100
|
+
* // secretARN: "STRING_VALUE",
|
|
101
|
+
* // ckn: "STRING_VALUE",
|
|
102
|
+
* // state: "STRING_VALUE",
|
|
103
|
+
* // startOn: "STRING_VALUE",
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
106
|
+
* // };
|
|
107
|
+
*
|
|
35
108
|
* ```
|
|
36
109
|
*
|
|
37
110
|
* @param DeleteLagCommandInput - {@link DeleteLagCommandInput}
|
|
@@ -46,6 +119,8 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
46
119
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
47
120
|
* <p>A server-side error occurred.</p>
|
|
48
121
|
*
|
|
122
|
+
* @throws {@link DirectConnectServiceException}
|
|
123
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
49
124
|
*
|
|
50
125
|
*/
|
|
51
126
|
export declare class DeleteLagCommand extends $Command<DeleteLagCommandInput, DeleteLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteVirtualInterfaceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteVirtualInterfaceResponse
|
|
35
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param DeleteVirtualInterfaceCommandInput - {@link DeleteVirtualInterfaceCommandInput}
|
|
@@ -45,6 +49,8 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
|
|
|
45
49
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
46
50
|
* <p>A server-side error occurred.</p>
|
|
47
51
|
*
|
|
52
|
+
* @throws {@link DirectConnectServiceException}
|
|
53
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
48
54
|
*
|
|
49
55
|
*/
|
|
50
56
|
export declare class DeleteVirtualInterfaceCommand extends $Command<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -40,6 +40,13 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribeConnectionLoaCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeConnectionLoaResponse
|
|
44
|
+
* // loa: { // Loa
|
|
45
|
+
* // loaContent: "BLOB_VALUE",
|
|
46
|
+
* // loaContentType: "application/pdf",
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
43
50
|
* ```
|
|
44
51
|
*
|
|
45
52
|
* @param DescribeConnectionLoaCommandInput - {@link DescribeConnectionLoaCommandInput}
|
|
@@ -54,6 +61,8 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
|
|
|
54
61
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
55
62
|
* <p>A server-side error occurred.</p>
|
|
56
63
|
*
|
|
64
|
+
* @throws {@link DirectConnectServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
57
66
|
*
|
|
58
67
|
*/
|
|
59
68
|
export declare class DescribeConnectionLoaCommand extends $Command<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -31,6 +31,47 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeConnectionsCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // Connections
|
|
35
|
+
* // connections: [ // ConnectionList
|
|
36
|
+
* // { // Connection
|
|
37
|
+
* // ownerAccount: "STRING_VALUE",
|
|
38
|
+
* // connectionId: "STRING_VALUE",
|
|
39
|
+
* // connectionName: "STRING_VALUE",
|
|
40
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
41
|
+
* // region: "STRING_VALUE",
|
|
42
|
+
* // location: "STRING_VALUE",
|
|
43
|
+
* // bandwidth: "STRING_VALUE",
|
|
44
|
+
* // vlan: Number("int"),
|
|
45
|
+
* // partnerName: "STRING_VALUE",
|
|
46
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // lagId: "STRING_VALUE",
|
|
48
|
+
* // awsDevice: "STRING_VALUE",
|
|
49
|
+
* // jumboFrameCapable: true || false,
|
|
50
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
51
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
52
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
53
|
+
* // tags: [ // TagList
|
|
54
|
+
* // { // Tag
|
|
55
|
+
* // key: "STRING_VALUE", // required
|
|
56
|
+
* // value: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // providerName: "STRING_VALUE",
|
|
60
|
+
* // macSecCapable: true || false,
|
|
61
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
62
|
+
* // encryptionMode: "STRING_VALUE",
|
|
63
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
64
|
+
* // { // MacSecKey
|
|
65
|
+
* // secretARN: "STRING_VALUE",
|
|
66
|
+
* // ckn: "STRING_VALUE",
|
|
67
|
+
* // state: "STRING_VALUE",
|
|
68
|
+
* // startOn: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
34
75
|
* ```
|
|
35
76
|
*
|
|
36
77
|
* @param DescribeConnectionsCommandInput - {@link DescribeConnectionsCommandInput}
|
|
@@ -45,6 +86,8 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat
|
|
|
45
86
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
46
87
|
* <p>A server-side error occurred.</p>
|
|
47
88
|
*
|
|
89
|
+
* @throws {@link DirectConnectServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
48
91
|
*
|
|
49
92
|
*/
|
|
50
93
|
export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -37,6 +37,47 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DescribeConnectionsOnInterconnectCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // Connections
|
|
41
|
+
* // connections: [ // ConnectionList
|
|
42
|
+
* // { // Connection
|
|
43
|
+
* // ownerAccount: "STRING_VALUE",
|
|
44
|
+
* // connectionId: "STRING_VALUE",
|
|
45
|
+
* // connectionName: "STRING_VALUE",
|
|
46
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
47
|
+
* // region: "STRING_VALUE",
|
|
48
|
+
* // location: "STRING_VALUE",
|
|
49
|
+
* // bandwidth: "STRING_VALUE",
|
|
50
|
+
* // vlan: Number("int"),
|
|
51
|
+
* // partnerName: "STRING_VALUE",
|
|
52
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // lagId: "STRING_VALUE",
|
|
54
|
+
* // awsDevice: "STRING_VALUE",
|
|
55
|
+
* // jumboFrameCapable: true || false,
|
|
56
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
57
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
58
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
59
|
+
* // tags: [ // TagList
|
|
60
|
+
* // { // Tag
|
|
61
|
+
* // key: "STRING_VALUE", // required
|
|
62
|
+
* // value: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // providerName: "STRING_VALUE",
|
|
66
|
+
* // macSecCapable: true || false,
|
|
67
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
68
|
+
* // encryptionMode: "STRING_VALUE",
|
|
69
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
70
|
+
* // { // MacSecKey
|
|
71
|
+
* // secretARN: "STRING_VALUE",
|
|
72
|
+
* // ckn: "STRING_VALUE",
|
|
73
|
+
* // state: "STRING_VALUE",
|
|
74
|
+
* // startOn: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
40
81
|
* ```
|
|
41
82
|
*
|
|
42
83
|
* @param DescribeConnectionsOnInterconnectCommandInput - {@link DescribeConnectionsOnInterconnectCommandInput}
|
|
@@ -51,6 +92,8 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
|
|
|
51
92
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
52
93
|
* <p>A server-side error occurred.</p>
|
|
53
94
|
*
|
|
95
|
+
* @throws {@link DirectConnectServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
54
97
|
*
|
|
55
98
|
*/
|
|
56
99
|
export declare class DescribeConnectionsOnInterconnectCommand extends $Command<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -29,6 +29,16 @@ export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerM
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new DescribeCustomerMetadataCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // DescribeCustomerMetadataResponse
|
|
33
|
+
* // agreements: [ // AgreementList
|
|
34
|
+
* // { // CustomerAgreement
|
|
35
|
+
* // agreementName: "STRING_VALUE",
|
|
36
|
+
* // status: "STRING_VALUE",
|
|
37
|
+
* // },
|
|
38
|
+
* // ],
|
|
39
|
+
* // nniPartnerType: "v1" || "v2" || "nonPartner",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
32
42
|
* ```
|
|
33
43
|
*
|
|
34
44
|
* @param DescribeCustomerMetadataCommandInput - {@link DescribeCustomerMetadataCommandInput}
|
|
@@ -43,6 +53,8 @@ export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerM
|
|
|
43
53
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
44
54
|
* <p>A server-side error occurred.</p>
|
|
45
55
|
*
|
|
56
|
+
* @throws {@link DirectConnectServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
46
58
|
*
|
|
47
59
|
*/
|
|
48
60
|
export declare class DescribeCustomerMetadataCommand extends $Command<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -35,6 +35,34 @@ export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput e
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DescribeDirectConnectGatewayAssociationProposalsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DescribeDirectConnectGatewayAssociationProposalsResult
|
|
39
|
+
* // directConnectGatewayAssociationProposals: [ // DirectConnectGatewayAssociationProposalList
|
|
40
|
+
* // { // DirectConnectGatewayAssociationProposal
|
|
41
|
+
* // proposalId: "STRING_VALUE",
|
|
42
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
43
|
+
* // directConnectGatewayOwnerAccount: "STRING_VALUE",
|
|
44
|
+
* // proposalState: "requested" || "accepted" || "deleted",
|
|
45
|
+
* // associatedGateway: { // AssociatedGateway
|
|
46
|
+
* // id: "STRING_VALUE",
|
|
47
|
+
* // type: "virtualPrivateGateway" || "transitGateway",
|
|
48
|
+
* // ownerAccount: "STRING_VALUE",
|
|
49
|
+
* // region: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // existingAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
52
|
+
* // { // RouteFilterPrefix
|
|
53
|
+
* // cidr: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // requestedAllowedPrefixesToDirectConnectGateway: [
|
|
57
|
+
* // {
|
|
58
|
+
* // cidr: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // nextToken: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
38
66
|
* ```
|
|
39
67
|
*
|
|
40
68
|
* @param DescribeDirectConnectGatewayAssociationProposalsCommandInput - {@link DescribeDirectConnectGatewayAssociationProposalsCommandInput}
|
|
@@ -49,6 +77,8 @@ export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput e
|
|
|
49
77
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
50
78
|
* <p>A server-side error occurred.</p>
|
|
51
79
|
*
|
|
80
|
+
* @throws {@link DirectConnectServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
52
82
|
*
|
|
53
83
|
*/
|
|
54
84
|
export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Command<DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -58,6 +58,33 @@ export interface DescribeDirectConnectGatewayAssociationsCommandOutput extends D
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new DescribeDirectConnectGatewayAssociationsCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // DescribeDirectConnectGatewayAssociationsResult
|
|
62
|
+
* // directConnectGatewayAssociations: [ // DirectConnectGatewayAssociationList
|
|
63
|
+
* // { // DirectConnectGatewayAssociation
|
|
64
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
65
|
+
* // directConnectGatewayOwnerAccount: "STRING_VALUE",
|
|
66
|
+
* // associationState: "associating" || "associated" || "disassociating" || "disassociated" || "updating",
|
|
67
|
+
* // stateChangeError: "STRING_VALUE",
|
|
68
|
+
* // associatedGateway: { // AssociatedGateway
|
|
69
|
+
* // id: "STRING_VALUE",
|
|
70
|
+
* // type: "virtualPrivateGateway" || "transitGateway",
|
|
71
|
+
* // ownerAccount: "STRING_VALUE",
|
|
72
|
+
* // region: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // associationId: "STRING_VALUE",
|
|
75
|
+
* // allowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
76
|
+
* // { // RouteFilterPrefix
|
|
77
|
+
* // cidr: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
81
|
+
* // virtualGatewayRegion: "STRING_VALUE",
|
|
82
|
+
* // virtualGatewayOwnerAccount: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // nextToken: "STRING_VALUE",
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
61
88
|
* ```
|
|
62
89
|
*
|
|
63
90
|
* @param DescribeDirectConnectGatewayAssociationsCommandInput - {@link DescribeDirectConnectGatewayAssociationsCommandInput}
|
|
@@ -72,6 +99,8 @@ export interface DescribeDirectConnectGatewayAssociationsCommandOutput extends D
|
|
|
72
99
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
73
100
|
* <p>A server-side error occurred.</p>
|
|
74
101
|
*
|
|
102
|
+
* @throws {@link DirectConnectServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
75
104
|
*
|
|
76
105
|
*/
|
|
77
106
|
export declare class DescribeDirectConnectGatewayAssociationsCommand extends $Command<DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -38,6 +38,21 @@ export interface DescribeDirectConnectGatewayAttachmentsCommandOutput extends De
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DescribeDirectConnectGatewayAttachmentsCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // DescribeDirectConnectGatewayAttachmentsResult
|
|
42
|
+
* // directConnectGatewayAttachments: [ // DirectConnectGatewayAttachmentList
|
|
43
|
+
* // { // DirectConnectGatewayAttachment
|
|
44
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
45
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
46
|
+
* // virtualInterfaceRegion: "STRING_VALUE",
|
|
47
|
+
* // virtualInterfaceOwnerAccount: "STRING_VALUE",
|
|
48
|
+
* // attachmentState: "attaching" || "attached" || "detaching" || "detached",
|
|
49
|
+
* // attachmentType: "TransitVirtualInterface" || "PrivateVirtualInterface",
|
|
50
|
+
* // stateChangeError: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // nextToken: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
41
56
|
* ```
|
|
42
57
|
*
|
|
43
58
|
* @param DescribeDirectConnectGatewayAttachmentsCommandInput - {@link DescribeDirectConnectGatewayAttachmentsCommandInput}
|
|
@@ -52,6 +67,8 @@ export interface DescribeDirectConnectGatewayAttachmentsCommandOutput extends De
|
|
|
52
67
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
53
68
|
* <p>A server-side error occurred.</p>
|
|
54
69
|
*
|
|
70
|
+
* @throws {@link DirectConnectServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
55
72
|
*
|
|
56
73
|
*/
|
|
57
74
|
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends $Command<DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -33,6 +33,20 @@ export interface DescribeDirectConnectGatewaysCommandOutput extends DescribeDire
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeDirectConnectGatewaysCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeDirectConnectGatewaysResult
|
|
37
|
+
* // directConnectGateways: [ // DirectConnectGatewayList
|
|
38
|
+
* // { // DirectConnectGateway
|
|
39
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
40
|
+
* // directConnectGatewayName: "STRING_VALUE",
|
|
41
|
+
* // amazonSideAsn: Number("long"),
|
|
42
|
+
* // ownerAccount: "STRING_VALUE",
|
|
43
|
+
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
44
|
+
* // stateChangeError: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // nextToken: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
36
50
|
* ```
|
|
37
51
|
*
|
|
38
52
|
* @param DescribeDirectConnectGatewaysCommandInput - {@link DescribeDirectConnectGatewaysCommandInput}
|
|
@@ -47,6 +61,8 @@ export interface DescribeDirectConnectGatewaysCommandOutput extends DescribeDire
|
|
|
47
61
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
48
62
|
* <p>A server-side error occurred.</p>
|
|
49
63
|
*
|
|
64
|
+
* @throws {@link DirectConnectServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
50
66
|
*
|
|
51
67
|
*/
|
|
52
68
|
export declare class DescribeDirectConnectGatewaysCommand extends $Command<DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput, DirectConnectClientResolvedConfig> {
|