@aws-sdk/client-codebuild 3.50.0 → 3.51.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 (73) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CodeBuild.d.ts +230 -0
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +118 -0
  4. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/index.d.ts +45 -0
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  51. package/dist-types/ts3.4/index.d.ts +5 -0
  52. package/dist-types/ts3.4/models/index.d.ts +1 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +2278 -0
  54. package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  57. package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +137 -0
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  73. package/package.json +8 -8
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { DeleteReportGroupInput, DeleteReportGroupOutput } from "../models/models_0";
5
+ export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {
6
+ }
7
+ export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteReportGroupCommand extends $Command<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: DeleteReportGroupCommandInput;
12
+ constructor(input: DeleteReportGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
5
+ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyInput {
6
+ }
7
+ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: DeleteResourcePolicyCommandInput;
12
+ constructor(input: DeleteResourcePolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { DeleteSourceCredentialsInput, DeleteSourceCredentialsOutput } from "../models/models_0";
5
+ export interface DeleteSourceCredentialsCommandInput extends DeleteSourceCredentialsInput {
6
+ }
7
+ export interface DeleteSourceCredentialsCommandOutput extends DeleteSourceCredentialsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSourceCredentialsCommand extends $Command<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: DeleteSourceCredentialsCommandInput;
12
+ constructor(input: DeleteSourceCredentialsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
5
+ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
6
+ }
7
+ export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteWebhookCommand extends $Command<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: DeleteWebhookCommandInput;
12
+ constructor(input: DeleteWebhookCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { DescribeCodeCoveragesInput, DescribeCodeCoveragesOutput } from "../models/models_0";
5
+ export interface DescribeCodeCoveragesCommandInput extends DescribeCodeCoveragesInput {
6
+ }
7
+ export interface DescribeCodeCoveragesCommandOutput extends DescribeCodeCoveragesOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeCodeCoveragesCommand extends $Command<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: DescribeCodeCoveragesCommandInput;
12
+ constructor(input: DescribeCodeCoveragesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { DescribeTestCasesInput, DescribeTestCasesOutput } from "../models/models_0";
5
+ export interface DescribeTestCasesCommandInput extends DescribeTestCasesInput {
6
+ }
7
+ export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeTestCasesCommand extends $Command<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: DescribeTestCasesCommandInput;
12
+ constructor(input: DescribeTestCasesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { GetReportGroupTrendInput, GetReportGroupTrendOutput } from "../models/models_0";
5
+ export interface GetReportGroupTrendCommandInput extends GetReportGroupTrendInput {
6
+ }
7
+ export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetReportGroupTrendCommand extends $Command<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: GetReportGroupTrendCommandInput;
12
+ constructor(input: GetReportGroupTrendCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0";
5
+ export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {
6
+ }
7
+ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: GetResourcePolicyCommandInput;
12
+ constructor(input: GetResourcePolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ImportSourceCredentialsInput, ImportSourceCredentialsOutput } from "../models/models_0";
5
+ export interface ImportSourceCredentialsCommandInput extends ImportSourceCredentialsInput {
6
+ }
7
+ export interface ImportSourceCredentialsCommandOutput extends ImportSourceCredentialsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ImportSourceCredentialsCommand extends $Command<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ImportSourceCredentialsCommandInput;
12
+ constructor(input: ImportSourceCredentialsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { InvalidateProjectCacheInput, InvalidateProjectCacheOutput } from "../models/models_0";
5
+ export interface InvalidateProjectCacheCommandInput extends InvalidateProjectCacheInput {
6
+ }
7
+ export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCacheOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class InvalidateProjectCacheCommand extends $Command<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: InvalidateProjectCacheCommandInput;
12
+ constructor(input: InvalidateProjectCacheCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListBuildBatchesInput, ListBuildBatchesOutput } from "../models/models_0";
5
+ export interface ListBuildBatchesCommandInput extends ListBuildBatchesInput {
6
+ }
7
+ export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBuildBatchesCommand extends $Command<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListBuildBatchesCommandInput;
12
+ constructor(input: ListBuildBatchesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListBuildBatchesForProjectInput, ListBuildBatchesForProjectOutput } from "../models/models_0";
5
+ export interface ListBuildBatchesForProjectCommandInput extends ListBuildBatchesForProjectInput {
6
+ }
7
+ export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatchesForProjectOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBuildBatchesForProjectCommand extends $Command<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListBuildBatchesForProjectCommandInput;
12
+ constructor(input: ListBuildBatchesForProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListBuildsInput, ListBuildsOutput } from "../models/models_0";
5
+ export interface ListBuildsCommandInput extends ListBuildsInput {
6
+ }
7
+ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBuildsCommand extends $Command<ListBuildsCommandInput, ListBuildsCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListBuildsCommandInput;
12
+ constructor(input: ListBuildsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildsCommandInput, ListBuildsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListBuildsForProjectInput, ListBuildsForProjectOutput } from "../models/models_0";
5
+ export interface ListBuildsForProjectCommandInput extends ListBuildsForProjectInput {
6
+ }
7
+ export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBuildsForProjectCommand extends $Command<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListBuildsForProjectCommandInput;
12
+ constructor(input: ListBuildsForProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListCuratedEnvironmentImagesInput, ListCuratedEnvironmentImagesOutput } from "../models/models_0";
5
+ export interface ListCuratedEnvironmentImagesCommandInput extends ListCuratedEnvironmentImagesInput {
6
+ }
7
+ export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEnvironmentImagesOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListCuratedEnvironmentImagesCommand extends $Command<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListCuratedEnvironmentImagesCommandInput;
12
+ constructor(input: ListCuratedEnvironmentImagesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListProjectsInput, ListProjectsOutput } from "../models/models_0";
5
+ export interface ListProjectsCommandInput extends ListProjectsInput {
6
+ }
7
+ export interface ListProjectsCommandOutput extends ListProjectsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListProjectsCommandInput;
12
+ constructor(input: ListProjectsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListReportGroupsInput, ListReportGroupsOutput } from "../models/models_0";
5
+ export interface ListReportGroupsCommandInput extends ListReportGroupsInput {
6
+ }
7
+ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListReportGroupsCommand extends $Command<ListReportGroupsCommandInput, ListReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListReportGroupsCommandInput;
12
+ constructor(input: ListReportGroupsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportGroupsCommandInput, ListReportGroupsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListReportsInput, ListReportsOutput } from "../models/models_0";
5
+ export interface ListReportsCommandInput extends ListReportsInput {
6
+ }
7
+ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListReportsCommand extends $Command<ListReportsCommandInput, ListReportsCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListReportsCommandInput;
12
+ constructor(input: ListReportsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportsCommandInput, ListReportsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListReportsForReportGroupInput, ListReportsForReportGroupOutput } from "../models/models_0";
5
+ export interface ListReportsForReportGroupCommandInput extends ListReportsForReportGroupInput {
6
+ }
7
+ export interface ListReportsForReportGroupCommandOutput extends ListReportsForReportGroupOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListReportsForReportGroupCommand extends $Command<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListReportsForReportGroupCommandInput;
12
+ constructor(input: ListReportsForReportGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListSharedProjectsInput, ListSharedProjectsOutput } from "../models/models_0";
5
+ export interface ListSharedProjectsCommandInput extends ListSharedProjectsInput {
6
+ }
7
+ export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListSharedProjectsCommand extends $Command<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListSharedProjectsCommandInput;
12
+ constructor(input: ListSharedProjectsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListSharedReportGroupsInput, ListSharedReportGroupsOutput } from "../models/models_0";
5
+ export interface ListSharedReportGroupsCommandInput extends ListSharedReportGroupsInput {
6
+ }
7
+ export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGroupsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListSharedReportGroupsCommand extends $Command<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListSharedReportGroupsCommandInput;
12
+ constructor(input: ListSharedReportGroupsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { ListSourceCredentialsInput, ListSourceCredentialsOutput } from "../models/models_0";
5
+ export interface ListSourceCredentialsCommandInput extends ListSourceCredentialsInput {
6
+ }
7
+ export interface ListSourceCredentialsCommandOutput extends ListSourceCredentialsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListSourceCredentialsCommand extends $Command<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: ListSourceCredentialsCommandInput;
12
+ constructor(input: ListSourceCredentialsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0";
5
+ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {
6
+ }
7
+ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: PutResourcePolicyCommandInput;
12
+ constructor(input: PutResourcePolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { RetryBuildBatchInput, RetryBuildBatchOutput } from "../models/models_0";
5
+ export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {
6
+ }
7
+ export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RetryBuildBatchCommand extends $Command<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: RetryBuildBatchCommandInput;
12
+ constructor(input: RetryBuildBatchCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { RetryBuildInput, RetryBuildOutput } from "../models/models_0";
5
+ export interface RetryBuildCommandInput extends RetryBuildInput {
6
+ }
7
+ export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RetryBuildCommand extends $Command<RetryBuildCommandInput, RetryBuildCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: RetryBuildCommandInput;
12
+ constructor(input: RetryBuildCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryBuildCommandInput, RetryBuildCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { StartBuildBatchInput, StartBuildBatchOutput } from "../models/models_0";
5
+ export interface StartBuildBatchCommandInput extends StartBuildBatchInput {
6
+ }
7
+ export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartBuildBatchCommand extends $Command<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: StartBuildBatchCommandInput;
12
+ constructor(input: StartBuildBatchCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBuildBatchCommandInput, StartBuildBatchCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { StartBuildInput, StartBuildOutput } from "../models/models_0";
5
+ export interface StartBuildCommandInput extends StartBuildInput {
6
+ }
7
+ export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartBuildCommand extends $Command<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: StartBuildCommandInput;
12
+ constructor(input: StartBuildCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBuildCommandInput, StartBuildCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { StopBuildBatchInput, StopBuildBatchOutput } from "../models/models_0";
5
+ export interface StopBuildBatchCommandInput extends StopBuildBatchInput {
6
+ }
7
+ export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StopBuildBatchCommand extends $Command<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: StopBuildBatchCommandInput;
12
+ constructor(input: StopBuildBatchCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBuildBatchCommandInput, StopBuildBatchCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { StopBuildInput, StopBuildOutput } from "../models/models_0";
5
+ export interface StopBuildCommandInput extends StopBuildInput {
6
+ }
7
+ export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StopBuildCommand extends $Command<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: StopBuildCommandInput;
12
+ constructor(input: StopBuildCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBuildCommandInput, StopBuildCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_0";
5
+ export interface UpdateProjectCommandInput extends UpdateProjectInput {
6
+ }
7
+ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: UpdateProjectCommandInput;
12
+ constructor(input: UpdateProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { UpdateProjectVisibilityInput, UpdateProjectVisibilityOutput } from "../models/models_0";
5
+ export interface UpdateProjectVisibilityCommandInput extends UpdateProjectVisibilityInput {
6
+ }
7
+ export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisibilityOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateProjectVisibilityCommand extends $Command<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: UpdateProjectVisibilityCommandInput;
12
+ constructor(input: UpdateProjectVisibilityCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
+ import { UpdateReportGroupInput, UpdateReportGroupOutput } from "../models/models_0";
5
+ export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {
6
+ }
7
+ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateReportGroupCommand extends $Command<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
11
+ readonly input: UpdateReportGroupCommandInput;
12
+ constructor(input: UpdateReportGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }