@aws-sdk/client-codebuild 3.36.0 → 3.39.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.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/CodeBuild.js +0 -13
- package/dist-cjs/CodeBuildClient.js +0 -18
- package/dist-cjs/commands/BatchDeleteBuildsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +0 -24
- package/dist-cjs/commands/BatchGetBuildsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetProjectsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +0 -26
- package/dist-cjs/commands/BatchGetReportsCommand.js +0 -26
- package/dist-cjs/commands/CreateProjectCommand.js +0 -24
- package/dist-cjs/commands/CreateReportGroupCommand.js +0 -26
- package/dist-cjs/commands/CreateWebhookCommand.js +0 -34
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/DeleteProjectCommand.js +0 -25
- package/dist-cjs/commands/DeleteReportCommand.js +0 -26
- package/dist-cjs/commands/DeleteReportGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +0 -24
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +0 -24
- package/dist-cjs/commands/DeleteWebhookCommand.js +0 -26
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +0 -24
- package/dist-cjs/commands/DescribeTestCasesCommand.js +0 -26
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +0 -24
- package/dist-cjs/commands/GetResourcePolicyCommand.js +0 -24
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +0 -25
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +0 -24
- package/dist-cjs/commands/ListBuildBatchesCommand.js +0 -24
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +0 -24
- package/dist-cjs/commands/ListBuildsCommand.js +0 -24
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +0 -25
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +0 -24
- package/dist-cjs/commands/ListProjectsCommand.js +0 -25
- package/dist-cjs/commands/ListReportGroupsCommand.js +0 -26
- package/dist-cjs/commands/ListReportsCommand.js +0 -26
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +0 -26
- package/dist-cjs/commands/ListSharedProjectsCommand.js +0 -24
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +0 -24
- package/dist-cjs/commands/PutResourcePolicyCommand.js +0 -25
- package/dist-cjs/commands/RetryBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/RetryBuildCommand.js +0 -24
- package/dist-cjs/commands/StartBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/StartBuildCommand.js +0 -24
- package/dist-cjs/commands/StopBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/StopBuildCommand.js +0 -24
- package/dist-cjs/commands/UpdateProjectCommand.js +0 -24
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +0 -61
- package/dist-cjs/commands/UpdateReportGroupCommand.js +0 -26
- package/dist-cjs/commands/UpdateWebhookCommand.js +0 -28
- package/dist-cjs/commands/index.js +48 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -60
- package/dist-cjs/models/models_0.js +0 -444
- package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeTestCasesPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildBatchesPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildsPaginator.js +0 -10
- package/dist-cjs/pagination/ListProjectsPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportsPaginator.js +0 -10
- package/dist-cjs/pagination/ListSharedProjectsPaginator.js +0 -10
- package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +45 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -60
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +45 -0
- package/dist-types/index.d.ts +4 -60
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +46 -225
- package/dist-types/ts3.4/CodeBuildClient.d.ts +24 -99
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +2 -57
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/index.d.ts +45 -0
- package/dist-types/ts3.4/index.d.ts +4 -60
- package/dist-types/ts3.4/models/models_0.d.ts +768 -4566
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -6,29 +6,11 @@ export interface ListSourceCredentialsCommandInput extends ListSourceCredentials
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListSourceCredentialsCommandOutput extends ListSourceCredentialsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Returns a list of <code>SourceCredentialsInfo</code> objects. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, ListSourceCredentialsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, ListSourceCredentialsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new ListSourceCredentialsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListSourceCredentialsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListSourceCredentialsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListSourceCredentialsCommand extends $Command<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: ListSourceCredentialsCommandInput;
|
|
28
12
|
constructor(input: ListSourceCredentialsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Stores a resource policy for the ARN of a <code>Project</code> or
|
|
11
|
-
* <code>ReportGroup</code> object. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeBuildClient, PutResourcePolicyCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
16
|
-
* // const { CodeBuildClient, PutResourcePolicyCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
17
|
-
* const client = new CodeBuildClient(config);
|
|
18
|
-
* const command = new PutResourcePolicyCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link PutResourcePolicyCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig> {
|
|
28
11
|
readonly input: PutResourcePolicyCommandInput;
|
|
29
12
|
constructor(input: PutResourcePolicyCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Restarts a failed batch build. Only batch builds that have failed can be retried.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, RetryBuildBatchCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, RetryBuildBatchCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new RetryBuildBatchCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link RetryBuildBatchCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link RetryBuildBatchCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class RetryBuildBatchCommand extends $Command<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: RetryBuildBatchCommandInput;
|
|
28
12
|
constructor(input: RetryBuildBatchCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface RetryBuildCommandInput extends RetryBuildInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Restarts a build.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, RetryBuildCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, RetryBuildCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new RetryBuildCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link RetryBuildCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link RetryBuildCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class RetryBuildCommand extends $Command<RetryBuildCommandInput, RetryBuildCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: RetryBuildCommandInput;
|
|
28
12
|
constructor(input: RetryBuildCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryBuildCommandInput, RetryBuildCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface StartBuildBatchCommandInput extends StartBuildBatchInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts a batch build for a project.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, StartBuildBatchCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, StartBuildBatchCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new StartBuildBatchCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link StartBuildBatchCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link StartBuildBatchCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class StartBuildBatchCommand extends $Command<StartBuildBatchCommandInput, StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: StartBuildBatchCommandInput;
|
|
28
12
|
constructor(input: StartBuildBatchCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBuildBatchCommandInput, StartBuildBatchCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface StartBuildCommandInput extends StartBuildInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Starts running a build.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, StartBuildCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, StartBuildCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new StartBuildCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link StartBuildCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link StartBuildCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class StartBuildCommand extends $Command<StartBuildCommandInput, StartBuildCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: StartBuildCommandInput;
|
|
28
12
|
constructor(input: StartBuildCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBuildCommandInput, StartBuildCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface StopBuildBatchCommandInput extends StopBuildBatchInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Stops a running batch build.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, StopBuildBatchCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, StopBuildBatchCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new StopBuildBatchCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link StopBuildBatchCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link StopBuildBatchCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class StopBuildBatchCommand extends $Command<StopBuildBatchCommandInput, StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: StopBuildBatchCommandInput;
|
|
28
12
|
constructor(input: StopBuildBatchCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBuildBatchCommandInput, StopBuildBatchCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface StopBuildCommandInput extends StopBuildInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Attempts to stop running a build.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, StopBuildCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, StopBuildCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new StopBuildCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link StopBuildCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link StopBuildCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class StopBuildCommand extends $Command<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: StopBuildCommandInput;
|
|
28
12
|
constructor(input: StopBuildCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBuildCommandInput, StopBuildCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UpdateProjectCommandInput extends UpdateProjectInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Changes the settings of a build project.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeBuildClient, UpdateProjectCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
15
|
-
* // const { CodeBuildClient, UpdateProjectCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
16
|
-
* const client = new CodeBuildClient(config);
|
|
17
|
-
* const command = new UpdateProjectCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateProjectCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateProjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdateProjectCommandInput;
|
|
28
12
|
constructor(input: UpdateProjectCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,66 +6,11 @@ export interface UpdateProjectVisibilityCommandInput extends UpdateProjectVisibi
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisibilityOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Changes the public visibility for a project. The project's build results, logs, and
|
|
11
|
-
* artifacts are available to the general public. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/public-builds.html">Public build
|
|
12
|
-
* projects</a> in the <i>CodeBuild User Guide</i>.</p>
|
|
13
|
-
* <important>
|
|
14
|
-
* <p>The following should be kept in mind when making your projects public:</p>
|
|
15
|
-
* <ul>
|
|
16
|
-
* <li>
|
|
17
|
-
* <p>All of a project's build results, logs, and artifacts, including builds that were run
|
|
18
|
-
* when the project was private, are available to the general public.</p>
|
|
19
|
-
* </li>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>All build logs and artifacts are available to the public. Environment variables, source
|
|
22
|
-
* code, and other sensitive information may have been output to the build logs and artifacts.
|
|
23
|
-
* You must be careful about what information is output to the build logs. Some best practice
|
|
24
|
-
* are:</p>
|
|
25
|
-
* <ul>
|
|
26
|
-
* <li>
|
|
27
|
-
* <p>Do not store sensitive values, especially Amazon Web Services access key IDs and secret access
|
|
28
|
-
* keys, in environment variables. We recommend that you use an Amazon EC2 Systems Manager Parameter Store
|
|
29
|
-
* or Secrets Manager to store sensitive values.</p>
|
|
30
|
-
* </li>
|
|
31
|
-
* <li>
|
|
32
|
-
* <p>Follow <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/webhooks.html#webhook-best-practices">Best
|
|
33
|
-
* practices for using webhooks</a> in the <i>CodeBuild User
|
|
34
|
-
* Guide</i> to limit which entities can trigger a build, and do
|
|
35
|
-
* not store the buildspec in the project itself, to ensure that your webhooks are as
|
|
36
|
-
* secure as possible.</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* </ul>
|
|
39
|
-
* </li>
|
|
40
|
-
* <li>
|
|
41
|
-
* <p>A malicious user can use public builds to distribute malicious artifacts. We recommend
|
|
42
|
-
* that you review all pull requests to verify that the pull request is a legitimate change. We
|
|
43
|
-
* also recommend that you validate any artifacts with their checksums to make sure that the
|
|
44
|
-
* correct artifacts are being downloaded.</p>
|
|
45
|
-
* </li>
|
|
46
|
-
* </ul>
|
|
47
|
-
* </important>
|
|
48
|
-
* @example
|
|
49
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
50
|
-
* ```javascript
|
|
51
|
-
* import { CodeBuildClient, UpdateProjectVisibilityCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
52
|
-
* // const { CodeBuildClient, UpdateProjectVisibilityCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
53
|
-
* const client = new CodeBuildClient(config);
|
|
54
|
-
* const command = new UpdateProjectVisibilityCommand(input);
|
|
55
|
-
* const response = await client.send(command);
|
|
56
|
-
* ```
|
|
57
|
-
*
|
|
58
|
-
* @see {@link UpdateProjectVisibilityCommandInput} for command's `input` shape.
|
|
59
|
-
* @see {@link UpdateProjectVisibilityCommandOutput} for command's `response` shape.
|
|
60
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
61
|
-
*
|
|
62
|
-
*/
|
|
9
|
+
|
|
63
10
|
export declare class UpdateProjectVisibilityCommand extends $Command<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig> {
|
|
64
11
|
readonly input: UpdateProjectVisibilityCommandInput;
|
|
65
12
|
constructor(input: UpdateProjectVisibilityCommandInput);
|
|
66
|
-
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
13
|
+
|
|
69
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput>;
|
|
70
15
|
private serialize;
|
|
71
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>
|
|
11
|
-
* Updates a report group.
|
|
12
|
-
* </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeBuildClient, UpdateReportGroupCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
17
|
-
* // const { CodeBuildClient, UpdateReportGroupCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
18
|
-
* const client = new CodeBuildClient(config);
|
|
19
|
-
* const command = new UpdateReportGroupCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link UpdateReportGroupCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link UpdateReportGroupCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class UpdateReportGroupCommand extends $Command<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
|
|
29
11
|
readonly input: UpdateReportGroupCommandInput;
|
|
30
12
|
constructor(input: UpdateReportGroupCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface UpdateWebhookCommandInput extends UpdateWebhookInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Updates the webhook associated with an CodeBuild build project. </p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p> If you use Bitbucket for your repository, <code>rotateSecret</code> is ignored.
|
|
13
|
-
* </p>
|
|
14
|
-
* </note>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { CodeBuildClient, UpdateWebhookCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
19
|
-
* // const { CodeBuildClient, UpdateWebhookCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
20
|
-
* const client = new CodeBuildClient(config);
|
|
21
|
-
* const command = new UpdateWebhookCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link UpdateWebhookCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link UpdateWebhookCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CodeBuildClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class UpdateWebhookCommand extends $Command<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig> {
|
|
31
11
|
readonly input: UpdateWebhookCommandInput;
|
|
32
12
|
constructor(input: UpdateWebhookCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWebhookCommandInput, UpdateWebhookCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -0,0 +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,61 +1,5 @@
|
|
|
1
|
-
export * from "./CodeBuildClient";
|
|
2
1
|
export * from "./CodeBuild";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchGetReportGroupsCommand";
|
|
8
|
-
export * from "./commands/BatchGetReportsCommand";
|
|
9
|
-
export * from "./commands/CreateProjectCommand";
|
|
10
|
-
export * from "./commands/CreateReportGroupCommand";
|
|
11
|
-
export * from "./commands/CreateWebhookCommand";
|
|
12
|
-
export * from "./commands/DeleteBuildBatchCommand";
|
|
13
|
-
export * from "./commands/DeleteProjectCommand";
|
|
14
|
-
export * from "./commands/DeleteReportCommand";
|
|
15
|
-
export * from "./commands/DeleteReportGroupCommand";
|
|
16
|
-
export * from "./commands/DeleteResourcePolicyCommand";
|
|
17
|
-
export * from "./commands/DeleteSourceCredentialsCommand";
|
|
18
|
-
export * from "./commands/DeleteWebhookCommand";
|
|
19
|
-
export * from "./commands/DescribeCodeCoveragesCommand";
|
|
20
|
-
export * from "./pagination/DescribeCodeCoveragesPaginator";
|
|
21
|
-
export * from "./commands/DescribeTestCasesCommand";
|
|
22
|
-
export * from "./pagination/DescribeTestCasesPaginator";
|
|
23
|
-
export * from "./commands/GetReportGroupTrendCommand";
|
|
24
|
-
export * from "./commands/GetResourcePolicyCommand";
|
|
25
|
-
export * from "./commands/ImportSourceCredentialsCommand";
|
|
26
|
-
export * from "./commands/InvalidateProjectCacheCommand";
|
|
27
|
-
export * from "./commands/ListBuildBatchesCommand";
|
|
28
|
-
export * from "./pagination/ListBuildBatchesPaginator";
|
|
29
|
-
export * from "./commands/ListBuildBatchesForProjectCommand";
|
|
30
|
-
export * from "./pagination/ListBuildBatchesForProjectPaginator";
|
|
31
|
-
export * from "./commands/ListBuildsCommand";
|
|
32
|
-
export * from "./pagination/ListBuildsPaginator";
|
|
33
|
-
export * from "./commands/ListBuildsForProjectCommand";
|
|
34
|
-
export * from "./pagination/ListBuildsForProjectPaginator";
|
|
35
|
-
export * from "./commands/ListCuratedEnvironmentImagesCommand";
|
|
36
|
-
export * from "./commands/ListProjectsCommand";
|
|
37
|
-
export * from "./pagination/ListProjectsPaginator";
|
|
38
|
-
export * from "./commands/ListReportGroupsCommand";
|
|
39
|
-
export * from "./pagination/ListReportGroupsPaginator";
|
|
40
|
-
export * from "./commands/ListReportsCommand";
|
|
41
|
-
export * from "./pagination/ListReportsPaginator";
|
|
42
|
-
export * from "./commands/ListReportsForReportGroupCommand";
|
|
43
|
-
export * from "./pagination/ListReportsForReportGroupPaginator";
|
|
44
|
-
export * from "./commands/ListSharedProjectsCommand";
|
|
45
|
-
export * from "./pagination/ListSharedProjectsPaginator";
|
|
46
|
-
export * from "./commands/ListSharedReportGroupsCommand";
|
|
47
|
-
export * from "./pagination/ListSharedReportGroupsPaginator";
|
|
48
|
-
export * from "./commands/ListSourceCredentialsCommand";
|
|
49
|
-
export * from "./commands/PutResourcePolicyCommand";
|
|
50
|
-
export * from "./commands/RetryBuildCommand";
|
|
51
|
-
export * from "./commands/RetryBuildBatchCommand";
|
|
52
|
-
export * from "./commands/StartBuildCommand";
|
|
53
|
-
export * from "./commands/StartBuildBatchCommand";
|
|
54
|
-
export * from "./commands/StopBuildCommand";
|
|
55
|
-
export * from "./commands/StopBuildBatchCommand";
|
|
56
|
-
export * from "./commands/UpdateProjectCommand";
|
|
57
|
-
export * from "./commands/UpdateProjectVisibilityCommand";
|
|
58
|
-
export * from "./commands/UpdateReportGroupCommand";
|
|
59
|
-
export * from "./commands/UpdateWebhookCommand";
|
|
60
|
-
export * from "./pagination/Interfaces";
|
|
61
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CodeBuildClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|