@go-to-k/cdkd 0.238.6 → 0.240.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.
@@ -5931,6 +5931,15 @@ var ReplacementRulesRegistry = class {
5931
5931
  "Tags"
5932
5932
  ])
5933
5933
  });
5934
+ this.rules.set("AWS::CodeCommit::Repository", {
5935
+ replacementProperties: /* @__PURE__ */ new Set([]),
5936
+ updateableProperties: new Set([
5937
+ "RepositoryName",
5938
+ "RepositoryDescription",
5939
+ "KmsKeyId",
5940
+ "Tags"
5941
+ ])
5942
+ });
5934
5943
  this.rules.set("AWS::ECR::Repository", {
5935
5944
  replacementProperties: new Set(["RepositoryName"]),
5936
5945
  updateableProperties: new Set([
@@ -7550,6 +7559,10 @@ function cfnRefValueFromPhysicalId(resourceType, physicalId, stateLookup) {
7550
7559
  const selectionId = stateLookup(["SelectionId"]);
7551
7560
  if (selectionId) return selectionId;
7552
7561
  }
7562
+ if (resourceType === "AWS::CodeCommit::Repository" && stateLookup) {
7563
+ const repositoryId = stateLookup(["RepositoryId"]);
7564
+ if (repositoryId) return repositoryId;
7565
+ }
7553
7566
  if (resourceType === "AWS::WAFv2::WebACL" && physicalId.startsWith("arn:")) {
7554
7567
  const { id, name, scope } = parseWebACLArn(physicalId);
7555
7568
  if (name && id) return `${name}|${id}|${scope}`;
@@ -9267,7 +9280,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
9267
9280
  "AWS::CloudWatch::AnomalyDetector",
9268
9281
  "AWS::CodeBuild::ReportGroup",
9269
9282
  "AWS::CodeBuild::SourceCredential",
9270
- "AWS::CodeCommit::Repository",
9271
9283
  "AWS::CodeStar::GitHubRepository",
9272
9284
  "AWS::Config::ConfigurationRecorder",
9273
9285
  "AWS::Config::DeliveryChannel",
@@ -9276,8 +9288,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
9276
9288
  "AWS::DAX::ParameterGroup",
9277
9289
  "AWS::DAX::SubnetGroup",
9278
9290
  "AWS::DirectoryService::MicrosoftAD",
9279
- "AWS::DLM::LifecyclePolicy",
9280
- "AWS::DMS::Certificate",
9281
9291
  "AWS::DMS::Endpoint",
9282
9292
  "AWS::DMS::EventSubscription",
9283
9293
  "AWS::DMS::ReplicationInstance",
@@ -11266,6 +11276,15 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
11266
11276
  ["Visibility", "not yet implemented by cdkd"]
11267
11277
  ])
11268
11278
  }],
11279
+ ["AWS::CodeCommit::Repository", {
11280
+ handled: new Set([
11281
+ "KmsKeyId",
11282
+ "RepositoryDescription",
11283
+ "RepositoryName",
11284
+ "Tags"
11285
+ ]),
11286
+ silentDrop: new Map([["Code", "CFn-only seed-content orchestration (S3 zip unpacked into an initial commit on a chosen branch); not wired in v1 — pre-flight rejects templates carrying it so nothing is silently dropped; a follow-up could implement it via CreateCommit/PutFile"], ["Triggers", "repository trigger management not wired in v1 — pre-flight rejects templates carrying it so nothing is silently dropped; a follow-up could implement it via PutRepositoryTriggers"]])
11287
+ }],
11269
11288
  ["AWS::Cognito::UserPool", {
11270
11289
  handled: new Set([
11271
11290
  "AccountRecoverySetting",
@@ -11300,6 +11319,23 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
11300
11319
  ]),
11301
11320
  silentDrop: new Map([["WebAuthnFactorConfiguration", "No SDK wire path: @aws-sdk/client-cognito-identity-provider has no field accepting SINGLE_FACTOR | MULTI_FACTOR_WITH_USER_VERIFICATION (not on CreateUserPool/UpdateUserPool, nor SetUserPoolMfaConfig.WebAuthnConfiguration which only carries RelyingPartyId/UserVerification); CC-API-registry-only property"]])
11302
11321
  }],
11322
+ ["AWS::DLM::LifecyclePolicy", {
11323
+ handled: new Set([
11324
+ "CopyTags",
11325
+ "CreateInterval",
11326
+ "CrossRegionCopyTargets",
11327
+ "DefaultPolicy",
11328
+ "Description",
11329
+ "Exclusions",
11330
+ "ExecutionRoleArn",
11331
+ "ExtendDeletion",
11332
+ "PolicyDetails",
11333
+ "RetainInterval",
11334
+ "State",
11335
+ "Tags"
11336
+ ]),
11337
+ silentDrop: /* @__PURE__ */ new Map()
11338
+ }],
11303
11339
  ["AWS::DocDB::DBCluster", {
11304
11340
  handled: new Set([
11305
11341
  "BackupRetentionPeriod",
@@ -15984,4 +16020,4 @@ var DeployEngine = class {
15984
16020
 
15985
16021
  //#endregion
15986
16022
  export { getDockerCmd as $, DiffCalculator as A, buildAssetRedirectMap as B, findActionableSilentDrops as C, resolveBucketRegion as Ct, refStateLookupFromResource as D, cfnRefValueFromPhysicalId as E, rebuildClientForBucketRegion as F, BOOTSTRAP_MARKER_PREFIX as G, loadPublishableAssetManifest as H, shouldRetainResource as I, parseBootstrapMarker as J, ensureAssetStorage as K, AssetPublisher as L, TemplateParser as M, LockManager as N, WAFv2WebACLProvider as O, S3StateBackend as P, formatDockerLoginError as Q, stringifyValue as R, ProviderRegistry as S, clearBucketRegionCache as St, IntrinsicFunctionResolver as T, rewriteTemplateAssetReferences as U, createAssetRedirectResolver as V, AssetModeResolver as W, validateContainerRepoName as X, validateAssetBucketName as Y, buildDockerImage as Z, green as _, CFN_TEMPLATE_URL_LIMIT as _t, withRetry as a, synthesisStatusMessage as at, IAMRoleProvider as b, uploadCfnTemplate as bt, computeImplicitDeleteEdges as c, resolveApp as ct, isStatefulRecreateTargetSync as d, resolveSkipPrefix as dt, runDockerForeground as et, renderStatefulReason as f, resolveStateBucketWithDefault as ft, gray as g, CFN_TEMPLATE_BODY_LIMIT as gt, cyan as h, warnDeprecatedNoPrefixCliFlag as ht, withResourceDeadline as i, Synthesizer as it, DagBuilder as j, applyRoleArnIfSet as k, extractDeploymentEventError as l, resolveAutoAssetStorage as lt, bold as m, resolveUseCdkBootstrapAssets as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, AssetManifestLoader as nt, isRetryableTransientError as o, getDefaultStateBucketName as ot, formatResourceLine as p, resolveStateBucketWithDefaultAndSource as pt, getBootstrapMarkerKey as q, DeployEngine as r, getDockerImageBySourceHash as rt, IMPLICIT_DELETE_DEPENDENCIES as s, getLegacyStateBucketName as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, runDockerStreaming as tt, MULTI_REGION_RECREATE_BLOCKED_TYPES as u, resolveCaptureObservedState as ut, red as v, MIGRATE_TMP_PREFIX as vt, CloudControlProvider as w, collectInlinePolicyNamesManagedBySiblings as x, AssemblyReader as xt, yellow as y, findLargeInlineResources as yt, WorkGraph as z };
15987
- //# sourceMappingURL=deploy-engine-_tADDg2k.js.map
16023
+ //# sourceMappingURL=deploy-engine-D_OJrSGP.js.map