@aws-sdk/client-iotsecuretunneling 3.948.0 → 3.953.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-cjs/index.js +110 -77
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/CloseTunnelCommand.js +2 -2
- package/dist-es/commands/DescribeTunnelCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTunnelsCommand.js +2 -2
- package/dist-es/commands/OpenTunnelCommand.js +2 -2
- package/dist-es/commands/RotateTunnelAccessTokenCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +65 -65
- package/dist-types/IoTSecureTunnelingClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +34 -39
- package/dist-types/ts3.4/IoTSecureTunnelingClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +33 -40
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class IoTSecureTunnelingClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class IoTSecureTunnelingServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, IoTSecureTunnelingServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class ResourceNotFoundException extends IoTSecureTunnelingServiceException {
|
|
121
121
|
name = "ResourceNotFoundException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends IoTSec
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class LimitExceededException extends IoTSecureTunnelingServiceException {
|
|
133
133
|
name = "LimitExceededException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,7 +140,7 @@ let LimitExceededException$1 = class LimitExceededException extends IoTSecureTun
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
143
|
+
}
|
|
144
144
|
|
|
145
145
|
const _CAT = "ClientAccessToken";
|
|
146
146
|
const _CS = "ConnectionState";
|
|
@@ -213,7 +213,7 @@ const _ta = "tags";
|
|
|
213
213
|
const _v = "value";
|
|
214
214
|
const n0 = "com.amazonaws.iotsecuretunneling";
|
|
215
215
|
var ClientAccessToken = [0, n0, _CAT, 8, 0];
|
|
216
|
-
var CloseTunnelRequest = [
|
|
216
|
+
var CloseTunnelRequest$ = [
|
|
217
217
|
3,
|
|
218
218
|
n0,
|
|
219
219
|
_CTR,
|
|
@@ -224,12 +224,12 @@ var CloseTunnelRequest = [
|
|
|
224
224
|
[2, { [_hQ]: _d }],
|
|
225
225
|
],
|
|
226
226
|
];
|
|
227
|
-
var CloseTunnelResponse = [3, n0, _CTRl, 0, [], []];
|
|
228
|
-
var ConnectionState = [3, n0, _CS, 0, [_s, _lUA], [0, 4]];
|
|
229
|
-
var DescribeTunnelRequest = [3, n0, _DTR, 0, [_tI], [[0, 1]]];
|
|
230
|
-
var DescribeTunnelResponse = [3, n0, _DTRe, 0, [_t], [() => Tunnel]];
|
|
231
|
-
var DestinationConfig = [3, n0, _DC, 0, [_tN, _se], [0, 64 | 0]];
|
|
232
|
-
var LimitExceededException = [
|
|
227
|
+
var CloseTunnelResponse$ = [3, n0, _CTRl, 0, [], []];
|
|
228
|
+
var ConnectionState$ = [3, n0, _CS, 0, [_s, _lUA], [0, 4]];
|
|
229
|
+
var DescribeTunnelRequest$ = [3, n0, _DTR, 0, [_tI], [[0, 1]]];
|
|
230
|
+
var DescribeTunnelResponse$ = [3, n0, _DTRe, 0, [_t], [() => Tunnel$]];
|
|
231
|
+
var DestinationConfig$ = [3, n0, _DC, 0, [_tN, _se], [0, 64 | 0]];
|
|
232
|
+
var LimitExceededException$ = [
|
|
233
233
|
-3,
|
|
234
234
|
n0,
|
|
235
235
|
_LEE,
|
|
@@ -237,10 +237,10 @@ var LimitExceededException = [
|
|
|
237
237
|
[_m],
|
|
238
238
|
[0],
|
|
239
239
|
];
|
|
240
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
241
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, { [_hQ]: _rA }]]];
|
|
242
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => TagList]];
|
|
243
|
-
var ListTunnelsRequest = [
|
|
240
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
241
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, { [_hQ]: _rA }]]];
|
|
242
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [() => TagList]];
|
|
243
|
+
var ListTunnelsRequest$ = [
|
|
244
244
|
3,
|
|
245
245
|
n0,
|
|
246
246
|
_LTR,
|
|
@@ -252,16 +252,16 @@ var ListTunnelsRequest = [
|
|
|
252
252
|
[0, { [_hQ]: _nT }],
|
|
253
253
|
],
|
|
254
254
|
];
|
|
255
|
-
var ListTunnelsResponse = [3, n0, _LTRi, 0, [_tS, _nT], [() => TunnelSummaryList, 0]];
|
|
256
|
-
var OpenTunnelRequest = [
|
|
255
|
+
var ListTunnelsResponse$ = [3, n0, _LTRi, 0, [_tS, _nT], [() => TunnelSummaryList, 0]];
|
|
256
|
+
var OpenTunnelRequest$ = [
|
|
257
257
|
3,
|
|
258
258
|
n0,
|
|
259
259
|
_OTR,
|
|
260
260
|
0,
|
|
261
261
|
[_de, _ta, _dC, _tC],
|
|
262
|
-
[0, () => TagList, () => DestinationConfig
|
|
262
|
+
[0, () => TagList, () => DestinationConfig$, () => TimeoutConfig$],
|
|
263
263
|
];
|
|
264
|
-
var OpenTunnelResponse = [
|
|
264
|
+
var OpenTunnelResponse$ = [
|
|
265
265
|
3,
|
|
266
266
|
n0,
|
|
267
267
|
_OTRp,
|
|
@@ -269,7 +269,7 @@ var OpenTunnelResponse = [
|
|
|
269
269
|
[_tI, _tA, _sAT, _dAT],
|
|
270
270
|
[0, 0, [() => ClientAccessToken, 0], [() => ClientAccessToken, 0]],
|
|
271
271
|
];
|
|
272
|
-
var ResourceNotFoundException = [
|
|
272
|
+
var ResourceNotFoundException$ = [
|
|
273
273
|
-3,
|
|
274
274
|
n0,
|
|
275
275
|
_RNFE,
|
|
@@ -277,16 +277,16 @@ var ResourceNotFoundException = [
|
|
|
277
277
|
[_m],
|
|
278
278
|
[0],
|
|
279
279
|
];
|
|
280
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
281
|
-
var RotateTunnelAccessTokenRequest = [
|
|
280
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
281
|
+
var RotateTunnelAccessTokenRequest$ = [
|
|
282
282
|
3,
|
|
283
283
|
n0,
|
|
284
284
|
_RTATR,
|
|
285
285
|
0,
|
|
286
286
|
[_tI, _cM, _dC],
|
|
287
|
-
[[0, 1], 0, () => DestinationConfig],
|
|
287
|
+
[[0, 1], 0, () => DestinationConfig$],
|
|
288
288
|
];
|
|
289
|
-
var RotateTunnelAccessTokenResponse = [
|
|
289
|
+
var RotateTunnelAccessTokenResponse$ = [
|
|
290
290
|
3,
|
|
291
291
|
n0,
|
|
292
292
|
_RTATRo,
|
|
@@ -294,11 +294,11 @@ var RotateTunnelAccessTokenResponse = [
|
|
|
294
294
|
[_tA, _sAT, _dAT],
|
|
295
295
|
[0, [() => ClientAccessToken, 0], [() => ClientAccessToken, 0]],
|
|
296
296
|
];
|
|
297
|
-
var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
298
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [0, () => TagList]];
|
|
299
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
300
|
-
var TimeoutConfig = [3, n0, _TC, 0, [_mLTM], [1]];
|
|
301
|
-
var Tunnel = [
|
|
297
|
+
var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
298
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [0, () => TagList]];
|
|
299
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
300
|
+
var TimeoutConfig$ = [3, n0, _TC, 0, [_mLTM], [1]];
|
|
301
|
+
var Tunnel$ = [
|
|
302
302
|
3,
|
|
303
303
|
n0,
|
|
304
304
|
_Tu,
|
|
@@ -308,20 +308,20 @@ var Tunnel = [
|
|
|
308
308
|
0,
|
|
309
309
|
0,
|
|
310
310
|
0,
|
|
311
|
-
() => ConnectionState
|
|
312
|
-
() => ConnectionState
|
|
311
|
+
() => ConnectionState$,
|
|
312
|
+
() => ConnectionState$,
|
|
313
313
|
0,
|
|
314
|
-
() => DestinationConfig
|
|
315
|
-
() => TimeoutConfig
|
|
314
|
+
() => DestinationConfig$,
|
|
315
|
+
() => TimeoutConfig$,
|
|
316
316
|
() => TagList,
|
|
317
317
|
4,
|
|
318
318
|
4,
|
|
319
319
|
],
|
|
320
320
|
];
|
|
321
|
-
var TunnelSummary = [3, n0, _TS, 0, [_tI, _tA, _s, _de, _cA, _lUA], [0, 0, 0, 0, 4, 4]];
|
|
322
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
|
|
323
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
324
|
-
var IoTSecureTunnelingServiceException = [
|
|
321
|
+
var TunnelSummary$ = [3, n0, _TS, 0, [_tI, _tA, _s, _de, _cA, _lUA], [0, 0, 0, 0, 4, 4]];
|
|
322
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
|
|
323
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
324
|
+
var IoTSecureTunnelingServiceException$ = [
|
|
325
325
|
-3,
|
|
326
326
|
_sm,
|
|
327
327
|
"IoTSecureTunnelingServiceException",
|
|
@@ -329,72 +329,72 @@ var IoTSecureTunnelingServiceException = [
|
|
|
329
329
|
[],
|
|
330
330
|
[],
|
|
331
331
|
];
|
|
332
|
-
schema.TypeRegistry.for(_sm).registerError(IoTSecureTunnelingServiceException
|
|
333
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
334
|
-
var TunnelSummaryList = [1, n0, _TSL, 0, () => TunnelSummary];
|
|
335
|
-
var CloseTunnel = [
|
|
332
|
+
schema.TypeRegistry.for(_sm).registerError(IoTSecureTunnelingServiceException$, IoTSecureTunnelingServiceException);
|
|
333
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
334
|
+
var TunnelSummaryList = [1, n0, _TSL, 0, () => TunnelSummary$];
|
|
335
|
+
var CloseTunnel$ = [
|
|
336
336
|
9,
|
|
337
337
|
n0,
|
|
338
338
|
_CT,
|
|
339
339
|
{ [_h]: ["DELETE", "/tunnels/{tunnelId}", 200] },
|
|
340
|
-
() => CloseTunnelRequest
|
|
341
|
-
() => CloseTunnelResponse
|
|
340
|
+
() => CloseTunnelRequest$,
|
|
341
|
+
() => CloseTunnelResponse$,
|
|
342
342
|
];
|
|
343
|
-
var DescribeTunnel = [
|
|
343
|
+
var DescribeTunnel$ = [
|
|
344
344
|
9,
|
|
345
345
|
n0,
|
|
346
346
|
_DT,
|
|
347
347
|
{ [_h]: ["GET", "/tunnels/{tunnelId}", 200] },
|
|
348
|
-
() => DescribeTunnelRequest
|
|
349
|
-
() => DescribeTunnelResponse
|
|
348
|
+
() => DescribeTunnelRequest$,
|
|
349
|
+
() => DescribeTunnelResponse$,
|
|
350
350
|
];
|
|
351
|
-
var ListTagsForResource = [
|
|
351
|
+
var ListTagsForResource$ = [
|
|
352
352
|
9,
|
|
353
353
|
n0,
|
|
354
354
|
_LTFR,
|
|
355
355
|
{ [_h]: ["GET", "/tags", 200] },
|
|
356
|
-
() => ListTagsForResourceRequest
|
|
357
|
-
() => ListTagsForResourceResponse
|
|
356
|
+
() => ListTagsForResourceRequest$,
|
|
357
|
+
() => ListTagsForResourceResponse$,
|
|
358
358
|
];
|
|
359
|
-
var ListTunnels = [
|
|
359
|
+
var ListTunnels$ = [
|
|
360
360
|
9,
|
|
361
361
|
n0,
|
|
362
362
|
_LT,
|
|
363
363
|
{ [_h]: ["GET", "/tunnels", 200] },
|
|
364
|
-
() => ListTunnelsRequest
|
|
365
|
-
() => ListTunnelsResponse
|
|
364
|
+
() => ListTunnelsRequest$,
|
|
365
|
+
() => ListTunnelsResponse$,
|
|
366
366
|
];
|
|
367
|
-
var OpenTunnel = [
|
|
367
|
+
var OpenTunnel$ = [
|
|
368
368
|
9,
|
|
369
369
|
n0,
|
|
370
370
|
_OT,
|
|
371
371
|
{ [_h]: ["POST", "/tunnels", 200] },
|
|
372
|
-
() => OpenTunnelRequest
|
|
373
|
-
() => OpenTunnelResponse
|
|
372
|
+
() => OpenTunnelRequest$,
|
|
373
|
+
() => OpenTunnelResponse$,
|
|
374
374
|
];
|
|
375
|
-
var RotateTunnelAccessToken = [
|
|
375
|
+
var RotateTunnelAccessToken$ = [
|
|
376
376
|
9,
|
|
377
377
|
n0,
|
|
378
378
|
_RTAT,
|
|
379
379
|
{ [_h]: ["POST", "/tunnel/{tunnelId}/rotate", 200] },
|
|
380
|
-
() => RotateTunnelAccessTokenRequest
|
|
381
|
-
() => RotateTunnelAccessTokenResponse
|
|
380
|
+
() => RotateTunnelAccessTokenRequest$,
|
|
381
|
+
() => RotateTunnelAccessTokenResponse$,
|
|
382
382
|
];
|
|
383
|
-
var TagResource = [
|
|
383
|
+
var TagResource$ = [
|
|
384
384
|
9,
|
|
385
385
|
n0,
|
|
386
386
|
_TR,
|
|
387
387
|
{ [_h]: ["POST", "/tags", 200] },
|
|
388
|
-
() => TagResourceRequest
|
|
389
|
-
() => TagResourceResponse
|
|
388
|
+
() => TagResourceRequest$,
|
|
389
|
+
() => TagResourceResponse$,
|
|
390
390
|
];
|
|
391
|
-
var UntagResource = [
|
|
391
|
+
var UntagResource$ = [
|
|
392
392
|
9,
|
|
393
393
|
n0,
|
|
394
394
|
_UR,
|
|
395
395
|
{ [_h]: ["POST", "/untag", 200] },
|
|
396
|
-
() => UntagResourceRequest
|
|
397
|
-
() => UntagResourceResponse
|
|
396
|
+
() => UntagResourceRequest$,
|
|
397
|
+
() => UntagResourceResponse$,
|
|
398
398
|
];
|
|
399
399
|
|
|
400
400
|
class CloseTunnelCommand extends smithyClient.Command
|
|
@@ -405,7 +405,7 @@ class CloseTunnelCommand extends smithyClient.Command
|
|
|
405
405
|
})
|
|
406
406
|
.s("IoTSecuredTunneling", "CloseTunnel", {})
|
|
407
407
|
.n("IoTSecureTunnelingClient", "CloseTunnelCommand")
|
|
408
|
-
.sc(CloseTunnel)
|
|
408
|
+
.sc(CloseTunnel$)
|
|
409
409
|
.build() {
|
|
410
410
|
}
|
|
411
411
|
|
|
@@ -417,7 +417,7 @@ class DescribeTunnelCommand extends smithyClient.Command
|
|
|
417
417
|
})
|
|
418
418
|
.s("IoTSecuredTunneling", "DescribeTunnel", {})
|
|
419
419
|
.n("IoTSecureTunnelingClient", "DescribeTunnelCommand")
|
|
420
|
-
.sc(DescribeTunnel)
|
|
420
|
+
.sc(DescribeTunnel$)
|
|
421
421
|
.build() {
|
|
422
422
|
}
|
|
423
423
|
|
|
@@ -429,7 +429,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
429
429
|
})
|
|
430
430
|
.s("IoTSecuredTunneling", "ListTagsForResource", {})
|
|
431
431
|
.n("IoTSecureTunnelingClient", "ListTagsForResourceCommand")
|
|
432
|
-
.sc(ListTagsForResource)
|
|
432
|
+
.sc(ListTagsForResource$)
|
|
433
433
|
.build() {
|
|
434
434
|
}
|
|
435
435
|
|
|
@@ -441,7 +441,7 @@ class ListTunnelsCommand extends smithyClient.Command
|
|
|
441
441
|
})
|
|
442
442
|
.s("IoTSecuredTunneling", "ListTunnels", {})
|
|
443
443
|
.n("IoTSecureTunnelingClient", "ListTunnelsCommand")
|
|
444
|
-
.sc(ListTunnels)
|
|
444
|
+
.sc(ListTunnels$)
|
|
445
445
|
.build() {
|
|
446
446
|
}
|
|
447
447
|
|
|
@@ -453,7 +453,7 @@ class OpenTunnelCommand extends smithyClient.Command
|
|
|
453
453
|
})
|
|
454
454
|
.s("IoTSecuredTunneling", "OpenTunnel", {})
|
|
455
455
|
.n("IoTSecureTunnelingClient", "OpenTunnelCommand")
|
|
456
|
-
.sc(OpenTunnel)
|
|
456
|
+
.sc(OpenTunnel$)
|
|
457
457
|
.build() {
|
|
458
458
|
}
|
|
459
459
|
|
|
@@ -465,7 +465,7 @@ class RotateTunnelAccessTokenCommand extends smithyClient.Command
|
|
|
465
465
|
})
|
|
466
466
|
.s("IoTSecuredTunneling", "RotateTunnelAccessToken", {})
|
|
467
467
|
.n("IoTSecureTunnelingClient", "RotateTunnelAccessTokenCommand")
|
|
468
|
-
.sc(RotateTunnelAccessToken)
|
|
468
|
+
.sc(RotateTunnelAccessToken$)
|
|
469
469
|
.build() {
|
|
470
470
|
}
|
|
471
471
|
|
|
@@ -477,7 +477,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
477
477
|
})
|
|
478
478
|
.s("IoTSecuredTunneling", "TagResource", {})
|
|
479
479
|
.n("IoTSecureTunnelingClient", "TagResourceCommand")
|
|
480
|
-
.sc(TagResource)
|
|
480
|
+
.sc(TagResource$)
|
|
481
481
|
.build() {
|
|
482
482
|
}
|
|
483
483
|
|
|
@@ -489,7 +489,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
489
489
|
})
|
|
490
490
|
.s("IoTSecuredTunneling", "UntagResource", {})
|
|
491
491
|
.n("IoTSecureTunnelingClient", "UntagResourceCommand")
|
|
492
|
-
.sc(UntagResource)
|
|
492
|
+
.sc(UntagResource$)
|
|
493
493
|
.build() {
|
|
494
494
|
}
|
|
495
495
|
|
|
@@ -532,19 +532,52 @@ Object.defineProperty(exports, "__Client", {
|
|
|
532
532
|
get: function () { return smithyClient.Client; }
|
|
533
533
|
});
|
|
534
534
|
exports.ClientMode = ClientMode;
|
|
535
|
+
exports.CloseTunnel$ = CloseTunnel$;
|
|
535
536
|
exports.CloseTunnelCommand = CloseTunnelCommand;
|
|
537
|
+
exports.CloseTunnelRequest$ = CloseTunnelRequest$;
|
|
538
|
+
exports.CloseTunnelResponse$ = CloseTunnelResponse$;
|
|
539
|
+
exports.ConnectionState$ = ConnectionState$;
|
|
536
540
|
exports.ConnectionStatus = ConnectionStatus;
|
|
541
|
+
exports.DescribeTunnel$ = DescribeTunnel$;
|
|
537
542
|
exports.DescribeTunnelCommand = DescribeTunnelCommand;
|
|
543
|
+
exports.DescribeTunnelRequest$ = DescribeTunnelRequest$;
|
|
544
|
+
exports.DescribeTunnelResponse$ = DescribeTunnelResponse$;
|
|
545
|
+
exports.DestinationConfig$ = DestinationConfig$;
|
|
538
546
|
exports.IoTSecureTunneling = IoTSecureTunneling;
|
|
539
547
|
exports.IoTSecureTunnelingClient = IoTSecureTunnelingClient;
|
|
540
|
-
exports.IoTSecureTunnelingServiceException = IoTSecureTunnelingServiceException
|
|
541
|
-
exports.
|
|
548
|
+
exports.IoTSecureTunnelingServiceException = IoTSecureTunnelingServiceException;
|
|
549
|
+
exports.IoTSecureTunnelingServiceException$ = IoTSecureTunnelingServiceException$;
|
|
550
|
+
exports.LimitExceededException = LimitExceededException;
|
|
551
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
552
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
542
553
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
554
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
555
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
556
|
+
exports.ListTunnels$ = ListTunnels$;
|
|
543
557
|
exports.ListTunnelsCommand = ListTunnelsCommand;
|
|
558
|
+
exports.ListTunnelsRequest$ = ListTunnelsRequest$;
|
|
559
|
+
exports.ListTunnelsResponse$ = ListTunnelsResponse$;
|
|
560
|
+
exports.OpenTunnel$ = OpenTunnel$;
|
|
544
561
|
exports.OpenTunnelCommand = OpenTunnelCommand;
|
|
545
|
-
exports.
|
|
562
|
+
exports.OpenTunnelRequest$ = OpenTunnelRequest$;
|
|
563
|
+
exports.OpenTunnelResponse$ = OpenTunnelResponse$;
|
|
564
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
565
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
566
|
+
exports.RotateTunnelAccessToken$ = RotateTunnelAccessToken$;
|
|
546
567
|
exports.RotateTunnelAccessTokenCommand = RotateTunnelAccessTokenCommand;
|
|
568
|
+
exports.RotateTunnelAccessTokenRequest$ = RotateTunnelAccessTokenRequest$;
|
|
569
|
+
exports.RotateTunnelAccessTokenResponse$ = RotateTunnelAccessTokenResponse$;
|
|
570
|
+
exports.Tag$ = Tag$;
|
|
571
|
+
exports.TagResource$ = TagResource$;
|
|
547
572
|
exports.TagResourceCommand = TagResourceCommand;
|
|
573
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
574
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
575
|
+
exports.TimeoutConfig$ = TimeoutConfig$;
|
|
576
|
+
exports.Tunnel$ = Tunnel$;
|
|
548
577
|
exports.TunnelStatus = TunnelStatus;
|
|
578
|
+
exports.TunnelSummary$ = TunnelSummary$;
|
|
579
|
+
exports.UntagResource$ = UntagResource$;
|
|
549
580
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
581
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
582
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
550
583
|
exports.paginateListTunnels = paginateListTunnels;
|
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.iotsecuretunneling",
|
|
32
|
+
version: "2018-10-05",
|
|
33
|
+
serviceTarget: "IoTSecuredTunneling",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "IoTSecureTunneling",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CloseTunnel } from "../schemas/schemas_0";
|
|
4
|
+
import { CloseTunnel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CloseTunnelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CloseTunnelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("IoTSecuredTunneling", "CloseTunnel", {})
|
|
13
13
|
.n("IoTSecureTunnelingClient", "CloseTunnelCommand")
|
|
14
|
-
.sc(CloseTunnel)
|
|
14
|
+
.sc(CloseTunnel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeTunnel } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTunnel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTunnelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTunnelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("IoTSecuredTunneling", "DescribeTunnel", {})
|
|
13
13
|
.n("IoTSecureTunnelingClient", "DescribeTunnelCommand")
|
|
14
|
-
.sc(DescribeTunnel)
|
|
14
|
+
.sc(DescribeTunnel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("IoTSecuredTunneling", "ListTagsForResource", {})
|
|
13
13
|
.n("IoTSecureTunnelingClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTunnels } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTunnels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTunnelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTunnelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("IoTSecuredTunneling", "ListTunnels", {})
|
|
13
13
|
.n("IoTSecureTunnelingClient", "ListTunnelsCommand")
|
|
14
|
-
.sc(ListTunnels)
|
|
14
|
+
.sc(ListTunnels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { OpenTunnel } from "../schemas/schemas_0";
|
|
4
|
+
import { OpenTunnel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class OpenTunnelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class OpenTunnelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("IoTSecuredTunneling", "OpenTunnel", {})
|
|
13
13
|
.n("IoTSecureTunnelingClient", "OpenTunnelCommand")
|
|
14
|
-
.sc(OpenTunnel)
|
|
14
|
+
.sc(OpenTunnel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RotateTunnelAccessToken } from "../schemas/schemas_0";
|
|
4
|
+
import { RotateTunnelAccessToken$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RotateTunnelAccessTokenCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RotateTunnelAccessTokenCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("IoTSecuredTunneling", "RotateTunnelAccessToken", {})
|
|
13
13
|
.n("IoTSecureTunnelingClient", "RotateTunnelAccessTokenCommand")
|
|
14
|
-
.sc(RotateTunnelAccessToken)
|
|
14
|
+
.sc(RotateTunnelAccessToken$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("IoTSecuredTunneling", "TagResource", {})
|
|
13
13
|
.n("IoTSecureTunnelingClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("IoTSecuredTunneling", "UntagResource", {})
|
|
13
13
|
.n("IoTSecureTunnelingClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.iotsecuretunneling",
|
|
29
|
+
version: "2018-10-05",
|
|
30
|
+
serviceTarget: "IoTSecuredTunneling",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "IoTSecureTunneling",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|