@go-to-k/cdkd 0.267.4 → 0.267.5
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-C8yQ0Br2.js → asg-provider-CIZpj4w5.js} +2 -2
- package/dist/{asg-provider-C8yQ0Br2.js.map → asg-provider-CIZpj4w5.js.map} +1 -1
- package/dist/cli.js +5 -8
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine-DYrhAO-0.js → deploy-engine-B7if6--O.js} +10 -6
- package/dist/deploy-engine-B7if6--O.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/deploy-engine-DYrhAO-0.js.map +0 -1
|
@@ -7733,9 +7733,13 @@ const MAX_THROTTLE_RETRIES = 4;
|
|
|
7733
7733
|
* Issue `DescribeType` for a resource type, retrying throttle-shaped failures
|
|
7734
7734
|
* with exponential backoff. Any other failure (or a throttle persisting past
|
|
7735
7735
|
* the retry budget) is thrown to the caller unchanged.
|
|
7736
|
+
*
|
|
7737
|
+
* `client` defaults to the shared `AwsClients.cloudFormation`; callers that
|
|
7738
|
+
* carry their own injected client (`cdkd export`'s primary-identifier
|
|
7739
|
+
* resolution) pass it so test doubles keep intercepting.
|
|
7736
7740
|
*/
|
|
7737
|
-
function describeTypeWithThrottleRetry(resourceType) {
|
|
7738
|
-
return withRetry(() => getAwsClients().cloudFormation.send(new DescribeTypeCommand({
|
|
7741
|
+
function describeTypeWithThrottleRetry(resourceType, client) {
|
|
7742
|
+
return withRetry(() => (client ?? getAwsClients().cloudFormation).send(new DescribeTypeCommand({
|
|
7739
7743
|
Type: "RESOURCE",
|
|
7740
7744
|
TypeName: resourceType
|
|
7741
7745
|
})), resourceType, {
|
|
@@ -11608,7 +11612,7 @@ var CloudControlProvider = class {
|
|
|
11608
11612
|
this.logger.debug(`Deleting resource ${logicalId} (${resourceType}), physical ID: ${physicalId}`);
|
|
11609
11613
|
if (context?.removeProtection === true && resourceType === "AWS::AutoScaling::AutoScalingGroup") {
|
|
11610
11614
|
this.logger.debug(`Delegating protected AutoScalingGroup ${logicalId} delete to the SDK ASGProvider (Cloud Control cannot force-delete a protected ASG)`);
|
|
11611
|
-
const { ASGProvider } = await import("./asg-provider-
|
|
11615
|
+
const { ASGProvider } = await import("./asg-provider-CIZpj4w5.js").then((n) => n.n);
|
|
11612
11616
|
await new ASGProvider().delete(logicalId, physicalId, resourceType, _properties, context);
|
|
11613
11617
|
return;
|
|
11614
11618
|
}
|
|
@@ -17311,7 +17315,7 @@ const FLUSH_INTERVAL_MS = 2e3;
|
|
|
17311
17315
|
const FLUSH_EVENT_THRESHOLD = 50;
|
|
17312
17316
|
/** Build-time cdkd version, with a dev fallback for non-built contexts. */
|
|
17313
17317
|
function getCdkdVersion() {
|
|
17314
|
-
return "0.267.
|
|
17318
|
+
return "0.267.5";
|
|
17315
17319
|
}
|
|
17316
17320
|
/**
|
|
17317
17321
|
* Generate a time-sortable unique run id, e.g.
|
|
@@ -19298,5 +19302,5 @@ var DeployEngine = class {
|
|
|
19298
19302
|
};
|
|
19299
19303
|
|
|
19300
19304
|
//#endregion
|
|
19301
|
-
export {
|
|
19302
|
-
//# sourceMappingURL=deploy-engine-
|
|
19305
|
+
export { WorkGraph as $, NestedStackChildDirectDestroyError as $t, slowCcOperationTimeoutMs as A, CFN_TEMPLATE_BODY_LIMIT as At, applyRoleArnIfSet as B, AwsClients as Bt, yellow as C, resolveAutoAssetStorage as Ct, ProviderRegistry as D, resolveStateBucketWithDefaultAndSource as Dt, clearOnUpdateRemoval as E, resolveStateBucketWithDefault as Et, refStateLookupFromResource as F, expectedOwnerParam as Ft, DagBuilder as G, CdkdError as Gt, describeTypeWithThrottleRetry as H, resetAwsClients as Ht, WAFv2WebACLProvider as I, AssemblyReader as It, S3StateBackend as J, LocalInvokeBuildError as Jt, TemplateParser as K, ConfigError as Kt, normalizeAwsTagsToCfn as L, processStackMessages as Lt, isTerminationProtectionPropagationError as M, MIGRATE_TMP_PREFIX as Mt, IntrinsicFunctionResolver as N, findLargeInlineResources as Nt, findActionableSilentDrops as O, resolveUseCdkBootstrapAssets as Ot, cfnRefValueFromPhysicalId as P, uploadCfnTemplate as Pt, stringifyValue as Q, MissingCdkCliError as Qt, resolveExplicitPhysicalId as R, clearBucketRegionCache as Rt, red as S, resolveApp as St, collectInlinePolicyNamesManagedBySiblings as T, resolveSkipPrefix as Tt, withRetry as U, setAwsClients as Ut, DiffCalculator as V, getAwsClients as Vt, isRetryableTransientError as W, AssetError as Wt, shouldRetainResource as X, LocalStartServiceError as Xt, rebuildClientForBucketRegion as Y, LocalMigrateError as Yt, AssetPublisher as Z, LockError as Zt, formatResourceLine as _, getDockerImageBySourceHash as _t, DeploymentEventsStore as a, StackTerminationProtectionError as an, BOOTSTRAP_MARKER_PREFIX as at, gray as b, getDefaultStateBucketName as bt, replayFailedOperations as c, formatError as cn, parseBootstrapMarker as ct, IMPLICIT_DELETE_DEPENDENCIES as d, withErrorHandling as dn, buildDockerImage as dt, PartialFailureError as en, buildAssetRedirectMap as et, computeImplicitDeleteEdges as f, __exportAll as fn, formatDockerLoginError as ft, renderStatefulReason as g, AssetManifestLoader as gt, isStatefulRecreateTargetSync as h, runDockerStreaming as ht, DeploymentEventsReader as i, StackHasActiveImportsError as in, AssetModeResolver as it, disableInstanceApiTermination as j, CFN_TEMPLATE_URL_LIMIT as jt, CloudControlProvider as k, warnDeprecatedNoPrefixCliFlag as kt, replayRollback as l, isCdkdError as ln, validateAssetBucketName as lt, MULTI_REGION_RECREATE_BLOCKED_TYPES as m, runDockerForeground as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, ResourceTimeoutError as nn, loadPublishableAssetManifest as nt, planFailedOps as o, StateError as on, ensureAssetStorage as ot, extractDeploymentEventError as p, getDockerCmd as pt, LockManager as q, DependencyError as qt, DeployEngine as r, ResourceUpdateNotSupportedError as rn, rewriteTemplateAssetReferences as rt, planRollback as s, SynthesisError as sn, getBootstrapMarkerKey as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, ProvisioningError as tn, createAssetRedirectResolver as tt, withResourceDeadline as u, normalizeAwsError 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, resolveBucketRegion as zt };
|
|
19306
|
+
//# sourceMappingURL=deploy-engine-B7if6--O.js.map
|