@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,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 { 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
+ export declare class RetryBuildCommand extends $Command<
19
+ RetryBuildCommandInput,
20
+ RetryBuildCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: RetryBuildCommandInput;
24
+ constructor(input: RetryBuildCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RetryBuildCommandInput, RetryBuildCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
- import { 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
+ export declare class StartBuildBatchCommand extends $Command<
22
+ StartBuildBatchCommandInput,
23
+ StartBuildBatchCommandOutput,
24
+ CodeBuildClientResolvedConfig
25
+ > {
26
+ readonly input: StartBuildBatchCommandInput;
27
+ constructor(input: StartBuildBatchCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeBuildClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<StartBuildBatchCommandInput, StartBuildBatchCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
- import { 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
+ export declare class StartBuildCommand extends $Command<
19
+ StartBuildCommandInput,
20
+ StartBuildCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: StartBuildCommandInput;
24
+ constructor(input: StartBuildCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StartBuildCommandInput, StartBuildCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+ export declare class StopBuildBatchCommand extends $Command<
19
+ StopBuildBatchCommandInput,
20
+ StopBuildBatchCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: StopBuildBatchCommandInput;
24
+ constructor(input: StopBuildBatchCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StopBuildBatchCommandInput, StopBuildBatchCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+ export declare class StopBuildCommand extends $Command<
19
+ StopBuildCommandInput,
20
+ StopBuildCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: StopBuildCommandInput;
24
+ constructor(input: StopBuildCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StopBuildCommandInput, StopBuildCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+ export declare class UpdateProjectCommand extends $Command<
19
+ UpdateProjectCommandInput,
20
+ UpdateProjectCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateProjectCommandInput;
24
+ constructor(input: UpdateProjectCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
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 { 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
+ export declare class UpdateProjectVisibilityCommand extends $Command<
23
+ UpdateProjectVisibilityCommandInput,
24
+ UpdateProjectVisibilityCommandOutput,
25
+ CodeBuildClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateProjectVisibilityCommandInput;
28
+ constructor(input: UpdateProjectVisibilityCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeBuildClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateProjectVisibilityCommandInput,
35
+ UpdateProjectVisibilityCommandOutput
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 { 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
+ export declare class UpdateReportGroupCommand extends $Command<
22
+ UpdateReportGroupCommandInput,
23
+ UpdateReportGroupCommandOutput,
24
+ CodeBuildClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateReportGroupCommandInput;
27
+ constructor(input: UpdateReportGroupCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeBuildClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
4
- import { 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
+ export declare class UpdateWebhookCommand extends $Command<
19
+ UpdateWebhookCommandInput,
20
+ UpdateWebhookCommandOutput,
21
+ CodeBuildClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateWebhookCommandInput;
24
+ constructor(input: UpdateWebhookCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeBuildClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateWebhookCommandInput, UpdateWebhookCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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;
@@ -1,6 +1,6 @@
1
- export * from "./CodeBuild";
2
- export * from "./CodeBuildClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { CodeBuildServiceException } from "./models/CodeBuildServiceException";
1
+ export * from "./CodeBuild";
2
+ export * from "./CodeBuildClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { CodeBuildServiceException } from "./models/CodeBuildServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class CodeBuildServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class CodeBuildServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";