@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
|
@@ -38,6 +38,30 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new AcceptDirectConnectGatewayAssociationProposalCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // AcceptDirectConnectGatewayAssociationProposalResult
|
|
42
|
+
* // directConnectGatewayAssociation: { // DirectConnectGatewayAssociation
|
|
43
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
44
|
+
* // directConnectGatewayOwnerAccount: "STRING_VALUE",
|
|
45
|
+
* // associationState: "associating" || "associated" || "disassociating" || "disassociated" || "updating",
|
|
46
|
+
* // stateChangeError: "STRING_VALUE",
|
|
47
|
+
* // associatedGateway: { // AssociatedGateway
|
|
48
|
+
* // id: "STRING_VALUE",
|
|
49
|
+
* // type: "virtualPrivateGateway" || "transitGateway",
|
|
50
|
+
* // ownerAccount: "STRING_VALUE",
|
|
51
|
+
* // region: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // associationId: "STRING_VALUE",
|
|
54
|
+
* // allowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
55
|
+
* // { // RouteFilterPrefix
|
|
56
|
+
* // cidr: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
60
|
+
* // virtualGatewayRegion: "STRING_VALUE",
|
|
61
|
+
* // virtualGatewayOwnerAccount: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
41
65
|
* ```
|
|
42
66
|
*
|
|
43
67
|
* @param AcceptDirectConnectGatewayAssociationProposalCommandInput - {@link AcceptDirectConnectGatewayAssociationProposalCommandInput}
|
|
@@ -52,6 +76,8 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
52
76
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
53
77
|
* <p>A server-side error occurred.</p>
|
|
54
78
|
*
|
|
79
|
+
* @throws {@link DirectConnectServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
55
81
|
*
|
|
56
82
|
*/
|
|
57
83
|
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -42,6 +42,43 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new AllocateConnectionOnInterconnectCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // Connection
|
|
46
|
+
* // ownerAccount: "STRING_VALUE",
|
|
47
|
+
* // connectionId: "STRING_VALUE",
|
|
48
|
+
* // connectionName: "STRING_VALUE",
|
|
49
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
50
|
+
* // region: "STRING_VALUE",
|
|
51
|
+
* // location: "STRING_VALUE",
|
|
52
|
+
* // bandwidth: "STRING_VALUE",
|
|
53
|
+
* // vlan: Number("int"),
|
|
54
|
+
* // partnerName: "STRING_VALUE",
|
|
55
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // lagId: "STRING_VALUE",
|
|
57
|
+
* // awsDevice: "STRING_VALUE",
|
|
58
|
+
* // jumboFrameCapable: true || false,
|
|
59
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
60
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
61
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
62
|
+
* // tags: [ // TagList
|
|
63
|
+
* // { // Tag
|
|
64
|
+
* // key: "STRING_VALUE", // required
|
|
65
|
+
* // value: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // providerName: "STRING_VALUE",
|
|
69
|
+
* // macSecCapable: true || false,
|
|
70
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
71
|
+
* // encryptionMode: "STRING_VALUE",
|
|
72
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
73
|
+
* // { // MacSecKey
|
|
74
|
+
* // secretARN: "STRING_VALUE",
|
|
75
|
+
* // ckn: "STRING_VALUE",
|
|
76
|
+
* // state: "STRING_VALUE",
|
|
77
|
+
* // startOn: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
45
82
|
* ```
|
|
46
83
|
*
|
|
47
84
|
* @param AllocateConnectionOnInterconnectCommandInput - {@link AllocateConnectionOnInterconnectCommandInput}
|
|
@@ -56,6 +93,8 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio
|
|
|
56
93
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
57
94
|
* <p>A server-side error occurred.</p>
|
|
58
95
|
*
|
|
96
|
+
* @throws {@link DirectConnectServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
59
98
|
*
|
|
60
99
|
*/
|
|
61
100
|
export declare class AllocateConnectionOnInterconnectCommand extends $Command<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -46,6 +46,43 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new AllocateHostedConnectionCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
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
|
+
*
|
|
49
86
|
* ```
|
|
50
87
|
*
|
|
51
88
|
* @param AllocateHostedConnectionCommandInput - {@link AllocateHostedConnectionCommandInput}
|
|
@@ -66,6 +103,8 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met
|
|
|
66
103
|
* @throws {@link TooManyTagsException} (client fault)
|
|
67
104
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
68
105
|
*
|
|
106
|
+
* @throws {@link DirectConnectServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
69
108
|
*
|
|
70
109
|
*/
|
|
71
110
|
export declare class AllocateHostedConnectionCommand extends $Command<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -50,6 +50,57 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new AllocatePrivateVirtualInterfaceCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // VirtualInterface
|
|
54
|
+
* // ownerAccount: "STRING_VALUE",
|
|
55
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
56
|
+
* // location: "STRING_VALUE",
|
|
57
|
+
* // connectionId: "STRING_VALUE",
|
|
58
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
59
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
60
|
+
* // vlan: Number("int"),
|
|
61
|
+
* // asn: Number("int"),
|
|
62
|
+
* // amazonSideAsn: Number("long"),
|
|
63
|
+
* // authKey: "STRING_VALUE",
|
|
64
|
+
* // amazonAddress: "STRING_VALUE",
|
|
65
|
+
* // customerAddress: "STRING_VALUE",
|
|
66
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
67
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
68
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
69
|
+
* // mtu: Number("int"),
|
|
70
|
+
* // jumboFrameCapable: true || false,
|
|
71
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
72
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
73
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
74
|
+
* // { // RouteFilterPrefix
|
|
75
|
+
* // cidr: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // bgpPeers: [ // BGPPeerList
|
|
79
|
+
* // { // BGPPeer
|
|
80
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
81
|
+
* // asn: Number("int"),
|
|
82
|
+
* // authKey: "STRING_VALUE",
|
|
83
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
84
|
+
* // amazonAddress: "STRING_VALUE",
|
|
85
|
+
* // customerAddress: "STRING_VALUE",
|
|
86
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
87
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
88
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
89
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // region: "STRING_VALUE",
|
|
93
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
94
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
95
|
+
* // tags: [ // TagList
|
|
96
|
+
* // { // Tag
|
|
97
|
+
* // key: "STRING_VALUE", // required
|
|
98
|
+
* // value: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // ],
|
|
101
|
+
* // siteLinkEnabled: true || false,
|
|
102
|
+
* // };
|
|
103
|
+
*
|
|
53
104
|
* ```
|
|
54
105
|
*
|
|
55
106
|
* @param AllocatePrivateVirtualInterfaceCommandInput - {@link AllocatePrivateVirtualInterfaceCommandInput}
|
|
@@ -70,6 +121,8 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
|
|
|
70
121
|
* @throws {@link TooManyTagsException} (client fault)
|
|
71
122
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
72
123
|
*
|
|
124
|
+
* @throws {@link DirectConnectServiceException}
|
|
125
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
73
126
|
*
|
|
74
127
|
*/
|
|
75
128
|
export declare class AllocatePrivateVirtualInterfaceCommand extends $Command<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -57,6 +57,57 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
|
|
|
57
57
|
* };
|
|
58
58
|
* const command = new AllocatePublicVirtualInterfaceCommand(input);
|
|
59
59
|
* const response = await client.send(command);
|
|
60
|
+
* // { // VirtualInterface
|
|
61
|
+
* // ownerAccount: "STRING_VALUE",
|
|
62
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
63
|
+
* // location: "STRING_VALUE",
|
|
64
|
+
* // connectionId: "STRING_VALUE",
|
|
65
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
66
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
67
|
+
* // vlan: Number("int"),
|
|
68
|
+
* // asn: Number("int"),
|
|
69
|
+
* // amazonSideAsn: Number("long"),
|
|
70
|
+
* // authKey: "STRING_VALUE",
|
|
71
|
+
* // amazonAddress: "STRING_VALUE",
|
|
72
|
+
* // customerAddress: "STRING_VALUE",
|
|
73
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
74
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
75
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
76
|
+
* // mtu: Number("int"),
|
|
77
|
+
* // jumboFrameCapable: true || false,
|
|
78
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
79
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
80
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
81
|
+
* // { // RouteFilterPrefix
|
|
82
|
+
* // cidr: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // bgpPeers: [ // BGPPeerList
|
|
86
|
+
* // { // BGPPeer
|
|
87
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
88
|
+
* // asn: Number("int"),
|
|
89
|
+
* // authKey: "STRING_VALUE",
|
|
90
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
91
|
+
* // amazonAddress: "STRING_VALUE",
|
|
92
|
+
* // customerAddress: "STRING_VALUE",
|
|
93
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
94
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
95
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
96
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
97
|
+
* // },
|
|
98
|
+
* // ],
|
|
99
|
+
* // region: "STRING_VALUE",
|
|
100
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
101
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
102
|
+
* // tags: [ // TagList
|
|
103
|
+
* // { // Tag
|
|
104
|
+
* // key: "STRING_VALUE", // required
|
|
105
|
+
* // value: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // ],
|
|
108
|
+
* // siteLinkEnabled: true || false,
|
|
109
|
+
* // };
|
|
110
|
+
*
|
|
60
111
|
* ```
|
|
61
112
|
*
|
|
62
113
|
* @param AllocatePublicVirtualInterfaceCommandInput - {@link AllocatePublicVirtualInterfaceCommandInput}
|
|
@@ -77,6 +128,8 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
|
|
|
77
128
|
* @throws {@link TooManyTagsException} (client fault)
|
|
78
129
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
79
130
|
*
|
|
131
|
+
* @throws {@link DirectConnectServiceException}
|
|
132
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
80
133
|
*
|
|
81
134
|
*/
|
|
82
135
|
export declare class AllocatePublicVirtualInterfaceCommand extends $Command<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -50,6 +50,59 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new AllocateTransitVirtualInterfaceCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // AllocateTransitVirtualInterfaceResult
|
|
54
|
+
* // virtualInterface: { // VirtualInterface
|
|
55
|
+
* // ownerAccount: "STRING_VALUE",
|
|
56
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
57
|
+
* // location: "STRING_VALUE",
|
|
58
|
+
* // connectionId: "STRING_VALUE",
|
|
59
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
60
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
61
|
+
* // vlan: Number("int"),
|
|
62
|
+
* // asn: Number("int"),
|
|
63
|
+
* // amazonSideAsn: Number("long"),
|
|
64
|
+
* // authKey: "STRING_VALUE",
|
|
65
|
+
* // amazonAddress: "STRING_VALUE",
|
|
66
|
+
* // customerAddress: "STRING_VALUE",
|
|
67
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
68
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
69
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
70
|
+
* // mtu: Number("int"),
|
|
71
|
+
* // jumboFrameCapable: true || false,
|
|
72
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
73
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
74
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
75
|
+
* // { // RouteFilterPrefix
|
|
76
|
+
* // cidr: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // bgpPeers: [ // BGPPeerList
|
|
80
|
+
* // { // BGPPeer
|
|
81
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
82
|
+
* // asn: Number("int"),
|
|
83
|
+
* // authKey: "STRING_VALUE",
|
|
84
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
85
|
+
* // amazonAddress: "STRING_VALUE",
|
|
86
|
+
* // customerAddress: "STRING_VALUE",
|
|
87
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
88
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
89
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
90
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
93
|
+
* // region: "STRING_VALUE",
|
|
94
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
95
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
96
|
+
* // tags: [ // TagList
|
|
97
|
+
* // { // Tag
|
|
98
|
+
* // key: "STRING_VALUE", // required
|
|
99
|
+
* // value: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
102
|
+
* // siteLinkEnabled: true || false,
|
|
103
|
+
* // },
|
|
104
|
+
* // };
|
|
105
|
+
*
|
|
53
106
|
* ```
|
|
54
107
|
*
|
|
55
108
|
* @param AllocateTransitVirtualInterfaceCommandInput - {@link AllocateTransitVirtualInterfaceCommandInput}
|
|
@@ -70,6 +123,8 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
|
|
|
70
123
|
* @throws {@link TooManyTagsException} (client fault)
|
|
71
124
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
72
125
|
*
|
|
126
|
+
* @throws {@link DirectConnectServiceException}
|
|
127
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
73
128
|
*
|
|
74
129
|
*/
|
|
75
130
|
export declare class AllocateTransitVirtualInterfaceCommand extends $Command<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -45,6 +45,43 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new AssociateConnectionWithLagCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // Connection
|
|
49
|
+
* // ownerAccount: "STRING_VALUE",
|
|
50
|
+
* // connectionId: "STRING_VALUE",
|
|
51
|
+
* // connectionName: "STRING_VALUE",
|
|
52
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
53
|
+
* // region: "STRING_VALUE",
|
|
54
|
+
* // location: "STRING_VALUE",
|
|
55
|
+
* // bandwidth: "STRING_VALUE",
|
|
56
|
+
* // vlan: Number("int"),
|
|
57
|
+
* // partnerName: "STRING_VALUE",
|
|
58
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // lagId: "STRING_VALUE",
|
|
60
|
+
* // awsDevice: "STRING_VALUE",
|
|
61
|
+
* // jumboFrameCapable: true || false,
|
|
62
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
63
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
64
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
65
|
+
* // tags: [ // TagList
|
|
66
|
+
* // { // Tag
|
|
67
|
+
* // key: "STRING_VALUE", // required
|
|
68
|
+
* // value: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // providerName: "STRING_VALUE",
|
|
72
|
+
* // macSecCapable: true || false,
|
|
73
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
74
|
+
* // encryptionMode: "STRING_VALUE",
|
|
75
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
76
|
+
* // { // MacSecKey
|
|
77
|
+
* // secretARN: "STRING_VALUE",
|
|
78
|
+
* // ckn: "STRING_VALUE",
|
|
79
|
+
* // state: "STRING_VALUE",
|
|
80
|
+
* // startOn: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // };
|
|
84
|
+
*
|
|
48
85
|
* ```
|
|
49
86
|
*
|
|
50
87
|
* @param AssociateConnectionWithLagCommandInput - {@link AssociateConnectionWithLagCommandInput}
|
|
@@ -59,6 +96,8 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M
|
|
|
59
96
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
60
97
|
* <p>A server-side error occurred.</p>
|
|
61
98
|
*
|
|
99
|
+
* @throws {@link DirectConnectServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
62
101
|
*
|
|
63
102
|
*/
|
|
64
103
|
export declare class AssociateConnectionWithLagCommand extends $Command<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -39,6 +39,43 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new AssociateHostedConnectionCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
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
|
+
*
|
|
42
79
|
* ```
|
|
43
80
|
*
|
|
44
81
|
* @param AssociateHostedConnectionCommandInput - {@link AssociateHostedConnectionCommandInput}
|
|
@@ -53,6 +90,8 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me
|
|
|
53
90
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
54
91
|
* <p>A server-side error occurred.</p>
|
|
55
92
|
*
|
|
93
|
+
* @throws {@link DirectConnectServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
56
95
|
*
|
|
57
96
|
*/
|
|
58
97
|
export declare class AssociateHostedConnectionCommand extends $Command<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -36,6 +36,18 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new AssociateMacSecKeyCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // AssociateMacSecKeyResponse
|
|
40
|
+
* // connectionId: "STRING_VALUE",
|
|
41
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
42
|
+
* // { // MacSecKey
|
|
43
|
+
* // secretARN: "STRING_VALUE",
|
|
44
|
+
* // ckn: "STRING_VALUE",
|
|
45
|
+
* // state: "STRING_VALUE",
|
|
46
|
+
* // startOn: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
39
51
|
* ```
|
|
40
52
|
*
|
|
41
53
|
* @param AssociateMacSecKeyCommandInput - {@link AssociateMacSecKeyCommandInput}
|
|
@@ -50,6 +62,8 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo
|
|
|
50
62
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
51
63
|
* <p>A server-side error occurred.</p>
|
|
52
64
|
*
|
|
65
|
+
* @throws {@link DirectConnectServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
53
67
|
*
|
|
54
68
|
*/
|
|
55
69
|
export declare class AssociateMacSecKeyCommand extends $Command<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -41,6 +41,57 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new AssociateVirtualInterfaceCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // VirtualInterface
|
|
45
|
+
* // ownerAccount: "STRING_VALUE",
|
|
46
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
47
|
+
* // location: "STRING_VALUE",
|
|
48
|
+
* // connectionId: "STRING_VALUE",
|
|
49
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
50
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
51
|
+
* // vlan: Number("int"),
|
|
52
|
+
* // asn: Number("int"),
|
|
53
|
+
* // amazonSideAsn: Number("long"),
|
|
54
|
+
* // authKey: "STRING_VALUE",
|
|
55
|
+
* // amazonAddress: "STRING_VALUE",
|
|
56
|
+
* // customerAddress: "STRING_VALUE",
|
|
57
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
58
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
59
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
60
|
+
* // mtu: Number("int"),
|
|
61
|
+
* // jumboFrameCapable: true || false,
|
|
62
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
63
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
64
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
65
|
+
* // { // RouteFilterPrefix
|
|
66
|
+
* // cidr: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // bgpPeers: [ // BGPPeerList
|
|
70
|
+
* // { // BGPPeer
|
|
71
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
72
|
+
* // asn: Number("int"),
|
|
73
|
+
* // authKey: "STRING_VALUE",
|
|
74
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
75
|
+
* // amazonAddress: "STRING_VALUE",
|
|
76
|
+
* // customerAddress: "STRING_VALUE",
|
|
77
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
78
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
79
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
80
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // region: "STRING_VALUE",
|
|
84
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
85
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
86
|
+
* // tags: [ // TagList
|
|
87
|
+
* // { // Tag
|
|
88
|
+
* // key: "STRING_VALUE", // required
|
|
89
|
+
* // value: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // siteLinkEnabled: true || false,
|
|
93
|
+
* // };
|
|
94
|
+
*
|
|
44
95
|
* ```
|
|
45
96
|
*
|
|
46
97
|
* @param AssociateVirtualInterfaceCommandInput - {@link AssociateVirtualInterfaceCommandInput}
|
|
@@ -55,6 +106,8 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface
|
|
|
55
106
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
56
107
|
* <p>A server-side error occurred.</p>
|
|
57
108
|
*
|
|
109
|
+
* @throws {@link DirectConnectServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
58
111
|
*
|
|
59
112
|
*/
|
|
60
113
|
export declare class AssociateVirtualInterfaceCommand extends $Command<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ConfirmConnectionCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ConfirmConnectionResponse
|
|
37
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param ConfirmConnectionCommandInput - {@link ConfirmConnectionCommandInput}
|
|
@@ -47,6 +51,8 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons
|
|
|
47
51
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
48
52
|
* <p>A server-side error occurred.</p>
|
|
49
53
|
*
|
|
54
|
+
* @throws {@link DirectConnectServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
50
56
|
*
|
|
51
57
|
*/
|
|
52
58
|
export declare class ConfirmConnectionCommand extends $Command<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAg
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ConfirmCustomerAgreementCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ConfirmCustomerAgreementResponse
|
|
37
|
+
* // status: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param ConfirmCustomerAgreementCommandInput - {@link ConfirmCustomerAgreementCommandInput}
|
|
@@ -47,6 +51,8 @@ export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAg
|
|
|
47
51
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
48
52
|
* <p>A server-side error occurred.</p>
|
|
49
53
|
*
|
|
54
|
+
* @throws {@link DirectConnectServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
50
56
|
*
|
|
51
57
|
*/
|
|
52
58
|
export declare class ConfirmCustomerAgreementCommand extends $Command<ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -36,6 +36,10 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPriv
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ConfirmPrivateVirtualInterfaceCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ConfirmPrivateVirtualInterfaceResponse
|
|
40
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
39
43
|
* ```
|
|
40
44
|
*
|
|
41
45
|
* @param ConfirmPrivateVirtualInterfaceCommandInput - {@link ConfirmPrivateVirtualInterfaceCommandInput}
|
|
@@ -50,6 +54,8 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPriv
|
|
|
50
54
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
51
55
|
* <p>A server-side error occurred.</p>
|
|
52
56
|
*
|
|
57
|
+
* @throws {@link DirectConnectServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
53
59
|
*
|
|
54
60
|
*/
|
|
55
61
|
export declare class ConfirmPrivateVirtualInterfaceCommand extends $Command<ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPubli
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ConfirmPublicVirtualInterfaceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ConfirmPublicVirtualInterfaceResponse
|
|
37
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param ConfirmPublicVirtualInterfaceCommandInput - {@link ConfirmPublicVirtualInterfaceCommandInput}
|
|
@@ -47,6 +51,8 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPubli
|
|
|
47
51
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
48
52
|
* <p>A server-side error occurred.</p>
|
|
49
53
|
*
|
|
54
|
+
* @throws {@link DirectConnectServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
50
56
|
*
|
|
51
57
|
*/
|
|
52
58
|
export declare class ConfirmPublicVirtualInterfaceCommand extends $Command<ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ConfirmTransitVirtualInterfaceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ConfirmTransitVirtualInterfaceResponse
|
|
37
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param ConfirmTransitVirtualInterfaceCommandInput - {@link ConfirmTransitVirtualInterfaceCommandInput}
|
|
@@ -47,6 +51,8 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
|
|
|
47
51
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
48
52
|
* <p>A server-side error occurred.</p>
|
|
49
53
|
*
|
|
54
|
+
* @throws {@link DirectConnectServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
50
56
|
*
|
|
51
57
|
*/
|
|
52
58
|
export declare class ConfirmTransitVirtualInterfaceCommand extends $Command<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|