@aws-sdk/client-direct-connect 3.347.1 → 3.348.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.
|
@@ -28,7 +28,7 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
|
|
|
28
28
|
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
|
|
29
29
|
* the connection disrupts network connectivity for all virtual interfaces associated with
|
|
30
30
|
* the connection for up to 30 seconds. To check whether your connection supports jumbo
|
|
31
|
-
* frames, call <a>DescribeConnections</a>. To check whether your virtual
|
|
31
|
+
* frames, call <a>DescribeConnections</a>. To check whether your virtual
|
|
32
32
|
* interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -422,7 +422,7 @@ export interface Connection {
|
|
|
422
422
|
*/
|
|
423
423
|
awsDevice?: string;
|
|
424
424
|
/**
|
|
425
|
-
* <p>Indicates whether jumbo frames
|
|
425
|
+
* <p>Indicates whether jumbo frames are supported.</p>
|
|
426
426
|
*/
|
|
427
427
|
jumboFrameCapable?: boolean;
|
|
428
428
|
/**
|
|
@@ -818,7 +818,7 @@ export interface VirtualInterface {
|
|
|
818
818
|
*/
|
|
819
819
|
mtu?: number;
|
|
820
820
|
/**
|
|
821
|
-
* <p>Indicates whether jumbo frames
|
|
821
|
+
* <p>Indicates whether jumbo frames are supported.</p>
|
|
822
822
|
*/
|
|
823
823
|
jumboFrameCapable?: boolean;
|
|
824
824
|
/**
|
|
@@ -1755,7 +1755,7 @@ export interface Interconnect {
|
|
|
1755
1755
|
*/
|
|
1756
1756
|
awsDevice?: string;
|
|
1757
1757
|
/**
|
|
1758
|
-
* <p>Indicates whether jumbo frames
|
|
1758
|
+
* <p>Indicates whether jumbo frames are supported.</p>
|
|
1759
1759
|
*/
|
|
1760
1760
|
jumboFrameCapable?: boolean;
|
|
1761
1761
|
/**
|
|
@@ -1940,7 +1940,7 @@ export interface Lag {
|
|
|
1940
1940
|
*/
|
|
1941
1941
|
allowsHostedConnections?: boolean;
|
|
1942
1942
|
/**
|
|
1943
|
-
* <p>Indicates whether jumbo frames
|
|
1943
|
+
* <p>Indicates whether jumbo frames are supported.</p>
|
|
1944
1944
|
*/
|
|
1945
1945
|
jumboFrameCapable?: boolean;
|
|
1946
1946
|
/**
|
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.348.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.348.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.347.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.348.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.347.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.347.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.347.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.347.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.347.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.347.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.348.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.347.0",
|
|
43
43
|
"@aws-sdk/types": "3.347.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.347.0",
|