@go-to-k/cdkd 0.230.10 → 0.230.12
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.
|
@@ -4993,6 +4993,27 @@ var ReplacementRulesRegistry = class {
|
|
|
4993
4993
|
replacementProperties: new Set(["LogGroupName"]),
|
|
4994
4994
|
updateableProperties: new Set(["RetentionInDays", "KmsKeyId"])
|
|
4995
4995
|
});
|
|
4996
|
+
this.rules.set("AWS::Kinesis::Stream", {
|
|
4997
|
+
replacementProperties: new Set(["Name"]),
|
|
4998
|
+
updateableProperties: new Set([
|
|
4999
|
+
"RetentionPeriodHours",
|
|
5000
|
+
"ShardCount",
|
|
5001
|
+
"StreamModeDetails",
|
|
5002
|
+
"StreamEncryption",
|
|
5003
|
+
"Tags"
|
|
5004
|
+
])
|
|
5005
|
+
});
|
|
5006
|
+
this.rules.set("AWS::SecretsManager::Secret", {
|
|
5007
|
+
replacementProperties: new Set(["Name"]),
|
|
5008
|
+
updateableProperties: new Set([
|
|
5009
|
+
"Description",
|
|
5010
|
+
"KmsKeyId",
|
|
5011
|
+
"SecretString",
|
|
5012
|
+
"GenerateSecretString",
|
|
5013
|
+
"ReplicaRegions",
|
|
5014
|
+
"Tags"
|
|
5015
|
+
])
|
|
5016
|
+
});
|
|
4996
5017
|
this.rules.set("AWS::ApiGateway::RestApi", {
|
|
4997
5018
|
replacementProperties: new Set(["Name"]),
|
|
4998
5019
|
updateableProperties: new Set([
|
|
@@ -13809,4 +13830,4 @@ var DeployEngine = class {
|
|
|
13809
13830
|
|
|
13810
13831
|
//#endregion
|
|
13811
13832
|
export { CFN_TEMPLATE_BODY_LIMIT as $, LockManager as A, runDockerForeground as B, findActionableSilentDrops as C, DiffCalculator as D, applyRoleArnIfSet as E, stringifyValue as F, getDefaultStateBucketName as G, AssetManifestLoader as H, WorkGraph as I, resolveCaptureObservedState as J, getLegacyStateBucketName as K, buildDockerImage as L, rebuildClientForBucketRegion as M, shouldRetainResource as N, DagBuilder as O, AssetPublisher as P, warnDeprecatedNoPrefixCliFlag as Q, formatDockerLoginError as R, ProviderRegistry as S, IntrinsicFunctionResolver as T, getDockerImageBySourceHash as U, runDockerStreaming as V, Synthesizer as W, resolveStateBucketWithDefault as X, resolveSkipPrefix as Y, resolveStateBucketWithDefaultAndSource as Z, green as _, withRetry as a, clearBucketRegionCache as at, IAMRoleProvider as b, computeImplicitDeleteEdges as c, isStatefulRecreateTargetSync as d, CFN_TEMPLATE_URL_LIMIT as et, renderStatefulReason as f, gray as g, cyan as h, withResourceDeadline as i, AssemblyReader as it, S3StateBackend as j, TemplateParser as k, extractDeploymentEventError as l, bold as m, DEFAULT_RESOURCE_WARN_AFTER_MS as n, findLargeInlineResources as nt, isRetryableTransientError as o, resolveBucketRegion as ot, formatResourceLine as p, resolveApp as q, DeployEngine as r, uploadCfnTemplate as rt, IMPLICIT_DELETE_DEPENDENCIES as s, DEFAULT_RESOURCE_TIMEOUT_MS as t, MIGRATE_TMP_PREFIX as tt, MULTI_REGION_RECREATE_BLOCKED_TYPES as u, red as v, CloudControlProvider as w, collectInlinePolicyNamesManagedBySiblings as x, yellow as y, getDockerCmd as z };
|
|
13812
|
-
//# sourceMappingURL=deploy-engine-
|
|
13833
|
+
//# sourceMappingURL=deploy-engine-CJs0dDvf.js.map
|