@intentius/chant-lexicon-aws 0.1.20 → 0.1.22

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": "ec54fb728ba488ef5f3171c2c85f560b3d4ee0e6f57ccad699d28a5c9c492dfa",
5
- "meta.json": "c7f5735ecb9f278bb3bca904089f068362df1431ea3e0431647380f65096ffa3",
6
- "types/index.d.ts": "a6d19c24867df2e47019519fcb34cebf2dade94bb7cad3d0dfd7ff2150bc3f05",
4
+ "manifest.json": "3fce77f000adb5f1fa01fe9a77eb1780caaca41b11a7d87696addf525449cb40",
5
+ "meta.json": "03bc3564cbc8c2f969b686e1cd03a09ee0d4eb44da37ba562611656fb891a43e",
6
+ "types/index.d.ts": "e1cedd89bd65835dd1d5588e357fcad90bdd69711b3375e3938f0be8b149721c",
7
7
  "rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
8
8
  "rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
9
9
  "rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
@@ -40,5 +40,5 @@
40
40
  "skills/chant-aws.md": "4d65eb160e001f2af42eb7c622a5b498c2fd1f5afbd6c8155615c010fb265c63",
41
41
  "skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe"
42
42
  },
43
- "composite": "c0dd92ed90e0f74c237e9b359cea3e6d6ff56a127abcb701a913bd9acda6f86b"
43
+ "composite": "447c23005fee508e5738a7445d92988b0306b468807c0836342a10431dcc9527"
44
44
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
package/dist/meta.json CHANGED
@@ -48472,6 +48472,12 @@
48472
48472
  "DISABLED"
48473
48473
  ]
48474
48474
  },
48475
+ "NdiOutputTimecodeSource": {
48476
+ "enum": [
48477
+ "EMBEDDED_TIMECODE",
48478
+ "UTC_SYSTEM_TIME"
48479
+ ]
48480
+ },
48475
48481
  "RouterIntegrationState": {
48476
48482
  "enum": [
48477
48483
  "ENABLED",
@@ -84451,6 +84457,11 @@
84451
84457
  "Statement": {
84452
84458
  "minLength": 1,
84453
84459
  "maxLength": 10000
84460
+ },
84461
+ "Name": {
84462
+ "pattern": "^[a-zA-Z0-9-/_]*$",
84463
+ "minLength": 0,
84464
+ "maxLength": 150
84454
84465
  }
84455
84466
  },
84456
84467
  "createOnly": [
@@ -117575,13 +117586,13 @@
117575
117586
  "S3KeyPrefix": {
117576
117587
  "maxLength": 200
117577
117588
  },
117589
+ "SnsTopicName": {
117590
+ "maxLength": 256
117591
+ },
117578
117592
  "TrailName": {
117579
117593
  "pattern": "(^[a-zA-Z0-9]$)|(^[a-zA-Z0-9]([a-zA-Z0-9\\._-])*[a-zA-Z0-9]$)",
117580
117594
  "minLength": 3,
117581
117595
  "maxLength": 128
117582
- },
117583
- "SnsTopicName": {
117584
- "maxLength": 256
117585
117596
  }
117586
117597
  },
117587
117598
  "createOnly": [
@@ -121821,6 +121832,11 @@
121821
121832
  "pattern": "^[a-zA-Z0-9-]*$",
121822
121833
  "minLength": 1,
121823
121834
  "maxLength": 200
121835
+ },
121836
+ "Name": {
121837
+ "pattern": "^[a-zA-Z0-9-/_]*$",
121838
+ "minLength": 0,
121839
+ "maxLength": 150
121824
121840
  }
121825
121841
  },
121826
121842
  "createOnly": [
@@ -14145,6 +14145,8 @@ export declare class FlowOutput {
14145
14145
  MinLatency?: number;
14146
14146
  /** The name of the output. This value must be unique within the current flow. */
14147
14147
  Name?: string;
14148
+ /** The timecode source for the NDI output. */
14149
+ NdiOutputTimecodeSource?: "EMBEDDED_TIMECODE" | "UTC_SYSTEM_TIME";
14148
14150
  /** A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. */
14149
14151
  NdiProgramName?: string;
14150
14152
  /** A quality setting for the NDI Speed HQ encoder. */
@@ -25517,6 +25519,7 @@ export declare class PolicyTemplate {
25517
25519
  PolicyStoreId: string;
25518
25520
  Statement: string;
25519
25521
  Description?: string;
25522
+ Name?: string;
25520
25523
  PolicyTemplateId?: string;
25521
25524
  }, attributes?: CFResourceAttributes);
25522
25525
  readonly PolicyTemplateId: string;
@@ -35683,6 +35686,7 @@ export declare class VerifiedPermissionsPolicy {
35683
35686
  constructor(props: {
35684
35687
  Definition: any;
35685
35688
  PolicyStoreId: string;
35689
+ Name?: string;
35686
35690
  PolicyId?: string;
35687
35691
  PolicyType?: VerifiedPermissionsPolicy_PolicyType;
35688
35692
  }, attributes?: CFResourceAttributes);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-aws",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
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",
@@ -14145,6 +14145,8 @@ export declare class FlowOutput {
14145
14145
  MinLatency?: number;
14146
14146
  /** The name of the output. This value must be unique within the current flow. */
14147
14147
  Name?: string;
14148
+ /** The timecode source for the NDI output. */
14149
+ NdiOutputTimecodeSource?: "EMBEDDED_TIMECODE" | "UTC_SYSTEM_TIME";
14148
14150
  /** A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. */
14149
14151
  NdiProgramName?: string;
14150
14152
  /** A quality setting for the NDI Speed HQ encoder. */
@@ -25517,6 +25519,7 @@ export declare class PolicyTemplate {
25517
25519
  PolicyStoreId: string;
25518
25520
  Statement: string;
25519
25521
  Description?: string;
25522
+ Name?: string;
25520
25523
  PolicyTemplateId?: string;
25521
25524
  }, attributes?: CFResourceAttributes);
25522
25525
  readonly PolicyTemplateId: string;
@@ -35683,6 +35686,7 @@ export declare class VerifiedPermissionsPolicy {
35683
35686
  constructor(props: {
35684
35687
  Definition: any;
35685
35688
  PolicyStoreId: string;
35689
+ Name?: string;
35686
35690
  PolicyId?: string;
35687
35691
  PolicyType?: VerifiedPermissionsPolicy_PolicyType;
35688
35692
  }, attributes?: CFResourceAttributes);
@@ -48472,6 +48472,12 @@
48472
48472
  "DISABLED"
48473
48473
  ]
48474
48474
  },
48475
+ "NdiOutputTimecodeSource": {
48476
+ "enum": [
48477
+ "EMBEDDED_TIMECODE",
48478
+ "UTC_SYSTEM_TIME"
48479
+ ]
48480
+ },
48475
48481
  "RouterIntegrationState": {
48476
48482
  "enum": [
48477
48483
  "ENABLED",
@@ -84451,6 +84457,11 @@
84451
84457
  "Statement": {
84452
84458
  "minLength": 1,
84453
84459
  "maxLength": 10000
84460
+ },
84461
+ "Name": {
84462
+ "pattern": "^[a-zA-Z0-9-/_]*$",
84463
+ "minLength": 0,
84464
+ "maxLength": 150
84454
84465
  }
84455
84466
  },
84456
84467
  "createOnly": [
@@ -117575,13 +117586,13 @@
117575
117586
  "S3KeyPrefix": {
117576
117587
  "maxLength": 200
117577
117588
  },
117589
+ "SnsTopicName": {
117590
+ "maxLength": 256
117591
+ },
117578
117592
  "TrailName": {
117579
117593
  "pattern": "(^[a-zA-Z0-9]$)|(^[a-zA-Z0-9]([a-zA-Z0-9\\._-])*[a-zA-Z0-9]$)",
117580
117594
  "minLength": 3,
117581
117595
  "maxLength": 128
117582
- },
117583
- "SnsTopicName": {
117584
- "maxLength": 256
117585
117596
  }
117586
117597
  },
117587
117598
  "createOnly": [
@@ -121821,6 +121832,11 @@
121821
121832
  "pattern": "^[a-zA-Z0-9-]*$",
121822
121833
  "minLength": 1,
121823
121834
  "maxLength": 200
121835
+ },
121836
+ "Name": {
121837
+ "pattern": "^[a-zA-Z0-9-/_]*$",
121838
+ "minLength": 0,
121839
+ "maxLength": 150
121824
121840
  }
121825
121841
  },
121826
121842
  "createOnly": [