@go-to-k/cdkd 0.280.8 → 0.280.10
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/{asg-provider--HfWibvj.js → asg-provider-BVnACl8U.js} +2 -2
- package/dist/{asg-provider--HfWibvj.js.map → asg-provider-BVnACl8U.js.map} +1 -1
- package/dist/cli.js +22 -12
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine-QkvvgSwN.js → deploy-engine-BJATTy_n.js} +15 -4
- package/dist/deploy-engine-BJATTy_n.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/deploy-engine-QkvvgSwN.js.map +0 -1
|
@@ -9364,6 +9364,17 @@ function requireConfigArray(value, path, options) {
|
|
|
9364
9364
|
}
|
|
9365
9365
|
return value;
|
|
9366
9366
|
}
|
|
9367
|
+
function requireConfigObject(value, path, options) {
|
|
9368
|
+
if (!isPlainObject$1(value)) {
|
|
9369
|
+
const detail = `(got ${describe(value)}) — check for an unresolved intrinsic or a mis-nested template value`;
|
|
9370
|
+
if (options?.onUnusable) {
|
|
9371
|
+
options.onUnusable(`${path} must be an object ${detail}. Leaving this configuration unapplied here; the same value is REFUSED on a template-path create`);
|
|
9372
|
+
return;
|
|
9373
|
+
}
|
|
9374
|
+
throw new Error(`${path} must be an object ${detail}`);
|
|
9375
|
+
}
|
|
9376
|
+
return value;
|
|
9377
|
+
}
|
|
9367
9378
|
/**
|
|
9368
9379
|
* A plain object, i.e. something a CFn config block can legitimately be.
|
|
9369
9380
|
* Arrays are excluded on purpose: an array where an object belongs is one of
|
|
@@ -12744,7 +12755,7 @@ var CloudControlProvider = class {
|
|
|
12744
12755
|
if (context?.finalSnapshotIdentifier !== void 0) throw new ProvisioningError(`${logicalId} (${resourceType}) requires a final snapshot (DeletionPolicy: Snapshot), but the Cloud Control API delete route has no final-snapshot parameter. Re-run with --skip-final-snapshot after snapshotting manually, or retain the resource.`, resourceType, logicalId, physicalId);
|
|
12745
12756
|
if (context?.removeProtection === true && resourceType === "AWS::AutoScaling::AutoScalingGroup") {
|
|
12746
12757
|
this.logger.debug(`Delegating protected AutoScalingGroup ${logicalId} delete to the SDK ASGProvider (Cloud Control cannot force-delete a protected ASG)`);
|
|
12747
|
-
const { ASGProvider } = await import("./asg-provider
|
|
12758
|
+
const { ASGProvider } = await import("./asg-provider-BVnACl8U.js").then((n) => n.n);
|
|
12748
12759
|
await new ASGProvider().delete(logicalId, physicalId, resourceType, _properties, context);
|
|
12749
12760
|
return;
|
|
12750
12761
|
}
|
|
@@ -19236,7 +19247,7 @@ const FLUSH_INTERVAL_MS = 2e3;
|
|
|
19236
19247
|
const FLUSH_EVENT_THRESHOLD = 50;
|
|
19237
19248
|
/** Build-time cdkd version, with a dev fallback for non-built contexts. */
|
|
19238
19249
|
function getCdkdVersion() {
|
|
19239
|
-
return "0.280.
|
|
19250
|
+
return "0.280.10";
|
|
19240
19251
|
}
|
|
19241
19252
|
/**
|
|
19242
19253
|
* Generate a time-sortable unique run id, e.g.
|
|
@@ -21347,5 +21358,5 @@ var DeployEngine = class {
|
|
|
21347
21358
|
};
|
|
21348
21359
|
|
|
21349
21360
|
//#endregion
|
|
21350
|
-
export {
|
|
21351
|
-
//# sourceMappingURL=deploy-engine-
|
|
21361
|
+
export { applyRoleArnIfSet as $, clearBucketRegionCache as $t, red as A, AssetManifestLoader as At, isTerminationProtectionPropagationError as B, resolveStateBucketWithDefault as Bt, isStatefulRecreateTargetSync as C, SynthesisError as Cn, validateAssetBucketName as Ct, cyan as D, withErrorHandling as Dn, getDockerCmd as Dt, bold as E, normalizeAwsError as En, formatDockerLoginError as Et, ProviderRegistry as F, getLegacyStateBucketName as Ft, normalizeAwsTagsToCfn as G, CFN_TEMPLATE_BODY_LIMIT as Gt, cfnRefValueFromPhysicalId as H, resolveUseCdkBootstrapAssets as Ht, findActionableSilentDrops as I, resolveApp as It, readConfigString as J, findLargeInlineResources as Jt, resolveExplicitPhysicalId as K, CFN_TEMPLATE_URL_LIMIT as Kt, CloudControlProvider as L, resolveAutoAssetStorage as Lt, IAMRoleProvider as M, Synthesizer as Mt, collectInlinePolicyNamesManagedBySiblings as N, synthesisStatusMessage as Nt, gray as O, __exportAll as On, runDockerForeground as Ot, clearOnUpdateRemoval as P, getDefaultStateBucketName as Pt, requireConfigString as Q, processStackMessages as Qt, slowCcOperationTimeoutMs as R, resolveCaptureObservedState as Rt, MULTI_REGION_RECREATE_BLOCKED_TYPES as S, StateError as Sn, parseBootstrapMarker as St, formatResourceLine as T, isCdkdError as Tn, buildDockerImage as Tt, refStateLookupFromResource as U, stateBucketExistenceConfirmed as Ut, IntrinsicFunctionResolver as V, resolveStateBucketWithDefaultAndSource as Vt, WAFv2WebACLProvider as W, warnDeprecatedNoPrefixCliFlag as Wt, requireConfigArray as X, expectedOwnerParam as Xt, replayWarn as Y, uploadCfnTemplate as Yt, requireConfigObject as Z, AssemblyReader as Zt, createPreDeleteFinalSnapshot as _, ProvisioningError as _n, rewriteTemplateAssetReferences as _t, DeploymentEventsStore as a, AssetError as an, DagBuilder as at, unsupportedFinalSnapshotError as b, StackHasActiveImportsError as bn, ensureAssetStorage as bt, replayFailedOperations as c, DependencyError as cn, S3StateBackend as ct, IMPLICIT_DELETE_DEPENDENCIES as d, LocalMigrateError as dn, AssetPublisher as dt, resolveBucketRegion as en, DiffCalculator as et, computeImplicitDeleteEdges as f, LocalStartServiceError as fn, stringifyValue as ft, ccRoutedFinalSnapshotError as g, PartialFailureError as gn, loadPublishableAssetManifest as gt, buildFinalSnapshotIdentifier as h, NestedStackChildDirectDestroyError as hn, createAssetRedirectResolver as ht, DeploymentEventsReader as i, setAwsClients as in, isThrottlingError as it, yellow as j, getDockerImageBySourceHash as jt, green as k, runDockerStreaming as kt, replayRollback as l, DeployCancelledError as ln, rebuildClientForBucketRegion as lt, PRE_DELETE_SNAPSHOT_TYPES as m, MissingCdkCliError as mn, buildAssetRedirectMap as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, getAwsClients as nn, withRetry as nt, planFailedOps as o, CdkdError as on, TemplateParser as ot, ATOMIC_FINAL_SNAPSHOT_TYPES as p, LockError as pn, WorkGraph as pt, assertRegionMatch as q, MIGRATE_TMP_PREFIX as qt, DeployEngine as r, resetAwsClients as rn, isRetryableTransientError as rt, planRollback as s, ConfigError as sn, LockManager as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, AwsClients as tn, describeTypeWithThrottleRetry as tt, withResourceDeadline as u, LocalInvokeBuildError as un, shouldRetainResource as ut, isFinalSnapshotError as v, ResourceTimeoutError as vn, AssetModeResolver as vt, renderStatefulReason as w, formatError as wn, validateContainerRepoName as wt, extractDeploymentEventError as x, StackTerminationProtectionError as xn, getBootstrapMarkerKey as xt, refusesFinalSnapshot as y, ResourceUpdateNotSupportedError as yn, BOOTSTRAP_MARKER_PREFIX as yt, disableInstanceApiTermination as z, resolveSkipPrefix as zt };
|
|
21362
|
+
//# sourceMappingURL=deploy-engine-BJATTy_n.js.map
|