@aws-sdk/client-device-farm 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 (101) hide show
  1. package/dist-cjs/index.js +2140 -3002
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DeviceFarmClient.js +2 -0
  4. package/dist-es/commands/CreateDevicePoolCommand.js +3 -9
  5. package/dist-es/commands/CreateInstanceProfileCommand.js +3 -9
  6. package/dist-es/commands/CreateNetworkProfileCommand.js +3 -9
  7. package/dist-es/commands/CreateProjectCommand.js +3 -9
  8. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +3 -9
  9. package/dist-es/commands/CreateTestGridProjectCommand.js +3 -9
  10. package/dist-es/commands/CreateTestGridUrlCommand.js +3 -10
  11. package/dist-es/commands/CreateUploadCommand.js +3 -10
  12. package/dist-es/commands/CreateVPCEConfigurationCommand.js +3 -9
  13. package/dist-es/commands/DeleteDevicePoolCommand.js +3 -9
  14. package/dist-es/commands/DeleteInstanceProfileCommand.js +3 -9
  15. package/dist-es/commands/DeleteNetworkProfileCommand.js +3 -9
  16. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  17. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +3 -9
  18. package/dist-es/commands/DeleteRunCommand.js +3 -9
  19. package/dist-es/commands/DeleteTestGridProjectCommand.js +3 -9
  20. package/dist-es/commands/DeleteUploadCommand.js +3 -9
  21. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +3 -9
  22. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  23. package/dist-es/commands/GetDeviceCommand.js +3 -9
  24. package/dist-es/commands/GetDeviceInstanceCommand.js +3 -9
  25. package/dist-es/commands/GetDevicePoolCommand.js +3 -9
  26. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +3 -9
  27. package/dist-es/commands/GetInstanceProfileCommand.js +3 -9
  28. package/dist-es/commands/GetJobCommand.js +3 -9
  29. package/dist-es/commands/GetNetworkProfileCommand.js +3 -9
  30. package/dist-es/commands/GetOfferingStatusCommand.js +3 -9
  31. package/dist-es/commands/GetProjectCommand.js +3 -9
  32. package/dist-es/commands/GetRemoteAccessSessionCommand.js +3 -9
  33. package/dist-es/commands/GetRunCommand.js +3 -9
  34. package/dist-es/commands/GetSuiteCommand.js +3 -9
  35. package/dist-es/commands/GetTestCommand.js +3 -9
  36. package/dist-es/commands/GetTestGridProjectCommand.js +3 -9
  37. package/dist-es/commands/GetTestGridSessionCommand.js +3 -9
  38. package/dist-es/commands/GetUploadCommand.js +3 -10
  39. package/dist-es/commands/GetVPCEConfigurationCommand.js +3 -9
  40. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +3 -10
  41. package/dist-es/commands/ListArtifactsCommand.js +3 -9
  42. package/dist-es/commands/ListDeviceInstancesCommand.js +3 -9
  43. package/dist-es/commands/ListDevicePoolsCommand.js +3 -9
  44. package/dist-es/commands/ListDevicesCommand.js +3 -9
  45. package/dist-es/commands/ListInstanceProfilesCommand.js +3 -9
  46. package/dist-es/commands/ListJobsCommand.js +3 -9
  47. package/dist-es/commands/ListNetworkProfilesCommand.js +3 -9
  48. package/dist-es/commands/ListOfferingPromotionsCommand.js +3 -9
  49. package/dist-es/commands/ListOfferingTransactionsCommand.js +3 -9
  50. package/dist-es/commands/ListOfferingsCommand.js +3 -9
  51. package/dist-es/commands/ListProjectsCommand.js +3 -9
  52. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +3 -9
  53. package/dist-es/commands/ListRunsCommand.js +3 -9
  54. package/dist-es/commands/ListSamplesCommand.js +3 -9
  55. package/dist-es/commands/ListSuitesCommand.js +3 -9
  56. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  57. package/dist-es/commands/ListTestGridProjectsCommand.js +3 -9
  58. package/dist-es/commands/ListTestGridSessionActionsCommand.js +3 -9
  59. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +3 -10
  60. package/dist-es/commands/ListTestGridSessionsCommand.js +3 -9
  61. package/dist-es/commands/ListTestsCommand.js +3 -9
  62. package/dist-es/commands/ListUniqueProblemsCommand.js +3 -9
  63. package/dist-es/commands/ListUploadsCommand.js +3 -10
  64. package/dist-es/commands/ListVPCEConfigurationsCommand.js +3 -9
  65. package/dist-es/commands/PurchaseOfferingCommand.js +3 -9
  66. package/dist-es/commands/RenewOfferingCommand.js +3 -9
  67. package/dist-es/commands/ScheduleRunCommand.js +3 -9
  68. package/dist-es/commands/StopJobCommand.js +3 -9
  69. package/dist-es/commands/StopRemoteAccessSessionCommand.js +3 -9
  70. package/dist-es/commands/StopRunCommand.js +3 -9
  71. package/dist-es/commands/TagResourceCommand.js +3 -9
  72. package/dist-es/commands/UntagResourceCommand.js +3 -9
  73. package/dist-es/commands/UpdateDeviceInstanceCommand.js +3 -9
  74. package/dist-es/commands/UpdateDevicePoolCommand.js +3 -9
  75. package/dist-es/commands/UpdateInstanceProfileCommand.js +3 -9
  76. package/dist-es/commands/UpdateNetworkProfileCommand.js +3 -9
  77. package/dist-es/commands/UpdateProjectCommand.js +3 -9
  78. package/dist-es/commands/UpdateTestGridProjectCommand.js +3 -9
  79. package/dist-es/commands/UpdateUploadCommand.js +3 -10
  80. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +3 -9
  81. package/dist-es/models/models_0.js +0 -37
  82. package/dist-es/runtimeConfig.shared.js +7 -0
  83. package/dist-es/schemas/schemas_0.js +1965 -0
  84. package/dist-types/DeviceFarmClient.d.ts +10 -1
  85. package/dist-types/models/models_0.d.ts +0 -36
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  87. package/dist-types/runtimeConfig.d.ts +1 -0
  88. package/dist-types/runtimeConfig.native.d.ts +1 -0
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/schemas/schemas_0.d.ts +347 -0
  91. package/dist-types/ts3.4/DeviceFarmClient.d.ts +4 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +0 -25
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  97. package/dist-types/ts3.4/schemas/schemas_0.d.ts +354 -0
  98. package/package.json +5 -5
  99. package/dist-es/protocols/Aws_json1_1.js +0 -2386
  100. package/dist-types/protocols/Aws_json1_1.d.ts +0 -695
  101. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -929
@@ -1,929 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateDevicePoolCommandInput,
8
- CreateDevicePoolCommandOutput,
9
- } from "../commands/CreateDevicePoolCommand";
10
- import {
11
- CreateInstanceProfileCommandInput,
12
- CreateInstanceProfileCommandOutput,
13
- } from "../commands/CreateInstanceProfileCommand";
14
- import {
15
- CreateNetworkProfileCommandInput,
16
- CreateNetworkProfileCommandOutput,
17
- } from "../commands/CreateNetworkProfileCommand";
18
- import {
19
- CreateProjectCommandInput,
20
- CreateProjectCommandOutput,
21
- } from "../commands/CreateProjectCommand";
22
- import {
23
- CreateRemoteAccessSessionCommandInput,
24
- CreateRemoteAccessSessionCommandOutput,
25
- } from "../commands/CreateRemoteAccessSessionCommand";
26
- import {
27
- CreateTestGridProjectCommandInput,
28
- CreateTestGridProjectCommandOutput,
29
- } from "../commands/CreateTestGridProjectCommand";
30
- import {
31
- CreateTestGridUrlCommandInput,
32
- CreateTestGridUrlCommandOutput,
33
- } from "../commands/CreateTestGridUrlCommand";
34
- import {
35
- CreateUploadCommandInput,
36
- CreateUploadCommandOutput,
37
- } from "../commands/CreateUploadCommand";
38
- import {
39
- CreateVPCEConfigurationCommandInput,
40
- CreateVPCEConfigurationCommandOutput,
41
- } from "../commands/CreateVPCEConfigurationCommand";
42
- import {
43
- DeleteDevicePoolCommandInput,
44
- DeleteDevicePoolCommandOutput,
45
- } from "../commands/DeleteDevicePoolCommand";
46
- import {
47
- DeleteInstanceProfileCommandInput,
48
- DeleteInstanceProfileCommandOutput,
49
- } from "../commands/DeleteInstanceProfileCommand";
50
- import {
51
- DeleteNetworkProfileCommandInput,
52
- DeleteNetworkProfileCommandOutput,
53
- } from "../commands/DeleteNetworkProfileCommand";
54
- import {
55
- DeleteProjectCommandInput,
56
- DeleteProjectCommandOutput,
57
- } from "../commands/DeleteProjectCommand";
58
- import {
59
- DeleteRemoteAccessSessionCommandInput,
60
- DeleteRemoteAccessSessionCommandOutput,
61
- } from "../commands/DeleteRemoteAccessSessionCommand";
62
- import {
63
- DeleteRunCommandInput,
64
- DeleteRunCommandOutput,
65
- } from "../commands/DeleteRunCommand";
66
- import {
67
- DeleteTestGridProjectCommandInput,
68
- DeleteTestGridProjectCommandOutput,
69
- } from "../commands/DeleteTestGridProjectCommand";
70
- import {
71
- DeleteUploadCommandInput,
72
- DeleteUploadCommandOutput,
73
- } from "../commands/DeleteUploadCommand";
74
- import {
75
- DeleteVPCEConfigurationCommandInput,
76
- DeleteVPCEConfigurationCommandOutput,
77
- } from "../commands/DeleteVPCEConfigurationCommand";
78
- import {
79
- GetAccountSettingsCommandInput,
80
- GetAccountSettingsCommandOutput,
81
- } from "../commands/GetAccountSettingsCommand";
82
- import {
83
- GetDeviceCommandInput,
84
- GetDeviceCommandOutput,
85
- } from "../commands/GetDeviceCommand";
86
- import {
87
- GetDeviceInstanceCommandInput,
88
- GetDeviceInstanceCommandOutput,
89
- } from "../commands/GetDeviceInstanceCommand";
90
- import {
91
- GetDevicePoolCommandInput,
92
- GetDevicePoolCommandOutput,
93
- } from "../commands/GetDevicePoolCommand";
94
- import {
95
- GetDevicePoolCompatibilityCommandInput,
96
- GetDevicePoolCompatibilityCommandOutput,
97
- } from "../commands/GetDevicePoolCompatibilityCommand";
98
- import {
99
- GetInstanceProfileCommandInput,
100
- GetInstanceProfileCommandOutput,
101
- } from "../commands/GetInstanceProfileCommand";
102
- import {
103
- GetJobCommandInput,
104
- GetJobCommandOutput,
105
- } from "../commands/GetJobCommand";
106
- import {
107
- GetNetworkProfileCommandInput,
108
- GetNetworkProfileCommandOutput,
109
- } from "../commands/GetNetworkProfileCommand";
110
- import {
111
- GetOfferingStatusCommandInput,
112
- GetOfferingStatusCommandOutput,
113
- } from "../commands/GetOfferingStatusCommand";
114
- import {
115
- GetProjectCommandInput,
116
- GetProjectCommandOutput,
117
- } from "../commands/GetProjectCommand";
118
- import {
119
- GetRemoteAccessSessionCommandInput,
120
- GetRemoteAccessSessionCommandOutput,
121
- } from "../commands/GetRemoteAccessSessionCommand";
122
- import {
123
- GetRunCommandInput,
124
- GetRunCommandOutput,
125
- } from "../commands/GetRunCommand";
126
- import {
127
- GetSuiteCommandInput,
128
- GetSuiteCommandOutput,
129
- } from "../commands/GetSuiteCommand";
130
- import {
131
- GetTestCommandInput,
132
- GetTestCommandOutput,
133
- } from "../commands/GetTestCommand";
134
- import {
135
- GetTestGridProjectCommandInput,
136
- GetTestGridProjectCommandOutput,
137
- } from "../commands/GetTestGridProjectCommand";
138
- import {
139
- GetTestGridSessionCommandInput,
140
- GetTestGridSessionCommandOutput,
141
- } from "../commands/GetTestGridSessionCommand";
142
- import {
143
- GetUploadCommandInput,
144
- GetUploadCommandOutput,
145
- } from "../commands/GetUploadCommand";
146
- import {
147
- GetVPCEConfigurationCommandInput,
148
- GetVPCEConfigurationCommandOutput,
149
- } from "../commands/GetVPCEConfigurationCommand";
150
- import {
151
- InstallToRemoteAccessSessionCommandInput,
152
- InstallToRemoteAccessSessionCommandOutput,
153
- } from "../commands/InstallToRemoteAccessSessionCommand";
154
- import {
155
- ListArtifactsCommandInput,
156
- ListArtifactsCommandOutput,
157
- } from "../commands/ListArtifactsCommand";
158
- import {
159
- ListDeviceInstancesCommandInput,
160
- ListDeviceInstancesCommandOutput,
161
- } from "../commands/ListDeviceInstancesCommand";
162
- import {
163
- ListDevicePoolsCommandInput,
164
- ListDevicePoolsCommandOutput,
165
- } from "../commands/ListDevicePoolsCommand";
166
- import {
167
- ListDevicesCommandInput,
168
- ListDevicesCommandOutput,
169
- } from "../commands/ListDevicesCommand";
170
- import {
171
- ListInstanceProfilesCommandInput,
172
- ListInstanceProfilesCommandOutput,
173
- } from "../commands/ListInstanceProfilesCommand";
174
- import {
175
- ListJobsCommandInput,
176
- ListJobsCommandOutput,
177
- } from "../commands/ListJobsCommand";
178
- import {
179
- ListNetworkProfilesCommandInput,
180
- ListNetworkProfilesCommandOutput,
181
- } from "../commands/ListNetworkProfilesCommand";
182
- import {
183
- ListOfferingPromotionsCommandInput,
184
- ListOfferingPromotionsCommandOutput,
185
- } from "../commands/ListOfferingPromotionsCommand";
186
- import {
187
- ListOfferingsCommandInput,
188
- ListOfferingsCommandOutput,
189
- } from "../commands/ListOfferingsCommand";
190
- import {
191
- ListOfferingTransactionsCommandInput,
192
- ListOfferingTransactionsCommandOutput,
193
- } from "../commands/ListOfferingTransactionsCommand";
194
- import {
195
- ListProjectsCommandInput,
196
- ListProjectsCommandOutput,
197
- } from "../commands/ListProjectsCommand";
198
- import {
199
- ListRemoteAccessSessionsCommandInput,
200
- ListRemoteAccessSessionsCommandOutput,
201
- } from "../commands/ListRemoteAccessSessionsCommand";
202
- import {
203
- ListRunsCommandInput,
204
- ListRunsCommandOutput,
205
- } from "../commands/ListRunsCommand";
206
- import {
207
- ListSamplesCommandInput,
208
- ListSamplesCommandOutput,
209
- } from "../commands/ListSamplesCommand";
210
- import {
211
- ListSuitesCommandInput,
212
- ListSuitesCommandOutput,
213
- } from "../commands/ListSuitesCommand";
214
- import {
215
- ListTagsForResourceCommandInput,
216
- ListTagsForResourceCommandOutput,
217
- } from "../commands/ListTagsForResourceCommand";
218
- import {
219
- ListTestGridProjectsCommandInput,
220
- ListTestGridProjectsCommandOutput,
221
- } from "../commands/ListTestGridProjectsCommand";
222
- import {
223
- ListTestGridSessionActionsCommandInput,
224
- ListTestGridSessionActionsCommandOutput,
225
- } from "../commands/ListTestGridSessionActionsCommand";
226
- import {
227
- ListTestGridSessionArtifactsCommandInput,
228
- ListTestGridSessionArtifactsCommandOutput,
229
- } from "../commands/ListTestGridSessionArtifactsCommand";
230
- import {
231
- ListTestGridSessionsCommandInput,
232
- ListTestGridSessionsCommandOutput,
233
- } from "../commands/ListTestGridSessionsCommand";
234
- import {
235
- ListTestsCommandInput,
236
- ListTestsCommandOutput,
237
- } from "../commands/ListTestsCommand";
238
- import {
239
- ListUniqueProblemsCommandInput,
240
- ListUniqueProblemsCommandOutput,
241
- } from "../commands/ListUniqueProblemsCommand";
242
- import {
243
- ListUploadsCommandInput,
244
- ListUploadsCommandOutput,
245
- } from "../commands/ListUploadsCommand";
246
- import {
247
- ListVPCEConfigurationsCommandInput,
248
- ListVPCEConfigurationsCommandOutput,
249
- } from "../commands/ListVPCEConfigurationsCommand";
250
- import {
251
- PurchaseOfferingCommandInput,
252
- PurchaseOfferingCommandOutput,
253
- } from "../commands/PurchaseOfferingCommand";
254
- import {
255
- RenewOfferingCommandInput,
256
- RenewOfferingCommandOutput,
257
- } from "../commands/RenewOfferingCommand";
258
- import {
259
- ScheduleRunCommandInput,
260
- ScheduleRunCommandOutput,
261
- } from "../commands/ScheduleRunCommand";
262
- import {
263
- StopJobCommandInput,
264
- StopJobCommandOutput,
265
- } from "../commands/StopJobCommand";
266
- import {
267
- StopRemoteAccessSessionCommandInput,
268
- StopRemoteAccessSessionCommandOutput,
269
- } from "../commands/StopRemoteAccessSessionCommand";
270
- import {
271
- StopRunCommandInput,
272
- StopRunCommandOutput,
273
- } from "../commands/StopRunCommand";
274
- import {
275
- TagResourceCommandInput,
276
- TagResourceCommandOutput,
277
- } from "../commands/TagResourceCommand";
278
- import {
279
- UntagResourceCommandInput,
280
- UntagResourceCommandOutput,
281
- } from "../commands/UntagResourceCommand";
282
- import {
283
- UpdateDeviceInstanceCommandInput,
284
- UpdateDeviceInstanceCommandOutput,
285
- } from "../commands/UpdateDeviceInstanceCommand";
286
- import {
287
- UpdateDevicePoolCommandInput,
288
- UpdateDevicePoolCommandOutput,
289
- } from "../commands/UpdateDevicePoolCommand";
290
- import {
291
- UpdateInstanceProfileCommandInput,
292
- UpdateInstanceProfileCommandOutput,
293
- } from "../commands/UpdateInstanceProfileCommand";
294
- import {
295
- UpdateNetworkProfileCommandInput,
296
- UpdateNetworkProfileCommandOutput,
297
- } from "../commands/UpdateNetworkProfileCommand";
298
- import {
299
- UpdateProjectCommandInput,
300
- UpdateProjectCommandOutput,
301
- } from "../commands/UpdateProjectCommand";
302
- import {
303
- UpdateTestGridProjectCommandInput,
304
- UpdateTestGridProjectCommandOutput,
305
- } from "../commands/UpdateTestGridProjectCommand";
306
- import {
307
- UpdateUploadCommandInput,
308
- UpdateUploadCommandOutput,
309
- } from "../commands/UpdateUploadCommand";
310
- import {
311
- UpdateVPCEConfigurationCommandInput,
312
- UpdateVPCEConfigurationCommandOutput,
313
- } from "../commands/UpdateVPCEConfigurationCommand";
314
- export declare const se_CreateDevicePoolCommand: (
315
- input: CreateDevicePoolCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateInstanceProfileCommand: (
319
- input: CreateInstanceProfileCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateNetworkProfileCommand: (
323
- input: CreateNetworkProfileCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateProjectCommand: (
327
- input: CreateProjectCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CreateRemoteAccessSessionCommand: (
331
- input: CreateRemoteAccessSessionCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateTestGridProjectCommand: (
335
- input: CreateTestGridProjectCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateTestGridUrlCommand: (
339
- input: CreateTestGridUrlCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateUploadCommand: (
343
- input: CreateUploadCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreateVPCEConfigurationCommand: (
347
- input: CreateVPCEConfigurationCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeleteDevicePoolCommand: (
351
- input: DeleteDevicePoolCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteInstanceProfileCommand: (
355
- input: DeleteInstanceProfileCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteNetworkProfileCommand: (
359
- input: DeleteNetworkProfileCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteProjectCommand: (
363
- input: DeleteProjectCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteRemoteAccessSessionCommand: (
367
- input: DeleteRemoteAccessSessionCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DeleteRunCommand: (
371
- input: DeleteRunCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DeleteTestGridProjectCommand: (
375
- input: DeleteTestGridProjectCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteUploadCommand: (
379
- input: DeleteUploadCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteVPCEConfigurationCommand: (
383
- input: DeleteVPCEConfigurationCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_GetAccountSettingsCommand: (
387
- input: GetAccountSettingsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_GetDeviceCommand: (
391
- input: GetDeviceCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_GetDeviceInstanceCommand: (
395
- input: GetDeviceInstanceCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_GetDevicePoolCommand: (
399
- input: GetDevicePoolCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_GetDevicePoolCompatibilityCommand: (
403
- input: GetDevicePoolCompatibilityCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_GetInstanceProfileCommand: (
407
- input: GetInstanceProfileCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_GetJobCommand: (
411
- input: GetJobCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_GetNetworkProfileCommand: (
415
- input: GetNetworkProfileCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_GetOfferingStatusCommand: (
419
- input: GetOfferingStatusCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_GetProjectCommand: (
423
- input: GetProjectCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_GetRemoteAccessSessionCommand: (
427
- input: GetRemoteAccessSessionCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_GetRunCommand: (
431
- input: GetRunCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_GetSuiteCommand: (
435
- input: GetSuiteCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_GetTestCommand: (
439
- input: GetTestCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_GetTestGridProjectCommand: (
443
- input: GetTestGridProjectCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_GetTestGridSessionCommand: (
447
- input: GetTestGridSessionCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_GetUploadCommand: (
451
- input: GetUploadCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_GetVPCEConfigurationCommand: (
455
- input: GetVPCEConfigurationCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_InstallToRemoteAccessSessionCommand: (
459
- input: InstallToRemoteAccessSessionCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_ListArtifactsCommand: (
463
- input: ListArtifactsCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_ListDeviceInstancesCommand: (
467
- input: ListDeviceInstancesCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_ListDevicePoolsCommand: (
471
- input: ListDevicePoolsCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_ListDevicesCommand: (
475
- input: ListDevicesCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ListInstanceProfilesCommand: (
479
- input: ListInstanceProfilesCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ListJobsCommand: (
483
- input: ListJobsCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ListNetworkProfilesCommand: (
487
- input: ListNetworkProfilesCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ListOfferingPromotionsCommand: (
491
- input: ListOfferingPromotionsCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_ListOfferingsCommand: (
495
- input: ListOfferingsCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_ListOfferingTransactionsCommand: (
499
- input: ListOfferingTransactionsCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_ListProjectsCommand: (
503
- input: ListProjectsCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_ListRemoteAccessSessionsCommand: (
507
- input: ListRemoteAccessSessionsCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ListRunsCommand: (
511
- input: ListRunsCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_ListSamplesCommand: (
515
- input: ListSamplesCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_ListSuitesCommand: (
519
- input: ListSuitesCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_ListTagsForResourceCommand: (
523
- input: ListTagsForResourceCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListTestGridProjectsCommand: (
527
- input: ListTestGridProjectsCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_ListTestGridSessionActionsCommand: (
531
- input: ListTestGridSessionActionsCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_ListTestGridSessionArtifactsCommand: (
535
- input: ListTestGridSessionArtifactsCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_ListTestGridSessionsCommand: (
539
- input: ListTestGridSessionsCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_ListTestsCommand: (
543
- input: ListTestsCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_ListUniqueProblemsCommand: (
547
- input: ListUniqueProblemsCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_ListUploadsCommand: (
551
- input: ListUploadsCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_ListVPCEConfigurationsCommand: (
555
- input: ListVPCEConfigurationsCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_PurchaseOfferingCommand: (
559
- input: PurchaseOfferingCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_RenewOfferingCommand: (
563
- input: RenewOfferingCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_ScheduleRunCommand: (
567
- input: ScheduleRunCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_StopJobCommand: (
571
- input: StopJobCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_StopRemoteAccessSessionCommand: (
575
- input: StopRemoteAccessSessionCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_StopRunCommand: (
579
- input: StopRunCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_TagResourceCommand: (
583
- input: TagResourceCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_UntagResourceCommand: (
587
- input: UntagResourceCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_UpdateDeviceInstanceCommand: (
591
- input: UpdateDeviceInstanceCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_UpdateDevicePoolCommand: (
595
- input: UpdateDevicePoolCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_UpdateInstanceProfileCommand: (
599
- input: UpdateInstanceProfileCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_UpdateNetworkProfileCommand: (
603
- input: UpdateNetworkProfileCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_UpdateProjectCommand: (
607
- input: UpdateProjectCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_UpdateTestGridProjectCommand: (
611
- input: UpdateTestGridProjectCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_UpdateUploadCommand: (
615
- input: UpdateUploadCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_UpdateVPCEConfigurationCommand: (
619
- input: UpdateVPCEConfigurationCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const de_CreateDevicePoolCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<CreateDevicePoolCommandOutput>;
626
- export declare const de_CreateInstanceProfileCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<CreateInstanceProfileCommandOutput>;
630
- export declare const de_CreateNetworkProfileCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<CreateNetworkProfileCommandOutput>;
634
- export declare const de_CreateProjectCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<CreateProjectCommandOutput>;
638
- export declare const de_CreateRemoteAccessSessionCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<CreateRemoteAccessSessionCommandOutput>;
642
- export declare const de_CreateTestGridProjectCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<CreateTestGridProjectCommandOutput>;
646
- export declare const de_CreateTestGridUrlCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<CreateTestGridUrlCommandOutput>;
650
- export declare const de_CreateUploadCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<CreateUploadCommandOutput>;
654
- export declare const de_CreateVPCEConfigurationCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<CreateVPCEConfigurationCommandOutput>;
658
- export declare const de_DeleteDevicePoolCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DeleteDevicePoolCommandOutput>;
662
- export declare const de_DeleteInstanceProfileCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DeleteInstanceProfileCommandOutput>;
666
- export declare const de_DeleteNetworkProfileCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DeleteNetworkProfileCommandOutput>;
670
- export declare const de_DeleteProjectCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DeleteProjectCommandOutput>;
674
- export declare const de_DeleteRemoteAccessSessionCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DeleteRemoteAccessSessionCommandOutput>;
678
- export declare const de_DeleteRunCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DeleteRunCommandOutput>;
682
- export declare const de_DeleteTestGridProjectCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DeleteTestGridProjectCommandOutput>;
686
- export declare const de_DeleteUploadCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DeleteUploadCommandOutput>;
690
- export declare const de_DeleteVPCEConfigurationCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DeleteVPCEConfigurationCommandOutput>;
694
- export declare const de_GetAccountSettingsCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<GetAccountSettingsCommandOutput>;
698
- export declare const de_GetDeviceCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<GetDeviceCommandOutput>;
702
- export declare const de_GetDeviceInstanceCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<GetDeviceInstanceCommandOutput>;
706
- export declare const de_GetDevicePoolCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<GetDevicePoolCommandOutput>;
710
- export declare const de_GetDevicePoolCompatibilityCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<GetDevicePoolCompatibilityCommandOutput>;
714
- export declare const de_GetInstanceProfileCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<GetInstanceProfileCommandOutput>;
718
- export declare const de_GetJobCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<GetJobCommandOutput>;
722
- export declare const de_GetNetworkProfileCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<GetNetworkProfileCommandOutput>;
726
- export declare const de_GetOfferingStatusCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<GetOfferingStatusCommandOutput>;
730
- export declare const de_GetProjectCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<GetProjectCommandOutput>;
734
- export declare const de_GetRemoteAccessSessionCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<GetRemoteAccessSessionCommandOutput>;
738
- export declare const de_GetRunCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<GetRunCommandOutput>;
742
- export declare const de_GetSuiteCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<GetSuiteCommandOutput>;
746
- export declare const de_GetTestCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<GetTestCommandOutput>;
750
- export declare const de_GetTestGridProjectCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<GetTestGridProjectCommandOutput>;
754
- export declare const de_GetTestGridSessionCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<GetTestGridSessionCommandOutput>;
758
- export declare const de_GetUploadCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<GetUploadCommandOutput>;
762
- export declare const de_GetVPCEConfigurationCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<GetVPCEConfigurationCommandOutput>;
766
- export declare const de_InstallToRemoteAccessSessionCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<InstallToRemoteAccessSessionCommandOutput>;
770
- export declare const de_ListArtifactsCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<ListArtifactsCommandOutput>;
774
- export declare const de_ListDeviceInstancesCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<ListDeviceInstancesCommandOutput>;
778
- export declare const de_ListDevicePoolsCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<ListDevicePoolsCommandOutput>;
782
- export declare const de_ListDevicesCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<ListDevicesCommandOutput>;
786
- export declare const de_ListInstanceProfilesCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<ListInstanceProfilesCommandOutput>;
790
- export declare const de_ListJobsCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<ListJobsCommandOutput>;
794
- export declare const de_ListNetworkProfilesCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<ListNetworkProfilesCommandOutput>;
798
- export declare const de_ListOfferingPromotionsCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<ListOfferingPromotionsCommandOutput>;
802
- export declare const de_ListOfferingsCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<ListOfferingsCommandOutput>;
806
- export declare const de_ListOfferingTransactionsCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<ListOfferingTransactionsCommandOutput>;
810
- export declare const de_ListProjectsCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<ListProjectsCommandOutput>;
814
- export declare const de_ListRemoteAccessSessionsCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<ListRemoteAccessSessionsCommandOutput>;
818
- export declare const de_ListRunsCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<ListRunsCommandOutput>;
822
- export declare const de_ListSamplesCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<ListSamplesCommandOutput>;
826
- export declare const de_ListSuitesCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<ListSuitesCommandOutput>;
830
- export declare const de_ListTagsForResourceCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<ListTagsForResourceCommandOutput>;
834
- export declare const de_ListTestGridProjectsCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<ListTestGridProjectsCommandOutput>;
838
- export declare const de_ListTestGridSessionActionsCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<ListTestGridSessionActionsCommandOutput>;
842
- export declare const de_ListTestGridSessionArtifactsCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<ListTestGridSessionArtifactsCommandOutput>;
846
- export declare const de_ListTestGridSessionsCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<ListTestGridSessionsCommandOutput>;
850
- export declare const de_ListTestsCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<ListTestsCommandOutput>;
854
- export declare const de_ListUniqueProblemsCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<ListUniqueProblemsCommandOutput>;
858
- export declare const de_ListUploadsCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<ListUploadsCommandOutput>;
862
- export declare const de_ListVPCEConfigurationsCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<ListVPCEConfigurationsCommandOutput>;
866
- export declare const de_PurchaseOfferingCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<PurchaseOfferingCommandOutput>;
870
- export declare const de_RenewOfferingCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<RenewOfferingCommandOutput>;
874
- export declare const de_ScheduleRunCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<ScheduleRunCommandOutput>;
878
- export declare const de_StopJobCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<StopJobCommandOutput>;
882
- export declare const de_StopRemoteAccessSessionCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<StopRemoteAccessSessionCommandOutput>;
886
- export declare const de_StopRunCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<StopRunCommandOutput>;
890
- export declare const de_TagResourceCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<TagResourceCommandOutput>;
894
- export declare const de_UntagResourceCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<UntagResourceCommandOutput>;
898
- export declare const de_UpdateDeviceInstanceCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<UpdateDeviceInstanceCommandOutput>;
902
- export declare const de_UpdateDevicePoolCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<UpdateDevicePoolCommandOutput>;
906
- export declare const de_UpdateInstanceProfileCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<UpdateInstanceProfileCommandOutput>;
910
- export declare const de_UpdateNetworkProfileCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<UpdateNetworkProfileCommandOutput>;
914
- export declare const de_UpdateProjectCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<UpdateProjectCommandOutput>;
918
- export declare const de_UpdateTestGridProjectCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<UpdateTestGridProjectCommandOutput>;
922
- export declare const de_UpdateUploadCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<UpdateUploadCommandOutput>;
926
- export declare const de_UpdateVPCEConfigurationCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<UpdateVPCEConfigurationCommandOutput>;