@go-to-k/cdkd 0.187.0 → 0.188.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.
|
@@ -9269,6 +9269,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9269
9269
|
"LoggingConfig",
|
|
9270
9270
|
"MemorySize",
|
|
9271
9271
|
"PackageType",
|
|
9272
|
+
"RecursiveLoop",
|
|
9272
9273
|
"Role",
|
|
9273
9274
|
"Runtime",
|
|
9274
9275
|
"SnapStart",
|
|
@@ -9283,7 +9284,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9283
9284
|
["DurableConfig", "not yet implemented by cdkd"],
|
|
9284
9285
|
["FunctionScalingConfig", "not yet implemented by cdkd"],
|
|
9285
9286
|
["PublishToLatestPublished", "not yet implemented by cdkd"],
|
|
9286
|
-
["RecursiveLoop", "not yet implemented by cdkd"],
|
|
9287
9287
|
["ReservedConcurrentExecutions", "not yet implemented by cdkd"],
|
|
9288
9288
|
["RuntimeManagementConfig", "not yet implemented by cdkd"],
|
|
9289
9289
|
["TenancyConfig", "not yet implemented by cdkd"]
|
|
@@ -10000,7 +10000,7 @@ var ProviderRegistry = class {
|
|
|
10000
10000
|
/**
|
|
10001
10001
|
* Escape hatch for the `--allow-unsupported-properties` CLI flag. Each entry
|
|
10002
10002
|
* is a `<ResourceType>:<PropertyName>` token (e.g.
|
|
10003
|
-
* `AWS::Lambda::Function:
|
|
10003
|
+
* `AWS::Lambda::Function:RuntimeManagementConfig`). As of issue
|
|
10004
10004
|
* [#614](https://github.com/go-to-k/cdkd/issues/614), the flag now means
|
|
10005
10005
|
* "force the SDK Provider path and accept the silent drop" — the default
|
|
10006
10006
|
* for an un-flagged silent-drop property is to auto-route the resource
|
|
@@ -10251,7 +10251,7 @@ var ProviderRegistry = class {
|
|
|
10251
10251
|
* `--allow-unsupported-properties` allow set — i.e. every resource that
|
|
10252
10252
|
* {@link getProviderFor} would auto-route via Cloud Control. Returned
|
|
10253
10253
|
* entries carry the silent-drop property names so plan / diff renderers
|
|
10254
|
-
* can show `[via CC API:
|
|
10254
|
+
* can show `[via CC API: RuntimeManagementConfig]`.
|
|
10255
10255
|
*
|
|
10256
10256
|
* Does NOT log or throw. Use {@link reportSilentDropDecisions} for the
|
|
10257
10257
|
* side-effecting info / warn surface.
|
|
@@ -12589,4 +12589,4 @@ var DeployEngine = class {
|
|
|
12589
12589
|
|
|
12590
12590
|
//#endregion
|
|
12591
12591
|
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-
|
|
12592
|
+
//# sourceMappingURL=deploy-engine-DxpaX6py.js.map
|