@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultCodeBuildHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -629,6 +631,8 @@ const _gCDO = "gitCloneDepthOverride";
|
|
|
629
631
|
const _gN = "groupName";
|
|
630
632
|
const _gSC = "gitSubmodulesConfig";
|
|
631
633
|
const _gSCO = "gitSubmodulesConfigOverride";
|
|
634
|
+
const _hK = "hostKernel";
|
|
635
|
+
const _hKO = "hostKernelOverride";
|
|
632
636
|
const _i = "ids";
|
|
633
637
|
const _iF = "ignoreFailure";
|
|
634
638
|
const _iI = "imageId";
|
|
@@ -1485,8 +1489,8 @@ var ProjectCache$ = [3, n0, _PCr,
|
|
|
1485
1489
|
];
|
|
1486
1490
|
var ProjectEnvironment$ = [3, n0, _PE,
|
|
1487
1491
|
0,
|
|
1488
|
-
[_t, _ima, _cT, _cC, _fl, _eV, _pM, _ce, _rC, _iPCT, _dSo],
|
|
1489
|
-
[0, 0, 0, () => ComputeConfiguration$, () => ProjectFleet$, () => EnvironmentVariables, 2, 0, () => RegistryCredential$, 0, () => DockerServer
|
|
1492
|
+
[_t, _ima, _cT, _cC, _fl, _eV, _pM, _ce, _rC, _iPCT, _dSo, _hK],
|
|
1493
|
+
[0, 0, 0, () => ComputeConfiguration$, () => ProjectFleet$, () => EnvironmentVariables, 2, 0, () => RegistryCredential$, 0, () => DockerServer$, 0], 3
|
|
1490
1494
|
];
|
|
1491
1495
|
var ProjectFileSystemLocation$ = [3, n0, _PFSL,
|
|
1492
1496
|
0,
|
|
@@ -1655,8 +1659,8 @@ var StartBuildBatchOutput$ = [3, n0, _SBBO,
|
|
|
1655
1659
|
];
|
|
1656
1660
|
var StartBuildInput$ = [3, n0, _SBI,
|
|
1657
1661
|
0,
|
|
1658
|
-
[_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],
|
|
1659
|
-
[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
|
|
1662
|
+
[_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],
|
|
1663
|
+
[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
|
|
1660
1664
|
];
|
|
1661
1665
|
var StartBuildOutput$ = [3, n0, _SBO,
|
|
1662
1666
|
0,
|
|
@@ -2122,6 +2126,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2122
2126
|
serviceTarget: "CodeBuild_20161006",
|
|
2123
2127
|
},
|
|
2124
2128
|
serviceId: config?.serviceId ?? "CodeBuild",
|
|
2129
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2125
2130
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2126
2131
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2127
2132
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2155,7 +2160,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2155
2160
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2156
2161
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2157
2162
|
}, config),
|
|
2158
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2159
2163
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2160
2164
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2161
2165
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2243,712 +2247,185 @@ class CodeBuildClient extends Client {
|
|
|
2243
2247
|
}
|
|
2244
2248
|
}
|
|
2245
2249
|
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
}
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
}
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
}
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
class DeleteProjectCommand extends Command
|
|
2427
|
-
.classBuilder()
|
|
2428
|
-
.ep(commonParams)
|
|
2429
|
-
.m(function (Command, cs, config, o) {
|
|
2430
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2431
|
-
})
|
|
2432
|
-
.s("CodeBuild_20161006", "DeleteProject", {})
|
|
2433
|
-
.n("CodeBuildClient", "DeleteProjectCommand")
|
|
2434
|
-
.sc(DeleteProject$)
|
|
2435
|
-
.build() {
|
|
2436
|
-
}
|
|
2437
|
-
|
|
2438
|
-
class DeleteReportCommand extends Command
|
|
2439
|
-
.classBuilder()
|
|
2440
|
-
.ep(commonParams)
|
|
2441
|
-
.m(function (Command, cs, config, o) {
|
|
2442
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2443
|
-
})
|
|
2444
|
-
.s("CodeBuild_20161006", "DeleteReport", {})
|
|
2445
|
-
.n("CodeBuildClient", "DeleteReportCommand")
|
|
2446
|
-
.sc(DeleteReport$)
|
|
2447
|
-
.build() {
|
|
2448
|
-
}
|
|
2449
|
-
|
|
2450
|
-
class DeleteReportGroupCommand extends Command
|
|
2451
|
-
.classBuilder()
|
|
2452
|
-
.ep(commonParams)
|
|
2453
|
-
.m(function (Command, cs, config, o) {
|
|
2454
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2455
|
-
})
|
|
2456
|
-
.s("CodeBuild_20161006", "DeleteReportGroup", {})
|
|
2457
|
-
.n("CodeBuildClient", "DeleteReportGroupCommand")
|
|
2458
|
-
.sc(DeleteReportGroup$)
|
|
2459
|
-
.build() {
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
|
-
class DeleteResourcePolicyCommand extends Command
|
|
2463
|
-
.classBuilder()
|
|
2464
|
-
.ep(commonParams)
|
|
2465
|
-
.m(function (Command, cs, config, o) {
|
|
2466
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2467
|
-
})
|
|
2468
|
-
.s("CodeBuild_20161006", "DeleteResourcePolicy", {})
|
|
2469
|
-
.n("CodeBuildClient", "DeleteResourcePolicyCommand")
|
|
2470
|
-
.sc(DeleteResourcePolicy$)
|
|
2471
|
-
.build() {
|
|
2472
|
-
}
|
|
2473
|
-
|
|
2474
|
-
class DeleteSourceCredentialsCommand extends Command
|
|
2475
|
-
.classBuilder()
|
|
2476
|
-
.ep(commonParams)
|
|
2477
|
-
.m(function (Command, cs, config, o) {
|
|
2478
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2479
|
-
})
|
|
2480
|
-
.s("CodeBuild_20161006", "DeleteSourceCredentials", {})
|
|
2481
|
-
.n("CodeBuildClient", "DeleteSourceCredentialsCommand")
|
|
2482
|
-
.sc(DeleteSourceCredentials$)
|
|
2483
|
-
.build() {
|
|
2484
|
-
}
|
|
2485
|
-
|
|
2486
|
-
class DeleteWebhookCommand extends Command
|
|
2487
|
-
.classBuilder()
|
|
2488
|
-
.ep(commonParams)
|
|
2489
|
-
.m(function (Command, cs, config, o) {
|
|
2490
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2491
|
-
})
|
|
2492
|
-
.s("CodeBuild_20161006", "DeleteWebhook", {})
|
|
2493
|
-
.n("CodeBuildClient", "DeleteWebhookCommand")
|
|
2494
|
-
.sc(DeleteWebhook$)
|
|
2495
|
-
.build() {
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
|
-
class DescribeCodeCoveragesCommand extends Command
|
|
2499
|
-
.classBuilder()
|
|
2500
|
-
.ep(commonParams)
|
|
2501
|
-
.m(function (Command, cs, config, o) {
|
|
2502
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2503
|
-
})
|
|
2504
|
-
.s("CodeBuild_20161006", "DescribeCodeCoverages", {})
|
|
2505
|
-
.n("CodeBuildClient", "DescribeCodeCoveragesCommand")
|
|
2506
|
-
.sc(DescribeCodeCoverages$)
|
|
2507
|
-
.build() {
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
|
-
class DescribeTestCasesCommand extends Command
|
|
2511
|
-
.classBuilder()
|
|
2512
|
-
.ep(commonParams)
|
|
2513
|
-
.m(function (Command, cs, config, o) {
|
|
2514
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2515
|
-
})
|
|
2516
|
-
.s("CodeBuild_20161006", "DescribeTestCases", {})
|
|
2517
|
-
.n("CodeBuildClient", "DescribeTestCasesCommand")
|
|
2518
|
-
.sc(DescribeTestCases$)
|
|
2519
|
-
.build() {
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
class GetReportGroupTrendCommand extends Command
|
|
2523
|
-
.classBuilder()
|
|
2524
|
-
.ep(commonParams)
|
|
2525
|
-
.m(function (Command, cs, config, o) {
|
|
2526
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2527
|
-
})
|
|
2528
|
-
.s("CodeBuild_20161006", "GetReportGroupTrend", {})
|
|
2529
|
-
.n("CodeBuildClient", "GetReportGroupTrendCommand")
|
|
2530
|
-
.sc(GetReportGroupTrend$)
|
|
2531
|
-
.build() {
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
class GetResourcePolicyCommand extends Command
|
|
2535
|
-
.classBuilder()
|
|
2536
|
-
.ep(commonParams)
|
|
2537
|
-
.m(function (Command, cs, config, o) {
|
|
2538
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2539
|
-
})
|
|
2540
|
-
.s("CodeBuild_20161006", "GetResourcePolicy", {})
|
|
2541
|
-
.n("CodeBuildClient", "GetResourcePolicyCommand")
|
|
2542
|
-
.sc(GetResourcePolicy$)
|
|
2543
|
-
.build() {
|
|
2544
|
-
}
|
|
2545
|
-
|
|
2546
|
-
class ImportSourceCredentialsCommand extends Command
|
|
2547
|
-
.classBuilder()
|
|
2548
|
-
.ep(commonParams)
|
|
2549
|
-
.m(function (Command, cs, config, o) {
|
|
2550
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2551
|
-
})
|
|
2552
|
-
.s("CodeBuild_20161006", "ImportSourceCredentials", {})
|
|
2553
|
-
.n("CodeBuildClient", "ImportSourceCredentialsCommand")
|
|
2554
|
-
.sc(ImportSourceCredentials$)
|
|
2555
|
-
.build() {
|
|
2556
|
-
}
|
|
2557
|
-
|
|
2558
|
-
class InvalidateProjectCacheCommand extends Command
|
|
2559
|
-
.classBuilder()
|
|
2560
|
-
.ep(commonParams)
|
|
2561
|
-
.m(function (Command, cs, config, o) {
|
|
2562
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2563
|
-
})
|
|
2564
|
-
.s("CodeBuild_20161006", "InvalidateProjectCache", {})
|
|
2565
|
-
.n("CodeBuildClient", "InvalidateProjectCacheCommand")
|
|
2566
|
-
.sc(InvalidateProjectCache$)
|
|
2567
|
-
.build() {
|
|
2568
|
-
}
|
|
2569
|
-
|
|
2570
|
-
class ListBuildBatchesCommand extends Command
|
|
2571
|
-
.classBuilder()
|
|
2572
|
-
.ep(commonParams)
|
|
2573
|
-
.m(function (Command, cs, config, o) {
|
|
2574
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2575
|
-
})
|
|
2576
|
-
.s("CodeBuild_20161006", "ListBuildBatches", {})
|
|
2577
|
-
.n("CodeBuildClient", "ListBuildBatchesCommand")
|
|
2578
|
-
.sc(ListBuildBatches$)
|
|
2579
|
-
.build() {
|
|
2580
|
-
}
|
|
2581
|
-
|
|
2582
|
-
class ListBuildBatchesForProjectCommand extends Command
|
|
2583
|
-
.classBuilder()
|
|
2584
|
-
.ep(commonParams)
|
|
2585
|
-
.m(function (Command, cs, config, o) {
|
|
2586
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2587
|
-
})
|
|
2588
|
-
.s("CodeBuild_20161006", "ListBuildBatchesForProject", {})
|
|
2589
|
-
.n("CodeBuildClient", "ListBuildBatchesForProjectCommand")
|
|
2590
|
-
.sc(ListBuildBatchesForProject$)
|
|
2591
|
-
.build() {
|
|
2592
|
-
}
|
|
2593
|
-
|
|
2594
|
-
class ListBuildsCommand extends Command
|
|
2595
|
-
.classBuilder()
|
|
2596
|
-
.ep(commonParams)
|
|
2597
|
-
.m(function (Command, cs, config, o) {
|
|
2598
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2599
|
-
})
|
|
2600
|
-
.s("CodeBuild_20161006", "ListBuilds", {})
|
|
2601
|
-
.n("CodeBuildClient", "ListBuildsCommand")
|
|
2602
|
-
.sc(ListBuilds$)
|
|
2603
|
-
.build() {
|
|
2604
|
-
}
|
|
2605
|
-
|
|
2606
|
-
class ListBuildsForProjectCommand extends Command
|
|
2607
|
-
.classBuilder()
|
|
2608
|
-
.ep(commonParams)
|
|
2609
|
-
.m(function (Command, cs, config, o) {
|
|
2610
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2611
|
-
})
|
|
2612
|
-
.s("CodeBuild_20161006", "ListBuildsForProject", {})
|
|
2613
|
-
.n("CodeBuildClient", "ListBuildsForProjectCommand")
|
|
2614
|
-
.sc(ListBuildsForProject$)
|
|
2615
|
-
.build() {
|
|
2616
|
-
}
|
|
2617
|
-
|
|
2618
|
-
class ListCommandExecutionsForSandboxCommand extends Command
|
|
2619
|
-
.classBuilder()
|
|
2620
|
-
.ep(commonParams)
|
|
2621
|
-
.m(function (Command, cs, config, o) {
|
|
2622
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2623
|
-
})
|
|
2624
|
-
.s("CodeBuild_20161006", "ListCommandExecutionsForSandbox", {})
|
|
2625
|
-
.n("CodeBuildClient", "ListCommandExecutionsForSandboxCommand")
|
|
2626
|
-
.sc(ListCommandExecutionsForSandbox$)
|
|
2627
|
-
.build() {
|
|
2628
|
-
}
|
|
2629
|
-
|
|
2630
|
-
class ListCuratedEnvironmentImagesCommand extends Command
|
|
2631
|
-
.classBuilder()
|
|
2632
|
-
.ep(commonParams)
|
|
2633
|
-
.m(function (Command, cs, config, o) {
|
|
2634
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2635
|
-
})
|
|
2636
|
-
.s("CodeBuild_20161006", "ListCuratedEnvironmentImages", {})
|
|
2637
|
-
.n("CodeBuildClient", "ListCuratedEnvironmentImagesCommand")
|
|
2638
|
-
.sc(ListCuratedEnvironmentImages$)
|
|
2639
|
-
.build() {
|
|
2640
|
-
}
|
|
2641
|
-
|
|
2642
|
-
class ListFleetsCommand extends Command
|
|
2643
|
-
.classBuilder()
|
|
2644
|
-
.ep(commonParams)
|
|
2645
|
-
.m(function (Command, cs, config, o) {
|
|
2646
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2647
|
-
})
|
|
2648
|
-
.s("CodeBuild_20161006", "ListFleets", {})
|
|
2649
|
-
.n("CodeBuildClient", "ListFleetsCommand")
|
|
2650
|
-
.sc(ListFleets$)
|
|
2651
|
-
.build() {
|
|
2652
|
-
}
|
|
2653
|
-
|
|
2654
|
-
class ListProjectsCommand extends Command
|
|
2655
|
-
.classBuilder()
|
|
2656
|
-
.ep(commonParams)
|
|
2657
|
-
.m(function (Command, cs, config, o) {
|
|
2658
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2659
|
-
})
|
|
2660
|
-
.s("CodeBuild_20161006", "ListProjects", {})
|
|
2661
|
-
.n("CodeBuildClient", "ListProjectsCommand")
|
|
2662
|
-
.sc(ListProjects$)
|
|
2663
|
-
.build() {
|
|
2664
|
-
}
|
|
2665
|
-
|
|
2666
|
-
class ListReportGroupsCommand extends Command
|
|
2667
|
-
.classBuilder()
|
|
2668
|
-
.ep(commonParams)
|
|
2669
|
-
.m(function (Command, cs, config, o) {
|
|
2670
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2671
|
-
})
|
|
2672
|
-
.s("CodeBuild_20161006", "ListReportGroups", {})
|
|
2673
|
-
.n("CodeBuildClient", "ListReportGroupsCommand")
|
|
2674
|
-
.sc(ListReportGroups$)
|
|
2675
|
-
.build() {
|
|
2676
|
-
}
|
|
2677
|
-
|
|
2678
|
-
class ListReportsCommand extends Command
|
|
2679
|
-
.classBuilder()
|
|
2680
|
-
.ep(commonParams)
|
|
2681
|
-
.m(function (Command, cs, config, o) {
|
|
2682
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2683
|
-
})
|
|
2684
|
-
.s("CodeBuild_20161006", "ListReports", {})
|
|
2685
|
-
.n("CodeBuildClient", "ListReportsCommand")
|
|
2686
|
-
.sc(ListReports$)
|
|
2687
|
-
.build() {
|
|
2688
|
-
}
|
|
2689
|
-
|
|
2690
|
-
class ListReportsForReportGroupCommand extends Command
|
|
2691
|
-
.classBuilder()
|
|
2692
|
-
.ep(commonParams)
|
|
2693
|
-
.m(function (Command, cs, config, o) {
|
|
2694
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2695
|
-
})
|
|
2696
|
-
.s("CodeBuild_20161006", "ListReportsForReportGroup", {})
|
|
2697
|
-
.n("CodeBuildClient", "ListReportsForReportGroupCommand")
|
|
2698
|
-
.sc(ListReportsForReportGroup$)
|
|
2699
|
-
.build() {
|
|
2700
|
-
}
|
|
2701
|
-
|
|
2702
|
-
class ListSandboxesCommand extends Command
|
|
2703
|
-
.classBuilder()
|
|
2704
|
-
.ep(commonParams)
|
|
2705
|
-
.m(function (Command, cs, config, o) {
|
|
2706
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2707
|
-
})
|
|
2708
|
-
.s("CodeBuild_20161006", "ListSandboxes", {})
|
|
2709
|
-
.n("CodeBuildClient", "ListSandboxesCommand")
|
|
2710
|
-
.sc(ListSandboxes$)
|
|
2711
|
-
.build() {
|
|
2712
|
-
}
|
|
2713
|
-
|
|
2714
|
-
class ListSandboxesForProjectCommand extends Command
|
|
2715
|
-
.classBuilder()
|
|
2716
|
-
.ep(commonParams)
|
|
2717
|
-
.m(function (Command, cs, config, o) {
|
|
2718
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2719
|
-
})
|
|
2720
|
-
.s("CodeBuild_20161006", "ListSandboxesForProject", {})
|
|
2721
|
-
.n("CodeBuildClient", "ListSandboxesForProjectCommand")
|
|
2722
|
-
.sc(ListSandboxesForProject$)
|
|
2723
|
-
.build() {
|
|
2724
|
-
}
|
|
2725
|
-
|
|
2726
|
-
class ListSharedProjectsCommand extends Command
|
|
2727
|
-
.classBuilder()
|
|
2728
|
-
.ep(commonParams)
|
|
2729
|
-
.m(function (Command, cs, config, o) {
|
|
2730
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2731
|
-
})
|
|
2732
|
-
.s("CodeBuild_20161006", "ListSharedProjects", {})
|
|
2733
|
-
.n("CodeBuildClient", "ListSharedProjectsCommand")
|
|
2734
|
-
.sc(ListSharedProjects$)
|
|
2735
|
-
.build() {
|
|
2736
|
-
}
|
|
2737
|
-
|
|
2738
|
-
class ListSharedReportGroupsCommand extends Command
|
|
2739
|
-
.classBuilder()
|
|
2740
|
-
.ep(commonParams)
|
|
2741
|
-
.m(function (Command, cs, config, o) {
|
|
2742
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2743
|
-
})
|
|
2744
|
-
.s("CodeBuild_20161006", "ListSharedReportGroups", {})
|
|
2745
|
-
.n("CodeBuildClient", "ListSharedReportGroupsCommand")
|
|
2746
|
-
.sc(ListSharedReportGroups$)
|
|
2747
|
-
.build() {
|
|
2748
|
-
}
|
|
2749
|
-
|
|
2750
|
-
class ListSourceCredentialsCommand extends Command
|
|
2751
|
-
.classBuilder()
|
|
2752
|
-
.ep(commonParams)
|
|
2753
|
-
.m(function (Command, cs, config, o) {
|
|
2754
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2755
|
-
})
|
|
2756
|
-
.s("CodeBuild_20161006", "ListSourceCredentials", {})
|
|
2757
|
-
.n("CodeBuildClient", "ListSourceCredentialsCommand")
|
|
2758
|
-
.sc(ListSourceCredentials$)
|
|
2759
|
-
.build() {
|
|
2760
|
-
}
|
|
2761
|
-
|
|
2762
|
-
class PutResourcePolicyCommand extends Command
|
|
2763
|
-
.classBuilder()
|
|
2764
|
-
.ep(commonParams)
|
|
2765
|
-
.m(function (Command, cs, config, o) {
|
|
2766
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2767
|
-
})
|
|
2768
|
-
.s("CodeBuild_20161006", "PutResourcePolicy", {})
|
|
2769
|
-
.n("CodeBuildClient", "PutResourcePolicyCommand")
|
|
2770
|
-
.sc(PutResourcePolicy$)
|
|
2771
|
-
.build() {
|
|
2772
|
-
}
|
|
2773
|
-
|
|
2774
|
-
class RetryBuildBatchCommand extends Command
|
|
2775
|
-
.classBuilder()
|
|
2776
|
-
.ep(commonParams)
|
|
2777
|
-
.m(function (Command, cs, config, o) {
|
|
2778
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2779
|
-
})
|
|
2780
|
-
.s("CodeBuild_20161006", "RetryBuildBatch", {})
|
|
2781
|
-
.n("CodeBuildClient", "RetryBuildBatchCommand")
|
|
2782
|
-
.sc(RetryBuildBatch$)
|
|
2783
|
-
.build() {
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
class RetryBuildCommand extends Command
|
|
2787
|
-
.classBuilder()
|
|
2788
|
-
.ep(commonParams)
|
|
2789
|
-
.m(function (Command, cs, config, o) {
|
|
2790
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2791
|
-
})
|
|
2792
|
-
.s("CodeBuild_20161006", "RetryBuild", {})
|
|
2793
|
-
.n("CodeBuildClient", "RetryBuildCommand")
|
|
2794
|
-
.sc(RetryBuild$)
|
|
2795
|
-
.build() {
|
|
2796
|
-
}
|
|
2797
|
-
|
|
2798
|
-
class StartBuildBatchCommand extends Command
|
|
2799
|
-
.classBuilder()
|
|
2800
|
-
.ep(commonParams)
|
|
2801
|
-
.m(function (Command, cs, config, o) {
|
|
2802
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2803
|
-
})
|
|
2804
|
-
.s("CodeBuild_20161006", "StartBuildBatch", {})
|
|
2805
|
-
.n("CodeBuildClient", "StartBuildBatchCommand")
|
|
2806
|
-
.sc(StartBuildBatch$)
|
|
2807
|
-
.build() {
|
|
2808
|
-
}
|
|
2809
|
-
|
|
2810
|
-
class StartBuildCommand extends Command
|
|
2811
|
-
.classBuilder()
|
|
2812
|
-
.ep(commonParams)
|
|
2813
|
-
.m(function (Command, cs, config, o) {
|
|
2814
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2815
|
-
})
|
|
2816
|
-
.s("CodeBuild_20161006", "StartBuild", {})
|
|
2817
|
-
.n("CodeBuildClient", "StartBuildCommand")
|
|
2818
|
-
.sc(StartBuild$)
|
|
2819
|
-
.build() {
|
|
2820
|
-
}
|
|
2821
|
-
|
|
2822
|
-
class StartCommandExecutionCommand extends Command
|
|
2823
|
-
.classBuilder()
|
|
2824
|
-
.ep(commonParams)
|
|
2825
|
-
.m(function (Command, cs, config, o) {
|
|
2826
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2827
|
-
})
|
|
2828
|
-
.s("CodeBuild_20161006", "StartCommandExecution", {})
|
|
2829
|
-
.n("CodeBuildClient", "StartCommandExecutionCommand")
|
|
2830
|
-
.sc(StartCommandExecution$)
|
|
2831
|
-
.build() {
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
class StartSandboxCommand extends Command
|
|
2835
|
-
.classBuilder()
|
|
2836
|
-
.ep(commonParams)
|
|
2837
|
-
.m(function (Command, cs, config, o) {
|
|
2838
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2839
|
-
})
|
|
2840
|
-
.s("CodeBuild_20161006", "StartSandbox", {})
|
|
2841
|
-
.n("CodeBuildClient", "StartSandboxCommand")
|
|
2842
|
-
.sc(StartSandbox$)
|
|
2843
|
-
.build() {
|
|
2844
|
-
}
|
|
2845
|
-
|
|
2846
|
-
class StartSandboxConnectionCommand extends Command
|
|
2847
|
-
.classBuilder()
|
|
2848
|
-
.ep(commonParams)
|
|
2849
|
-
.m(function (Command, cs, config, o) {
|
|
2850
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2851
|
-
})
|
|
2852
|
-
.s("CodeBuild_20161006", "StartSandboxConnection", {})
|
|
2853
|
-
.n("CodeBuildClient", "StartSandboxConnectionCommand")
|
|
2854
|
-
.sc(StartSandboxConnection$)
|
|
2855
|
-
.build() {
|
|
2856
|
-
}
|
|
2857
|
-
|
|
2858
|
-
class StopBuildBatchCommand extends Command
|
|
2859
|
-
.classBuilder()
|
|
2860
|
-
.ep(commonParams)
|
|
2861
|
-
.m(function (Command, cs, config, o) {
|
|
2862
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2863
|
-
})
|
|
2864
|
-
.s("CodeBuild_20161006", "StopBuildBatch", {})
|
|
2865
|
-
.n("CodeBuildClient", "StopBuildBatchCommand")
|
|
2866
|
-
.sc(StopBuildBatch$)
|
|
2867
|
-
.build() {
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
|
-
class StopBuildCommand extends Command
|
|
2871
|
-
.classBuilder()
|
|
2872
|
-
.ep(commonParams)
|
|
2873
|
-
.m(function (Command, cs, config, o) {
|
|
2874
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2875
|
-
})
|
|
2876
|
-
.s("CodeBuild_20161006", "StopBuild", {})
|
|
2877
|
-
.n("CodeBuildClient", "StopBuildCommand")
|
|
2878
|
-
.sc(StopBuild$)
|
|
2879
|
-
.build() {
|
|
2880
|
-
}
|
|
2881
|
-
|
|
2882
|
-
class StopSandboxCommand extends Command
|
|
2883
|
-
.classBuilder()
|
|
2884
|
-
.ep(commonParams)
|
|
2885
|
-
.m(function (Command, cs, config, o) {
|
|
2886
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2887
|
-
})
|
|
2888
|
-
.s("CodeBuild_20161006", "StopSandbox", {})
|
|
2889
|
-
.n("CodeBuildClient", "StopSandboxCommand")
|
|
2890
|
-
.sc(StopSandbox$)
|
|
2891
|
-
.build() {
|
|
2892
|
-
}
|
|
2893
|
-
|
|
2894
|
-
class UpdateFleetCommand extends Command
|
|
2895
|
-
.classBuilder()
|
|
2896
|
-
.ep(commonParams)
|
|
2897
|
-
.m(function (Command, cs, config, o) {
|
|
2898
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2899
|
-
})
|
|
2900
|
-
.s("CodeBuild_20161006", "UpdateFleet", {})
|
|
2901
|
-
.n("CodeBuildClient", "UpdateFleetCommand")
|
|
2902
|
-
.sc(UpdateFleet$)
|
|
2903
|
-
.build() {
|
|
2904
|
-
}
|
|
2905
|
-
|
|
2906
|
-
class UpdateProjectCommand extends Command
|
|
2907
|
-
.classBuilder()
|
|
2908
|
-
.ep(commonParams)
|
|
2909
|
-
.m(function (Command, cs, config, o) {
|
|
2910
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2911
|
-
})
|
|
2912
|
-
.s("CodeBuild_20161006", "UpdateProject", {})
|
|
2913
|
-
.n("CodeBuildClient", "UpdateProjectCommand")
|
|
2914
|
-
.sc(UpdateProject$)
|
|
2915
|
-
.build() {
|
|
2916
|
-
}
|
|
2917
|
-
|
|
2918
|
-
class UpdateProjectVisibilityCommand extends Command
|
|
2919
|
-
.classBuilder()
|
|
2920
|
-
.ep(commonParams)
|
|
2921
|
-
.m(function (Command, cs, config, o) {
|
|
2922
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2923
|
-
})
|
|
2924
|
-
.s("CodeBuild_20161006", "UpdateProjectVisibility", {})
|
|
2925
|
-
.n("CodeBuildClient", "UpdateProjectVisibilityCommand")
|
|
2926
|
-
.sc(UpdateProjectVisibility$)
|
|
2927
|
-
.build() {
|
|
2928
|
-
}
|
|
2929
|
-
|
|
2930
|
-
class UpdateReportGroupCommand extends Command
|
|
2931
|
-
.classBuilder()
|
|
2932
|
-
.ep(commonParams)
|
|
2933
|
-
.m(function (Command, cs, config, o) {
|
|
2934
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2935
|
-
})
|
|
2936
|
-
.s("CodeBuild_20161006", "UpdateReportGroup", {})
|
|
2937
|
-
.n("CodeBuildClient", "UpdateReportGroupCommand")
|
|
2938
|
-
.sc(UpdateReportGroup$)
|
|
2939
|
-
.build() {
|
|
2940
|
-
}
|
|
2941
|
-
|
|
2942
|
-
class UpdateWebhookCommand extends Command
|
|
2943
|
-
.classBuilder()
|
|
2944
|
-
.ep(commonParams)
|
|
2945
|
-
.m(function (Command, cs, config, o) {
|
|
2946
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2947
|
-
})
|
|
2948
|
-
.s("CodeBuild_20161006", "UpdateWebhook", {})
|
|
2949
|
-
.n("CodeBuildClient", "UpdateWebhookCommand")
|
|
2950
|
-
.sc(UpdateWebhook$)
|
|
2951
|
-
.build() {
|
|
2250
|
+
const command = makeBuilder(commonParams, "CodeBuild_20161006", "CodeBuildClient", getEndpointPlugin);
|
|
2251
|
+
const _ep0 = {};
|
|
2252
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2253
|
+
|
|
2254
|
+
class BatchDeleteBuildsCommand extends command(_ep0, _mw0, "BatchDeleteBuilds", BatchDeleteBuilds$) {
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
class BatchGetBuildBatchesCommand extends command(_ep0, _mw0, "BatchGetBuildBatches", BatchGetBuildBatches$) {
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
class BatchGetBuildsCommand extends command(_ep0, _mw0, "BatchGetBuilds", BatchGetBuilds$) {
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
class BatchGetCommandExecutionsCommand extends command(_ep0, _mw0, "BatchGetCommandExecutions", BatchGetCommandExecutions$) {
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
class BatchGetFleetsCommand extends command(_ep0, _mw0, "BatchGetFleets", BatchGetFleets$) {
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
class BatchGetProjectsCommand extends command(_ep0, _mw0, "BatchGetProjects", BatchGetProjects$) {
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
class BatchGetReportGroupsCommand extends command(_ep0, _mw0, "BatchGetReportGroups", BatchGetReportGroups$) {
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
class BatchGetReportsCommand extends command(_ep0, _mw0, "BatchGetReports", BatchGetReports$) {
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
class BatchGetSandboxesCommand extends command(_ep0, _mw0, "BatchGetSandboxes", BatchGetSandboxes$) {
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
class CreateFleetCommand extends command(_ep0, _mw0, "CreateFleet", CreateFleet$) {
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
class CreateProjectCommand extends command(_ep0, _mw0, "CreateProject", CreateProject$) {
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
class CreateReportGroupCommand extends command(_ep0, _mw0, "CreateReportGroup", CreateReportGroup$) {
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
class CreateWebhookCommand extends command(_ep0, _mw0, "CreateWebhook", CreateWebhook$) {
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
class DeleteBuildBatchCommand extends command(_ep0, _mw0, "DeleteBuildBatch", DeleteBuildBatch$) {
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
class DeleteFleetCommand extends command(_ep0, _mw0, "DeleteFleet", DeleteFleet$) {
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
class DeleteProjectCommand extends command(_ep0, _mw0, "DeleteProject", DeleteProject$) {
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
class DeleteReportCommand extends command(_ep0, _mw0, "DeleteReport", DeleteReport$) {
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
class DeleteReportGroupCommand extends command(_ep0, _mw0, "DeleteReportGroup", DeleteReportGroup$) {
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
class DeleteSourceCredentialsCommand extends command(_ep0, _mw0, "DeleteSourceCredentials", DeleteSourceCredentials$) {
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
class DeleteWebhookCommand extends command(_ep0, _mw0, "DeleteWebhook", DeleteWebhook$) {
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
class DescribeCodeCoveragesCommand extends command(_ep0, _mw0, "DescribeCodeCoverages", DescribeCodeCoverages$) {
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
class DescribeTestCasesCommand extends command(_ep0, _mw0, "DescribeTestCases", DescribeTestCases$) {
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
class GetReportGroupTrendCommand extends command(_ep0, _mw0, "GetReportGroupTrend", GetReportGroupTrend$) {
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
class ImportSourceCredentialsCommand extends command(_ep0, _mw0, "ImportSourceCredentials", ImportSourceCredentials$) {
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
class InvalidateProjectCacheCommand extends command(_ep0, _mw0, "InvalidateProjectCache", InvalidateProjectCache$) {
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
class ListBuildBatchesCommand extends command(_ep0, _mw0, "ListBuildBatches", ListBuildBatches$) {
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
class ListBuildBatchesForProjectCommand extends command(_ep0, _mw0, "ListBuildBatchesForProject", ListBuildBatchesForProject$) {
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
class ListBuildsCommand extends command(_ep0, _mw0, "ListBuilds", ListBuilds$) {
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
class ListBuildsForProjectCommand extends command(_ep0, _mw0, "ListBuildsForProject", ListBuildsForProject$) {
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
class ListCommandExecutionsForSandboxCommand extends command(_ep0, _mw0, "ListCommandExecutionsForSandbox", ListCommandExecutionsForSandbox$) {
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
class ListCuratedEnvironmentImagesCommand extends command(_ep0, _mw0, "ListCuratedEnvironmentImages", ListCuratedEnvironmentImages$) {
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
class ListFleetsCommand extends command(_ep0, _mw0, "ListFleets", ListFleets$) {
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
class ListProjectsCommand extends command(_ep0, _mw0, "ListProjects", ListProjects$) {
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
class ListReportGroupsCommand extends command(_ep0, _mw0, "ListReportGroups", ListReportGroups$) {
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
class ListReportsCommand extends command(_ep0, _mw0, "ListReports", ListReports$) {
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2365
|
+
class ListReportsForReportGroupCommand extends command(_ep0, _mw0, "ListReportsForReportGroup", ListReportsForReportGroup$) {
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
class ListSandboxesCommand extends command(_ep0, _mw0, "ListSandboxes", ListSandboxes$) {
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
class ListSandboxesForProjectCommand extends command(_ep0, _mw0, "ListSandboxesForProject", ListSandboxesForProject$) {
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
class ListSharedProjectsCommand extends command(_ep0, _mw0, "ListSharedProjects", ListSharedProjects$) {
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
class ListSharedReportGroupsCommand extends command(_ep0, _mw0, "ListSharedReportGroups", ListSharedReportGroups$) {
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
class ListSourceCredentialsCommand extends command(_ep0, _mw0, "ListSourceCredentials", ListSourceCredentials$) {
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
class RetryBuildBatchCommand extends command(_ep0, _mw0, "RetryBuildBatch", RetryBuildBatch$) {
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
class RetryBuildCommand extends command(_ep0, _mw0, "RetryBuild", RetryBuild$) {
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
class StartBuildBatchCommand extends command(_ep0, _mw0, "StartBuildBatch", StartBuildBatch$) {
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
class StartBuildCommand extends command(_ep0, _mw0, "StartBuild", StartBuild$) {
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
class StartCommandExecutionCommand extends command(_ep0, _mw0, "StartCommandExecution", StartCommandExecution$) {
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
class StartSandboxCommand extends command(_ep0, _mw0, "StartSandbox", StartSandbox$) {
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
class StartSandboxConnectionCommand extends command(_ep0, _mw0, "StartSandboxConnection", StartSandboxConnection$) {
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
class StopBuildBatchCommand extends command(_ep0, _mw0, "StopBuildBatch", StopBuildBatch$) {
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
class StopBuildCommand extends command(_ep0, _mw0, "StopBuild", StopBuild$) {
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
class StopSandboxCommand extends command(_ep0, _mw0, "StopSandbox", StopSandbox$) {
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
class UpdateFleetCommand extends command(_ep0, _mw0, "UpdateFleet", UpdateFleet$) {
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
class UpdateProjectCommand extends command(_ep0, _mw0, "UpdateProject", UpdateProject$) {
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
class UpdateProjectVisibilityCommand extends command(_ep0, _mw0, "UpdateProjectVisibility", UpdateProjectVisibility$) {
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2425
|
+
class UpdateReportGroupCommand extends command(_ep0, _mw0, "UpdateReportGroup", UpdateReportGroup$) {
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
class UpdateWebhookCommand extends command(_ep0, _mw0, "UpdateWebhook", UpdateWebhook$) {
|
|
2952
2429
|
}
|
|
2953
2430
|
|
|
2954
2431
|
const paginateDescribeCodeCoverages = createPaginator(CodeBuildClient, DescribeCodeCoveragesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -3136,6 +2613,11 @@ const EnvironmentVariableType = {
|
|
|
3136
2613
|
PLAINTEXT: "PLAINTEXT",
|
|
3137
2614
|
SECRETS_MANAGER: "SECRETS_MANAGER",
|
|
3138
2615
|
};
|
|
2616
|
+
const HostKernel = {
|
|
2617
|
+
LINUX_KERNEL_4: "LINUX_KERNEL_4",
|
|
2618
|
+
LINUX_KERNEL_6: "LINUX_KERNEL_6",
|
|
2619
|
+
LINUX_KERNEL_LATEST: "LINUX_KERNEL_LATEST",
|
|
2620
|
+
};
|
|
3139
2621
|
const ImagePullCredentialsType = {
|
|
3140
2622
|
CODEBUILD: "CODEBUILD",
|
|
3141
2623
|
SERVICE_ROLE: "SERVICE_ROLE",
|
|
@@ -3551,6 +3033,7 @@ exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
|
3551
3033
|
exports.GetResourcePolicyInput$ = GetResourcePolicyInput$;
|
|
3552
3034
|
exports.GetResourcePolicyOutput$ = GetResourcePolicyOutput$;
|
|
3553
3035
|
exports.GitSubmodulesConfig$ = GitSubmodulesConfig$;
|
|
3036
|
+
exports.HostKernel = HostKernel;
|
|
3554
3037
|
exports.ImagePullCredentialsType = ImagePullCredentialsType;
|
|
3555
3038
|
exports.ImportSourceCredentials$ = ImportSourceCredentials$;
|
|
3556
3039
|
exports.ImportSourceCredentialsCommand = ImportSourceCredentialsCommand;
|