@go-to-k/cdkd 0.172.0 → 0.173.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.
@@ -9253,6 +9253,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9253
9253
  "ImageConfig",
9254
9254
  "KmsKeyArn",
9255
9255
  "Layers",
9256
+ "LoggingConfig",
9256
9257
  "MemorySize",
9257
9258
  "PackageType",
9258
9259
  "Role",
@@ -9268,7 +9269,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9268
9269
  ["CodeSigningConfigArn", "not yet implemented by cdkd"],
9269
9270
  ["DurableConfig", "not yet implemented by cdkd"],
9270
9271
  ["FunctionScalingConfig", "not yet implemented by cdkd"],
9271
- ["LoggingConfig", "not yet implemented by cdkd"],
9272
9272
  ["PublishToLatestPublished", "not yet implemented by cdkd"],
9273
9273
  ["RecursiveLoop", "not yet implemented by cdkd"],
9274
9274
  ["ReservedConcurrentExecutions", "not yet implemented by cdkd"],
@@ -9985,7 +9985,7 @@ var ProviderRegistry = class {
9985
9985
  /**
9986
9986
  * Escape hatch for the `--allow-unsupported-properties` CLI flag. Each entry
9987
9987
  * is a `<ResourceType>:<PropertyName>` token (e.g.
9988
- * `AWS::Lambda::Function:LoggingConfig`). As of issue
9988
+ * `AWS::Lambda::Function:RecursiveLoop`). As of issue
9989
9989
  * [#614](https://github.com/go-to-k/cdkd/issues/614), the flag now means
9990
9990
  * "force the SDK Provider path and accept the silent drop" — the default
9991
9991
  * for an un-flagged silent-drop property is to auto-route the resource
@@ -10236,7 +10236,7 @@ var ProviderRegistry = class {
10236
10236
  * `--allow-unsupported-properties` allow set — i.e. every resource that
10237
10237
  * {@link getProviderFor} would auto-route via Cloud Control. Returned
10238
10238
  * entries carry the silent-drop property names so plan / diff renderers
10239
- * can show `[via CC API: LoggingConfig]`.
10239
+ * can show `[via CC API: RecursiveLoop]`.
10240
10240
  *
10241
10241
  * Does NOT log or throw. Use {@link reportSilentDropDecisions} for the
10242
10242
  * side-effecting info / warn surface.
@@ -12573,4 +12573,4 @@ var DeployEngine = class {
12573
12573
 
12574
12574
  //#endregion
12575
12575
  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 };
12576
- //# sourceMappingURL=deploy-engine-ZV67Rszk.js.map
12576
+ //# sourceMappingURL=deploy-engine-BfRlYX17.js.map