@aws-sdk/client-direct-connect 3.1076.0 → 3.1078.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-cjs/index.js +198 -759
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -14
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +2 -14
- package/dist-es/commands/AllocateHostedConnectionCommand.js +2 -14
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +2 -14
- package/dist-es/commands/AssociateHostedConnectionCommand.js +2 -14
- package/dist-es/commands/AssociateMacSecKeyCommand.js +2 -14
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/ConfirmConnectionCommand.js +2 -14
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +2 -14
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/CreateBGPPeerCommand.js +2 -14
- package/dist-es/commands/CreateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -14
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -14
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +2 -14
- package/dist-es/commands/CreateInterconnectCommand.js +2 -14
- package/dist-es/commands/CreateLagCommand.js +2 -14
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/DeleteBGPPeerCommand.js +2 -14
- package/dist-es/commands/DeleteConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -14
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteInterconnectCommand.js +2 -14
- package/dist-es/commands/DeleteLagCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionLoaCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +2 -14
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -14
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +2 -14
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +2 -14
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +2 -14
- package/dist-es/commands/DescribeInterconnectsCommand.js +2 -14
- package/dist-es/commands/DescribeLagsCommand.js +2 -14
- package/dist-es/commands/DescribeLoaCommand.js +2 -14
- package/dist-es/commands/DescribeLocationsCommand.js +2 -14
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +2 -14
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +2 -14
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +2 -14
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -14
- package/dist-es/commands/StartBgpFailoverTestCommand.js +2 -14
- package/dist-es/commands/StopBgpFailoverTestCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConnectionCommand.js +2 -14
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateLagCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +3 -8
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +3 -8
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +3 -8
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +3 -8
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/CreateLagCommand.d.ts +3 -8
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLagCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoaCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +3 -8
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +3 -8
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLagCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: DirectConnectClientConfig) => {
|
|
|
24
24
|
defaultNamespace?: string;
|
|
25
25
|
};
|
|
26
26
|
serviceId: string;
|
|
27
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
29
30
|
utf8Encoder: (input: Uint8Array | string) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-direct-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,15 +21,13 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-
|
|
25
|
-
"@aws-
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@
|
|
28
|
-
"@
|
|
29
|
-
"@smithy/
|
|
30
|
-
"@smithy/
|
|
31
|
-
"@smithy/node-http-handler": "^4.9.0",
|
|
32
|
-
"@smithy/types": "^4.15.0",
|
|
24
|
+
"@aws-sdk/core": "^3.974.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
26
|
+
"@aws-sdk/types": "^3.973.15",
|
|
27
|
+
"@smithy/core": "^3.29.0",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
29
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
30
|
+
"@smithy/types": "^4.15.1",
|
|
33
31
|
"tslib": "^2.6.2"
|
|
34
32
|
},
|
|
35
33
|
"devDependencies": {
|