@go-to-k/cdkd 0.246.0 → 0.248.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.
|
@@ -11332,12 +11332,14 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
11332
11332
|
}],
|
|
11333
11333
|
["AWS::CodeCommit::Repository", {
|
|
11334
11334
|
handled: new Set([
|
|
11335
|
+
"Code",
|
|
11335
11336
|
"KmsKeyId",
|
|
11336
11337
|
"RepositoryDescription",
|
|
11337
11338
|
"RepositoryName",
|
|
11338
|
-
"Tags"
|
|
11339
|
+
"Tags",
|
|
11340
|
+
"Triggers"
|
|
11339
11341
|
]),
|
|
11340
|
-
silentDrop:
|
|
11342
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
11341
11343
|
}],
|
|
11342
11344
|
["AWS::Cognito::UserPool", {
|
|
11343
11345
|
handled: new Set([
|
|
@@ -16175,4 +16177,4 @@ var DeployEngine = class {
|
|
|
16175
16177
|
|
|
16176
16178
|
//#endregion
|
|
16177
16179
|
export { getDockerCmd as $, DiffCalculator as A, buildAssetRedirectMap as B, findActionableSilentDrops as C, resolveBucketRegion as Ct, refStateLookupFromResource as D, cfnRefValueFromPhysicalId as E, rebuildClientForBucketRegion as F, BOOTSTRAP_MARKER_PREFIX as G, loadPublishableAssetManifest as H, shouldRetainResource as I, parseBootstrapMarker as J, ensureAssetStorage as K, AssetPublisher as L, TemplateParser as M, LockManager as N, WAFv2WebACLProvider as O, S3StateBackend as P, formatDockerLoginError as Q, stringifyValue as R, ProviderRegistry as S, clearBucketRegionCache as St, IntrinsicFunctionResolver as T, rewriteTemplateAssetReferences as U, createAssetRedirectResolver as V, AssetModeResolver as W, validateContainerRepoName as X, validateAssetBucketName as Y, buildDockerImage as Z, green as _, CFN_TEMPLATE_URL_LIMIT as _t, withRetry as a, synthesisStatusMessage as at, IAMRoleProvider as b, uploadCfnTemplate as bt, computeImplicitDeleteEdges as c, resolveApp as ct, isStatefulRecreateTargetSync as d, resolveSkipPrefix as dt, runDockerForeground as et, renderStatefulReason as f, resolveStateBucketWithDefault as ft, gray as g, CFN_TEMPLATE_BODY_LIMIT as gt, cyan as h, warnDeprecatedNoPrefixCliFlag as ht, withResourceDeadline as i, Synthesizer as it, DagBuilder as j, applyRoleArnIfSet as k, extractDeploymentEventError as l, resolveAutoAssetStorage as lt, bold as m, resolveUseCdkBootstrapAssets as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, AssetManifestLoader as nt, isRetryableTransientError as o, getDefaultStateBucketName as ot, formatResourceLine as p, resolveStateBucketWithDefaultAndSource as pt, getBootstrapMarkerKey as q, DeployEngine as r, getDockerImageBySourceHash as rt, IMPLICIT_DELETE_DEPENDENCIES as s, getLegacyStateBucketName as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, runDockerStreaming as tt, MULTI_REGION_RECREATE_BLOCKED_TYPES as u, resolveCaptureObservedState as ut, red as v, MIGRATE_TMP_PREFIX as vt, CloudControlProvider as w, collectInlinePolicyNamesManagedBySiblings as x, AssemblyReader as xt, yellow as y, findLargeInlineResources as yt, WorkGraph as z };
|
|
16178
|
-
//# sourceMappingURL=deploy-engine-
|
|
16180
|
+
//# sourceMappingURL=deploy-engine-D6U-Cm8B.js.map
|