@go-to-k/cdkd 0.188.0 → 0.190.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.
|
@@ -7980,6 +7980,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
7980
7980
|
"AuthorizerCredentials",
|
|
7981
7981
|
"AuthorizerResultTtlInSeconds",
|
|
7982
7982
|
"AuthorizerUri",
|
|
7983
|
+
"AuthType",
|
|
7983
7984
|
"IdentitySource",
|
|
7984
7985
|
"IdentityValidationExpression",
|
|
7985
7986
|
"Name",
|
|
@@ -7987,7 +7988,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
7987
7988
|
"RestApiId",
|
|
7988
7989
|
"Type"
|
|
7989
7990
|
]),
|
|
7990
|
-
silentDrop: new Map(
|
|
7991
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
7991
7992
|
}],
|
|
7992
7993
|
["AWS::ApiGateway::Deployment", {
|
|
7993
7994
|
handled: new Set(["Description", "RestApiId"]),
|
|
@@ -8959,11 +8960,12 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8959
8960
|
"Description",
|
|
8960
8961
|
"EventSourceName",
|
|
8961
8962
|
"KmsKeyIdentifier",
|
|
8963
|
+
"LogConfig",
|
|
8962
8964
|
"Name",
|
|
8963
8965
|
"Policy",
|
|
8964
8966
|
"Tags"
|
|
8965
8967
|
]),
|
|
8966
|
-
silentDrop: new Map(
|
|
8968
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8967
8969
|
}],
|
|
8968
8970
|
["AWS::Events::Rule", {
|
|
8969
8971
|
handled: new Set([
|
|
@@ -12589,4 +12591,4 @@ var DeployEngine = class {
|
|
|
12589
12591
|
|
|
12590
12592
|
//#endregion
|
|
12591
12593
|
export { AssetError as $, S3StateBackend as A, resolveCaptureObservedState as B, assertRegionMatch as C, DagBuilder as D, DiffCalculator as E, buildDockerImage as F, CFN_TEMPLATE_BODY_LIMIT as G, resolveStateBucketWithDefault as H, Synthesizer as I, findLargeInlineResources as J, CFN_TEMPLATE_URL_LIMIT as K, getDefaultStateBucketName as L, AssetPublisher as M, stringifyValue as N, TemplateParser as O, WorkGraph as P, resolveBucketRegion as Q, getLegacyStateBucketName as R, CloudControlProvider as S, applyRoleArnIfSet as T, resolveStateBucketWithDefaultAndSource as U, resolveSkipPrefix as V, warnDeprecatedNoPrefixCliFlag as W, AssemblyReader as X, uploadCfnTemplate as Y, clearBucketRegionCache as Z, matchesCdkPath as _, formatError as _t, withRetry as a, LocalStartServiceError as at, ProviderRegistry as b, withErrorHandling as bt, bold as c, NestedStackChildDirectDestroyError as ct, green as d, ResourceTimeoutError as dt, CdkdError as et, red as f, ResourceUpdateNotSupportedError as ft, CDK_PATH_TAG as g, SynthesisError as gt, collectInlinePolicyNamesManagedBySiblings as h, StateError as ht, withResourceDeadline as i, LocalMigrateError as it, shouldRetainResource as j, LockManager as k, cyan as l, PartialFailureError as lt, IAMRoleProvider as m, StackTerminationProtectionError as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, DependencyError as nt, IMPLICIT_DELETE_DEPENDENCIES as o, LockError as ot, yellow as p, StackHasActiveImportsError as pt, MIGRATE_TMP_PREFIX as q, DeployEngine as r, LocalInvokeBuildError as rt, formatResourceLine as s, MissingCdkCliError as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, ConfigError as tt, gray as u, ProvisioningError as ut, normalizeAwsTagsToCfn as v, isCdkdError as vt, IntrinsicFunctionResolver as w, findActionableSilentDrops as x, resolveExplicitPhysicalId as y, normalizeAwsError as yt, resolveApp as z };
|
|
12592
|
-
//# sourceMappingURL=deploy-engine-
|
|
12594
|
+
//# sourceMappingURL=deploy-engine-CapyHC2m.js.map
|