@aws-sdk/client-direct-connect 3.649.0 → 3.651.1
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 +63 -189
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +1 -3
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +1 -3
- package/dist-es/commands/AllocateHostedConnectionCommand.js +1 -3
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +1 -3
- package/dist-es/commands/AssociateHostedConnectionCommand.js +1 -3
- package/dist-es/commands/AssociateMacSecKeyCommand.js +1 -3
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/ConfirmConnectionCommand.js +1 -3
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +1 -3
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/CreateBGPPeerCommand.js +1 -3
- package/dist-es/commands/CreateConnectionCommand.js +1 -3
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +1 -3
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +1 -3
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +1 -3
- package/dist-es/commands/CreateInterconnectCommand.js +1 -3
- package/dist-es/commands/CreateLagCommand.js +1 -3
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/DeleteBGPPeerCommand.js +1 -3
- package/dist-es/commands/DeleteConnectionCommand.js +1 -3
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +1 -3
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +1 -3
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +1 -3
- package/dist-es/commands/DeleteInterconnectCommand.js +1 -3
- package/dist-es/commands/DeleteLagCommand.js +1 -3
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +1 -3
- package/dist-es/commands/DescribeConnectionLoaCommand.js +1 -3
- package/dist-es/commands/DescribeConnectionsCommand.js +1 -3
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +1 -3
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +1 -3
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +1 -3
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +1 -3
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +1 -3
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +1 -3
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +1 -3
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +1 -3
- package/dist-es/commands/DescribeInterconnectsCommand.js +1 -3
- package/dist-es/commands/DescribeLagsCommand.js +1 -3
- package/dist-es/commands/DescribeLoaCommand.js +1 -3
- package/dist-es/commands/DescribeLocationsCommand.js +1 -3
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeTagsCommand.js +1 -3
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +1 -3
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +1 -3
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +1 -3
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +1 -3
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +1 -3
- package/dist-es/commands/StartBgpFailoverTestCommand.js +1 -3
- package/dist-es/commands/StopBgpFailoverTestCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateConnectionCommand.js +1 -3
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +1 -3
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +1 -3
- package/dist-es/commands/UpdateLagCommand.js +1 -3
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
|
@@ -6,9 +6,7 @@ import { de_ListVirtualInterfaceTestHistoryCommand, se_ListVirtualInterfaceTestH
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVirtualInterfaceTestHistoryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartBgpFailoverTestCommand, se_StartBgpFailoverTestCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartBgpFailoverTestCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopBgpFailoverTestCommand, se_StopBgpFailoverTestCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopBgpFailoverTestCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConnectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateDirectConnectGatewayAssociationCommand, se_UpdateDirectConnect
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDirectConnectGatewayAssociationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateDirectConnectGatewayCommand, se_UpdateDirectConnectGatewayComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDirectConnectGatewayCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateLagCommand, se_UpdateLagCommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateLagCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateVirtualInterfaceAttributesCommand, se_UpdateVirtualInterfaceAt
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateVirtualInterfaceAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
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.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-direct-connect",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|