@go-to-k/cdkd 0.198.0 → 0.199.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.
|
@@ -10222,27 +10222,26 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
10222
10222
|
"FilterCriteria",
|
|
10223
10223
|
"FunctionName",
|
|
10224
10224
|
"FunctionResponseTypes",
|
|
10225
|
+
"KmsKeyArn",
|
|
10226
|
+
"LoggingConfig",
|
|
10225
10227
|
"MaximumBatchingWindowInSeconds",
|
|
10226
10228
|
"MaximumRecordAgeInSeconds",
|
|
10227
10229
|
"MaximumRetryAttempts",
|
|
10230
|
+
"MetricsConfig",
|
|
10228
10231
|
"ParallelizationFactor",
|
|
10232
|
+
"ProvisionedPollerConfig",
|
|
10233
|
+
"Queues",
|
|
10229
10234
|
"ScalingConfig",
|
|
10230
10235
|
"SelfManagedEventSource",
|
|
10231
10236
|
"SelfManagedKafkaEventSourceConfig",
|
|
10232
10237
|
"SourceAccessConfigurations",
|
|
10233
10238
|
"StartingPosition",
|
|
10239
|
+
"StartingPositionTimestamp",
|
|
10234
10240
|
"Tags",
|
|
10241
|
+
"Topics",
|
|
10235
10242
|
"TumblingWindowInSeconds"
|
|
10236
10243
|
]),
|
|
10237
|
-
silentDrop: new Map(
|
|
10238
|
-
["KmsKeyArn", "not yet implemented by cdkd"],
|
|
10239
|
-
["LoggingConfig", "not yet implemented by cdkd"],
|
|
10240
|
-
["MetricsConfig", "not yet implemented by cdkd"],
|
|
10241
|
-
["ProvisionedPollerConfig", "not yet implemented by cdkd"],
|
|
10242
|
-
["Queues", "not yet implemented by cdkd"],
|
|
10243
|
-
["StartingPositionTimestamp", "not yet implemented by cdkd"],
|
|
10244
|
-
["Topics", "not yet implemented by cdkd"]
|
|
10245
|
-
])
|
|
10244
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
10246
10245
|
}],
|
|
10247
10246
|
["AWS::Lambda::Function", {
|
|
10248
10247
|
handled: new Set([
|
|
@@ -13587,4 +13586,4 @@ var DeployEngine = class {
|
|
|
13587
13586
|
|
|
13588
13587
|
//#endregion
|
|
13589
13588
|
export { uploadCfnTemplate as $, S3StateBackend as A, PATTERN_B_NAME_PROPERTIES as At, Synthesizer as B, assertRegionMatch as C, normalizeAwsError as Ct, DagBuilder as D, setLogger as Dt, DiffCalculator as E, getLogger as Et, buildDockerImage as F, withStackName as Ft, resolveSkipPrefix as G, getLegacyStateBucketName as H, formatDockerLoginError as I, warnDeprecatedNoPrefixCliFlag as J, resolveStateBucketWithDefault as K, getDockerCmd as L, AssetPublisher as M, generateResourceName as Mt, stringifyValue as N, generateResourceNameWithFallback as Nt, TemplateParser as O, runStackBuffered as Ot, WorkGraph as P, withSkipPrefix as Pt, findLargeInlineResources as Q, runDockerForeground as R, CloudControlProvider as S, isCdkdError as St, applyRoleArnIfSet as T, ConsoleLogger as Tt, resolveApp as U, getDefaultStateBucketName as V, resolveCaptureObservedState as W, CFN_TEMPLATE_URL_LIMIT as X, CFN_TEMPLATE_BODY_LIMIT as Y, MIGRATE_TMP_PREFIX as Z, matchesCdkPath as _, StackHasActiveImportsError as _t, withRetry as a, ConfigError as at, ProviderRegistry as b, SynthesisError as bt, bold as c, LocalMigrateError as ct, green as d, MissingCdkCliError as dt, AssemblyReader as et, red as f, NestedStackChildDirectDestroyError as ft, CDK_PATH_TAG as g, ResourceUpdateNotSupportedError as gt, collectInlinePolicyNamesManagedBySiblings as h, ResourceTimeoutError as ht, withResourceDeadline as i, CdkdError as it, shouldRetainResource as j, PATTERN_B_RESOURCE_TYPES as jt, LockManager as k, getLiveRenderer as kt, cyan as l, LocalStartServiceError as lt, IAMRoleProvider as m, ProvisioningError as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, resolveBucketRegion as nt, IMPLICIT_DELETE_DEPENDENCIES as o, DependencyError as ot, yellow as p, PartialFailureError as pt, resolveStateBucketWithDefaultAndSource as q, DeployEngine as r, AssetError as rt, formatResourceLine as s, LocalInvokeBuildError as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, clearBucketRegionCache as tt, gray as u, LockError as ut, normalizeAwsTagsToCfn as v, StackTerminationProtectionError as vt, IntrinsicFunctionResolver as w, withErrorHandling as wt, findActionableSilentDrops as x, formatError as xt, resolveExplicitPhysicalId as y, StateError as yt, runDockerStreaming as z };
|
|
13590
|
-
//# sourceMappingURL=deploy-engine-
|
|
13589
|
+
//# sourceMappingURL=deploy-engine-DGQOHJpW.js.map
|