@go-to-k/cdkd 0.278.55 → 0.280.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.
@@ -12753,7 +12753,7 @@ var CloudControlProvider = class {
12753
12753
  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);
12754
12754
  if (context?.removeProtection === true && resourceType === "AWS::AutoScaling::AutoScalingGroup") {
12755
12755
  this.logger.debug(`Delegating protected AutoScalingGroup ${logicalId} delete to the SDK ASGProvider (Cloud Control cannot force-delete a protected ASG)`);
12756
- const { ASGProvider } = await import("./asg-provider-BSJ8OWXR.js").then((n) => n.n);
12756
+ const { ASGProvider } = await import("./asg-provider-XOMGgJrK.js").then((n) => n.n);
12757
12757
  await new ASGProvider().delete(logicalId, physicalId, resourceType, _properties, context);
12758
12758
  return;
12759
12759
  }
@@ -14202,8 +14202,14 @@ const PROPERTY_COVERAGE_BY_TYPE = /* @__PURE__ */ new Map([
14202
14202
  }],
14203
14203
  ["AWS::ApiGateway::Stage", {
14204
14204
  handled: /* @__PURE__ */ new Set([
14205
+ "AccessLogSetting",
14206
+ "CacheClusterEnabled",
14207
+ "CacheClusterSize",
14208
+ "CanarySetting",
14209
+ "ClientCertificateId",
14205
14210
  "DeploymentId",
14206
14211
  "Description",
14212
+ "DocumentationVersion",
14207
14213
  "MethodSettings",
14208
14214
  "RestApiId",
14209
14215
  "StageName",
@@ -14211,14 +14217,7 @@ const PROPERTY_COVERAGE_BY_TYPE = /* @__PURE__ */ new Map([
14211
14217
  "TracingEnabled",
14212
14218
  "Variables"
14213
14219
  ]),
14214
- silentDrop: /* @__PURE__ */ new Map([
14215
- ["AccessLogSetting", "not yet implemented by cdkd"],
14216
- ["CacheClusterEnabled", "not yet implemented by cdkd"],
14217
- ["CacheClusterSize", "not yet implemented by cdkd"],
14218
- ["CanarySetting", "not yet implemented by cdkd"],
14219
- ["ClientCertificateId", "not yet implemented by cdkd"],
14220
- ["DocumentationVersion", "not yet implemented by cdkd"]
14221
- ])
14220
+ silentDrop: /* @__PURE__ */ new Map()
14222
14221
  }],
14223
14222
  ["AWS::ApiGatewayV2::Api", {
14224
14223
  handled: /* @__PURE__ */ new Set([
@@ -14906,24 +14905,23 @@ const PROPERTY_COVERAGE_BY_TYPE = /* @__PURE__ */ new Map([
14906
14905
  }],
14907
14906
  ["AWS::EC2::Route", {
14908
14907
  handled: /* @__PURE__ */ new Set([
14908
+ "CarrierGatewayId",
14909
+ "CoreNetworkArn",
14909
14910
  "DestinationCidrBlock",
14910
14911
  "DestinationIpv6CidrBlock",
14912
+ "DestinationPrefixListId",
14911
14913
  "EgressOnlyInternetGatewayId",
14912
14914
  "GatewayId",
14913
14915
  "InstanceId",
14916
+ "LocalGatewayId",
14914
14917
  "NatGatewayId",
14915
14918
  "NetworkInterfaceId",
14916
14919
  "RouteTableId",
14920
+ "TransitGatewayId",
14921
+ "VpcEndpointId",
14917
14922
  "VpcPeeringConnectionId"
14918
14923
  ]),
14919
- silentDrop: /* @__PURE__ */ new Map([
14920
- ["CarrierGatewayId", "not yet implemented by cdkd"],
14921
- ["CoreNetworkArn", "not yet implemented by cdkd"],
14922
- ["DestinationPrefixListId", "not yet implemented by cdkd"],
14923
- ["LocalGatewayId", "not yet implemented by cdkd"],
14924
- ["TransitGatewayId", "not yet implemented by cdkd"],
14925
- ["VpcEndpointId", "not yet implemented by cdkd"]
14926
- ])
14924
+ silentDrop: /* @__PURE__ */ new Map()
14927
14925
  }],
14928
14926
  ["AWS::EC2::RouteTable", {
14929
14927
  handled: /* @__PURE__ */ new Set(["Tags", "VpcId"]),
@@ -19249,7 +19247,7 @@ const FLUSH_INTERVAL_MS = 2e3;
19249
19247
  const FLUSH_EVENT_THRESHOLD = 50;
19250
19248
  /** Build-time cdkd version, with a dev fallback for non-built contexts. */
19251
19249
  function getCdkdVersion() {
19252
- return "0.278.55";
19250
+ return "0.280.0";
19253
19251
  }
19254
19252
  /**
19255
19253
  * Generate a time-sortable unique run id, e.g.
@@ -21361,4 +21359,4 @@ var DeployEngine = class {
21361
21359
 
21362
21360
  //#endregion
21363
21361
  export { DiffCalculator as $, resolveBucketRegion as $t, red as A, getDockerImageBySourceHash as At, isTerminationProtectionPropagationError as B, resolveStateBucketWithDefaultAndSource as Bt, isStatefulRecreateTargetSync as C, formatError as Cn, validateContainerRepoName as Ct, cyan as D, __exportAll as Dn, runDockerForeground as Dt, bold as E, withErrorHandling as En, getDockerCmd as Et, ProviderRegistry as F, resolveApp as Ft, normalizeAwsTagsToCfn as G, CFN_TEMPLATE_URL_LIMIT as Gt, cfnRefValueFromPhysicalId as H, stateBucketExistenceConfirmed as Ht, findActionableSilentDrops as I, resolveAutoAssetStorage as It, readConfigString as J, uploadCfnTemplate as Jt, resolveExplicitPhysicalId as K, MIGRATE_TMP_PREFIX as Kt, CloudControlProvider as L, resolveCaptureObservedState as Lt, IAMRoleProvider as M, synthesisStatusMessage as Mt, collectInlinePolicyNamesManagedBySiblings as N, getDefaultStateBucketName as Nt, gray as O, runDockerStreaming as Ot, clearOnUpdateRemoval as P, getLegacyStateBucketName as Pt, applyRoleArnIfSet as Q, clearBucketRegionCache as Qt, slowCcOperationTimeoutMs as R, resolveSkipPrefix as Rt, MULTI_REGION_RECREATE_BLOCKED_TYPES as S, SynthesisError as Sn, validateAssetBucketName as St, formatResourceLine as T, normalizeAwsError as Tn, formatDockerLoginError as Tt, refStateLookupFromResource as U, warnDeprecatedNoPrefixCliFlag as Ut, IntrinsicFunctionResolver as V, resolveUseCdkBootstrapAssets as Vt, WAFv2WebACLProvider as W, CFN_TEMPLATE_BODY_LIMIT as Wt, requireConfigArray as X, AssemblyReader as Xt, replayWarn as Y, expectedOwnerParam as Yt, requireConfigString as Z, processStackMessages as Zt, createPreDeleteFinalSnapshot as _, ResourceTimeoutError as _n, AssetModeResolver as _t, DeploymentEventsStore as a, CdkdError as an, TemplateParser as at, unsupportedFinalSnapshotError as b, StackTerminationProtectionError as bn, getBootstrapMarkerKey as bt, replayFailedOperations as c, DeployCancelledError as cn, rebuildClientForBucketRegion as ct, IMPLICIT_DELETE_DEPENDENCIES as d, LocalStartServiceError as dn, stringifyValue as dt, AwsClients as en, describeTypeWithThrottleRetry as et, computeImplicitDeleteEdges as f, LockError as fn, WorkGraph as ft, ccRoutedFinalSnapshotError as g, ProvisioningError as gn, rewriteTemplateAssetReferences as gt, buildFinalSnapshotIdentifier as h, PartialFailureError as hn, loadPublishableAssetManifest as ht, DeploymentEventsReader as i, AssetError as in, DagBuilder as it, yellow as j, Synthesizer as jt, green as k, AssetManifestLoader as kt, replayRollback as l, LocalInvokeBuildError as ln, shouldRetainResource as lt, PRE_DELETE_SNAPSHOT_TYPES as m, NestedStackChildDirectDestroyError as mn, createAssetRedirectResolver as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, resetAwsClients as nn, isRetryableTransientError as nt, planFailedOps as o, ConfigError as on, LockManager as ot, ATOMIC_FINAL_SNAPSHOT_TYPES as p, MissingCdkCliError as pn, buildAssetRedirectMap as pt, assertRegionMatch as q, findLargeInlineResources as qt, DeployEngine as r, setAwsClients as rn, isThrottlingError as rt, planRollback as s, DependencyError as sn, S3StateBackend as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, getAwsClients as tn, withRetry as tt, withResourceDeadline as u, LocalMigrateError as un, AssetPublisher as ut, isFinalSnapshotError as v, ResourceUpdateNotSupportedError as vn, BOOTSTRAP_MARKER_PREFIX as vt, renderStatefulReason as w, isCdkdError as wn, buildDockerImage as wt, extractDeploymentEventError as x, StateError as xn, parseBootstrapMarker as xt, refusesFinalSnapshot as y, StackHasActiveImportsError as yn, ensureAssetStorage as yt, disableInstanceApiTermination as z, resolveStateBucketWithDefault as zt };
21364
- //# sourceMappingURL=deploy-engine-CJkdO-cZ.js.map
21362
+ //# sourceMappingURL=deploy-engine-DRLo8PHT.js.map