@go-to-k/cdkd 0.280.19 → 0.280.21

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.
@@ -12827,7 +12827,7 @@ var CloudControlProvider = class {
12827
12827
  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);
12828
12828
  if (context?.removeProtection === true && resourceType === "AWS::AutoScaling::AutoScalingGroup") {
12829
12829
  this.logger.debug(`Delegating protected AutoScalingGroup ${logicalId} delete to the SDK ASGProvider (Cloud Control cannot force-delete a protected ASG)`);
12830
- const { ASGProvider } = await import("./asg-provider-B62D31jG.js").then((n) => n.n);
12830
+ const { ASGProvider } = await import("./asg-provider-FOwZJoaD.js").then((n) => n.n);
12831
12831
  await new ASGProvider().delete(logicalId, physicalId, resourceType, _properties, context);
12832
12832
  return;
12833
12833
  }
@@ -15095,36 +15095,35 @@ const PROPERTY_COVERAGE_BY_TYPE = /* @__PURE__ */ new Map([
15095
15095
  }],
15096
15096
  ["AWS::ECS::Service", {
15097
15097
  handled: /* @__PURE__ */ new Set([
15098
+ "AvailabilityZoneRebalancing",
15098
15099
  "CapacityProviderStrategy",
15099
15100
  "Cluster",
15100
15101
  "DeploymentConfiguration",
15102
+ "DeploymentController",
15101
15103
  "DesiredCount",
15102
15104
  "EnableECSManagedTags",
15103
15105
  "EnableExecuteCommand",
15106
+ "ForceNewDeployment",
15104
15107
  "HealthCheckGracePeriodSeconds",
15105
15108
  "LaunchType",
15106
15109
  "LoadBalancers",
15110
+ "Monitoring",
15107
15111
  "NetworkConfiguration",
15108
15112
  "PlacementConstraints",
15109
15113
  "PlacementStrategies",
15110
15114
  "PlatformVersion",
15111
15115
  "PropagateTags",
15116
+ "Role",
15112
15117
  "SchedulingStrategy",
15118
+ "ServiceConnectConfiguration",
15113
15119
  "ServiceName",
15114
15120
  "ServiceRegistries",
15115
15121
  "Tags",
15116
- "TaskDefinition"
15122
+ "TaskDefinition",
15123
+ "VolumeConfigurations",
15124
+ "VpcLatticeConfigurations"
15117
15125
  ]),
15118
- silentDrop: /* @__PURE__ */ new Map([
15119
- ["AvailabilityZoneRebalancing", "not yet implemented by cdkd"],
15120
- ["DeploymentController", "not yet implemented by cdkd"],
15121
- ["ForceNewDeployment", "not yet implemented by cdkd"],
15122
- ["Monitoring", "not yet implemented by cdkd"],
15123
- ["Role", "Legacy classic-ELB service-linked-role override; AWS uses the AWSServiceRoleForECS service-linked role automatically since 2017"],
15124
- ["ServiceConnectConfiguration", "not yet implemented by cdkd"],
15125
- ["VolumeConfigurations", "not yet implemented by cdkd"],
15126
- ["VpcLatticeConfigurations", "not yet implemented by cdkd"]
15127
- ])
15126
+ silentDrop: /* @__PURE__ */ new Map()
15128
15127
  }],
15129
15128
  ["AWS::ECS::TaskDefinition", {
15130
15129
  handled: /* @__PURE__ */ new Set([
@@ -19314,7 +19313,7 @@ const FLUSH_INTERVAL_MS = 2e3;
19314
19313
  const FLUSH_EVENT_THRESHOLD = 50;
19315
19314
  /** Build-time cdkd version, with a dev fallback for non-built contexts. */
19316
19315
  function getCdkdVersion() {
19317
- return "0.280.19";
19316
+ return "0.280.21";
19318
19317
  }
19319
19318
  /**
19320
19319
  * Generate a time-sortable unique run id, e.g.
@@ -21426,4 +21425,4 @@ var DeployEngine = class {
21426
21425
 
21427
21426
  //#endregion
21428
21427
  export { requireConfigString as $, processStackMessages as $t, red as A, runDockerStreaming as At, isTerminationProtectionPropagationError as B, resolveSkipPrefix as Bt, isStatefulRecreateTargetSync as C, StateError as Cn, parseBootstrapMarker as Ct, cyan as D, normalizeAwsError as Dn, formatDockerLoginError as Dt, bold as E, isCdkdError as En, buildDockerImage as Et, ProviderRegistry as F, getDefaultStateBucketName as Ft, normalizeAwsTagsToCfn as G, warnDeprecatedNoPrefixCliFlag as Gt, cfnRefValueFromPhysicalId as H, resolveStateBucketWithDefaultAndSource as Ht, findActionableSilentDrops as I, getLegacyStateBucketName as It, configStringRefusal as J, MIGRATE_TMP_PREFIX as Jt, resolveExplicitPhysicalId as K, CFN_TEMPLATE_BODY_LIMIT as Kt, CloudControlProvider as L, resolveApp as Lt, IAMRoleProvider as M, getDockerImageBySourceHash as Mt, collectInlinePolicyNamesManagedBySiblings as N, Synthesizer as Nt, gray as O, withErrorHandling as On, getDockerCmd as Ot, clearOnUpdateRemoval as P, synthesisStatusMessage as Pt, requireConfigObject as Q, AssemblyReader as Qt, slowCcOperationTimeoutMs as R, resolveAutoAssetStorage as Rt, MULTI_REGION_RECREATE_BLOCKED_TYPES as S, StackTerminationProtectionError as Sn, getBootstrapMarkerKey as St, formatResourceLine as T, formatError as Tn, validateContainerRepoName as Tt, refStateLookupFromResource as U, resolveUseCdkBootstrapAssets as Ut, IntrinsicFunctionResolver as V, resolveStateBucketWithDefault as Vt, WAFv2WebACLProvider as W, stateBucketExistenceConfirmed as Wt, replayWarn as X, uploadCfnTemplate as Xt, readConfigString as Y, findLargeInlineResources as Yt, requireConfigArray as Z, expectedOwnerParam as Zt, createPreDeleteFinalSnapshot as _, PartialFailureError as _n, loadPublishableAssetManifest as _t, DeploymentEventsStore as a, setAwsClients as an, isThrottlingError as at, unsupportedFinalSnapshotError as b, ResourceUpdateNotSupportedError as bn, BOOTSTRAP_MARKER_PREFIX as bt, replayFailedOperations as c, ConfigError as cn, LockManager as ct, IMPLICIT_DELETE_DEPENDENCIES as d, LocalInvokeBuildError as dn, shouldRetainResource as dt, clearBucketRegionCache as en, applyRoleArnIfSet as et, computeImplicitDeleteEdges as f, LocalMigrateError as fn, AssetPublisher as ft, ccRoutedFinalSnapshotError as g, NestedStackChildDirectDestroyError as gn, createAssetRedirectResolver as gt, buildFinalSnapshotIdentifier as h, MissingCdkCliError as hn, buildAssetRedirectMap as ht, DeploymentEventsReader as i, resetAwsClients as in, isRetryableTransientError as it, yellow as j, AssetManifestLoader as jt, green as k, __exportAll as kn, runDockerForeground as kt, replayRollback as l, DependencyError as ln, S3StateBackend as lt, PRE_DELETE_SNAPSHOT_TYPES as m, LockError as mn, WorkGraph as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, AwsClients as nn, describeTypeWithThrottleRetry as nt, planFailedOps as o, AssetError as on, DagBuilder as ot, ATOMIC_FINAL_SNAPSHOT_TYPES as p, LocalStartServiceError as pn, stringifyValue as pt, assertRegionMatch as q, CFN_TEMPLATE_URL_LIMIT as qt, DeployEngine as r, getAwsClients as rn, withRetry as rt, planRollback as s, CdkdError as sn, TemplateParser as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, resolveBucketRegion as tn, DiffCalculator as tt, withResourceDeadline as u, DeployCancelledError as un, rebuildClientForBucketRegion as ut, isFinalSnapshotError as v, ProvisioningError as vn, rewriteTemplateAssetReferences as vt, renderStatefulReason as w, SynthesisError as wn, validateAssetBucketName as wt, extractDeploymentEventError as x, StackHasActiveImportsError as xn, ensureAssetStorage as xt, refusesFinalSnapshot as y, ResourceTimeoutError as yn, AssetModeResolver as yt, disableInstanceApiTermination as z, resolveCaptureObservedState as zt };
21429
- //# sourceMappingURL=deploy-engine-r4N9-tZD.js.map
21428
+ //# sourceMappingURL=deploy-engine-2LVq2qWa.js.map