@go-to-k/cdkd 0.230.11 → 0.230.13
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.
package/dist/cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { A as withErrorHandling, B as generateResourceName, C as StackHasActiveImportsError, F as getLiveRenderer, H as withSkipPrefix, I as PATTERN_B_NAME_OPTIONS, L as PATTERN_B_NAME_PROPERTIES, M as getLogger, P as runStackBuffered, R as PATTERN_B_RESOURCE_TYPES, S as ResourceUpdateNotSupportedError, U as withStackName, V as generateResourceNameWithFallback, _ as MissingCdkCliError, a as assertRegionMatch, b as ProvisioningError, f as LocalInvokeBuildError$1, i as resolveExplicitPhysicalId, k as normalizeAwsError, l as CdkdError, m as LocalStartServiceError, n as matchesCdkPath, o as disableInstanceApiTermination, p as LocalMigrateError, r as normalizeAwsTagsToCfn, s as isTerminationProtectionPropagationError, t as CDK_PATH_TAG, v as NestedStackChildDirectDestroyError, w as StackTerminationProtectionError, x as ResourceTimeoutError, y as PartialFailureError } from "./import-helpers-DayvBD4T.js";
|
|
3
3
|
import { a as setAwsClients, i as resetAwsClients, r as getAwsClients, t as AwsClients } from "./aws-clients-pjPwZz1r.js";
|
|
4
|
-
import { $ as CFN_TEMPLATE_BODY_LIMIT, A as LockManager, B as runDockerForeground, C as findActionableSilentDrops, D as DiffCalculator, E as applyRoleArnIfSet, F as stringifyValue, G as getDefaultStateBucketName, H as AssetManifestLoader, I as WorkGraph, J as resolveCaptureObservedState, K as getLegacyStateBucketName, L as buildDockerImage, M as rebuildClientForBucketRegion, N as shouldRetainResource, O as DagBuilder, P as AssetPublisher, Q as warnDeprecatedNoPrefixCliFlag, R as formatDockerLoginError, S as ProviderRegistry, T as IntrinsicFunctionResolver, U as getDockerImageBySourceHash, V as runDockerStreaming, W as Synthesizer, X as resolveStateBucketWithDefault, Y as resolveSkipPrefix, Z as resolveStateBucketWithDefaultAndSource, _ as green, a as withRetry, b as IAMRoleProvider, c as computeImplicitDeleteEdges, d as isStatefulRecreateTargetSync, et as CFN_TEMPLATE_URL_LIMIT, f as renderStatefulReason, g as gray, h as cyan, i as withResourceDeadline, it as AssemblyReader, j as S3StateBackend, k as TemplateParser, l as extractDeploymentEventError, m as bold, n as DEFAULT_RESOURCE_WARN_AFTER_MS, nt as findLargeInlineResources, o as isRetryableTransientError, ot as resolveBucketRegion, p as formatResourceLine, q as resolveApp, r as DeployEngine, rt as uploadCfnTemplate, s as IMPLICIT_DELETE_DEPENDENCIES, t as DEFAULT_RESOURCE_TIMEOUT_MS, tt as MIGRATE_TMP_PREFIX, u as MULTI_REGION_RECREATE_BLOCKED_TYPES, v as red, w as CloudControlProvider, x as collectInlinePolicyNamesManagedBySiblings, y as yellow, z as getDockerCmd } from "./deploy-engine-
|
|
4
|
+
import { $ as CFN_TEMPLATE_BODY_LIMIT, A as LockManager, B as runDockerForeground, C as findActionableSilentDrops, D as DiffCalculator, E as applyRoleArnIfSet, F as stringifyValue, G as getDefaultStateBucketName, H as AssetManifestLoader, I as WorkGraph, J as resolveCaptureObservedState, K as getLegacyStateBucketName, L as buildDockerImage, M as rebuildClientForBucketRegion, N as shouldRetainResource, O as DagBuilder, P as AssetPublisher, Q as warnDeprecatedNoPrefixCliFlag, R as formatDockerLoginError, S as ProviderRegistry, T as IntrinsicFunctionResolver, U as getDockerImageBySourceHash, V as runDockerStreaming, W as Synthesizer, X as resolveStateBucketWithDefault, Y as resolveSkipPrefix, Z as resolveStateBucketWithDefaultAndSource, _ as green, a as withRetry, b as IAMRoleProvider, c as computeImplicitDeleteEdges, d as isStatefulRecreateTargetSync, et as CFN_TEMPLATE_URL_LIMIT, f as renderStatefulReason, g as gray, h as cyan, i as withResourceDeadline, it as AssemblyReader, j as S3StateBackend, k as TemplateParser, l as extractDeploymentEventError, m as bold, n as DEFAULT_RESOURCE_WARN_AFTER_MS, nt as findLargeInlineResources, o as isRetryableTransientError, ot as resolveBucketRegion, p as formatResourceLine, q as resolveApp, r as DeployEngine, rt as uploadCfnTemplate, s as IMPLICIT_DELETE_DEPENDENCIES, t as DEFAULT_RESOURCE_TIMEOUT_MS, tt as MIGRATE_TMP_PREFIX, u as MULTI_REGION_RECREATE_BLOCKED_TYPES, v as red, w as CloudControlProvider, x as collectInlinePolicyNamesManagedBySiblings, y as yellow, z as getDockerCmd } from "./deploy-engine-B1a6fz6L.js";
|
|
5
5
|
import { t as ASGProvider } from "./asg-provider-Dgj3loIG.js";
|
|
6
6
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
7
7
|
import { randomBytes, randomUUID } from "node:crypto";
|
|
@@ -1445,7 +1445,7 @@ const FLUSH_INTERVAL_MS = 2e3;
|
|
|
1445
1445
|
const FLUSH_EVENT_THRESHOLD = 50;
|
|
1446
1446
|
/** Build-time cdkd version, with a dev fallback for non-built contexts. */
|
|
1447
1447
|
function getCdkdVersion() {
|
|
1448
|
-
return "0.230.
|
|
1448
|
+
return "0.230.13";
|
|
1449
1449
|
}
|
|
1450
1450
|
/**
|
|
1451
1451
|
* Generate a time-sortable unique run id, e.g.
|
|
@@ -55365,7 +55365,7 @@ function reorderArgs(argv) {
|
|
|
55365
55365
|
async function main() {
|
|
55366
55366
|
installPipeCloseHandler();
|
|
55367
55367
|
const program = new Command();
|
|
55368
|
-
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.230.
|
|
55368
|
+
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.230.13");
|
|
55369
55369
|
program.addCommand(createBootstrapCommand());
|
|
55370
55370
|
program.addCommand(createSynthCommand());
|
|
55371
55371
|
program.addCommand(createListCommand());
|
|
@@ -4993,6 +4993,91 @@ 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
|
+
});
|
|
5017
|
+
this.rules.set("AWS::StepFunctions::StateMachine", {
|
|
5018
|
+
replacementProperties: new Set(["StateMachineName", "StateMachineType"]),
|
|
5019
|
+
updateableProperties: new Set([
|
|
5020
|
+
"DefinitionString",
|
|
5021
|
+
"DefinitionS3Location",
|
|
5022
|
+
"Definition",
|
|
5023
|
+
"DefinitionSubstitutions",
|
|
5024
|
+
"RoleArn",
|
|
5025
|
+
"LoggingConfiguration",
|
|
5026
|
+
"TracingConfiguration",
|
|
5027
|
+
"Tags",
|
|
5028
|
+
"EncryptionConfiguration"
|
|
5029
|
+
])
|
|
5030
|
+
});
|
|
5031
|
+
this.rules.set("AWS::Events::Rule", {
|
|
5032
|
+
replacementProperties: new Set(["Name", "EventBusName"]),
|
|
5033
|
+
updateableProperties: new Set([
|
|
5034
|
+
"ScheduleExpression",
|
|
5035
|
+
"EventPattern",
|
|
5036
|
+
"State",
|
|
5037
|
+
"Description",
|
|
5038
|
+
"Targets",
|
|
5039
|
+
"RoleArn"
|
|
5040
|
+
])
|
|
5041
|
+
});
|
|
5042
|
+
this.rules.set("AWS::SSM::Parameter", {
|
|
5043
|
+
replacementProperties: new Set(["Name"]),
|
|
5044
|
+
updateableProperties: new Set([
|
|
5045
|
+
"Value",
|
|
5046
|
+
"Description",
|
|
5047
|
+
"Type",
|
|
5048
|
+
"Tier",
|
|
5049
|
+
"AllowedPattern",
|
|
5050
|
+
"Policies",
|
|
5051
|
+
"DataType",
|
|
5052
|
+
"Tags"
|
|
5053
|
+
])
|
|
5054
|
+
});
|
|
5055
|
+
this.rules.set("AWS::CloudWatch::Alarm", {
|
|
5056
|
+
replacementProperties: new Set(["AlarmName"]),
|
|
5057
|
+
updateableProperties: new Set([
|
|
5058
|
+
"ComparisonOperator",
|
|
5059
|
+
"EvaluationPeriods",
|
|
5060
|
+
"DatapointsToAlarm",
|
|
5061
|
+
"Threshold",
|
|
5062
|
+
"TreatMissingData",
|
|
5063
|
+
"MetricName",
|
|
5064
|
+
"Namespace",
|
|
5065
|
+
"Period",
|
|
5066
|
+
"Statistic",
|
|
5067
|
+
"ExtendedStatistic",
|
|
5068
|
+
"Dimensions",
|
|
5069
|
+
"Metrics",
|
|
5070
|
+
"AlarmDescription",
|
|
5071
|
+
"ActionsEnabled",
|
|
5072
|
+
"AlarmActions",
|
|
5073
|
+
"OKActions",
|
|
5074
|
+
"InsufficientDataActions",
|
|
5075
|
+
"Unit",
|
|
5076
|
+
"EvaluateLowSampleCountPercentile",
|
|
5077
|
+
"ThresholdMetricId",
|
|
5078
|
+
"Tags"
|
|
5079
|
+
])
|
|
5080
|
+
});
|
|
4996
5081
|
this.rules.set("AWS::ApiGateway::RestApi", {
|
|
4997
5082
|
replacementProperties: new Set(["Name"]),
|
|
4998
5083
|
updateableProperties: new Set([
|
|
@@ -13809,4 +13894,4 @@ var DeployEngine = class {
|
|
|
13809
13894
|
|
|
13810
13895
|
//#endregion
|
|
13811
13896
|
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-
|
|
13897
|
+
//# sourceMappingURL=deploy-engine-B1a6fz6L.js.map
|