@go-to-k/cdkd 0.268.4 → 0.269.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.
- package/README.md +14 -18
- package/dist/{asg-provider-iWNOeyib.js → asg-provider-ew8lVaY6.js} +2 -2
- package/dist/{asg-provider-iWNOeyib.js.map → asg-provider-ew8lVaY6.js.map} +1 -1
- package/dist/cli.js +80 -4
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine--qUEKkTR.js → deploy-engine-BdvgoV-R.js} +6 -5
- package/dist/deploy-engine-BdvgoV-R.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/deploy-engine--qUEKkTR.js.map +0 -1
|
@@ -7648,7 +7648,8 @@ var ReplacementRulesRegistry = class {
|
|
|
7648
7648
|
"AvailabilityZone",
|
|
7649
7649
|
"ImageId",
|
|
7650
7650
|
"SubnetId",
|
|
7651
|
-
"KeyName"
|
|
7651
|
+
"KeyName",
|
|
7652
|
+
"NetworkInterfaces"
|
|
7652
7653
|
]) });
|
|
7653
7654
|
this.rules.set("AWS::ECS::TaskDefinition", { replacementProperties: /* @__PURE__ */ new Set([
|
|
7654
7655
|
"Family",
|
|
@@ -11943,7 +11944,7 @@ var CloudControlProvider = class {
|
|
|
11943
11944
|
this.logger.debug(`Deleting resource ${logicalId} (${resourceType}), physical ID: ${physicalId}`);
|
|
11944
11945
|
if (context?.removeProtection === true && resourceType === "AWS::AutoScaling::AutoScalingGroup") {
|
|
11945
11946
|
this.logger.debug(`Delegating protected AutoScalingGroup ${logicalId} delete to the SDK ASGProvider (Cloud Control cannot force-delete a protected ASG)`);
|
|
11946
|
-
const { ASGProvider } = await import("./asg-provider-
|
|
11947
|
+
const { ASGProvider } = await import("./asg-provider-ew8lVaY6.js").then((n) => n.n);
|
|
11947
11948
|
await new ASGProvider().delete(logicalId, physicalId, resourceType, _properties, context);
|
|
11948
11949
|
return;
|
|
11949
11950
|
}
|
|
@@ -13967,6 +13968,7 @@ const PROPERTY_COVERAGE_BY_TYPE = /* @__PURE__ */ new Map([
|
|
|
13967
13968
|
"KeyName",
|
|
13968
13969
|
"MetadataOptions",
|
|
13969
13970
|
"Monitoring",
|
|
13971
|
+
"NetworkInterfaces",
|
|
13970
13972
|
"SecurityGroupIds",
|
|
13971
13973
|
"SecurityGroups",
|
|
13972
13974
|
"SubnetId",
|
|
@@ -13989,7 +13991,6 @@ const PROPERTY_COVERAGE_BY_TYPE = /* @__PURE__ */ new Map([
|
|
|
13989
13991
|
["KernelId", "not yet implemented by cdkd"],
|
|
13990
13992
|
["LaunchTemplate", "not yet implemented by cdkd"],
|
|
13991
13993
|
["LicenseSpecifications", "not yet implemented by cdkd"],
|
|
13992
|
-
["NetworkInterfaces", "not yet implemented by cdkd"],
|
|
13993
13994
|
["PlacementGroupName", "not yet implemented by cdkd"],
|
|
13994
13995
|
["PrivateDnsNameOptions", "not yet implemented by cdkd"],
|
|
13995
13996
|
["PrivateIpAddress", "not yet implemented by cdkd"],
|
|
@@ -17661,7 +17662,7 @@ const FLUSH_INTERVAL_MS = 2e3;
|
|
|
17661
17662
|
const FLUSH_EVENT_THRESHOLD = 50;
|
|
17662
17663
|
/** Build-time cdkd version, with a dev fallback for non-built contexts. */
|
|
17663
17664
|
function getCdkdVersion() {
|
|
17664
|
-
return "0.
|
|
17665
|
+
return "0.269.0";
|
|
17665
17666
|
}
|
|
17666
17667
|
/**
|
|
17667
17668
|
* Generate a time-sortable unique run id, e.g.
|
|
@@ -19707,4 +19708,4 @@ var DeployEngine = class {
|
|
|
19707
19708
|
|
|
19708
19709
|
//#endregion
|
|
19709
19710
|
export { WorkGraph as $, LockError as $t, slowCcOperationTimeoutMs as A, warnDeprecatedNoPrefixCliFlag as At, applyRoleArnIfSet as B, resolveBucketRegion as Bt, yellow as C, resolveAutoAssetStorage as Ct, ProviderRegistry as D, resolveStateBucketWithDefaultAndSource as Dt, clearOnUpdateRemoval as E, resolveStateBucketWithDefault as Et, refStateLookupFromResource as F, uploadCfnTemplate as Ft, DagBuilder as G, AssetError as Gt, describeTypeWithThrottleRetry as H, getAwsClients as Ht, WAFv2WebACLProvider as I, expectedOwnerParam as It, S3StateBackend as J, DependencyError as Jt, TemplateParser as K, CdkdError as Kt, normalizeAwsTagsToCfn as L, AssemblyReader as Lt, isTerminationProtectionPropagationError as M, CFN_TEMPLATE_URL_LIMIT as Mt, IntrinsicFunctionResolver as N, MIGRATE_TMP_PREFIX as Nt, findActionableSilentDrops as O, resolveUseCdkBootstrapAssets as Ot, cfnRefValueFromPhysicalId as P, findLargeInlineResources as Pt, stringifyValue as Q, LocalStartServiceError as Qt, resolveExplicitPhysicalId as R, processStackMessages as Rt, red as S, resolveApp as St, collectInlinePolicyNamesManagedBySiblings as T, resolveSkipPrefix as Tt, withRetry as U, resetAwsClients as Ut, DiffCalculator as V, AwsClients as Vt, isRetryableTransientError as W, setAwsClients as Wt, shouldRetainResource as X, LocalInvokeBuildError as Xt, rebuildClientForBucketRegion as Y, DeployCancelledError as Yt, AssetPublisher as Z, LocalMigrateError as Zt, formatResourceLine as _, getDockerImageBySourceHash as _t, DeploymentEventsStore as a, ResourceUpdateNotSupportedError as an, BOOTSTRAP_MARKER_PREFIX as at, gray as b, getDefaultStateBucketName as bt, replayFailedOperations as c, StateError as cn, parseBootstrapMarker as ct, IMPLICIT_DELETE_DEPENDENCIES as d, isCdkdError as dn, buildDockerImage as dt, MissingCdkCliError as en, buildAssetRedirectMap as et, computeImplicitDeleteEdges as f, normalizeAwsError as fn, formatDockerLoginError as ft, renderStatefulReason as g, AssetManifestLoader as gt, isStatefulRecreateTargetSync as h, runDockerStreaming as ht, DeploymentEventsReader as i, ResourceTimeoutError as in, AssetModeResolver as it, disableInstanceApiTermination as j, CFN_TEMPLATE_BODY_LIMIT as jt, CloudControlProvider as k, stateBucketExistenceConfirmed as kt, replayRollback as l, SynthesisError as ln, validateAssetBucketName as lt, MULTI_REGION_RECREATE_BLOCKED_TYPES as m, __exportAll as mn, runDockerForeground as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, PartialFailureError as nn, loadPublishableAssetManifest as nt, planFailedOps as o, StackHasActiveImportsError as on, ensureAssetStorage as ot, extractDeploymentEventError as p, withErrorHandling as pn, getDockerCmd as pt, LockManager as q, ConfigError as qt, DeployEngine as r, ProvisioningError as rn, rewriteTemplateAssetReferences as rt, planRollback as s, StackTerminationProtectionError as sn, getBootstrapMarkerKey as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, NestedStackChildDirectDestroyError as tn, createAssetRedirectResolver as tt, withResourceDeadline as u, formatError as un, validateContainerRepoName as ut, bold as v, Synthesizer as vt, IAMRoleProvider as w, resolveCaptureObservedState as wt, green as x, getLegacyStateBucketName as xt, cyan as y, synthesisStatusMessage as yt, assertRegionMatch as z, clearBucketRegionCache as zt };
|
|
19710
|
-
//# sourceMappingURL=deploy-engine
|
|
19711
|
+
//# sourceMappingURL=deploy-engine-BdvgoV-R.js.map
|