@aws-sdk/client-codebuild 3.170.0 → 3.171.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +0 -45
- package/dist-types/ts3.4/CodeBuildClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -633
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-codebuild
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-codebuild
|
|
@@ -180,7 +180,6 @@ import {
|
|
|
180
180
|
UpdateWebhookCommandInput,
|
|
181
181
|
UpdateWebhookCommandOutput,
|
|
182
182
|
} from "./commands/UpdateWebhookCommand";
|
|
183
|
-
|
|
184
183
|
export declare class CodeBuild extends CodeBuildClient {
|
|
185
184
|
batchDeleteBuilds(
|
|
186
185
|
args: BatchDeleteBuildsCommandInput,
|
|
@@ -195,7 +194,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
195
194
|
options: __HttpHandlerOptions,
|
|
196
195
|
cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void
|
|
197
196
|
): void;
|
|
198
|
-
|
|
199
197
|
batchGetBuildBatches(
|
|
200
198
|
args: BatchGetBuildBatchesCommandInput,
|
|
201
199
|
options?: __HttpHandlerOptions
|
|
@@ -209,7 +207,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
209
207
|
options: __HttpHandlerOptions,
|
|
210
208
|
cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void
|
|
211
209
|
): void;
|
|
212
|
-
|
|
213
210
|
batchGetBuilds(
|
|
214
211
|
args: BatchGetBuildsCommandInput,
|
|
215
212
|
options?: __HttpHandlerOptions
|
|
@@ -223,7 +220,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
223
220
|
options: __HttpHandlerOptions,
|
|
224
221
|
cb: (err: any, data?: BatchGetBuildsCommandOutput) => void
|
|
225
222
|
): void;
|
|
226
|
-
|
|
227
223
|
batchGetProjects(
|
|
228
224
|
args: BatchGetProjectsCommandInput,
|
|
229
225
|
options?: __HttpHandlerOptions
|
|
@@ -237,7 +233,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
237
233
|
options: __HttpHandlerOptions,
|
|
238
234
|
cb: (err: any, data?: BatchGetProjectsCommandOutput) => void
|
|
239
235
|
): void;
|
|
240
|
-
|
|
241
236
|
batchGetReportGroups(
|
|
242
237
|
args: BatchGetReportGroupsCommandInput,
|
|
243
238
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +246,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
251
246
|
options: __HttpHandlerOptions,
|
|
252
247
|
cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void
|
|
253
248
|
): void;
|
|
254
|
-
|
|
255
249
|
batchGetReports(
|
|
256
250
|
args: BatchGetReportsCommandInput,
|
|
257
251
|
options?: __HttpHandlerOptions
|
|
@@ -265,7 +259,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
265
259
|
options: __HttpHandlerOptions,
|
|
266
260
|
cb: (err: any, data?: BatchGetReportsCommandOutput) => void
|
|
267
261
|
): void;
|
|
268
|
-
|
|
269
262
|
createProject(
|
|
270
263
|
args: CreateProjectCommandInput,
|
|
271
264
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +272,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
279
272
|
options: __HttpHandlerOptions,
|
|
280
273
|
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
281
274
|
): void;
|
|
282
|
-
|
|
283
275
|
createReportGroup(
|
|
284
276
|
args: CreateReportGroupCommandInput,
|
|
285
277
|
options?: __HttpHandlerOptions
|
|
@@ -293,7 +285,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
293
285
|
options: __HttpHandlerOptions,
|
|
294
286
|
cb: (err: any, data?: CreateReportGroupCommandOutput) => void
|
|
295
287
|
): void;
|
|
296
|
-
|
|
297
288
|
createWebhook(
|
|
298
289
|
args: CreateWebhookCommandInput,
|
|
299
290
|
options?: __HttpHandlerOptions
|
|
@@ -307,7 +298,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
307
298
|
options: __HttpHandlerOptions,
|
|
308
299
|
cb: (err: any, data?: CreateWebhookCommandOutput) => void
|
|
309
300
|
): void;
|
|
310
|
-
|
|
311
301
|
deleteBuildBatch(
|
|
312
302
|
args: DeleteBuildBatchCommandInput,
|
|
313
303
|
options?: __HttpHandlerOptions
|
|
@@ -321,7 +311,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
321
311
|
options: __HttpHandlerOptions,
|
|
322
312
|
cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void
|
|
323
313
|
): void;
|
|
324
|
-
|
|
325
314
|
deleteProject(
|
|
326
315
|
args: DeleteProjectCommandInput,
|
|
327
316
|
options?: __HttpHandlerOptions
|
|
@@ -335,7 +324,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
335
324
|
options: __HttpHandlerOptions,
|
|
336
325
|
cb: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
337
326
|
): void;
|
|
338
|
-
|
|
339
327
|
deleteReport(
|
|
340
328
|
args: DeleteReportCommandInput,
|
|
341
329
|
options?: __HttpHandlerOptions
|
|
@@ -349,7 +337,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
349
337
|
options: __HttpHandlerOptions,
|
|
350
338
|
cb: (err: any, data?: DeleteReportCommandOutput) => void
|
|
351
339
|
): void;
|
|
352
|
-
|
|
353
340
|
deleteReportGroup(
|
|
354
341
|
args: DeleteReportGroupCommandInput,
|
|
355
342
|
options?: __HttpHandlerOptions
|
|
@@ -363,7 +350,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
363
350
|
options: __HttpHandlerOptions,
|
|
364
351
|
cb: (err: any, data?: DeleteReportGroupCommandOutput) => void
|
|
365
352
|
): void;
|
|
366
|
-
|
|
367
353
|
deleteResourcePolicy(
|
|
368
354
|
args: DeleteResourcePolicyCommandInput,
|
|
369
355
|
options?: __HttpHandlerOptions
|
|
@@ -377,7 +363,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
377
363
|
options: __HttpHandlerOptions,
|
|
378
364
|
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
379
365
|
): void;
|
|
380
|
-
|
|
381
366
|
deleteSourceCredentials(
|
|
382
367
|
args: DeleteSourceCredentialsCommandInput,
|
|
383
368
|
options?: __HttpHandlerOptions
|
|
@@ -391,7 +376,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
391
376
|
options: __HttpHandlerOptions,
|
|
392
377
|
cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void
|
|
393
378
|
): void;
|
|
394
|
-
|
|
395
379
|
deleteWebhook(
|
|
396
380
|
args: DeleteWebhookCommandInput,
|
|
397
381
|
options?: __HttpHandlerOptions
|
|
@@ -405,7 +389,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
405
389
|
options: __HttpHandlerOptions,
|
|
406
390
|
cb: (err: any, data?: DeleteWebhookCommandOutput) => void
|
|
407
391
|
): void;
|
|
408
|
-
|
|
409
392
|
describeCodeCoverages(
|
|
410
393
|
args: DescribeCodeCoveragesCommandInput,
|
|
411
394
|
options?: __HttpHandlerOptions
|
|
@@ -419,7 +402,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
419
402
|
options: __HttpHandlerOptions,
|
|
420
403
|
cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void
|
|
421
404
|
): void;
|
|
422
|
-
|
|
423
405
|
describeTestCases(
|
|
424
406
|
args: DescribeTestCasesCommandInput,
|
|
425
407
|
options?: __HttpHandlerOptions
|
|
@@ -433,7 +415,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
433
415
|
options: __HttpHandlerOptions,
|
|
434
416
|
cb: (err: any, data?: DescribeTestCasesCommandOutput) => void
|
|
435
417
|
): void;
|
|
436
|
-
|
|
437
418
|
getReportGroupTrend(
|
|
438
419
|
args: GetReportGroupTrendCommandInput,
|
|
439
420
|
options?: __HttpHandlerOptions
|
|
@@ -447,7 +428,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
447
428
|
options: __HttpHandlerOptions,
|
|
448
429
|
cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void
|
|
449
430
|
): void;
|
|
450
|
-
|
|
451
431
|
getResourcePolicy(
|
|
452
432
|
args: GetResourcePolicyCommandInput,
|
|
453
433
|
options?: __HttpHandlerOptions
|
|
@@ -461,7 +441,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
461
441
|
options: __HttpHandlerOptions,
|
|
462
442
|
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
463
443
|
): void;
|
|
464
|
-
|
|
465
444
|
importSourceCredentials(
|
|
466
445
|
args: ImportSourceCredentialsCommandInput,
|
|
467
446
|
options?: __HttpHandlerOptions
|
|
@@ -475,7 +454,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
475
454
|
options: __HttpHandlerOptions,
|
|
476
455
|
cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void
|
|
477
456
|
): void;
|
|
478
|
-
|
|
479
457
|
invalidateProjectCache(
|
|
480
458
|
args: InvalidateProjectCacheCommandInput,
|
|
481
459
|
options?: __HttpHandlerOptions
|
|
@@ -489,7 +467,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
489
467
|
options: __HttpHandlerOptions,
|
|
490
468
|
cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void
|
|
491
469
|
): void;
|
|
492
|
-
|
|
493
470
|
listBuildBatches(
|
|
494
471
|
args: ListBuildBatchesCommandInput,
|
|
495
472
|
options?: __HttpHandlerOptions
|
|
@@ -503,7 +480,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
503
480
|
options: __HttpHandlerOptions,
|
|
504
481
|
cb: (err: any, data?: ListBuildBatchesCommandOutput) => void
|
|
505
482
|
): void;
|
|
506
|
-
|
|
507
483
|
listBuildBatchesForProject(
|
|
508
484
|
args: ListBuildBatchesForProjectCommandInput,
|
|
509
485
|
options?: __HttpHandlerOptions
|
|
@@ -517,7 +493,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
517
493
|
options: __HttpHandlerOptions,
|
|
518
494
|
cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void
|
|
519
495
|
): void;
|
|
520
|
-
|
|
521
496
|
listBuilds(
|
|
522
497
|
args: ListBuildsCommandInput,
|
|
523
498
|
options?: __HttpHandlerOptions
|
|
@@ -531,7 +506,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
531
506
|
options: __HttpHandlerOptions,
|
|
532
507
|
cb: (err: any, data?: ListBuildsCommandOutput) => void
|
|
533
508
|
): void;
|
|
534
|
-
|
|
535
509
|
listBuildsForProject(
|
|
536
510
|
args: ListBuildsForProjectCommandInput,
|
|
537
511
|
options?: __HttpHandlerOptions
|
|
@@ -545,7 +519,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
545
519
|
options: __HttpHandlerOptions,
|
|
546
520
|
cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void
|
|
547
521
|
): void;
|
|
548
|
-
|
|
549
522
|
listCuratedEnvironmentImages(
|
|
550
523
|
args: ListCuratedEnvironmentImagesCommandInput,
|
|
551
524
|
options?: __HttpHandlerOptions
|
|
@@ -559,7 +532,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
559
532
|
options: __HttpHandlerOptions,
|
|
560
533
|
cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void
|
|
561
534
|
): void;
|
|
562
|
-
|
|
563
535
|
listProjects(
|
|
564
536
|
args: ListProjectsCommandInput,
|
|
565
537
|
options?: __HttpHandlerOptions
|
|
@@ -573,7 +545,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
573
545
|
options: __HttpHandlerOptions,
|
|
574
546
|
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
575
547
|
): void;
|
|
576
|
-
|
|
577
548
|
listReportGroups(
|
|
578
549
|
args: ListReportGroupsCommandInput,
|
|
579
550
|
options?: __HttpHandlerOptions
|
|
@@ -587,7 +558,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
587
558
|
options: __HttpHandlerOptions,
|
|
588
559
|
cb: (err: any, data?: ListReportGroupsCommandOutput) => void
|
|
589
560
|
): void;
|
|
590
|
-
|
|
591
561
|
listReports(
|
|
592
562
|
args: ListReportsCommandInput,
|
|
593
563
|
options?: __HttpHandlerOptions
|
|
@@ -601,7 +571,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
601
571
|
options: __HttpHandlerOptions,
|
|
602
572
|
cb: (err: any, data?: ListReportsCommandOutput) => void
|
|
603
573
|
): void;
|
|
604
|
-
|
|
605
574
|
listReportsForReportGroup(
|
|
606
575
|
args: ListReportsForReportGroupCommandInput,
|
|
607
576
|
options?: __HttpHandlerOptions
|
|
@@ -615,7 +584,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
615
584
|
options: __HttpHandlerOptions,
|
|
616
585
|
cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void
|
|
617
586
|
): void;
|
|
618
|
-
|
|
619
587
|
listSharedProjects(
|
|
620
588
|
args: ListSharedProjectsCommandInput,
|
|
621
589
|
options?: __HttpHandlerOptions
|
|
@@ -629,7 +597,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
629
597
|
options: __HttpHandlerOptions,
|
|
630
598
|
cb: (err: any, data?: ListSharedProjectsCommandOutput) => void
|
|
631
599
|
): void;
|
|
632
|
-
|
|
633
600
|
listSharedReportGroups(
|
|
634
601
|
args: ListSharedReportGroupsCommandInput,
|
|
635
602
|
options?: __HttpHandlerOptions
|
|
@@ -643,7 +610,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
643
610
|
options: __HttpHandlerOptions,
|
|
644
611
|
cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void
|
|
645
612
|
): void;
|
|
646
|
-
|
|
647
613
|
listSourceCredentials(
|
|
648
614
|
args: ListSourceCredentialsCommandInput,
|
|
649
615
|
options?: __HttpHandlerOptions
|
|
@@ -657,7 +623,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
657
623
|
options: __HttpHandlerOptions,
|
|
658
624
|
cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void
|
|
659
625
|
): void;
|
|
660
|
-
|
|
661
626
|
putResourcePolicy(
|
|
662
627
|
args: PutResourcePolicyCommandInput,
|
|
663
628
|
options?: __HttpHandlerOptions
|
|
@@ -671,7 +636,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
671
636
|
options: __HttpHandlerOptions,
|
|
672
637
|
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
673
638
|
): void;
|
|
674
|
-
|
|
675
639
|
retryBuild(
|
|
676
640
|
args: RetryBuildCommandInput,
|
|
677
641
|
options?: __HttpHandlerOptions
|
|
@@ -685,7 +649,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
685
649
|
options: __HttpHandlerOptions,
|
|
686
650
|
cb: (err: any, data?: RetryBuildCommandOutput) => void
|
|
687
651
|
): void;
|
|
688
|
-
|
|
689
652
|
retryBuildBatch(
|
|
690
653
|
args: RetryBuildBatchCommandInput,
|
|
691
654
|
options?: __HttpHandlerOptions
|
|
@@ -699,7 +662,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
699
662
|
options: __HttpHandlerOptions,
|
|
700
663
|
cb: (err: any, data?: RetryBuildBatchCommandOutput) => void
|
|
701
664
|
): void;
|
|
702
|
-
|
|
703
665
|
startBuild(
|
|
704
666
|
args: StartBuildCommandInput,
|
|
705
667
|
options?: __HttpHandlerOptions
|
|
@@ -713,7 +675,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
713
675
|
options: __HttpHandlerOptions,
|
|
714
676
|
cb: (err: any, data?: StartBuildCommandOutput) => void
|
|
715
677
|
): void;
|
|
716
|
-
|
|
717
678
|
startBuildBatch(
|
|
718
679
|
args: StartBuildBatchCommandInput,
|
|
719
680
|
options?: __HttpHandlerOptions
|
|
@@ -727,7 +688,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
727
688
|
options: __HttpHandlerOptions,
|
|
728
689
|
cb: (err: any, data?: StartBuildBatchCommandOutput) => void
|
|
729
690
|
): void;
|
|
730
|
-
|
|
731
691
|
stopBuild(
|
|
732
692
|
args: StopBuildCommandInput,
|
|
733
693
|
options?: __HttpHandlerOptions
|
|
@@ -741,7 +701,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
741
701
|
options: __HttpHandlerOptions,
|
|
742
702
|
cb: (err: any, data?: StopBuildCommandOutput) => void
|
|
743
703
|
): void;
|
|
744
|
-
|
|
745
704
|
stopBuildBatch(
|
|
746
705
|
args: StopBuildBatchCommandInput,
|
|
747
706
|
options?: __HttpHandlerOptions
|
|
@@ -755,7 +714,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
755
714
|
options: __HttpHandlerOptions,
|
|
756
715
|
cb: (err: any, data?: StopBuildBatchCommandOutput) => void
|
|
757
716
|
): void;
|
|
758
|
-
|
|
759
717
|
updateProject(
|
|
760
718
|
args: UpdateProjectCommandInput,
|
|
761
719
|
options?: __HttpHandlerOptions
|
|
@@ -769,7 +727,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
769
727
|
options: __HttpHandlerOptions,
|
|
770
728
|
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
771
729
|
): void;
|
|
772
|
-
|
|
773
730
|
updateProjectVisibility(
|
|
774
731
|
args: UpdateProjectVisibilityCommandInput,
|
|
775
732
|
options?: __HttpHandlerOptions
|
|
@@ -783,7 +740,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
783
740
|
options: __HttpHandlerOptions,
|
|
784
741
|
cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void
|
|
785
742
|
): void;
|
|
786
|
-
|
|
787
743
|
updateReportGroup(
|
|
788
744
|
args: UpdateReportGroupCommandInput,
|
|
789
745
|
options?: __HttpHandlerOptions
|
|
@@ -797,7 +753,6 @@ export declare class CodeBuild extends CodeBuildClient {
|
|
|
797
753
|
options: __HttpHandlerOptions,
|
|
798
754
|
cb: (err: any, data?: UpdateReportGroupCommandOutput) => void
|
|
799
755
|
): void;
|
|
800
|
-
|
|
801
756
|
updateWebhook(
|
|
802
757
|
args: UpdateWebhookCommandInput,
|
|
803
758
|
options?: __HttpHandlerOptions
|
|
@@ -317,47 +317,26 @@ export declare type ServiceOutputTypes =
|
|
|
317
317
|
export interface ClientDefaults
|
|
318
318
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
319
319
|
requestHandler?: __HttpHandler;
|
|
320
|
-
|
|
321
320
|
sha256?: __HashConstructor;
|
|
322
|
-
|
|
323
321
|
urlParser?: __UrlParser;
|
|
324
|
-
|
|
325
322
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
326
|
-
|
|
327
323
|
streamCollector?: __StreamCollector;
|
|
328
|
-
|
|
329
324
|
base64Decoder?: __Decoder;
|
|
330
|
-
|
|
331
325
|
base64Encoder?: __Encoder;
|
|
332
|
-
|
|
333
326
|
utf8Decoder?: __Decoder;
|
|
334
|
-
|
|
335
327
|
utf8Encoder?: __Encoder;
|
|
336
|
-
|
|
337
328
|
runtime?: string;
|
|
338
|
-
|
|
339
329
|
disableHostPrefix?: boolean;
|
|
340
|
-
|
|
341
330
|
maxAttempts?: number | __Provider<number>;
|
|
342
|
-
|
|
343
331
|
retryMode?: string | __Provider<string>;
|
|
344
|
-
|
|
345
332
|
logger?: __Logger;
|
|
346
|
-
|
|
347
333
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
348
|
-
|
|
349
334
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
350
|
-
|
|
351
335
|
serviceId?: string;
|
|
352
|
-
|
|
353
336
|
region?: string | __Provider<string>;
|
|
354
|
-
|
|
355
337
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
356
|
-
|
|
357
338
|
regionInfoProvider?: RegionInfoProvider;
|
|
358
|
-
|
|
359
339
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
360
|
-
|
|
361
340
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
362
341
|
}
|
|
363
342
|
declare type CodeBuildClientConfigType = Partial<
|
|
@@ -370,7 +349,6 @@ declare type CodeBuildClientConfigType = Partial<
|
|
|
370
349
|
HostHeaderInputConfig &
|
|
371
350
|
AwsAuthInputConfig &
|
|
372
351
|
UserAgentInputConfig;
|
|
373
|
-
|
|
374
352
|
export interface CodeBuildClientConfig extends CodeBuildClientConfigType {}
|
|
375
353
|
declare type CodeBuildClientResolvedConfigType =
|
|
376
354
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -381,10 +359,8 @@ declare type CodeBuildClientResolvedConfigType =
|
|
|
381
359
|
HostHeaderResolvedConfig &
|
|
382
360
|
AwsAuthResolvedConfig &
|
|
383
361
|
UserAgentResolvedConfig;
|
|
384
|
-
|
|
385
362
|
export interface CodeBuildClientResolvedConfig
|
|
386
363
|
extends CodeBuildClientResolvedConfigType {}
|
|
387
|
-
|
|
388
364
|
export declare class CodeBuildClient extends __Client<
|
|
389
365
|
__HttpHandlerOptions,
|
|
390
366
|
ServiceInputTypes,
|
|
@@ -393,7 +369,6 @@ export declare class CodeBuildClient extends __Client<
|
|
|
393
369
|
> {
|
|
394
370
|
readonly config: CodeBuildClientResolvedConfig;
|
|
395
371
|
constructor(configuration: CodeBuildClientConfig);
|
|
396
|
-
|
|
397
372
|
destroy(): void;
|
|
398
373
|
}
|
|
399
374
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {}
|
|
|
18
18
|
export interface BatchDeleteBuildsCommandOutput
|
|
19
19
|
extends BatchDeleteBuildsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class BatchDeleteBuildsCommand extends $Command<
|
|
23
22
|
BatchDeleteBuildsCommandInput,
|
|
24
23
|
BatchDeleteBuildsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class BatchDeleteBuildsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: BatchDeleteBuildsCommandInput;
|
|
28
27
|
constructor(input: BatchDeleteBuildsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchGetBuildBatchesCommandInput
|
|
|
19
19
|
export interface BatchGetBuildBatchesCommandOutput
|
|
20
20
|
extends BatchGetBuildBatchesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchGetBuildBatchesCommand extends $Command<
|
|
24
23
|
BatchGetBuildBatchesCommandInput,
|
|
25
24
|
BatchGetBuildBatchesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchGetBuildBatchesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchGetBuildBatchesCommandInput;
|
|
29
28
|
constructor(input: BatchGetBuildBatchesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {}
|
|
|
15
15
|
export interface BatchGetBuildsCommandOutput
|
|
16
16
|
extends BatchGetBuildsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class BatchGetBuildsCommand extends $Command<
|
|
20
19
|
BatchGetBuildsCommandInput,
|
|
21
20
|
BatchGetBuildsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class BatchGetBuildsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: BatchGetBuildsCommandInput;
|
|
25
24
|
constructor(input: BatchGetBuildsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {}
|
|
|
18
18
|
export interface BatchGetProjectsCommandOutput
|
|
19
19
|
extends BatchGetProjectsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class BatchGetProjectsCommand extends $Command<
|
|
23
22
|
BatchGetProjectsCommandInput,
|
|
24
23
|
BatchGetProjectsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class BatchGetProjectsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: BatchGetProjectsCommandInput;
|
|
28
27
|
constructor(input: BatchGetProjectsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchGetReportGroupsCommandInput
|
|
|
19
19
|
export interface BatchGetReportGroupsCommandOutput
|
|
20
20
|
extends BatchGetReportGroupsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchGetReportGroupsCommand extends $Command<
|
|
24
23
|
BatchGetReportGroupsCommandInput,
|
|
25
24
|
BatchGetReportGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchGetReportGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchGetReportGroupsCommandInput;
|
|
29
28
|
constructor(input: BatchGetReportGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface BatchGetReportsCommandInput extends BatchGetReportsInput {}
|
|
|
18
18
|
export interface BatchGetReportsCommandOutput
|
|
19
19
|
extends BatchGetReportsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class BatchGetReportsCommand extends $Command<
|
|
23
22
|
BatchGetReportsCommandInput,
|
|
24
23
|
BatchGetReportsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class BatchGetReportsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: BatchGetReportsCommandInput;
|
|
28
27
|
constructor(input: BatchGetReportsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateProjectCommandInput extends CreateProjectInput {}
|
|
|
15
15
|
export interface CreateProjectCommandOutput
|
|
16
16
|
extends CreateProjectOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateProjectCommand extends $Command<
|
|
20
19
|
CreateProjectCommandInput,
|
|
21
20
|
CreateProjectCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateProjectCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateProjectCommandInput;
|
|
25
24
|
constructor(input: CreateProjectCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateReportGroupCommandInput extends CreateReportGroupInput {}
|
|
|
18
18
|
export interface CreateReportGroupCommandOutput
|
|
19
19
|
extends CreateReportGroupOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateReportGroupCommand extends $Command<
|
|
23
22
|
CreateReportGroupCommandInput,
|
|
24
23
|
CreateReportGroupCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateReportGroupCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateReportGroupCommandInput;
|
|
28
27
|
constructor(input: CreateReportGroupCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateWebhookCommandInput extends CreateWebhookInput {}
|
|
|
15
15
|
export interface CreateWebhookCommandOutput
|
|
16
16
|
extends CreateWebhookOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateWebhookCommand extends $Command<
|
|
20
19
|
CreateWebhookCommandInput,
|
|
21
20
|
CreateWebhookCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateWebhookCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateWebhookCommandInput;
|
|
25
24
|
constructor(input: CreateWebhookCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {}
|
|
|
18
18
|
export interface DeleteBuildBatchCommandOutput
|
|
19
19
|
extends DeleteBuildBatchOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteBuildBatchCommand extends $Command<
|
|
23
22
|
DeleteBuildBatchCommandInput,
|
|
24
23
|
DeleteBuildBatchCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteBuildBatchCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteBuildBatchCommandInput;
|
|
28
27
|
constructor(input: DeleteBuildBatchCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteProjectCommandInput extends DeleteProjectInput {}
|
|
|
15
15
|
export interface DeleteProjectCommandOutput
|
|
16
16
|
extends DeleteProjectOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteProjectCommand extends $Command<
|
|
20
19
|
DeleteProjectCommandInput,
|
|
21
20
|
DeleteProjectCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteProjectCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteProjectCommandInput;
|
|
25
24
|
constructor(input: DeleteProjectCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteReportCommandInput extends DeleteReportInput {}
|
|
|
15
15
|
export interface DeleteReportCommandOutput
|
|
16
16
|
extends DeleteReportOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteReportCommand extends $Command<
|
|
20
19
|
DeleteReportCommandInput,
|
|
21
20
|
DeleteReportCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteReportCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteReportCommandInput;
|
|
25
24
|
constructor(input: DeleteReportCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {}
|
|
|
18
18
|
export interface DeleteReportGroupCommandOutput
|
|
19
19
|
extends DeleteReportGroupOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteReportGroupCommand extends $Command<
|
|
23
22
|
DeleteReportGroupCommandInput,
|
|
24
23
|
DeleteReportGroupCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteReportGroupCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteReportGroupCommandInput;
|
|
28
27
|
constructor(input: DeleteReportGroupCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteResourcePolicyCommandInput
|
|
|
19
19
|
export interface DeleteResourcePolicyCommandOutput
|
|
20
20
|
extends DeleteResourcePolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteResourcePolicyCommand extends $Command<
|
|
24
23
|
DeleteResourcePolicyCommandInput,
|
|
25
24
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteResourcePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteSourceCredentialsCommandInput
|
|
|
19
19
|
export interface DeleteSourceCredentialsCommandOutput
|
|
20
20
|
extends DeleteSourceCredentialsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteSourceCredentialsCommand extends $Command<
|
|
24
23
|
DeleteSourceCredentialsCommandInput,
|
|
25
24
|
DeleteSourceCredentialsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteSourceCredentialsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteSourceCredentialsCommandInput;
|
|
29
28
|
constructor(input: DeleteSourceCredentialsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeBuildClientResolvedConfig,
|