@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 { DeleteSourceCredentialsInput, DeleteSourceCredentialsOutput } from "../models/models_0";
5
- export interface DeleteSourceCredentialsCommandInput extends DeleteSourceCredentialsInput {
6
- }
7
- export interface DeleteSourceCredentialsCommandOutput extends DeleteSourceCredentialsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSourceCredentialsCommand extends $Command<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: DeleteSourceCredentialsCommandInput;
12
- constructor(input: DeleteSourceCredentialsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DeleteSourceCredentialsInput,
15
+ DeleteSourceCredentialsOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteSourceCredentialsCommandInput
18
+ extends DeleteSourceCredentialsInput {}
19
+ export interface DeleteSourceCredentialsCommandOutput
20
+ extends DeleteSourceCredentialsOutput,
21
+ __MetadataBearer {}
22
+ export declare class DeleteSourceCredentialsCommand extends $Command<
23
+ DeleteSourceCredentialsCommandInput,
24
+ DeleteSourceCredentialsCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteSourceCredentialsCommandInput;
28
+ constructor(input: DeleteSourceCredentialsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteSourceCredentialsCommandInput,
35
+ DeleteSourceCredentialsCommandOutput
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 { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
5
- export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
6
- }
7
- export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWebhookCommand extends $Command<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: DeleteWebhookCommandInput;
12
- constructor(input: DeleteWebhookCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
14
+ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {}
15
+ export interface DeleteWebhookCommandOutput
16
+ extends DeleteWebhookOutput,
17
+ __MetadataBearer {}
18
+ export declare class DeleteWebhookCommand extends $Command<
19
+ DeleteWebhookCommandInput,
20
+ DeleteWebhookCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteWebhookCommandInput;
24
+ constructor(input: DeleteWebhookCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
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 { DescribeCodeCoveragesInput, DescribeCodeCoveragesOutput } from "../models/models_0";
5
- export interface DescribeCodeCoveragesCommandInput extends DescribeCodeCoveragesInput {
6
- }
7
- export interface DescribeCodeCoveragesCommandOutput extends DescribeCodeCoveragesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCodeCoveragesCommand extends $Command<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: DescribeCodeCoveragesCommandInput;
12
- constructor(input: DescribeCodeCoveragesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DescribeCodeCoveragesInput,
15
+ DescribeCodeCoveragesOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeCodeCoveragesCommandInput
18
+ extends DescribeCodeCoveragesInput {}
19
+ export interface DescribeCodeCoveragesCommandOutput
20
+ extends DescribeCodeCoveragesOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeCodeCoveragesCommand extends $Command<
23
+ DescribeCodeCoveragesCommandInput,
24
+ DescribeCodeCoveragesCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeCodeCoveragesCommandInput;
28
+ constructor(input: DescribeCodeCoveragesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeCodeCoveragesCommandInput,
35
+ DescribeCodeCoveragesCommandOutput
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 { DescribeTestCasesInput, DescribeTestCasesOutput } from "../models/models_0";
5
- export interface DescribeTestCasesCommandInput extends DescribeTestCasesInput {
6
- }
7
- export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTestCasesCommand extends $Command<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: DescribeTestCasesCommandInput;
12
- constructor(input: DescribeTestCasesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ DescribeTestCasesInput,
15
+ DescribeTestCasesOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeTestCasesCommandInput extends DescribeTestCasesInput {}
18
+ export interface DescribeTestCasesCommandOutput
19
+ extends DescribeTestCasesOutput,
20
+ __MetadataBearer {}
21
+ export declare class DescribeTestCasesCommand extends $Command<
22
+ DescribeTestCasesCommandInput,
23
+ DescribeTestCasesCommandOutput,
24
+ CodeBuildClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeTestCasesCommandInput;
27
+ constructor(input: DescribeTestCasesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeBuildClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { GetReportGroupTrendInput, GetReportGroupTrendOutput } from "../models/models_0";
5
- export interface GetReportGroupTrendCommandInput extends GetReportGroupTrendInput {
6
- }
7
- export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetReportGroupTrendCommand extends $Command<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: GetReportGroupTrendCommandInput;
12
- constructor(input: GetReportGroupTrendCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ GetReportGroupTrendInput,
15
+ GetReportGroupTrendOutput,
16
+ } from "../models/models_0";
17
+ export interface GetReportGroupTrendCommandInput
18
+ extends GetReportGroupTrendInput {}
19
+ export interface GetReportGroupTrendCommandOutput
20
+ extends GetReportGroupTrendOutput,
21
+ __MetadataBearer {}
22
+ export declare class GetReportGroupTrendCommand extends $Command<
23
+ GetReportGroupTrendCommandInput,
24
+ GetReportGroupTrendCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: GetReportGroupTrendCommandInput;
28
+ constructor(input: GetReportGroupTrendCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0";
5
- export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {
6
- }
7
- export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: GetResourcePolicyCommandInput;
12
- constructor(input: GetResourcePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ GetResourcePolicyInput,
15
+ GetResourcePolicyOutput,
16
+ } from "../models/models_0";
17
+ export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {}
18
+ export interface GetResourcePolicyCommandOutput
19
+ extends GetResourcePolicyOutput,
20
+ __MetadataBearer {}
21
+ export declare class GetResourcePolicyCommand extends $Command<
22
+ GetResourcePolicyCommandInput,
23
+ GetResourcePolicyCommandOutput,
24
+ CodeBuildClientResolvedConfig
25
+ > {
26
+ readonly input: GetResourcePolicyCommandInput;
27
+ constructor(input: GetResourcePolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeBuildClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ImportSourceCredentialsInput, ImportSourceCredentialsOutput } from "../models/models_0";
5
- export interface ImportSourceCredentialsCommandInput extends ImportSourceCredentialsInput {
6
- }
7
- export interface ImportSourceCredentialsCommandOutput extends ImportSourceCredentialsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportSourceCredentialsCommand extends $Command<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: ImportSourceCredentialsCommandInput;
12
- constructor(input: ImportSourceCredentialsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ ImportSourceCredentialsInput,
15
+ ImportSourceCredentialsOutput,
16
+ } from "../models/models_0";
17
+ export interface ImportSourceCredentialsCommandInput
18
+ extends ImportSourceCredentialsInput {}
19
+ export interface ImportSourceCredentialsCommandOutput
20
+ extends ImportSourceCredentialsOutput,
21
+ __MetadataBearer {}
22
+ export declare class ImportSourceCredentialsCommand extends $Command<
23
+ ImportSourceCredentialsCommandInput,
24
+ ImportSourceCredentialsCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: ImportSourceCredentialsCommandInput;
28
+ constructor(input: ImportSourceCredentialsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ImportSourceCredentialsCommandInput,
35
+ ImportSourceCredentialsCommandOutput
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 { InvalidateProjectCacheInput, InvalidateProjectCacheOutput } from "../models/models_0";
5
- export interface InvalidateProjectCacheCommandInput extends InvalidateProjectCacheInput {
6
- }
7
- export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCacheOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class InvalidateProjectCacheCommand extends $Command<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: InvalidateProjectCacheCommandInput;
12
- constructor(input: InvalidateProjectCacheCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ InvalidateProjectCacheInput,
15
+ InvalidateProjectCacheOutput,
16
+ } from "../models/models_0";
17
+ export interface InvalidateProjectCacheCommandInput
18
+ extends InvalidateProjectCacheInput {}
19
+ export interface InvalidateProjectCacheCommandOutput
20
+ extends InvalidateProjectCacheOutput,
21
+ __MetadataBearer {}
22
+ export declare class InvalidateProjectCacheCommand extends $Command<
23
+ InvalidateProjectCacheCommandInput,
24
+ InvalidateProjectCacheCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: InvalidateProjectCacheCommandInput;
28
+ constructor(input: InvalidateProjectCacheCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ InvalidateProjectCacheCommandInput,
35
+ InvalidateProjectCacheCommandOutput
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 { ListBuildBatchesInput, ListBuildBatchesOutput } from "../models/models_0";
5
- export interface ListBuildBatchesCommandInput extends ListBuildBatchesInput {
6
- }
7
- export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBuildBatchesCommand extends $Command<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: ListBuildBatchesCommandInput;
12
- constructor(input: ListBuildBatchesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ ListBuildBatchesInput,
15
+ ListBuildBatchesOutput,
16
+ } from "../models/models_0";
17
+ export interface ListBuildBatchesCommandInput extends ListBuildBatchesInput {}
18
+ export interface ListBuildBatchesCommandOutput
19
+ extends ListBuildBatchesOutput,
20
+ __MetadataBearer {}
21
+ export declare class ListBuildBatchesCommand extends $Command<
22
+ ListBuildBatchesCommandInput,
23
+ ListBuildBatchesCommandOutput,
24
+ CodeBuildClientResolvedConfig
25
+ > {
26
+ readonly input: ListBuildBatchesCommandInput;
27
+ constructor(input: ListBuildBatchesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeBuildClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ListBuildBatchesForProjectInput, ListBuildBatchesForProjectOutput } from "../models/models_0";
5
- export interface ListBuildBatchesForProjectCommandInput extends ListBuildBatchesForProjectInput {
6
- }
7
- export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatchesForProjectOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBuildBatchesForProjectCommand extends $Command<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: ListBuildBatchesForProjectCommandInput;
12
- constructor(input: ListBuildBatchesForProjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ ListBuildBatchesForProjectInput,
15
+ ListBuildBatchesForProjectOutput,
16
+ } from "../models/models_0";
17
+ export interface ListBuildBatchesForProjectCommandInput
18
+ extends ListBuildBatchesForProjectInput {}
19
+ export interface ListBuildBatchesForProjectCommandOutput
20
+ extends ListBuildBatchesForProjectOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListBuildBatchesForProjectCommand extends $Command<
23
+ ListBuildBatchesForProjectCommandInput,
24
+ ListBuildBatchesForProjectCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: ListBuildBatchesForProjectCommandInput;
28
+ constructor(input: ListBuildBatchesForProjectCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListBuildBatchesForProjectCommandInput,
35
+ ListBuildBatchesForProjectCommandOutput
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 { 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
+ export declare class ListBuildsCommand extends $Command<
19
+ ListBuildsCommandInput,
20
+ ListBuildsCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: ListBuildsCommandInput;
24
+ constructor(input: ListBuildsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListBuildsCommandInput, ListBuildsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }