@aws-sdk/client-codebuild 3.1077.0 → 3.1078.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/dist-cjs/index.js +183 -709
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchDeleteBuildsCommand.js +2 -14
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +2 -14
- package/dist-es/commands/BatchGetBuildsCommand.js +2 -14
- package/dist-es/commands/BatchGetCommandExecutionsCommand.js +2 -14
- package/dist-es/commands/BatchGetFleetsCommand.js +2 -14
- package/dist-es/commands/BatchGetProjectsCommand.js +2 -14
- package/dist-es/commands/BatchGetReportGroupsCommand.js +2 -14
- package/dist-es/commands/BatchGetReportsCommand.js +2 -14
- package/dist-es/commands/BatchGetSandboxesCommand.js +2 -14
- package/dist-es/commands/CreateFleetCommand.js +2 -14
- package/dist-es/commands/CreateProjectCommand.js +2 -14
- package/dist-es/commands/CreateReportGroupCommand.js +2 -14
- package/dist-es/commands/CreateWebhookCommand.js +2 -14
- package/dist-es/commands/DeleteBuildBatchCommand.js +2 -14
- package/dist-es/commands/DeleteFleetCommand.js +2 -14
- package/dist-es/commands/DeleteProjectCommand.js +2 -14
- package/dist-es/commands/DeleteReportCommand.js +2 -14
- package/dist-es/commands/DeleteReportGroupCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +2 -14
- package/dist-es/commands/DeleteWebhookCommand.js +2 -14
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +2 -14
- package/dist-es/commands/DescribeTestCasesCommand.js +2 -14
- package/dist-es/commands/GetReportGroupTrendCommand.js +2 -14
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
- package/dist-es/commands/ImportSourceCredentialsCommand.js +2 -14
- package/dist-es/commands/InvalidateProjectCacheCommand.js +2 -14
- package/dist-es/commands/ListBuildBatchesCommand.js +2 -14
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +2 -14
- package/dist-es/commands/ListBuildsCommand.js +2 -14
- package/dist-es/commands/ListBuildsForProjectCommand.js +2 -14
- package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +2 -14
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +2 -14
- package/dist-es/commands/ListFleetsCommand.js +2 -14
- package/dist-es/commands/ListProjectsCommand.js +2 -14
- package/dist-es/commands/ListReportGroupsCommand.js +2 -14
- package/dist-es/commands/ListReportsCommand.js +2 -14
- package/dist-es/commands/ListReportsForReportGroupCommand.js +2 -14
- package/dist-es/commands/ListSandboxesCommand.js +2 -14
- package/dist-es/commands/ListSandboxesForProjectCommand.js +2 -14
- package/dist-es/commands/ListSharedProjectsCommand.js +2 -14
- package/dist-es/commands/ListSharedReportGroupsCommand.js +2 -14
- package/dist-es/commands/ListSourceCredentialsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/RetryBuildBatchCommand.js +2 -14
- package/dist-es/commands/RetryBuildCommand.js +2 -14
- package/dist-es/commands/StartBuildBatchCommand.js +2 -14
- package/dist-es/commands/StartBuildCommand.js +2 -14
- package/dist-es/commands/StartCommandExecutionCommand.js +2 -14
- package/dist-es/commands/StartSandboxCommand.js +2 -14
- package/dist-es/commands/StartSandboxConnectionCommand.js +2 -14
- package/dist-es/commands/StopBuildBatchCommand.js +2 -14
- package/dist-es/commands/StopBuildCommand.js +2 -14
- package/dist-es/commands/StopSandboxCommand.js +2 -14
- package/dist-es/commands/UpdateFleetCommand.js +2 -14
- package/dist-es/commands/UpdateProjectCommand.js +2 -14
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +2 -14
- package/dist-es/commands/UpdateReportGroupCommand.js +2 -14
- package/dist-es/commands/UpdateWebhookCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetCommandExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetFleetsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetReportsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetSandboxesCommand.d.ts +3 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +3 -8
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateReportGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateWebhookCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFleetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReportCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +3 -8
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +3 -8
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +3 -8
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +3 -8
- package/dist-types/commands/ListBuildsCommand.d.ts +3 -8
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +3 -8
- package/dist-types/commands/ListCommandExecutionsForSandboxCommand.d.ts +3 -8
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +3 -8
- package/dist-types/commands/ListFleetsCommand.d.ts +3 -8
- package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListReportGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListSandboxesCommand.d.ts +3 -8
- package/dist-types/commands/ListSandboxesForProjectCommand.d.ts +3 -8
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +3 -8
- package/dist-types/commands/RetryBuildCommand.d.ts +3 -8
- package/dist-types/commands/StartBuildBatchCommand.d.ts +3 -8
- package/dist-types/commands/StartBuildCommand.d.ts +3 -8
- package/dist-types/commands/StartCommandExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartSandboxCommand.d.ts +3 -8
- package/dist-types/commands/StartSandboxConnectionCommand.d.ts +3 -8
- package/dist-types/commands/StopBuildBatchCommand.d.ts +3 -8
- package/dist-types/commands/StopBuildCommand.d.ts +3 -8
- package/dist-types/commands/StopSandboxCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFleetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWebhookCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetCommandExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetSandboxesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCommandExecutionsForSandboxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSandboxesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSandboxesForProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCommandExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSandboxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSandboxConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSandboxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { BatchGetBuildBatchesInput, BatchGetBuildBatchesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetBuildBatchesCommandInput extends BatchGetBuildBatchesIn
|
|
|
22
19
|
export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetBuildBatchesCommand_base: {
|
|
25
|
-
new (input: BatchGetBuildBatchesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetBuildBatchesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetBuildBatchesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetBuildBatchesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more batch builds.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {
|
|
|
22
19
|
export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetBuildsCommand_base: {
|
|
25
|
-
new (input: BatchGetBuildsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetBuildsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetBuildsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetBuildsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about one or more builds.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { BatchGetCommandExecutionsInput, BatchGetCommandExecutionsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetCommandExecutionsCommandInput extends BatchGetCommandEx
|
|
|
22
19
|
export interface BatchGetCommandExecutionsCommandOutput extends BatchGetCommandExecutionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetCommandExecutionsCommand_base: {
|
|
25
|
-
new (input: BatchGetCommandExecutionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetCommandExecutionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetCommandExecutionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetCommandExecutionsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the command executions.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { BatchGetFleetsInput, BatchGetFleetsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetFleetsCommandInput extends BatchGetFleetsInput {
|
|
|
22
19
|
export interface BatchGetFleetsCommandOutput extends BatchGetFleetsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetFleetsCommand_base: {
|
|
25
|
-
new (input: BatchGetFleetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetFleetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetFleetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetFleetsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about one or more compute fleets.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { BatchGetProjectsInput, BatchGetProjectsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {
|
|
|
22
19
|
export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetProjectsCommand_base: {
|
|
25
|
-
new (input: BatchGetProjectsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetProjectsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetProjectsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetProjectsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about one or more build projects.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { BatchGetReportGroupsInput, BatchGetReportGroupsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetReportGroupsCommandInput extends BatchGetReportGroupsIn
|
|
|
22
19
|
export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetReportGroupsCommand_base: {
|
|
25
|
-
new (input: BatchGetReportGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetReportGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetReportGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetReportGroupsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { BatchGetReportsInput, BatchGetReportsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetReportsCommandInput extends BatchGetReportsInput {
|
|
|
22
19
|
export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetReportsCommand_base: {
|
|
25
|
-
new (input: BatchGetReportsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetReportsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetReportsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetReportsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { BatchGetSandboxesInput, BatchGetSandboxesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetSandboxesCommandInput extends BatchGetSandboxesInput {
|
|
|
22
19
|
export interface BatchGetSandboxesCommandOutput extends BatchGetSandboxesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetSandboxesCommand_base: {
|
|
25
|
-
new (input: BatchGetSandboxesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSandboxesCommandInput, BatchGetSandboxesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetSandboxesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSandboxesCommandInput, BatchGetSandboxesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetSandboxesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSandboxesCommandInput, BatchGetSandboxesCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetSandboxesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSandboxesCommandInput, BatchGetSandboxesCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the sandbox status.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { CreateFleetInput, CreateFleetOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFleetCommandInput extends CreateFleetInput {
|
|
|
22
19
|
export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFleetCommand_base: {
|
|
25
|
-
new (input: CreateFleetCommandInput): import("@smithy/core/client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFleetCommandInput): import("@smithy/core/client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFleetCommandInput): import("@smithy/core/client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFleetCommandInput): import("@smithy/core/client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a compute fleet.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateProjectCommandInput extends CreateProjectInput {
|
|
|
22
19
|
export interface CreateProjectCommandOutput extends CreateProjectOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateProjectCommand_base: {
|
|
25
|
-
new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a build project.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { CreateReportGroupInput, CreateReportGroupOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateReportGroupCommandInput extends CreateReportGroupInput {
|
|
|
22
19
|
export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateReportGroupCommand_base: {
|
|
25
|
-
new (input: CreateReportGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateReportGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateReportGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateReportGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateWebhookCommandInput extends CreateWebhookInput {
|
|
|
22
19
|
export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateWebhookCommand_base: {
|
|
25
|
-
new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { DeleteBuildBatchInput, DeleteBuildBatchOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {
|
|
|
22
19
|
export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBuildBatchCommand_base: {
|
|
25
|
-
new (input: DeleteBuildBatchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBuildBatchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBuildBatchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBuildBatchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a batch build.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { DeleteFleetInput, DeleteFleetOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteFleetCommandInput extends DeleteFleetInput {
|
|
|
22
19
|
export interface DeleteFleetCommandOutput extends DeleteFleetOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFleetCommand_base: {
|
|
25
|
-
new (input: DeleteFleetCommandInput): import("@smithy/core/client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFleetCommandInput): import("@smithy/core/client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFleetCommandInput): import("@smithy/core/client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFleetCommandInput): import("@smithy/core/client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a compute fleet. When you delete a compute fleet, its builds are not deleted.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteProjectCommandInput extends DeleteProjectInput {
|
|
|
22
19
|
export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteProjectCommand_base: {
|
|
25
|
-
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes a build project. When you delete a project, its builds are not deleted.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { DeleteReportInput, DeleteReportOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteReportCommandInput extends DeleteReportInput {
|
|
|
22
19
|
export interface DeleteReportCommandOutput extends DeleteReportOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteReportCommand_base: {
|
|
25
|
-
new (input: DeleteReportCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteReportCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteReportCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteReportCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { DeleteReportGroupInput, DeleteReportGroupOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {
|
|
|
22
19
|
export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteReportGroupCommand_base: {
|
|
25
|
-
new (input: DeleteReportGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteReportGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteReportGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteReportGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a report group. Before you delete a report group, you must delete its reports. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyIn
|
|
|
22
19
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteResourcePolicyCommand_base: {
|
|
25
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes a resource policy that is identified by its resource ARN. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { DeleteSourceCredentialsInput, DeleteSourceCredentialsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSourceCredentialsCommandInput extends DeleteSourceCredent
|
|
|
22
19
|
export interface DeleteSourceCredentialsCommandOutput extends DeleteSourceCredentialsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSourceCredentialsCommand_base: {
|
|
25
|
-
new (input: DeleteSourceCredentialsCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSourceCredentialsCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSourceCredentialsCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSourceCredentialsCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
|
|
|
22
19
|
export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteWebhookCommand_base: {
|
|
25
|
-
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
|
|
4
2
|
import type { DescribeCodeCoveragesInput, DescribeCodeCoveragesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeCodeCoveragesCommandInput extends DescribeCodeCoverages
|
|
|
22
19
|
export interface DescribeCodeCoveragesCommandOutput extends DescribeCodeCoveragesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeCodeCoveragesCommand_base: {
|
|
25
|
-
new (input: DescribeCodeCoveragesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeCodeCoveragesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeCodeCoveragesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeCodeCoveragesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves one or more code coverage reports.</p>
|