@aws-sdk/client-codebuild 3.1076.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 +198 -715
- 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-es/models/enums.js +5 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +6 -4
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +4 -8
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +4 -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 +4 -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 +4 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +3 -8
- package/dist-types/commands/CreateProjectCommand.d.ts +5 -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 +4 -8
- package/dist-types/commands/RetryBuildCommand.d.ts +4 -8
- package/dist-types/commands/StartBuildBatchCommand.d.ts +4 -8
- package/dist-types/commands/StartBuildCommand.d.ts +5 -8
- package/dist-types/commands/StartCommandExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartSandboxCommand.d.ts +4 -8
- package/dist-types/commands/StartSandboxConnectionCommand.d.ts +3 -8
- package/dist-types/commands/StopBuildBatchCommand.d.ts +4 -8
- package/dist-types/commands/StopBuildCommand.d.ts +4 -8
- package/dist-types/commands/StopSandboxCommand.d.ts +4 -8
- package/dist-types/commands/UpdateFleetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProjectCommand.d.ts +5 -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/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +35 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "CodeBuild_20161006",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "CodeBuild",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -418,6 +418,8 @@ const _gCDO = "gitCloneDepthOverride";
|
|
|
418
418
|
const _gN = "groupName";
|
|
419
419
|
const _gSC = "gitSubmodulesConfig";
|
|
420
420
|
const _gSCO = "gitSubmodulesConfigOverride";
|
|
421
|
+
const _hK = "hostKernel";
|
|
422
|
+
const _hKO = "hostKernelOverride";
|
|
421
423
|
const _i = "ids";
|
|
422
424
|
const _iF = "ignoreFailure";
|
|
423
425
|
const _iI = "imageId";
|
|
@@ -1277,8 +1279,8 @@ export var ProjectCache$ = [3, n0, _PCr,
|
|
|
1277
1279
|
];
|
|
1278
1280
|
export var ProjectEnvironment$ = [3, n0, _PE,
|
|
1279
1281
|
0,
|
|
1280
|
-
[_t, _ima, _cT, _cC, _fl, _eV, _pM, _ce, _rC, _iPCT, _dSo],
|
|
1281
|
-
[0, 0, 0, () => ComputeConfiguration$, () => ProjectFleet$, () => EnvironmentVariables, 2, 0, () => RegistryCredential$, 0, () => DockerServer
|
|
1282
|
+
[_t, _ima, _cT, _cC, _fl, _eV, _pM, _ce, _rC, _iPCT, _dSo, _hK],
|
|
1283
|
+
[0, 0, 0, () => ComputeConfiguration$, () => ProjectFleet$, () => EnvironmentVariables, 2, 0, () => RegistryCredential$, 0, () => DockerServer$, 0], 3
|
|
1282
1284
|
];
|
|
1283
1285
|
export var ProjectFileSystemLocation$ = [3, n0, _PFSL,
|
|
1284
1286
|
0,
|
|
@@ -1447,8 +1449,8 @@ export var StartBuildBatchOutput$ = [3, n0, _SBBO,
|
|
|
1447
1449
|
];
|
|
1448
1450
|
export var StartBuildInput$ = [3, n0, _SBI,
|
|
1449
1451
|
0,
|
|
1450
|
-
[_pN, _sSO, _sSVO, _sV, _aO, _sAO, _eVO, _sTO, _sLO, _sAOo, _gCDO, _gSCO, _bOu, _iSO, _rBSO, _bSCO, _eTO, _iO, _cTO, _cO, _cOa, _sRO, _pMO, _tIMO, _qTIMO, _eKO, _iTd, _lCO, _rCO, _iPCTO, _dSE, _fO, _aRLO],
|
|
1451
|
-
[0, () => ProjectSources, () => ProjectSecondarySourceVersions, 0, () => ProjectArtifacts$, () => ProjectArtifactsList, () => EnvironmentVariables, 0, 0, () => SourceAuth$, 1, () => GitSubmodulesConfig$, 0, 2, 2, () => BuildStatusConfig$, 0, 0, 0, 0, () => ProjectCache$, 0, 2, 1, 1, 0, 0, () => LogsConfig$, () => RegistryCredential$, 0, 2, () => ProjectFleet$, 1], 1
|
|
1452
|
+
[_pN, _sSO, _sSVO, _sV, _aO, _sAO, _eVO, _sTO, _sLO, _sAOo, _gCDO, _gSCO, _bOu, _iSO, _rBSO, _bSCO, _eTO, _iO, _cTO, _cO, _cOa, _sRO, _pMO, _tIMO, _qTIMO, _eKO, _iTd, _lCO, _rCO, _iPCTO, _dSE, _fO, _aRLO, _hKO],
|
|
1453
|
+
[0, () => ProjectSources, () => ProjectSecondarySourceVersions, 0, () => ProjectArtifacts$, () => ProjectArtifactsList, () => EnvironmentVariables, 0, 0, () => SourceAuth$, 1, () => GitSubmodulesConfig$, 0, 2, 2, () => BuildStatusConfig$, 0, 0, 0, 0, () => ProjectCache$, 0, 2, 1, 1, 0, 0, () => LogsConfig$, () => RegistryCredential$, 0, 2, () => ProjectFleet$, 1, 0], 1
|
|
1452
1454
|
];
|
|
1453
1455
|
export var StartBuildOutput$ = [3, n0, _SBO,
|
|
1454
1456
|
0,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CodeBuildClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -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 { BatchDeleteBuildsInput, BatchDeleteBuildsOutput } 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 BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {
|
|
|
22
19
|
export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeleteBuildsCommand_base: {
|
|
25
|
-
new (input: BatchDeleteBuildsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeleteBuildsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeleteBuildsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeleteBuildsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, import("..").CodeBuildClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes 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 { 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>
|
|
@@ -186,6 +181,7 @@ declare const BatchGetBuildBatchesCommand_base: {
|
|
|
186
181
|
* // message: "STRING_VALUE",
|
|
187
182
|
* // },
|
|
188
183
|
* // },
|
|
184
|
+
* // hostKernel: "LINUX_KERNEL_4" || "LINUX_KERNEL_6" || "LINUX_KERNEL_LATEST",
|
|
189
185
|
* // },
|
|
190
186
|
* // serviceRole: "STRING_VALUE",
|
|
191
187
|
* // logConfig: { // LogsConfig
|
|
@@ -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>
|
|
@@ -187,6 +182,7 @@ declare const BatchGetBuildsCommand_base: {
|
|
|
187
182
|
* // message: "STRING_VALUE",
|
|
188
183
|
* // },
|
|
189
184
|
* // },
|
|
185
|
+
* // hostKernel: "LINUX_KERNEL_4" || "LINUX_KERNEL_6" || "LINUX_KERNEL_LATEST",
|
|
190
186
|
* // },
|
|
191
187
|
* // serviceRole: "STRING_VALUE",
|
|
192
188
|
* // logs: { // LogsLocation
|
|
@@ -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>
|
|
@@ -172,6 +167,7 @@ declare const BatchGetProjectsCommand_base: {
|
|
|
172
167
|
* // message: "STRING_VALUE",
|
|
173
168
|
* // },
|
|
174
169
|
* // },
|
|
170
|
+
* // hostKernel: "LINUX_KERNEL_4" || "LINUX_KERNEL_6" || "LINUX_KERNEL_LATEST",
|
|
175
171
|
* // },
|
|
176
172
|
* // serviceRole: "STRING_VALUE",
|
|
177
173
|
* // timeoutInMinutes: Number("int"),
|
|
@@ -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>
|
|
@@ -142,6 +137,7 @@ declare const BatchGetSandboxesCommand_base: {
|
|
|
142
137
|
* // message: "STRING_VALUE",
|
|
143
138
|
* // },
|
|
144
139
|
* // },
|
|
140
|
+
* // hostKernel: "LINUX_KERNEL_4" || "LINUX_KERNEL_6" || "LINUX_KERNEL_LATEST",
|
|
145
141
|
* // },
|
|
146
142
|
* // fileSystemLocations: [ // ProjectFileSystemLocations
|
|
147
143
|
* // { // ProjectFileSystemLocation
|
|
@@ -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>
|
|
@@ -162,6 +157,7 @@ declare const CreateProjectCommand_base: {
|
|
|
162
157
|
* message: "STRING_VALUE",
|
|
163
158
|
* },
|
|
164
159
|
* },
|
|
160
|
+
* hostKernel: "LINUX_KERNEL_4" || "LINUX_KERNEL_6" || "LINUX_KERNEL_LATEST",
|
|
165
161
|
* },
|
|
166
162
|
* serviceRole: "STRING_VALUE", // required
|
|
167
163
|
* timeoutInMinutes: Number("int"),
|
|
@@ -351,6 +347,7 @@ declare const CreateProjectCommand_base: {
|
|
|
351
347
|
* // message: "STRING_VALUE",
|
|
352
348
|
* // },
|
|
353
349
|
* // },
|
|
350
|
+
* // hostKernel: "LINUX_KERNEL_4" || "LINUX_KERNEL_6" || "LINUX_KERNEL_LATEST",
|
|
354
351
|
* // },
|
|
355
352
|
* // serviceRole: "STRING_VALUE",
|
|
356
353
|
* // timeoutInMinutes: Number("int"),
|
|
@@ -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>
|