@go-to-k/cdkd 0.273.0 → 0.274.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.
@@ -11443,6 +11443,18 @@ const CC_PROTECTION_PROPERTIES = {
11443
11443
  "AWS::VerifiedPermissions::PolicyStore": {
11444
11444
  property: "DeletionProtection",
11445
11445
  offValue: { Mode: "DISABLED" }
11446
+ },
11447
+ "AWS::EKS::Cluster": {
11448
+ property: "DeletionProtection",
11449
+ offValue: false
11450
+ },
11451
+ "AWS::RDS::GlobalCluster": {
11452
+ property: "DeletionProtection",
11453
+ offValue: false
11454
+ },
11455
+ "AWS::DocDB::GlobalCluster": {
11456
+ property: "DeletionProtection",
11457
+ offValue: false
11446
11458
  }
11447
11459
  };
11448
11460
  /**
@@ -11738,6 +11750,10 @@ const SLOW_CC_OPERATION_TIMEOUTS = {
11738
11750
  "AWS::RDS::DBCluster": {
11739
11751
  create: 60 * MINUTE_MS,
11740
11752
  delete: 60 * MINUTE_MS
11753
+ },
11754
+ "AWS::EKS::Cluster": {
11755
+ create: 30 * MINUTE_MS,
11756
+ delete: 30 * MINUTE_MS
11741
11757
  }
11742
11758
  };
11743
11759
  /**
@@ -11986,7 +12002,7 @@ var CloudControlProvider = class {
11986
12002
  this.logger.debug(`Deleting resource ${logicalId} (${resourceType}), physical ID: ${physicalId}`);
11987
12003
  if (context?.removeProtection === true && resourceType === "AWS::AutoScaling::AutoScalingGroup") {
11988
12004
  this.logger.debug(`Delegating protected AutoScalingGroup ${logicalId} delete to the SDK ASGProvider (Cloud Control cannot force-delete a protected ASG)`);
11989
- const { ASGProvider } = await import("./asg-provider-kIy8tYTG.js").then((n) => n.n);
12005
+ const { ASGProvider } = await import("./asg-provider-C1xO9Hg8.js").then((n) => n.n);
11990
12006
  await new ASGProvider().delete(logicalId, physicalId, resourceType, _properties, context);
11991
12007
  return;
11992
12008
  }
@@ -17755,7 +17771,7 @@ const FLUSH_INTERVAL_MS = 2e3;
17755
17771
  const FLUSH_EVENT_THRESHOLD = 50;
17756
17772
  /** Build-time cdkd version, with a dev fallback for non-built contexts. */
17757
17773
  function getCdkdVersion() {
17758
- return "0.273.0";
17774
+ return "0.274.0";
17759
17775
  }
17760
17776
  /**
17761
17777
  * Generate a time-sortable unique run id, e.g.
@@ -19801,4 +19817,4 @@ var DeployEngine = class {
19801
19817
 
19802
19818
  //#endregion
19803
19819
  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 };
19804
- //# sourceMappingURL=deploy-engine-DrZSOAoG.js.map
19820
+ //# sourceMappingURL=deploy-engine-BVpbuTRu.js.map