@aws-sdk/client-codebuild 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeBuild.d.ts +769 -230
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +374 -118
  4. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +32 -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 +7 -6
  53. package/dist-types/ts3.4/models/index.d.ts +1 -1
  54. package/dist-types/ts3.4/models/models_0.d.ts +1472 -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 +65 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  74. package/package.json +34 -34
@@ -1,17 +1,39 @@
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
- }
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
+ ListBuildsForProjectInput,
15
+ ListBuildsForProjectOutput,
16
+ } from "../models/models_0";
17
+ export interface ListBuildsForProjectCommandInput
18
+ extends ListBuildsForProjectInput {}
19
+ export interface ListBuildsForProjectCommandOutput
20
+ extends ListBuildsForProjectOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListBuildsForProjectCommand extends $Command<
23
+ ListBuildsForProjectCommandInput,
24
+ ListBuildsForProjectCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: ListBuildsForProjectCommandInput;
28
+ constructor(input: ListBuildsForProjectCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListBuildsForProjectCommandInput,
35
+ ListBuildsForProjectCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ ListCuratedEnvironmentImagesInput,
15
+ ListCuratedEnvironmentImagesOutput,
16
+ } from "../models/models_0";
17
+ export interface ListCuratedEnvironmentImagesCommandInput
18
+ extends ListCuratedEnvironmentImagesInput {}
19
+ export interface ListCuratedEnvironmentImagesCommandOutput
20
+ extends ListCuratedEnvironmentImagesOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListCuratedEnvironmentImagesCommand extends $Command<
23
+ ListCuratedEnvironmentImagesCommandInput,
24
+ ListCuratedEnvironmentImagesCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: ListCuratedEnvironmentImagesCommandInput;
28
+ constructor(input: ListCuratedEnvironmentImagesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListCuratedEnvironmentImagesCommandInput,
35
+ ListCuratedEnvironmentImagesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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
- }
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 { ListProjectsInput, ListProjectsOutput } from "../models/models_0";
14
+ export interface ListProjectsCommandInput extends ListProjectsInput {}
15
+ export interface ListProjectsCommandOutput
16
+ extends ListProjectsOutput,
17
+ __MetadataBearer {}
18
+ export declare class ListProjectsCommand extends $Command<
19
+ ListProjectsCommandInput,
20
+ ListProjectsCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: ListProjectsCommandInput;
24
+ constructor(input: ListProjectsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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
- }
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
+ ListReportGroupsInput,
15
+ ListReportGroupsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListReportGroupsCommandInput extends ListReportGroupsInput {}
18
+ export interface ListReportGroupsCommandOutput
19
+ extends ListReportGroupsOutput,
20
+ __MetadataBearer {}
21
+ export declare class ListReportGroupsCommand extends $Command<
22
+ ListReportGroupsCommandInput,
23
+ ListReportGroupsCommandOutput,
24
+ CodeBuildClientResolvedConfig
25
+ > {
26
+ readonly input: ListReportGroupsCommandInput;
27
+ constructor(input: ListReportGroupsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeBuildClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListReportGroupsCommandInput, ListReportGroupsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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
- }
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 { ListReportsInput, ListReportsOutput } from "../models/models_0";
14
+ export interface ListReportsCommandInput extends ListReportsInput {}
15
+ export interface ListReportsCommandOutput
16
+ extends ListReportsOutput,
17
+ __MetadataBearer {}
18
+ export declare class ListReportsCommand extends $Command<
19
+ ListReportsCommandInput,
20
+ ListReportsCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: ListReportsCommandInput;
24
+ constructor(input: ListReportsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListReportsCommandInput, ListReportsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ ListReportsForReportGroupInput,
15
+ ListReportsForReportGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface ListReportsForReportGroupCommandInput
18
+ extends ListReportsForReportGroupInput {}
19
+ export interface ListReportsForReportGroupCommandOutput
20
+ extends ListReportsForReportGroupOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListReportsForReportGroupCommand extends $Command<
23
+ ListReportsForReportGroupCommandInput,
24
+ ListReportsForReportGroupCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: ListReportsForReportGroupCommandInput;
28
+ constructor(input: ListReportsForReportGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListReportsForReportGroupCommandInput,
35
+ ListReportsForReportGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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
- }
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
+ ListSharedProjectsInput,
15
+ ListSharedProjectsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListSharedProjectsCommandInput
18
+ extends ListSharedProjectsInput {}
19
+ export interface ListSharedProjectsCommandOutput
20
+ extends ListSharedProjectsOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListSharedProjectsCommand extends $Command<
23
+ ListSharedProjectsCommandInput,
24
+ ListSharedProjectsCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: ListSharedProjectsCommandInput;
28
+ constructor(input: ListSharedProjectsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ ListSharedReportGroupsInput,
15
+ ListSharedReportGroupsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListSharedReportGroupsCommandInput
18
+ extends ListSharedReportGroupsInput {}
19
+ export interface ListSharedReportGroupsCommandOutput
20
+ extends ListSharedReportGroupsOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListSharedReportGroupsCommand extends $Command<
23
+ ListSharedReportGroupsCommandInput,
24
+ ListSharedReportGroupsCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: ListSharedReportGroupsCommandInput;
28
+ constructor(input: ListSharedReportGroupsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListSharedReportGroupsCommandInput,
35
+ ListSharedReportGroupsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ ListSourceCredentialsInput,
15
+ ListSourceCredentialsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListSourceCredentialsCommandInput
18
+ extends ListSourceCredentialsInput {}
19
+ export interface ListSourceCredentialsCommandOutput
20
+ extends ListSourceCredentialsOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListSourceCredentialsCommand extends $Command<
23
+ ListSourceCredentialsCommandInput,
24
+ ListSourceCredentialsCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: ListSourceCredentialsCommandInput;
28
+ constructor(input: ListSourceCredentialsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListSourceCredentialsCommandInput,
35
+ ListSourceCredentialsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
- }
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
+ PutResourcePolicyInput,
15
+ PutResourcePolicyOutput,
16
+ } from "../models/models_0";
17
+ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {}
18
+ export interface PutResourcePolicyCommandOutput
19
+ extends PutResourcePolicyOutput,
20
+ __MetadataBearer {}
21
+ export declare class PutResourcePolicyCommand extends $Command<
22
+ PutResourcePolicyCommandInput,
23
+ PutResourcePolicyCommandOutput,
24
+ CodeBuildClientResolvedConfig
25
+ > {
26
+ readonly input: PutResourcePolicyCommandInput;
27
+ constructor(input: PutResourcePolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeBuildClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
- }
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
+ RetryBuildBatchInput,
15
+ RetryBuildBatchOutput,
16
+ } from "../models/models_0";
17
+ export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {}
18
+ export interface RetryBuildBatchCommandOutput
19
+ extends RetryBuildBatchOutput,
20
+ __MetadataBearer {}
21
+ export declare class RetryBuildBatchCommand extends $Command<
22
+ RetryBuildBatchCommandInput,
23
+ RetryBuildBatchCommandOutput,
24
+ CodeBuildClientResolvedConfig
25
+ > {
26
+ readonly input: RetryBuildBatchCommandInput;
27
+ constructor(input: RetryBuildBatchCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeBuildClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }