@aws-sdk/client-codebuild 3.758.0 → 3.767.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 +60 -59
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateWebhookCommand.d.ts +2 -2
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +18 -48
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccountLimitExceededException: () => AccountLimitExceededException,
|
|
25
25
|
ArtifactNamespace: () => ArtifactNamespace,
|
|
26
26
|
ArtifactPackaging: () => ArtifactPackaging,
|
|
@@ -146,7 +146,7 @@ __export(src_exports, {
|
|
|
146
146
|
paginateListSharedProjects: () => paginateListSharedProjects,
|
|
147
147
|
paginateListSharedReportGroups: () => paginateListSharedReportGroups
|
|
148
148
|
});
|
|
149
|
-
module.exports = __toCommonJS(
|
|
149
|
+
module.exports = __toCommonJS(index_exports);
|
|
150
150
|
|
|
151
151
|
// src/CodeBuildClient.ts
|
|
152
152
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -273,9 +273,9 @@ var CodeBuildClient = class extends import_smithy_client.Client {
|
|
|
273
273
|
this.middlewareStack.use(
|
|
274
274
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
275
275
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCodeBuildHttpAuthSchemeParametersProvider,
|
|
276
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
276
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
277
277
|
"aws.auth#sigv4": config.credentials
|
|
278
|
-
})
|
|
278
|
+
}), "identityProviderConfigProvider")
|
|
279
279
|
})
|
|
280
280
|
);
|
|
281
281
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -545,6 +545,7 @@ var WebhookFilterType = {
|
|
|
545
545
|
EVENT: "EVENT",
|
|
546
546
|
FILE_PATH: "FILE_PATH",
|
|
547
547
|
HEAD_REF: "HEAD_REF",
|
|
548
|
+
ORGANIZATION_NAME: "ORGANIZATION_NAME",
|
|
548
549
|
RELEASE_NAME: "RELEASE_NAME",
|
|
549
550
|
REPOSITORY_NAME: "REPOSITORY_NAME",
|
|
550
551
|
TAG_NAME: "TAG_NAME",
|
|
@@ -1752,7 +1753,7 @@ var se_CreateFleetInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
1752
1753
|
name: [],
|
|
1753
1754
|
overflowBehavior: [],
|
|
1754
1755
|
proxyConfiguration: import_smithy_client._json,
|
|
1755
|
-
scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
|
|
1756
|
+
scalingConfiguration: /* @__PURE__ */ __name((_) => se_ScalingConfigurationInput(_, context), "scalingConfiguration"),
|
|
1756
1757
|
tags: import_smithy_client._json,
|
|
1757
1758
|
vpcConfig: import_smithy_client._json
|
|
1758
1759
|
});
|
|
@@ -1772,7 +1773,7 @@ var se_ScalingConfigurationInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
1772
1773
|
return (0, import_smithy_client.take)(input, {
|
|
1773
1774
|
maxCapacity: [],
|
|
1774
1775
|
scalingType: [],
|
|
1775
|
-
targetTrackingScalingConfigs: (_) => se_TargetTrackingScalingConfigurations(_, context)
|
|
1776
|
+
targetTrackingScalingConfigs: /* @__PURE__ */ __name((_) => se_TargetTrackingScalingConfigurations(_, context), "targetTrackingScalingConfigs")
|
|
1776
1777
|
});
|
|
1777
1778
|
}, "se_ScalingConfigurationInput");
|
|
1778
1779
|
var se_TargetTrackingScalingConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1797,44 +1798,44 @@ var se_UpdateFleetInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
1797
1798
|
imageId: [],
|
|
1798
1799
|
overflowBehavior: [],
|
|
1799
1800
|
proxyConfiguration: import_smithy_client._json,
|
|
1800
|
-
scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
|
|
1801
|
+
scalingConfiguration: /* @__PURE__ */ __name((_) => se_ScalingConfigurationInput(_, context), "scalingConfiguration"),
|
|
1801
1802
|
tags: import_smithy_client._json,
|
|
1802
1803
|
vpcConfig: import_smithy_client._json
|
|
1803
1804
|
});
|
|
1804
1805
|
}, "se_UpdateFleetInput");
|
|
1805
1806
|
var de_BatchGetBuildBatchesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1806
1807
|
return (0, import_smithy_client.take)(output, {
|
|
1807
|
-
buildBatches: (_) => de_BuildBatches(_, context),
|
|
1808
|
+
buildBatches: /* @__PURE__ */ __name((_) => de_BuildBatches(_, context), "buildBatches"),
|
|
1808
1809
|
buildBatchesNotFound: import_smithy_client._json
|
|
1809
1810
|
});
|
|
1810
1811
|
}, "de_BatchGetBuildBatchesOutput");
|
|
1811
1812
|
var de_BatchGetBuildsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1812
1813
|
return (0, import_smithy_client.take)(output, {
|
|
1813
|
-
builds: (_) => de_Builds(_, context),
|
|
1814
|
+
builds: /* @__PURE__ */ __name((_) => de_Builds(_, context), "builds"),
|
|
1814
1815
|
buildsNotFound: import_smithy_client._json
|
|
1815
1816
|
});
|
|
1816
1817
|
}, "de_BatchGetBuildsOutput");
|
|
1817
1818
|
var de_BatchGetFleetsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1818
1819
|
return (0, import_smithy_client.take)(output, {
|
|
1819
|
-
fleets: (_) => de_Fleets(_, context),
|
|
1820
|
+
fleets: /* @__PURE__ */ __name((_) => de_Fleets(_, context), "fleets"),
|
|
1820
1821
|
fleetsNotFound: import_smithy_client._json
|
|
1821
1822
|
});
|
|
1822
1823
|
}, "de_BatchGetFleetsOutput");
|
|
1823
1824
|
var de_BatchGetProjectsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1824
1825
|
return (0, import_smithy_client.take)(output, {
|
|
1825
|
-
projects: (_) => de_Projects(_, context),
|
|
1826
|
+
projects: /* @__PURE__ */ __name((_) => de_Projects(_, context), "projects"),
|
|
1826
1827
|
projectsNotFound: import_smithy_client._json
|
|
1827
1828
|
});
|
|
1828
1829
|
}, "de_BatchGetProjectsOutput");
|
|
1829
1830
|
var de_BatchGetReportGroupsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1830
1831
|
return (0, import_smithy_client.take)(output, {
|
|
1831
|
-
reportGroups: (_) => de_ReportGroups(_, context),
|
|
1832
|
+
reportGroups: /* @__PURE__ */ __name((_) => de_ReportGroups(_, context), "reportGroups"),
|
|
1832
1833
|
reportGroupsNotFound: import_smithy_client._json
|
|
1833
1834
|
});
|
|
1834
1835
|
}, "de_BatchGetReportGroupsOutput");
|
|
1835
1836
|
var de_BatchGetReportsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1836
1837
|
return (0, import_smithy_client.take)(output, {
|
|
1837
|
-
reports: (_) => de_Reports(_, context),
|
|
1838
|
+
reports: /* @__PURE__ */ __name((_) => de_Reports(_, context), "reports"),
|
|
1838
1839
|
reportsNotFound: import_smithy_client._json
|
|
1839
1840
|
});
|
|
1840
1841
|
}, "de_BatchGetReportsOutput");
|
|
@@ -1851,7 +1852,7 @@ var de_Build = /* @__PURE__ */ __name((output, context) => {
|
|
|
1851
1852
|
currentPhase: import_smithy_client.expectString,
|
|
1852
1853
|
debugSession: import_smithy_client._json,
|
|
1853
1854
|
encryptionKey: import_smithy_client.expectString,
|
|
1854
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1855
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1855
1856
|
environment: import_smithy_client._json,
|
|
1856
1857
|
exportedEnvironmentVariables: import_smithy_client._json,
|
|
1857
1858
|
fileSystemLocations: import_smithy_client._json,
|
|
@@ -1859,7 +1860,7 @@ var de_Build = /* @__PURE__ */ __name((output, context) => {
|
|
|
1859
1860
|
initiator: import_smithy_client.expectString,
|
|
1860
1861
|
logs: import_smithy_client._json,
|
|
1861
1862
|
networkInterface: import_smithy_client._json,
|
|
1862
|
-
phases: (_) => de_BuildPhases(_, context),
|
|
1863
|
+
phases: /* @__PURE__ */ __name((_) => de_BuildPhases(_, context), "phases"),
|
|
1863
1864
|
projectName: import_smithy_client.expectString,
|
|
1864
1865
|
queuedTimeoutInMinutes: import_smithy_client.expectInt32,
|
|
1865
1866
|
reportArns: import_smithy_client._json,
|
|
@@ -1870,7 +1871,7 @@ var de_Build = /* @__PURE__ */ __name((output, context) => {
|
|
|
1870
1871
|
serviceRole: import_smithy_client.expectString,
|
|
1871
1872
|
source: import_smithy_client._json,
|
|
1872
1873
|
sourceVersion: import_smithy_client.expectString,
|
|
1873
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1874
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1874
1875
|
timeoutInMinutes: import_smithy_client.expectInt32,
|
|
1875
1876
|
vpcConfig: import_smithy_client._json
|
|
1876
1877
|
});
|
|
@@ -1882,20 +1883,20 @@ var de_BuildBatch = /* @__PURE__ */ __name((output, context) => {
|
|
|
1882
1883
|
buildBatchConfig: import_smithy_client._json,
|
|
1883
1884
|
buildBatchNumber: import_smithy_client.expectLong,
|
|
1884
1885
|
buildBatchStatus: import_smithy_client.expectString,
|
|
1885
|
-
buildGroups: (_) => de_BuildGroups(_, context),
|
|
1886
|
+
buildGroups: /* @__PURE__ */ __name((_) => de_BuildGroups(_, context), "buildGroups"),
|
|
1886
1887
|
buildTimeoutInMinutes: import_smithy_client.expectInt32,
|
|
1887
1888
|
cache: import_smithy_client._json,
|
|
1888
1889
|
complete: import_smithy_client.expectBoolean,
|
|
1889
1890
|
currentPhase: import_smithy_client.expectString,
|
|
1890
1891
|
debugSessionEnabled: import_smithy_client.expectBoolean,
|
|
1891
1892
|
encryptionKey: import_smithy_client.expectString,
|
|
1892
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1893
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1893
1894
|
environment: import_smithy_client._json,
|
|
1894
1895
|
fileSystemLocations: import_smithy_client._json,
|
|
1895
1896
|
id: import_smithy_client.expectString,
|
|
1896
1897
|
initiator: import_smithy_client.expectString,
|
|
1897
1898
|
logConfig: import_smithy_client._json,
|
|
1898
|
-
phases: (_) => de_BuildBatchPhases(_, context),
|
|
1899
|
+
phases: /* @__PURE__ */ __name((_) => de_BuildBatchPhases(_, context), "phases"),
|
|
1899
1900
|
projectName: import_smithy_client.expectString,
|
|
1900
1901
|
queuedTimeoutInMinutes: import_smithy_client.expectInt32,
|
|
1901
1902
|
reportArns: import_smithy_client._json,
|
|
@@ -1906,7 +1907,7 @@ var de_BuildBatch = /* @__PURE__ */ __name((output, context) => {
|
|
|
1906
1907
|
serviceRole: import_smithy_client.expectString,
|
|
1907
1908
|
source: import_smithy_client._json,
|
|
1908
1909
|
sourceVersion: import_smithy_client.expectString,
|
|
1909
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1910
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1910
1911
|
vpcConfig: import_smithy_client._json
|
|
1911
1912
|
});
|
|
1912
1913
|
}, "de_BuildBatch");
|
|
@@ -1920,10 +1921,10 @@ var de_BuildBatchPhase = /* @__PURE__ */ __name((output, context) => {
|
|
|
1920
1921
|
return (0, import_smithy_client.take)(output, {
|
|
1921
1922
|
contexts: import_smithy_client._json,
|
|
1922
1923
|
durationInSeconds: import_smithy_client.expectLong,
|
|
1923
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1924
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1924
1925
|
phaseStatus: import_smithy_client.expectString,
|
|
1925
1926
|
phaseType: import_smithy_client.expectString,
|
|
1926
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1927
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime")
|
|
1927
1928
|
});
|
|
1928
1929
|
}, "de_BuildBatchPhase");
|
|
1929
1930
|
var de_BuildBatchPhases = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1934,11 +1935,11 @@ var de_BuildBatchPhases = /* @__PURE__ */ __name((output, context) => {
|
|
|
1934
1935
|
}, "de_BuildBatchPhases");
|
|
1935
1936
|
var de_BuildGroup = /* @__PURE__ */ __name((output, context) => {
|
|
1936
1937
|
return (0, import_smithy_client.take)(output, {
|
|
1937
|
-
currentBuildSummary: (_) => de_BuildSummary(_, context),
|
|
1938
|
+
currentBuildSummary: /* @__PURE__ */ __name((_) => de_BuildSummary(_, context), "currentBuildSummary"),
|
|
1938
1939
|
dependsOn: import_smithy_client._json,
|
|
1939
1940
|
identifier: import_smithy_client.expectString,
|
|
1940
1941
|
ignoreFailure: import_smithy_client.expectBoolean,
|
|
1941
|
-
priorBuildSummaryList: (_) => de_BuildSummaries(_, context)
|
|
1942
|
+
priorBuildSummaryList: /* @__PURE__ */ __name((_) => de_BuildSummaries(_, context), "priorBuildSummaryList")
|
|
1942
1943
|
});
|
|
1943
1944
|
}, "de_BuildGroup");
|
|
1944
1945
|
var de_BuildGroups = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1951,10 +1952,10 @@ var de_BuildPhase = /* @__PURE__ */ __name((output, context) => {
|
|
|
1951
1952
|
return (0, import_smithy_client.take)(output, {
|
|
1952
1953
|
contexts: import_smithy_client._json,
|
|
1953
1954
|
durationInSeconds: import_smithy_client.expectLong,
|
|
1954
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1955
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1955
1956
|
phaseStatus: import_smithy_client.expectString,
|
|
1956
1957
|
phaseType: import_smithy_client.expectString,
|
|
1957
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1958
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime")
|
|
1958
1959
|
});
|
|
1959
1960
|
}, "de_BuildPhase");
|
|
1960
1961
|
var de_BuildPhases = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1980,7 +1981,7 @@ var de_BuildSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1980
1981
|
arn: import_smithy_client.expectString,
|
|
1981
1982
|
buildStatus: import_smithy_client.expectString,
|
|
1982
1983
|
primaryArtifact: import_smithy_client._json,
|
|
1983
|
-
requestedOn: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1984
|
+
requestedOn: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "requestedOn"),
|
|
1984
1985
|
secondaryArtifacts: import_smithy_client._json
|
|
1985
1986
|
});
|
|
1986
1987
|
}, "de_BuildSummary");
|
|
@@ -1989,7 +1990,7 @@ var de_CodeCoverage = /* @__PURE__ */ __name((output, context) => {
|
|
|
1989
1990
|
branchCoveragePercentage: import_smithy_client.limitedParseDouble,
|
|
1990
1991
|
branchesCovered: import_smithy_client.expectInt32,
|
|
1991
1992
|
branchesMissed: import_smithy_client.expectInt32,
|
|
1992
|
-
expired: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1993
|
+
expired: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expired"),
|
|
1993
1994
|
filePath: import_smithy_client.expectString,
|
|
1994
1995
|
id: import_smithy_client.expectString,
|
|
1995
1996
|
lineCoveragePercentage: import_smithy_client.limitedParseDouble,
|
|
@@ -2016,34 +2017,34 @@ var de_CodeCoverages = /* @__PURE__ */ __name((output, context) => {
|
|
|
2016
2017
|
}, "de_CodeCoverages");
|
|
2017
2018
|
var de_CreateFleetOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2018
2019
|
return (0, import_smithy_client.take)(output, {
|
|
2019
|
-
fleet: (_) => de_Fleet(_, context)
|
|
2020
|
+
fleet: /* @__PURE__ */ __name((_) => de_Fleet(_, context), "fleet")
|
|
2020
2021
|
});
|
|
2021
2022
|
}, "de_CreateFleetOutput");
|
|
2022
2023
|
var de_CreateProjectOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2023
2024
|
return (0, import_smithy_client.take)(output, {
|
|
2024
|
-
project: (_) => de_Project(_, context)
|
|
2025
|
+
project: /* @__PURE__ */ __name((_) => de_Project(_, context), "project")
|
|
2025
2026
|
});
|
|
2026
2027
|
}, "de_CreateProjectOutput");
|
|
2027
2028
|
var de_CreateReportGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2028
2029
|
return (0, import_smithy_client.take)(output, {
|
|
2029
|
-
reportGroup: (_) => de_ReportGroup(_, context)
|
|
2030
|
+
reportGroup: /* @__PURE__ */ __name((_) => de_ReportGroup(_, context), "reportGroup")
|
|
2030
2031
|
});
|
|
2031
2032
|
}, "de_CreateReportGroupOutput");
|
|
2032
2033
|
var de_CreateWebhookOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2033
2034
|
return (0, import_smithy_client.take)(output, {
|
|
2034
|
-
webhook: (_) => de_Webhook(_, context)
|
|
2035
|
+
webhook: /* @__PURE__ */ __name((_) => de_Webhook(_, context), "webhook")
|
|
2035
2036
|
});
|
|
2036
2037
|
}, "de_CreateWebhookOutput");
|
|
2037
2038
|
var de_DescribeCodeCoveragesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2038
2039
|
return (0, import_smithy_client.take)(output, {
|
|
2039
|
-
codeCoverages: (_) => de_CodeCoverages(_, context),
|
|
2040
|
+
codeCoverages: /* @__PURE__ */ __name((_) => de_CodeCoverages(_, context), "codeCoverages"),
|
|
2040
2041
|
nextToken: import_smithy_client.expectString
|
|
2041
2042
|
});
|
|
2042
2043
|
}, "de_DescribeCodeCoveragesOutput");
|
|
2043
2044
|
var de_DescribeTestCasesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2044
2045
|
return (0, import_smithy_client.take)(output, {
|
|
2045
2046
|
nextToken: import_smithy_client.expectString,
|
|
2046
|
-
testCases: (_) => de_TestCases(_, context)
|
|
2047
|
+
testCases: /* @__PURE__ */ __name((_) => de_TestCases(_, context), "testCases")
|
|
2047
2048
|
});
|
|
2048
2049
|
}, "de_DescribeTestCasesOutput");
|
|
2049
2050
|
var de_Fleet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2052,16 +2053,16 @@ var de_Fleet = /* @__PURE__ */ __name((output, context) => {
|
|
|
2052
2053
|
baseCapacity: import_smithy_client.expectInt32,
|
|
2053
2054
|
computeConfiguration: import_smithy_client._json,
|
|
2054
2055
|
computeType: import_smithy_client.expectString,
|
|
2055
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2056
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2056
2057
|
environmentType: import_smithy_client.expectString,
|
|
2057
2058
|
fleetServiceRole: import_smithy_client.expectString,
|
|
2058
2059
|
id: import_smithy_client.expectString,
|
|
2059
2060
|
imageId: import_smithy_client.expectString,
|
|
2060
|
-
lastModified: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2061
|
+
lastModified: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModified"),
|
|
2061
2062
|
name: import_smithy_client.expectString,
|
|
2062
2063
|
overflowBehavior: import_smithy_client.expectString,
|
|
2063
2064
|
proxyConfiguration: import_smithy_client._json,
|
|
2064
|
-
scalingConfiguration: (_) => de_ScalingConfigurationOutput(_, context),
|
|
2065
|
+
scalingConfiguration: /* @__PURE__ */ __name((_) => de_ScalingConfigurationOutput(_, context), "scalingConfiguration"),
|
|
2065
2066
|
status: import_smithy_client._json,
|
|
2066
2067
|
tags: import_smithy_client._json,
|
|
2067
2068
|
vpcConfig: import_smithy_client._json
|
|
@@ -2082,12 +2083,12 @@ var de_Project = /* @__PURE__ */ __name((output, context) => {
|
|
|
2082
2083
|
buildBatchConfig: import_smithy_client._json,
|
|
2083
2084
|
cache: import_smithy_client._json,
|
|
2084
2085
|
concurrentBuildLimit: import_smithy_client.expectInt32,
|
|
2085
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2086
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2086
2087
|
description: import_smithy_client.expectString,
|
|
2087
2088
|
encryptionKey: import_smithy_client.expectString,
|
|
2088
2089
|
environment: import_smithy_client._json,
|
|
2089
2090
|
fileSystemLocations: import_smithy_client._json,
|
|
2090
|
-
lastModified: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2091
|
+
lastModified: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModified"),
|
|
2091
2092
|
logsConfig: import_smithy_client._json,
|
|
2092
2093
|
name: import_smithy_client.expectString,
|
|
2093
2094
|
projectVisibility: import_smithy_client.expectString,
|
|
@@ -2103,7 +2104,7 @@ var de_Project = /* @__PURE__ */ __name((output, context) => {
|
|
|
2103
2104
|
tags: import_smithy_client._json,
|
|
2104
2105
|
timeoutInMinutes: import_smithy_client.expectInt32,
|
|
2105
2106
|
vpcConfig: import_smithy_client._json,
|
|
2106
|
-
webhook: (_) => de_Webhook(_, context)
|
|
2107
|
+
webhook: /* @__PURE__ */ __name((_) => de_Webhook(_, context), "webhook")
|
|
2107
2108
|
});
|
|
2108
2109
|
}, "de_Project");
|
|
2109
2110
|
var de_Projects = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2115,10 +2116,10 @@ var de_Projects = /* @__PURE__ */ __name((output, context) => {
|
|
|
2115
2116
|
var de_Report = /* @__PURE__ */ __name((output, context) => {
|
|
2116
2117
|
return (0, import_smithy_client.take)(output, {
|
|
2117
2118
|
arn: import_smithy_client.expectString,
|
|
2118
|
-
codeCoverageSummary: (_) => de_CodeCoverageReportSummary(_, context),
|
|
2119
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2119
|
+
codeCoverageSummary: /* @__PURE__ */ __name((_) => de_CodeCoverageReportSummary(_, context), "codeCoverageSummary"),
|
|
2120
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2120
2121
|
executionId: import_smithy_client.expectString,
|
|
2121
|
-
expired: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2122
|
+
expired: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expired"),
|
|
2122
2123
|
exportConfig: import_smithy_client._json,
|
|
2123
2124
|
name: import_smithy_client.expectString,
|
|
2124
2125
|
reportGroupArn: import_smithy_client.expectString,
|
|
@@ -2131,9 +2132,9 @@ var de_Report = /* @__PURE__ */ __name((output, context) => {
|
|
|
2131
2132
|
var de_ReportGroup = /* @__PURE__ */ __name((output, context) => {
|
|
2132
2133
|
return (0, import_smithy_client.take)(output, {
|
|
2133
2134
|
arn: import_smithy_client.expectString,
|
|
2134
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2135
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2135
2136
|
exportConfig: import_smithy_client._json,
|
|
2136
|
-
lastModified: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2137
|
+
lastModified: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModified"),
|
|
2137
2138
|
name: import_smithy_client.expectString,
|
|
2138
2139
|
status: import_smithy_client.expectString,
|
|
2139
2140
|
tags: import_smithy_client._json,
|
|
@@ -2154,12 +2155,12 @@ var de_Reports = /* @__PURE__ */ __name((output, context) => {
|
|
|
2154
2155
|
}, "de_Reports");
|
|
2155
2156
|
var de_RetryBuildBatchOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2156
2157
|
return (0, import_smithy_client.take)(output, {
|
|
2157
|
-
buildBatch: (_) => de_BuildBatch(_, context)
|
|
2158
|
+
buildBatch: /* @__PURE__ */ __name((_) => de_BuildBatch(_, context), "buildBatch")
|
|
2158
2159
|
});
|
|
2159
2160
|
}, "de_RetryBuildBatchOutput");
|
|
2160
2161
|
var de_RetryBuildOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2161
2162
|
return (0, import_smithy_client.take)(output, {
|
|
2162
|
-
build: (_) => de_Build(_, context)
|
|
2163
|
+
build: /* @__PURE__ */ __name((_) => de_Build(_, context), "build")
|
|
2163
2164
|
});
|
|
2164
2165
|
}, "de_RetryBuildOutput");
|
|
2165
2166
|
var de_ScalingConfigurationOutput = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2167,27 +2168,27 @@ var de_ScalingConfigurationOutput = /* @__PURE__ */ __name((output, context) =>
|
|
|
2167
2168
|
desiredCapacity: import_smithy_client.expectInt32,
|
|
2168
2169
|
maxCapacity: import_smithy_client.expectInt32,
|
|
2169
2170
|
scalingType: import_smithy_client.expectString,
|
|
2170
|
-
targetTrackingScalingConfigs: (_) => de_TargetTrackingScalingConfigurations(_, context)
|
|
2171
|
+
targetTrackingScalingConfigs: /* @__PURE__ */ __name((_) => de_TargetTrackingScalingConfigurations(_, context), "targetTrackingScalingConfigs")
|
|
2171
2172
|
});
|
|
2172
2173
|
}, "de_ScalingConfigurationOutput");
|
|
2173
2174
|
var de_StartBuildBatchOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2174
2175
|
return (0, import_smithy_client.take)(output, {
|
|
2175
|
-
buildBatch: (_) => de_BuildBatch(_, context)
|
|
2176
|
+
buildBatch: /* @__PURE__ */ __name((_) => de_BuildBatch(_, context), "buildBatch")
|
|
2176
2177
|
});
|
|
2177
2178
|
}, "de_StartBuildBatchOutput");
|
|
2178
2179
|
var de_StartBuildOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2179
2180
|
return (0, import_smithy_client.take)(output, {
|
|
2180
|
-
build: (_) => de_Build(_, context)
|
|
2181
|
+
build: /* @__PURE__ */ __name((_) => de_Build(_, context), "build")
|
|
2181
2182
|
});
|
|
2182
2183
|
}, "de_StartBuildOutput");
|
|
2183
2184
|
var de_StopBuildBatchOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2184
2185
|
return (0, import_smithy_client.take)(output, {
|
|
2185
|
-
buildBatch: (_) => de_BuildBatch(_, context)
|
|
2186
|
+
buildBatch: /* @__PURE__ */ __name((_) => de_BuildBatch(_, context), "buildBatch")
|
|
2186
2187
|
});
|
|
2187
2188
|
}, "de_StopBuildBatchOutput");
|
|
2188
2189
|
var de_StopBuildOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2189
2190
|
return (0, import_smithy_client.take)(output, {
|
|
2190
|
-
build: (_) => de_Build(_, context)
|
|
2191
|
+
build: /* @__PURE__ */ __name((_) => de_Build(_, context), "build")
|
|
2191
2192
|
});
|
|
2192
2193
|
}, "de_StopBuildOutput");
|
|
2193
2194
|
var de_TargetTrackingScalingConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2205,7 +2206,7 @@ var de_TargetTrackingScalingConfigurations = /* @__PURE__ */ __name((output, con
|
|
|
2205
2206
|
var de_TestCase = /* @__PURE__ */ __name((output, context) => {
|
|
2206
2207
|
return (0, import_smithy_client.take)(output, {
|
|
2207
2208
|
durationInNanoSeconds: import_smithy_client.expectLong,
|
|
2208
|
-
expired: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2209
|
+
expired: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expired"),
|
|
2209
2210
|
message: import_smithy_client.expectString,
|
|
2210
2211
|
name: import_smithy_client.expectString,
|
|
2211
2212
|
prefix: import_smithy_client.expectString,
|
|
@@ -2223,22 +2224,22 @@ var de_TestCases = /* @__PURE__ */ __name((output, context) => {
|
|
|
2223
2224
|
}, "de_TestCases");
|
|
2224
2225
|
var de_UpdateFleetOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2225
2226
|
return (0, import_smithy_client.take)(output, {
|
|
2226
|
-
fleet: (_) => de_Fleet(_, context)
|
|
2227
|
+
fleet: /* @__PURE__ */ __name((_) => de_Fleet(_, context), "fleet")
|
|
2227
2228
|
});
|
|
2228
2229
|
}, "de_UpdateFleetOutput");
|
|
2229
2230
|
var de_UpdateProjectOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2230
2231
|
return (0, import_smithy_client.take)(output, {
|
|
2231
|
-
project: (_) => de_Project(_, context)
|
|
2232
|
+
project: /* @__PURE__ */ __name((_) => de_Project(_, context), "project")
|
|
2232
2233
|
});
|
|
2233
2234
|
}, "de_UpdateProjectOutput");
|
|
2234
2235
|
var de_UpdateReportGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2235
2236
|
return (0, import_smithy_client.take)(output, {
|
|
2236
|
-
reportGroup: (_) => de_ReportGroup(_, context)
|
|
2237
|
+
reportGroup: /* @__PURE__ */ __name((_) => de_ReportGroup(_, context), "reportGroup")
|
|
2237
2238
|
});
|
|
2238
2239
|
}, "de_UpdateReportGroupOutput");
|
|
2239
2240
|
var de_UpdateWebhookOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2240
2241
|
return (0, import_smithy_client.take)(output, {
|
|
2241
|
-
webhook: (_) => de_Webhook(_, context)
|
|
2242
|
+
webhook: /* @__PURE__ */ __name((_) => de_Webhook(_, context), "webhook")
|
|
2242
2243
|
});
|
|
2243
2244
|
}, "de_UpdateWebhookOutput");
|
|
2244
2245
|
var de_Webhook = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2246,7 +2247,7 @@ var de_Webhook = /* @__PURE__ */ __name((output, context) => {
|
|
|
2246
2247
|
branchFilter: import_smithy_client.expectString,
|
|
2247
2248
|
buildType: import_smithy_client.expectString,
|
|
2248
2249
|
filterGroups: import_smithy_client._json,
|
|
2249
|
-
lastModifiedSecret: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2250
|
+
lastModifiedSecret: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedSecret"),
|
|
2250
2251
|
manualCreation: import_smithy_client.expectBoolean,
|
|
2251
2252
|
payloadUrl: import_smithy_client.expectString,
|
|
2252
2253
|
scopeConfiguration: import_smithy_client._json,
|
|
@@ -177,7 +177,7 @@ declare const BatchGetProjectsCommand_base: {
|
|
|
177
177
|
* // filterGroups: [ // FilterGroups
|
|
178
178
|
* // [ // FilterGroup
|
|
179
179
|
* // { // WebhookFilter
|
|
180
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
180
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME" || "ORGANIZATION_NAME", // required
|
|
181
181
|
* // pattern: "STRING_VALUE", // required
|
|
182
182
|
* // excludeMatchedPattern: true || false,
|
|
183
183
|
* // },
|
|
@@ -344,7 +344,7 @@ declare const CreateProjectCommand_base: {
|
|
|
344
344
|
* // filterGroups: [ // FilterGroups
|
|
345
345
|
* // [ // FilterGroup
|
|
346
346
|
* // { // WebhookFilter
|
|
347
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
347
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME" || "ORGANIZATION_NAME", // required
|
|
348
348
|
* // pattern: "STRING_VALUE", // required
|
|
349
349
|
* // excludeMatchedPattern: true || false,
|
|
350
350
|
* // },
|
|
@@ -50,7 +50,7 @@ declare const CreateWebhookCommand_base: {
|
|
|
50
50
|
* filterGroups: [ // FilterGroups
|
|
51
51
|
* [ // FilterGroup
|
|
52
52
|
* { // WebhookFilter
|
|
53
|
-
* type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
53
|
+
* type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME" || "ORGANIZATION_NAME", // required
|
|
54
54
|
* pattern: "STRING_VALUE", // required
|
|
55
55
|
* excludeMatchedPattern: true || false,
|
|
56
56
|
* },
|
|
@@ -75,7 +75,7 @@ declare const CreateWebhookCommand_base: {
|
|
|
75
75
|
* // filterGroups: [ // FilterGroups
|
|
76
76
|
* // [ // FilterGroup
|
|
77
77
|
* // { // WebhookFilter
|
|
78
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
78
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME" || "ORGANIZATION_NAME", // required
|
|
79
79
|
* // pattern: "STRING_VALUE", // required
|
|
80
80
|
* // excludeMatchedPattern: true || false,
|
|
81
81
|
* // },
|
|
@@ -344,7 +344,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
344
344
|
* // filterGroups: [ // FilterGroups
|
|
345
345
|
* // [ // FilterGroup
|
|
346
346
|
* // { // WebhookFilter
|
|
347
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
347
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME" || "ORGANIZATION_NAME", // required
|
|
348
348
|
* // pattern: "STRING_VALUE", // required
|
|
349
349
|
* // excludeMatchedPattern: true || false,
|
|
350
350
|
* // },
|
|
@@ -45,7 +45,7 @@ declare const UpdateWebhookCommand_base: {
|
|
|
45
45
|
* filterGroups: [ // FilterGroups
|
|
46
46
|
* [ // FilterGroup
|
|
47
47
|
* { // WebhookFilter
|
|
48
|
-
* type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
48
|
+
* type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME" || "ORGANIZATION_NAME", // required
|
|
49
49
|
* pattern: "STRING_VALUE", // required
|
|
50
50
|
* excludeMatchedPattern: true || false,
|
|
51
51
|
* },
|
|
@@ -64,7 +64,7 @@ declare const UpdateWebhookCommand_base: {
|
|
|
64
64
|
* // filterGroups: [ // FilterGroups
|
|
65
65
|
* // [ // FilterGroup
|
|
66
66
|
* // { // WebhookFilter
|
|
67
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
67
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME" || "ORGANIZATION_NAME", // required
|
|
68
68
|
* // pattern: "STRING_VALUE", // required
|
|
69
69
|
* // excludeMatchedPattern: true || false,
|
|
70
70
|
* // },
|
|
@@ -835,46 +835,6 @@ export type EnvironmentType = (typeof EnvironmentType)[keyof typeof EnvironmentT
|
|
|
835
835
|
export interface ProjectEnvironment {
|
|
836
836
|
/**
|
|
837
837
|
* <p>The type of build environment to use for related builds.</p>
|
|
838
|
-
* <ul>
|
|
839
|
-
* <li>
|
|
840
|
-
* <p>The environment type <code>ARM_CONTAINER</code> is available only in regions
|
|
841
|
-
* US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland),
|
|
842
|
-
* Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and
|
|
843
|
-
* EU (Frankfurt).</p>
|
|
844
|
-
* </li>
|
|
845
|
-
* <li>
|
|
846
|
-
* <p>The environment type <code>LINUX_CONTAINER</code> is available only in regions
|
|
847
|
-
* US East (N. Virginia), US East (Ohio), US West (Oregon),
|
|
848
|
-
* Canada (Central), EU (Ireland), EU (London),
|
|
849
|
-
* EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul),
|
|
850
|
-
* Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and
|
|
851
|
-
* China (Ningxia).</p>
|
|
852
|
-
* </li>
|
|
853
|
-
* <li>
|
|
854
|
-
* <p>The environment type <code>LINUX_GPU_CONTAINER</code> is available only in
|
|
855
|
-
* regions US East (N. Virginia), US East (Ohio), US West (Oregon),
|
|
856
|
-
* Canada (Central), EU (Ireland), EU (London),
|
|
857
|
-
* EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul),
|
|
858
|
-
* Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and
|
|
859
|
-
* China (Ningxia).</p>
|
|
860
|
-
* </li>
|
|
861
|
-
* </ul>
|
|
862
|
-
* <ul>
|
|
863
|
-
* <li>
|
|
864
|
-
* <p>The environment types <code>ARM_LAMBDA_CONTAINER</code> and
|
|
865
|
-
* <code>LINUX_LAMBDA_CONTAINER</code> are available only in regions
|
|
866
|
-
* US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Mumbai), Asia Pacific (Singapore),
|
|
867
|
-
* Asia Pacific (Sydney), Asia Pacific (Tokyo), EU (Frankfurt), EU (Ireland), and South America (São Paulo).</p>
|
|
868
|
-
* </li>
|
|
869
|
-
* </ul>
|
|
870
|
-
* <ul>
|
|
871
|
-
* <li>
|
|
872
|
-
* <p>The environment types <code>WINDOWS_CONTAINER</code> and
|
|
873
|
-
* <code>WINDOWS_SERVER_2019_CONTAINER</code> are available only in regions
|
|
874
|
-
* US East (N. Virginia), US East (Ohio), US West (Oregon), and
|
|
875
|
-
* EU (Ireland).</p>
|
|
876
|
-
* </li>
|
|
877
|
-
* </ul>
|
|
878
838
|
* <note>
|
|
879
839
|
* <p>If you're using compute fleets during project creation, <code>type</code> will be ignored.</p>
|
|
880
840
|
* </note>
|
|
@@ -3443,6 +3403,7 @@ export declare const WebhookFilterType: {
|
|
|
3443
3403
|
readonly EVENT: "EVENT";
|
|
3444
3404
|
readonly FILE_PATH: "FILE_PATH";
|
|
3445
3405
|
readonly HEAD_REF: "HEAD_REF";
|
|
3406
|
+
readonly ORGANIZATION_NAME: "ORGANIZATION_NAME";
|
|
3446
3407
|
readonly RELEASE_NAME: "RELEASE_NAME";
|
|
3447
3408
|
readonly REPOSITORY_NAME: "REPOSITORY_NAME";
|
|
3448
3409
|
readonly TAG_NAME: "TAG_NAME";
|
|
@@ -3458,9 +3419,10 @@ export type WebhookFilterType = (typeof WebhookFilterType)[keyof typeof WebhookF
|
|
|
3458
3419
|
*/
|
|
3459
3420
|
export interface WebhookFilter {
|
|
3460
3421
|
/**
|
|
3461
|
-
* <p> The type of webhook filter. There are
|
|
3422
|
+
* <p> The type of webhook filter. There are 11 webhook filter types: <code>EVENT</code>,
|
|
3462
3423
|
* <code>ACTOR_ACCOUNT_ID</code>, <code>HEAD_REF</code>, <code>BASE_REF</code>,
|
|
3463
3424
|
* <code>FILE_PATH</code>, <code>COMMIT_MESSAGE</code>, <code>TAG_NAME</code>, <code>RELEASE_NAME</code>,
|
|
3425
|
+
* <code>REPOSITORY_NAME</code>, <code>ORGANIZATION_NAME</code>,
|
|
3464
3426
|
* and <code>WORKFLOW_NAME</code>. </p>
|
|
3465
3427
|
* <ul>
|
|
3466
3428
|
* <li>
|
|
@@ -3530,9 +3492,7 @@ export interface WebhookFilter {
|
|
|
3530
3492
|
* <p> A webhook triggers a build when the path of a changed file matches the
|
|
3531
3493
|
* regular expression <code>pattern</code>. </p>
|
|
3532
3494
|
* <note>
|
|
3533
|
-
* <p> Works with
|
|
3534
|
-
* Also works with GitHub Enterprise push events, but does not work with
|
|
3535
|
-
* GitHub Enterprise pull request events. </p>
|
|
3495
|
+
* <p> Works with push and pull request events only. </p>
|
|
3536
3496
|
* </note>
|
|
3537
3497
|
* </li>
|
|
3538
3498
|
* </ul>
|
|
@@ -3544,9 +3504,7 @@ export interface WebhookFilter {
|
|
|
3544
3504
|
* <p>A webhook triggers a build when the head commit message matches the
|
|
3545
3505
|
* regular expression <code>pattern</code>.</p>
|
|
3546
3506
|
* <note>
|
|
3547
|
-
* <p> Works with
|
|
3548
|
-
* Also works with GitHub Enterprise push events, but does not work with
|
|
3549
|
-
* GitHub Enterprise pull request events. </p>
|
|
3507
|
+
* <p> Works with push and pull request events only. </p>
|
|
3550
3508
|
* </note>
|
|
3551
3509
|
* </li>
|
|
3552
3510
|
* </ul>
|
|
@@ -3580,7 +3538,7 @@ export interface WebhookFilter {
|
|
|
3580
3538
|
* <ul>
|
|
3581
3539
|
* <li>
|
|
3582
3540
|
* <p>A webhook triggers a build when the repository name matches the
|
|
3583
|
-
* regular expression pattern
|
|
3541
|
+
* regular expression <code>pattern</code>.</p>
|
|
3584
3542
|
* <note>
|
|
3585
3543
|
* <p> Works with GitHub global or organization webhooks only. </p>
|
|
3586
3544
|
* </note>
|
|
@@ -3588,6 +3546,18 @@ export interface WebhookFilter {
|
|
|
3588
3546
|
* </ul>
|
|
3589
3547
|
* </li>
|
|
3590
3548
|
* <li>
|
|
3549
|
+
* <p>ORGANIZATION_NAME</p>
|
|
3550
|
+
* <ul>
|
|
3551
|
+
* <li>
|
|
3552
|
+
* <p>A webhook triggers a build when the organization name matches the
|
|
3553
|
+
* regular expression <code>pattern</code>.</p>
|
|
3554
|
+
* <note>
|
|
3555
|
+
* <p> Works with GitHub global webhooks only. </p>
|
|
3556
|
+
* </note>
|
|
3557
|
+
* </li>
|
|
3558
|
+
* </ul>
|
|
3559
|
+
* </li>
|
|
3560
|
+
* <li>
|
|
3591
3561
|
* <p>WORKFLOW_NAME</p>
|
|
3592
3562
|
* <ul>
|
|
3593
3563
|
* <li>
|
|
@@ -602,6 +602,7 @@ export declare const WebhookFilterType: {
|
|
|
602
602
|
readonly EVENT: "EVENT";
|
|
603
603
|
readonly FILE_PATH: "FILE_PATH";
|
|
604
604
|
readonly HEAD_REF: "HEAD_REF";
|
|
605
|
+
readonly ORGANIZATION_NAME: "ORGANIZATION_NAME";
|
|
605
606
|
readonly RELEASE_NAME: "RELEASE_NAME";
|
|
606
607
|
readonly REPOSITORY_NAME: "REPOSITORY_NAME";
|
|
607
608
|
readonly TAG_NAME: "TAG_NAME";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codebuild",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.767.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
|