@aws-sdk/client-codebuild 3.530.0 → 3.535.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 (117) hide show
  1. package/dist-cjs/index.js +9 -0
  2. package/dist-es/models/models_0.js +4 -0
  3. package/dist-es/protocols/Aws_json1_1.js +3 -0
  4. package/dist-types/CodeBuild.d.ts +14 -1
  5. package/dist-types/CodeBuildClient.d.ts +1 -1
  6. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetBuildsCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchGetFleetsCommand.d.ts +3 -1
  10. package/dist-types/commands/BatchGetProjectsCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchGetReportsCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateFleetCommand.d.ts +4 -1
  14. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateReportGroupCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateWebhookCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteReportCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteReportGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeTestCasesCommand.d.ts +2 -1
  27. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +2 -1
  28. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +2 -1
  30. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +2 -1
  31. package/dist-types/commands/ListBuildBatchesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +2 -1
  33. package/dist-types/commands/ListBuildsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListReportGroupsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListReportsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +2 -1
  41. package/dist-types/commands/ListSharedProjectsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +2 -1
  44. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  45. package/dist-types/commands/RetryBuildBatchCommand.d.ts +2 -1
  46. package/dist-types/commands/RetryBuildCommand.d.ts +2 -1
  47. package/dist-types/commands/StartBuildBatchCommand.d.ts +2 -1
  48. package/dist-types/commands/StartBuildCommand.d.ts +2 -1
  49. package/dist-types/commands/StopBuildBatchCommand.d.ts +2 -1
  50. package/dist-types/commands/StopBuildCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateFleetCommand.d.ts +4 -1
  52. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateReportGroupCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -1
  56. package/dist-types/models/models_0.d.ts +727 -673
  57. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  58. package/dist-types/runtimeConfig.d.ts +2 -2
  59. package/dist-types/runtimeConfig.native.d.ts +2 -2
  60. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  61. package/dist-types/ts3.4/CodeBuild.d.ts +13 -0
  62. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  117. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { CodeBuildClientConfig } from "./CodeBuildClient";
5
5
  export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CodeBuildClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -526,6 +526,7 @@ export interface CodeBuild {
526
526
  options: __HttpHandlerOptions,
527
527
  cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void
528
528
  ): void;
529
+ listBuildBatches(): Promise<ListBuildBatchesCommandOutput>;
529
530
  listBuildBatches(
530
531
  args: ListBuildBatchesCommandInput,
531
532
  options?: __HttpHandlerOptions
@@ -539,6 +540,7 @@ export interface CodeBuild {
539
540
  options: __HttpHandlerOptions,
540
541
  cb: (err: any, data?: ListBuildBatchesCommandOutput) => void
541
542
  ): void;
543
+ listBuildBatchesForProject(): Promise<ListBuildBatchesForProjectCommandOutput>;
542
544
  listBuildBatchesForProject(
543
545
  args: ListBuildBatchesForProjectCommandInput,
544
546
  options?: __HttpHandlerOptions
@@ -552,6 +554,7 @@ export interface CodeBuild {
552
554
  options: __HttpHandlerOptions,
553
555
  cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void
554
556
  ): void;
557
+ listBuilds(): Promise<ListBuildsCommandOutput>;
555
558
  listBuilds(
556
559
  args: ListBuildsCommandInput,
557
560
  options?: __HttpHandlerOptions
@@ -578,6 +581,7 @@ export interface CodeBuild {
578
581
  options: __HttpHandlerOptions,
579
582
  cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void
580
583
  ): void;
584
+ listCuratedEnvironmentImages(): Promise<ListCuratedEnvironmentImagesCommandOutput>;
581
585
  listCuratedEnvironmentImages(
582
586
  args: ListCuratedEnvironmentImagesCommandInput,
583
587
  options?: __HttpHandlerOptions
@@ -591,6 +595,7 @@ export interface CodeBuild {
591
595
  options: __HttpHandlerOptions,
592
596
  cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void
593
597
  ): void;
598
+ listFleets(): Promise<ListFleetsCommandOutput>;
594
599
  listFleets(
595
600
  args: ListFleetsCommandInput,
596
601
  options?: __HttpHandlerOptions
@@ -604,6 +609,7 @@ export interface CodeBuild {
604
609
  options: __HttpHandlerOptions,
605
610
  cb: (err: any, data?: ListFleetsCommandOutput) => void
606
611
  ): void;
612
+ listProjects(): Promise<ListProjectsCommandOutput>;
607
613
  listProjects(
608
614
  args: ListProjectsCommandInput,
609
615
  options?: __HttpHandlerOptions
@@ -617,6 +623,7 @@ export interface CodeBuild {
617
623
  options: __HttpHandlerOptions,
618
624
  cb: (err: any, data?: ListProjectsCommandOutput) => void
619
625
  ): void;
626
+ listReportGroups(): Promise<ListReportGroupsCommandOutput>;
620
627
  listReportGroups(
621
628
  args: ListReportGroupsCommandInput,
622
629
  options?: __HttpHandlerOptions
@@ -630,6 +637,7 @@ export interface CodeBuild {
630
637
  options: __HttpHandlerOptions,
631
638
  cb: (err: any, data?: ListReportGroupsCommandOutput) => void
632
639
  ): void;
640
+ listReports(): Promise<ListReportsCommandOutput>;
633
641
  listReports(
634
642
  args: ListReportsCommandInput,
635
643
  options?: __HttpHandlerOptions
@@ -656,6 +664,7 @@ export interface CodeBuild {
656
664
  options: __HttpHandlerOptions,
657
665
  cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void
658
666
  ): void;
667
+ listSharedProjects(): Promise<ListSharedProjectsCommandOutput>;
659
668
  listSharedProjects(
660
669
  args: ListSharedProjectsCommandInput,
661
670
  options?: __HttpHandlerOptions
@@ -669,6 +678,7 @@ export interface CodeBuild {
669
678
  options: __HttpHandlerOptions,
670
679
  cb: (err: any, data?: ListSharedProjectsCommandOutput) => void
671
680
  ): void;
681
+ listSharedReportGroups(): Promise<ListSharedReportGroupsCommandOutput>;
672
682
  listSharedReportGroups(
673
683
  args: ListSharedReportGroupsCommandInput,
674
684
  options?: __HttpHandlerOptions
@@ -682,6 +692,7 @@ export interface CodeBuild {
682
692
  options: __HttpHandlerOptions,
683
693
  cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void
684
694
  ): void;
695
+ listSourceCredentials(): Promise<ListSourceCredentialsCommandOutput>;
685
696
  listSourceCredentials(
686
697
  args: ListSourceCredentialsCommandInput,
687
698
  options?: __HttpHandlerOptions
@@ -708,6 +719,7 @@ export interface CodeBuild {
708
719
  options: __HttpHandlerOptions,
709
720
  cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
710
721
  ): void;
722
+ retryBuild(): Promise<RetryBuildCommandOutput>;
711
723
  retryBuild(
712
724
  args: RetryBuildCommandInput,
713
725
  options?: __HttpHandlerOptions
@@ -721,6 +733,7 @@ export interface CodeBuild {
721
733
  options: __HttpHandlerOptions,
722
734
  cb: (err: any, data?: RetryBuildCommandOutput) => void
723
735
  ): void;
736
+ retryBuildBatch(): Promise<RetryBuildBatchCommandOutput>;
724
737
  retryBuildBatch(
725
738
  args: RetryBuildBatchCommandInput,
726
739
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const BatchDeleteBuildsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchDeleteBuildsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchDeleteBuildsCommandInput,
31
+ BatchDeleteBuildsCommandOutput,
32
+ CodeBuildClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchDeleteBuildsCommand extends BatchDeleteBuildsCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetBuildBatchesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetBuildBatchesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetBuildBatchesCommandInput,
32
+ BatchGetBuildBatchesCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetBuildBatchesCommand extends BatchGetBuildBatchesCommand_base {}
@@ -21,6 +21,15 @@ declare const BatchGetBuildsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: BatchGetBuildsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ BatchGetBuildsCommandInput,
28
+ BatchGetBuildsCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class BatchGetBuildsCommand extends BatchGetBuildsCommand_base {}
@@ -21,6 +21,15 @@ declare const BatchGetFleetsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: BatchGetFleetsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ BatchGetFleetsCommandInput,
28
+ BatchGetFleetsCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class BatchGetFleetsCommand extends BatchGetFleetsCommand_base {}
@@ -24,6 +24,15 @@ declare const BatchGetProjectsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchGetProjectsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchGetProjectsCommandInput,
31
+ BatchGetProjectsCommandOutput,
32
+ CodeBuildClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchGetProjectsCommand extends BatchGetProjectsCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetReportGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetReportGroupsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetReportGroupsCommandInput,
32
+ BatchGetReportGroupsCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetReportGroupsCommand extends BatchGetReportGroupsCommand_base {}
@@ -24,6 +24,15 @@ declare const BatchGetReportsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchGetReportsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchGetReportsCommandInput,
31
+ BatchGetReportsCommandOutput,
32
+ CodeBuildClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchGetReportsCommand extends BatchGetReportsCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateFleetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateFleetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateFleetCommandInput,
28
+ CreateFleetCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateFleetCommand extends CreateFleetCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateProjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateProjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateProjectCommandInput,
28
+ CreateProjectCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateProjectCommand extends CreateProjectCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateReportGroupCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateReportGroupCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateReportGroupCommandInput,
31
+ CreateReportGroupCommandOutput,
32
+ CodeBuildClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateReportGroupCommand extends CreateReportGroupCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateWebhookCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateWebhookCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateWebhookCommandInput,
28
+ CreateWebhookCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateWebhookCommand extends CreateWebhookCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteBuildBatchCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteBuildBatchCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteBuildBatchCommandInput,
31
+ DeleteBuildBatchCommandOutput,
32
+ CodeBuildClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteBuildBatchCommand extends DeleteBuildBatchCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteFleetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteFleetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteFleetCommandInput,
28
+ DeleteFleetCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteFleetCommand extends DeleteFleetCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteProjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteProjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteProjectCommandInput,
28
+ DeleteProjectCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteReportCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteReportCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteReportCommandInput,
28
+ DeleteReportCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteReportCommand extends DeleteReportCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteReportGroupCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteReportGroupCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteReportGroupCommandInput,
31
+ DeleteReportGroupCommandOutput,
32
+ CodeBuildClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteReportGroupCommand extends DeleteReportGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteResourcePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteResourcePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteResourcePolicyCommandInput,
32
+ DeleteResourcePolicyCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSourceCredentialsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSourceCredentialsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSourceCredentialsCommandInput,
32
+ DeleteSourceCredentialsCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSourceCredentialsCommand extends DeleteSourceCredentialsCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteWebhookCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteWebhookCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteWebhookCommandInput,
28
+ DeleteWebhookCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeCodeCoveragesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeCodeCoveragesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeCodeCoveragesCommandInput,
32
+ DescribeCodeCoveragesCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeCodeCoveragesCommand extends DescribeCodeCoveragesCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeTestCasesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeTestCasesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeTestCasesCommandInput,
31
+ DescribeTestCasesCommandOutput,
32
+ CodeBuildClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeTestCasesCommand extends DescribeTestCasesCommand_base {}
@@ -25,6 +25,15 @@ declare const GetReportGroupTrendCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetReportGroupTrendCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetReportGroupTrendCommandInput,
32
+ GetReportGroupTrendCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetReportGroupTrendCommand extends GetReportGroupTrendCommand_base {}
@@ -24,6 +24,15 @@ declare const GetResourcePolicyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetResourcePolicyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetResourcePolicyCommandInput,
31
+ GetResourcePolicyCommandOutput,
32
+ CodeBuildClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const ImportSourceCredentialsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ImportSourceCredentialsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ImportSourceCredentialsCommandInput,
32
+ ImportSourceCredentialsCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ImportSourceCredentialsCommand extends ImportSourceCredentialsCommand_base {}
@@ -25,6 +25,15 @@ declare const InvalidateProjectCacheCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: InvalidateProjectCacheCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ InvalidateProjectCacheCommandInput,
32
+ InvalidateProjectCacheCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class InvalidateProjectCacheCommand extends InvalidateProjectCacheCommand_base {}
@@ -24,6 +24,15 @@ declare const ListBuildBatchesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListBuildBatchesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListBuildBatchesCommandInput,
31
+ ListBuildBatchesCommandOutput,
32
+ CodeBuildClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListBuildBatchesCommand extends ListBuildBatchesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListBuildBatchesForProjectCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListBuildBatchesForProjectCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListBuildBatchesForProjectCommandInput,
32
+ ListBuildBatchesForProjectCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListBuildBatchesForProjectCommand extends ListBuildBatchesForProjectCommand_base {}
@@ -21,6 +21,15 @@ declare const ListBuildsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListBuildsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListBuildsCommandInput,
28
+ ListBuildsCommandOutput,
29
+ CodeBuildClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListBuildsCommand extends ListBuildsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListBuildsForProjectCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListBuildsForProjectCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListBuildsForProjectCommandInput,
32
+ ListBuildsForProjectCommandOutput,
33
+ CodeBuildClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListBuildsForProjectCommand extends ListBuildsForProjectCommand_base {}