@aws-sdk/client-codebuild 3.927.0 → 3.928.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 (83) hide show
  1. package/dist-cjs/index.js +2323 -2394
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodeBuildClient.js +2 -0
  4. package/dist-es/commands/BatchDeleteBuildsCommand.js +3 -9
  5. package/dist-es/commands/BatchGetBuildBatchesCommand.js +3 -9
  6. package/dist-es/commands/BatchGetBuildsCommand.js +3 -9
  7. package/dist-es/commands/BatchGetCommandExecutionsCommand.js +3 -10
  8. package/dist-es/commands/BatchGetFleetsCommand.js +3 -9
  9. package/dist-es/commands/BatchGetProjectsCommand.js +3 -9
  10. package/dist-es/commands/BatchGetReportGroupsCommand.js +3 -9
  11. package/dist-es/commands/BatchGetReportsCommand.js +3 -9
  12. package/dist-es/commands/BatchGetSandboxesCommand.js +3 -9
  13. package/dist-es/commands/CreateFleetCommand.js +3 -9
  14. package/dist-es/commands/CreateProjectCommand.js +3 -9
  15. package/dist-es/commands/CreateReportGroupCommand.js +3 -9
  16. package/dist-es/commands/CreateWebhookCommand.js +3 -9
  17. package/dist-es/commands/DeleteBuildBatchCommand.js +3 -9
  18. package/dist-es/commands/DeleteFleetCommand.js +3 -9
  19. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  20. package/dist-es/commands/DeleteReportCommand.js +3 -9
  21. package/dist-es/commands/DeleteReportGroupCommand.js +3 -9
  22. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  23. package/dist-es/commands/DeleteSourceCredentialsCommand.js +3 -9
  24. package/dist-es/commands/DeleteWebhookCommand.js +3 -9
  25. package/dist-es/commands/DescribeCodeCoveragesCommand.js +3 -9
  26. package/dist-es/commands/DescribeTestCasesCommand.js +3 -9
  27. package/dist-es/commands/GetReportGroupTrendCommand.js +3 -9
  28. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  29. package/dist-es/commands/ImportSourceCredentialsCommand.js +3 -10
  30. package/dist-es/commands/InvalidateProjectCacheCommand.js +3 -9
  31. package/dist-es/commands/ListBuildBatchesCommand.js +3 -9
  32. package/dist-es/commands/ListBuildBatchesForProjectCommand.js +3 -9
  33. package/dist-es/commands/ListBuildsCommand.js +3 -9
  34. package/dist-es/commands/ListBuildsForProjectCommand.js +3 -9
  35. package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +3 -10
  36. package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +3 -9
  37. package/dist-es/commands/ListFleetsCommand.js +3 -10
  38. package/dist-es/commands/ListProjectsCommand.js +3 -9
  39. package/dist-es/commands/ListReportGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListReportsCommand.js +3 -9
  41. package/dist-es/commands/ListReportsForReportGroupCommand.js +3 -9
  42. package/dist-es/commands/ListSandboxesCommand.js +3 -9
  43. package/dist-es/commands/ListSandboxesForProjectCommand.js +3 -10
  44. package/dist-es/commands/ListSharedProjectsCommand.js +3 -9
  45. package/dist-es/commands/ListSharedReportGroupsCommand.js +3 -9
  46. package/dist-es/commands/ListSourceCredentialsCommand.js +3 -9
  47. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  48. package/dist-es/commands/RetryBuildBatchCommand.js +3 -9
  49. package/dist-es/commands/RetryBuildCommand.js +3 -9
  50. package/dist-es/commands/StartBuildBatchCommand.js +3 -9
  51. package/dist-es/commands/StartBuildCommand.js +3 -9
  52. package/dist-es/commands/StartCommandExecutionCommand.js +3 -10
  53. package/dist-es/commands/StartSandboxCommand.js +3 -10
  54. package/dist-es/commands/StartSandboxConnectionCommand.js +3 -9
  55. package/dist-es/commands/StopBuildBatchCommand.js +3 -9
  56. package/dist-es/commands/StopBuildCommand.js +3 -9
  57. package/dist-es/commands/StopSandboxCommand.js +3 -9
  58. package/dist-es/commands/UpdateFleetCommand.js +3 -9
  59. package/dist-es/commands/UpdateProjectCommand.js +3 -9
  60. package/dist-es/commands/UpdateProjectVisibilityCommand.js +3 -9
  61. package/dist-es/commands/UpdateReportGroupCommand.js +3 -9
  62. package/dist-es/commands/UpdateWebhookCommand.js +3 -9
  63. package/dist-es/models/models_0.js +0 -47
  64. package/dist-es/runtimeConfig.shared.js +7 -0
  65. package/dist-es/schemas/schemas_0.js +2207 -0
  66. package/dist-types/CodeBuildClient.d.ts +10 -1
  67. package/dist-types/models/models_0.d.ts +0 -40
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  69. package/dist-types/runtimeConfig.d.ts +1 -0
  70. package/dist-types/runtimeConfig.native.d.ts +1 -0
  71. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  72. package/dist-types/schemas/schemas_0.d.ts +316 -0
  73. package/dist-types/ts3.4/CodeBuildClient.d.ts +4 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -0
  80. package/package.json +5 -5
  81. package/dist-es/protocols/Aws_json1_1.js +0 -1911
  82. package/dist-types/protocols/Aws_json1_1.d.ts +0 -533
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -713
@@ -1,713 +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
- BatchDeleteBuildsCommandInput,
8
- BatchDeleteBuildsCommandOutput,
9
- } from "../commands/BatchDeleteBuildsCommand";
10
- import {
11
- BatchGetBuildBatchesCommandInput,
12
- BatchGetBuildBatchesCommandOutput,
13
- } from "../commands/BatchGetBuildBatchesCommand";
14
- import {
15
- BatchGetBuildsCommandInput,
16
- BatchGetBuildsCommandOutput,
17
- } from "../commands/BatchGetBuildsCommand";
18
- import {
19
- BatchGetCommandExecutionsCommandInput,
20
- BatchGetCommandExecutionsCommandOutput,
21
- } from "../commands/BatchGetCommandExecutionsCommand";
22
- import {
23
- BatchGetFleetsCommandInput,
24
- BatchGetFleetsCommandOutput,
25
- } from "../commands/BatchGetFleetsCommand";
26
- import {
27
- BatchGetProjectsCommandInput,
28
- BatchGetProjectsCommandOutput,
29
- } from "../commands/BatchGetProjectsCommand";
30
- import {
31
- BatchGetReportGroupsCommandInput,
32
- BatchGetReportGroupsCommandOutput,
33
- } from "../commands/BatchGetReportGroupsCommand";
34
- import {
35
- BatchGetReportsCommandInput,
36
- BatchGetReportsCommandOutput,
37
- } from "../commands/BatchGetReportsCommand";
38
- import {
39
- BatchGetSandboxesCommandInput,
40
- BatchGetSandboxesCommandOutput,
41
- } from "../commands/BatchGetSandboxesCommand";
42
- import {
43
- CreateFleetCommandInput,
44
- CreateFleetCommandOutput,
45
- } from "../commands/CreateFleetCommand";
46
- import {
47
- CreateProjectCommandInput,
48
- CreateProjectCommandOutput,
49
- } from "../commands/CreateProjectCommand";
50
- import {
51
- CreateReportGroupCommandInput,
52
- CreateReportGroupCommandOutput,
53
- } from "../commands/CreateReportGroupCommand";
54
- import {
55
- CreateWebhookCommandInput,
56
- CreateWebhookCommandOutput,
57
- } from "../commands/CreateWebhookCommand";
58
- import {
59
- DeleteBuildBatchCommandInput,
60
- DeleteBuildBatchCommandOutput,
61
- } from "../commands/DeleteBuildBatchCommand";
62
- import {
63
- DeleteFleetCommandInput,
64
- DeleteFleetCommandOutput,
65
- } from "../commands/DeleteFleetCommand";
66
- import {
67
- DeleteProjectCommandInput,
68
- DeleteProjectCommandOutput,
69
- } from "../commands/DeleteProjectCommand";
70
- import {
71
- DeleteReportCommandInput,
72
- DeleteReportCommandOutput,
73
- } from "../commands/DeleteReportCommand";
74
- import {
75
- DeleteReportGroupCommandInput,
76
- DeleteReportGroupCommandOutput,
77
- } from "../commands/DeleteReportGroupCommand";
78
- import {
79
- DeleteResourcePolicyCommandInput,
80
- DeleteResourcePolicyCommandOutput,
81
- } from "../commands/DeleteResourcePolicyCommand";
82
- import {
83
- DeleteSourceCredentialsCommandInput,
84
- DeleteSourceCredentialsCommandOutput,
85
- } from "../commands/DeleteSourceCredentialsCommand";
86
- import {
87
- DeleteWebhookCommandInput,
88
- DeleteWebhookCommandOutput,
89
- } from "../commands/DeleteWebhookCommand";
90
- import {
91
- DescribeCodeCoveragesCommandInput,
92
- DescribeCodeCoveragesCommandOutput,
93
- } from "../commands/DescribeCodeCoveragesCommand";
94
- import {
95
- DescribeTestCasesCommandInput,
96
- DescribeTestCasesCommandOutput,
97
- } from "../commands/DescribeTestCasesCommand";
98
- import {
99
- GetReportGroupTrendCommandInput,
100
- GetReportGroupTrendCommandOutput,
101
- } from "../commands/GetReportGroupTrendCommand";
102
- import {
103
- GetResourcePolicyCommandInput,
104
- GetResourcePolicyCommandOutput,
105
- } from "../commands/GetResourcePolicyCommand";
106
- import {
107
- ImportSourceCredentialsCommandInput,
108
- ImportSourceCredentialsCommandOutput,
109
- } from "../commands/ImportSourceCredentialsCommand";
110
- import {
111
- InvalidateProjectCacheCommandInput,
112
- InvalidateProjectCacheCommandOutput,
113
- } from "../commands/InvalidateProjectCacheCommand";
114
- import {
115
- ListBuildBatchesCommandInput,
116
- ListBuildBatchesCommandOutput,
117
- } from "../commands/ListBuildBatchesCommand";
118
- import {
119
- ListBuildBatchesForProjectCommandInput,
120
- ListBuildBatchesForProjectCommandOutput,
121
- } from "../commands/ListBuildBatchesForProjectCommand";
122
- import {
123
- ListBuildsCommandInput,
124
- ListBuildsCommandOutput,
125
- } from "../commands/ListBuildsCommand";
126
- import {
127
- ListBuildsForProjectCommandInput,
128
- ListBuildsForProjectCommandOutput,
129
- } from "../commands/ListBuildsForProjectCommand";
130
- import {
131
- ListCommandExecutionsForSandboxCommandInput,
132
- ListCommandExecutionsForSandboxCommandOutput,
133
- } from "../commands/ListCommandExecutionsForSandboxCommand";
134
- import {
135
- ListCuratedEnvironmentImagesCommandInput,
136
- ListCuratedEnvironmentImagesCommandOutput,
137
- } from "../commands/ListCuratedEnvironmentImagesCommand";
138
- import {
139
- ListFleetsCommandInput,
140
- ListFleetsCommandOutput,
141
- } from "../commands/ListFleetsCommand";
142
- import {
143
- ListProjectsCommandInput,
144
- ListProjectsCommandOutput,
145
- } from "../commands/ListProjectsCommand";
146
- import {
147
- ListReportGroupsCommandInput,
148
- ListReportGroupsCommandOutput,
149
- } from "../commands/ListReportGroupsCommand";
150
- import {
151
- ListReportsCommandInput,
152
- ListReportsCommandOutput,
153
- } from "../commands/ListReportsCommand";
154
- import {
155
- ListReportsForReportGroupCommandInput,
156
- ListReportsForReportGroupCommandOutput,
157
- } from "../commands/ListReportsForReportGroupCommand";
158
- import {
159
- ListSandboxesCommandInput,
160
- ListSandboxesCommandOutput,
161
- } from "../commands/ListSandboxesCommand";
162
- import {
163
- ListSandboxesForProjectCommandInput,
164
- ListSandboxesForProjectCommandOutput,
165
- } from "../commands/ListSandboxesForProjectCommand";
166
- import {
167
- ListSharedProjectsCommandInput,
168
- ListSharedProjectsCommandOutput,
169
- } from "../commands/ListSharedProjectsCommand";
170
- import {
171
- ListSharedReportGroupsCommandInput,
172
- ListSharedReportGroupsCommandOutput,
173
- } from "../commands/ListSharedReportGroupsCommand";
174
- import {
175
- ListSourceCredentialsCommandInput,
176
- ListSourceCredentialsCommandOutput,
177
- } from "../commands/ListSourceCredentialsCommand";
178
- import {
179
- PutResourcePolicyCommandInput,
180
- PutResourcePolicyCommandOutput,
181
- } from "../commands/PutResourcePolicyCommand";
182
- import {
183
- RetryBuildBatchCommandInput,
184
- RetryBuildBatchCommandOutput,
185
- } from "../commands/RetryBuildBatchCommand";
186
- import {
187
- RetryBuildCommandInput,
188
- RetryBuildCommandOutput,
189
- } from "../commands/RetryBuildCommand";
190
- import {
191
- StartBuildBatchCommandInput,
192
- StartBuildBatchCommandOutput,
193
- } from "../commands/StartBuildBatchCommand";
194
- import {
195
- StartBuildCommandInput,
196
- StartBuildCommandOutput,
197
- } from "../commands/StartBuildCommand";
198
- import {
199
- StartCommandExecutionCommandInput,
200
- StartCommandExecutionCommandOutput,
201
- } from "../commands/StartCommandExecutionCommand";
202
- import {
203
- StartSandboxCommandInput,
204
- StartSandboxCommandOutput,
205
- } from "../commands/StartSandboxCommand";
206
- import {
207
- StartSandboxConnectionCommandInput,
208
- StartSandboxConnectionCommandOutput,
209
- } from "../commands/StartSandboxConnectionCommand";
210
- import {
211
- StopBuildBatchCommandInput,
212
- StopBuildBatchCommandOutput,
213
- } from "../commands/StopBuildBatchCommand";
214
- import {
215
- StopBuildCommandInput,
216
- StopBuildCommandOutput,
217
- } from "../commands/StopBuildCommand";
218
- import {
219
- StopSandboxCommandInput,
220
- StopSandboxCommandOutput,
221
- } from "../commands/StopSandboxCommand";
222
- import {
223
- UpdateFleetCommandInput,
224
- UpdateFleetCommandOutput,
225
- } from "../commands/UpdateFleetCommand";
226
- import {
227
- UpdateProjectCommandInput,
228
- UpdateProjectCommandOutput,
229
- } from "../commands/UpdateProjectCommand";
230
- import {
231
- UpdateProjectVisibilityCommandInput,
232
- UpdateProjectVisibilityCommandOutput,
233
- } from "../commands/UpdateProjectVisibilityCommand";
234
- import {
235
- UpdateReportGroupCommandInput,
236
- UpdateReportGroupCommandOutput,
237
- } from "../commands/UpdateReportGroupCommand";
238
- import {
239
- UpdateWebhookCommandInput,
240
- UpdateWebhookCommandOutput,
241
- } from "../commands/UpdateWebhookCommand";
242
- export declare const se_BatchDeleteBuildsCommand: (
243
- input: BatchDeleteBuildsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_BatchGetBuildBatchesCommand: (
247
- input: BatchGetBuildBatchesCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_BatchGetBuildsCommand: (
251
- input: BatchGetBuildsCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_BatchGetCommandExecutionsCommand: (
255
- input: BatchGetCommandExecutionsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_BatchGetFleetsCommand: (
259
- input: BatchGetFleetsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_BatchGetProjectsCommand: (
263
- input: BatchGetProjectsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_BatchGetReportGroupsCommand: (
267
- input: BatchGetReportGroupsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_BatchGetReportsCommand: (
271
- input: BatchGetReportsCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_BatchGetSandboxesCommand: (
275
- input: BatchGetSandboxesCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_CreateFleetCommand: (
279
- input: CreateFleetCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_CreateProjectCommand: (
283
- input: CreateProjectCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_CreateReportGroupCommand: (
287
- input: CreateReportGroupCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_CreateWebhookCommand: (
291
- input: CreateWebhookCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeleteBuildBatchCommand: (
295
- input: DeleteBuildBatchCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DeleteFleetCommand: (
299
- input: DeleteFleetCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DeleteProjectCommand: (
303
- input: DeleteProjectCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DeleteReportCommand: (
307
- input: DeleteReportCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DeleteReportGroupCommand: (
311
- input: DeleteReportGroupCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DeleteResourcePolicyCommand: (
315
- input: DeleteResourcePolicyCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DeleteSourceCredentialsCommand: (
319
- input: DeleteSourceCredentialsCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DeleteWebhookCommand: (
323
- input: DeleteWebhookCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribeCodeCoveragesCommand: (
327
- input: DescribeCodeCoveragesCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeTestCasesCommand: (
331
- input: DescribeTestCasesCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_GetReportGroupTrendCommand: (
335
- input: GetReportGroupTrendCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_GetResourcePolicyCommand: (
339
- input: GetResourcePolicyCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_ImportSourceCredentialsCommand: (
343
- input: ImportSourceCredentialsCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_InvalidateProjectCacheCommand: (
347
- input: InvalidateProjectCacheCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ListBuildBatchesCommand: (
351
- input: ListBuildBatchesCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListBuildBatchesForProjectCommand: (
355
- input: ListBuildBatchesForProjectCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListBuildsCommand: (
359
- input: ListBuildsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListBuildsForProjectCommand: (
363
- input: ListBuildsForProjectCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListCommandExecutionsForSandboxCommand: (
367
- input: ListCommandExecutionsForSandboxCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListCuratedEnvironmentImagesCommand: (
371
- input: ListCuratedEnvironmentImagesCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListFleetsCommand: (
375
- input: ListFleetsCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListProjectsCommand: (
379
- input: ListProjectsCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListReportGroupsCommand: (
383
- input: ListReportGroupsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListReportsCommand: (
387
- input: ListReportsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListReportsForReportGroupCommand: (
391
- input: ListReportsForReportGroupCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListSandboxesCommand: (
395
- input: ListSandboxesCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ListSandboxesForProjectCommand: (
399
- input: ListSandboxesForProjectCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ListSharedProjectsCommand: (
403
- input: ListSharedProjectsCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_ListSharedReportGroupsCommand: (
407
- input: ListSharedReportGroupsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_ListSourceCredentialsCommand: (
411
- input: ListSourceCredentialsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_PutResourcePolicyCommand: (
415
- input: PutResourcePolicyCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_RetryBuildCommand: (
419
- input: RetryBuildCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_RetryBuildBatchCommand: (
423
- input: RetryBuildBatchCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_StartBuildCommand: (
427
- input: StartBuildCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_StartBuildBatchCommand: (
431
- input: StartBuildBatchCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_StartCommandExecutionCommand: (
435
- input: StartCommandExecutionCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_StartSandboxCommand: (
439
- input: StartSandboxCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_StartSandboxConnectionCommand: (
443
- input: StartSandboxConnectionCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_StopBuildCommand: (
447
- input: StopBuildCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_StopBuildBatchCommand: (
451
- input: StopBuildBatchCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_StopSandboxCommand: (
455
- input: StopSandboxCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_UpdateFleetCommand: (
459
- input: UpdateFleetCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_UpdateProjectCommand: (
463
- input: UpdateProjectCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_UpdateProjectVisibilityCommand: (
467
- input: UpdateProjectVisibilityCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_UpdateReportGroupCommand: (
471
- input: UpdateReportGroupCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_UpdateWebhookCommand: (
475
- input: UpdateWebhookCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const de_BatchDeleteBuildsCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<BatchDeleteBuildsCommandOutput>;
482
- export declare const de_BatchGetBuildBatchesCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<BatchGetBuildBatchesCommandOutput>;
486
- export declare const de_BatchGetBuildsCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<BatchGetBuildsCommandOutput>;
490
- export declare const de_BatchGetCommandExecutionsCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<BatchGetCommandExecutionsCommandOutput>;
494
- export declare const de_BatchGetFleetsCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<BatchGetFleetsCommandOutput>;
498
- export declare const de_BatchGetProjectsCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<BatchGetProjectsCommandOutput>;
502
- export declare const de_BatchGetReportGroupsCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<BatchGetReportGroupsCommandOutput>;
506
- export declare const de_BatchGetReportsCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<BatchGetReportsCommandOutput>;
510
- export declare const de_BatchGetSandboxesCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<BatchGetSandboxesCommandOutput>;
514
- export declare const de_CreateFleetCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<CreateFleetCommandOutput>;
518
- export declare const de_CreateProjectCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<CreateProjectCommandOutput>;
522
- export declare const de_CreateReportGroupCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<CreateReportGroupCommandOutput>;
526
- export declare const de_CreateWebhookCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<CreateWebhookCommandOutput>;
530
- export declare const de_DeleteBuildBatchCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DeleteBuildBatchCommandOutput>;
534
- export declare const de_DeleteFleetCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DeleteFleetCommandOutput>;
538
- export declare const de_DeleteProjectCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DeleteProjectCommandOutput>;
542
- export declare const de_DeleteReportCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DeleteReportCommandOutput>;
546
- export declare const de_DeleteReportGroupCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DeleteReportGroupCommandOutput>;
550
- export declare const de_DeleteResourcePolicyCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DeleteResourcePolicyCommandOutput>;
554
- export declare const de_DeleteSourceCredentialsCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DeleteSourceCredentialsCommandOutput>;
558
- export declare const de_DeleteWebhookCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DeleteWebhookCommandOutput>;
562
- export declare const de_DescribeCodeCoveragesCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DescribeCodeCoveragesCommandOutput>;
566
- export declare const de_DescribeTestCasesCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DescribeTestCasesCommandOutput>;
570
- export declare const de_GetReportGroupTrendCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<GetReportGroupTrendCommandOutput>;
574
- export declare const de_GetResourcePolicyCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<GetResourcePolicyCommandOutput>;
578
- export declare const de_ImportSourceCredentialsCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ImportSourceCredentialsCommandOutput>;
582
- export declare const de_InvalidateProjectCacheCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<InvalidateProjectCacheCommandOutput>;
586
- export declare const de_ListBuildBatchesCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<ListBuildBatchesCommandOutput>;
590
- export declare const de_ListBuildBatchesForProjectCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListBuildBatchesForProjectCommandOutput>;
594
- export declare const de_ListBuildsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListBuildsCommandOutput>;
598
- export declare const de_ListBuildsForProjectCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ListBuildsForProjectCommandOutput>;
602
- export declare const de_ListCommandExecutionsForSandboxCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ListCommandExecutionsForSandboxCommandOutput>;
606
- export declare const de_ListCuratedEnvironmentImagesCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ListCuratedEnvironmentImagesCommandOutput>;
610
- export declare const de_ListFleetsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListFleetsCommandOutput>;
614
- export declare const de_ListProjectsCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListProjectsCommandOutput>;
618
- export declare const de_ListReportGroupsCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListReportGroupsCommandOutput>;
622
- export declare const de_ListReportsCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ListReportsCommandOutput>;
626
- export declare const de_ListReportsForReportGroupCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<ListReportsForReportGroupCommandOutput>;
630
- export declare const de_ListSandboxesCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<ListSandboxesCommandOutput>;
634
- export declare const de_ListSandboxesForProjectCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<ListSandboxesForProjectCommandOutput>;
638
- export declare const de_ListSharedProjectsCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<ListSharedProjectsCommandOutput>;
642
- export declare const de_ListSharedReportGroupsCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<ListSharedReportGroupsCommandOutput>;
646
- export declare const de_ListSourceCredentialsCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<ListSourceCredentialsCommandOutput>;
650
- export declare const de_PutResourcePolicyCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<PutResourcePolicyCommandOutput>;
654
- export declare const de_RetryBuildCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<RetryBuildCommandOutput>;
658
- export declare const de_RetryBuildBatchCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<RetryBuildBatchCommandOutput>;
662
- export declare const de_StartBuildCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<StartBuildCommandOutput>;
666
- export declare const de_StartBuildBatchCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<StartBuildBatchCommandOutput>;
670
- export declare const de_StartCommandExecutionCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<StartCommandExecutionCommandOutput>;
674
- export declare const de_StartSandboxCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<StartSandboxCommandOutput>;
678
- export declare const de_StartSandboxConnectionCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<StartSandboxConnectionCommandOutput>;
682
- export declare const de_StopBuildCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<StopBuildCommandOutput>;
686
- export declare const de_StopBuildBatchCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<StopBuildBatchCommandOutput>;
690
- export declare const de_StopSandboxCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<StopSandboxCommandOutput>;
694
- export declare const de_UpdateFleetCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<UpdateFleetCommandOutput>;
698
- export declare const de_UpdateProjectCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<UpdateProjectCommandOutput>;
702
- export declare const de_UpdateProjectVisibilityCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<UpdateProjectVisibilityCommandOutput>;
706
- export declare const de_UpdateReportGroupCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<UpdateReportGroupCommandOutput>;
710
- export declare const de_UpdateWebhookCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<UpdateWebhookCommandOutput>;