@aws-sdk/client-snow-device-management 3.927.0 → 3.929.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 (34) hide show
  1. package/dist-cjs/index.js +667 -648
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SnowDeviceManagementClient.js +2 -0
  4. package/dist-es/commands/CancelTaskCommand.js +3 -9
  5. package/dist-es/commands/CreateTaskCommand.js +3 -9
  6. package/dist-es/commands/DescribeDeviceCommand.js +3 -9
  7. package/dist-es/commands/DescribeDeviceEc2InstancesCommand.js +3 -9
  8. package/dist-es/commands/DescribeExecutionCommand.js +3 -9
  9. package/dist-es/commands/DescribeTaskCommand.js +3 -9
  10. package/dist-es/commands/ListDeviceResourcesCommand.js +3 -9
  11. package/dist-es/commands/ListDevicesCommand.js +3 -9
  12. package/dist-es/commands/ListExecutionsCommand.js +3 -9
  13. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  14. package/dist-es/commands/ListTasksCommand.js +3 -9
  15. package/dist-es/commands/TagResourceCommand.js +3 -9
  16. package/dist-es/commands/UntagResourceCommand.js +3 -9
  17. package/dist-es/runtimeConfig.shared.js +2 -0
  18. package/dist-es/schemas/schemas_0.js +630 -0
  19. package/dist-types/SnowDeviceManagementClient.d.ts +10 -1
  20. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  21. package/dist-types/runtimeConfig.d.ts +1 -0
  22. package/dist-types/runtimeConfig.native.d.ts +1 -0
  23. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  24. package/dist-types/schemas/schemas_0.d.ts +76 -0
  25. package/dist-types/ts3.4/SnowDeviceManagementClient.d.ts +4 -0
  26. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  27. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  30. package/dist-types/ts3.4/schemas/schemas_0.d.ts +81 -0
  31. package/package.json +5 -6
  32. package/dist-es/protocols/Aws_restJson1.js +0 -545
  33. package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
  34. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
@@ -0,0 +1,630 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _C = "Capacity";
3
+ const _CL = "CapacityList";
4
+ const _CO = "CpuOptions";
5
+ const _CT = "CancelTask";
6
+ const _CTI = "CancelTaskInput";
7
+ const _CTIr = "CreateTaskInput";
8
+ const _CTO = "CancelTaskOutput";
9
+ const _CTOr = "CreateTaskOutput";
10
+ const _CTr = "CreateTask";
11
+ const _Co = "Command";
12
+ const _DD = "DescribeDevice";
13
+ const _DDEI = "DescribeDeviceEc2Input";
14
+ const _DDEIe = "DescribeDeviceEc2Instances";
15
+ const _DDEO = "DescribeDeviceEc2Output";
16
+ const _DDI = "DescribeDeviceInput";
17
+ const _DDO = "DescribeDeviceOutput";
18
+ const _DE = "DescribeExecution";
19
+ const _DEI = "DescribeExecutionInput";
20
+ const _DEO = "DescribeExecutionOutput";
21
+ const _DS = "DeviceSummary";
22
+ const _DSL = "DeviceSummaryList";
23
+ const _DT = "DescribeTask";
24
+ const _DTI = "DescribeTaskInput";
25
+ const _DTO = "DescribeTaskOutput";
26
+ const _EIBD = "EbsInstanceBlockDevice";
27
+ const _ES = "ExecutionSummary";
28
+ const _ESL = "ExecutionSummaryList";
29
+ const _I = "Instance";
30
+ const _IBDM = "InstanceBlockDeviceMapping";
31
+ const _IBDML = "InstanceBlockDeviceMappingList";
32
+ const _IS = "InstanceState";
33
+ const _ISE = "InternalServerException";
34
+ const _ISL = "InstanceSummaryList";
35
+ const _ISn = "InstanceSummary";
36
+ const _LD = "ListDevices";
37
+ const _LDI = "ListDevicesInput";
38
+ const _LDO = "ListDevicesOutput";
39
+ const _LDR = "ListDeviceResources";
40
+ const _LDRI = "ListDeviceResourcesInput";
41
+ const _LDRO = "ListDeviceResourcesOutput";
42
+ const _LE = "ListExecutions";
43
+ const _LEI = "ListExecutionsInput";
44
+ const _LEO = "ListExecutionsOutput";
45
+ const _LT = "ListTasks";
46
+ const _LTFR = "ListTagsForResource";
47
+ const _LTFRI = "ListTagsForResourceInput";
48
+ const _LTFRO = "ListTagsForResourceOutput";
49
+ const _LTI = "ListTasksInput";
50
+ const _LTO = "ListTasksOutput";
51
+ const _PNI = "PhysicalNetworkInterface";
52
+ const _PNIL = "PhysicalNetworkInterfaceList";
53
+ const _R = "Reboot";
54
+ const _RNFE = "ResourceNotFoundException";
55
+ const _RS = "ResourceSummary";
56
+ const _RSL = "ResourceSummaryList";
57
+ const _SGI = "SecurityGroupIdentifier";
58
+ const _SGIL = "SecurityGroupIdentifierList";
59
+ const _SI = "SoftwareInformation";
60
+ const _SQEE = "ServiceQuotaExceededException";
61
+ const _TE = "ThrottlingException";
62
+ const _TR = "TagResource";
63
+ const _TRI = "TagResourceInput";
64
+ const _TS = "TaskSummary";
65
+ const _TSL = "TaskSummaryList";
66
+ const _U = "Unlock";
67
+ const _UR = "UntagResource";
68
+ const _URI = "UntagResourceInput";
69
+ const _VE = "ValidationException";
70
+ const _a = "available";
71
+ const _aLI = "amiLaunchIndex";
72
+ const _aT = "attachTime";
73
+ const _aWJ = "associatedWithJob";
74
+ const _ar = "arn";
75
+ const _bDM = "blockDeviceMappings";
76
+ const _c = "client";
77
+ const _cA = "createdAt";
78
+ const _cAo = "completedAt";
79
+ const _cC = "coreCount";
80
+ const _cO = "cpuOptions";
81
+ const _cT = "clientToken";
82
+ const _co = "command";
83
+ const _cod = "code";
84
+ const _d = "description";
85
+ const _dC = "deviceCapacities";
86
+ const _dG = "defaultGateway";
87
+ const _dN = "deviceName";
88
+ const _dOT = "deleteOnTermination";
89
+ const _dS = "deviceState";
90
+ const _dT = "deviceType";
91
+ const _de = "devices";
92
+ const _e = "error";
93
+ const _eI = "executionId";
94
+ const _eb = "ebs";
95
+ const _ex = "executions";
96
+ const _gI = "groupId";
97
+ const _gN = "groupName";
98
+ const _h = "http";
99
+ const _hE = "httpError";
100
+ const _hQ = "httpQuery";
101
+ const _i = "instances";
102
+ const _iA = "ipAddress";
103
+ const _iAA = "ipAddressAssignment";
104
+ const _iI = "instanceIds";
105
+ const _iIm = "imageId";
106
+ const _iIn = "instanceId";
107
+ const _iS = "installState";
108
+ const _iT = "instanceType";
109
+ const _iV = "installedVersion";
110
+ const _iVn = "installingVersion";
111
+ const _id = "id";
112
+ const _in = "instance";
113
+ const _jI = "jobId";
114
+ const _lROA = "lastReachedOutAt";
115
+ const _lUA = "lastUpdatedAt";
116
+ const _m = "message";
117
+ const _mA = "macAddress";
118
+ const _mDA = "managedDeviceArn";
119
+ const _mDI = "managedDeviceId";
120
+ const _mR = "maxResults";
121
+ const _n = "name";
122
+ const _nT = "nextToken";
123
+ const _ne = "netmask";
124
+ const _pCT = "physicalConnectorType";
125
+ const _pIA = "privateIpAddress";
126
+ const _pIAu = "publicIpAddress";
127
+ const _pNI = "physicalNetworkInterfaces";
128
+ const _pNII = "physicalNetworkInterfaceId";
129
+ const _r = "resources";
130
+ const _rA = "resourceArn";
131
+ const _rDN = "rootDeviceName";
132
+ const _rT = "resourceType";
133
+ const _re = "reboot";
134
+ const _s = "software";
135
+ const _sA = "startedAt";
136
+ const _sG = "securityGroups";
137
+ const _se = "server";
138
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.snowdevicemanagement";
139
+ const _st = "state";
140
+ const _sta = "status";
141
+ const _t = "total";
142
+ const _tA = "taskArn";
143
+ const _tI = "taskId";
144
+ const _tK = "tagKeys";
145
+ const _tPC = "threadsPerCore";
146
+ const _ta = "targets";
147
+ const _tag = "tags";
148
+ const _tas = "tasks";
149
+ const _ty = "type";
150
+ const _u = "unit";
151
+ const _uA = "updatedAt";
152
+ const _un = "unlock";
153
+ const _us = "used";
154
+ const _vI = "volumeId";
155
+ const n0 = "com.amazonaws.snowdevicemanagement";
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/index";
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
+ ];
170
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
171
+ export var CancelTaskInput = [3, n0, _CTI, 0, [_tI], [[0, 1]]];
172
+ export var CancelTaskOutput = [3, n0, _CTO, 0, [_tI], [0]];
173
+ export var Capacity = [3, n0, _C, 0, [_n, _u, _t, _us, _a], [0, 0, 1, 1, 1]];
174
+ export var CpuOptions = [3, n0, _CO, 0, [_cC, _tPC], [1, 1]];
175
+ export var CreateTaskInput = [
176
+ 3,
177
+ n0,
178
+ _CTIr,
179
+ 0,
180
+ [_ta, _co, _d, _tag, _cT],
181
+ [64 | 0, () => Command, 0, 128 | 0, [0, 4]],
182
+ ];
183
+ export var CreateTaskOutput = [3, n0, _CTOr, 0, [_tI, _tA], [0, 0]];
184
+ export var DescribeDeviceEc2Input = [3, n0, _DDEI, 0, [_mDI, _iI], [[0, 1], 64 | 0]];
185
+ export var DescribeDeviceEc2Output = [3, n0, _DDEO, 0, [_i], [() => InstanceSummaryList]];
186
+ export var DescribeDeviceInput = [3, n0, _DDI, 0, [_mDI], [[0, 1]]];
187
+ export var DescribeDeviceOutput = [
188
+ 3,
189
+ n0,
190
+ _DDO,
191
+ 0,
192
+ [_lROA, _lUA, _tag, _mDI, _mDA, _dT, _aWJ, _dS, _pNI, _dC, _s],
193
+ [4, 4, 128 | 0, 0, 0, 0, 0, 0, () => PhysicalNetworkInterfaceList, () => CapacityList, () => SoftwareInformation],
194
+ ];
195
+ export var DescribeExecutionInput = [
196
+ 3,
197
+ n0,
198
+ _DEI,
199
+ 0,
200
+ [_tI, _mDI],
201
+ [
202
+ [0, 1],
203
+ [0, 1],
204
+ ],
205
+ ];
206
+ export var DescribeExecutionOutput = [
207
+ 3,
208
+ n0,
209
+ _DEO,
210
+ 0,
211
+ [_tI, _eI, _mDI, _st, _sA, _lUA],
212
+ [0, 0, 0, 0, 4, 4],
213
+ ];
214
+ export var DescribeTaskInput = [3, n0, _DTI, 0, [_tI], [[0, 1]]];
215
+ export var DescribeTaskOutput = [
216
+ 3,
217
+ n0,
218
+ _DTO,
219
+ 0,
220
+ [_tI, _tA, _ta, _st, _cA, _lUA, _cAo, _d, _tag],
221
+ [0, 0, 64 | 0, 0, 4, 4, 4, 0, 128 | 0],
222
+ ];
223
+ export var DeviceSummary = [3, n0, _DS, 0, [_mDI, _mDA, _aWJ, _tag], [0, 0, 0, 128 | 0]];
224
+ export var EbsInstanceBlockDevice = [3, n0, _EIBD, 0, [_aT, _dOT, _sta, _vI], [4, 2, 0, 0]];
225
+ export var ExecutionSummary = [3, n0, _ES, 0, [_tI, _eI, _mDI, _st], [0, 0, 0, 0]];
226
+ export var Instance = [
227
+ 3,
228
+ n0,
229
+ _I,
230
+ 0,
231
+ [_iIm, _aLI, _iIn, _st, _iT, _pIA, _pIAu, _cA, _uA, _bDM, _sG, _cO, _rDN],
232
+ [
233
+ 0,
234
+ 1,
235
+ 0,
236
+ () => InstanceState,
237
+ 0,
238
+ 0,
239
+ 0,
240
+ 4,
241
+ 4,
242
+ () => InstanceBlockDeviceMappingList,
243
+ () => SecurityGroupIdentifierList,
244
+ () => CpuOptions,
245
+ 0,
246
+ ],
247
+ ];
248
+ export var InstanceBlockDeviceMapping = [
249
+ 3,
250
+ n0,
251
+ _IBDM,
252
+ 0,
253
+ [_dN, _eb],
254
+ [0, () => EbsInstanceBlockDevice],
255
+ ];
256
+ export var InstanceState = [3, n0, _IS, 0, [_cod, _n], [1, 0]];
257
+ 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
+ ];
269
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
270
+ export var ListDeviceResourcesInput = [
271
+ 3,
272
+ n0,
273
+ _LDRI,
274
+ 0,
275
+ [_mDI, _ty, _mR, _nT],
276
+ [
277
+ [0, 1],
278
+ [
279
+ 0,
280
+ {
281
+ [_hQ]: _ty,
282
+ },
283
+ ],
284
+ [
285
+ 1,
286
+ {
287
+ [_hQ]: _mR,
288
+ },
289
+ ],
290
+ [
291
+ 0,
292
+ {
293
+ [_hQ]: _nT,
294
+ },
295
+ ],
296
+ ],
297
+ ];
298
+ export var ListDeviceResourcesOutput = [
299
+ 3,
300
+ n0,
301
+ _LDRO,
302
+ 0,
303
+ [_r, _nT],
304
+ [() => ResourceSummaryList, 0],
305
+ ];
306
+ export var ListDevicesInput = [
307
+ 3,
308
+ n0,
309
+ _LDI,
310
+ 0,
311
+ [_jI, _mR, _nT],
312
+ [
313
+ [
314
+ 0,
315
+ {
316
+ [_hQ]: _jI,
317
+ },
318
+ ],
319
+ [
320
+ 1,
321
+ {
322
+ [_hQ]: _mR,
323
+ },
324
+ ],
325
+ [
326
+ 0,
327
+ {
328
+ [_hQ]: _nT,
329
+ },
330
+ ],
331
+ ],
332
+ ];
333
+ export var ListDevicesOutput = [3, n0, _LDO, 0, [_de, _nT], [() => DeviceSummaryList, 0]];
334
+ export var ListExecutionsInput = [
335
+ 3,
336
+ n0,
337
+ _LEI,
338
+ 0,
339
+ [_tI, _st, _mR, _nT],
340
+ [
341
+ [
342
+ 0,
343
+ {
344
+ [_hQ]: _tI,
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
+ ],
365
+ ],
366
+ ];
367
+ export var ListExecutionsOutput = [3, n0, _LEO, 0, [_ex, _nT], [() => ExecutionSummaryList, 0]];
368
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
369
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_tag], [128 | 0]];
370
+ export var ListTasksInput = [
371
+ 3,
372
+ n0,
373
+ _LTI,
374
+ 0,
375
+ [_st, _mR, _nT],
376
+ [
377
+ [
378
+ 0,
379
+ {
380
+ [_hQ]: _st,
381
+ },
382
+ ],
383
+ [
384
+ 1,
385
+ {
386
+ [_hQ]: _mR,
387
+ },
388
+ ],
389
+ [
390
+ 0,
391
+ {
392
+ [_hQ]: _nT,
393
+ },
394
+ ],
395
+ ],
396
+ ];
397
+ export var ListTasksOutput = [3, n0, _LTO, 0, [_tas, _nT], [() => TaskSummaryList, 0]];
398
+ export var PhysicalNetworkInterface = [
399
+ 3,
400
+ n0,
401
+ _PNI,
402
+ 0,
403
+ [_pNII, _pCT, _iAA, _iA, _ne, _dG, _mA],
404
+ [0, 0, 0, 0, 0, 0, 0],
405
+ ];
406
+ 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
+ ];
418
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
419
+ export var ResourceSummary = [3, n0, _RS, 0, [_rT, _ar, _id], [0, 0, 0]];
420
+ 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
+ ];
432
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
433
+ export var SoftwareInformation = [3, n0, _SI, 0, [_iV, _iVn, _iS], [0, 0, 0]];
434
+ export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _tag], [[0, 1], 128 | 0]];
435
+ 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
+ ];
447
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
448
+ export var Unlock = [3, n0, _U, 0, [], []];
449
+ export var UntagResourceInput = [
450
+ 3,
451
+ n0,
452
+ _URI,
453
+ 0,
454
+ [_rA, _tK],
455
+ [
456
+ [0, 1],
457
+ [
458
+ 64 | 0,
459
+ {
460
+ [_hQ]: _tK,
461
+ },
462
+ ],
463
+ ],
464
+ ];
465
+ export var ValidationException = [
466
+ -3,
467
+ n0,
468
+ _VE,
469
+ {
470
+ [_e]: _c,
471
+ [_hE]: 400,
472
+ },
473
+ [_m],
474
+ [0],
475
+ ];
476
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
477
+ export var __Unit = "unit";
478
+ export var SnowDeviceManagementServiceException = [
479
+ -3,
480
+ _sm,
481
+ "SnowDeviceManagementServiceException",
482
+ 0,
483
+ [],
484
+ [],
485
+ ];
486
+ TypeRegistry.for(_sm).registerError(SnowDeviceManagementServiceException, __SnowDeviceManagementServiceException);
487
+ export var CapacityList = [1, n0, _CL, 0, () => Capacity];
488
+ export var DeviceSummaryList = [1, n0, _DSL, 0, () => DeviceSummary];
489
+ export var ExecutionSummaryList = [1, n0, _ESL, 0, () => ExecutionSummary];
490
+ export var InstanceBlockDeviceMappingList = [1, n0, _IBDML, 0, () => InstanceBlockDeviceMapping];
491
+ export var InstanceIdsList = 64 | 0;
492
+ export var InstanceSummaryList = [1, n0, _ISL, 0, () => InstanceSummary];
493
+ export var PhysicalNetworkInterfaceList = [1, n0, _PNIL, 0, () => PhysicalNetworkInterface];
494
+ export var ResourceSummaryList = [1, n0, _RSL, 0, () => ResourceSummary];
495
+ export var SecurityGroupIdentifierList = [1, n0, _SGIL, 0, () => SecurityGroupIdentifier];
496
+ export var TagKeys = 64 | 0;
497
+ export var TargetList = 64 | 0;
498
+ export var TaskSummaryList = [1, n0, _TSL, 0, () => TaskSummary];
499
+ export var TagMap = 128 | 0;
500
+ export var Command = [3, n0, _Co, 0, [_un, _re], [() => Unlock, () => Reboot]];
501
+ export var CancelTask = [
502
+ 9,
503
+ n0,
504
+ _CT,
505
+ {
506
+ [_h]: ["POST", "/task/{taskId}/cancel", 200],
507
+ },
508
+ () => CancelTaskInput,
509
+ () => CancelTaskOutput,
510
+ ];
511
+ export var CreateTask = [
512
+ 9,
513
+ n0,
514
+ _CTr,
515
+ {
516
+ [_h]: ["POST", "/task", 200],
517
+ },
518
+ () => CreateTaskInput,
519
+ () => CreateTaskOutput,
520
+ ];
521
+ export var DescribeDevice = [
522
+ 9,
523
+ n0,
524
+ _DD,
525
+ {
526
+ [_h]: ["POST", "/managed-device/{managedDeviceId}/describe", 200],
527
+ },
528
+ () => DescribeDeviceInput,
529
+ () => DescribeDeviceOutput,
530
+ ];
531
+ export var DescribeDeviceEc2Instances = [
532
+ 9,
533
+ n0,
534
+ _DDEIe,
535
+ {
536
+ [_h]: ["POST", "/managed-device/{managedDeviceId}/resources/ec2/describe", 200],
537
+ },
538
+ () => DescribeDeviceEc2Input,
539
+ () => DescribeDeviceEc2Output,
540
+ ];
541
+ export var DescribeExecution = [
542
+ 9,
543
+ n0,
544
+ _DE,
545
+ {
546
+ [_h]: ["POST", "/task/{taskId}/execution/{managedDeviceId}", 200],
547
+ },
548
+ () => DescribeExecutionInput,
549
+ () => DescribeExecutionOutput,
550
+ ];
551
+ export var DescribeTask = [
552
+ 9,
553
+ n0,
554
+ _DT,
555
+ {
556
+ [_h]: ["POST", "/task/{taskId}", 200],
557
+ },
558
+ () => DescribeTaskInput,
559
+ () => DescribeTaskOutput,
560
+ ];
561
+ export var ListDeviceResources = [
562
+ 9,
563
+ n0,
564
+ _LDR,
565
+ {
566
+ [_h]: ["GET", "/managed-device/{managedDeviceId}/resources", 200],
567
+ },
568
+ () => ListDeviceResourcesInput,
569
+ () => ListDeviceResourcesOutput,
570
+ ];
571
+ export var ListDevices = [
572
+ 9,
573
+ n0,
574
+ _LD,
575
+ {
576
+ [_h]: ["GET", "/managed-devices", 200],
577
+ },
578
+ () => ListDevicesInput,
579
+ () => ListDevicesOutput,
580
+ ];
581
+ export var ListExecutions = [
582
+ 9,
583
+ n0,
584
+ _LE,
585
+ {
586
+ [_h]: ["GET", "/executions", 200],
587
+ },
588
+ () => ListExecutionsInput,
589
+ () => ListExecutionsOutput,
590
+ ];
591
+ export var ListTagsForResource = [
592
+ 9,
593
+ n0,
594
+ _LTFR,
595
+ {
596
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
597
+ },
598
+ () => ListTagsForResourceInput,
599
+ () => ListTagsForResourceOutput,
600
+ ];
601
+ export var ListTasks = [
602
+ 9,
603
+ n0,
604
+ _LT,
605
+ {
606
+ [_h]: ["GET", "/tasks", 200],
607
+ },
608
+ () => ListTasksInput,
609
+ () => ListTasksOutput,
610
+ ];
611
+ export var TagResource = [
612
+ 9,
613
+ n0,
614
+ _TR,
615
+ {
616
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
617
+ },
618
+ () => TagResourceInput,
619
+ () => __Unit,
620
+ ];
621
+ export var UntagResource = [
622
+ 9,
623
+ n0,
624
+ _UR,
625
+ {
626
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
627
+ },
628
+ () => UntagResourceInput,
629
+ () => __Unit,
630
+ ];
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CancelTaskCommandInput, CancelTaskCommandOutput } from "./commands/CancelTaskCommand";
11
11
  import { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
@@ -154,6 +154,15 @@ 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>;
157
166
  /**
158
167
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
159
168
  */
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  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;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: SnowDeviceManagementClientConfig
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SnowDeviceManagementHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;