@aws-sdk/client-codebuild 3.168.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 +16 -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 { 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
- }
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 { ListBuildsInput, ListBuildsOutput } from "../models/models_0";
14
+ export interface ListBuildsCommandInput extends ListBuildsInput {}
15
+ export interface ListBuildsCommandOutput
16
+ extends ListBuildsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListBuildsCommand extends $Command<
20
+ ListBuildsCommandInput,
21
+ ListBuildsCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: ListBuildsCommandInput;
25
+ constructor(input: ListBuildsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListBuildsCommandInput, ListBuildsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { 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
+
23
+ export declare class ListBuildsForProjectCommand extends $Command<
24
+ ListBuildsForProjectCommandInput,
25
+ ListBuildsForProjectCommandOutput,
26
+ CodeBuildClientResolvedConfig
27
+ > {
28
+ readonly input: ListBuildsForProjectCommandInput;
29
+ constructor(input: ListBuildsForProjectCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeBuildClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListBuildsForProjectCommandInput,
37
+ ListBuildsForProjectCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
23
+ export declare class ListCuratedEnvironmentImagesCommand extends $Command<
24
+ ListCuratedEnvironmentImagesCommandInput,
25
+ ListCuratedEnvironmentImagesCommandOutput,
26
+ CodeBuildClientResolvedConfig
27
+ > {
28
+ readonly input: ListCuratedEnvironmentImagesCommandInput;
29
+ constructor(input: ListCuratedEnvironmentImagesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeBuildClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCuratedEnvironmentImagesCommandInput,
37
+ ListCuratedEnvironmentImagesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
19
+ export declare class ListProjectsCommand extends $Command<
20
+ ListProjectsCommandInput,
21
+ ListProjectsCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: ListProjectsCommandInput;
25
+ constructor(input: ListProjectsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
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 { 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
+
22
+ export declare class ListReportGroupsCommand extends $Command<
23
+ ListReportGroupsCommandInput,
24
+ ListReportGroupsCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: ListReportGroupsCommandInput;
28
+ constructor(input: ListReportGroupsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListReportGroupsCommandInput, ListReportGroupsCommandOutput>;
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 { 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
+
19
+ export declare class ListReportsCommand extends $Command<
20
+ ListReportsCommandInput,
21
+ ListReportsCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: ListReportsCommandInput;
25
+ constructor(input: ListReportsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListReportsCommandInput, ListReportsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { 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
+
23
+ export declare class ListReportsForReportGroupCommand extends $Command<
24
+ ListReportsForReportGroupCommandInput,
25
+ ListReportsForReportGroupCommandOutput,
26
+ CodeBuildClientResolvedConfig
27
+ > {
28
+ readonly input: ListReportsForReportGroupCommandInput;
29
+ constructor(input: ListReportsForReportGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeBuildClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListReportsForReportGroupCommandInput,
37
+ ListReportsForReportGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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
+
23
+ export declare class ListSharedProjectsCommand extends $Command<
24
+ ListSharedProjectsCommandInput,
25
+ ListSharedProjectsCommandOutput,
26
+ CodeBuildClientResolvedConfig
27
+ > {
28
+ readonly input: ListSharedProjectsCommandInput;
29
+ constructor(input: ListSharedProjectsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeBuildClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { 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
+
23
+ export declare class ListSharedReportGroupsCommand extends $Command<
24
+ ListSharedReportGroupsCommandInput,
25
+ ListSharedReportGroupsCommandOutput,
26
+ CodeBuildClientResolvedConfig
27
+ > {
28
+ readonly input: ListSharedReportGroupsCommandInput;
29
+ constructor(input: ListSharedReportGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeBuildClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListSharedReportGroupsCommandInput,
37
+ ListSharedReportGroupsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
23
+ export declare class ListSourceCredentialsCommand extends $Command<
24
+ ListSourceCredentialsCommandInput,
25
+ ListSourceCredentialsCommandOutput,
26
+ CodeBuildClientResolvedConfig
27
+ > {
28
+ readonly input: ListSourceCredentialsCommandInput;
29
+ constructor(input: ListSourceCredentialsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeBuildClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListSourceCredentialsCommandInput,
37
+ ListSourceCredentialsCommandOutput
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 { 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
+
22
+ export declare class PutResourcePolicyCommand extends $Command<
23
+ PutResourcePolicyCommandInput,
24
+ PutResourcePolicyCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: PutResourcePolicyCommandInput;
28
+ constructor(input: PutResourcePolicyCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }