@aws-sdk/client-iotsecuretunneling 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/IoTSecureTunneling.d.ts +148 -45
- package/dist-types/ts3.4/IoTSecureTunnelingClient.d.ts +178 -81
- package/dist-types/ts3.4/commands/CloseTunnelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeTunnelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTunnelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/OpenTunnelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RotateTunnelAccessTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +8 -8
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/IoTSecureTunnelingServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +251 -229
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListTunnelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +101 -26
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,229 +1,251 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { IoTSecureTunnelingServiceException as __BaseException } from "./IoTSecureTunnelingServiceException";
|
|
3
|
-
export declare enum ClientMode {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
export interface CloseTunnelRequest {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
export declare enum ConnectionStatus {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export interface ConnectionState {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export interface
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
86
|
-
export interface
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
}
|
|
162
|
-
export interface
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
export declare const
|
|
190
|
-
|
|
191
|
-
export declare const
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
export declare const
|
|
196
|
-
|
|
197
|
-
export declare const
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
export declare const
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
export declare const
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
export declare const ListTunnelsRequestFilterSensitiveLog: (
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
export declare const
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
export declare const
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
export declare const
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
export declare const
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTSecureTunnelingServiceException as __BaseException } from "./IoTSecureTunnelingServiceException";
|
|
3
|
+
export declare enum ClientMode {
|
|
4
|
+
ALL = "ALL",
|
|
5
|
+
DESTINATION = "DESTINATION",
|
|
6
|
+
SOURCE = "SOURCE",
|
|
7
|
+
}
|
|
8
|
+
export interface CloseTunnelRequest {
|
|
9
|
+
tunnelId: string | undefined;
|
|
10
|
+
|
|
11
|
+
delete?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export interface CloseTunnelResponse {}
|
|
14
|
+
|
|
15
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
16
|
+
readonly name: "ResourceNotFoundException";
|
|
17
|
+
readonly $fault: "client";
|
|
18
|
+
|
|
19
|
+
constructor(
|
|
20
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
export declare enum ConnectionStatus {
|
|
24
|
+
CONNECTED = "CONNECTED",
|
|
25
|
+
DISCONNECTED = "DISCONNECTED",
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface ConnectionState {
|
|
29
|
+
status?: ConnectionStatus | string;
|
|
30
|
+
|
|
31
|
+
lastUpdatedAt?: Date;
|
|
32
|
+
}
|
|
33
|
+
export interface DescribeTunnelRequest {
|
|
34
|
+
tunnelId: string | undefined;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface DestinationConfig {
|
|
38
|
+
thingName?: string;
|
|
39
|
+
|
|
40
|
+
services: string[] | undefined;
|
|
41
|
+
}
|
|
42
|
+
export declare enum TunnelStatus {
|
|
43
|
+
CLOSED = "CLOSED",
|
|
44
|
+
OPEN = "OPEN",
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface Tag {
|
|
48
|
+
key: string | undefined;
|
|
49
|
+
|
|
50
|
+
value: string | undefined;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface TimeoutConfig {
|
|
54
|
+
maxLifetimeTimeoutMinutes?: number;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export interface Tunnel {
|
|
58
|
+
tunnelId?: string;
|
|
59
|
+
|
|
60
|
+
tunnelArn?: string;
|
|
61
|
+
|
|
62
|
+
status?: TunnelStatus | string;
|
|
63
|
+
|
|
64
|
+
sourceConnectionState?: ConnectionState;
|
|
65
|
+
|
|
66
|
+
destinationConnectionState?: ConnectionState;
|
|
67
|
+
|
|
68
|
+
description?: string;
|
|
69
|
+
|
|
70
|
+
destinationConfig?: DestinationConfig;
|
|
71
|
+
|
|
72
|
+
timeoutConfig?: TimeoutConfig;
|
|
73
|
+
|
|
74
|
+
tags?: Tag[];
|
|
75
|
+
|
|
76
|
+
createdAt?: Date;
|
|
77
|
+
|
|
78
|
+
lastUpdatedAt?: Date;
|
|
79
|
+
}
|
|
80
|
+
export interface DescribeTunnelResponse {
|
|
81
|
+
tunnel?: Tunnel;
|
|
82
|
+
}
|
|
83
|
+
export interface ListTagsForResourceRequest {
|
|
84
|
+
resourceArn: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface ListTagsForResourceResponse {
|
|
87
|
+
tags?: Tag[];
|
|
88
|
+
}
|
|
89
|
+
export interface ListTunnelsRequest {
|
|
90
|
+
thingName?: string;
|
|
91
|
+
|
|
92
|
+
maxResults?: number;
|
|
93
|
+
|
|
94
|
+
nextToken?: string;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface TunnelSummary {
|
|
98
|
+
tunnelId?: string;
|
|
99
|
+
|
|
100
|
+
tunnelArn?: string;
|
|
101
|
+
|
|
102
|
+
status?: TunnelStatus | string;
|
|
103
|
+
|
|
104
|
+
description?: string;
|
|
105
|
+
|
|
106
|
+
createdAt?: Date;
|
|
107
|
+
|
|
108
|
+
lastUpdatedAt?: Date;
|
|
109
|
+
}
|
|
110
|
+
export interface ListTunnelsResponse {
|
|
111
|
+
tunnelSummaries?: TunnelSummary[];
|
|
112
|
+
|
|
113
|
+
nextToken?: string;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export declare class LimitExceededException extends __BaseException {
|
|
117
|
+
readonly name: "LimitExceededException";
|
|
118
|
+
readonly $fault: "client";
|
|
119
|
+
|
|
120
|
+
constructor(
|
|
121
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
122
|
+
);
|
|
123
|
+
}
|
|
124
|
+
export interface OpenTunnelRequest {
|
|
125
|
+
description?: string;
|
|
126
|
+
|
|
127
|
+
tags?: Tag[];
|
|
128
|
+
|
|
129
|
+
destinationConfig?: DestinationConfig;
|
|
130
|
+
|
|
131
|
+
timeoutConfig?: TimeoutConfig;
|
|
132
|
+
}
|
|
133
|
+
export interface OpenTunnelResponse {
|
|
134
|
+
tunnelId?: string;
|
|
135
|
+
|
|
136
|
+
tunnelArn?: string;
|
|
137
|
+
|
|
138
|
+
sourceAccessToken?: string;
|
|
139
|
+
|
|
140
|
+
destinationAccessToken?: string;
|
|
141
|
+
}
|
|
142
|
+
export interface RotateTunnelAccessTokenRequest {
|
|
143
|
+
tunnelId: string | undefined;
|
|
144
|
+
|
|
145
|
+
clientMode: ClientMode | string | undefined;
|
|
146
|
+
|
|
147
|
+
destinationConfig?: DestinationConfig;
|
|
148
|
+
}
|
|
149
|
+
export interface RotateTunnelAccessTokenResponse {
|
|
150
|
+
tunnelArn?: string;
|
|
151
|
+
|
|
152
|
+
sourceAccessToken?: string;
|
|
153
|
+
|
|
154
|
+
destinationAccessToken?: string;
|
|
155
|
+
}
|
|
156
|
+
export interface TagResourceRequest {
|
|
157
|
+
resourceArn: string | undefined;
|
|
158
|
+
|
|
159
|
+
tags: Tag[] | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface TagResourceResponse {}
|
|
162
|
+
export interface UntagResourceRequest {
|
|
163
|
+
resourceArn: string | undefined;
|
|
164
|
+
|
|
165
|
+
tagKeys: string[] | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface UntagResourceResponse {}
|
|
168
|
+
|
|
169
|
+
export declare const CloseTunnelRequestFilterSensitiveLog: (
|
|
170
|
+
obj: CloseTunnelRequest
|
|
171
|
+
) => any;
|
|
172
|
+
|
|
173
|
+
export declare const CloseTunnelResponseFilterSensitiveLog: (
|
|
174
|
+
obj: CloseTunnelResponse
|
|
175
|
+
) => any;
|
|
176
|
+
|
|
177
|
+
export declare const ConnectionStateFilterSensitiveLog: (
|
|
178
|
+
obj: ConnectionState
|
|
179
|
+
) => any;
|
|
180
|
+
|
|
181
|
+
export declare const DescribeTunnelRequestFilterSensitiveLog: (
|
|
182
|
+
obj: DescribeTunnelRequest
|
|
183
|
+
) => any;
|
|
184
|
+
|
|
185
|
+
export declare const DestinationConfigFilterSensitiveLog: (
|
|
186
|
+
obj: DestinationConfig
|
|
187
|
+
) => any;
|
|
188
|
+
|
|
189
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
190
|
+
|
|
191
|
+
export declare const TimeoutConfigFilterSensitiveLog: (
|
|
192
|
+
obj: TimeoutConfig
|
|
193
|
+
) => any;
|
|
194
|
+
|
|
195
|
+
export declare const TunnelFilterSensitiveLog: (obj: Tunnel) => any;
|
|
196
|
+
|
|
197
|
+
export declare const DescribeTunnelResponseFilterSensitiveLog: (
|
|
198
|
+
obj: DescribeTunnelResponse
|
|
199
|
+
) => any;
|
|
200
|
+
|
|
201
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
202
|
+
obj: ListTagsForResourceRequest
|
|
203
|
+
) => any;
|
|
204
|
+
|
|
205
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
206
|
+
obj: ListTagsForResourceResponse
|
|
207
|
+
) => any;
|
|
208
|
+
|
|
209
|
+
export declare const ListTunnelsRequestFilterSensitiveLog: (
|
|
210
|
+
obj: ListTunnelsRequest
|
|
211
|
+
) => any;
|
|
212
|
+
|
|
213
|
+
export declare const TunnelSummaryFilterSensitiveLog: (
|
|
214
|
+
obj: TunnelSummary
|
|
215
|
+
) => any;
|
|
216
|
+
|
|
217
|
+
export declare const ListTunnelsResponseFilterSensitiveLog: (
|
|
218
|
+
obj: ListTunnelsResponse
|
|
219
|
+
) => any;
|
|
220
|
+
|
|
221
|
+
export declare const OpenTunnelRequestFilterSensitiveLog: (
|
|
222
|
+
obj: OpenTunnelRequest
|
|
223
|
+
) => any;
|
|
224
|
+
|
|
225
|
+
export declare const OpenTunnelResponseFilterSensitiveLog: (
|
|
226
|
+
obj: OpenTunnelResponse
|
|
227
|
+
) => any;
|
|
228
|
+
|
|
229
|
+
export declare const RotateTunnelAccessTokenRequestFilterSensitiveLog: (
|
|
230
|
+
obj: RotateTunnelAccessTokenRequest
|
|
231
|
+
) => any;
|
|
232
|
+
|
|
233
|
+
export declare const RotateTunnelAccessTokenResponseFilterSensitiveLog: (
|
|
234
|
+
obj: RotateTunnelAccessTokenResponse
|
|
235
|
+
) => any;
|
|
236
|
+
|
|
237
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
238
|
+
obj: TagResourceRequest
|
|
239
|
+
) => any;
|
|
240
|
+
|
|
241
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
242
|
+
obj: TagResourceResponse
|
|
243
|
+
) => any;
|
|
244
|
+
|
|
245
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
246
|
+
obj: UntagResourceRequest
|
|
247
|
+
) => any;
|
|
248
|
+
|
|
249
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
250
|
+
obj: UntagResourceResponse
|
|
251
|
+
) => any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { IoTSecureTunneling } from "../IoTSecureTunneling";
|
|
3
|
-
import { IoTSecureTunnelingClient } from "../IoTSecureTunnelingClient";
|
|
4
|
-
export interface IoTSecureTunnelingPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { IoTSecureTunneling } from "../IoTSecureTunneling";
|
|
3
|
+
import { IoTSecureTunnelingClient } from "../IoTSecureTunnelingClient";
|
|
4
|
+
export interface IoTSecureTunnelingPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: IoTSecureTunneling | IoTSecureTunnelingClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTunnelsCommandInput,
|
|
4
|
+
ListTunnelsCommandOutput,
|
|
5
|
+
} from "../commands/ListTunnelsCommand";
|
|
6
|
+
import { IoTSecureTunnelingPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTunnels(
|
|
8
|
+
config: IoTSecureTunnelingPaginationConfiguration,
|
|
9
|
+
input: ListTunnelsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTunnelsCommandOutput>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListTunnelsPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListTunnelsPaginator";
|
|
@@ -1,26 +1,101 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CloseTunnelCommandInput,
|
|
8
|
+
CloseTunnelCommandOutput,
|
|
9
|
+
} from "../commands/CloseTunnelCommand";
|
|
10
|
+
import {
|
|
11
|
+
DescribeTunnelCommandInput,
|
|
12
|
+
DescribeTunnelCommandOutput,
|
|
13
|
+
} from "../commands/DescribeTunnelCommand";
|
|
14
|
+
import {
|
|
15
|
+
ListTagsForResourceCommandInput,
|
|
16
|
+
ListTagsForResourceCommandOutput,
|
|
17
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
18
|
+
import {
|
|
19
|
+
ListTunnelsCommandInput,
|
|
20
|
+
ListTunnelsCommandOutput,
|
|
21
|
+
} from "../commands/ListTunnelsCommand";
|
|
22
|
+
import {
|
|
23
|
+
OpenTunnelCommandInput,
|
|
24
|
+
OpenTunnelCommandOutput,
|
|
25
|
+
} from "../commands/OpenTunnelCommand";
|
|
26
|
+
import {
|
|
27
|
+
RotateTunnelAccessTokenCommandInput,
|
|
28
|
+
RotateTunnelAccessTokenCommandOutput,
|
|
29
|
+
} from "../commands/RotateTunnelAccessTokenCommand";
|
|
30
|
+
import {
|
|
31
|
+
TagResourceCommandInput,
|
|
32
|
+
TagResourceCommandOutput,
|
|
33
|
+
} from "../commands/TagResourceCommand";
|
|
34
|
+
import {
|
|
35
|
+
UntagResourceCommandInput,
|
|
36
|
+
UntagResourceCommandOutput,
|
|
37
|
+
} from "../commands/UntagResourceCommand";
|
|
38
|
+
export declare const serializeAws_json1_1CloseTunnelCommand: (
|
|
39
|
+
input: CloseTunnelCommandInput,
|
|
40
|
+
context: __SerdeContext
|
|
41
|
+
) => Promise<__HttpRequest>;
|
|
42
|
+
export declare const serializeAws_json1_1DescribeTunnelCommand: (
|
|
43
|
+
input: DescribeTunnelCommandInput,
|
|
44
|
+
context: __SerdeContext
|
|
45
|
+
) => Promise<__HttpRequest>;
|
|
46
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
47
|
+
input: ListTagsForResourceCommandInput,
|
|
48
|
+
context: __SerdeContext
|
|
49
|
+
) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const serializeAws_json1_1ListTunnelsCommand: (
|
|
51
|
+
input: ListTunnelsCommandInput,
|
|
52
|
+
context: __SerdeContext
|
|
53
|
+
) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_json1_1OpenTunnelCommand: (
|
|
55
|
+
input: OpenTunnelCommandInput,
|
|
56
|
+
context: __SerdeContext
|
|
57
|
+
) => Promise<__HttpRequest>;
|
|
58
|
+
export declare const serializeAws_json1_1RotateTunnelAccessTokenCommand: (
|
|
59
|
+
input: RotateTunnelAccessTokenCommandInput,
|
|
60
|
+
context: __SerdeContext
|
|
61
|
+
) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
63
|
+
input: TagResourceCommandInput,
|
|
64
|
+
context: __SerdeContext
|
|
65
|
+
) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
67
|
+
input: UntagResourceCommandInput,
|
|
68
|
+
context: __SerdeContext
|
|
69
|
+
) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const deserializeAws_json1_1CloseTunnelCommand: (
|
|
71
|
+
output: __HttpResponse,
|
|
72
|
+
context: __SerdeContext
|
|
73
|
+
) => Promise<CloseTunnelCommandOutput>;
|
|
74
|
+
export declare const deserializeAws_json1_1DescribeTunnelCommand: (
|
|
75
|
+
output: __HttpResponse,
|
|
76
|
+
context: __SerdeContext
|
|
77
|
+
) => Promise<DescribeTunnelCommandOutput>;
|
|
78
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
79
|
+
output: __HttpResponse,
|
|
80
|
+
context: __SerdeContext
|
|
81
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
82
|
+
export declare const deserializeAws_json1_1ListTunnelsCommand: (
|
|
83
|
+
output: __HttpResponse,
|
|
84
|
+
context: __SerdeContext
|
|
85
|
+
) => Promise<ListTunnelsCommandOutput>;
|
|
86
|
+
export declare const deserializeAws_json1_1OpenTunnelCommand: (
|
|
87
|
+
output: __HttpResponse,
|
|
88
|
+
context: __SerdeContext
|
|
89
|
+
) => Promise<OpenTunnelCommandOutput>;
|
|
90
|
+
export declare const deserializeAws_json1_1RotateTunnelAccessTokenCommand: (
|
|
91
|
+
output: __HttpResponse,
|
|
92
|
+
context: __SerdeContext
|
|
93
|
+
) => Promise<RotateTunnelAccessTokenCommandOutput>;
|
|
94
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
95
|
+
output: __HttpResponse,
|
|
96
|
+
context: __SerdeContext
|
|
97
|
+
) => Promise<TagResourceCommandOutput>;
|
|
98
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
99
|
+
output: __HttpResponse,
|
|
100
|
+
context: __SerdeContext
|
|
101
|
+
) => Promise<UntagResourceCommandOutput>;
|