@aws-sdk/client-codebuild 3.1087.0 → 3.1089.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 (82) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeBuild.d.ts +203 -233
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +15 -54
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/BatchGetCommandExecutionsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/BatchGetSandboxesCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +3 -8
  35. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListCommandExecutionsForSandboxCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -4
  41. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +3 -8
  43. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/ListSandboxesCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/ListSandboxesForProjectCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +3 -8
  52. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/StartCommandExecutionCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/StartSandboxCommand.d.ts +2 -4
  57. package/dist-types/ts3.4/commands/StartSandboxConnectionCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +7 -5
  60. package/dist-types/ts3.4/commands/StopSandboxCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  67. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  68. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  69. package/dist-types/ts3.4/models/enums.d.ts +22 -44
  70. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  71. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  72. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  73. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +1 -4
  74. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
  75. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +1 -4
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  80. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  81. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  82. package/package.json +38 -38
@@ -40,10 +40,7 @@ import {
40
40
  BatchGetSandboxesCommandInput,
41
41
  BatchGetSandboxesCommandOutput,
42
42
  } from "./commands/BatchGetSandboxesCommand";
43
- import {
44
- CreateFleetCommandInput,
45
- CreateFleetCommandOutput,
46
- } from "./commands/CreateFleetCommand";
43
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
47
44
  import {
48
45
  CreateProjectCommandInput,
49
46
  CreateProjectCommandOutput,
@@ -60,10 +57,7 @@ import {
60
57
  DeleteBuildBatchCommandInput,
61
58
  DeleteBuildBatchCommandOutput,
62
59
  } from "./commands/DeleteBuildBatchCommand";
63
- import {
64
- DeleteFleetCommandInput,
65
- DeleteFleetCommandOutput,
66
- } from "./commands/DeleteFleetCommand";
60
+ import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
67
61
  import {
68
62
  DeleteProjectCommandInput,
69
63
  DeleteProjectCommandOutput,
@@ -120,10 +114,7 @@ import {
120
114
  ListBuildBatchesForProjectCommandInput,
121
115
  ListBuildBatchesForProjectCommandOutput,
122
116
  } from "./commands/ListBuildBatchesForProjectCommand";
123
- import {
124
- ListBuildsCommandInput,
125
- ListBuildsCommandOutput,
126
- } from "./commands/ListBuildsCommand";
117
+ import { ListBuildsCommandInput, ListBuildsCommandOutput } from "./commands/ListBuildsCommand";
127
118
  import {
128
119
  ListBuildsForProjectCommandInput,
129
120
  ListBuildsForProjectCommandOutput,
@@ -136,10 +127,7 @@ import {
136
127
  ListCuratedEnvironmentImagesCommandInput,
137
128
  ListCuratedEnvironmentImagesCommandOutput,
138
129
  } from "./commands/ListCuratedEnvironmentImagesCommand";
139
- import {
140
- ListFleetsCommandInput,
141
- ListFleetsCommandOutput,
142
- } from "./commands/ListFleetsCommand";
130
+ import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
143
131
  import {
144
132
  ListProjectsCommandInput,
145
133
  ListProjectsCommandOutput,
@@ -148,10 +136,7 @@ import {
148
136
  ListReportGroupsCommandInput,
149
137
  ListReportGroupsCommandOutput,
150
138
  } from "./commands/ListReportGroupsCommand";
151
- import {
152
- ListReportsCommandInput,
153
- ListReportsCommandOutput,
154
- } from "./commands/ListReportsCommand";
139
+ import { ListReportsCommandInput, ListReportsCommandOutput } from "./commands/ListReportsCommand";
155
140
  import {
156
141
  ListReportsForReportGroupCommandInput,
157
142
  ListReportsForReportGroupCommandOutput,
@@ -184,18 +169,12 @@ import {
184
169
  RetryBuildBatchCommandInput,
185
170
  RetryBuildBatchCommandOutput,
186
171
  } from "./commands/RetryBuildBatchCommand";
187
- import {
188
- RetryBuildCommandInput,
189
- RetryBuildCommandOutput,
190
- } from "./commands/RetryBuildCommand";
172
+ import { RetryBuildCommandInput, RetryBuildCommandOutput } from "./commands/RetryBuildCommand";
191
173
  import {
192
174
  StartBuildBatchCommandInput,
193
175
  StartBuildBatchCommandOutput,
194
176
  } from "./commands/StartBuildBatchCommand";
195
- import {
196
- StartBuildCommandInput,
197
- StartBuildCommandOutput,
198
- } from "./commands/StartBuildCommand";
177
+ import { StartBuildCommandInput, StartBuildCommandOutput } from "./commands/StartBuildCommand";
199
178
  import {
200
179
  StartCommandExecutionCommandInput,
201
180
  StartCommandExecutionCommandOutput,
@@ -212,18 +191,9 @@ import {
212
191
  StopBuildBatchCommandInput,
213
192
  StopBuildBatchCommandOutput,
214
193
  } from "./commands/StopBuildBatchCommand";
215
- import {
216
- StopBuildCommandInput,
217
- StopBuildCommandOutput,
218
- } from "./commands/StopBuildCommand";
219
- import {
220
- StopSandboxCommandInput,
221
- StopSandboxCommandOutput,
222
- } from "./commands/StopSandboxCommand";
223
- import {
224
- UpdateFleetCommandInput,
225
- UpdateFleetCommandOutput,
226
- } from "./commands/UpdateFleetCommand";
194
+ import { StopBuildCommandInput, StopBuildCommandOutput } from "./commands/StopBuildCommand";
195
+ import { StopSandboxCommandInput, StopSandboxCommandOutput } from "./commands/StopSandboxCommand";
196
+ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
227
197
  import {
228
198
  UpdateProjectCommandInput,
229
199
  UpdateProjectCommandOutput,
@@ -243,897 +213,897 @@ import {
243
213
  export interface CodeBuild {
244
214
  batchDeleteBuilds(
245
215
  args: BatchDeleteBuildsCommandInput,
246
- options?: __HttpHandlerOptions
216
+ options?: __HttpHandlerOptions,
247
217
  ): Promise<BatchDeleteBuildsCommandOutput>;
248
218
  batchDeleteBuilds(
249
219
  args: BatchDeleteBuildsCommandInput,
250
- cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void
220
+ cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void,
251
221
  ): void;
252
222
  batchDeleteBuilds(
253
223
  args: BatchDeleteBuildsCommandInput,
254
224
  options: __HttpHandlerOptions,
255
- cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void
225
+ cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void,
256
226
  ): void;
257
227
  batchGetBuildBatches(
258
228
  args: BatchGetBuildBatchesCommandInput,
259
- options?: __HttpHandlerOptions
229
+ options?: __HttpHandlerOptions,
260
230
  ): Promise<BatchGetBuildBatchesCommandOutput>;
261
231
  batchGetBuildBatches(
262
232
  args: BatchGetBuildBatchesCommandInput,
263
- cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void
233
+ cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void,
264
234
  ): void;
265
235
  batchGetBuildBatches(
266
236
  args: BatchGetBuildBatchesCommandInput,
267
237
  options: __HttpHandlerOptions,
268
- cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void
238
+ cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void,
269
239
  ): void;
270
240
  batchGetBuilds(
271
241
  args: BatchGetBuildsCommandInput,
272
- options?: __HttpHandlerOptions
242
+ options?: __HttpHandlerOptions,
273
243
  ): Promise<BatchGetBuildsCommandOutput>;
274
244
  batchGetBuilds(
275
245
  args: BatchGetBuildsCommandInput,
276
- cb: (err: any, data?: BatchGetBuildsCommandOutput) => void
246
+ cb: (err: any, data?: BatchGetBuildsCommandOutput) => void,
277
247
  ): void;
278
248
  batchGetBuilds(
279
249
  args: BatchGetBuildsCommandInput,
280
250
  options: __HttpHandlerOptions,
281
- cb: (err: any, data?: BatchGetBuildsCommandOutput) => void
251
+ cb: (err: any, data?: BatchGetBuildsCommandOutput) => void,
282
252
  ): void;
283
253
  batchGetCommandExecutions(
284
254
  args: BatchGetCommandExecutionsCommandInput,
285
- options?: __HttpHandlerOptions
255
+ options?: __HttpHandlerOptions,
286
256
  ): Promise<BatchGetCommandExecutionsCommandOutput>;
287
257
  batchGetCommandExecutions(
288
258
  args: BatchGetCommandExecutionsCommandInput,
289
- cb: (err: any, data?: BatchGetCommandExecutionsCommandOutput) => void
259
+ cb: (err: any, data?: BatchGetCommandExecutionsCommandOutput) => void,
290
260
  ): void;
291
261
  batchGetCommandExecutions(
292
262
  args: BatchGetCommandExecutionsCommandInput,
293
263
  options: __HttpHandlerOptions,
294
- cb: (err: any, data?: BatchGetCommandExecutionsCommandOutput) => void
264
+ cb: (err: any, data?: BatchGetCommandExecutionsCommandOutput) => void,
295
265
  ): void;
296
266
  batchGetFleets(
297
267
  args: BatchGetFleetsCommandInput,
298
- options?: __HttpHandlerOptions
268
+ options?: __HttpHandlerOptions,
299
269
  ): Promise<BatchGetFleetsCommandOutput>;
300
270
  batchGetFleets(
301
271
  args: BatchGetFleetsCommandInput,
302
- cb: (err: any, data?: BatchGetFleetsCommandOutput) => void
272
+ cb: (err: any, data?: BatchGetFleetsCommandOutput) => void,
303
273
  ): void;
304
274
  batchGetFleets(
305
275
  args: BatchGetFleetsCommandInput,
306
276
  options: __HttpHandlerOptions,
307
- cb: (err: any, data?: BatchGetFleetsCommandOutput) => void
277
+ cb: (err: any, data?: BatchGetFleetsCommandOutput) => void,
308
278
  ): void;
309
279
  batchGetProjects(
310
280
  args: BatchGetProjectsCommandInput,
311
- options?: __HttpHandlerOptions
281
+ options?: __HttpHandlerOptions,
312
282
  ): Promise<BatchGetProjectsCommandOutput>;
313
283
  batchGetProjects(
314
284
  args: BatchGetProjectsCommandInput,
315
- cb: (err: any, data?: BatchGetProjectsCommandOutput) => void
285
+ cb: (err: any, data?: BatchGetProjectsCommandOutput) => void,
316
286
  ): void;
317
287
  batchGetProjects(
318
288
  args: BatchGetProjectsCommandInput,
319
289
  options: __HttpHandlerOptions,
320
- cb: (err: any, data?: BatchGetProjectsCommandOutput) => void
290
+ cb: (err: any, data?: BatchGetProjectsCommandOutput) => void,
321
291
  ): void;
322
292
  batchGetReportGroups(
323
293
  args: BatchGetReportGroupsCommandInput,
324
- options?: __HttpHandlerOptions
294
+ options?: __HttpHandlerOptions,
325
295
  ): Promise<BatchGetReportGroupsCommandOutput>;
326
296
  batchGetReportGroups(
327
297
  args: BatchGetReportGroupsCommandInput,
328
- cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void
298
+ cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void,
329
299
  ): void;
330
300
  batchGetReportGroups(
331
301
  args: BatchGetReportGroupsCommandInput,
332
302
  options: __HttpHandlerOptions,
333
- cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void
303
+ cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void,
334
304
  ): void;
335
305
  batchGetReports(
336
306
  args: BatchGetReportsCommandInput,
337
- options?: __HttpHandlerOptions
307
+ options?: __HttpHandlerOptions,
338
308
  ): Promise<BatchGetReportsCommandOutput>;
339
309
  batchGetReports(
340
310
  args: BatchGetReportsCommandInput,
341
- cb: (err: any, data?: BatchGetReportsCommandOutput) => void
311
+ cb: (err: any, data?: BatchGetReportsCommandOutput) => void,
342
312
  ): void;
343
313
  batchGetReports(
344
314
  args: BatchGetReportsCommandInput,
345
315
  options: __HttpHandlerOptions,
346
- cb: (err: any, data?: BatchGetReportsCommandOutput) => void
316
+ cb: (err: any, data?: BatchGetReportsCommandOutput) => void,
347
317
  ): void;
348
318
  batchGetSandboxes(
349
319
  args: BatchGetSandboxesCommandInput,
350
- options?: __HttpHandlerOptions
320
+ options?: __HttpHandlerOptions,
351
321
  ): Promise<BatchGetSandboxesCommandOutput>;
352
322
  batchGetSandboxes(
353
323
  args: BatchGetSandboxesCommandInput,
354
- cb: (err: any, data?: BatchGetSandboxesCommandOutput) => void
324
+ cb: (err: any, data?: BatchGetSandboxesCommandOutput) => void,
355
325
  ): void;
356
326
  batchGetSandboxes(
357
327
  args: BatchGetSandboxesCommandInput,
358
328
  options: __HttpHandlerOptions,
359
- cb: (err: any, data?: BatchGetSandboxesCommandOutput) => void
329
+ cb: (err: any, data?: BatchGetSandboxesCommandOutput) => void,
360
330
  ): void;
361
331
  createFleet(
362
332
  args: CreateFleetCommandInput,
363
- options?: __HttpHandlerOptions
333
+ options?: __HttpHandlerOptions,
364
334
  ): Promise<CreateFleetCommandOutput>;
365
335
  createFleet(
366
336
  args: CreateFleetCommandInput,
367
- cb: (err: any, data?: CreateFleetCommandOutput) => void
337
+ cb: (err: any, data?: CreateFleetCommandOutput) => void,
368
338
  ): void;
369
339
  createFleet(
370
340
  args: CreateFleetCommandInput,
371
341
  options: __HttpHandlerOptions,
372
- cb: (err: any, data?: CreateFleetCommandOutput) => void
342
+ cb: (err: any, data?: CreateFleetCommandOutput) => void,
373
343
  ): void;
374
344
  createProject(
375
345
  args: CreateProjectCommandInput,
376
- options?: __HttpHandlerOptions
346
+ options?: __HttpHandlerOptions,
377
347
  ): Promise<CreateProjectCommandOutput>;
378
348
  createProject(
379
349
  args: CreateProjectCommandInput,
380
- cb: (err: any, data?: CreateProjectCommandOutput) => void
350
+ cb: (err: any, data?: CreateProjectCommandOutput) => void,
381
351
  ): void;
382
352
  createProject(
383
353
  args: CreateProjectCommandInput,
384
354
  options: __HttpHandlerOptions,
385
- cb: (err: any, data?: CreateProjectCommandOutput) => void
355
+ cb: (err: any, data?: CreateProjectCommandOutput) => void,
386
356
  ): void;
387
357
  createReportGroup(
388
358
  args: CreateReportGroupCommandInput,
389
- options?: __HttpHandlerOptions
359
+ options?: __HttpHandlerOptions,
390
360
  ): Promise<CreateReportGroupCommandOutput>;
391
361
  createReportGroup(
392
362
  args: CreateReportGroupCommandInput,
393
- cb: (err: any, data?: CreateReportGroupCommandOutput) => void
363
+ cb: (err: any, data?: CreateReportGroupCommandOutput) => void,
394
364
  ): void;
395
365
  createReportGroup(
396
366
  args: CreateReportGroupCommandInput,
397
367
  options: __HttpHandlerOptions,
398
- cb: (err: any, data?: CreateReportGroupCommandOutput) => void
368
+ cb: (err: any, data?: CreateReportGroupCommandOutput) => void,
399
369
  ): void;
400
370
  createWebhook(
401
371
  args: CreateWebhookCommandInput,
402
- options?: __HttpHandlerOptions
372
+ options?: __HttpHandlerOptions,
403
373
  ): Promise<CreateWebhookCommandOutput>;
404
374
  createWebhook(
405
375
  args: CreateWebhookCommandInput,
406
- cb: (err: any, data?: CreateWebhookCommandOutput) => void
376
+ cb: (err: any, data?: CreateWebhookCommandOutput) => void,
407
377
  ): void;
408
378
  createWebhook(
409
379
  args: CreateWebhookCommandInput,
410
380
  options: __HttpHandlerOptions,
411
- cb: (err: any, data?: CreateWebhookCommandOutput) => void
381
+ cb: (err: any, data?: CreateWebhookCommandOutput) => void,
412
382
  ): void;
413
383
  deleteBuildBatch(
414
384
  args: DeleteBuildBatchCommandInput,
415
- options?: __HttpHandlerOptions
385
+ options?: __HttpHandlerOptions,
416
386
  ): Promise<DeleteBuildBatchCommandOutput>;
417
387
  deleteBuildBatch(
418
388
  args: DeleteBuildBatchCommandInput,
419
- cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void
389
+ cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void,
420
390
  ): void;
421
391
  deleteBuildBatch(
422
392
  args: DeleteBuildBatchCommandInput,
423
393
  options: __HttpHandlerOptions,
424
- cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void
394
+ cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void,
425
395
  ): void;
426
396
  deleteFleet(
427
397
  args: DeleteFleetCommandInput,
428
- options?: __HttpHandlerOptions
398
+ options?: __HttpHandlerOptions,
429
399
  ): Promise<DeleteFleetCommandOutput>;
430
400
  deleteFleet(
431
401
  args: DeleteFleetCommandInput,
432
- cb: (err: any, data?: DeleteFleetCommandOutput) => void
402
+ cb: (err: any, data?: DeleteFleetCommandOutput) => void,
433
403
  ): void;
434
404
  deleteFleet(
435
405
  args: DeleteFleetCommandInput,
436
406
  options: __HttpHandlerOptions,
437
- cb: (err: any, data?: DeleteFleetCommandOutput) => void
407
+ cb: (err: any, data?: DeleteFleetCommandOutput) => void,
438
408
  ): void;
439
409
  deleteProject(
440
410
  args: DeleteProjectCommandInput,
441
- options?: __HttpHandlerOptions
411
+ options?: __HttpHandlerOptions,
442
412
  ): Promise<DeleteProjectCommandOutput>;
443
413
  deleteProject(
444
414
  args: DeleteProjectCommandInput,
445
- cb: (err: any, data?: DeleteProjectCommandOutput) => void
415
+ cb: (err: any, data?: DeleteProjectCommandOutput) => void,
446
416
  ): void;
447
417
  deleteProject(
448
418
  args: DeleteProjectCommandInput,
449
419
  options: __HttpHandlerOptions,
450
- cb: (err: any, data?: DeleteProjectCommandOutput) => void
420
+ cb: (err: any, data?: DeleteProjectCommandOutput) => void,
451
421
  ): void;
452
422
  deleteReport(
453
423
  args: DeleteReportCommandInput,
454
- options?: __HttpHandlerOptions
424
+ options?: __HttpHandlerOptions,
455
425
  ): Promise<DeleteReportCommandOutput>;
456
426
  deleteReport(
457
427
  args: DeleteReportCommandInput,
458
- cb: (err: any, data?: DeleteReportCommandOutput) => void
428
+ cb: (err: any, data?: DeleteReportCommandOutput) => void,
459
429
  ): void;
460
430
  deleteReport(
461
431
  args: DeleteReportCommandInput,
462
432
  options: __HttpHandlerOptions,
463
- cb: (err: any, data?: DeleteReportCommandOutput) => void
433
+ cb: (err: any, data?: DeleteReportCommandOutput) => void,
464
434
  ): void;
465
435
  deleteReportGroup(
466
436
  args: DeleteReportGroupCommandInput,
467
- options?: __HttpHandlerOptions
437
+ options?: __HttpHandlerOptions,
468
438
  ): Promise<DeleteReportGroupCommandOutput>;
469
439
  deleteReportGroup(
470
440
  args: DeleteReportGroupCommandInput,
471
- cb: (err: any, data?: DeleteReportGroupCommandOutput) => void
441
+ cb: (err: any, data?: DeleteReportGroupCommandOutput) => void,
472
442
  ): void;
473
443
  deleteReportGroup(
474
444
  args: DeleteReportGroupCommandInput,
475
445
  options: __HttpHandlerOptions,
476
- cb: (err: any, data?: DeleteReportGroupCommandOutput) => void
446
+ cb: (err: any, data?: DeleteReportGroupCommandOutput) => void,
477
447
  ): void;
478
448
  deleteResourcePolicy(
479
449
  args: DeleteResourcePolicyCommandInput,
480
- options?: __HttpHandlerOptions
450
+ options?: __HttpHandlerOptions,
481
451
  ): Promise<DeleteResourcePolicyCommandOutput>;
482
452
  deleteResourcePolicy(
483
453
  args: DeleteResourcePolicyCommandInput,
484
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
454
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
485
455
  ): void;
486
456
  deleteResourcePolicy(
487
457
  args: DeleteResourcePolicyCommandInput,
488
458
  options: __HttpHandlerOptions,
489
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
459
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
490
460
  ): void;
491
461
  deleteSourceCredentials(
492
462
  args: DeleteSourceCredentialsCommandInput,
493
- options?: __HttpHandlerOptions
463
+ options?: __HttpHandlerOptions,
494
464
  ): Promise<DeleteSourceCredentialsCommandOutput>;
495
465
  deleteSourceCredentials(
496
466
  args: DeleteSourceCredentialsCommandInput,
497
- cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void
467
+ cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void,
498
468
  ): void;
499
469
  deleteSourceCredentials(
500
470
  args: DeleteSourceCredentialsCommandInput,
501
471
  options: __HttpHandlerOptions,
502
- cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void
472
+ cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void,
503
473
  ): void;
504
474
  deleteWebhook(
505
475
  args: DeleteWebhookCommandInput,
506
- options?: __HttpHandlerOptions
476
+ options?: __HttpHandlerOptions,
507
477
  ): Promise<DeleteWebhookCommandOutput>;
508
478
  deleteWebhook(
509
479
  args: DeleteWebhookCommandInput,
510
- cb: (err: any, data?: DeleteWebhookCommandOutput) => void
480
+ cb: (err: any, data?: DeleteWebhookCommandOutput) => void,
511
481
  ): void;
512
482
  deleteWebhook(
513
483
  args: DeleteWebhookCommandInput,
514
484
  options: __HttpHandlerOptions,
515
- cb: (err: any, data?: DeleteWebhookCommandOutput) => void
485
+ cb: (err: any, data?: DeleteWebhookCommandOutput) => void,
516
486
  ): void;
517
487
  describeCodeCoverages(
518
488
  args: DescribeCodeCoveragesCommandInput,
519
- options?: __HttpHandlerOptions
489
+ options?: __HttpHandlerOptions,
520
490
  ): Promise<DescribeCodeCoveragesCommandOutput>;
521
491
  describeCodeCoverages(
522
492
  args: DescribeCodeCoveragesCommandInput,
523
- cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void
493
+ cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void,
524
494
  ): void;
525
495
  describeCodeCoverages(
526
496
  args: DescribeCodeCoveragesCommandInput,
527
497
  options: __HttpHandlerOptions,
528
- cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void
498
+ cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void,
529
499
  ): void;
530
500
  describeTestCases(
531
501
  args: DescribeTestCasesCommandInput,
532
- options?: __HttpHandlerOptions
502
+ options?: __HttpHandlerOptions,
533
503
  ): Promise<DescribeTestCasesCommandOutput>;
534
504
  describeTestCases(
535
505
  args: DescribeTestCasesCommandInput,
536
- cb: (err: any, data?: DescribeTestCasesCommandOutput) => void
506
+ cb: (err: any, data?: DescribeTestCasesCommandOutput) => void,
537
507
  ): void;
538
508
  describeTestCases(
539
509
  args: DescribeTestCasesCommandInput,
540
510
  options: __HttpHandlerOptions,
541
- cb: (err: any, data?: DescribeTestCasesCommandOutput) => void
511
+ cb: (err: any, data?: DescribeTestCasesCommandOutput) => void,
542
512
  ): void;
543
513
  getReportGroupTrend(
544
514
  args: GetReportGroupTrendCommandInput,
545
- options?: __HttpHandlerOptions
515
+ options?: __HttpHandlerOptions,
546
516
  ): Promise<GetReportGroupTrendCommandOutput>;
547
517
  getReportGroupTrend(
548
518
  args: GetReportGroupTrendCommandInput,
549
- cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void
519
+ cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void,
550
520
  ): void;
551
521
  getReportGroupTrend(
552
522
  args: GetReportGroupTrendCommandInput,
553
523
  options: __HttpHandlerOptions,
554
- cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void
524
+ cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void,
555
525
  ): void;
556
526
  getResourcePolicy(
557
527
  args: GetResourcePolicyCommandInput,
558
- options?: __HttpHandlerOptions
528
+ options?: __HttpHandlerOptions,
559
529
  ): Promise<GetResourcePolicyCommandOutput>;
560
530
  getResourcePolicy(
561
531
  args: GetResourcePolicyCommandInput,
562
- cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
532
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
563
533
  ): void;
564
534
  getResourcePolicy(
565
535
  args: GetResourcePolicyCommandInput,
566
536
  options: __HttpHandlerOptions,
567
- cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
537
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
568
538
  ): void;
569
539
  importSourceCredentials(
570
540
  args: ImportSourceCredentialsCommandInput,
571
- options?: __HttpHandlerOptions
541
+ options?: __HttpHandlerOptions,
572
542
  ): Promise<ImportSourceCredentialsCommandOutput>;
573
543
  importSourceCredentials(
574
544
  args: ImportSourceCredentialsCommandInput,
575
- cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void
545
+ cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void,
576
546
  ): void;
577
547
  importSourceCredentials(
578
548
  args: ImportSourceCredentialsCommandInput,
579
549
  options: __HttpHandlerOptions,
580
- cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void
550
+ cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void,
581
551
  ): void;
582
552
  invalidateProjectCache(
583
553
  args: InvalidateProjectCacheCommandInput,
584
- options?: __HttpHandlerOptions
554
+ options?: __HttpHandlerOptions,
585
555
  ): Promise<InvalidateProjectCacheCommandOutput>;
586
556
  invalidateProjectCache(
587
557
  args: InvalidateProjectCacheCommandInput,
588
- cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void
558
+ cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void,
589
559
  ): void;
590
560
  invalidateProjectCache(
591
561
  args: InvalidateProjectCacheCommandInput,
592
562
  options: __HttpHandlerOptions,
593
- cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void
563
+ cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void,
594
564
  ): void;
595
565
  listBuildBatches(): Promise<ListBuildBatchesCommandOutput>;
596
566
  listBuildBatches(
597
567
  args: ListBuildBatchesCommandInput,
598
- options?: __HttpHandlerOptions
568
+ options?: __HttpHandlerOptions,
599
569
  ): Promise<ListBuildBatchesCommandOutput>;
600
570
  listBuildBatches(
601
571
  args: ListBuildBatchesCommandInput,
602
- cb: (err: any, data?: ListBuildBatchesCommandOutput) => void
572
+ cb: (err: any, data?: ListBuildBatchesCommandOutput) => void,
603
573
  ): void;
604
574
  listBuildBatches(
605
575
  args: ListBuildBatchesCommandInput,
606
576
  options: __HttpHandlerOptions,
607
- cb: (err: any, data?: ListBuildBatchesCommandOutput) => void
577
+ cb: (err: any, data?: ListBuildBatchesCommandOutput) => void,
608
578
  ): void;
609
579
  listBuildBatchesForProject(): Promise<ListBuildBatchesForProjectCommandOutput>;
610
580
  listBuildBatchesForProject(
611
581
  args: ListBuildBatchesForProjectCommandInput,
612
- options?: __HttpHandlerOptions
582
+ options?: __HttpHandlerOptions,
613
583
  ): Promise<ListBuildBatchesForProjectCommandOutput>;
614
584
  listBuildBatchesForProject(
615
585
  args: ListBuildBatchesForProjectCommandInput,
616
- cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void
586
+ cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void,
617
587
  ): void;
618
588
  listBuildBatchesForProject(
619
589
  args: ListBuildBatchesForProjectCommandInput,
620
590
  options: __HttpHandlerOptions,
621
- cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void
591
+ cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void,
622
592
  ): void;
623
593
  listBuilds(): Promise<ListBuildsCommandOutput>;
624
594
  listBuilds(
625
595
  args: ListBuildsCommandInput,
626
- options?: __HttpHandlerOptions
596
+ options?: __HttpHandlerOptions,
627
597
  ): Promise<ListBuildsCommandOutput>;
628
598
  listBuilds(
629
599
  args: ListBuildsCommandInput,
630
- cb: (err: any, data?: ListBuildsCommandOutput) => void
600
+ cb: (err: any, data?: ListBuildsCommandOutput) => void,
631
601
  ): void;
632
602
  listBuilds(
633
603
  args: ListBuildsCommandInput,
634
604
  options: __HttpHandlerOptions,
635
- cb: (err: any, data?: ListBuildsCommandOutput) => void
605
+ cb: (err: any, data?: ListBuildsCommandOutput) => void,
636
606
  ): void;
637
607
  listBuildsForProject(
638
608
  args: ListBuildsForProjectCommandInput,
639
- options?: __HttpHandlerOptions
609
+ options?: __HttpHandlerOptions,
640
610
  ): Promise<ListBuildsForProjectCommandOutput>;
641
611
  listBuildsForProject(
642
612
  args: ListBuildsForProjectCommandInput,
643
- cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void
613
+ cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void,
644
614
  ): void;
645
615
  listBuildsForProject(
646
616
  args: ListBuildsForProjectCommandInput,
647
617
  options: __HttpHandlerOptions,
648
- cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void
618
+ cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void,
649
619
  ): void;
650
620
  listCommandExecutionsForSandbox(
651
621
  args: ListCommandExecutionsForSandboxCommandInput,
652
- options?: __HttpHandlerOptions
622
+ options?: __HttpHandlerOptions,
653
623
  ): Promise<ListCommandExecutionsForSandboxCommandOutput>;
654
624
  listCommandExecutionsForSandbox(
655
625
  args: ListCommandExecutionsForSandboxCommandInput,
656
- cb: (err: any, data?: ListCommandExecutionsForSandboxCommandOutput) => void
626
+ cb: (err: any, data?: ListCommandExecutionsForSandboxCommandOutput) => void,
657
627
  ): void;
658
628
  listCommandExecutionsForSandbox(
659
629
  args: ListCommandExecutionsForSandboxCommandInput,
660
630
  options: __HttpHandlerOptions,
661
- cb: (err: any, data?: ListCommandExecutionsForSandboxCommandOutput) => void
631
+ cb: (err: any, data?: ListCommandExecutionsForSandboxCommandOutput) => void,
662
632
  ): void;
663
633
  listCuratedEnvironmentImages(): Promise<ListCuratedEnvironmentImagesCommandOutput>;
664
634
  listCuratedEnvironmentImages(
665
635
  args: ListCuratedEnvironmentImagesCommandInput,
666
- options?: __HttpHandlerOptions
636
+ options?: __HttpHandlerOptions,
667
637
  ): Promise<ListCuratedEnvironmentImagesCommandOutput>;
668
638
  listCuratedEnvironmentImages(
669
639
  args: ListCuratedEnvironmentImagesCommandInput,
670
- cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void
640
+ cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void,
671
641
  ): void;
672
642
  listCuratedEnvironmentImages(
673
643
  args: ListCuratedEnvironmentImagesCommandInput,
674
644
  options: __HttpHandlerOptions,
675
- cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void
645
+ cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void,
676
646
  ): void;
677
647
  listFleets(): Promise<ListFleetsCommandOutput>;
678
648
  listFleets(
679
649
  args: ListFleetsCommandInput,
680
- options?: __HttpHandlerOptions
650
+ options?: __HttpHandlerOptions,
681
651
  ): Promise<ListFleetsCommandOutput>;
682
652
  listFleets(
683
653
  args: ListFleetsCommandInput,
684
- cb: (err: any, data?: ListFleetsCommandOutput) => void
654
+ cb: (err: any, data?: ListFleetsCommandOutput) => void,
685
655
  ): void;
686
656
  listFleets(
687
657
  args: ListFleetsCommandInput,
688
658
  options: __HttpHandlerOptions,
689
- cb: (err: any, data?: ListFleetsCommandOutput) => void
659
+ cb: (err: any, data?: ListFleetsCommandOutput) => void,
690
660
  ): void;
691
661
  listProjects(): Promise<ListProjectsCommandOutput>;
692
662
  listProjects(
693
663
  args: ListProjectsCommandInput,
694
- options?: __HttpHandlerOptions
664
+ options?: __HttpHandlerOptions,
695
665
  ): Promise<ListProjectsCommandOutput>;
696
666
  listProjects(
697
667
  args: ListProjectsCommandInput,
698
- cb: (err: any, data?: ListProjectsCommandOutput) => void
668
+ cb: (err: any, data?: ListProjectsCommandOutput) => void,
699
669
  ): void;
700
670
  listProjects(
701
671
  args: ListProjectsCommandInput,
702
672
  options: __HttpHandlerOptions,
703
- cb: (err: any, data?: ListProjectsCommandOutput) => void
673
+ cb: (err: any, data?: ListProjectsCommandOutput) => void,
704
674
  ): void;
705
675
  listReportGroups(): Promise<ListReportGroupsCommandOutput>;
706
676
  listReportGroups(
707
677
  args: ListReportGroupsCommandInput,
708
- options?: __HttpHandlerOptions
678
+ options?: __HttpHandlerOptions,
709
679
  ): Promise<ListReportGroupsCommandOutput>;
710
680
  listReportGroups(
711
681
  args: ListReportGroupsCommandInput,
712
- cb: (err: any, data?: ListReportGroupsCommandOutput) => void
682
+ cb: (err: any, data?: ListReportGroupsCommandOutput) => void,
713
683
  ): void;
714
684
  listReportGroups(
715
685
  args: ListReportGroupsCommandInput,
716
686
  options: __HttpHandlerOptions,
717
- cb: (err: any, data?: ListReportGroupsCommandOutput) => void
687
+ cb: (err: any, data?: ListReportGroupsCommandOutput) => void,
718
688
  ): void;
719
689
  listReports(): Promise<ListReportsCommandOutput>;
720
690
  listReports(
721
691
  args: ListReportsCommandInput,
722
- options?: __HttpHandlerOptions
692
+ options?: __HttpHandlerOptions,
723
693
  ): Promise<ListReportsCommandOutput>;
724
694
  listReports(
725
695
  args: ListReportsCommandInput,
726
- cb: (err: any, data?: ListReportsCommandOutput) => void
696
+ cb: (err: any, data?: ListReportsCommandOutput) => void,
727
697
  ): void;
728
698
  listReports(
729
699
  args: ListReportsCommandInput,
730
700
  options: __HttpHandlerOptions,
731
- cb: (err: any, data?: ListReportsCommandOutput) => void
701
+ cb: (err: any, data?: ListReportsCommandOutput) => void,
732
702
  ): void;
733
703
  listReportsForReportGroup(
734
704
  args: ListReportsForReportGroupCommandInput,
735
- options?: __HttpHandlerOptions
705
+ options?: __HttpHandlerOptions,
736
706
  ): Promise<ListReportsForReportGroupCommandOutput>;
737
707
  listReportsForReportGroup(
738
708
  args: ListReportsForReportGroupCommandInput,
739
- cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void
709
+ cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void,
740
710
  ): void;
741
711
  listReportsForReportGroup(
742
712
  args: ListReportsForReportGroupCommandInput,
743
713
  options: __HttpHandlerOptions,
744
- cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void
714
+ cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void,
745
715
  ): void;
746
716
  listSandboxes(): Promise<ListSandboxesCommandOutput>;
747
717
  listSandboxes(
748
718
  args: ListSandboxesCommandInput,
749
- options?: __HttpHandlerOptions
719
+ options?: __HttpHandlerOptions,
750
720
  ): Promise<ListSandboxesCommandOutput>;
751
721
  listSandboxes(
752
722
  args: ListSandboxesCommandInput,
753
- cb: (err: any, data?: ListSandboxesCommandOutput) => void
723
+ cb: (err: any, data?: ListSandboxesCommandOutput) => void,
754
724
  ): void;
755
725
  listSandboxes(
756
726
  args: ListSandboxesCommandInput,
757
727
  options: __HttpHandlerOptions,
758
- cb: (err: any, data?: ListSandboxesCommandOutput) => void
728
+ cb: (err: any, data?: ListSandboxesCommandOutput) => void,
759
729
  ): void;
760
730
  listSandboxesForProject(
761
731
  args: ListSandboxesForProjectCommandInput,
762
- options?: __HttpHandlerOptions
732
+ options?: __HttpHandlerOptions,
763
733
  ): Promise<ListSandboxesForProjectCommandOutput>;
764
734
  listSandboxesForProject(
765
735
  args: ListSandboxesForProjectCommandInput,
766
- cb: (err: any, data?: ListSandboxesForProjectCommandOutput) => void
736
+ cb: (err: any, data?: ListSandboxesForProjectCommandOutput) => void,
767
737
  ): void;
768
738
  listSandboxesForProject(
769
739
  args: ListSandboxesForProjectCommandInput,
770
740
  options: __HttpHandlerOptions,
771
- cb: (err: any, data?: ListSandboxesForProjectCommandOutput) => void
741
+ cb: (err: any, data?: ListSandboxesForProjectCommandOutput) => void,
772
742
  ): void;
773
743
  listSharedProjects(): Promise<ListSharedProjectsCommandOutput>;
774
744
  listSharedProjects(
775
745
  args: ListSharedProjectsCommandInput,
776
- options?: __HttpHandlerOptions
746
+ options?: __HttpHandlerOptions,
777
747
  ): Promise<ListSharedProjectsCommandOutput>;
778
748
  listSharedProjects(
779
749
  args: ListSharedProjectsCommandInput,
780
- cb: (err: any, data?: ListSharedProjectsCommandOutput) => void
750
+ cb: (err: any, data?: ListSharedProjectsCommandOutput) => void,
781
751
  ): void;
782
752
  listSharedProjects(
783
753
  args: ListSharedProjectsCommandInput,
784
754
  options: __HttpHandlerOptions,
785
- cb: (err: any, data?: ListSharedProjectsCommandOutput) => void
755
+ cb: (err: any, data?: ListSharedProjectsCommandOutput) => void,
786
756
  ): void;
787
757
  listSharedReportGroups(): Promise<ListSharedReportGroupsCommandOutput>;
788
758
  listSharedReportGroups(
789
759
  args: ListSharedReportGroupsCommandInput,
790
- options?: __HttpHandlerOptions
760
+ options?: __HttpHandlerOptions,
791
761
  ): Promise<ListSharedReportGroupsCommandOutput>;
792
762
  listSharedReportGroups(
793
763
  args: ListSharedReportGroupsCommandInput,
794
- cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void
764
+ cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void,
795
765
  ): void;
796
766
  listSharedReportGroups(
797
767
  args: ListSharedReportGroupsCommandInput,
798
768
  options: __HttpHandlerOptions,
799
- cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void
769
+ cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void,
800
770
  ): void;
801
771
  listSourceCredentials(): Promise<ListSourceCredentialsCommandOutput>;
802
772
  listSourceCredentials(
803
773
  args: ListSourceCredentialsCommandInput,
804
- options?: __HttpHandlerOptions
774
+ options?: __HttpHandlerOptions,
805
775
  ): Promise<ListSourceCredentialsCommandOutput>;
806
776
  listSourceCredentials(
807
777
  args: ListSourceCredentialsCommandInput,
808
- cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void
778
+ cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void,
809
779
  ): void;
810
780
  listSourceCredentials(
811
781
  args: ListSourceCredentialsCommandInput,
812
782
  options: __HttpHandlerOptions,
813
- cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void
783
+ cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void,
814
784
  ): void;
815
785
  putResourcePolicy(
816
786
  args: PutResourcePolicyCommandInput,
817
- options?: __HttpHandlerOptions
787
+ options?: __HttpHandlerOptions,
818
788
  ): Promise<PutResourcePolicyCommandOutput>;
819
789
  putResourcePolicy(
820
790
  args: PutResourcePolicyCommandInput,
821
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
791
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
822
792
  ): void;
823
793
  putResourcePolicy(
824
794
  args: PutResourcePolicyCommandInput,
825
795
  options: __HttpHandlerOptions,
826
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
796
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
827
797
  ): void;
828
798
  retryBuild(): Promise<RetryBuildCommandOutput>;
829
799
  retryBuild(
830
800
  args: RetryBuildCommandInput,
831
- options?: __HttpHandlerOptions
801
+ options?: __HttpHandlerOptions,
832
802
  ): Promise<RetryBuildCommandOutput>;
833
803
  retryBuild(
834
804
  args: RetryBuildCommandInput,
835
- cb: (err: any, data?: RetryBuildCommandOutput) => void
805
+ cb: (err: any, data?: RetryBuildCommandOutput) => void,
836
806
  ): void;
837
807
  retryBuild(
838
808
  args: RetryBuildCommandInput,
839
809
  options: __HttpHandlerOptions,
840
- cb: (err: any, data?: RetryBuildCommandOutput) => void
810
+ cb: (err: any, data?: RetryBuildCommandOutput) => void,
841
811
  ): void;
842
812
  retryBuildBatch(): Promise<RetryBuildBatchCommandOutput>;
843
813
  retryBuildBatch(
844
814
  args: RetryBuildBatchCommandInput,
845
- options?: __HttpHandlerOptions
815
+ options?: __HttpHandlerOptions,
846
816
  ): Promise<RetryBuildBatchCommandOutput>;
847
817
  retryBuildBatch(
848
818
  args: RetryBuildBatchCommandInput,
849
- cb: (err: any, data?: RetryBuildBatchCommandOutput) => void
819
+ cb: (err: any, data?: RetryBuildBatchCommandOutput) => void,
850
820
  ): void;
851
821
  retryBuildBatch(
852
822
  args: RetryBuildBatchCommandInput,
853
823
  options: __HttpHandlerOptions,
854
- cb: (err: any, data?: RetryBuildBatchCommandOutput) => void
824
+ cb: (err: any, data?: RetryBuildBatchCommandOutput) => void,
855
825
  ): void;
856
826
  startBuild(
857
827
  args: StartBuildCommandInput,
858
- options?: __HttpHandlerOptions
828
+ options?: __HttpHandlerOptions,
859
829
  ): Promise<StartBuildCommandOutput>;
860
830
  startBuild(
861
831
  args: StartBuildCommandInput,
862
- cb: (err: any, data?: StartBuildCommandOutput) => void
832
+ cb: (err: any, data?: StartBuildCommandOutput) => void,
863
833
  ): void;
864
834
  startBuild(
865
835
  args: StartBuildCommandInput,
866
836
  options: __HttpHandlerOptions,
867
- cb: (err: any, data?: StartBuildCommandOutput) => void
837
+ cb: (err: any, data?: StartBuildCommandOutput) => void,
868
838
  ): void;
869
839
  startBuildBatch(
870
840
  args: StartBuildBatchCommandInput,
871
- options?: __HttpHandlerOptions
841
+ options?: __HttpHandlerOptions,
872
842
  ): Promise<StartBuildBatchCommandOutput>;
873
843
  startBuildBatch(
874
844
  args: StartBuildBatchCommandInput,
875
- cb: (err: any, data?: StartBuildBatchCommandOutput) => void
845
+ cb: (err: any, data?: StartBuildBatchCommandOutput) => void,
876
846
  ): void;
877
847
  startBuildBatch(
878
848
  args: StartBuildBatchCommandInput,
879
849
  options: __HttpHandlerOptions,
880
- cb: (err: any, data?: StartBuildBatchCommandOutput) => void
850
+ cb: (err: any, data?: StartBuildBatchCommandOutput) => void,
881
851
  ): void;
882
852
  startCommandExecution(
883
853
  args: StartCommandExecutionCommandInput,
884
- options?: __HttpHandlerOptions
854
+ options?: __HttpHandlerOptions,
885
855
  ): Promise<StartCommandExecutionCommandOutput>;
886
856
  startCommandExecution(
887
857
  args: StartCommandExecutionCommandInput,
888
- cb: (err: any, data?: StartCommandExecutionCommandOutput) => void
858
+ cb: (err: any, data?: StartCommandExecutionCommandOutput) => void,
889
859
  ): void;
890
860
  startCommandExecution(
891
861
  args: StartCommandExecutionCommandInput,
892
862
  options: __HttpHandlerOptions,
893
- cb: (err: any, data?: StartCommandExecutionCommandOutput) => void
863
+ cb: (err: any, data?: StartCommandExecutionCommandOutput) => void,
894
864
  ): void;
895
865
  startSandbox(): Promise<StartSandboxCommandOutput>;
896
866
  startSandbox(
897
867
  args: StartSandboxCommandInput,
898
- options?: __HttpHandlerOptions
868
+ options?: __HttpHandlerOptions,
899
869
  ): Promise<StartSandboxCommandOutput>;
900
870
  startSandbox(
901
871
  args: StartSandboxCommandInput,
902
- cb: (err: any, data?: StartSandboxCommandOutput) => void
872
+ cb: (err: any, data?: StartSandboxCommandOutput) => void,
903
873
  ): void;
904
874
  startSandbox(
905
875
  args: StartSandboxCommandInput,
906
876
  options: __HttpHandlerOptions,
907
- cb: (err: any, data?: StartSandboxCommandOutput) => void
877
+ cb: (err: any, data?: StartSandboxCommandOutput) => void,
908
878
  ): void;
909
879
  startSandboxConnection(
910
880
  args: StartSandboxConnectionCommandInput,
911
- options?: __HttpHandlerOptions
881
+ options?: __HttpHandlerOptions,
912
882
  ): Promise<StartSandboxConnectionCommandOutput>;
913
883
  startSandboxConnection(
914
884
  args: StartSandboxConnectionCommandInput,
915
- cb: (err: any, data?: StartSandboxConnectionCommandOutput) => void
885
+ cb: (err: any, data?: StartSandboxConnectionCommandOutput) => void,
916
886
  ): void;
917
887
  startSandboxConnection(
918
888
  args: StartSandboxConnectionCommandInput,
919
889
  options: __HttpHandlerOptions,
920
- cb: (err: any, data?: StartSandboxConnectionCommandOutput) => void
890
+ cb: (err: any, data?: StartSandboxConnectionCommandOutput) => void,
921
891
  ): void;
922
892
  stopBuild(
923
893
  args: StopBuildCommandInput,
924
- options?: __HttpHandlerOptions
894
+ options?: __HttpHandlerOptions,
925
895
  ): Promise<StopBuildCommandOutput>;
926
896
  stopBuild(
927
897
  args: StopBuildCommandInput,
928
- cb: (err: any, data?: StopBuildCommandOutput) => void
898
+ cb: (err: any, data?: StopBuildCommandOutput) => void,
929
899
  ): void;
930
900
  stopBuild(
931
901
  args: StopBuildCommandInput,
932
902
  options: __HttpHandlerOptions,
933
- cb: (err: any, data?: StopBuildCommandOutput) => void
903
+ cb: (err: any, data?: StopBuildCommandOutput) => void,
934
904
  ): void;
935
905
  stopBuildBatch(
936
906
  args: StopBuildBatchCommandInput,
937
- options?: __HttpHandlerOptions
907
+ options?: __HttpHandlerOptions,
938
908
  ): Promise<StopBuildBatchCommandOutput>;
939
909
  stopBuildBatch(
940
910
  args: StopBuildBatchCommandInput,
941
- cb: (err: any, data?: StopBuildBatchCommandOutput) => void
911
+ cb: (err: any, data?: StopBuildBatchCommandOutput) => void,
942
912
  ): void;
943
913
  stopBuildBatch(
944
914
  args: StopBuildBatchCommandInput,
945
915
  options: __HttpHandlerOptions,
946
- cb: (err: any, data?: StopBuildBatchCommandOutput) => void
916
+ cb: (err: any, data?: StopBuildBatchCommandOutput) => void,
947
917
  ): void;
948
918
  stopSandbox(
949
919
  args: StopSandboxCommandInput,
950
- options?: __HttpHandlerOptions
920
+ options?: __HttpHandlerOptions,
951
921
  ): Promise<StopSandboxCommandOutput>;
952
922
  stopSandbox(
953
923
  args: StopSandboxCommandInput,
954
- cb: (err: any, data?: StopSandboxCommandOutput) => void
924
+ cb: (err: any, data?: StopSandboxCommandOutput) => void,
955
925
  ): void;
956
926
  stopSandbox(
957
927
  args: StopSandboxCommandInput,
958
928
  options: __HttpHandlerOptions,
959
- cb: (err: any, data?: StopSandboxCommandOutput) => void
929
+ cb: (err: any, data?: StopSandboxCommandOutput) => void,
960
930
  ): void;
961
931
  updateFleet(
962
932
  args: UpdateFleetCommandInput,
963
- options?: __HttpHandlerOptions
933
+ options?: __HttpHandlerOptions,
964
934
  ): Promise<UpdateFleetCommandOutput>;
965
935
  updateFleet(
966
936
  args: UpdateFleetCommandInput,
967
- cb: (err: any, data?: UpdateFleetCommandOutput) => void
937
+ cb: (err: any, data?: UpdateFleetCommandOutput) => void,
968
938
  ): void;
969
939
  updateFleet(
970
940
  args: UpdateFleetCommandInput,
971
941
  options: __HttpHandlerOptions,
972
- cb: (err: any, data?: UpdateFleetCommandOutput) => void
942
+ cb: (err: any, data?: UpdateFleetCommandOutput) => void,
973
943
  ): void;
974
944
  updateProject(
975
945
  args: UpdateProjectCommandInput,
976
- options?: __HttpHandlerOptions
946
+ options?: __HttpHandlerOptions,
977
947
  ): Promise<UpdateProjectCommandOutput>;
978
948
  updateProject(
979
949
  args: UpdateProjectCommandInput,
980
- cb: (err: any, data?: UpdateProjectCommandOutput) => void
950
+ cb: (err: any, data?: UpdateProjectCommandOutput) => void,
981
951
  ): void;
982
952
  updateProject(
983
953
  args: UpdateProjectCommandInput,
984
954
  options: __HttpHandlerOptions,
985
- cb: (err: any, data?: UpdateProjectCommandOutput) => void
955
+ cb: (err: any, data?: UpdateProjectCommandOutput) => void,
986
956
  ): void;
987
957
  updateProjectVisibility(
988
958
  args: UpdateProjectVisibilityCommandInput,
989
- options?: __HttpHandlerOptions
959
+ options?: __HttpHandlerOptions,
990
960
  ): Promise<UpdateProjectVisibilityCommandOutput>;
991
961
  updateProjectVisibility(
992
962
  args: UpdateProjectVisibilityCommandInput,
993
- cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void
963
+ cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void,
994
964
  ): void;
995
965
  updateProjectVisibility(
996
966
  args: UpdateProjectVisibilityCommandInput,
997
967
  options: __HttpHandlerOptions,
998
- cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void
968
+ cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void,
999
969
  ): void;
1000
970
  updateReportGroup(
1001
971
  args: UpdateReportGroupCommandInput,
1002
- options?: __HttpHandlerOptions
972
+ options?: __HttpHandlerOptions,
1003
973
  ): Promise<UpdateReportGroupCommandOutput>;
1004
974
  updateReportGroup(
1005
975
  args: UpdateReportGroupCommandInput,
1006
- cb: (err: any, data?: UpdateReportGroupCommandOutput) => void
976
+ cb: (err: any, data?: UpdateReportGroupCommandOutput) => void,
1007
977
  ): void;
1008
978
  updateReportGroup(
1009
979
  args: UpdateReportGroupCommandInput,
1010
980
  options: __HttpHandlerOptions,
1011
- cb: (err: any, data?: UpdateReportGroupCommandOutput) => void
981
+ cb: (err: any, data?: UpdateReportGroupCommandOutput) => void,
1012
982
  ): void;
1013
983
  updateWebhook(
1014
984
  args: UpdateWebhookCommandInput,
1015
- options?: __HttpHandlerOptions
985
+ options?: __HttpHandlerOptions,
1016
986
  ): Promise<UpdateWebhookCommandOutput>;
1017
987
  updateWebhook(
1018
988
  args: UpdateWebhookCommandInput,
1019
- cb: (err: any, data?: UpdateWebhookCommandOutput) => void
989
+ cb: (err: any, data?: UpdateWebhookCommandOutput) => void,
1020
990
  ): void;
1021
991
  updateWebhook(
1022
992
  args: UpdateWebhookCommandInput,
1023
993
  options: __HttpHandlerOptions,
1024
- cb: (err: any, data?: UpdateWebhookCommandOutput) => void
994
+ cb: (err: any, data?: UpdateWebhookCommandOutput) => void,
1025
995
  ): void;
1026
996
  paginateDescribeCodeCoverages(
1027
997
  args: DescribeCodeCoveragesCommandInput,
1028
998
  paginationConfig?: Pick<
1029
999
  PaginationConfiguration,
1030
1000
  Exclude<keyof PaginationConfiguration, "client">
1031
- >
1001
+ >,
1032
1002
  ): Paginator<DescribeCodeCoveragesCommandOutput>;
1033
1003
  paginateDescribeTestCases(
1034
1004
  args: DescribeTestCasesCommandInput,
1035
1005
  paginationConfig?: Pick<
1036
1006
  PaginationConfiguration,
1037
1007
  Exclude<keyof PaginationConfiguration, "client">
1038
- >
1008
+ >,
1039
1009
  ): Paginator<DescribeTestCasesCommandOutput>;
1040
1010
  paginateListBuildBatches(
1041
1011
  args?: ListBuildBatchesCommandInput,
1042
1012
  paginationConfig?: Pick<
1043
1013
  PaginationConfiguration,
1044
1014
  Exclude<keyof PaginationConfiguration, "client">
1045
- >
1015
+ >,
1046
1016
  ): Paginator<ListBuildBatchesCommandOutput>;
1047
1017
  paginateListBuildBatchesForProject(
1048
1018
  args?: ListBuildBatchesForProjectCommandInput,
1049
1019
  paginationConfig?: Pick<
1050
1020
  PaginationConfiguration,
1051
1021
  Exclude<keyof PaginationConfiguration, "client">
1052
- >
1022
+ >,
1053
1023
  ): Paginator<ListBuildBatchesForProjectCommandOutput>;
1054
1024
  paginateListBuilds(
1055
1025
  args?: ListBuildsCommandInput,
1056
1026
  paginationConfig?: Pick<
1057
1027
  PaginationConfiguration,
1058
1028
  Exclude<keyof PaginationConfiguration, "client">
1059
- >
1029
+ >,
1060
1030
  ): Paginator<ListBuildsCommandOutput>;
1061
1031
  paginateListBuildsForProject(
1062
1032
  args: ListBuildsForProjectCommandInput,
1063
1033
  paginationConfig?: Pick<
1064
1034
  PaginationConfiguration,
1065
1035
  Exclude<keyof PaginationConfiguration, "client">
1066
- >
1036
+ >,
1067
1037
  ): Paginator<ListBuildsForProjectCommandOutput>;
1068
1038
  paginateListCommandExecutionsForSandbox(
1069
1039
  args: ListCommandExecutionsForSandboxCommandInput,
1070
1040
  paginationConfig?: Pick<
1071
1041
  PaginationConfiguration,
1072
1042
  Exclude<keyof PaginationConfiguration, "client">
1073
- >
1043
+ >,
1074
1044
  ): Paginator<ListCommandExecutionsForSandboxCommandOutput>;
1075
1045
  paginateListFleets(
1076
1046
  args?: ListFleetsCommandInput,
1077
1047
  paginationConfig?: Pick<
1078
1048
  PaginationConfiguration,
1079
1049
  Exclude<keyof PaginationConfiguration, "client">
1080
- >
1050
+ >,
1081
1051
  ): Paginator<ListFleetsCommandOutput>;
1082
1052
  paginateListProjects(
1083
1053
  args?: ListProjectsCommandInput,
1084
1054
  paginationConfig?: Pick<
1085
1055
  PaginationConfiguration,
1086
1056
  Exclude<keyof PaginationConfiguration, "client">
1087
- >
1057
+ >,
1088
1058
  ): Paginator<ListProjectsCommandOutput>;
1089
1059
  paginateListReportGroups(
1090
1060
  args?: ListReportGroupsCommandInput,
1091
1061
  paginationConfig?: Pick<
1092
1062
  PaginationConfiguration,
1093
1063
  Exclude<keyof PaginationConfiguration, "client">
1094
- >
1064
+ >,
1095
1065
  ): Paginator<ListReportGroupsCommandOutput>;
1096
1066
  paginateListReports(
1097
1067
  args?: ListReportsCommandInput,
1098
1068
  paginationConfig?: Pick<
1099
1069
  PaginationConfiguration,
1100
1070
  Exclude<keyof PaginationConfiguration, "client">
1101
- >
1071
+ >,
1102
1072
  ): Paginator<ListReportsCommandOutput>;
1103
1073
  paginateListReportsForReportGroup(
1104
1074
  args: ListReportsForReportGroupCommandInput,
1105
1075
  paginationConfig?: Pick<
1106
1076
  PaginationConfiguration,
1107
1077
  Exclude<keyof PaginationConfiguration, "client">
1108
- >
1078
+ >,
1109
1079
  ): Paginator<ListReportsForReportGroupCommandOutput>;
1110
1080
  paginateListSandboxes(
1111
1081
  args?: ListSandboxesCommandInput,
1112
1082
  paginationConfig?: Pick<
1113
1083
  PaginationConfiguration,
1114
1084
  Exclude<keyof PaginationConfiguration, "client">
1115
- >
1085
+ >,
1116
1086
  ): Paginator<ListSandboxesCommandOutput>;
1117
1087
  paginateListSandboxesForProject(
1118
1088
  args: ListSandboxesForProjectCommandInput,
1119
1089
  paginationConfig?: Pick<
1120
1090
  PaginationConfiguration,
1121
1091
  Exclude<keyof PaginationConfiguration, "client">
1122
- >
1092
+ >,
1123
1093
  ): Paginator<ListSandboxesForProjectCommandOutput>;
1124
1094
  paginateListSharedProjects(
1125
1095
  args?: ListSharedProjectsCommandInput,
1126
1096
  paginationConfig?: Pick<
1127
1097
  PaginationConfiguration,
1128
1098
  Exclude<keyof PaginationConfiguration, "client">
1129
- >
1099
+ >,
1130
1100
  ): Paginator<ListSharedProjectsCommandOutput>;
1131
1101
  paginateListSharedReportGroups(
1132
1102
  args?: ListSharedReportGroupsCommandInput,
1133
1103
  paginationConfig?: Pick<
1134
1104
  PaginationConfiguration,
1135
1105
  Exclude<keyof PaginationConfiguration, "client">
1136
- >
1106
+ >,
1137
1107
  ): Paginator<ListSharedReportGroupsCommandOutput>;
1138
1108
  }
1139
1109
  export declare class CodeBuild extends CodeBuildClient implements CodeBuild {}