@aws-sdk/client-codebuild 3.169.0 → 3.170.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 (74) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CodeBuild.d.ts +814 -230
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +399 -118
  4. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/index.d.ts +45 -45
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  51. package/dist-types/ts3.4/index.d.ts +6 -6
  52. package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +8 -6
  53. package/dist-types/ts3.4/models/index.d.ts +1 -1
  54. package/dist-types/ts3.4/models/models_0.d.ts +2105 -1996
  55. package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +545 -137
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  74. package/package.json +34 -34
@@ -1,17 +1,34 @@
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 { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0";
5
- export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {
6
- }
7
- export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetBuildsCommand extends $Command<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: BatchGetBuildsCommandInput;
12
- constructor(input: BatchGetBuildsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0";
14
+ export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {}
15
+ export interface BatchGetBuildsCommandOutput
16
+ extends BatchGetBuildsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class BatchGetBuildsCommand extends $Command<
20
+ BatchGetBuildsCommandInput,
21
+ BatchGetBuildsCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: BatchGetBuildsCommandInput;
25
+ constructor(input: BatchGetBuildsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { BatchGetProjectsInput, BatchGetProjectsOutput } from "../models/models_0";
5
- export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {
6
- }
7
- export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetProjectsCommand extends $Command<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: BatchGetProjectsCommandInput;
12
- constructor(input: BatchGetProjectsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import {
14
+ BatchGetProjectsInput,
15
+ BatchGetProjectsOutput,
16
+ } from "../models/models_0";
17
+ export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {}
18
+ export interface BatchGetProjectsCommandOutput
19
+ extends BatchGetProjectsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class BatchGetProjectsCommand extends $Command<
23
+ BatchGetProjectsCommandInput,
24
+ BatchGetProjectsCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetProjectsCommandInput;
28
+ constructor(input: BatchGetProjectsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { BatchGetReportGroupsInput, BatchGetReportGroupsOutput } from "../models/models_0";
5
- export interface BatchGetReportGroupsCommandInput extends BatchGetReportGroupsInput {
6
- }
7
- export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetReportGroupsCommand extends $Command<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: BatchGetReportGroupsCommandInput;
12
- constructor(input: BatchGetReportGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import {
14
+ BatchGetReportGroupsInput,
15
+ BatchGetReportGroupsOutput,
16
+ } from "../models/models_0";
17
+ export interface BatchGetReportGroupsCommandInput
18
+ extends BatchGetReportGroupsInput {}
19
+ export interface BatchGetReportGroupsCommandOutput
20
+ extends BatchGetReportGroupsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchGetReportGroupsCommand extends $Command<
24
+ BatchGetReportGroupsCommandInput,
25
+ BatchGetReportGroupsCommandOutput,
26
+ CodeBuildClientResolvedConfig
27
+ > {
28
+ readonly input: BatchGetReportGroupsCommandInput;
29
+ constructor(input: BatchGetReportGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeBuildClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchGetReportGroupsCommandInput,
37
+ BatchGetReportGroupsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { BatchGetReportsInput, BatchGetReportsOutput } from "../models/models_0";
5
- export interface BatchGetReportsCommandInput extends BatchGetReportsInput {
6
- }
7
- export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetReportsCommand extends $Command<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: BatchGetReportsCommandInput;
12
- constructor(input: BatchGetReportsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetReportsCommandInput, BatchGetReportsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import {
14
+ BatchGetReportsInput,
15
+ BatchGetReportsOutput,
16
+ } from "../models/models_0";
17
+ export interface BatchGetReportsCommandInput extends BatchGetReportsInput {}
18
+ export interface BatchGetReportsCommandOutput
19
+ extends BatchGetReportsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class BatchGetReportsCommand extends $Command<
23
+ BatchGetReportsCommandInput,
24
+ BatchGetReportsCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetReportsCommandInput;
28
+ constructor(input: BatchGetReportsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<BatchGetReportsCommandInput, BatchGetReportsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
5
- export interface CreateProjectCommandInput extends CreateProjectInput {
6
- }
7
- export interface CreateProjectCommandOutput extends CreateProjectOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: CreateProjectCommandInput;
12
- constructor(input: CreateProjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
14
+ export interface CreateProjectCommandInput extends CreateProjectInput {}
15
+ export interface CreateProjectCommandOutput
16
+ extends CreateProjectOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateProjectCommand extends $Command<
20
+ CreateProjectCommandInput,
21
+ CreateProjectCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: CreateProjectCommandInput;
25
+ constructor(input: CreateProjectCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { CreateReportGroupInput, CreateReportGroupOutput } from "../models/models_0";
5
- export interface CreateReportGroupCommandInput extends CreateReportGroupInput {
6
- }
7
- export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateReportGroupCommand extends $Command<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: CreateReportGroupCommandInput;
12
- constructor(input: CreateReportGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReportGroupCommandInput, CreateReportGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import {
14
+ CreateReportGroupInput,
15
+ CreateReportGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateReportGroupCommandInput extends CreateReportGroupInput {}
18
+ export interface CreateReportGroupCommandOutput
19
+ extends CreateReportGroupOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateReportGroupCommand extends $Command<
23
+ CreateReportGroupCommandInput,
24
+ CreateReportGroupCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: CreateReportGroupCommandInput;
28
+ constructor(input: CreateReportGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateReportGroupCommandInput, CreateReportGroupCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0";
5
- export interface CreateWebhookCommandInput extends CreateWebhookInput {
6
- }
7
- export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateWebhookCommand extends $Command<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: CreateWebhookCommandInput;
12
- constructor(input: CreateWebhookCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWebhookCommandInput, CreateWebhookCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0";
14
+ export interface CreateWebhookCommandInput extends CreateWebhookInput {}
15
+ export interface CreateWebhookCommandOutput
16
+ extends CreateWebhookOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateWebhookCommand extends $Command<
20
+ CreateWebhookCommandInput,
21
+ CreateWebhookCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: CreateWebhookCommandInput;
25
+ constructor(input: CreateWebhookCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateWebhookCommandInput, CreateWebhookCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { DeleteBuildBatchInput, DeleteBuildBatchOutput } from "../models/models_0";
5
- export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {
6
- }
7
- export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBuildBatchCommand extends $Command<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: DeleteBuildBatchCommandInput;
12
- constructor(input: DeleteBuildBatchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import {
14
+ DeleteBuildBatchInput,
15
+ DeleteBuildBatchOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {}
18
+ export interface DeleteBuildBatchCommandOutput
19
+ extends DeleteBuildBatchOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteBuildBatchCommand extends $Command<
23
+ DeleteBuildBatchCommandInput,
24
+ DeleteBuildBatchCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteBuildBatchCommandInput;
28
+ constructor(input: DeleteBuildBatchCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0";
5
- export interface DeleteProjectCommandInput extends DeleteProjectInput {
6
- }
7
- export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: DeleteProjectCommandInput;
12
- constructor(input: DeleteProjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0";
14
+ export interface DeleteProjectCommandInput extends DeleteProjectInput {}
15
+ export interface DeleteProjectCommandOutput
16
+ extends DeleteProjectOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteProjectCommand extends $Command<
20
+ DeleteProjectCommandInput,
21
+ DeleteProjectCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteProjectCommandInput;
25
+ constructor(input: DeleteProjectCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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 { DeleteReportInput, DeleteReportOutput } from "../models/models_0";
5
- export interface DeleteReportCommandInput extends DeleteReportInput {
6
- }
7
- export interface DeleteReportCommandOutput extends DeleteReportOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteReportCommand extends $Command<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: DeleteReportCommandInput;
12
- constructor(input: DeleteReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportCommandInput, DeleteReportCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import { DeleteReportInput, DeleteReportOutput } from "../models/models_0";
14
+ export interface DeleteReportCommandInput extends DeleteReportInput {}
15
+ export interface DeleteReportCommandOutput
16
+ extends DeleteReportOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteReportCommand extends $Command<
20
+ DeleteReportCommandInput,
21
+ DeleteReportCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteReportCommandInput;
25
+ constructor(input: DeleteReportCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteReportCommandInput, DeleteReportCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodeBuildClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodeBuildClient";
13
+ import {
14
+ DeleteReportGroupInput,
15
+ DeleteReportGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {}
18
+ export interface DeleteReportGroupCommandOutput
19
+ extends DeleteReportGroupOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteReportGroupCommand extends $Command<
23
+ DeleteReportGroupCommandInput,
24
+ DeleteReportGroupCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteReportGroupCommandInput;
28
+ constructor(input: DeleteReportGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }