@go-to-k/cdkd 0.239.0 → 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}`;
|
|
@@ -9258,7 +9271,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
9258
9271
|
"AWS::Bedrock::ModelInvocationJob",
|
|
9259
9272
|
"AWS::BedrockAgentCore::Browser",
|
|
9260
9273
|
"AWS::BedrockAgentCore::CodeInterpreter",
|
|
9261
|
-
"AWS::BedrockAgentCore::Evaluator",
|
|
9262
9274
|
"AWS::BedrockAgentCore::TokenVault",
|
|
9263
9275
|
"AWS::Budgets::Budget",
|
|
9264
9276
|
"AWS::Cloud9::EnvironmentEC2",
|
|
@@ -9268,23 +9280,16 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
9268
9280
|
"AWS::CloudWatch::AnomalyDetector",
|
|
9269
9281
|
"AWS::CodeBuild::ReportGroup",
|
|
9270
9282
|
"AWS::CodeBuild::SourceCredential",
|
|
9271
|
-
"AWS::CodeCommit::Repository",
|
|
9272
9283
|
"AWS::CodeStar::GitHubRepository",
|
|
9273
9284
|
"AWS::Config::ConfigurationRecorder",
|
|
9274
9285
|
"AWS::Config::DeliveryChannel",
|
|
9275
9286
|
"AWS::Config::OrganizationConfigRule",
|
|
9276
|
-
"AWS::DataSync::Agent",
|
|
9277
|
-
"AWS::DataSync::LocationEFS",
|
|
9278
|
-
"AWS::DataSync::LocationFSxLustre",
|
|
9279
|
-
"AWS::DataZone::ProjectProfile",
|
|
9280
9287
|
"AWS::DAX::Cluster",
|
|
9281
9288
|
"AWS::DAX::ParameterGroup",
|
|
9282
9289
|
"AWS::DAX::SubnetGroup",
|
|
9283
|
-
"AWS::Deadline::Queue",
|
|
9284
9290
|
"AWS::DirectoryService::MicrosoftAD",
|
|
9285
9291
|
"AWS::DMS::Endpoint",
|
|
9286
9292
|
"AWS::DMS::EventSubscription",
|
|
9287
|
-
"AWS::DMS::ReplicationConfig",
|
|
9288
9293
|
"AWS::DMS::ReplicationInstance",
|
|
9289
9294
|
"AWS::DMS::ReplicationSubnetGroup",
|
|
9290
9295
|
"AWS::DMS::ReplicationTask",
|
|
@@ -9296,8 +9301,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
9296
9301
|
"AWS::EC2::ClientVpnTargetNetworkAssociation",
|
|
9297
9302
|
"AWS::EC2::NetworkInterfacePermission",
|
|
9298
9303
|
"AWS::EC2::VPNGatewayRoutePropagation",
|
|
9299
|
-
"AWS::ECS::TaskSet",
|
|
9300
|
-
"AWS::EKS::IdentityProviderConfig",
|
|
9301
9304
|
"AWS::ElastiCache::SecurityGroup",
|
|
9302
9305
|
"AWS::ElastiCache::SecurityGroupIngress",
|
|
9303
9306
|
"AWS::ElasticLoadBalancingV2::ListenerCertificate",
|
|
@@ -9305,7 +9308,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
9305
9308
|
"AWS::EMR::Cluster",
|
|
9306
9309
|
"AWS::EMR::InstanceFleetConfig",
|
|
9307
9310
|
"AWS::EMR::InstanceGroupConfig",
|
|
9308
|
-
"AWS::EventSchemas::Discoverer",
|
|
9309
9311
|
"AWS::FSx::FileSystem",
|
|
9310
9312
|
"AWS::FSx::Snapshot",
|
|
9311
9313
|
"AWS::FSx::StorageVirtualMachine",
|
|
@@ -9334,10 +9336,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
9334
9336
|
"AWS::Greengrass::SubscriptionDefinition",
|
|
9335
9337
|
"AWS::Greengrass::SubscriptionDefinitionVersion",
|
|
9336
9338
|
"AWS::IAM::AccessKey",
|
|
9337
|
-
"AWS::ImageBuilder::DistributionConfiguration",
|
|
9338
|
-
"AWS::ImageBuilder::ImageRecipe",
|
|
9339
|
-
"AWS::InspectorV2::CodeSecurityIntegration",
|
|
9340
|
-
"AWS::InspectorV2::Filter",
|
|
9341
9339
|
"AWS::IoT::PolicyPrincipalAttachment",
|
|
9342
9340
|
"AWS::IoT::ThingPrincipalAttachment",
|
|
9343
9341
|
"AWS::IoTThingsGraph::FlowTemplate",
|
|
@@ -9350,7 +9348,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
9350
9348
|
"AWS::LakeFormation::DataLakeSettings",
|
|
9351
9349
|
"AWS::LakeFormation::Permissions",
|
|
9352
9350
|
"AWS::LakeFormation::Resource",
|
|
9353
|
-
"AWS::M2::Environment",
|
|
9354
9351
|
"AWS::ManagedBlockchain::Member",
|
|
9355
9352
|
"AWS::ManagedBlockchain::Node",
|
|
9356
9353
|
"AWS::MediaConvert::JobTemplate",
|
|
@@ -9360,8 +9357,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
9360
9357
|
"AWS::MediaLive::Input",
|
|
9361
9358
|
"AWS::MediaLive::InputSecurityGroup",
|
|
9362
9359
|
"AWS::MediaStore::Container",
|
|
9363
|
-
"AWS::NetworkFirewall::LoggingConfiguration",
|
|
9364
|
-
"AWS::NetworkManager::LinkAssociation",
|
|
9365
9360
|
"AWS::OpsWorks::App",
|
|
9366
9361
|
"AWS::OpsWorks::ElasticLoadBalancerAttachment",
|
|
9367
9362
|
"AWS::OpsWorks::Instance",
|
|
@@ -9397,13 +9392,8 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
9397
9392
|
"AWS::Redshift::ClusterSecurityGroup",
|
|
9398
9393
|
"AWS::Redshift::ClusterSecurityGroupIngress",
|
|
9399
9394
|
"AWS::Route53::RecordSetGroup",
|
|
9400
|
-
"AWS::Route53Resolver::OutpostResolver",
|
|
9401
|
-
"AWS::Route53Resolver::ResolverConfig",
|
|
9402
|
-
"AWS::S3::AccessGrant",
|
|
9403
|
-
"AWS::S3::AccessGrantsInstance",
|
|
9404
9395
|
"AWS::SageMaker::CodeRepository",
|
|
9405
9396
|
"AWS::SageMaker::EndpointConfig",
|
|
9406
|
-
"AWS::SageMaker::ExperimentTrialComponent",
|
|
9407
9397
|
"AWS::SageMaker::ModelCardExportJob",
|
|
9408
9398
|
"AWS::SageMaker::MonitoringScheduleAlert",
|
|
9409
9399
|
"AWS::SageMaker::NotebookInstance",
|
|
@@ -11286,6 +11276,15 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
11286
11276
|
["Visibility", "not yet implemented by cdkd"]
|
|
11287
11277
|
])
|
|
11288
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
|
+
}],
|
|
11289
11288
|
["AWS::Cognito::UserPool", {
|
|
11290
11289
|
handled: new Set([
|
|
11291
11290
|
"AccountRecoverySetting",
|
|
@@ -16021,4 +16020,4 @@ var DeployEngine = class {
|
|
|
16021
16020
|
|
|
16022
16021
|
//#endregion
|
|
16023
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 };
|
|
16024
|
-
//# sourceMappingURL=deploy-engine-
|
|
16023
|
+
//# sourceMappingURL=deploy-engine-D_OJrSGP.js.map
|