@go-to-k/cdkd 0.158.0 → 0.159.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.
@@ -372,10 +372,12 @@ var StackHasActiveImportsError = class StackHasActiveImportsError extends CdkdEr
372
372
  /**
373
373
  * Signals that `cdkd local start-api`'s route discovery hit an unsupported
374
374
  * shape — non-AWS_PROXY integration, ApiGwV2 service integration
375
- * (`IntegrationSubtype` set), WebSocket protocol, Lambda::Url with
376
- * `AuthType !== 'NONE'`, or an unsupported intrinsic function in
377
- * `IntegrationUri`. (Lambda::Url with `InvokeMode: RESPONSE_STREAM` is
378
- * a normal route dispatched via the streaming protocol — #467.)
375
+ * (`IntegrationSubtype` set), WebSocket protocol, Lambda::Url with an
376
+ * unrecognized `AuthType` (anything other than `'NONE'` / `'AWS_IAM'`),
377
+ * or an unsupported intrinsic function in `IntegrationUri`. (Lambda::Url
378
+ * with `InvokeMode: RESPONSE_STREAM` is a normal route dispatched via
379
+ * the streaming protocol — #467. Lambda::Url with `AuthType: 'AWS_IAM'`
380
+ * is a normal route verified through the SigV4 pipeline — #621.)
379
381
  *
380
382
  * The message names every offending route and points the user at the
381
383
  * deferred follow-up PR (8b for authorizers, etc.). Hard-error at
@@ -7980,8 +7982,8 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
7980
7982
  handled: new Set(["Description", "RestApiId"]),
7981
7983
  silentDrop: new Map([
7982
7984
  ["DeploymentCanarySettings", "not yet implemented by cdkd"],
7983
- ["StageDescription", "not yet implemented by cdkd"],
7984
- ["StageName", "not yet implemented by cdkd"]
7985
+ ["StageDescription", "CFn-only convenience for inline-creating a Stage; declare AWS::ApiGateway::Stage with the Description property instead"],
7986
+ ["StageName", "CFn-only convenience for inline-creating a Stage from a Deployment; declare AWS::ApiGateway::Stage explicitly to attach to this Deployment"]
7985
7987
  ])
7986
7988
  }],
7987
7989
  ["AWS::ApiGateway::Method", {
@@ -8150,7 +8152,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8150
8152
  "Type"
8151
8153
  ]),
8152
8154
  silentDrop: new Map([
8153
- ["ElasticsearchConfig", "not yet implemented by cdkd"],
8155
+ ["ElasticsearchConfig", "Legacy Elasticsearch alias; use OpenSearchServiceConfig (AppSync deprecated the Elasticsearch DataSource type in favor of OpenSearch)"],
8154
8156
  ["EventBridgeConfig", "not yet implemented by cdkd"],
8155
8157
  ["MetricsConfig", "not yet implemented by cdkd"],
8156
8158
  ["OpenSearchServiceConfig", "not yet implemented by cdkd"],
@@ -8252,8 +8254,8 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8252
8254
  ["AvailabilityZoneIds", "not yet implemented by cdkd"],
8253
8255
  ["InstanceId", "not yet implemented by cdkd"],
8254
8256
  ["InstanceLifecyclePolicy", "not yet implemented by cdkd"],
8255
- ["LaunchConfigurationName", "not yet implemented by cdkd"],
8256
- ["NotificationConfiguration", "not yet implemented by cdkd"],
8257
+ ["LaunchConfigurationName", "AWS Launch Configurations end-of-life 2024-10; use LaunchTemplate instead"],
8258
+ ["NotificationConfiguration", "Legacy singular form; use NotificationConfigurations (plural) which cdkd already wires"],
8257
8259
  ["PlacementGroup", "not yet implemented by cdkd"]
8258
8260
  ])
8259
8261
  }],
@@ -8567,8 +8569,8 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8567
8569
  ["CreditSpecification", "not yet implemented by cdkd"],
8568
8570
  ["DisableApiTermination", "not yet implemented by cdkd"],
8569
8571
  ["EbsOptimized", "not yet implemented by cdkd"],
8570
- ["ElasticGpuSpecifications", "not yet implemented by cdkd"],
8571
- ["ElasticInferenceAccelerators", "not yet implemented by cdkd"],
8572
+ ["ElasticGpuSpecifications", "AWS Elastic GPU end-of-life (announced 2023-11); no replacement API"],
8573
+ ["ElasticInferenceAccelerators", "AWS Elastic Inference end-of-life 2024-04; use AWS Inferentia / Trainium accelerator instance families instead"],
8572
8574
  ["EnclaveOptions", "not yet implemented by cdkd"],
8573
8575
  ["HibernationOptions", "not yet implemented by cdkd"],
8574
8576
  ["HostId", "not yet implemented by cdkd"],
@@ -8612,7 +8614,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8612
8614
  silentDrop: new Map([
8613
8615
  ["AvailabilityMode", "not yet implemented by cdkd"],
8614
8616
  ["AvailabilityZoneAddresses", "not yet implemented by cdkd"],
8615
- ["VpcId", "not yet implemented by cdkd"]
8617
+ ["VpcId", "AWS derives the VPC from SubnetId; the ec2:CreateNatGateway API has no VpcId parameter"]
8616
8618
  ])
8617
8619
  }],
8618
8620
  ["AWS::EC2::NetworkAcl", {
@@ -8623,7 +8625,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8623
8625
  handled: new Set([
8624
8626
  "CidrBlock",
8625
8627
  "Egress",
8626
- "IcmpTypeCode",
8628
+ "Icmp",
8627
8629
  "Ipv6CidrBlock",
8628
8630
  "NetworkAclId",
8629
8631
  "PortRange",
@@ -8631,7 +8633,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8631
8633
  "RuleAction",
8632
8634
  "RuleNumber"
8633
8635
  ]),
8634
- silentDrop: new Map([["Icmp", "not yet implemented by cdkd"]])
8636
+ silentDrop: /* @__PURE__ */ new Map()
8635
8637
  }],
8636
8638
  ["AWS::EC2::Route", {
8637
8639
  handled: new Set([
@@ -8672,20 +8674,17 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8672
8674
  ["AWS::EC2::SecurityGroupIngress", {
8673
8675
  handled: new Set([
8674
8676
  "CidrIp",
8677
+ "CidrIpv6",
8675
8678
  "Description",
8676
8679
  "FromPort",
8677
8680
  "GroupId",
8678
8681
  "IpProtocol",
8682
+ "SourcePrefixListId",
8679
8683
  "SourceSecurityGroupId",
8680
8684
  "SourceSecurityGroupOwnerId",
8681
8685
  "ToPort"
8682
8686
  ]),
8683
- silentDrop: new Map([
8684
- ["CidrIpv6", "not yet implemented by cdkd"],
8685
- ["GroupName", "not yet implemented by cdkd"],
8686
- ["SourcePrefixListId", "not yet implemented by cdkd"],
8687
- ["SourceSecurityGroupName", "not yet implemented by cdkd"]
8688
- ])
8687
+ silentDrop: new Map([["GroupName", "EC2-Classic-only — use GroupId for VPC security groups (EC2-Classic retired 2022-08-15)"], ["SourceSecurityGroupName", "EC2-Classic-only — use SourceSecurityGroupId for VPC peer security groups (EC2-Classic retired 2022-08-15)"]])
8689
8688
  }],
8690
8689
  ["AWS::EC2::Subnet", {
8691
8690
  handled: new Set([
@@ -8770,7 +8769,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8770
8769
  "LoadBalancers",
8771
8770
  "NetworkConfiguration",
8772
8771
  "PlacementConstraints",
8773
- "PlacementStrategy",
8772
+ "PlacementStrategies",
8774
8773
  "PlatformVersion",
8775
8774
  "PropagateTags",
8776
8775
  "SchedulingStrategy",
@@ -8783,8 +8782,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8783
8782
  ["AvailabilityZoneRebalancing", "not yet implemented by cdkd"],
8784
8783
  ["DeploymentController", "not yet implemented by cdkd"],
8785
8784
  ["ForceNewDeployment", "not yet implemented by cdkd"],
8786
- ["PlacementStrategies", "not yet implemented by cdkd"],
8787
- ["Role", "not yet implemented by cdkd"],
8785
+ ["Role", "Legacy classic-ELB service-linked-role override; AWS uses the AWSServiceRoleForECS service-linked role automatically since 2017"],
8788
8786
  ["ServiceConnectConfiguration", "not yet implemented by cdkd"],
8789
8787
  ["VolumeConfigurations", "not yet implemented by cdkd"],
8790
8788
  ["VpcLatticeConfigurations", "not yet implemented by cdkd"]
@@ -8809,7 +8807,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8809
8807
  "TaskRoleArn",
8810
8808
  "Volumes"
8811
8809
  ]),
8812
- silentDrop: new Map([["EnableFaultInjection", "not yet implemented by cdkd"], ["InferenceAccelerators", "not yet implemented by cdkd"]])
8810
+ silentDrop: new Map([["EnableFaultInjection", "not yet implemented by cdkd"], ["InferenceAccelerators", "AWS Elastic Inference end-of-life 2024-04; use AWS Inferentia / Trainium accelerator instance families instead"]])
8813
8811
  }],
8814
8812
  ["AWS::EFS::AccessPoint", {
8815
8813
  handled: new Set([
@@ -8818,7 +8816,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8818
8816
  "PosixUser",
8819
8817
  "RootDirectory"
8820
8818
  ]),
8821
- silentDrop: new Map([["ClientToken", "not yet implemented by cdkd"]])
8819
+ silentDrop: new Map([["ClientToken", "AWS SDK manages this idempotency token internally on CreateAccessPoint; no user-supplied value is honored"]])
8822
8820
  }],
8823
8821
  ["AWS::EFS::FileSystem", {
8824
8822
  handled: new Set([
@@ -8877,16 +8875,17 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8877
8875
  "TransitEncryptionEnabled",
8878
8876
  "VpcSecurityGroupIds"
8879
8877
  ]),
8880
- silentDrop: new Map([["CacheSecurityGroupNames", "not yet implemented by cdkd"], ["SnapshotArns", "not yet implemented by cdkd"]])
8878
+ silentDrop: new Map([["CacheSecurityGroupNames", "EC2-Classic-only use VpcSecurityGroupIds for VPC-deployed clusters (EC2-Classic retired 2022-08-15)"], ["SnapshotArns", "not yet implemented by cdkd"]])
8881
8879
  }],
8882
8880
  ["AWS::ElastiCache::SubnetGroup", {
8883
8881
  handled: new Set([
8884
8882
  "CacheSubnetGroupDescription",
8885
8883
  "CacheSubnetGroupName",
8884
+ "Description",
8886
8885
  "SubnetIds",
8887
8886
  "Tags"
8888
8887
  ]),
8889
- silentDrop: new Map([["Description", "not yet implemented by cdkd"]])
8888
+ silentDrop: /* @__PURE__ */ new Map()
8890
8889
  }],
8891
8890
  ["AWS::ElasticLoadBalancingV2::Listener", {
8892
8891
  handled: new Set([
@@ -8998,8 +8997,12 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8998
8997
  silentDrop: /* @__PURE__ */ new Map()
8999
8998
  }],
9000
8999
  ["AWS::Glue::Database", {
9001
- handled: new Set(["CatalogId", "DatabaseInput"]),
9002
- silentDrop: new Map([["DatabaseName", "not yet implemented by cdkd"]])
9000
+ handled: new Set([
9001
+ "CatalogId",
9002
+ "DatabaseInput",
9003
+ "DatabaseName"
9004
+ ]),
9005
+ silentDrop: /* @__PURE__ */ new Map()
9003
9006
  }],
9004
9007
  ["AWS::Glue::Job", {
9005
9008
  handled: new Set([
@@ -9038,9 +9041,10 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9038
9041
  handled: new Set([
9039
9042
  "CatalogId",
9040
9043
  "DatabaseName",
9044
+ "Name",
9041
9045
  "TableInput"
9042
9046
  ]),
9043
- silentDrop: new Map([["Name", "not yet implemented by cdkd"], ["OpenTableFormatInput", "not yet implemented by cdkd"]])
9047
+ silentDrop: new Map([["OpenTableFormatInput", "not yet implemented by cdkd"]])
9044
9048
  }],
9045
9049
  ["AWS::Glue::Trigger", {
9046
9050
  handled: new Set([
@@ -9331,6 +9335,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9331
9335
  "BackupRetentionPeriod",
9332
9336
  "DBClusterIdentifier",
9333
9337
  "DBClusterParameterGroupName",
9338
+ "DBPort",
9334
9339
  "DBSubnetGroupName",
9335
9340
  "DeletionProtection",
9336
9341
  "EngineVersion",
@@ -9348,7 +9353,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9348
9353
  ["AvailabilityZones", "not yet implemented by cdkd"],
9349
9354
  ["CopyTagsToSnapshot", "not yet implemented by cdkd"],
9350
9355
  ["DBInstanceParameterGroupName", "not yet implemented by cdkd"],
9351
- ["DBPort", "not yet implemented by cdkd"],
9352
9356
  ["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
9353
9357
  ["RestoreToTime", "not yet implemented by cdkd"],
9354
9358
  ["RestoreType", "not yet implemented by cdkd"],
@@ -9417,7 +9421,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9417
9421
  ["DBClusterParameterGroupName", "not yet implemented by cdkd"],
9418
9422
  ["DBInstanceParameterGroupName", "not yet implemented by cdkd"],
9419
9423
  ["DBSystemId", "not yet implemented by cdkd"],
9420
- ["DeleteAutomatedBackups", "not yet implemented by cdkd"],
9424
+ ["DeleteAutomatedBackups", "cdkd hardcodes SkipFinalSnapshot=true on destroy; this CFn lifecycle flag has no equivalent on the runtime path"],
9421
9425
  ["Domain", "not yet implemented by cdkd"],
9422
9426
  ["DomainIAMRoleName", "not yet implemented by cdkd"],
9423
9427
  ["EnableCloudwatchLogsExports", "not yet implemented by cdkd"],
@@ -9467,7 +9471,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9467
9471
  ["AdditionalStorageVolumes", "not yet implemented by cdkd"],
9468
9472
  ["AllocatedStorage", "not yet implemented by cdkd"],
9469
9473
  ["AllowMajorVersionUpgrade", "not yet implemented by cdkd"],
9470
- ["ApplyImmediately", "not yet implemented by cdkd"],
9474
+ ["ApplyImmediately", "cdkd always applies modifications immediately (rds:ModifyDBInstance.ApplyImmediately=true is hardcoded); users wanting maintenance-window deferral should run aws rds modify-db-instance directly"],
9471
9475
  ["AssociatedRoles", "not yet implemented by cdkd"],
9472
9476
  ["AutomaticBackupReplicationKmsKeyId", "not yet implemented by cdkd"],
9473
9477
  ["AutomaticBackupReplicationRegion", "not yet implemented by cdkd"],
@@ -9485,11 +9489,11 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9485
9489
  ["DBClusterSnapshotIdentifier", "not yet implemented by cdkd"],
9486
9490
  ["DBName", "not yet implemented by cdkd"],
9487
9491
  ["DBParameterGroupName", "not yet implemented by cdkd"],
9488
- ["DBSecurityGroups", "not yet implemented by cdkd"],
9492
+ ["DBSecurityGroups", "EC2-Classic-only feature retired by AWS (2022-08-15); new accounts cannot use this — use VPCSecurityGroups instead"],
9489
9493
  ["DBSnapshotIdentifier", "not yet implemented by cdkd"],
9490
9494
  ["DBSystemId", "not yet implemented by cdkd"],
9491
9495
  ["DedicatedLogVolume", "not yet implemented by cdkd"],
9492
- ["DeleteAutomatedBackups", "not yet implemented by cdkd"],
9496
+ ["DeleteAutomatedBackups", "cdkd hardcodes SkipFinalSnapshot=true on destroy; this CFn lifecycle flag has no equivalent on the runtime path"],
9493
9497
  ["DeletionProtection", "not yet implemented by cdkd"],
9494
9498
  ["Domain", "not yet implemented by cdkd"],
9495
9499
  ["DomainAuthSecretArn", "not yet implemented by cdkd"],
@@ -9645,7 +9649,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9645
9649
  ]),
9646
9650
  silentDrop: new Map([
9647
9651
  ["AbacStatus", "not yet implemented by cdkd"],
9648
- ["AccessControl", "not yet implemented by cdkd"],
9652
+ ["AccessControl", "Legacy canned ACL; AWS disables ACLs by default since 2023-04 — use BucketOwnershipControls + BucketPolicy / PublicAccessBlockConfiguration instead"],
9649
9653
  ["BucketNamePrefix", "not yet implemented by cdkd"],
9650
9654
  ["BucketNamespace", "not yet implemented by cdkd"],
9651
9655
  ["MetadataConfiguration", "not yet implemented by cdkd"],
@@ -9679,7 +9683,8 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9679
9683
  "Format",
9680
9684
  "Name",
9681
9685
  "Namespace",
9682
- "TableBucketARN"
9686
+ "TableBucketARN",
9687
+ "TableName"
9683
9688
  ]),
9684
9689
  silentDrop: new Map([
9685
9690
  ["Compaction", "not yet implemented by cdkd"],
@@ -9687,7 +9692,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9687
9692
  ["OpenTableFormat", "not yet implemented by cdkd"],
9688
9693
  ["SnapshotManagement", "not yet implemented by cdkd"],
9689
9694
  ["StorageClassConfiguration", "not yet implemented by cdkd"],
9690
- ["TableName", "not yet implemented by cdkd"],
9691
9695
  ["Tags", "not yet implemented by cdkd"],
9692
9696
  ["WithoutMetadata", "not yet implemented by cdkd"]
9693
9697
  ])
@@ -9754,7 +9758,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9754
9758
  ["FilterPolicyScope", "not yet implemented by cdkd"],
9755
9759
  ["RawMessageDelivery", "not yet implemented by cdkd"],
9756
9760
  ["RedrivePolicy", "not yet implemented by cdkd"],
9757
- ["Region", "not yet implemented by cdkd"],
9761
+ ["Region", "CFn-only cross-region subscription hint; cdkd uses the SDK client region directly and has no per-resource region override"],
9758
9762
  ["ReplayPolicy", "not yet implemented by cdkd"],
9759
9763
  ["SubscriptionRoleArn", "not yet implemented by cdkd"]
9760
9764
  ])
@@ -12369,4 +12373,4 @@ var DeployEngine = class {
12369
12373
 
12370
12374
  //#endregion
12371
12375
  export { CdkdError as $, shouldRetainResource as A, resolveSkipPrefix as B, IntrinsicFunctionResolver as C, TemplateParser as D, DagBuilder as E, Synthesizer as F, CFN_TEMPLATE_URL_LIMIT as G, resolveStateBucketWithDefaultAndSource as H, getDefaultStateBucketName as I, uploadCfnTemplate as J, MIGRATE_TMP_PREFIX as K, getLegacyStateBucketName as L, stringifyValue as M, WorkGraph as N, LockManager as O, buildDockerImage as P, AssetError as Q, resolveApp as R, assertRegionMatch as S, DiffCalculator as T, warnDeprecatedNoPrefixCliFlag as U, resolveStateBucketWithDefault as V, CFN_TEMPLATE_BODY_LIMIT as W, clearBucketRegionCache as X, AssemblyReader as Y, resolveBucketRegion as Z, matchesCdkPath as _, formatError as _t, withRetry as a, LockError as at, ProviderRegistry as b, withErrorHandling as bt, bold as c, PartialFailureError as ct, green as d, ResourceUpdateNotSupportedError as dt, ConfigError as et, red as f, RouteDiscoveryError as ft, CDK_PATH_TAG as g, SynthesisError as gt, collectInlinePolicyNamesManagedBySiblings as h, StateError as ht, withResourceDeadline as i, LocalStartServiceError as it, AssetPublisher as j, S3StateBackend as k, cyan as l, ProvisioningError as lt, IAMRoleProvider as m, StackTerminationProtectionError as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, LocalInvokeBuildError as nt, IMPLICIT_DELETE_DEPENDENCIES as o, MissingCdkCliError as ot, yellow as p, StackHasActiveImportsError as pt, findLargeInlineResources as q, DeployEngine as r, LocalMigrateError as rt, formatResourceLine as s, NestedStackChildDirectDestroyError as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, DependencyError as tt, gray as u, ResourceTimeoutError as ut, normalizeAwsTagsToCfn as v, isCdkdError as vt, applyRoleArnIfSet as w, CloudControlProvider as x, resolveExplicitPhysicalId as y, normalizeAwsError as yt, resolveCaptureObservedState as z };
12372
- //# sourceMappingURL=deploy-engine-UmoqjtWH.js.map
12376
+ //# sourceMappingURL=deploy-engine-BzrECC3i.js.map