@aws-sdk/client-snow-device-management 3.952.0 → 3.954.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.
Files changed (33) hide show
  1. package/dist-cjs/index.js +201 -140
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CancelTaskCommand.js +2 -2
  4. package/dist-es/commands/CreateTaskCommand.js +2 -2
  5. package/dist-es/commands/DescribeDeviceCommand.js +2 -2
  6. package/dist-es/commands/DescribeDeviceEc2InstancesCommand.js +2 -2
  7. package/dist-es/commands/DescribeExecutionCommand.js +2 -2
  8. package/dist-es/commands/DescribeTaskCommand.js +2 -2
  9. package/dist-es/commands/ListDeviceResourcesCommand.js +2 -2
  10. package/dist-es/commands/ListDevicesCommand.js +2 -2
  11. package/dist-es/commands/ListExecutionsCommand.js +2 -2
  12. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  13. package/dist-es/commands/ListTasksCommand.js +2 -2
  14. package/dist-es/commands/TagResourceCommand.js +2 -2
  15. package/dist-es/commands/UntagResourceCommand.js +2 -2
  16. package/dist-es/index.js +1 -0
  17. package/dist-es/runtimeConfig.shared.js +6 -1
  18. package/dist-es/schemas/schemas_0.js +113 -113
  19. package/dist-types/SnowDeviceManagementClient.d.ts +1 -10
  20. package/dist-types/index.d.ts +1 -0
  21. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  22. package/dist-types/runtimeConfig.d.ts +6 -2
  23. package/dist-types/runtimeConfig.native.d.ts +6 -2
  24. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  25. package/dist-types/schemas/schemas_0.d.ts +62 -76
  26. package/dist-types/ts3.4/SnowDeviceManagementClient.d.ts +0 -4
  27. package/dist-types/ts3.4/index.d.ts +1 -0
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -76
  33. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class SnowDeviceManagementClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let SnowDeviceManagementServiceException$1 = class SnowDeviceManagementServiceException extends smithyClient.ServiceException {
113
+ class SnowDeviceManagementServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, SnowDeviceManagementServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends SnowDeviceManagementServiceException$1 {
120
+ class AccessDeniedException extends SnowDeviceManagementServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends SnowDeviceMana
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let InternalServerException$1 = class InternalServerException extends SnowDeviceManagementServiceException$1 {
131
+ }
132
+ class InternalServerException extends SnowDeviceManagementServiceException {
133
133
  name = "InternalServerException";
134
134
  $fault = "server";
135
135
  $retryable = {};
@@ -141,8 +141,8 @@ let InternalServerException$1 = class InternalServerException extends SnowDevice
141
141
  });
142
142
  Object.setPrototypeOf(this, InternalServerException.prototype);
143
143
  }
144
- };
145
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends SnowDeviceManagementServiceException$1 {
144
+ }
145
+ class ResourceNotFoundException extends SnowDeviceManagementServiceException {
146
146
  name = "ResourceNotFoundException";
147
147
  $fault = "client";
148
148
  constructor(opts) {
@@ -153,8 +153,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends SnowDe
153
153
  });
154
154
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
155
155
  }
156
- };
157
- let ThrottlingException$1 = class ThrottlingException extends SnowDeviceManagementServiceException$1 {
156
+ }
157
+ class ThrottlingException extends SnowDeviceManagementServiceException {
158
158
  name = "ThrottlingException";
159
159
  $fault = "client";
160
160
  $retryable = {
@@ -168,8 +168,8 @@ let ThrottlingException$1 = class ThrottlingException extends SnowDeviceManageme
168
168
  });
169
169
  Object.setPrototypeOf(this, ThrottlingException.prototype);
170
170
  }
171
- };
172
- let ValidationException$1 = class ValidationException extends SnowDeviceManagementServiceException$1 {
171
+ }
172
+ class ValidationException extends SnowDeviceManagementServiceException {
173
173
  name = "ValidationException";
174
174
  $fault = "client";
175
175
  constructor(opts) {
@@ -180,8 +180,8 @@ let ValidationException$1 = class ValidationException extends SnowDeviceManageme
180
180
  });
181
181
  Object.setPrototypeOf(this, ValidationException.prototype);
182
182
  }
183
- };
184
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends SnowDeviceManagementServiceException$1 {
183
+ }
184
+ class ServiceQuotaExceededException extends SnowDeviceManagementServiceException {
185
185
  name = "ServiceQuotaExceededException";
186
186
  $fault = "client";
187
187
  constructor(opts) {
@@ -192,7 +192,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
192
192
  });
193
193
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
194
194
  }
195
- };
195
+ }
196
196
 
197
197
  const _ADE = "AccessDeniedException";
198
198
  const _C = "Capacity";
@@ -349,33 +349,33 @@ const _un = "unlock";
349
349
  const _us = "used";
350
350
  const _vI = "volumeId";
351
351
  const n0 = "com.amazonaws.snowdevicemanagement";
352
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
353
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
354
- var CancelTaskInput = [3, n0, _CTI, 0, [_tI], [[0, 1]]];
355
- var CancelTaskOutput = [3, n0, _CTO, 0, [_tI], [0]];
356
- var Capacity = [3, n0, _C, 0, [_n, _u, _t, _us, _a], [0, 0, 1, 1, 1]];
357
- var CpuOptions = [3, n0, _CO, 0, [_cC, _tPC], [1, 1]];
358
- var CreateTaskInput = [
352
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
353
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
354
+ var CancelTaskInput$ = [3, n0, _CTI, 0, [_tI], [[0, 1]]];
355
+ var CancelTaskOutput$ = [3, n0, _CTO, 0, [_tI], [0]];
356
+ var Capacity$ = [3, n0, _C, 0, [_n, _u, _t, _us, _a], [0, 0, 1, 1, 1]];
357
+ var CpuOptions$ = [3, n0, _CO, 0, [_cC, _tPC], [1, 1]];
358
+ var CreateTaskInput$ = [
359
359
  3,
360
360
  n0,
361
361
  _CTIr,
362
362
  0,
363
363
  [_ta, _co, _d, _tag, _cT],
364
- [64 | 0, () => Command, 0, 128 | 0, [0, 4]],
364
+ [64 | 0, () => Command$, 0, 128 | 0, [0, 4]],
365
365
  ];
366
- var CreateTaskOutput = [3, n0, _CTOr, 0, [_tI, _tA], [0, 0]];
367
- var DescribeDeviceEc2Input = [3, n0, _DDEI, 0, [_mDI, _iI], [[0, 1], 64 | 0]];
368
- var DescribeDeviceEc2Output = [3, n0, _DDEO, 0, [_i], [() => InstanceSummaryList]];
369
- var DescribeDeviceInput = [3, n0, _DDI, 0, [_mDI], [[0, 1]]];
370
- var DescribeDeviceOutput = [
366
+ var CreateTaskOutput$ = [3, n0, _CTOr, 0, [_tI, _tA], [0, 0]];
367
+ var DescribeDeviceEc2Input$ = [3, n0, _DDEI, 0, [_mDI, _iI], [[0, 1], 64 | 0]];
368
+ var DescribeDeviceEc2Output$ = [3, n0, _DDEO, 0, [_i], [() => InstanceSummaryList]];
369
+ var DescribeDeviceInput$ = [3, n0, _DDI, 0, [_mDI], [[0, 1]]];
370
+ var DescribeDeviceOutput$ = [
371
371
  3,
372
372
  n0,
373
373
  _DDO,
374
374
  0,
375
375
  [_lROA, _lUA, _tag, _mDI, _mDA, _dT, _aWJ, _dS, _pNI, _dC, _s],
376
- [4, 4, 128 | 0, 0, 0, 0, 0, 0, () => PhysicalNetworkInterfaceList, () => CapacityList, () => SoftwareInformation],
376
+ [4, 4, 128 | 0, 0, 0, 0, 0, 0, () => PhysicalNetworkInterfaceList, () => CapacityList, () => SoftwareInformation$],
377
377
  ];
378
- var DescribeExecutionInput = [
378
+ var DescribeExecutionInput$ = [
379
379
  3,
380
380
  n0,
381
381
  _DEI,
@@ -386,7 +386,7 @@ var DescribeExecutionInput = [
386
386
  [0, 1],
387
387
  ],
388
388
  ];
389
- var DescribeExecutionOutput = [
389
+ var DescribeExecutionOutput$ = [
390
390
  3,
391
391
  n0,
392
392
  _DEO,
@@ -394,8 +394,8 @@ var DescribeExecutionOutput = [
394
394
  [_tI, _eI, _mDI, _st, _sA, _lUA],
395
395
  [0, 0, 0, 0, 4, 4],
396
396
  ];
397
- var DescribeTaskInput = [3, n0, _DTI, 0, [_tI], [[0, 1]]];
398
- var DescribeTaskOutput = [
397
+ var DescribeTaskInput$ = [3, n0, _DTI, 0, [_tI], [[0, 1]]];
398
+ var DescribeTaskOutput$ = [
399
399
  3,
400
400
  n0,
401
401
  _DTO,
@@ -403,10 +403,10 @@ var DescribeTaskOutput = [
403
403
  [_tI, _tA, _ta, _st, _cA, _lUA, _cAo, _d, _tag],
404
404
  [0, 0, 64 | 0, 0, 4, 4, 4, 0, 128 | 0],
405
405
  ];
406
- var DeviceSummary = [3, n0, _DS, 0, [_mDI, _mDA, _aWJ, _tag], [0, 0, 0, 128 | 0]];
407
- var EbsInstanceBlockDevice = [3, n0, _EIBD, 0, [_aT, _dOT, _sta, _vI], [4, 2, 0, 0]];
408
- var ExecutionSummary = [3, n0, _ES, 0, [_tI, _eI, _mDI, _st], [0, 0, 0, 0]];
409
- var Instance = [
406
+ var DeviceSummary$ = [3, n0, _DS, 0, [_mDI, _mDA, _aWJ, _tag], [0, 0, 0, 128 | 0]];
407
+ var EbsInstanceBlockDevice$ = [3, n0, _EIBD, 0, [_aT, _dOT, _sta, _vI], [4, 2, 0, 0]];
408
+ var ExecutionSummary$ = [3, n0, _ES, 0, [_tI, _eI, _mDI, _st], [0, 0, 0, 0]];
409
+ var Instance$ = [
410
410
  3,
411
411
  n0,
412
412
  _I,
@@ -416,7 +416,7 @@ var Instance = [
416
416
  0,
417
417
  1,
418
418
  0,
419
- () => InstanceState,
419
+ () => InstanceState$,
420
420
  0,
421
421
  0,
422
422
  0,
@@ -424,23 +424,23 @@ var Instance = [
424
424
  4,
425
425
  () => InstanceBlockDeviceMappingList,
426
426
  () => SecurityGroupIdentifierList,
427
- () => CpuOptions,
427
+ () => CpuOptions$,
428
428
  0,
429
429
  ],
430
430
  ];
431
- var InstanceBlockDeviceMapping = [
431
+ var InstanceBlockDeviceMapping$ = [
432
432
  3,
433
433
  n0,
434
434
  _IBDM,
435
435
  0,
436
436
  [_dN, _eb],
437
- [0, () => EbsInstanceBlockDevice],
437
+ [0, () => EbsInstanceBlockDevice$],
438
438
  ];
439
- var InstanceState = [3, n0, _IS, 0, [_cod, _n], [1, 0]];
440
- var InstanceSummary = [3, n0, _ISn, 0, [_in, _lUA], [() => Instance, 4]];
441
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
442
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
443
- var ListDeviceResourcesInput = [
439
+ var InstanceState$ = [3, n0, _IS, 0, [_cod, _n], [1, 0]];
440
+ var InstanceSummary$ = [3, n0, _ISn, 0, [_in, _lUA], [() => Instance$, 4]];
441
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
442
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
443
+ var ListDeviceResourcesInput$ = [
444
444
  3,
445
445
  n0,
446
446
  _LDRI,
@@ -453,7 +453,7 @@ var ListDeviceResourcesInput = [
453
453
  [0, { [_hQ]: _nT }],
454
454
  ],
455
455
  ];
456
- var ListDeviceResourcesOutput = [
456
+ var ListDeviceResourcesOutput$ = [
457
457
  3,
458
458
  n0,
459
459
  _LDRO,
@@ -461,7 +461,7 @@ var ListDeviceResourcesOutput = [
461
461
  [_r, _nT],
462
462
  [() => ResourceSummaryList, 0],
463
463
  ];
464
- var ListDevicesInput = [
464
+ var ListDevicesInput$ = [
465
465
  3,
466
466
  n0,
467
467
  _LDI,
@@ -473,8 +473,8 @@ var ListDevicesInput = [
473
473
  [0, { [_hQ]: _nT }],
474
474
  ],
475
475
  ];
476
- var ListDevicesOutput = [3, n0, _LDO, 0, [_de, _nT], [() => DeviceSummaryList, 0]];
477
- var ListExecutionsInput = [
476
+ var ListDevicesOutput$ = [3, n0, _LDO, 0, [_de, _nT], [() => DeviceSummaryList, 0]];
477
+ var ListExecutionsInput$ = [
478
478
  3,
479
479
  n0,
480
480
  _LEI,
@@ -487,10 +487,10 @@ var ListExecutionsInput = [
487
487
  [0, { [_hQ]: _nT }],
488
488
  ],
489
489
  ];
490
- var ListExecutionsOutput = [3, n0, _LEO, 0, [_ex, _nT], [() => ExecutionSummaryList, 0]];
491
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
492
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_tag], [128 | 0]];
493
- var ListTasksInput = [
490
+ var ListExecutionsOutput$ = [3, n0, _LEO, 0, [_ex, _nT], [() => ExecutionSummaryList, 0]];
491
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
492
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_tag], [128 | 0]];
493
+ var ListTasksInput$ = [
494
494
  3,
495
495
  n0,
496
496
  _LTI,
@@ -502,8 +502,8 @@ var ListTasksInput = [
502
502
  [0, { [_hQ]: _nT }],
503
503
  ],
504
504
  ];
505
- var ListTasksOutput = [3, n0, _LTO, 0, [_tas, _nT], [() => TaskSummaryList, 0]];
506
- var PhysicalNetworkInterface = [
505
+ var ListTasksOutput$ = [3, n0, _LTO, 0, [_tas, _nT], [() => TaskSummaryList, 0]];
506
+ var PhysicalNetworkInterface$ = [
507
507
  3,
508
508
  n0,
509
509
  _PNI,
@@ -511,20 +511,20 @@ var PhysicalNetworkInterface = [
511
511
  [_pNII, _pCT, _iAA, _iA, _ne, _dG, _mA],
512
512
  [0, 0, 0, 0, 0, 0, 0],
513
513
  ];
514
- var Reboot = [3, n0, _R, 0, [], []];
515
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
516
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
517
- var ResourceSummary = [3, n0, _RS, 0, [_rT, _ar, _id], [0, 0, 0]];
518
- var SecurityGroupIdentifier = [3, n0, _SGI, 0, [_gI, _gN], [0, 0]];
519
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
520
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
521
- var SoftwareInformation = [3, n0, _SI, 0, [_iV, _iVn, _iS], [0, 0, 0]];
522
- var TagResourceInput = [3, n0, _TRI, 0, [_rA, _tag], [[0, 1], 128 | 0]];
523
- var TaskSummary = [3, n0, _TS, 0, [_tI, _tA, _st, _tag], [0, 0, 0, 128 | 0]];
524
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
525
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
526
- var Unlock = [3, n0, _U, 0, [], []];
527
- var UntagResourceInput = [
514
+ var Reboot$ = [3, n0, _R, 0, [], []];
515
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
516
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
517
+ var ResourceSummary$ = [3, n0, _RS, 0, [_rT, _ar, _id], [0, 0, 0]];
518
+ var SecurityGroupIdentifier$ = [3, n0, _SGI, 0, [_gI, _gN], [0, 0]];
519
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
520
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
521
+ var SoftwareInformation$ = [3, n0, _SI, 0, [_iV, _iVn, _iS], [0, 0, 0]];
522
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _tag], [[0, 1], 128 | 0]];
523
+ var TaskSummary$ = [3, n0, _TS, 0, [_tI, _tA, _st, _tag], [0, 0, 0, 128 | 0]];
524
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
525
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
526
+ var Unlock$ = [3, n0, _U, 0, [], []];
527
+ var UntagResourceInput$ = [
528
528
  3,
529
529
  n0,
530
530
  _URI,
@@ -535,10 +535,10 @@ var UntagResourceInput = [
535
535
  [64 | 0, { [_hQ]: _tK }],
536
536
  ],
537
537
  ];
538
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
539
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
538
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
539
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
540
540
  var __Unit = "unit";
541
- var SnowDeviceManagementServiceException = [
541
+ var SnowDeviceManagementServiceException$ = [
542
542
  -3,
543
543
  _sm,
544
544
  "SnowDeviceManagementServiceException",
@@ -546,119 +546,119 @@ var SnowDeviceManagementServiceException = [
546
546
  [],
547
547
  [],
548
548
  ];
549
- schema.TypeRegistry.for(_sm).registerError(SnowDeviceManagementServiceException, SnowDeviceManagementServiceException$1);
550
- var CapacityList = [1, n0, _CL, 0, () => Capacity];
551
- var DeviceSummaryList = [1, n0, _DSL, 0, () => DeviceSummary];
552
- var ExecutionSummaryList = [1, n0, _ESL, 0, () => ExecutionSummary];
553
- var InstanceBlockDeviceMappingList = [1, n0, _IBDML, 0, () => InstanceBlockDeviceMapping];
554
- var InstanceSummaryList = [1, n0, _ISL, 0, () => InstanceSummary];
555
- var PhysicalNetworkInterfaceList = [1, n0, _PNIL, 0, () => PhysicalNetworkInterface];
556
- var ResourceSummaryList = [1, n0, _RSL, 0, () => ResourceSummary];
557
- var SecurityGroupIdentifierList = [1, n0, _SGIL, 0, () => SecurityGroupIdentifier];
558
- var TaskSummaryList = [1, n0, _TSL, 0, () => TaskSummary];
559
- var Command = [3, n0, _Co, 0, [_un, _re], [() => Unlock, () => Reboot]];
560
- var CancelTask = [
549
+ schema.TypeRegistry.for(_sm).registerError(SnowDeviceManagementServiceException$, SnowDeviceManagementServiceException);
550
+ var CapacityList = [1, n0, _CL, 0, () => Capacity$];
551
+ var DeviceSummaryList = [1, n0, _DSL, 0, () => DeviceSummary$];
552
+ var ExecutionSummaryList = [1, n0, _ESL, 0, () => ExecutionSummary$];
553
+ var InstanceBlockDeviceMappingList = [1, n0, _IBDML, 0, () => InstanceBlockDeviceMapping$];
554
+ var InstanceSummaryList = [1, n0, _ISL, 0, () => InstanceSummary$];
555
+ var PhysicalNetworkInterfaceList = [1, n0, _PNIL, 0, () => PhysicalNetworkInterface$];
556
+ var ResourceSummaryList = [1, n0, _RSL, 0, () => ResourceSummary$];
557
+ var SecurityGroupIdentifierList = [1, n0, _SGIL, 0, () => SecurityGroupIdentifier$];
558
+ var TaskSummaryList = [1, n0, _TSL, 0, () => TaskSummary$];
559
+ var Command$ = [3, n0, _Co, 0, [_un, _re], [() => Unlock$, () => Reboot$]];
560
+ var CancelTask$ = [
561
561
  9,
562
562
  n0,
563
563
  _CT,
564
564
  { [_h]: ["POST", "/task/{taskId}/cancel", 200] },
565
- () => CancelTaskInput,
566
- () => CancelTaskOutput,
565
+ () => CancelTaskInput$,
566
+ () => CancelTaskOutput$,
567
567
  ];
568
- var CreateTask = [
568
+ var CreateTask$ = [
569
569
  9,
570
570
  n0,
571
571
  _CTr,
572
572
  { [_h]: ["POST", "/task", 200] },
573
- () => CreateTaskInput,
574
- () => CreateTaskOutput,
573
+ () => CreateTaskInput$,
574
+ () => CreateTaskOutput$,
575
575
  ];
576
- var DescribeDevice = [
576
+ var DescribeDevice$ = [
577
577
  9,
578
578
  n0,
579
579
  _DD,
580
580
  { [_h]: ["POST", "/managed-device/{managedDeviceId}/describe", 200] },
581
- () => DescribeDeviceInput,
582
- () => DescribeDeviceOutput,
581
+ () => DescribeDeviceInput$,
582
+ () => DescribeDeviceOutput$,
583
583
  ];
584
- var DescribeDeviceEc2Instances = [
584
+ var DescribeDeviceEc2Instances$ = [
585
585
  9,
586
586
  n0,
587
587
  _DDEIe,
588
588
  { [_h]: ["POST", "/managed-device/{managedDeviceId}/resources/ec2/describe", 200] },
589
- () => DescribeDeviceEc2Input,
590
- () => DescribeDeviceEc2Output,
589
+ () => DescribeDeviceEc2Input$,
590
+ () => DescribeDeviceEc2Output$,
591
591
  ];
592
- var DescribeExecution = [
592
+ var DescribeExecution$ = [
593
593
  9,
594
594
  n0,
595
595
  _DE,
596
596
  { [_h]: ["POST", "/task/{taskId}/execution/{managedDeviceId}", 200] },
597
- () => DescribeExecutionInput,
598
- () => DescribeExecutionOutput,
597
+ () => DescribeExecutionInput$,
598
+ () => DescribeExecutionOutput$,
599
599
  ];
600
- var DescribeTask = [
600
+ var DescribeTask$ = [
601
601
  9,
602
602
  n0,
603
603
  _DT,
604
604
  { [_h]: ["POST", "/task/{taskId}", 200] },
605
- () => DescribeTaskInput,
606
- () => DescribeTaskOutput,
605
+ () => DescribeTaskInput$,
606
+ () => DescribeTaskOutput$,
607
607
  ];
608
- var ListDeviceResources = [
608
+ var ListDeviceResources$ = [
609
609
  9,
610
610
  n0,
611
611
  _LDR,
612
612
  { [_h]: ["GET", "/managed-device/{managedDeviceId}/resources", 200] },
613
- () => ListDeviceResourcesInput,
614
- () => ListDeviceResourcesOutput,
613
+ () => ListDeviceResourcesInput$,
614
+ () => ListDeviceResourcesOutput$,
615
615
  ];
616
- var ListDevices = [
616
+ var ListDevices$ = [
617
617
  9,
618
618
  n0,
619
619
  _LD,
620
620
  { [_h]: ["GET", "/managed-devices", 200] },
621
- () => ListDevicesInput,
622
- () => ListDevicesOutput,
621
+ () => ListDevicesInput$,
622
+ () => ListDevicesOutput$,
623
623
  ];
624
- var ListExecutions = [
624
+ var ListExecutions$ = [
625
625
  9,
626
626
  n0,
627
627
  _LE,
628
628
  { [_h]: ["GET", "/executions", 200] },
629
- () => ListExecutionsInput,
630
- () => ListExecutionsOutput,
629
+ () => ListExecutionsInput$,
630
+ () => ListExecutionsOutput$,
631
631
  ];
632
- var ListTagsForResource = [
632
+ var ListTagsForResource$ = [
633
633
  9,
634
634
  n0,
635
635
  _LTFR,
636
636
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
637
- () => ListTagsForResourceInput,
638
- () => ListTagsForResourceOutput,
637
+ () => ListTagsForResourceInput$,
638
+ () => ListTagsForResourceOutput$,
639
639
  ];
640
- var ListTasks = [
640
+ var ListTasks$ = [
641
641
  9,
642
642
  n0,
643
643
  _LT,
644
644
  { [_h]: ["GET", "/tasks", 200] },
645
- () => ListTasksInput,
646
- () => ListTasksOutput,
645
+ () => ListTasksInput$,
646
+ () => ListTasksOutput$,
647
647
  ];
648
- var TagResource = [
648
+ var TagResource$ = [
649
649
  9,
650
650
  n0,
651
651
  _TR,
652
652
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
653
- () => TagResourceInput,
653
+ () => TagResourceInput$,
654
654
  () => __Unit,
655
655
  ];
656
- var UntagResource = [
656
+ var UntagResource$ = [
657
657
  9,
658
658
  n0,
659
659
  _UR,
660
660
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
661
- () => UntagResourceInput,
661
+ () => UntagResourceInput$,
662
662
  () => __Unit,
663
663
  ];
664
664
 
@@ -670,7 +670,7 @@ class CancelTaskCommand extends smithyClient.Command
670
670
  })
671
671
  .s("SnowDeviceManagement", "CancelTask", {})
672
672
  .n("SnowDeviceManagementClient", "CancelTaskCommand")
673
- .sc(CancelTask)
673
+ .sc(CancelTask$)
674
674
  .build() {
675
675
  }
676
676
 
@@ -682,7 +682,7 @@ class CreateTaskCommand extends smithyClient.Command
682
682
  })
683
683
  .s("SnowDeviceManagement", "CreateTask", {})
684
684
  .n("SnowDeviceManagementClient", "CreateTaskCommand")
685
- .sc(CreateTask)
685
+ .sc(CreateTask$)
686
686
  .build() {
687
687
  }
688
688
 
@@ -694,7 +694,7 @@ class DescribeDeviceCommand extends smithyClient.Command
694
694
  })
695
695
  .s("SnowDeviceManagement", "DescribeDevice", {})
696
696
  .n("SnowDeviceManagementClient", "DescribeDeviceCommand")
697
- .sc(DescribeDevice)
697
+ .sc(DescribeDevice$)
698
698
  .build() {
699
699
  }
700
700
 
@@ -706,7 +706,7 @@ class DescribeDeviceEc2InstancesCommand extends smithyClient.Command
706
706
  })
707
707
  .s("SnowDeviceManagement", "DescribeDeviceEc2Instances", {})
708
708
  .n("SnowDeviceManagementClient", "DescribeDeviceEc2InstancesCommand")
709
- .sc(DescribeDeviceEc2Instances)
709
+ .sc(DescribeDeviceEc2Instances$)
710
710
  .build() {
711
711
  }
712
712
 
@@ -718,7 +718,7 @@ class DescribeExecutionCommand extends smithyClient.Command
718
718
  })
719
719
  .s("SnowDeviceManagement", "DescribeExecution", {})
720
720
  .n("SnowDeviceManagementClient", "DescribeExecutionCommand")
721
- .sc(DescribeExecution)
721
+ .sc(DescribeExecution$)
722
722
  .build() {
723
723
  }
724
724
 
@@ -730,7 +730,7 @@ class DescribeTaskCommand extends smithyClient.Command
730
730
  })
731
731
  .s("SnowDeviceManagement", "DescribeTask", {})
732
732
  .n("SnowDeviceManagementClient", "DescribeTaskCommand")
733
- .sc(DescribeTask)
733
+ .sc(DescribeTask$)
734
734
  .build() {
735
735
  }
736
736
 
@@ -742,7 +742,7 @@ class ListDeviceResourcesCommand extends smithyClient.Command
742
742
  })
743
743
  .s("SnowDeviceManagement", "ListDeviceResources", {})
744
744
  .n("SnowDeviceManagementClient", "ListDeviceResourcesCommand")
745
- .sc(ListDeviceResources)
745
+ .sc(ListDeviceResources$)
746
746
  .build() {
747
747
  }
748
748
 
@@ -754,7 +754,7 @@ class ListDevicesCommand extends smithyClient.Command
754
754
  })
755
755
  .s("SnowDeviceManagement", "ListDevices", {})
756
756
  .n("SnowDeviceManagementClient", "ListDevicesCommand")
757
- .sc(ListDevices)
757
+ .sc(ListDevices$)
758
758
  .build() {
759
759
  }
760
760
 
@@ -766,7 +766,7 @@ class ListExecutionsCommand extends smithyClient.Command
766
766
  })
767
767
  .s("SnowDeviceManagement", "ListExecutions", {})
768
768
  .n("SnowDeviceManagementClient", "ListExecutionsCommand")
769
- .sc(ListExecutions)
769
+ .sc(ListExecutions$)
770
770
  .build() {
771
771
  }
772
772
 
@@ -778,7 +778,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
778
778
  })
779
779
  .s("SnowDeviceManagement", "ListTagsForResource", {})
780
780
  .n("SnowDeviceManagementClient", "ListTagsForResourceCommand")
781
- .sc(ListTagsForResource)
781
+ .sc(ListTagsForResource$)
782
782
  .build() {
783
783
  }
784
784
 
@@ -790,7 +790,7 @@ class ListTasksCommand extends smithyClient.Command
790
790
  })
791
791
  .s("SnowDeviceManagement", "ListTasks", {})
792
792
  .n("SnowDeviceManagementClient", "ListTasksCommand")
793
- .sc(ListTasks)
793
+ .sc(ListTasks$)
794
794
  .build() {
795
795
  }
796
796
 
@@ -802,7 +802,7 @@ class TagResourceCommand extends smithyClient.Command
802
802
  })
803
803
  .s("SnowDeviceManagement", "TagResource", {})
804
804
  .n("SnowDeviceManagementClient", "TagResourceCommand")
805
- .sc(TagResource)
805
+ .sc(TagResource$)
806
806
  .build() {
807
807
  }
808
808
 
@@ -814,7 +814,7 @@ class UntagResourceCommand extends smithyClient.Command
814
814
  })
815
815
  .s("SnowDeviceManagement", "UntagResource", {})
816
816
  .n("SnowDeviceManagementClient", "UntagResourceCommand")
817
- .sc(UntagResource)
817
+ .sc(UntagResource$)
818
818
  .build() {
819
819
  }
820
820
 
@@ -898,35 +898,96 @@ Object.defineProperty(exports, "__Client", {
898
898
  enumerable: true,
899
899
  get: function () { return smithyClient.Client; }
900
900
  });
901
- exports.AccessDeniedException = AccessDeniedException$1;
901
+ exports.AccessDeniedException = AccessDeniedException;
902
+ exports.AccessDeniedException$ = AccessDeniedException$;
902
903
  exports.AttachmentStatus = AttachmentStatus;
904
+ exports.CancelTask$ = CancelTask$;
903
905
  exports.CancelTaskCommand = CancelTaskCommand;
906
+ exports.CancelTaskInput$ = CancelTaskInput$;
907
+ exports.CancelTaskOutput$ = CancelTaskOutput$;
908
+ exports.Capacity$ = Capacity$;
909
+ exports.Command$ = Command$;
910
+ exports.CpuOptions$ = CpuOptions$;
911
+ exports.CreateTask$ = CreateTask$;
904
912
  exports.CreateTaskCommand = CreateTaskCommand;
913
+ exports.CreateTaskInput$ = CreateTaskInput$;
914
+ exports.CreateTaskOutput$ = CreateTaskOutput$;
915
+ exports.DescribeDevice$ = DescribeDevice$;
905
916
  exports.DescribeDeviceCommand = DescribeDeviceCommand;
917
+ exports.DescribeDeviceEc2Input$ = DescribeDeviceEc2Input$;
918
+ exports.DescribeDeviceEc2Instances$ = DescribeDeviceEc2Instances$;
906
919
  exports.DescribeDeviceEc2InstancesCommand = DescribeDeviceEc2InstancesCommand;
920
+ exports.DescribeDeviceEc2Output$ = DescribeDeviceEc2Output$;
921
+ exports.DescribeDeviceInput$ = DescribeDeviceInput$;
922
+ exports.DescribeDeviceOutput$ = DescribeDeviceOutput$;
923
+ exports.DescribeExecution$ = DescribeExecution$;
907
924
  exports.DescribeExecutionCommand = DescribeExecutionCommand;
925
+ exports.DescribeExecutionInput$ = DescribeExecutionInput$;
926
+ exports.DescribeExecutionOutput$ = DescribeExecutionOutput$;
927
+ exports.DescribeTask$ = DescribeTask$;
908
928
  exports.DescribeTaskCommand = DescribeTaskCommand;
929
+ exports.DescribeTaskInput$ = DescribeTaskInput$;
930
+ exports.DescribeTaskOutput$ = DescribeTaskOutput$;
931
+ exports.DeviceSummary$ = DeviceSummary$;
932
+ exports.EbsInstanceBlockDevice$ = EbsInstanceBlockDevice$;
909
933
  exports.ExecutionState = ExecutionState;
934
+ exports.ExecutionSummary$ = ExecutionSummary$;
935
+ exports.Instance$ = Instance$;
936
+ exports.InstanceBlockDeviceMapping$ = InstanceBlockDeviceMapping$;
937
+ exports.InstanceState$ = InstanceState$;
910
938
  exports.InstanceStateName = InstanceStateName;
911
- exports.InternalServerException = InternalServerException$1;
939
+ exports.InstanceSummary$ = InstanceSummary$;
940
+ exports.InternalServerException = InternalServerException;
941
+ exports.InternalServerException$ = InternalServerException$;
912
942
  exports.IpAddressAssignment = IpAddressAssignment;
943
+ exports.ListDeviceResources$ = ListDeviceResources$;
913
944
  exports.ListDeviceResourcesCommand = ListDeviceResourcesCommand;
945
+ exports.ListDeviceResourcesInput$ = ListDeviceResourcesInput$;
946
+ exports.ListDeviceResourcesOutput$ = ListDeviceResourcesOutput$;
947
+ exports.ListDevices$ = ListDevices$;
914
948
  exports.ListDevicesCommand = ListDevicesCommand;
949
+ exports.ListDevicesInput$ = ListDevicesInput$;
950
+ exports.ListDevicesOutput$ = ListDevicesOutput$;
951
+ exports.ListExecutions$ = ListExecutions$;
915
952
  exports.ListExecutionsCommand = ListExecutionsCommand;
953
+ exports.ListExecutionsInput$ = ListExecutionsInput$;
954
+ exports.ListExecutionsOutput$ = ListExecutionsOutput$;
955
+ exports.ListTagsForResource$ = ListTagsForResource$;
916
956
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
957
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
958
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
959
+ exports.ListTasks$ = ListTasks$;
917
960
  exports.ListTasksCommand = ListTasksCommand;
961
+ exports.ListTasksInput$ = ListTasksInput$;
962
+ exports.ListTasksOutput$ = ListTasksOutput$;
918
963
  exports.PhysicalConnectorType = PhysicalConnectorType;
919
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
920
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
964
+ exports.PhysicalNetworkInterface$ = PhysicalNetworkInterface$;
965
+ exports.Reboot$ = Reboot$;
966
+ exports.ResourceNotFoundException = ResourceNotFoundException;
967
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
968
+ exports.ResourceSummary$ = ResourceSummary$;
969
+ exports.SecurityGroupIdentifier$ = SecurityGroupIdentifier$;
970
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
971
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
921
972
  exports.SnowDeviceManagement = SnowDeviceManagement;
922
973
  exports.SnowDeviceManagementClient = SnowDeviceManagementClient;
923
- exports.SnowDeviceManagementServiceException = SnowDeviceManagementServiceException$1;
974
+ exports.SnowDeviceManagementServiceException = SnowDeviceManagementServiceException;
975
+ exports.SnowDeviceManagementServiceException$ = SnowDeviceManagementServiceException$;
976
+ exports.SoftwareInformation$ = SoftwareInformation$;
977
+ exports.TagResource$ = TagResource$;
924
978
  exports.TagResourceCommand = TagResourceCommand;
979
+ exports.TagResourceInput$ = TagResourceInput$;
925
980
  exports.TaskState = TaskState;
926
- exports.ThrottlingException = ThrottlingException$1;
981
+ exports.TaskSummary$ = TaskSummary$;
982
+ exports.ThrottlingException = ThrottlingException;
983
+ exports.ThrottlingException$ = ThrottlingException$;
984
+ exports.Unlock$ = Unlock$;
927
985
  exports.UnlockState = UnlockState;
986
+ exports.UntagResource$ = UntagResource$;
928
987
  exports.UntagResourceCommand = UntagResourceCommand;
929
- exports.ValidationException = ValidationException$1;
988
+ exports.UntagResourceInput$ = UntagResourceInput$;
989
+ exports.ValidationException = ValidationException;
990
+ exports.ValidationException$ = ValidationException$;
930
991
  exports.paginateListDeviceResources = paginateListDeviceResources;
931
992
  exports.paginateListDevices = paginateListDevices;
932
993
  exports.paginateListExecutions = paginateListExecutions;