@aws-sdk/client-snow-device-management 3.943.0 → 3.947.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 +33 -189
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/SnowDeviceManagementClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +33 -189
- package/dist-types/SnowDeviceManagement.d.ts +1 -1
- package/dist-types/SnowDeviceManagementClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CancelTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateTaskCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDeviceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDeviceEc2InstancesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeExecutionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTaskCommand.d.ts +3 -3
- package/dist-types/commands/ListDeviceResourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTasksCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/SnowDeviceManagementServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListDeviceResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- 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/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/SnowDeviceManagementClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SnowDeviceManagementServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -156,17 +156,7 @@ const n0 = "com.amazonaws.snowdevicemanagement";
|
|
|
156
156
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
157
157
|
import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
158
158
|
import { SnowDeviceManagementServiceException as __SnowDeviceManagementServiceException } from "../models/SnowDeviceManagementServiceException";
|
|
159
|
-
export var AccessDeniedException = [
|
|
160
|
-
-3,
|
|
161
|
-
n0,
|
|
162
|
-
_ADE,
|
|
163
|
-
{
|
|
164
|
-
[_e]: _c,
|
|
165
|
-
[_hE]: 403,
|
|
166
|
-
},
|
|
167
|
-
[_m],
|
|
168
|
-
[0],
|
|
169
|
-
];
|
|
159
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
170
160
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
171
161
|
export var CancelTaskInput = [3, n0, _CTI, 0, [_tI], [[0, 1]]];
|
|
172
162
|
export var CancelTaskOutput = [3, n0, _CTO, 0, [_tI], [0]];
|
|
@@ -255,17 +245,7 @@ export var InstanceBlockDeviceMapping = [
|
|
|
255
245
|
];
|
|
256
246
|
export var InstanceState = [3, n0, _IS, 0, [_cod, _n], [1, 0]];
|
|
257
247
|
export var InstanceSummary = [3, n0, _ISn, 0, [_in, _lUA], [() => Instance, 4]];
|
|
258
|
-
export var InternalServerException = [
|
|
259
|
-
-3,
|
|
260
|
-
n0,
|
|
261
|
-
_ISE,
|
|
262
|
-
{
|
|
263
|
-
[_e]: _se,
|
|
264
|
-
[_hE]: 500,
|
|
265
|
-
},
|
|
266
|
-
[_m],
|
|
267
|
-
[0],
|
|
268
|
-
];
|
|
248
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
269
249
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
270
250
|
export var ListDeviceResourcesInput = [
|
|
271
251
|
3,
|
|
@@ -275,24 +255,9 @@ export var ListDeviceResourcesInput = [
|
|
|
275
255
|
[_mDI, _ty, _mR, _nT],
|
|
276
256
|
[
|
|
277
257
|
[0, 1],
|
|
278
|
-
[
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
[_hQ]: _ty,
|
|
282
|
-
},
|
|
283
|
-
],
|
|
284
|
-
[
|
|
285
|
-
1,
|
|
286
|
-
{
|
|
287
|
-
[_hQ]: _mR,
|
|
288
|
-
},
|
|
289
|
-
],
|
|
290
|
-
[
|
|
291
|
-
0,
|
|
292
|
-
{
|
|
293
|
-
[_hQ]: _nT,
|
|
294
|
-
},
|
|
295
|
-
],
|
|
258
|
+
[0, { [_hQ]: _ty }],
|
|
259
|
+
[1, { [_hQ]: _mR }],
|
|
260
|
+
[0, { [_hQ]: _nT }],
|
|
296
261
|
],
|
|
297
262
|
];
|
|
298
263
|
export var ListDeviceResourcesOutput = [
|
|
@@ -310,24 +275,9 @@ export var ListDevicesInput = [
|
|
|
310
275
|
0,
|
|
311
276
|
[_jI, _mR, _nT],
|
|
312
277
|
[
|
|
313
|
-
[
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
[_hQ]: _jI,
|
|
317
|
-
},
|
|
318
|
-
],
|
|
319
|
-
[
|
|
320
|
-
1,
|
|
321
|
-
{
|
|
322
|
-
[_hQ]: _mR,
|
|
323
|
-
},
|
|
324
|
-
],
|
|
325
|
-
[
|
|
326
|
-
0,
|
|
327
|
-
{
|
|
328
|
-
[_hQ]: _nT,
|
|
329
|
-
},
|
|
330
|
-
],
|
|
278
|
+
[0, { [_hQ]: _jI }],
|
|
279
|
+
[1, { [_hQ]: _mR }],
|
|
280
|
+
[0, { [_hQ]: _nT }],
|
|
331
281
|
],
|
|
332
282
|
];
|
|
333
283
|
export var ListDevicesOutput = [3, n0, _LDO, 0, [_de, _nT], [() => DeviceSummaryList, 0]];
|
|
@@ -338,30 +288,10 @@ export var ListExecutionsInput = [
|
|
|
338
288
|
0,
|
|
339
289
|
[_tI, _st, _mR, _nT],
|
|
340
290
|
[
|
|
341
|
-
[
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
},
|
|
346
|
-
],
|
|
347
|
-
[
|
|
348
|
-
0,
|
|
349
|
-
{
|
|
350
|
-
[_hQ]: _st,
|
|
351
|
-
},
|
|
352
|
-
],
|
|
353
|
-
[
|
|
354
|
-
1,
|
|
355
|
-
{
|
|
356
|
-
[_hQ]: _mR,
|
|
357
|
-
},
|
|
358
|
-
],
|
|
359
|
-
[
|
|
360
|
-
0,
|
|
361
|
-
{
|
|
362
|
-
[_hQ]: _nT,
|
|
363
|
-
},
|
|
364
|
-
],
|
|
291
|
+
[0, { [_hQ]: _tI }],
|
|
292
|
+
[0, { [_hQ]: _st }],
|
|
293
|
+
[1, { [_hQ]: _mR }],
|
|
294
|
+
[0, { [_hQ]: _nT }],
|
|
365
295
|
],
|
|
366
296
|
];
|
|
367
297
|
export var ListExecutionsOutput = [3, n0, _LEO, 0, [_ex, _nT], [() => ExecutionSummaryList, 0]];
|
|
@@ -374,24 +304,9 @@ export var ListTasksInput = [
|
|
|
374
304
|
0,
|
|
375
305
|
[_st, _mR, _nT],
|
|
376
306
|
[
|
|
377
|
-
[
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
[_hQ]: _st,
|
|
381
|
-
},
|
|
382
|
-
],
|
|
383
|
-
[
|
|
384
|
-
1,
|
|
385
|
-
{
|
|
386
|
-
[_hQ]: _mR,
|
|
387
|
-
},
|
|
388
|
-
],
|
|
389
|
-
[
|
|
390
|
-
0,
|
|
391
|
-
{
|
|
392
|
-
[_hQ]: _nT,
|
|
393
|
-
},
|
|
394
|
-
],
|
|
307
|
+
[0, { [_hQ]: _st }],
|
|
308
|
+
[1, { [_hQ]: _mR }],
|
|
309
|
+
[0, { [_hQ]: _nT }],
|
|
395
310
|
],
|
|
396
311
|
];
|
|
397
312
|
export var ListTasksOutput = [3, n0, _LTO, 0, [_tas, _nT], [() => TaskSummaryList, 0]];
|
|
@@ -404,46 +319,16 @@ export var PhysicalNetworkInterface = [
|
|
|
404
319
|
[0, 0, 0, 0, 0, 0, 0],
|
|
405
320
|
];
|
|
406
321
|
export var Reboot = [3, n0, _R, 0, [], []];
|
|
407
|
-
export var ResourceNotFoundException = [
|
|
408
|
-
-3,
|
|
409
|
-
n0,
|
|
410
|
-
_RNFE,
|
|
411
|
-
{
|
|
412
|
-
[_e]: _c,
|
|
413
|
-
[_hE]: 404,
|
|
414
|
-
},
|
|
415
|
-
[_m],
|
|
416
|
-
[0],
|
|
417
|
-
];
|
|
322
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
418
323
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
419
324
|
export var ResourceSummary = [3, n0, _RS, 0, [_rT, _ar, _id], [0, 0, 0]];
|
|
420
325
|
export var SecurityGroupIdentifier = [3, n0, _SGI, 0, [_gI, _gN], [0, 0]];
|
|
421
|
-
export var ServiceQuotaExceededException = [
|
|
422
|
-
-3,
|
|
423
|
-
n0,
|
|
424
|
-
_SQEE,
|
|
425
|
-
{
|
|
426
|
-
[_e]: _c,
|
|
427
|
-
[_hE]: 402,
|
|
428
|
-
},
|
|
429
|
-
[_m],
|
|
430
|
-
[0],
|
|
431
|
-
];
|
|
326
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
432
327
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
433
328
|
export var SoftwareInformation = [3, n0, _SI, 0, [_iV, _iVn, _iS], [0, 0, 0]];
|
|
434
329
|
export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _tag], [[0, 1], 128 | 0]];
|
|
435
330
|
export var TaskSummary = [3, n0, _TS, 0, [_tI, _tA, _st, _tag], [0, 0, 0, 128 | 0]];
|
|
436
|
-
export var ThrottlingException = [
|
|
437
|
-
-3,
|
|
438
|
-
n0,
|
|
439
|
-
_TE,
|
|
440
|
-
{
|
|
441
|
-
[_e]: _c,
|
|
442
|
-
[_hE]: 429,
|
|
443
|
-
},
|
|
444
|
-
[_m],
|
|
445
|
-
[0],
|
|
446
|
-
];
|
|
331
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
447
332
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
448
333
|
export var Unlock = [3, n0, _U, 0, [], []];
|
|
449
334
|
export var UntagResourceInput = [
|
|
@@ -454,25 +339,10 @@ export var UntagResourceInput = [
|
|
|
454
339
|
[_rA, _tK],
|
|
455
340
|
[
|
|
456
341
|
[0, 1],
|
|
457
|
-
[
|
|
458
|
-
64 | 0,
|
|
459
|
-
{
|
|
460
|
-
[_hQ]: _tK,
|
|
461
|
-
},
|
|
462
|
-
],
|
|
342
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
463
343
|
],
|
|
464
344
|
];
|
|
465
|
-
export var ValidationException = [
|
|
466
|
-
-3,
|
|
467
|
-
n0,
|
|
468
|
-
_VE,
|
|
469
|
-
{
|
|
470
|
-
[_e]: _c,
|
|
471
|
-
[_hE]: 400,
|
|
472
|
-
},
|
|
473
|
-
[_m],
|
|
474
|
-
[0],
|
|
475
|
-
];
|
|
345
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
476
346
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
477
347
|
export var __Unit = "unit";
|
|
478
348
|
export var SnowDeviceManagementServiceException = [
|
|
@@ -502,9 +372,7 @@ export var CancelTask = [
|
|
|
502
372
|
9,
|
|
503
373
|
n0,
|
|
504
374
|
_CT,
|
|
505
|
-
{
|
|
506
|
-
[_h]: ["POST", "/task/{taskId}/cancel", 200],
|
|
507
|
-
},
|
|
375
|
+
{ [_h]: ["POST", "/task/{taskId}/cancel", 200] },
|
|
508
376
|
() => CancelTaskInput,
|
|
509
377
|
() => CancelTaskOutput,
|
|
510
378
|
];
|
|
@@ -512,9 +380,7 @@ export var CreateTask = [
|
|
|
512
380
|
9,
|
|
513
381
|
n0,
|
|
514
382
|
_CTr,
|
|
515
|
-
{
|
|
516
|
-
[_h]: ["POST", "/task", 200],
|
|
517
|
-
},
|
|
383
|
+
{ [_h]: ["POST", "/task", 200] },
|
|
518
384
|
() => CreateTaskInput,
|
|
519
385
|
() => CreateTaskOutput,
|
|
520
386
|
];
|
|
@@ -522,9 +388,7 @@ export var DescribeDevice = [
|
|
|
522
388
|
9,
|
|
523
389
|
n0,
|
|
524
390
|
_DD,
|
|
525
|
-
{
|
|
526
|
-
[_h]: ["POST", "/managed-device/{managedDeviceId}/describe", 200],
|
|
527
|
-
},
|
|
391
|
+
{ [_h]: ["POST", "/managed-device/{managedDeviceId}/describe", 200] },
|
|
528
392
|
() => DescribeDeviceInput,
|
|
529
393
|
() => DescribeDeviceOutput,
|
|
530
394
|
];
|
|
@@ -532,9 +396,7 @@ export var DescribeDeviceEc2Instances = [
|
|
|
532
396
|
9,
|
|
533
397
|
n0,
|
|
534
398
|
_DDEIe,
|
|
535
|
-
{
|
|
536
|
-
[_h]: ["POST", "/managed-device/{managedDeviceId}/resources/ec2/describe", 200],
|
|
537
|
-
},
|
|
399
|
+
{ [_h]: ["POST", "/managed-device/{managedDeviceId}/resources/ec2/describe", 200] },
|
|
538
400
|
() => DescribeDeviceEc2Input,
|
|
539
401
|
() => DescribeDeviceEc2Output,
|
|
540
402
|
];
|
|
@@ -542,9 +404,7 @@ export var DescribeExecution = [
|
|
|
542
404
|
9,
|
|
543
405
|
n0,
|
|
544
406
|
_DE,
|
|
545
|
-
{
|
|
546
|
-
[_h]: ["POST", "/task/{taskId}/execution/{managedDeviceId}", 200],
|
|
547
|
-
},
|
|
407
|
+
{ [_h]: ["POST", "/task/{taskId}/execution/{managedDeviceId}", 200] },
|
|
548
408
|
() => DescribeExecutionInput,
|
|
549
409
|
() => DescribeExecutionOutput,
|
|
550
410
|
];
|
|
@@ -552,9 +412,7 @@ export var DescribeTask = [
|
|
|
552
412
|
9,
|
|
553
413
|
n0,
|
|
554
414
|
_DT,
|
|
555
|
-
{
|
|
556
|
-
[_h]: ["POST", "/task/{taskId}", 200],
|
|
557
|
-
},
|
|
415
|
+
{ [_h]: ["POST", "/task/{taskId}", 200] },
|
|
558
416
|
() => DescribeTaskInput,
|
|
559
417
|
() => DescribeTaskOutput,
|
|
560
418
|
];
|
|
@@ -562,9 +420,7 @@ export var ListDeviceResources = [
|
|
|
562
420
|
9,
|
|
563
421
|
n0,
|
|
564
422
|
_LDR,
|
|
565
|
-
{
|
|
566
|
-
[_h]: ["GET", "/managed-device/{managedDeviceId}/resources", 200],
|
|
567
|
-
},
|
|
423
|
+
{ [_h]: ["GET", "/managed-device/{managedDeviceId}/resources", 200] },
|
|
568
424
|
() => ListDeviceResourcesInput,
|
|
569
425
|
() => ListDeviceResourcesOutput,
|
|
570
426
|
];
|
|
@@ -572,9 +428,7 @@ export var ListDevices = [
|
|
|
572
428
|
9,
|
|
573
429
|
n0,
|
|
574
430
|
_LD,
|
|
575
|
-
{
|
|
576
|
-
[_h]: ["GET", "/managed-devices", 200],
|
|
577
|
-
},
|
|
431
|
+
{ [_h]: ["GET", "/managed-devices", 200] },
|
|
578
432
|
() => ListDevicesInput,
|
|
579
433
|
() => ListDevicesOutput,
|
|
580
434
|
];
|
|
@@ -582,9 +436,7 @@ export var ListExecutions = [
|
|
|
582
436
|
9,
|
|
583
437
|
n0,
|
|
584
438
|
_LE,
|
|
585
|
-
{
|
|
586
|
-
[_h]: ["GET", "/executions", 200],
|
|
587
|
-
},
|
|
439
|
+
{ [_h]: ["GET", "/executions", 200] },
|
|
588
440
|
() => ListExecutionsInput,
|
|
589
441
|
() => ListExecutionsOutput,
|
|
590
442
|
];
|
|
@@ -592,9 +444,7 @@ export var ListTagsForResource = [
|
|
|
592
444
|
9,
|
|
593
445
|
n0,
|
|
594
446
|
_LTFR,
|
|
595
|
-
{
|
|
596
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
597
|
-
},
|
|
447
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
598
448
|
() => ListTagsForResourceInput,
|
|
599
449
|
() => ListTagsForResourceOutput,
|
|
600
450
|
];
|
|
@@ -602,9 +452,7 @@ export var ListTasks = [
|
|
|
602
452
|
9,
|
|
603
453
|
n0,
|
|
604
454
|
_LT,
|
|
605
|
-
{
|
|
606
|
-
[_h]: ["GET", "/tasks", 200],
|
|
607
|
-
},
|
|
455
|
+
{ [_h]: ["GET", "/tasks", 200] },
|
|
608
456
|
() => ListTasksInput,
|
|
609
457
|
() => ListTasksOutput,
|
|
610
458
|
];
|
|
@@ -612,9 +460,7 @@ export var TagResource = [
|
|
|
612
460
|
9,
|
|
613
461
|
n0,
|
|
614
462
|
_TR,
|
|
615
|
-
{
|
|
616
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
617
|
-
},
|
|
463
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
618
464
|
() => TagResourceInput,
|
|
619
465
|
() => __Unit,
|
|
620
466
|
];
|
|
@@ -622,9 +468,7 @@ export var UntagResource = [
|
|
|
622
468
|
9,
|
|
623
469
|
n0,
|
|
624
470
|
_UR,
|
|
625
|
-
{
|
|
626
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
627
|
-
},
|
|
471
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
628
472
|
() => UntagResourceInput,
|
|
629
473
|
() => __Unit,
|
|
630
474
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CancelTaskCommandInput, CancelTaskCommandOutput } from "./commands/CancelTaskCommand";
|
|
3
3
|
import { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
|
|
4
4
|
import { DescribeDeviceCommandInput, DescribeDeviceCommandOutput } from "./commands/DescribeDeviceCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelTaskCommandInput, CancelTaskCommandOutput } from "./commands/CancelTaskCommand";
|
|
11
11
|
import { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
|
|
12
12
|
import { DescribeDeviceCommandInput, DescribeDeviceCommandOutput } from "./commands/DescribeDeviceCommand";
|
|
@@ -21,7 +21,7 @@ import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTa
|
|
|
21
21
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
22
22
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
23
23
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
24
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
24
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
25
25
|
export { __Client };
|
|
26
26
|
/**
|
|
27
27
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { SnowDeviceManagementHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { SnowDeviceManagementHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CancelTaskInput, CancelTaskOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CancelTaskInput, CancelTaskOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateTaskInput, CreateTaskOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateTaskInput, CreateTaskOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeDeviceInput, DescribeDeviceOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeDeviceInput, DescribeDeviceOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeDeviceEc2Input, DescribeDeviceEc2Output } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeDeviceEc2Input, DescribeDeviceEc2Output } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeExecutionInput, DescribeExecutionOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeExecutionInput, DescribeExecutionOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeTaskInput, DescribeTaskOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeTaskInput, DescribeTaskOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListDeviceResourcesInput, ListDeviceResourcesOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListDeviceResourcesInput, ListDeviceResourcesOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListDevicesInput, ListDevicesOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListDevicesInput, ListDevicesOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListExecutionsInput, ListExecutionsOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListExecutionsInput, ListExecutionsOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTasksInput, ListTasksOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListTasksInput, ListTasksOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { TagResourceInput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { TagResourceInput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UntagResourceInput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UntagResourceInput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SnowDeviceManagementClientResolvedConfig } from "../SnowDeviceManagementClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
1
|
+
import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
|
|
|
8
8
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
11
14
|
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
15
|
defaultSigningName: string;
|
|
13
16
|
};
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
14
20
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
15
24
|
export declare const commonParams: {
|
|
16
25
|
readonly UseFIPS: {
|
|
17
26
|
readonly type: "builtInParams";
|
|
@@ -30,6 +39,9 @@ export declare const commonParams: {
|
|
|
30
39
|
readonly name: "useDualstackEndpoint";
|
|
31
40
|
};
|
|
32
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
33
45
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
46
|
Region?: string | undefined;
|
|
35
47
|
UseDualStack?: boolean | undefined;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
-
import { EndpointParameters } from "./EndpointParameters";
|
|
1
|
+
import type { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
+
import type { EndpointParameters } from "./EndpointParameters";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
4
7
|
logger?: Logger;
|
|
5
8
|
}) => EndpointV2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
-
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
-
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
1
|
+
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|