@intentius/chant-lexicon-aws 0.19.0 → 0.19.1

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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "c4fcc55981ac6878554f4afdc25a9b52e36abb57119e5dbc44486a8f70d2f178",
4
+ "manifest.json": "63edb731cb48bb0a2cf262db13361382f1ab61152d6b379cdf4fa892806e5b42",
5
5
  "meta.json": "34f746d3e7e7ee7bb2578ac0ec3aa20b67567506620df877191f0f2393f2f98a",
6
- "types/index.d.ts": "57e7010c803978f9f16fa9fd9198095d00a86e6a2a87c0dd866f578e3439e41c",
6
+ "types/index.d.ts": "113961df90faaec43d71a1d2088f0f5d8b1b2694078ccd2cf4ae40a56f15833b",
7
7
  "rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
8
8
  "rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
9
9
  "rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
@@ -59,5 +59,5 @@
59
59
  "skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe",
60
60
  "skills/chant-aws-carve-terraform.md": "f4c6fe1c702250665f90d82b3bdaba5ea50ae75e380a8ae321dad6eb1c39683e"
61
61
  },
62
- "composite": "0cf3e823720dc0c6add6a0781d3e62d00f3cbd265c8656135d41bec3ad4b18a2"
62
+ "composite": "8fed2d6136907de0510e58410d8468221c166f35caa702b6550ad05891e83e68"
63
63
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
@@ -7754,10 +7754,7 @@ export declare class CustomDBEngineVersion {
7754
7754
  /** The database engine to use for your custom engine version (CEV).
7755
7755
  Valid values:
7756
7756
  + ``custom-oracle-ee``
7757
- + ``custom-oracle-ee-cdb``
7758
- + ``sqlserver-dev-ee``
7759
- + ``sqlserver-ee``
7760
- + ``sqlserver-se`` */
7757
+ + ``custom-oracle-ee-cdb`` */
7761
7758
  Engine: string;
7762
7759
  /** The name of your CEV. The name format is ``major version.customized_string``. For example, a valid CEV name is ``19.my_cev1``. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination of ``Engine`` and ``EngineVersion`` is unique per customer per Region.
7763
7760
  *Constraints:* Minimum length is 1. Maximum length is 60.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-aws",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "AWS CloudFormation lexicon for chant — declarative IaC in TypeScript",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://intentius.io/chant",
@@ -80,7 +80,7 @@
80
80
  "typescript": "^5.9.3"
81
81
  },
82
82
  "peerDependencies": {
83
- "@intentius/chant": "^0.19.0",
83
+ "@intentius/chant": "^0.19.1",
84
84
  "typescript": "^5.9.3"
85
85
  }
86
86
  }
@@ -7754,10 +7754,7 @@ export declare class CustomDBEngineVersion {
7754
7754
  /** The database engine to use for your custom engine version (CEV).
7755
7755
  Valid values:
7756
7756
  + ``custom-oracle-ee``
7757
- + ``custom-oracle-ee-cdb``
7758
- + ``sqlserver-dev-ee``
7759
- + ``sqlserver-ee``
7760
- + ``sqlserver-se`` */
7757
+ + ``custom-oracle-ee-cdb`` */
7761
7758
  Engine: string;
7762
7759
  /** The name of your CEV. The name format is ``major version.customized_string``. For example, a valid CEV name is ``19.my_cev1``. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination of ``Engine`` and ``EngineVersion`` is unique per customer per Region.
7763
7760
  *Constraints:* Minimum length is 1. Maximum length is 60.