@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
|
@@ -53,6 +53,59 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
|
|
|
53
53
|
* };
|
|
54
54
|
* const command = new CreateBGPPeerCommand(input);
|
|
55
55
|
* const response = await client.send(command);
|
|
56
|
+
* // { // CreateBGPPeerResponse
|
|
57
|
+
* // virtualInterface: { // VirtualInterface
|
|
58
|
+
* // ownerAccount: "STRING_VALUE",
|
|
59
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
60
|
+
* // location: "STRING_VALUE",
|
|
61
|
+
* // connectionId: "STRING_VALUE",
|
|
62
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
63
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
64
|
+
* // vlan: Number("int"),
|
|
65
|
+
* // asn: Number("int"),
|
|
66
|
+
* // amazonSideAsn: Number("long"),
|
|
67
|
+
* // authKey: "STRING_VALUE",
|
|
68
|
+
* // amazonAddress: "STRING_VALUE",
|
|
69
|
+
* // customerAddress: "STRING_VALUE",
|
|
70
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
71
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
72
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
73
|
+
* // mtu: Number("int"),
|
|
74
|
+
* // jumboFrameCapable: true || false,
|
|
75
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
76
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
77
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
78
|
+
* // { // RouteFilterPrefix
|
|
79
|
+
* // cidr: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // bgpPeers: [ // BGPPeerList
|
|
83
|
+
* // { // BGPPeer
|
|
84
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
85
|
+
* // asn: Number("int"),
|
|
86
|
+
* // authKey: "STRING_VALUE",
|
|
87
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
88
|
+
* // amazonAddress: "STRING_VALUE",
|
|
89
|
+
* // customerAddress: "STRING_VALUE",
|
|
90
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
91
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
92
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
93
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // ],
|
|
96
|
+
* // region: "STRING_VALUE",
|
|
97
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
98
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
99
|
+
* // tags: [ // TagList
|
|
100
|
+
* // { // Tag
|
|
101
|
+
* // key: "STRING_VALUE", // required
|
|
102
|
+
* // value: "STRING_VALUE",
|
|
103
|
+
* // },
|
|
104
|
+
* // ],
|
|
105
|
+
* // siteLinkEnabled: true || false,
|
|
106
|
+
* // },
|
|
107
|
+
* // };
|
|
108
|
+
*
|
|
56
109
|
* ```
|
|
57
110
|
*
|
|
58
111
|
* @param CreateBGPPeerCommandInput - {@link CreateBGPPeerCommandInput}
|
|
@@ -67,6 +120,8 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
|
|
|
67
120
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
68
121
|
* <p>A server-side error occurred.</p>
|
|
69
122
|
*
|
|
123
|
+
* @throws {@link DirectConnectServiceException}
|
|
124
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
70
125
|
*
|
|
71
126
|
*/
|
|
72
127
|
export declare class CreateBGPPeerCommand extends $Command<CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -49,6 +49,43 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new CreateConnectionCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // Connection
|
|
53
|
+
* // ownerAccount: "STRING_VALUE",
|
|
54
|
+
* // connectionId: "STRING_VALUE",
|
|
55
|
+
* // connectionName: "STRING_VALUE",
|
|
56
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
57
|
+
* // region: "STRING_VALUE",
|
|
58
|
+
* // location: "STRING_VALUE",
|
|
59
|
+
* // bandwidth: "STRING_VALUE",
|
|
60
|
+
* // vlan: Number("int"),
|
|
61
|
+
* // partnerName: "STRING_VALUE",
|
|
62
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // lagId: "STRING_VALUE",
|
|
64
|
+
* // awsDevice: "STRING_VALUE",
|
|
65
|
+
* // jumboFrameCapable: true || false,
|
|
66
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
67
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
68
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
69
|
+
* // tags: [ // TagList
|
|
70
|
+
* // { // Tag
|
|
71
|
+
* // key: "STRING_VALUE", // required
|
|
72
|
+
* // value: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // providerName: "STRING_VALUE",
|
|
76
|
+
* // macSecCapable: true || false,
|
|
77
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
78
|
+
* // encryptionMode: "STRING_VALUE",
|
|
79
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
80
|
+
* // { // MacSecKey
|
|
81
|
+
* // secretARN: "STRING_VALUE",
|
|
82
|
+
* // ckn: "STRING_VALUE",
|
|
83
|
+
* // state: "STRING_VALUE",
|
|
84
|
+
* // startOn: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // };
|
|
88
|
+
*
|
|
52
89
|
* ```
|
|
53
90
|
*
|
|
54
91
|
* @param CreateConnectionCommandInput - {@link CreateConnectionCommandInput}
|
|
@@ -69,6 +106,8 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
69
106
|
* @throws {@link TooManyTagsException} (client fault)
|
|
70
107
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
71
108
|
*
|
|
109
|
+
* @throws {@link DirectConnectServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
72
111
|
*
|
|
73
112
|
*/
|
|
74
113
|
export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -39,6 +39,30 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateDirectConnectGatewayAssociationCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateDirectConnectGatewayAssociationResult
|
|
43
|
+
* // directConnectGatewayAssociation: { // DirectConnectGatewayAssociation
|
|
44
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
45
|
+
* // directConnectGatewayOwnerAccount: "STRING_VALUE",
|
|
46
|
+
* // associationState: "associating" || "associated" || "disassociating" || "disassociated" || "updating",
|
|
47
|
+
* // stateChangeError: "STRING_VALUE",
|
|
48
|
+
* // associatedGateway: { // AssociatedGateway
|
|
49
|
+
* // id: "STRING_VALUE",
|
|
50
|
+
* // type: "virtualPrivateGateway" || "transitGateway",
|
|
51
|
+
* // ownerAccount: "STRING_VALUE",
|
|
52
|
+
* // region: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // associationId: "STRING_VALUE",
|
|
55
|
+
* // allowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
56
|
+
* // { // RouteFilterPrefix
|
|
57
|
+
* // cidr: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
61
|
+
* // virtualGatewayRegion: "STRING_VALUE",
|
|
62
|
+
* // virtualGatewayOwnerAccount: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
42
66
|
* ```
|
|
43
67
|
*
|
|
44
68
|
* @param CreateDirectConnectGatewayAssociationCommandInput - {@link CreateDirectConnectGatewayAssociationCommandInput}
|
|
@@ -53,6 +77,8 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
|
|
|
53
77
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
54
78
|
* <p>A server-side error occurred.</p>
|
|
55
79
|
*
|
|
80
|
+
* @throws {@link DirectConnectServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
56
82
|
*
|
|
57
83
|
*/
|
|
58
84
|
export declare class CreateDirectConnectGatewayAssociationCommand extends $Command<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -44,6 +44,31 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new CreateDirectConnectGatewayAssociationProposalCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // CreateDirectConnectGatewayAssociationProposalResult
|
|
48
|
+
* // directConnectGatewayAssociationProposal: { // DirectConnectGatewayAssociationProposal
|
|
49
|
+
* // proposalId: "STRING_VALUE",
|
|
50
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
51
|
+
* // directConnectGatewayOwnerAccount: "STRING_VALUE",
|
|
52
|
+
* // proposalState: "requested" || "accepted" || "deleted",
|
|
53
|
+
* // associatedGateway: { // AssociatedGateway
|
|
54
|
+
* // id: "STRING_VALUE",
|
|
55
|
+
* // type: "virtualPrivateGateway" || "transitGateway",
|
|
56
|
+
* // ownerAccount: "STRING_VALUE",
|
|
57
|
+
* // region: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // existingAllowedPrefixesToDirectConnectGateway: [ // RouteFilterPrefixList
|
|
60
|
+
* // { // RouteFilterPrefix
|
|
61
|
+
* // cidr: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // requestedAllowedPrefixesToDirectConnectGateway: [
|
|
65
|
+
* // {
|
|
66
|
+
* // cidr: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
47
72
|
* ```
|
|
48
73
|
*
|
|
49
74
|
* @param CreateDirectConnectGatewayAssociationProposalCommandInput - {@link CreateDirectConnectGatewayAssociationProposalCommandInput}
|
|
@@ -58,6 +83,8 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
58
83
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
59
84
|
* <p>A server-side error occurred.</p>
|
|
60
85
|
*
|
|
86
|
+
* @throws {@link DirectConnectServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
61
88
|
*
|
|
62
89
|
*/
|
|
63
90
|
export declare class CreateDirectConnectGatewayAssociationProposalCommand extends $Command<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -37,6 +37,17 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new CreateDirectConnectGatewayCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // CreateDirectConnectGatewayResult
|
|
41
|
+
* // directConnectGateway: { // DirectConnectGateway
|
|
42
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
43
|
+
* // directConnectGatewayName: "STRING_VALUE",
|
|
44
|
+
* // amazonSideAsn: Number("long"),
|
|
45
|
+
* // ownerAccount: "STRING_VALUE",
|
|
46
|
+
* // directConnectGatewayState: "pending" || "available" || "deleting" || "deleted",
|
|
47
|
+
* // stateChangeError: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
40
51
|
* ```
|
|
41
52
|
*
|
|
42
53
|
* @param CreateDirectConnectGatewayCommandInput - {@link CreateDirectConnectGatewayCommandInput}
|
|
@@ -51,6 +62,8 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
|
|
|
51
62
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
52
63
|
* <p>A server-side error occurred.</p>
|
|
53
64
|
*
|
|
65
|
+
* @throws {@link DirectConnectServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
54
67
|
*
|
|
55
68
|
*/
|
|
56
69
|
export declare class CreateDirectConnectGatewayCommand extends $Command<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -56,6 +56,29 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new CreateInterconnectCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // Interconnect
|
|
60
|
+
* // interconnectId: "STRING_VALUE",
|
|
61
|
+
* // interconnectName: "STRING_VALUE",
|
|
62
|
+
* // interconnectState: "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "unknown",
|
|
63
|
+
* // region: "STRING_VALUE",
|
|
64
|
+
* // location: "STRING_VALUE",
|
|
65
|
+
* // bandwidth: "STRING_VALUE",
|
|
66
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
67
|
+
* // lagId: "STRING_VALUE",
|
|
68
|
+
* // awsDevice: "STRING_VALUE",
|
|
69
|
+
* // jumboFrameCapable: true || false,
|
|
70
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
71
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
72
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
73
|
+
* // tags: [ // TagList
|
|
74
|
+
* // { // Tag
|
|
75
|
+
* // key: "STRING_VALUE", // required
|
|
76
|
+
* // value: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // providerName: "STRING_VALUE",
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
59
82
|
* ```
|
|
60
83
|
*
|
|
61
84
|
* @param CreateInterconnectCommandInput - {@link CreateInterconnectCommandInput}
|
|
@@ -76,6 +99,8 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
|
|
|
76
99
|
* @throws {@link TooManyTagsException} (client fault)
|
|
77
100
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
78
101
|
*
|
|
102
|
+
* @throws {@link DirectConnectServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
79
104
|
*
|
|
80
105
|
*/
|
|
81
106
|
export declare class CreateInterconnectCommand extends $Command<CreateInterconnectCommandInput, CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -66,6 +66,79 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
66
66
|
* };
|
|
67
67
|
* const command = new CreateLagCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
|
+
* // { // Lag
|
|
70
|
+
* // connectionsBandwidth: "STRING_VALUE",
|
|
71
|
+
* // numberOfConnections: Number("int"),
|
|
72
|
+
* // lagId: "STRING_VALUE",
|
|
73
|
+
* // ownerAccount: "STRING_VALUE",
|
|
74
|
+
* // lagName: "STRING_VALUE",
|
|
75
|
+
* // lagState: "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "unknown",
|
|
76
|
+
* // location: "STRING_VALUE",
|
|
77
|
+
* // region: "STRING_VALUE",
|
|
78
|
+
* // minimumLinks: Number("int"),
|
|
79
|
+
* // awsDevice: "STRING_VALUE",
|
|
80
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
81
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
82
|
+
* // connections: [ // ConnectionList
|
|
83
|
+
* // { // Connection
|
|
84
|
+
* // ownerAccount: "STRING_VALUE",
|
|
85
|
+
* // connectionId: "STRING_VALUE",
|
|
86
|
+
* // connectionName: "STRING_VALUE",
|
|
87
|
+
* // connectionState: "ordering" || "requested" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
88
|
+
* // region: "STRING_VALUE",
|
|
89
|
+
* // location: "STRING_VALUE",
|
|
90
|
+
* // bandwidth: "STRING_VALUE",
|
|
91
|
+
* // vlan: Number("int"),
|
|
92
|
+
* // partnerName: "STRING_VALUE",
|
|
93
|
+
* // loaIssueTime: new Date("TIMESTAMP"),
|
|
94
|
+
* // lagId: "STRING_VALUE",
|
|
95
|
+
* // awsDevice: "STRING_VALUE",
|
|
96
|
+
* // jumboFrameCapable: true || false,
|
|
97
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
98
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
99
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
100
|
+
* // tags: [ // TagList
|
|
101
|
+
* // { // Tag
|
|
102
|
+
* // key: "STRING_VALUE", // required
|
|
103
|
+
* // value: "STRING_VALUE",
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
106
|
+
* // providerName: "STRING_VALUE",
|
|
107
|
+
* // macSecCapable: true || false,
|
|
108
|
+
* // portEncryptionStatus: "STRING_VALUE",
|
|
109
|
+
* // encryptionMode: "STRING_VALUE",
|
|
110
|
+
* // macSecKeys: [ // MacSecKeyList
|
|
111
|
+
* // { // MacSecKey
|
|
112
|
+
* // secretARN: "STRING_VALUE",
|
|
113
|
+
* // ckn: "STRING_VALUE",
|
|
114
|
+
* // state: "STRING_VALUE",
|
|
115
|
+
* // startOn: "STRING_VALUE",
|
|
116
|
+
* // },
|
|
117
|
+
* // ],
|
|
118
|
+
* // },
|
|
119
|
+
* // ],
|
|
120
|
+
* // allowsHostedConnections: true || false,
|
|
121
|
+
* // jumboFrameCapable: true || false,
|
|
122
|
+
* // hasLogicalRedundancy: "unknown" || "yes" || "no",
|
|
123
|
+
* // tags: [
|
|
124
|
+
* // {
|
|
125
|
+
* // key: "STRING_VALUE", // required
|
|
126
|
+
* // value: "STRING_VALUE",
|
|
127
|
+
* // },
|
|
128
|
+
* // ],
|
|
129
|
+
* // providerName: "STRING_VALUE",
|
|
130
|
+
* // macSecCapable: true || false,
|
|
131
|
+
* // encryptionMode: "STRING_VALUE",
|
|
132
|
+
* // macSecKeys: [
|
|
133
|
+
* // {
|
|
134
|
+
* // secretARN: "STRING_VALUE",
|
|
135
|
+
* // ckn: "STRING_VALUE",
|
|
136
|
+
* // state: "STRING_VALUE",
|
|
137
|
+
* // startOn: "STRING_VALUE",
|
|
138
|
+
* // },
|
|
139
|
+
* // ],
|
|
140
|
+
* // };
|
|
141
|
+
*
|
|
69
142
|
* ```
|
|
70
143
|
*
|
|
71
144
|
* @param CreateLagCommandInput - {@link CreateLagCommandInput}
|
|
@@ -86,6 +159,8 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
86
159
|
* @throws {@link TooManyTagsException} (client fault)
|
|
87
160
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
88
161
|
*
|
|
162
|
+
* @throws {@link DirectConnectServiceException}
|
|
163
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
89
164
|
*
|
|
90
165
|
*/
|
|
91
166
|
export declare class CreateLagCommand extends $Command<CreateLagCommandInput, CreateLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -60,6 +60,57 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new CreatePrivateVirtualInterfaceCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // VirtualInterface
|
|
64
|
+
* // ownerAccount: "STRING_VALUE",
|
|
65
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
66
|
+
* // location: "STRING_VALUE",
|
|
67
|
+
* // connectionId: "STRING_VALUE",
|
|
68
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
69
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
70
|
+
* // vlan: Number("int"),
|
|
71
|
+
* // asn: Number("int"),
|
|
72
|
+
* // amazonSideAsn: Number("long"),
|
|
73
|
+
* // authKey: "STRING_VALUE",
|
|
74
|
+
* // amazonAddress: "STRING_VALUE",
|
|
75
|
+
* // customerAddress: "STRING_VALUE",
|
|
76
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
77
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
78
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
79
|
+
* // mtu: Number("int"),
|
|
80
|
+
* // jumboFrameCapable: true || false,
|
|
81
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
82
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
83
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
84
|
+
* // { // RouteFilterPrefix
|
|
85
|
+
* // cidr: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // ],
|
|
88
|
+
* // bgpPeers: [ // BGPPeerList
|
|
89
|
+
* // { // BGPPeer
|
|
90
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
91
|
+
* // asn: Number("int"),
|
|
92
|
+
* // authKey: "STRING_VALUE",
|
|
93
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
94
|
+
* // amazonAddress: "STRING_VALUE",
|
|
95
|
+
* // customerAddress: "STRING_VALUE",
|
|
96
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
97
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
98
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
99
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
102
|
+
* // region: "STRING_VALUE",
|
|
103
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
104
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
105
|
+
* // tags: [ // TagList
|
|
106
|
+
* // { // Tag
|
|
107
|
+
* // key: "STRING_VALUE", // required
|
|
108
|
+
* // value: "STRING_VALUE",
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
111
|
+
* // siteLinkEnabled: true || false,
|
|
112
|
+
* // };
|
|
113
|
+
*
|
|
63
114
|
* ```
|
|
64
115
|
*
|
|
65
116
|
* @param CreatePrivateVirtualInterfaceCommandInput - {@link CreatePrivateVirtualInterfaceCommandInput}
|
|
@@ -80,6 +131,8 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
80
131
|
* @throws {@link TooManyTagsException} (client fault)
|
|
81
132
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
82
133
|
*
|
|
134
|
+
* @throws {@link DirectConnectServiceException}
|
|
135
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
83
136
|
*
|
|
84
137
|
*/
|
|
85
138
|
export declare class CreatePrivateVirtualInterfaceCommand extends $Command<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -54,6 +54,57 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
|
|
|
54
54
|
* };
|
|
55
55
|
* const command = new CreatePublicVirtualInterfaceCommand(input);
|
|
56
56
|
* const response = await client.send(command);
|
|
57
|
+
* // { // VirtualInterface
|
|
58
|
+
* // ownerAccount: "STRING_VALUE",
|
|
59
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
60
|
+
* // location: "STRING_VALUE",
|
|
61
|
+
* // connectionId: "STRING_VALUE",
|
|
62
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
63
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
64
|
+
* // vlan: Number("int"),
|
|
65
|
+
* // asn: Number("int"),
|
|
66
|
+
* // amazonSideAsn: Number("long"),
|
|
67
|
+
* // authKey: "STRING_VALUE",
|
|
68
|
+
* // amazonAddress: "STRING_VALUE",
|
|
69
|
+
* // customerAddress: "STRING_VALUE",
|
|
70
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
71
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
72
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
73
|
+
* // mtu: Number("int"),
|
|
74
|
+
* // jumboFrameCapable: true || false,
|
|
75
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
76
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
77
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
78
|
+
* // { // RouteFilterPrefix
|
|
79
|
+
* // cidr: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // bgpPeers: [ // BGPPeerList
|
|
83
|
+
* // { // BGPPeer
|
|
84
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
85
|
+
* // asn: Number("int"),
|
|
86
|
+
* // authKey: "STRING_VALUE",
|
|
87
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
88
|
+
* // amazonAddress: "STRING_VALUE",
|
|
89
|
+
* // customerAddress: "STRING_VALUE",
|
|
90
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
91
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
92
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
93
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // ],
|
|
96
|
+
* // region: "STRING_VALUE",
|
|
97
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
98
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
99
|
+
* // tags: [ // TagList
|
|
100
|
+
* // { // Tag
|
|
101
|
+
* // key: "STRING_VALUE", // required
|
|
102
|
+
* // value: "STRING_VALUE",
|
|
103
|
+
* // },
|
|
104
|
+
* // ],
|
|
105
|
+
* // siteLinkEnabled: true || false,
|
|
106
|
+
* // };
|
|
107
|
+
*
|
|
57
108
|
* ```
|
|
58
109
|
*
|
|
59
110
|
* @param CreatePublicVirtualInterfaceCommandInput - {@link CreatePublicVirtualInterfaceCommandInput}
|
|
@@ -74,6 +125,8 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
|
|
|
74
125
|
* @throws {@link TooManyTagsException} (client fault)
|
|
75
126
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
76
127
|
*
|
|
128
|
+
* @throws {@link DirectConnectServiceException}
|
|
129
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
77
130
|
*
|
|
78
131
|
*/
|
|
79
132
|
export declare class CreatePublicVirtualInterfaceCommand extends $Command<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -58,6 +58,59 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new CreateTransitVirtualInterfaceCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // CreateTransitVirtualInterfaceResult
|
|
62
|
+
* // virtualInterface: { // VirtualInterface
|
|
63
|
+
* // ownerAccount: "STRING_VALUE",
|
|
64
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
65
|
+
* // location: "STRING_VALUE",
|
|
66
|
+
* // connectionId: "STRING_VALUE",
|
|
67
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
68
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
69
|
+
* // vlan: Number("int"),
|
|
70
|
+
* // asn: Number("int"),
|
|
71
|
+
* // amazonSideAsn: Number("long"),
|
|
72
|
+
* // authKey: "STRING_VALUE",
|
|
73
|
+
* // amazonAddress: "STRING_VALUE",
|
|
74
|
+
* // customerAddress: "STRING_VALUE",
|
|
75
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
76
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
77
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
78
|
+
* // mtu: Number("int"),
|
|
79
|
+
* // jumboFrameCapable: true || false,
|
|
80
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
81
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
82
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
83
|
+
* // { // RouteFilterPrefix
|
|
84
|
+
* // cidr: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // bgpPeers: [ // BGPPeerList
|
|
88
|
+
* // { // BGPPeer
|
|
89
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
90
|
+
* // asn: Number("int"),
|
|
91
|
+
* // authKey: "STRING_VALUE",
|
|
92
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
93
|
+
* // amazonAddress: "STRING_VALUE",
|
|
94
|
+
* // customerAddress: "STRING_VALUE",
|
|
95
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
96
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
97
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
98
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // ],
|
|
101
|
+
* // region: "STRING_VALUE",
|
|
102
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
103
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
104
|
+
* // tags: [ // TagList
|
|
105
|
+
* // { // Tag
|
|
106
|
+
* // key: "STRING_VALUE", // required
|
|
107
|
+
* // value: "STRING_VALUE",
|
|
108
|
+
* // },
|
|
109
|
+
* // ],
|
|
110
|
+
* // siteLinkEnabled: true || false,
|
|
111
|
+
* // },
|
|
112
|
+
* // };
|
|
113
|
+
*
|
|
61
114
|
* ```
|
|
62
115
|
*
|
|
63
116
|
* @param CreateTransitVirtualInterfaceCommandInput - {@link CreateTransitVirtualInterfaceCommandInput}
|
|
@@ -78,6 +131,8 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
|
|
|
78
131
|
* @throws {@link TooManyTagsException} (client fault)
|
|
79
132
|
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
80
133
|
*
|
|
134
|
+
* @throws {@link DirectConnectServiceException}
|
|
135
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
81
136
|
*
|
|
82
137
|
*/
|
|
83
138
|
export declare class CreateTransitVirtualInterfaceCommand extends $Command<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -35,6 +35,59 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteBGPPeerCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteBGPPeerResponse
|
|
39
|
+
* // virtualInterface: { // VirtualInterface
|
|
40
|
+
* // ownerAccount: "STRING_VALUE",
|
|
41
|
+
* // virtualInterfaceId: "STRING_VALUE",
|
|
42
|
+
* // location: "STRING_VALUE",
|
|
43
|
+
* // connectionId: "STRING_VALUE",
|
|
44
|
+
* // virtualInterfaceType: "STRING_VALUE",
|
|
45
|
+
* // virtualInterfaceName: "STRING_VALUE",
|
|
46
|
+
* // vlan: Number("int"),
|
|
47
|
+
* // asn: Number("int"),
|
|
48
|
+
* // amazonSideAsn: Number("long"),
|
|
49
|
+
* // authKey: "STRING_VALUE",
|
|
50
|
+
* // amazonAddress: "STRING_VALUE",
|
|
51
|
+
* // customerAddress: "STRING_VALUE",
|
|
52
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
53
|
+
* // virtualInterfaceState: "confirming" || "verifying" || "pending" || "available" || "down" || "deleting" || "deleted" || "rejected" || "unknown",
|
|
54
|
+
* // customerRouterConfig: "STRING_VALUE",
|
|
55
|
+
* // mtu: Number("int"),
|
|
56
|
+
* // jumboFrameCapable: true || false,
|
|
57
|
+
* // virtualGatewayId: "STRING_VALUE",
|
|
58
|
+
* // directConnectGatewayId: "STRING_VALUE",
|
|
59
|
+
* // routeFilterPrefixes: [ // RouteFilterPrefixList
|
|
60
|
+
* // { // RouteFilterPrefix
|
|
61
|
+
* // cidr: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // bgpPeers: [ // BGPPeerList
|
|
65
|
+
* // { // BGPPeer
|
|
66
|
+
* // bgpPeerId: "STRING_VALUE",
|
|
67
|
+
* // asn: Number("int"),
|
|
68
|
+
* // authKey: "STRING_VALUE",
|
|
69
|
+
* // addressFamily: "ipv4" || "ipv6",
|
|
70
|
+
* // amazonAddress: "STRING_VALUE",
|
|
71
|
+
* // customerAddress: "STRING_VALUE",
|
|
72
|
+
* // bgpPeerState: "verifying" || "pending" || "available" || "deleting" || "deleted",
|
|
73
|
+
* // bgpStatus: "up" || "down" || "unknown",
|
|
74
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
75
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // region: "STRING_VALUE",
|
|
79
|
+
* // awsDeviceV2: "STRING_VALUE",
|
|
80
|
+
* // awsLogicalDeviceId: "STRING_VALUE",
|
|
81
|
+
* // tags: [ // TagList
|
|
82
|
+
* // { // Tag
|
|
83
|
+
* // key: "STRING_VALUE", // required
|
|
84
|
+
* // value: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // siteLinkEnabled: true || false,
|
|
88
|
+
* // },
|
|
89
|
+
* // };
|
|
90
|
+
*
|
|
38
91
|
* ```
|
|
39
92
|
*
|
|
40
93
|
* @param DeleteBGPPeerCommandInput - {@link DeleteBGPPeerCommandInput}
|
|
@@ -49,6 +102,8 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met
|
|
|
49
102
|
* @throws {@link DirectConnectServerException} (server fault)
|
|
50
103
|
* <p>A server-side error occurred.</p>
|
|
51
104
|
*
|
|
105
|
+
* @throws {@link DirectConnectServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
52
107
|
*
|
|
53
108
|
*/
|
|
54
109
|
export declare class DeleteBGPPeerCommand extends $Command<DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
|