@aws-sdk/client-codebuild 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CodeBuild.d.ts +814 -230
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +399 -118
  4. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/index.d.ts +45 -45
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  51. package/dist-types/ts3.4/index.d.ts +6 -6
  52. package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +8 -6
  53. package/dist-types/ts3.4/models/index.d.ts +1 -1
  54. package/dist-types/ts3.4/models/models_0.d.ts +2105 -1996
  55. package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +545 -137
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  74. package/package.json +34 -34
@@ -1,17 +1,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 { 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
+
22
+ export declare class RetryBuildBatchCommand extends $Command<
23
+ RetryBuildBatchCommandInput,
24
+ RetryBuildBatchCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: RetryBuildBatchCommandInput;
28
+ constructor(input: RetryBuildBatchCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput>;
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 { RetryBuildInput, RetryBuildOutput } from "../models/models_0";
5
- export interface RetryBuildCommandInput extends RetryBuildInput {
6
- }
7
- export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class RetryBuildCommand extends $Command<RetryBuildCommandInput, RetryBuildCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: RetryBuildCommandInput;
12
- constructor(input: RetryBuildCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryBuildCommandInput, RetryBuildCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { RetryBuildInput, RetryBuildOutput } from "../models/models_0";
14
+ export interface RetryBuildCommandInput extends RetryBuildInput {}
15
+ export interface RetryBuildCommandOutput
16
+ extends RetryBuildOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class RetryBuildCommand extends $Command<
20
+ RetryBuildCommandInput,
21
+ RetryBuildCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: RetryBuildCommandInput;
25
+ constructor(input: RetryBuildCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<RetryBuildCommandInput, RetryBuildCommandOutput>;
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 { StartBuildBatchInput, StartBuildBatchOutput } from "../models/models_0";
5
- export interface StartBuildBatchCommandInput extends StartBuildBatchInput {
6
- }
7
- export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartBuildBatchCommand extends $Command<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: StartBuildBatchCommandInput;
12
- constructor(input: StartBuildBatchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBuildBatchCommandInput, StartBuildBatchCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ StartBuildBatchInput,
15
+ StartBuildBatchOutput,
16
+ } from "../models/models_0";
17
+ export interface StartBuildBatchCommandInput extends StartBuildBatchInput {}
18
+ export interface StartBuildBatchCommandOutput
19
+ extends StartBuildBatchOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class StartBuildBatchCommand extends $Command<
23
+ StartBuildBatchCommandInput,
24
+ StartBuildBatchCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: StartBuildBatchCommandInput;
28
+ constructor(input: StartBuildBatchCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<StartBuildBatchCommandInput, StartBuildBatchCommandOutput>;
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 { StartBuildInput, StartBuildOutput } from "../models/models_0";
5
- export interface StartBuildCommandInput extends StartBuildInput {
6
- }
7
- export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartBuildCommand extends $Command<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: StartBuildCommandInput;
12
- constructor(input: StartBuildCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBuildCommandInput, StartBuildCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { StartBuildInput, StartBuildOutput } from "../models/models_0";
14
+ export interface StartBuildCommandInput extends StartBuildInput {}
15
+ export interface StartBuildCommandOutput
16
+ extends StartBuildOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class StartBuildCommand extends $Command<
20
+ StartBuildCommandInput,
21
+ StartBuildCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: StartBuildCommandInput;
25
+ constructor(input: StartBuildCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<StartBuildCommandInput, StartBuildCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
- import { StopBuildBatchInput, StopBuildBatchOutput } from "../models/models_0";
5
- export interface StopBuildBatchCommandInput extends StopBuildBatchInput {
6
- }
7
- export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StopBuildBatchCommand extends $Command<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: StopBuildBatchCommandInput;
12
- constructor(input: StopBuildBatchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBuildBatchCommandInput, StopBuildBatchCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { StopBuildBatchInput, StopBuildBatchOutput } from "../models/models_0";
14
+ export interface StopBuildBatchCommandInput extends StopBuildBatchInput {}
15
+ export interface StopBuildBatchCommandOutput
16
+ extends StopBuildBatchOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class StopBuildBatchCommand extends $Command<
20
+ StopBuildBatchCommandInput,
21
+ StopBuildBatchCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: StopBuildBatchCommandInput;
25
+ constructor(input: StopBuildBatchCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<StopBuildBatchCommandInput, StopBuildBatchCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
- import { StopBuildInput, StopBuildOutput } from "../models/models_0";
5
- export interface StopBuildCommandInput extends StopBuildInput {
6
- }
7
- export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StopBuildCommand extends $Command<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: StopBuildCommandInput;
12
- constructor(input: StopBuildCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBuildCommandInput, StopBuildCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { StopBuildInput, StopBuildOutput } from "../models/models_0";
14
+ export interface StopBuildCommandInput extends StopBuildInput {}
15
+ export interface StopBuildCommandOutput
16
+ extends StopBuildOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class StopBuildCommand extends $Command<
20
+ StopBuildCommandInput,
21
+ StopBuildCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: StopBuildCommandInput;
25
+ constructor(input: StopBuildCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<StopBuildCommandInput, StopBuildCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
- import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_0";
5
- export interface UpdateProjectCommandInput extends UpdateProjectInput {
6
- }
7
- export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: UpdateProjectCommandInput;
12
- constructor(input: UpdateProjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { UpdateProjectInput, UpdateProjectOutput } from "../models/models_0";
14
+ export interface UpdateProjectCommandInput extends UpdateProjectInput {}
15
+ export interface UpdateProjectCommandOutput
16
+ extends UpdateProjectOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateProjectCommand extends $Command<
20
+ UpdateProjectCommandInput,
21
+ UpdateProjectCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateProjectCommandInput;
25
+ constructor(input: UpdateProjectCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
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 { UpdateProjectVisibilityInput, UpdateProjectVisibilityOutput } from "../models/models_0";
5
- export interface UpdateProjectVisibilityCommandInput extends UpdateProjectVisibilityInput {
6
- }
7
- export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisibilityOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateProjectVisibilityCommand extends $Command<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: UpdateProjectVisibilityCommandInput;
12
- constructor(input: UpdateProjectVisibilityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ UpdateProjectVisibilityInput,
15
+ UpdateProjectVisibilityOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateProjectVisibilityCommandInput
18
+ extends UpdateProjectVisibilityInput {}
19
+ export interface UpdateProjectVisibilityCommandOutput
20
+ extends UpdateProjectVisibilityOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateProjectVisibilityCommand extends $Command<
24
+ UpdateProjectVisibilityCommandInput,
25
+ UpdateProjectVisibilityCommandOutput,
26
+ CodeBuildClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateProjectVisibilityCommandInput;
29
+ constructor(input: UpdateProjectVisibilityCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeBuildClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateProjectVisibilityCommandInput,
37
+ UpdateProjectVisibilityCommandOutput
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 { UpdateReportGroupInput, UpdateReportGroupOutput } from "../models/models_0";
5
- export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {
6
- }
7
- export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateReportGroupCommand extends $Command<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: UpdateReportGroupCommandInput;
12
- constructor(input: UpdateReportGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ UpdateReportGroupInput,
15
+ UpdateReportGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {}
18
+ export interface UpdateReportGroupCommandOutput
19
+ extends UpdateReportGroupOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateReportGroupCommand extends $Command<
23
+ UpdateReportGroupCommandInput,
24
+ UpdateReportGroupCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateReportGroupCommandInput;
28
+ constructor(input: UpdateReportGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeBuildClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput>;
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 { UpdateWebhookInput, UpdateWebhookOutput } from "../models/models_0";
5
- export interface UpdateWebhookCommandInput extends UpdateWebhookInput {
6
- }
7
- export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateWebhookCommand extends $Command<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig> {
11
- readonly input: UpdateWebhookCommandInput;
12
- constructor(input: UpdateWebhookCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWebhookCommandInput, UpdateWebhookCommandOutput>;
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 { UpdateWebhookInput, UpdateWebhookOutput } from "../models/models_0";
14
+ export interface UpdateWebhookCommandInput extends UpdateWebhookInput {}
15
+ export interface UpdateWebhookCommandOutput
16
+ extends UpdateWebhookOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateWebhookCommand extends $Command<
20
+ UpdateWebhookCommandInput,
21
+ UpdateWebhookCommandOutput,
22
+ CodeBuildClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateWebhookCommandInput;
25
+ constructor(input: UpdateWebhookCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeBuildClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateWebhookCommandInput, UpdateWebhookCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,45 +1,45 @@
1
- export * from "./BatchDeleteBuildsCommand";
2
- export * from "./BatchGetBuildBatchesCommand";
3
- export * from "./BatchGetBuildsCommand";
4
- export * from "./BatchGetProjectsCommand";
5
- export * from "./BatchGetReportGroupsCommand";
6
- export * from "./BatchGetReportsCommand";
7
- export * from "./CreateProjectCommand";
8
- export * from "./CreateReportGroupCommand";
9
- export * from "./CreateWebhookCommand";
10
- export * from "./DeleteBuildBatchCommand";
11
- export * from "./DeleteProjectCommand";
12
- export * from "./DeleteReportCommand";
13
- export * from "./DeleteReportGroupCommand";
14
- export * from "./DeleteResourcePolicyCommand";
15
- export * from "./DeleteSourceCredentialsCommand";
16
- export * from "./DeleteWebhookCommand";
17
- export * from "./DescribeCodeCoveragesCommand";
18
- export * from "./DescribeTestCasesCommand";
19
- export * from "./GetReportGroupTrendCommand";
20
- export * from "./GetResourcePolicyCommand";
21
- export * from "./ImportSourceCredentialsCommand";
22
- export * from "./InvalidateProjectCacheCommand";
23
- export * from "./ListBuildBatchesCommand";
24
- export * from "./ListBuildBatchesForProjectCommand";
25
- export * from "./ListBuildsCommand";
26
- export * from "./ListBuildsForProjectCommand";
27
- export * from "./ListCuratedEnvironmentImagesCommand";
28
- export * from "./ListProjectsCommand";
29
- export * from "./ListReportGroupsCommand";
30
- export * from "./ListReportsCommand";
31
- export * from "./ListReportsForReportGroupCommand";
32
- export * from "./ListSharedProjectsCommand";
33
- export * from "./ListSharedReportGroupsCommand";
34
- export * from "./ListSourceCredentialsCommand";
35
- export * from "./PutResourcePolicyCommand";
36
- export * from "./RetryBuildBatchCommand";
37
- export * from "./RetryBuildCommand";
38
- export * from "./StartBuildBatchCommand";
39
- export * from "./StartBuildCommand";
40
- export * from "./StopBuildBatchCommand";
41
- export * from "./StopBuildCommand";
42
- export * from "./UpdateProjectCommand";
43
- export * from "./UpdateProjectVisibilityCommand";
44
- export * from "./UpdateReportGroupCommand";
45
- export * from "./UpdateWebhookCommand";
1
+ export * from "./BatchDeleteBuildsCommand";
2
+ export * from "./BatchGetBuildBatchesCommand";
3
+ export * from "./BatchGetBuildsCommand";
4
+ export * from "./BatchGetProjectsCommand";
5
+ export * from "./BatchGetReportGroupsCommand";
6
+ export * from "./BatchGetReportsCommand";
7
+ export * from "./CreateProjectCommand";
8
+ export * from "./CreateReportGroupCommand";
9
+ export * from "./CreateWebhookCommand";
10
+ export * from "./DeleteBuildBatchCommand";
11
+ export * from "./DeleteProjectCommand";
12
+ export * from "./DeleteReportCommand";
13
+ export * from "./DeleteReportGroupCommand";
14
+ export * from "./DeleteResourcePolicyCommand";
15
+ export * from "./DeleteSourceCredentialsCommand";
16
+ export * from "./DeleteWebhookCommand";
17
+ export * from "./DescribeCodeCoveragesCommand";
18
+ export * from "./DescribeTestCasesCommand";
19
+ export * from "./GetReportGroupTrendCommand";
20
+ export * from "./GetResourcePolicyCommand";
21
+ export * from "./ImportSourceCredentialsCommand";
22
+ export * from "./InvalidateProjectCacheCommand";
23
+ export * from "./ListBuildBatchesCommand";
24
+ export * from "./ListBuildBatchesForProjectCommand";
25
+ export * from "./ListBuildsCommand";
26
+ export * from "./ListBuildsForProjectCommand";
27
+ export * from "./ListCuratedEnvironmentImagesCommand";
28
+ export * from "./ListProjectsCommand";
29
+ export * from "./ListReportGroupsCommand";
30
+ export * from "./ListReportsCommand";
31
+ export * from "./ListReportsForReportGroupCommand";
32
+ export * from "./ListSharedProjectsCommand";
33
+ export * from "./ListSharedReportGroupsCommand";
34
+ export * from "./ListSourceCredentialsCommand";
35
+ export * from "./PutResourcePolicyCommand";
36
+ export * from "./RetryBuildBatchCommand";
37
+ export * from "./RetryBuildCommand";
38
+ export * from "./StartBuildBatchCommand";
39
+ export * from "./StartBuildCommand";
40
+ export * from "./StopBuildBatchCommand";
41
+ export * from "./StopBuildCommand";
42
+ export * from "./UpdateProjectCommand";
43
+ export * from "./UpdateProjectVisibilityCommand";
44
+ export * from "./UpdateReportGroupCommand";
45
+ export * from "./UpdateWebhookCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;