@aws-sdk/client-direct-connect 3.50.0 → 3.53.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/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DirectConnectServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +56 -3
- package/dist-cjs/protocols/Aws_json1_1.js +456 -1559
- package/dist-es/index.js +1 -0
- package/dist-es/models/DirectConnectServiceException.js +12 -0
- package/dist-es/models/models_0.js +50 -1
- package/dist-es/protocols/Aws_json1_1.js +1109 -1804
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DirectConnectServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +30 -17
- package/dist-types/ts3.4/DirectConnect.d.ts +320 -0
- package/dist-types/ts3.4/DirectConnectClient.d.ts +136 -0
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/DirectConnectServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1764 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +191 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export * from "./AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
2
|
+
export * from "./AllocateConnectionOnInterconnectCommand";
|
|
3
|
+
export * from "./AllocateHostedConnectionCommand";
|
|
4
|
+
export * from "./AllocatePrivateVirtualInterfaceCommand";
|
|
5
|
+
export * from "./AllocatePublicVirtualInterfaceCommand";
|
|
6
|
+
export * from "./AllocateTransitVirtualInterfaceCommand";
|
|
7
|
+
export * from "./AssociateConnectionWithLagCommand";
|
|
8
|
+
export * from "./AssociateHostedConnectionCommand";
|
|
9
|
+
export * from "./AssociateMacSecKeyCommand";
|
|
10
|
+
export * from "./AssociateVirtualInterfaceCommand";
|
|
11
|
+
export * from "./ConfirmConnectionCommand";
|
|
12
|
+
export * from "./ConfirmCustomerAgreementCommand";
|
|
13
|
+
export * from "./ConfirmPrivateVirtualInterfaceCommand";
|
|
14
|
+
export * from "./ConfirmPublicVirtualInterfaceCommand";
|
|
15
|
+
export * from "./ConfirmTransitVirtualInterfaceCommand";
|
|
16
|
+
export * from "./CreateBGPPeerCommand";
|
|
17
|
+
export * from "./CreateConnectionCommand";
|
|
18
|
+
export * from "./CreateDirectConnectGatewayAssociationCommand";
|
|
19
|
+
export * from "./CreateDirectConnectGatewayAssociationProposalCommand";
|
|
20
|
+
export * from "./CreateDirectConnectGatewayCommand";
|
|
21
|
+
export * from "./CreateInterconnectCommand";
|
|
22
|
+
export * from "./CreateLagCommand";
|
|
23
|
+
export * from "./CreatePrivateVirtualInterfaceCommand";
|
|
24
|
+
export * from "./CreatePublicVirtualInterfaceCommand";
|
|
25
|
+
export * from "./CreateTransitVirtualInterfaceCommand";
|
|
26
|
+
export * from "./DeleteBGPPeerCommand";
|
|
27
|
+
export * from "./DeleteConnectionCommand";
|
|
28
|
+
export * from "./DeleteDirectConnectGatewayAssociationCommand";
|
|
29
|
+
export * from "./DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
30
|
+
export * from "./DeleteDirectConnectGatewayCommand";
|
|
31
|
+
export * from "./DeleteInterconnectCommand";
|
|
32
|
+
export * from "./DeleteLagCommand";
|
|
33
|
+
export * from "./DeleteVirtualInterfaceCommand";
|
|
34
|
+
export * from "./DescribeConnectionLoaCommand";
|
|
35
|
+
export * from "./DescribeConnectionsCommand";
|
|
36
|
+
export * from "./DescribeConnectionsOnInterconnectCommand";
|
|
37
|
+
export * from "./DescribeCustomerMetadataCommand";
|
|
38
|
+
export * from "./DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
39
|
+
export * from "./DescribeDirectConnectGatewayAssociationsCommand";
|
|
40
|
+
export * from "./DescribeDirectConnectGatewayAttachmentsCommand";
|
|
41
|
+
export * from "./DescribeDirectConnectGatewaysCommand";
|
|
42
|
+
export * from "./DescribeHostedConnectionsCommand";
|
|
43
|
+
export * from "./DescribeInterconnectLoaCommand";
|
|
44
|
+
export * from "./DescribeInterconnectsCommand";
|
|
45
|
+
export * from "./DescribeLagsCommand";
|
|
46
|
+
export * from "./DescribeLoaCommand";
|
|
47
|
+
export * from "./DescribeLocationsCommand";
|
|
48
|
+
export * from "./DescribeRouterConfigurationCommand";
|
|
49
|
+
export * from "./DescribeTagsCommand";
|
|
50
|
+
export * from "./DescribeVirtualGatewaysCommand";
|
|
51
|
+
export * from "./DescribeVirtualInterfacesCommand";
|
|
52
|
+
export * from "./DisassociateConnectionFromLagCommand";
|
|
53
|
+
export * from "./DisassociateMacSecKeyCommand";
|
|
54
|
+
export * from "./ListVirtualInterfaceTestHistoryCommand";
|
|
55
|
+
export * from "./StartBgpFailoverTestCommand";
|
|
56
|
+
export * from "./StopBgpFailoverTestCommand";
|
|
57
|
+
export * from "./TagResourceCommand";
|
|
58
|
+
export * from "./UntagResourceCommand";
|
|
59
|
+
export * from "./UpdateConnectionCommand";
|
|
60
|
+
export * from "./UpdateDirectConnectGatewayAssociationCommand";
|
|
61
|
+
export * from "./UpdateDirectConnectGatewayCommand";
|
|
62
|
+
export * from "./UpdateLagCommand";
|
|
63
|
+
export * from "./UpdateVirtualInterfaceAttributesCommand";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class DirectConnectServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|