@go-to-k/cdkd 0.269.2 → 0.270.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.
- package/dist/{asg-provider-COr7zWfc.js → asg-provider-D3Ioxi3j.js} +2 -2
- package/dist/{asg-provider-COr7zWfc.js.map → asg-provider-D3Ioxi3j.js.map} +1 -1
- package/dist/cli.js +358 -66
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine-CKWSFzIi.js → deploy-engine-D3tkYlnl.js} +33 -6
- package/dist/deploy-engine-D3tkYlnl.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/deploy-engine-CKWSFzIi.js.map +0 -1
|
@@ -7643,6 +7643,14 @@ var ReplacementRulesRegistry = class {
|
|
|
7643
7643
|
"TargetRole"
|
|
7644
7644
|
]) });
|
|
7645
7645
|
this.rules.set("AWS::RDS::DBProxyTargetGroup", { replacementProperties: /* @__PURE__ */ new Set(["DBProxyName", "TargetGroupName"]) });
|
|
7646
|
+
this.rules.set("AWS::EC2::Subnet", {
|
|
7647
|
+
replacementProperties: /* @__PURE__ */ new Set([
|
|
7648
|
+
"VpcId",
|
|
7649
|
+
"CidrBlock",
|
|
7650
|
+
"AvailabilityZone"
|
|
7651
|
+
]),
|
|
7652
|
+
updateableProperties: /* @__PURE__ */ new Set(["MapPublicIpOnLaunch", "Tags"])
|
|
7653
|
+
});
|
|
7646
7654
|
this.rules.set("AWS::EC2::Instance", { replacementProperties: /* @__PURE__ */ new Set([
|
|
7647
7655
|
"EbsOptimized",
|
|
7648
7656
|
"AvailabilityZone",
|
|
@@ -11447,20 +11455,17 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
|
|
|
11447
11455
|
"AWS::AppSync::ApiCache",
|
|
11448
11456
|
"AWS::Artifact::Report",
|
|
11449
11457
|
"AWS::Athena::Session",
|
|
11450
|
-
"AWS::AutoScaling::ScheduledAction",
|
|
11451
11458
|
"AWS::AutoScalingPlans::ScalingPlan",
|
|
11452
11459
|
"AWS::BackupSearch::SearchJob",
|
|
11453
11460
|
"AWS::BCMDataExports::Table",
|
|
11454
11461
|
"AWS::Bedrock::DefaultPromptRouter",
|
|
11455
11462
|
"AWS::Bedrock::ModelInvocationJob",
|
|
11456
|
-
"AWS::BedrockAgentCore::BrowserProfile",
|
|
11457
11463
|
"AWS::BedrockAgentCore::TokenVault",
|
|
11458
11464
|
"AWS::Cloud9::EnvironmentEC2",
|
|
11459
11465
|
"AWS::CloudFormation::Macro",
|
|
11460
11466
|
"AWS::CloudFormation::ResourceScan",
|
|
11461
11467
|
"AWS::CloudFormation::WaitCondition",
|
|
11462
11468
|
"AWS::CloudFront::StreamingDistribution",
|
|
11463
|
-
"AWS::CloudWatch::AnomalyDetector",
|
|
11464
11469
|
"AWS::CodeArtifact::Package",
|
|
11465
11470
|
"AWS::CodeBuild::ReportGroup",
|
|
11466
11471
|
"AWS::CodeBuild::Sandbox",
|
|
@@ -11525,8 +11530,11 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
|
|
|
11525
11530
|
"AWS::GreengrassV2::Component",
|
|
11526
11531
|
"AWS::GreengrassV2::CoreDevice",
|
|
11527
11532
|
"AWS::IAM::AccessKey",
|
|
11533
|
+
"AWS::IdentityStore::AllGroupMemberships",
|
|
11534
|
+
"AWS::ImageBuilder::AllImageBuildVersions",
|
|
11528
11535
|
"AWS::ImageBuilder::AllWorkflowBuildVersions",
|
|
11529
11536
|
"AWS::ImageBuilder::WorkflowExecution",
|
|
11537
|
+
"AWS::ImageBuilder::WorkflowStepExecution",
|
|
11530
11538
|
"AWS::IoT::PolicyPrincipalAttachment",
|
|
11531
11539
|
"AWS::IoT::ThingPrincipalAttachment",
|
|
11532
11540
|
"AWS::IoTThingsGraph::FlowTemplate",
|
|
@@ -11541,6 +11549,8 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
|
|
|
11541
11549
|
"AWS::LakeFormation::Resource",
|
|
11542
11550
|
"AWS::ManagedBlockchain::Member",
|
|
11543
11551
|
"AWS::ManagedBlockchain::Node",
|
|
11552
|
+
"AWS::MediaConnect::Offering",
|
|
11553
|
+
"AWS::MediaConnect::Reservation",
|
|
11544
11554
|
"AWS::MediaConvert::JobTemplate",
|
|
11545
11555
|
"AWS::MediaConvert::Preset",
|
|
11546
11556
|
"AWS::MediaConvert::Queue",
|
|
@@ -11548,6 +11558,7 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
|
|
|
11548
11558
|
"AWS::MediaLive::Input",
|
|
11549
11559
|
"AWS::MediaLive::InputSecurityGroup",
|
|
11550
11560
|
"AWS::MediaLive::Offering",
|
|
11561
|
+
"AWS::MediaPackage::HarvestJob",
|
|
11551
11562
|
"AWS::MediaStore::Container",
|
|
11552
11563
|
"AWS::MemoryDB::MultiRegionParameterGroup",
|
|
11553
11564
|
"AWS::MemoryDB::ReservedNode",
|
|
@@ -11560,6 +11571,7 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
|
|
|
11560
11571
|
"AWS::OpsWorks::UserProfile",
|
|
11561
11572
|
"AWS::OpsWorks::Volume",
|
|
11562
11573
|
"AWS::OSIS::PipelineBlueprint",
|
|
11574
|
+
"AWS::Personalize::DataDeletionJob",
|
|
11563
11575
|
"AWS::Personalize::Recipe",
|
|
11564
11576
|
"AWS::Pinpoint::ADMChannel",
|
|
11565
11577
|
"AWS::Pinpoint::APNSChannel",
|
|
@@ -11605,7 +11617,9 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
|
|
|
11605
11617
|
"AWS::SES::ReceiptRuleSet",
|
|
11606
11618
|
"AWS::Signer::SigningJob",
|
|
11607
11619
|
"AWS::SSM::Session",
|
|
11620
|
+
"AWS::SSO::ApplicationProvider",
|
|
11608
11621
|
"AWS::States::Execution",
|
|
11622
|
+
"AWS::StepFunctions::MapRun",
|
|
11609
11623
|
"AWS::ThinClient::SoftwareSet",
|
|
11610
11624
|
"AWS::Transcribe::MedicalTranscriptionJob",
|
|
11611
11625
|
"AWS::UserNotifications::ManagedNotificationConfiguration",
|
|
@@ -11944,7 +11958,7 @@ var CloudControlProvider = class {
|
|
|
11944
11958
|
this.logger.debug(`Deleting resource ${logicalId} (${resourceType}), physical ID: ${physicalId}`);
|
|
11945
11959
|
if (context?.removeProtection === true && resourceType === "AWS::AutoScaling::AutoScalingGroup") {
|
|
11946
11960
|
this.logger.debug(`Delegating protected AutoScalingGroup ${logicalId} delete to the SDK ASGProvider (Cloud Control cannot force-delete a protected ASG)`);
|
|
11947
|
-
const { ASGProvider } = await import("./asg-provider-
|
|
11961
|
+
const { ASGProvider } = await import("./asg-provider-D3Ioxi3j.js").then((n) => n.n);
|
|
11948
11962
|
await new ASGProvider().delete(logicalId, physicalId, resourceType, _properties, context);
|
|
11949
11963
|
return;
|
|
11950
11964
|
}
|
|
@@ -13737,6 +13751,19 @@ const PROPERTY_COVERAGE_BY_TYPE = /* @__PURE__ */ new Map([
|
|
|
13737
13751
|
]),
|
|
13738
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."]])
|
|
13739
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
|
+
}],
|
|
13740
13767
|
["AWS::CodeBuild::Project", {
|
|
13741
13768
|
handled: /* @__PURE__ */ new Set([
|
|
13742
13769
|
"Artifacts",
|
|
@@ -17662,7 +17689,7 @@ const FLUSH_INTERVAL_MS = 2e3;
|
|
|
17662
17689
|
const FLUSH_EVENT_THRESHOLD = 50;
|
|
17663
17690
|
/** Build-time cdkd version, with a dev fallback for non-built contexts. */
|
|
17664
17691
|
function getCdkdVersion() {
|
|
17665
|
-
return "0.
|
|
17692
|
+
return "0.270.0";
|
|
17666
17693
|
}
|
|
17667
17694
|
/**
|
|
17668
17695
|
* Generate a time-sortable unique run id, e.g.
|
|
@@ -19708,4 +19735,4 @@ var DeployEngine = class {
|
|
|
19708
19735
|
|
|
19709
19736
|
//#endregion
|
|
19710
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 };
|
|
19711
|
-
//# sourceMappingURL=deploy-engine-
|
|
19738
|
+
//# sourceMappingURL=deploy-engine-D3tkYlnl.js.map
|