@go-to-k/cdkd 0.269.3 → 0.271.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.
@@ -11455,20 +11455,17 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
11455
11455
  "AWS::AppSync::ApiCache",
11456
11456
  "AWS::Artifact::Report",
11457
11457
  "AWS::Athena::Session",
11458
- "AWS::AutoScaling::ScheduledAction",
11459
11458
  "AWS::AutoScalingPlans::ScalingPlan",
11460
11459
  "AWS::BackupSearch::SearchJob",
11461
11460
  "AWS::BCMDataExports::Table",
11462
11461
  "AWS::Bedrock::DefaultPromptRouter",
11463
11462
  "AWS::Bedrock::ModelInvocationJob",
11464
- "AWS::BedrockAgentCore::BrowserProfile",
11465
11463
  "AWS::BedrockAgentCore::TokenVault",
11466
11464
  "AWS::Cloud9::EnvironmentEC2",
11467
11465
  "AWS::CloudFormation::Macro",
11468
11466
  "AWS::CloudFormation::ResourceScan",
11469
11467
  "AWS::CloudFormation::WaitCondition",
11470
11468
  "AWS::CloudFront::StreamingDistribution",
11471
- "AWS::CloudWatch::AnomalyDetector",
11472
11469
  "AWS::CodeArtifact::Package",
11473
11470
  "AWS::CodeBuild::ReportGroup",
11474
11471
  "AWS::CodeBuild::Sandbox",
@@ -11533,8 +11530,11 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
11533
11530
  "AWS::GreengrassV2::Component",
11534
11531
  "AWS::GreengrassV2::CoreDevice",
11535
11532
  "AWS::IAM::AccessKey",
11533
+ "AWS::IdentityStore::AllGroupMemberships",
11534
+ "AWS::ImageBuilder::AllImageBuildVersions",
11536
11535
  "AWS::ImageBuilder::AllWorkflowBuildVersions",
11537
11536
  "AWS::ImageBuilder::WorkflowExecution",
11537
+ "AWS::ImageBuilder::WorkflowStepExecution",
11538
11538
  "AWS::IoT::PolicyPrincipalAttachment",
11539
11539
  "AWS::IoT::ThingPrincipalAttachment",
11540
11540
  "AWS::IoTThingsGraph::FlowTemplate",
@@ -11549,6 +11549,8 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
11549
11549
  "AWS::LakeFormation::Resource",
11550
11550
  "AWS::ManagedBlockchain::Member",
11551
11551
  "AWS::ManagedBlockchain::Node",
11552
+ "AWS::MediaConnect::Offering",
11553
+ "AWS::MediaConnect::Reservation",
11552
11554
  "AWS::MediaConvert::JobTemplate",
11553
11555
  "AWS::MediaConvert::Preset",
11554
11556
  "AWS::MediaConvert::Queue",
@@ -11556,6 +11558,7 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
11556
11558
  "AWS::MediaLive::Input",
11557
11559
  "AWS::MediaLive::InputSecurityGroup",
11558
11560
  "AWS::MediaLive::Offering",
11561
+ "AWS::MediaPackage::HarvestJob",
11559
11562
  "AWS::MediaStore::Container",
11560
11563
  "AWS::MemoryDB::MultiRegionParameterGroup",
11561
11564
  "AWS::MemoryDB::ReservedNode",
@@ -11568,6 +11571,7 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
11568
11571
  "AWS::OpsWorks::UserProfile",
11569
11572
  "AWS::OpsWorks::Volume",
11570
11573
  "AWS::OSIS::PipelineBlueprint",
11574
+ "AWS::Personalize::DataDeletionJob",
11571
11575
  "AWS::Personalize::Recipe",
11572
11576
  "AWS::Pinpoint::ADMChannel",
11573
11577
  "AWS::Pinpoint::APNSChannel",
@@ -11613,7 +11617,9 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
11613
11617
  "AWS::SES::ReceiptRuleSet",
11614
11618
  "AWS::Signer::SigningJob",
11615
11619
  "AWS::SSM::Session",
11620
+ "AWS::SSO::ApplicationProvider",
11616
11621
  "AWS::States::Execution",
11622
+ "AWS::StepFunctions::MapRun",
11617
11623
  "AWS::ThinClient::SoftwareSet",
11618
11624
  "AWS::Transcribe::MedicalTranscriptionJob",
11619
11625
  "AWS::UserNotifications::ManagedNotificationConfiguration",
@@ -11952,7 +11958,7 @@ var CloudControlProvider = class {
11952
11958
  this.logger.debug(`Deleting resource ${logicalId} (${resourceType}), physical ID: ${physicalId}`);
11953
11959
  if (context?.removeProtection === true && resourceType === "AWS::AutoScaling::AutoScalingGroup") {
11954
11960
  this.logger.debug(`Delegating protected AutoScalingGroup ${logicalId} delete to the SDK ASGProvider (Cloud Control cannot force-delete a protected ASG)`);
11955
- const { ASGProvider } = await import("./asg-provider-D-XHoXeI.js").then((n) => n.n);
11961
+ const { ASGProvider } = await import("./asg-provider-CpHXw10b.js").then((n) => n.n);
11956
11962
  await new ASGProvider().delete(logicalId, physicalId, resourceType, _properties, context);
11957
11963
  return;
11958
11964
  }
@@ -13745,6 +13751,19 @@ const PROPERTY_COVERAGE_BY_TYPE = /* @__PURE__ */ new Map([
13745
13751
  ]),
13746
13752
  silentDrop: /* @__PURE__ */ new Map([["EvaluationCriteria", "Absent from both the SDK PutMetricAlarm input and the aws-cdk-lib CfnAlarm L1 (a newer CFn-schema-only property ahead of SDK/CDK support); no wire path to forward it and no CDK app can emit it."], ["EvaluationInterval", "Absent from both the SDK PutMetricAlarm input and the aws-cdk-lib CfnAlarm L1 (a newer CFn-schema-only property ahead of SDK/CDK support); no wire path to forward it and no CDK app can emit it."]])
13747
13753
  }],
13754
+ ["AWS::CloudWatch::AnomalyDetector", {
13755
+ handled: /* @__PURE__ */ new Set([
13756
+ "Configuration",
13757
+ "Dimensions",
13758
+ "MetricCharacteristics",
13759
+ "MetricMathAnomalyDetector",
13760
+ "MetricName",
13761
+ "Namespace",
13762
+ "SingleMetricAnomalyDetector",
13763
+ "Stat"
13764
+ ]),
13765
+ silentDrop: /* @__PURE__ */ new Map()
13766
+ }],
13748
13767
  ["AWS::CodeBuild::Project", {
13749
13768
  handled: /* @__PURE__ */ new Set([
13750
13769
  "Artifacts",
@@ -17670,7 +17689,7 @@ const FLUSH_INTERVAL_MS = 2e3;
17670
17689
  const FLUSH_EVENT_THRESHOLD = 50;
17671
17690
  /** Build-time cdkd version, with a dev fallback for non-built contexts. */
17672
17691
  function getCdkdVersion() {
17673
- return "0.269.3";
17692
+ return "0.271.0";
17674
17693
  }
17675
17694
  /**
17676
17695
  * Generate a time-sortable unique run id, e.g.
@@ -19716,4 +19735,4 @@ var DeployEngine = class {
19716
19735
 
19717
19736
  //#endregion
19718
19737
  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 };
19719
- //# sourceMappingURL=deploy-engine-B-igYtBj.js.map
19738
+ //# sourceMappingURL=deploy-engine-DlTH1ou6.js.map