@aws-sdk/client-iotsecuretunneling 3.170.0 → 3.178.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/CHANGELOG.md +16 -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/ts3.4/IoTSecureTunneling.d.ts +0 -8
- package/dist-types/ts3.4/IoTSecureTunnelingClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CloseTunnelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTunnelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTunnelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/OpenTunnelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RotateTunnelAccessTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/IoTSecureTunnelingServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -66
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-iotsecuretunneling
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-iotsecuretunneling
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-iotsecuretunneling
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTSecureTunnelingClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTSecureTunnelingClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: IoTSecureTunnelingClientConfig)
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -32,7 +32,6 @@ import {
|
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
} from "./commands/UntagResourceCommand";
|
|
34
34
|
import { IoTSecureTunnelingClient } from "./IoTSecureTunnelingClient";
|
|
35
|
-
|
|
36
35
|
export declare class IoTSecureTunneling extends IoTSecureTunnelingClient {
|
|
37
36
|
closeTunnel(
|
|
38
37
|
args: CloseTunnelCommandInput,
|
|
@@ -47,7 +46,6 @@ export declare class IoTSecureTunneling extends IoTSecureTunnelingClient {
|
|
|
47
46
|
options: __HttpHandlerOptions,
|
|
48
47
|
cb: (err: any, data?: CloseTunnelCommandOutput) => void
|
|
49
48
|
): void;
|
|
50
|
-
|
|
51
49
|
describeTunnel(
|
|
52
50
|
args: DescribeTunnelCommandInput,
|
|
53
51
|
options?: __HttpHandlerOptions
|
|
@@ -61,7 +59,6 @@ export declare class IoTSecureTunneling extends IoTSecureTunnelingClient {
|
|
|
61
59
|
options: __HttpHandlerOptions,
|
|
62
60
|
cb: (err: any, data?: DescribeTunnelCommandOutput) => void
|
|
63
61
|
): void;
|
|
64
|
-
|
|
65
62
|
listTagsForResource(
|
|
66
63
|
args: ListTagsForResourceCommandInput,
|
|
67
64
|
options?: __HttpHandlerOptions
|
|
@@ -75,7 +72,6 @@ export declare class IoTSecureTunneling extends IoTSecureTunnelingClient {
|
|
|
75
72
|
options: __HttpHandlerOptions,
|
|
76
73
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
77
74
|
): void;
|
|
78
|
-
|
|
79
75
|
listTunnels(
|
|
80
76
|
args: ListTunnelsCommandInput,
|
|
81
77
|
options?: __HttpHandlerOptions
|
|
@@ -89,7 +85,6 @@ export declare class IoTSecureTunneling extends IoTSecureTunnelingClient {
|
|
|
89
85
|
options: __HttpHandlerOptions,
|
|
90
86
|
cb: (err: any, data?: ListTunnelsCommandOutput) => void
|
|
91
87
|
): void;
|
|
92
|
-
|
|
93
88
|
openTunnel(
|
|
94
89
|
args: OpenTunnelCommandInput,
|
|
95
90
|
options?: __HttpHandlerOptions
|
|
@@ -103,7 +98,6 @@ export declare class IoTSecureTunneling extends IoTSecureTunnelingClient {
|
|
|
103
98
|
options: __HttpHandlerOptions,
|
|
104
99
|
cb: (err: any, data?: OpenTunnelCommandOutput) => void
|
|
105
100
|
): void;
|
|
106
|
-
|
|
107
101
|
rotateTunnelAccessToken(
|
|
108
102
|
args: RotateTunnelAccessTokenCommandInput,
|
|
109
103
|
options?: __HttpHandlerOptions
|
|
@@ -117,7 +111,6 @@ export declare class IoTSecureTunneling extends IoTSecureTunnelingClient {
|
|
|
117
111
|
options: __HttpHandlerOptions,
|
|
118
112
|
cb: (err: any, data?: RotateTunnelAccessTokenCommandOutput) => void
|
|
119
113
|
): void;
|
|
120
|
-
|
|
121
114
|
tagResource(
|
|
122
115
|
args: TagResourceCommandInput,
|
|
123
116
|
options?: __HttpHandlerOptions
|
|
@@ -131,7 +124,6 @@ export declare class IoTSecureTunneling extends IoTSecureTunnelingClient {
|
|
|
131
124
|
options: __HttpHandlerOptions,
|
|
132
125
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
133
126
|
): void;
|
|
134
|
-
|
|
135
127
|
untagResource(
|
|
136
128
|
args: UntagResourceCommandInput,
|
|
137
129
|
options?: __HttpHandlerOptions
|
|
@@ -95,47 +95,26 @@ export declare type ServiceOutputTypes =
|
|
|
95
95
|
export interface ClientDefaults
|
|
96
96
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
97
97
|
requestHandler?: __HttpHandler;
|
|
98
|
-
|
|
99
98
|
sha256?: __HashConstructor;
|
|
100
|
-
|
|
101
99
|
urlParser?: __UrlParser;
|
|
102
|
-
|
|
103
100
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
104
|
-
|
|
105
101
|
streamCollector?: __StreamCollector;
|
|
106
|
-
|
|
107
102
|
base64Decoder?: __Decoder;
|
|
108
|
-
|
|
109
103
|
base64Encoder?: __Encoder;
|
|
110
|
-
|
|
111
104
|
utf8Decoder?: __Decoder;
|
|
112
|
-
|
|
113
105
|
utf8Encoder?: __Encoder;
|
|
114
|
-
|
|
115
106
|
runtime?: string;
|
|
116
|
-
|
|
117
107
|
disableHostPrefix?: boolean;
|
|
118
|
-
|
|
119
108
|
maxAttempts?: number | __Provider<number>;
|
|
120
|
-
|
|
121
109
|
retryMode?: string | __Provider<string>;
|
|
122
|
-
|
|
123
110
|
logger?: __Logger;
|
|
124
|
-
|
|
125
111
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
126
|
-
|
|
127
112
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
128
|
-
|
|
129
113
|
serviceId?: string;
|
|
130
|
-
|
|
131
114
|
region?: string | __Provider<string>;
|
|
132
|
-
|
|
133
115
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
134
|
-
|
|
135
116
|
regionInfoProvider?: RegionInfoProvider;
|
|
136
|
-
|
|
137
117
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
138
|
-
|
|
139
118
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
140
119
|
}
|
|
141
120
|
declare type IoTSecureTunnelingClientConfigType = Partial<
|
|
@@ -148,7 +127,6 @@ declare type IoTSecureTunnelingClientConfigType = Partial<
|
|
|
148
127
|
HostHeaderInputConfig &
|
|
149
128
|
AwsAuthInputConfig &
|
|
150
129
|
UserAgentInputConfig;
|
|
151
|
-
|
|
152
130
|
export interface IoTSecureTunnelingClientConfig
|
|
153
131
|
extends IoTSecureTunnelingClientConfigType {}
|
|
154
132
|
declare type IoTSecureTunnelingClientResolvedConfigType =
|
|
@@ -160,10 +138,8 @@ declare type IoTSecureTunnelingClientResolvedConfigType =
|
|
|
160
138
|
HostHeaderResolvedConfig &
|
|
161
139
|
AwsAuthResolvedConfig &
|
|
162
140
|
UserAgentResolvedConfig;
|
|
163
|
-
|
|
164
141
|
export interface IoTSecureTunnelingClientResolvedConfig
|
|
165
142
|
extends IoTSecureTunnelingClientResolvedConfigType {}
|
|
166
|
-
|
|
167
143
|
export declare class IoTSecureTunnelingClient extends __Client<
|
|
168
144
|
__HttpHandlerOptions,
|
|
169
145
|
ServiceInputTypes,
|
|
@@ -172,7 +148,6 @@ export declare class IoTSecureTunnelingClient extends __Client<
|
|
|
172
148
|
> {
|
|
173
149
|
readonly config: IoTSecureTunnelingClientResolvedConfig;
|
|
174
150
|
constructor(configuration: IoTSecureTunnelingClientConfig);
|
|
175
|
-
|
|
176
151
|
destroy(): void;
|
|
177
152
|
}
|
|
178
153
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CloseTunnelCommandInput extends CloseTunnelRequest {}
|
|
|
15
15
|
export interface CloseTunnelCommandOutput
|
|
16
16
|
extends CloseTunnelResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CloseTunnelCommand extends $Command<
|
|
20
19
|
CloseTunnelCommandInput,
|
|
21
20
|
CloseTunnelCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CloseTunnelCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CloseTunnelCommandInput;
|
|
25
24
|
constructor(input: CloseTunnelCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTSecureTunnelingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeTunnelCommandInput extends DescribeTunnelRequest {}
|
|
|
18
18
|
export interface DescribeTunnelCommandOutput
|
|
19
19
|
extends DescribeTunnelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeTunnelCommand extends $Command<
|
|
23
22
|
DescribeTunnelCommandInput,
|
|
24
23
|
DescribeTunnelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeTunnelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeTunnelCommandInput;
|
|
28
27
|
constructor(input: DescribeTunnelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IoTSecureTunnelingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTSecureTunnelingClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTunnelsCommandInput extends ListTunnelsRequest {}
|
|
|
15
15
|
export interface ListTunnelsCommandOutput
|
|
16
16
|
extends ListTunnelsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTunnelsCommand extends $Command<
|
|
20
19
|
ListTunnelsCommandInput,
|
|
21
20
|
ListTunnelsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTunnelsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTunnelsCommandInput;
|
|
25
24
|
constructor(input: ListTunnelsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTSecureTunnelingClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface OpenTunnelCommandInput extends OpenTunnelRequest {}
|
|
|
15
15
|
export interface OpenTunnelCommandOutput
|
|
16
16
|
extends OpenTunnelResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class OpenTunnelCommand extends $Command<
|
|
20
19
|
OpenTunnelCommandInput,
|
|
21
20
|
OpenTunnelCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class OpenTunnelCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: OpenTunnelCommandInput;
|
|
25
24
|
constructor(input: OpenTunnelCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTSecureTunnelingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RotateTunnelAccessTokenCommandInput
|
|
|
19
19
|
export interface RotateTunnelAccessTokenCommandOutput
|
|
20
20
|
extends RotateTunnelAccessTokenResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RotateTunnelAccessTokenCommand extends $Command<
|
|
24
23
|
RotateTunnelAccessTokenCommandInput,
|
|
25
24
|
RotateTunnelAccessTokenCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RotateTunnelAccessTokenCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RotateTunnelAccessTokenCommandInput;
|
|
29
28
|
constructor(input: RotateTunnelAccessTokenCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTSecureTunnelingClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTSecureTunnelingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IoTSecureTunnelingClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class IoTSecureTunnelingServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -7,15 +7,12 @@ export declare enum ClientMode {
|
|
|
7
7
|
}
|
|
8
8
|
export interface CloseTunnelRequest {
|
|
9
9
|
tunnelId: string | undefined;
|
|
10
|
-
|
|
11
10
|
delete?: boolean;
|
|
12
11
|
}
|
|
13
12
|
export interface CloseTunnelResponse {}
|
|
14
|
-
|
|
15
13
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
16
14
|
readonly name: "ResourceNotFoundException";
|
|
17
15
|
readonly $fault: "client";
|
|
18
|
-
|
|
19
16
|
constructor(
|
|
20
17
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
21
18
|
);
|
|
@@ -24,57 +21,39 @@ export declare enum ConnectionStatus {
|
|
|
24
21
|
CONNECTED = "CONNECTED",
|
|
25
22
|
DISCONNECTED = "DISCONNECTED",
|
|
26
23
|
}
|
|
27
|
-
|
|
28
24
|
export interface ConnectionState {
|
|
29
25
|
status?: ConnectionStatus | string;
|
|
30
|
-
|
|
31
26
|
lastUpdatedAt?: Date;
|
|
32
27
|
}
|
|
33
28
|
export interface DescribeTunnelRequest {
|
|
34
29
|
tunnelId: string | undefined;
|
|
35
30
|
}
|
|
36
|
-
|
|
37
31
|
export interface DestinationConfig {
|
|
38
32
|
thingName?: string;
|
|
39
|
-
|
|
40
33
|
services: string[] | undefined;
|
|
41
34
|
}
|
|
42
35
|
export declare enum TunnelStatus {
|
|
43
36
|
CLOSED = "CLOSED",
|
|
44
37
|
OPEN = "OPEN",
|
|
45
38
|
}
|
|
46
|
-
|
|
47
39
|
export interface Tag {
|
|
48
40
|
key: string | undefined;
|
|
49
|
-
|
|
50
41
|
value: string | undefined;
|
|
51
42
|
}
|
|
52
|
-
|
|
53
43
|
export interface TimeoutConfig {
|
|
54
44
|
maxLifetimeTimeoutMinutes?: number;
|
|
55
45
|
}
|
|
56
|
-
|
|
57
46
|
export interface Tunnel {
|
|
58
47
|
tunnelId?: string;
|
|
59
|
-
|
|
60
48
|
tunnelArn?: string;
|
|
61
|
-
|
|
62
49
|
status?: TunnelStatus | string;
|
|
63
|
-
|
|
64
50
|
sourceConnectionState?: ConnectionState;
|
|
65
|
-
|
|
66
51
|
destinationConnectionState?: ConnectionState;
|
|
67
|
-
|
|
68
52
|
description?: string;
|
|
69
|
-
|
|
70
53
|
destinationConfig?: DestinationConfig;
|
|
71
|
-
|
|
72
54
|
timeoutConfig?: TimeoutConfig;
|
|
73
|
-
|
|
74
55
|
tags?: Tag[];
|
|
75
|
-
|
|
76
56
|
createdAt?: Date;
|
|
77
|
-
|
|
78
57
|
lastUpdatedAt?: Date;
|
|
79
58
|
}
|
|
80
59
|
export interface DescribeTunnelResponse {
|
|
@@ -88,164 +67,119 @@ export interface ListTagsForResourceResponse {
|
|
|
88
67
|
}
|
|
89
68
|
export interface ListTunnelsRequest {
|
|
90
69
|
thingName?: string;
|
|
91
|
-
|
|
92
70
|
maxResults?: number;
|
|
93
|
-
|
|
94
71
|
nextToken?: string;
|
|
95
72
|
}
|
|
96
|
-
|
|
97
73
|
export interface TunnelSummary {
|
|
98
74
|
tunnelId?: string;
|
|
99
|
-
|
|
100
75
|
tunnelArn?: string;
|
|
101
|
-
|
|
102
76
|
status?: TunnelStatus | string;
|
|
103
|
-
|
|
104
77
|
description?: string;
|
|
105
|
-
|
|
106
78
|
createdAt?: Date;
|
|
107
|
-
|
|
108
79
|
lastUpdatedAt?: Date;
|
|
109
80
|
}
|
|
110
81
|
export interface ListTunnelsResponse {
|
|
111
82
|
tunnelSummaries?: TunnelSummary[];
|
|
112
|
-
|
|
113
83
|
nextToken?: string;
|
|
114
84
|
}
|
|
115
|
-
|
|
116
85
|
export declare class LimitExceededException extends __BaseException {
|
|
117
86
|
readonly name: "LimitExceededException";
|
|
118
87
|
readonly $fault: "client";
|
|
119
|
-
|
|
120
88
|
constructor(
|
|
121
89
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
122
90
|
);
|
|
123
91
|
}
|
|
124
92
|
export interface OpenTunnelRequest {
|
|
125
93
|
description?: string;
|
|
126
|
-
|
|
127
94
|
tags?: Tag[];
|
|
128
|
-
|
|
129
95
|
destinationConfig?: DestinationConfig;
|
|
130
|
-
|
|
131
96
|
timeoutConfig?: TimeoutConfig;
|
|
132
97
|
}
|
|
133
98
|
export interface OpenTunnelResponse {
|
|
134
99
|
tunnelId?: string;
|
|
135
|
-
|
|
136
100
|
tunnelArn?: string;
|
|
137
|
-
|
|
138
101
|
sourceAccessToken?: string;
|
|
139
|
-
|
|
140
102
|
destinationAccessToken?: string;
|
|
141
103
|
}
|
|
142
104
|
export interface RotateTunnelAccessTokenRequest {
|
|
143
105
|
tunnelId: string | undefined;
|
|
144
|
-
|
|
145
106
|
clientMode: ClientMode | string | undefined;
|
|
146
|
-
|
|
147
107
|
destinationConfig?: DestinationConfig;
|
|
148
108
|
}
|
|
149
109
|
export interface RotateTunnelAccessTokenResponse {
|
|
150
110
|
tunnelArn?: string;
|
|
151
|
-
|
|
152
111
|
sourceAccessToken?: string;
|
|
153
|
-
|
|
154
112
|
destinationAccessToken?: string;
|
|
155
113
|
}
|
|
156
114
|
export interface TagResourceRequest {
|
|
157
115
|
resourceArn: string | undefined;
|
|
158
|
-
|
|
159
116
|
tags: Tag[] | undefined;
|
|
160
117
|
}
|
|
161
118
|
export interface TagResourceResponse {}
|
|
162
119
|
export interface UntagResourceRequest {
|
|
163
120
|
resourceArn: string | undefined;
|
|
164
|
-
|
|
165
121
|
tagKeys: string[] | undefined;
|
|
166
122
|
}
|
|
167
123
|
export interface UntagResourceResponse {}
|
|
168
|
-
|
|
169
124
|
export declare const CloseTunnelRequestFilterSensitiveLog: (
|
|
170
125
|
obj: CloseTunnelRequest
|
|
171
126
|
) => any;
|
|
172
|
-
|
|
173
127
|
export declare const CloseTunnelResponseFilterSensitiveLog: (
|
|
174
128
|
obj: CloseTunnelResponse
|
|
175
129
|
) => any;
|
|
176
|
-
|
|
177
130
|
export declare const ConnectionStateFilterSensitiveLog: (
|
|
178
131
|
obj: ConnectionState
|
|
179
132
|
) => any;
|
|
180
|
-
|
|
181
133
|
export declare const DescribeTunnelRequestFilterSensitiveLog: (
|
|
182
134
|
obj: DescribeTunnelRequest
|
|
183
135
|
) => any;
|
|
184
|
-
|
|
185
136
|
export declare const DestinationConfigFilterSensitiveLog: (
|
|
186
137
|
obj: DestinationConfig
|
|
187
138
|
) => any;
|
|
188
|
-
|
|
189
139
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
190
|
-
|
|
191
140
|
export declare const TimeoutConfigFilterSensitiveLog: (
|
|
192
141
|
obj: TimeoutConfig
|
|
193
142
|
) => any;
|
|
194
|
-
|
|
195
143
|
export declare const TunnelFilterSensitiveLog: (obj: Tunnel) => any;
|
|
196
|
-
|
|
197
144
|
export declare const DescribeTunnelResponseFilterSensitiveLog: (
|
|
198
145
|
obj: DescribeTunnelResponse
|
|
199
146
|
) => any;
|
|
200
|
-
|
|
201
147
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
202
148
|
obj: ListTagsForResourceRequest
|
|
203
149
|
) => any;
|
|
204
|
-
|
|
205
150
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
206
151
|
obj: ListTagsForResourceResponse
|
|
207
152
|
) => any;
|
|
208
|
-
|
|
209
153
|
export declare const ListTunnelsRequestFilterSensitiveLog: (
|
|
210
154
|
obj: ListTunnelsRequest
|
|
211
155
|
) => any;
|
|
212
|
-
|
|
213
156
|
export declare const TunnelSummaryFilterSensitiveLog: (
|
|
214
157
|
obj: TunnelSummary
|
|
215
158
|
) => any;
|
|
216
|
-
|
|
217
159
|
export declare const ListTunnelsResponseFilterSensitiveLog: (
|
|
218
160
|
obj: ListTunnelsResponse
|
|
219
161
|
) => any;
|
|
220
|
-
|
|
221
162
|
export declare const OpenTunnelRequestFilterSensitiveLog: (
|
|
222
163
|
obj: OpenTunnelRequest
|
|
223
164
|
) => any;
|
|
224
|
-
|
|
225
165
|
export declare const OpenTunnelResponseFilterSensitiveLog: (
|
|
226
166
|
obj: OpenTunnelResponse
|
|
227
167
|
) => any;
|
|
228
|
-
|
|
229
168
|
export declare const RotateTunnelAccessTokenRequestFilterSensitiveLog: (
|
|
230
169
|
obj: RotateTunnelAccessTokenRequest
|
|
231
170
|
) => any;
|
|
232
|
-
|
|
233
171
|
export declare const RotateTunnelAccessTokenResponseFilterSensitiveLog: (
|
|
234
172
|
obj: RotateTunnelAccessTokenResponse
|
|
235
173
|
) => any;
|
|
236
|
-
|
|
237
174
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
238
175
|
obj: TagResourceRequest
|
|
239
176
|
) => any;
|
|
240
|
-
|
|
241
177
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
242
178
|
obj: TagResourceResponse
|
|
243
179
|
) => any;
|
|
244
|
-
|
|
245
180
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
246
181
|
obj: UntagResourceRequest
|
|
247
182
|
) => any;
|
|
248
|
-
|
|
249
183
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
250
184
|
obj: UntagResourceResponse
|
|
251
185
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { IoTSecureTunnelingClientConfig } from "./IoTSecureTunnelingClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: IoTSecureTunnelingClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { IoTSecureTunnelingClientConfig } from "./IoTSecureTunnelingClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: IoTSecureTunnelingClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { IoTSecureTunnelingClientConfig } from "./IoTSecureTunnelingClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: IoTSecureTunnelingClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
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.
|
|
4
|
+
"version": "3.178.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|