@aws-sdk/client-direct-connect 3.1002.0 → 3.1003.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/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +4 -4
- package/package.json +37 -37
|
@@ -36,7 +36,7 @@ declare const AllocateConnectionOnInterconnectCommand_base: {
|
|
|
36
36
|
* <p>Intended for use by Direct Connect Partners only.</p>
|
|
37
37
|
* </note>
|
|
38
38
|
*
|
|
39
|
-
* @deprecated deprecated
|
|
39
|
+
* @deprecated deprecated.
|
|
40
40
|
* @example
|
|
41
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
42
|
* ```javascript
|
|
@@ -36,7 +36,7 @@ declare const DescribeConnectionLoaCommand_base: {
|
|
|
36
36
|
* see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects
|
|
37
37
|
* at Direct Connect Locations</a> in the <i>Direct Connect User Guide</i>.</p>
|
|
38
38
|
*
|
|
39
|
-
* @deprecated deprecated
|
|
39
|
+
* @deprecated deprecated.
|
|
40
40
|
* @example
|
|
41
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
42
|
* ```javascript
|
|
@@ -35,7 +35,7 @@ declare const DescribeConnectionsOnInterconnectCommand_base: {
|
|
|
35
35
|
* <p>Intended for use by Direct Connect Partners only.</p>
|
|
36
36
|
* </note>
|
|
37
37
|
*
|
|
38
|
-
* @deprecated deprecated
|
|
38
|
+
* @deprecated deprecated.
|
|
39
39
|
* @example
|
|
40
40
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
41
|
* ```javascript
|
|
@@ -35,7 +35,7 @@ declare const DescribeInterconnectLoaCommand_base: {
|
|
|
35
35
|
* For more information, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html">Requesting Cross Connects at Direct Connect Locations</a>
|
|
36
36
|
* in the <i>Direct Connect User Guide</i>.</p>
|
|
37
37
|
*
|
|
38
|
-
* @deprecated deprecated
|
|
38
|
+
* @deprecated deprecated.
|
|
39
39
|
* @example
|
|
40
40
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
41
|
* ```javascript
|
|
@@ -160,7 +160,7 @@ export interface DirectConnectGatewayAssociation {
|
|
|
160
160
|
/**
|
|
161
161
|
* <p>The Amazon Web Services Region where the virtual private gateway is located.</p>
|
|
162
162
|
*
|
|
163
|
-
* @deprecated deprecated
|
|
163
|
+
* @deprecated deprecated.
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
virtualGatewayRegion?: string | undefined;
|
|
@@ -392,7 +392,7 @@ export interface Connection {
|
|
|
392
392
|
/**
|
|
393
393
|
* <p>The Direct Connect endpoint on which the physical connection terminates.</p>
|
|
394
394
|
*
|
|
395
|
-
* @deprecated deprecated
|
|
395
|
+
* @deprecated deprecated.
|
|
396
396
|
* @public
|
|
397
397
|
*/
|
|
398
398
|
awsDevice?: string | undefined;
|
|
@@ -1995,7 +1995,7 @@ export interface Interconnect {
|
|
|
1995
1995
|
/**
|
|
1996
1996
|
* <p>The Direct Connect endpoint on which the physical connection terminates.</p>
|
|
1997
1997
|
*
|
|
1998
|
-
* @deprecated deprecated
|
|
1998
|
+
* @deprecated deprecated.
|
|
1999
1999
|
* @public
|
|
2000
2000
|
*/
|
|
2001
2001
|
awsDevice?: string | undefined;
|
|
@@ -2196,7 +2196,7 @@ export interface Lag {
|
|
|
2196
2196
|
/**
|
|
2197
2197
|
* <p>The Direct Connect endpoint that hosts the LAG.</p>
|
|
2198
2198
|
*
|
|
2199
|
-
* @deprecated deprecated
|
|
2199
|
+
* @deprecated deprecated.
|
|
2200
2200
|
* @public
|
|
2201
2201
|
*/
|
|
2202
2202
|
awsDevice?: string | undefined;
|
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.1003.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 client-direct-connect",
|
|
@@ -23,42 +23,42 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
34
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
37
|
-
"@smithy/config-resolver": "^4.4.
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
39
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
40
|
-
"@smithy/hash-node": "^4.2.
|
|
41
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
42
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
46
|
-
"@smithy/middleware-stack": "^4.2.
|
|
47
|
-
"@smithy/node-config-provider": "^4.3.
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
49
|
-
"@smithy/protocol-http": "^5.3.
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
26
|
+
"@aws-sdk/core": "^3.973.18",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.17",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.18",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
33
|
+
"@aws-sdk/types": "^3.973.5",
|
|
34
|
+
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.3",
|
|
37
|
+
"@smithy/config-resolver": "^4.4.10",
|
|
38
|
+
"@smithy/core": "^3.23.8",
|
|
39
|
+
"@smithy/fetch-http-handler": "^5.3.13",
|
|
40
|
+
"@smithy/hash-node": "^4.2.11",
|
|
41
|
+
"@smithy/invalid-dependency": "^4.2.11",
|
|
42
|
+
"@smithy/middleware-content-length": "^4.2.11",
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.22",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.39",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.12",
|
|
46
|
+
"@smithy/middleware-stack": "^4.2.11",
|
|
47
|
+
"@smithy/node-config-provider": "^4.3.11",
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.14",
|
|
49
|
+
"@smithy/protocol-http": "^5.3.11",
|
|
50
|
+
"@smithy/smithy-client": "^4.12.2",
|
|
51
51
|
"@smithy/types": "^4.13.0",
|
|
52
|
-
"@smithy/url-parser": "^4.2.
|
|
53
|
-
"@smithy/util-base64": "^4.3.
|
|
54
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
55
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
58
|
-
"@smithy/util-endpoints": "^3.3.
|
|
59
|
-
"@smithy/util-middleware": "^4.2.
|
|
60
|
-
"@smithy/util-retry": "^4.2.
|
|
61
|
-
"@smithy/util-utf8": "^4.2.
|
|
52
|
+
"@smithy/url-parser": "^4.2.11",
|
|
53
|
+
"@smithy/util-base64": "^4.3.2",
|
|
54
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.38",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.41",
|
|
58
|
+
"@smithy/util-endpoints": "^3.3.2",
|
|
59
|
+
"@smithy/util-middleware": "^4.2.11",
|
|
60
|
+
"@smithy/util-retry": "^4.2.11",
|
|
61
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"node": ">=20.0.0"
|
|
74
74
|
},
|
|
75
75
|
"typesVersions": {
|
|
76
|
-
"<4.
|
|
76
|
+
"<4.5": {
|
|
77
77
|
"dist-types/*": [
|
|
78
78
|
"dist-types/ts3.4/*"
|
|
79
79
|
]
|