@aws-sdk/client-iotsecuretunneling 3.427.0 → 3.429.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.
@@ -68,7 +68,7 @@ export interface ConnectionState {
68
68
  * <p>The connection status of the tunnel. Valid values are <code>CONNECTED</code> and
69
69
  * <code>DISCONNECTED</code>.</p>
70
70
  */
71
- status?: ConnectionStatus | string;
71
+ status?: ConnectionStatus;
72
72
  /**
73
73
  * @public
74
74
  * <p>The last time the connection status was updated.</p>
@@ -165,7 +165,7 @@ export interface Tunnel {
165
165
  * @public
166
166
  * <p>The status of a tunnel. Valid values are: Open and Closed.</p>
167
167
  */
168
- status?: TunnelStatus | string;
168
+ status?: TunnelStatus;
169
169
  /**
170
170
  * @public
171
171
  * <p>The connection state of the source application.</p>
@@ -279,7 +279,7 @@ export interface TunnelSummary {
279
279
  * @public
280
280
  * <p>The status of a tunnel. Valid values are: Open and Closed.</p>
281
281
  */
282
- status?: TunnelStatus | string;
282
+ status?: TunnelStatus;
283
283
  /**
284
284
  * @public
285
285
  * <p>A description of the tunnel.</p>
@@ -390,7 +390,7 @@ export interface RotateTunnelAccessTokenRequest {
390
390
  * <p>The mode of the client that will use the client token, which can be either the source
391
391
  * or destination, or both source and destination.</p>
392
392
  */
393
- clientMode: ClientMode | string | undefined;
393
+ clientMode: ClientMode | undefined;
394
394
  /**
395
395
  * @public
396
396
  * <p>The destination configuration.</p>
@@ -25,7 +25,7 @@ export declare const ConnectionStatus: {
25
25
  export type ConnectionStatus =
26
26
  (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
27
27
  export interface ConnectionState {
28
- status?: ConnectionStatus | string;
28
+ status?: ConnectionStatus;
29
29
  lastUpdatedAt?: Date;
30
30
  }
31
31
  export interface DescribeTunnelRequest {
@@ -50,7 +50,7 @@ export interface TimeoutConfig {
50
50
  export interface Tunnel {
51
51
  tunnelId?: string;
52
52
  tunnelArn?: string;
53
- status?: TunnelStatus | string;
53
+ status?: TunnelStatus;
54
54
  sourceConnectionState?: ConnectionState;
55
55
  destinationConnectionState?: ConnectionState;
56
56
  description?: string;
@@ -77,7 +77,7 @@ export interface ListTunnelsRequest {
77
77
  export interface TunnelSummary {
78
78
  tunnelId?: string;
79
79
  tunnelArn?: string;
80
- status?: TunnelStatus | string;
80
+ status?: TunnelStatus;
81
81
  description?: string;
82
82
  createdAt?: Date;
83
83
  lastUpdatedAt?: Date;
@@ -107,7 +107,7 @@ export interface OpenTunnelResponse {
107
107
  }
108
108
  export interface RotateTunnelAccessTokenRequest {
109
109
  tunnelId: string | undefined;
110
- clientMode: ClientMode | string | undefined;
110
+ clientMode: ClientMode | undefined;
111
111
  destinationConfig?: DestinationConfig;
112
112
  }
113
113
  export interface RotateTunnelAccessTokenResponse {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotsecuretunneling",
3
3
  "description": "AWS SDK for JavaScript Iotsecuretunneling Client for Node.js, Browser and React Native",
4
- "version": "3.427.0",
4
+ "version": "3.429.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,39 +21,39 @@
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.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"
59
59
  },