@aws-sdk/client-snow-device-management 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.
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
@@ -154,35 +154,35 @@ const _us = "used";
154
154
  const _vI = "volumeId";
155
155
  const n0 = "com.amazonaws.snowdevicemanagement";
156
156
  import { TypeRegistry } from "@smithy/core/schema";
157
- import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
158
- import { SnowDeviceManagementServiceException as __SnowDeviceManagementServiceException } from "../models/SnowDeviceManagementServiceException";
159
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
160
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
161
- export var CancelTaskInput = [3, n0, _CTI, 0, [_tI], [[0, 1]]];
162
- export var CancelTaskOutput = [3, n0, _CTO, 0, [_tI], [0]];
163
- export var Capacity = [3, n0, _C, 0, [_n, _u, _t, _us, _a], [0, 0, 1, 1, 1]];
164
- export var CpuOptions = [3, n0, _CO, 0, [_cC, _tPC], [1, 1]];
165
- export var CreateTaskInput = [
157
+ import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
158
+ import { SnowDeviceManagementServiceException } from "../models/SnowDeviceManagementServiceException";
159
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
160
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
161
+ export var CancelTaskInput$ = [3, n0, _CTI, 0, [_tI], [[0, 1]]];
162
+ export var CancelTaskOutput$ = [3, n0, _CTO, 0, [_tI], [0]];
163
+ export var Capacity$ = [3, n0, _C, 0, [_n, _u, _t, _us, _a], [0, 0, 1, 1, 1]];
164
+ export var CpuOptions$ = [3, n0, _CO, 0, [_cC, _tPC], [1, 1]];
165
+ export var CreateTaskInput$ = [
166
166
  3,
167
167
  n0,
168
168
  _CTIr,
169
169
  0,
170
170
  [_ta, _co, _d, _tag, _cT],
171
- [64 | 0, () => Command, 0, 128 | 0, [0, 4]],
171
+ [64 | 0, () => Command$, 0, 128 | 0, [0, 4]],
172
172
  ];
173
- export var CreateTaskOutput = [3, n0, _CTOr, 0, [_tI, _tA], [0, 0]];
174
- export var DescribeDeviceEc2Input = [3, n0, _DDEI, 0, [_mDI, _iI], [[0, 1], 64 | 0]];
175
- export var DescribeDeviceEc2Output = [3, n0, _DDEO, 0, [_i], [() => InstanceSummaryList]];
176
- export var DescribeDeviceInput = [3, n0, _DDI, 0, [_mDI], [[0, 1]]];
177
- export var DescribeDeviceOutput = [
173
+ export var CreateTaskOutput$ = [3, n0, _CTOr, 0, [_tI, _tA], [0, 0]];
174
+ export var DescribeDeviceEc2Input$ = [3, n0, _DDEI, 0, [_mDI, _iI], [[0, 1], 64 | 0]];
175
+ export var DescribeDeviceEc2Output$ = [3, n0, _DDEO, 0, [_i], [() => InstanceSummaryList]];
176
+ export var DescribeDeviceInput$ = [3, n0, _DDI, 0, [_mDI], [[0, 1]]];
177
+ export var DescribeDeviceOutput$ = [
178
178
  3,
179
179
  n0,
180
180
  _DDO,
181
181
  0,
182
182
  [_lROA, _lUA, _tag, _mDI, _mDA, _dT, _aWJ, _dS, _pNI, _dC, _s],
183
- [4, 4, 128 | 0, 0, 0, 0, 0, 0, () => PhysicalNetworkInterfaceList, () => CapacityList, () => SoftwareInformation],
183
+ [4, 4, 128 | 0, 0, 0, 0, 0, 0, () => PhysicalNetworkInterfaceList, () => CapacityList, () => SoftwareInformation$],
184
184
  ];
185
- export var DescribeExecutionInput = [
185
+ export var DescribeExecutionInput$ = [
186
186
  3,
187
187
  n0,
188
188
  _DEI,
@@ -193,7 +193,7 @@ export var DescribeExecutionInput = [
193
193
  [0, 1],
194
194
  ],
195
195
  ];
196
- export var DescribeExecutionOutput = [
196
+ export var DescribeExecutionOutput$ = [
197
197
  3,
198
198
  n0,
199
199
  _DEO,
@@ -201,8 +201,8 @@ export var DescribeExecutionOutput = [
201
201
  [_tI, _eI, _mDI, _st, _sA, _lUA],
202
202
  [0, 0, 0, 0, 4, 4],
203
203
  ];
204
- export var DescribeTaskInput = [3, n0, _DTI, 0, [_tI], [[0, 1]]];
205
- export var DescribeTaskOutput = [
204
+ export var DescribeTaskInput$ = [3, n0, _DTI, 0, [_tI], [[0, 1]]];
205
+ export var DescribeTaskOutput$ = [
206
206
  3,
207
207
  n0,
208
208
  _DTO,
@@ -210,10 +210,10 @@ export var DescribeTaskOutput = [
210
210
  [_tI, _tA, _ta, _st, _cA, _lUA, _cAo, _d, _tag],
211
211
  [0, 0, 64 | 0, 0, 4, 4, 4, 0, 128 | 0],
212
212
  ];
213
- export var DeviceSummary = [3, n0, _DS, 0, [_mDI, _mDA, _aWJ, _tag], [0, 0, 0, 128 | 0]];
214
- export var EbsInstanceBlockDevice = [3, n0, _EIBD, 0, [_aT, _dOT, _sta, _vI], [4, 2, 0, 0]];
215
- export var ExecutionSummary = [3, n0, _ES, 0, [_tI, _eI, _mDI, _st], [0, 0, 0, 0]];
216
- export var Instance = [
213
+ export var DeviceSummary$ = [3, n0, _DS, 0, [_mDI, _mDA, _aWJ, _tag], [0, 0, 0, 128 | 0]];
214
+ export var EbsInstanceBlockDevice$ = [3, n0, _EIBD, 0, [_aT, _dOT, _sta, _vI], [4, 2, 0, 0]];
215
+ export var ExecutionSummary$ = [3, n0, _ES, 0, [_tI, _eI, _mDI, _st], [0, 0, 0, 0]];
216
+ export var Instance$ = [
217
217
  3,
218
218
  n0,
219
219
  _I,
@@ -223,7 +223,7 @@ export var Instance = [
223
223
  0,
224
224
  1,
225
225
  0,
226
- () => InstanceState,
226
+ () => InstanceState$,
227
227
  0,
228
228
  0,
229
229
  0,
@@ -231,23 +231,23 @@ export var Instance = [
231
231
  4,
232
232
  () => InstanceBlockDeviceMappingList,
233
233
  () => SecurityGroupIdentifierList,
234
- () => CpuOptions,
234
+ () => CpuOptions$,
235
235
  0,
236
236
  ],
237
237
  ];
238
- export var InstanceBlockDeviceMapping = [
238
+ export var InstanceBlockDeviceMapping$ = [
239
239
  3,
240
240
  n0,
241
241
  _IBDM,
242
242
  0,
243
243
  [_dN, _eb],
244
- [0, () => EbsInstanceBlockDevice],
244
+ [0, () => EbsInstanceBlockDevice$],
245
245
  ];
246
- export var InstanceState = [3, n0, _IS, 0, [_cod, _n], [1, 0]];
247
- export var InstanceSummary = [3, n0, _ISn, 0, [_in, _lUA], [() => Instance, 4]];
248
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
249
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
250
- export var ListDeviceResourcesInput = [
246
+ export var InstanceState$ = [3, n0, _IS, 0, [_cod, _n], [1, 0]];
247
+ export var InstanceSummary$ = [3, n0, _ISn, 0, [_in, _lUA], [() => Instance$, 4]];
248
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
249
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
250
+ export var ListDeviceResourcesInput$ = [
251
251
  3,
252
252
  n0,
253
253
  _LDRI,
@@ -260,7 +260,7 @@ export var ListDeviceResourcesInput = [
260
260
  [0, { [_hQ]: _nT }],
261
261
  ],
262
262
  ];
263
- export var ListDeviceResourcesOutput = [
263
+ export var ListDeviceResourcesOutput$ = [
264
264
  3,
265
265
  n0,
266
266
  _LDRO,
@@ -268,7 +268,7 @@ export var ListDeviceResourcesOutput = [
268
268
  [_r, _nT],
269
269
  [() => ResourceSummaryList, 0],
270
270
  ];
271
- export var ListDevicesInput = [
271
+ export var ListDevicesInput$ = [
272
272
  3,
273
273
  n0,
274
274
  _LDI,
@@ -280,8 +280,8 @@ export var ListDevicesInput = [
280
280
  [0, { [_hQ]: _nT }],
281
281
  ],
282
282
  ];
283
- export var ListDevicesOutput = [3, n0, _LDO, 0, [_de, _nT], [() => DeviceSummaryList, 0]];
284
- export var ListExecutionsInput = [
283
+ export var ListDevicesOutput$ = [3, n0, _LDO, 0, [_de, _nT], [() => DeviceSummaryList, 0]];
284
+ export var ListExecutionsInput$ = [
285
285
  3,
286
286
  n0,
287
287
  _LEI,
@@ -294,10 +294,10 @@ export var ListExecutionsInput = [
294
294
  [0, { [_hQ]: _nT }],
295
295
  ],
296
296
  ];
297
- export var ListExecutionsOutput = [3, n0, _LEO, 0, [_ex, _nT], [() => ExecutionSummaryList, 0]];
298
- export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
299
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_tag], [128 | 0]];
300
- export var ListTasksInput = [
297
+ export var ListExecutionsOutput$ = [3, n0, _LEO, 0, [_ex, _nT], [() => ExecutionSummaryList, 0]];
298
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
299
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_tag], [128 | 0]];
300
+ export var ListTasksInput$ = [
301
301
  3,
302
302
  n0,
303
303
  _LTI,
@@ -309,8 +309,8 @@ export var ListTasksInput = [
309
309
  [0, { [_hQ]: _nT }],
310
310
  ],
311
311
  ];
312
- export var ListTasksOutput = [3, n0, _LTO, 0, [_tas, _nT], [() => TaskSummaryList, 0]];
313
- export var PhysicalNetworkInterface = [
312
+ export var ListTasksOutput$ = [3, n0, _LTO, 0, [_tas, _nT], [() => TaskSummaryList, 0]];
313
+ export var PhysicalNetworkInterface$ = [
314
314
  3,
315
315
  n0,
316
316
  _PNI,
@@ -318,20 +318,20 @@ export var PhysicalNetworkInterface = [
318
318
  [_pNII, _pCT, _iAA, _iA, _ne, _dG, _mA],
319
319
  [0, 0, 0, 0, 0, 0, 0],
320
320
  ];
321
- export var Reboot = [3, n0, _R, 0, [], []];
322
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
323
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
324
- export var ResourceSummary = [3, n0, _RS, 0, [_rT, _ar, _id], [0, 0, 0]];
325
- export var SecurityGroupIdentifier = [3, n0, _SGI, 0, [_gI, _gN], [0, 0]];
326
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
327
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
328
- export var SoftwareInformation = [3, n0, _SI, 0, [_iV, _iVn, _iS], [0, 0, 0]];
329
- export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _tag], [[0, 1], 128 | 0]];
330
- export var TaskSummary = [3, n0, _TS, 0, [_tI, _tA, _st, _tag], [0, 0, 0, 128 | 0]];
331
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
332
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
333
- export var Unlock = [3, n0, _U, 0, [], []];
334
- export var UntagResourceInput = [
321
+ export var Reboot$ = [3, n0, _R, 0, [], []];
322
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
323
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
324
+ export var ResourceSummary$ = [3, n0, _RS, 0, [_rT, _ar, _id], [0, 0, 0]];
325
+ export var SecurityGroupIdentifier$ = [3, n0, _SGI, 0, [_gI, _gN], [0, 0]];
326
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
327
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
328
+ export var SoftwareInformation$ = [3, n0, _SI, 0, [_iV, _iVn, _iS], [0, 0, 0]];
329
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _tag], [[0, 1], 128 | 0]];
330
+ export var TaskSummary$ = [3, n0, _TS, 0, [_tI, _tA, _st, _tag], [0, 0, 0, 128 | 0]];
331
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
332
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
333
+ export var Unlock$ = [3, n0, _U, 0, [], []];
334
+ export var UntagResourceInput$ = [
335
335
  3,
336
336
  n0,
337
337
  _URI,
@@ -342,10 +342,10 @@ export var UntagResourceInput = [
342
342
  [64 | 0, { [_hQ]: _tK }],
343
343
  ],
344
344
  ];
345
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
346
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
347
- export var __Unit = "unit";
348
- export var SnowDeviceManagementServiceException = [
345
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
346
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
347
+ var __Unit = "unit";
348
+ export var SnowDeviceManagementServiceException$ = [
349
349
  -3,
350
350
  _sm,
351
351
  "SnowDeviceManagementServiceException",
@@ -353,122 +353,122 @@ export var SnowDeviceManagementServiceException = [
353
353
  [],
354
354
  [],
355
355
  ];
356
- TypeRegistry.for(_sm).registerError(SnowDeviceManagementServiceException, __SnowDeviceManagementServiceException);
357
- export var CapacityList = [1, n0, _CL, 0, () => Capacity];
358
- export var DeviceSummaryList = [1, n0, _DSL, 0, () => DeviceSummary];
359
- export var ExecutionSummaryList = [1, n0, _ESL, 0, () => ExecutionSummary];
360
- export var InstanceBlockDeviceMappingList = [1, n0, _IBDML, 0, () => InstanceBlockDeviceMapping];
361
- export var InstanceIdsList = 64 | 0;
362
- export var InstanceSummaryList = [1, n0, _ISL, 0, () => InstanceSummary];
363
- export var PhysicalNetworkInterfaceList = [1, n0, _PNIL, 0, () => PhysicalNetworkInterface];
364
- export var ResourceSummaryList = [1, n0, _RSL, 0, () => ResourceSummary];
365
- export var SecurityGroupIdentifierList = [1, n0, _SGIL, 0, () => SecurityGroupIdentifier];
366
- export var TagKeys = 64 | 0;
367
- export var TargetList = 64 | 0;
368
- export var TaskSummaryList = [1, n0, _TSL, 0, () => TaskSummary];
369
- export var TagMap = 128 | 0;
370
- export var Command = [3, n0, _Co, 0, [_un, _re], [() => Unlock, () => Reboot]];
371
- export var CancelTask = [
356
+ TypeRegistry.for(_sm).registerError(SnowDeviceManagementServiceException$, SnowDeviceManagementServiceException);
357
+ var CapacityList = [1, n0, _CL, 0, () => Capacity$];
358
+ var DeviceSummaryList = [1, n0, _DSL, 0, () => DeviceSummary$];
359
+ var ExecutionSummaryList = [1, n0, _ESL, 0, () => ExecutionSummary$];
360
+ var InstanceBlockDeviceMappingList = [1, n0, _IBDML, 0, () => InstanceBlockDeviceMapping$];
361
+ var InstanceIdsList = 64 | 0;
362
+ var InstanceSummaryList = [1, n0, _ISL, 0, () => InstanceSummary$];
363
+ var PhysicalNetworkInterfaceList = [1, n0, _PNIL, 0, () => PhysicalNetworkInterface$];
364
+ var ResourceSummaryList = [1, n0, _RSL, 0, () => ResourceSummary$];
365
+ var SecurityGroupIdentifierList = [1, n0, _SGIL, 0, () => SecurityGroupIdentifier$];
366
+ var TagKeys = 64 | 0;
367
+ var TargetList = 64 | 0;
368
+ var TaskSummaryList = [1, n0, _TSL, 0, () => TaskSummary$];
369
+ var TagMap = 128 | 0;
370
+ export var Command$ = [3, n0, _Co, 0, [_un, _re], [() => Unlock$, () => Reboot$]];
371
+ export var CancelTask$ = [
372
372
  9,
373
373
  n0,
374
374
  _CT,
375
375
  { [_h]: ["POST", "/task/{taskId}/cancel", 200] },
376
- () => CancelTaskInput,
377
- () => CancelTaskOutput,
376
+ () => CancelTaskInput$,
377
+ () => CancelTaskOutput$,
378
378
  ];
379
- export var CreateTask = [
379
+ export var CreateTask$ = [
380
380
  9,
381
381
  n0,
382
382
  _CTr,
383
383
  { [_h]: ["POST", "/task", 200] },
384
- () => CreateTaskInput,
385
- () => CreateTaskOutput,
384
+ () => CreateTaskInput$,
385
+ () => CreateTaskOutput$,
386
386
  ];
387
- export var DescribeDevice = [
387
+ export var DescribeDevice$ = [
388
388
  9,
389
389
  n0,
390
390
  _DD,
391
391
  { [_h]: ["POST", "/managed-device/{managedDeviceId}/describe", 200] },
392
- () => DescribeDeviceInput,
393
- () => DescribeDeviceOutput,
392
+ () => DescribeDeviceInput$,
393
+ () => DescribeDeviceOutput$,
394
394
  ];
395
- export var DescribeDeviceEc2Instances = [
395
+ export var DescribeDeviceEc2Instances$ = [
396
396
  9,
397
397
  n0,
398
398
  _DDEIe,
399
399
  { [_h]: ["POST", "/managed-device/{managedDeviceId}/resources/ec2/describe", 200] },
400
- () => DescribeDeviceEc2Input,
401
- () => DescribeDeviceEc2Output,
400
+ () => DescribeDeviceEc2Input$,
401
+ () => DescribeDeviceEc2Output$,
402
402
  ];
403
- export var DescribeExecution = [
403
+ export var DescribeExecution$ = [
404
404
  9,
405
405
  n0,
406
406
  _DE,
407
407
  { [_h]: ["POST", "/task/{taskId}/execution/{managedDeviceId}", 200] },
408
- () => DescribeExecutionInput,
409
- () => DescribeExecutionOutput,
408
+ () => DescribeExecutionInput$,
409
+ () => DescribeExecutionOutput$,
410
410
  ];
411
- export var DescribeTask = [
411
+ export var DescribeTask$ = [
412
412
  9,
413
413
  n0,
414
414
  _DT,
415
415
  { [_h]: ["POST", "/task/{taskId}", 200] },
416
- () => DescribeTaskInput,
417
- () => DescribeTaskOutput,
416
+ () => DescribeTaskInput$,
417
+ () => DescribeTaskOutput$,
418
418
  ];
419
- export var ListDeviceResources = [
419
+ export var ListDeviceResources$ = [
420
420
  9,
421
421
  n0,
422
422
  _LDR,
423
423
  { [_h]: ["GET", "/managed-device/{managedDeviceId}/resources", 200] },
424
- () => ListDeviceResourcesInput,
425
- () => ListDeviceResourcesOutput,
424
+ () => ListDeviceResourcesInput$,
425
+ () => ListDeviceResourcesOutput$,
426
426
  ];
427
- export var ListDevices = [
427
+ export var ListDevices$ = [
428
428
  9,
429
429
  n0,
430
430
  _LD,
431
431
  { [_h]: ["GET", "/managed-devices", 200] },
432
- () => ListDevicesInput,
433
- () => ListDevicesOutput,
432
+ () => ListDevicesInput$,
433
+ () => ListDevicesOutput$,
434
434
  ];
435
- export var ListExecutions = [
435
+ export var ListExecutions$ = [
436
436
  9,
437
437
  n0,
438
438
  _LE,
439
439
  { [_h]: ["GET", "/executions", 200] },
440
- () => ListExecutionsInput,
441
- () => ListExecutionsOutput,
440
+ () => ListExecutionsInput$,
441
+ () => ListExecutionsOutput$,
442
442
  ];
443
- export var ListTagsForResource = [
443
+ export var ListTagsForResource$ = [
444
444
  9,
445
445
  n0,
446
446
  _LTFR,
447
447
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
448
- () => ListTagsForResourceInput,
449
- () => ListTagsForResourceOutput,
448
+ () => ListTagsForResourceInput$,
449
+ () => ListTagsForResourceOutput$,
450
450
  ];
451
- export var ListTasks = [
451
+ export var ListTasks$ = [
452
452
  9,
453
453
  n0,
454
454
  _LT,
455
455
  { [_h]: ["GET", "/tasks", 200] },
456
- () => ListTasksInput,
457
- () => ListTasksOutput,
456
+ () => ListTasksInput$,
457
+ () => ListTasksOutput$,
458
458
  ];
459
- export var TagResource = [
459
+ export var TagResource$ = [
460
460
  9,
461
461
  n0,
462
462
  _TR,
463
463
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
464
- () => TagResourceInput,
464
+ () => TagResourceInput$,
465
465
  () => __Unit,
466
466
  ];
467
- export var UntagResource = [
467
+ export var UntagResource$ = [
468
468
  9,
469
469
  n0,
470
470
  _UR,
471
471
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
472
- () => UntagResourceInput,
472
+ () => UntagResourceInput$,
473
473
  () => __Unit,
474
474
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
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";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, 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
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";
@@ -154,15 +154,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
154
154
  * Optional extensions
155
155
  */
156
156
  extensions?: RuntimeExtension[];
157
- /**
158
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
159
- * may be overridden. A default will always be set by the client.
160
- * Available options depend on the service's supported protocols and will not be validated by
161
- * the client.
162
- * @alpha
163
- *
164
- */
165
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
166
157
  /**
167
158
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
168
159
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { SnowDeviceManagementExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import type { SnowDeviceManagementClientConfig } from "./SnowDeviceManagementClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SnowDeviceManagementHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;