@intentius/chant-lexicon-aws 0.9.0 → 0.10.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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "8cb3a0089b9f33326ae48c05eedaf44ffe7755818f0dbadcd0d2443cfd0fd39d",
5
- "meta.json": "6afe9a1f561e331dab2fc879bda3c747600dec90996c6bc0c9001f2af51478e1",
6
- "types/index.d.ts": "4b5d6205c220106bef57925fa9382b842bc40e6c0d57bda4ee4d0cfe0486873e",
4
+ "manifest.json": "e954f9ac4cdad9eddd0af98756bbc3cf640b009ea0f858aa71b790f844ecae06",
5
+ "meta.json": "5d3685ee2dd5eca9dad1e643e1353ec411843bf1411f77abbd6411a9612d162b",
6
+ "types/index.d.ts": "0d32c796554ebfc51423b2862504adb87bc413b07efc99b753169a816c504b0c",
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": "86967d784993911bca2cfd0ccbeed8afa0a37b2260abd6d356034094f237b051"
43
+ "composite": "e922628120d2bca8974f2f61c7ff5ff4d76e8c029c356de941b50d5461c9692a"
44
44
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
package/dist/meta.json CHANGED
@@ -7422,6 +7422,11 @@
7422
7422
  "kind": "property",
7423
7423
  "lexicon": "aws"
7424
7424
  },
7425
+ "AudioFeedInput": {
7426
+ "resourceType": "AWS::MediaLive::Channel.AudioFeedInput",
7427
+ "kind": "property",
7428
+ "lexicon": "aws"
7429
+ },
7425
7430
  "AudioFillerSettings": {
7426
7431
  "resourceType": "AWS::Lex::Bot.AudioFillerSettings",
7427
7432
  "kind": "property",
@@ -58485,6 +58490,11 @@
58485
58490
  "kind": "property",
58486
58491
  "lexicon": "aws"
58487
58492
  },
58493
+ "MediaLiveChannel_AudioFeedInput": {
58494
+ "resourceType": "AWS::MediaLive::Channel.AudioFeedInput",
58495
+ "kind": "property",
58496
+ "lexicon": "aws"
58497
+ },
58488
58498
  "MediaLiveChannel_AudioNormalizationSettings": {
58489
58499
  "resourceType": "AWS::MediaLive::Channel.AudioNormalizationSettings",
58490
58500
  "kind": "property",
@@ -102440,7 +102450,8 @@
102440
102450
  ],
102441
102451
  "writeOnly": [
102442
102452
  "TargetPipelineVersion",
102443
- "RegisterWithThirdParty"
102453
+ "RegisterWithThirdParty",
102454
+ "AuthenticationConfiguration/SecretToken"
102444
102455
  ],
102445
102456
  "primaryIdentifier": [
102446
102457
  "Id"
@@ -43547,6 +43547,13 @@ export declare class AudioExtractionConfiguration {
43547
43547
  });
43548
43548
  }
43549
43549
 
43550
+ export declare class AudioFeedInput {
43551
+ constructor(props: {
43552
+ AudioSelectorName?: string;
43553
+ FeedInput?: string;
43554
+ });
43555
+ }
43556
+
43550
43557
  export declare class AudioFillerSettings {
43551
43558
  constructor(props: {
43552
43559
  Enabled: boolean;
@@ -43575,6 +43582,8 @@ export declare class AudioNormalizationSettings {
43575
43582
  constructor(props: {
43576
43583
  Algorithm?: string;
43577
43584
  AlgorithmControl?: string;
43585
+ PeakCalculation?: string;
43586
+ PeakLimiterThreshold?: number;
43578
43587
  TargetLkfs?: number;
43579
43588
  });
43580
43589
  }
@@ -76856,6 +76865,7 @@ export declare class InferenceScheduler_Tag {
76856
76865
 
76857
76866
  export declare class InferenceSettings {
76858
76867
  constructor(props: {
76868
+ AudioFeedInputs?: MediaLiveChannel_AudioFeedInput[];
76859
76869
  FeedArn?: string;
76860
76870
  });
76861
76871
  }
@@ -86730,10 +86740,19 @@ export declare class MediaLiveChannel_AudioDescription {
86730
86740
  });
86731
86741
  }
86732
86742
 
86743
+ export declare class MediaLiveChannel_AudioFeedInput {
86744
+ constructor(props: {
86745
+ AudioSelectorName?: string;
86746
+ FeedInput?: string;
86747
+ });
86748
+ }
86749
+
86733
86750
  export declare class MediaLiveChannel_AudioNormalizationSettings {
86734
86751
  constructor(props: {
86735
86752
  Algorithm?: string;
86736
86753
  AlgorithmControl?: string;
86754
+ PeakCalculation?: string;
86755
+ PeakLimiterThreshold?: number;
86737
86756
  TargetLkfs?: number;
86738
86757
  });
86739
86758
  }
@@ -86910,6 +86929,7 @@ export declare class MediaLiveChannel_GlobalConfiguration {
86910
86929
 
86911
86930
  export declare class MediaLiveChannel_InferenceSettings {
86912
86931
  constructor(props: {
86932
+ AudioFeedInputs?: MediaLiveChannel_AudioFeedInput[];
86913
86933
  FeedArn?: string;
86914
86934
  });
86915
86935
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-aws",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
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",
@@ -70,6 +70,6 @@
70
70
  "typescript": "^5.9.3"
71
71
  },
72
72
  "peerDependencies": {
73
- "@intentius/chant": "^0.9.0"
73
+ "@intentius/chant": "^0.10.0"
74
74
  }
75
75
  }
@@ -43547,6 +43547,13 @@ export declare class AudioExtractionConfiguration {
43547
43547
  });
43548
43548
  }
43549
43549
 
43550
+ export declare class AudioFeedInput {
43551
+ constructor(props: {
43552
+ AudioSelectorName?: string;
43553
+ FeedInput?: string;
43554
+ });
43555
+ }
43556
+
43550
43557
  export declare class AudioFillerSettings {
43551
43558
  constructor(props: {
43552
43559
  Enabled: boolean;
@@ -43575,6 +43582,8 @@ export declare class AudioNormalizationSettings {
43575
43582
  constructor(props: {
43576
43583
  Algorithm?: string;
43577
43584
  AlgorithmControl?: string;
43585
+ PeakCalculation?: string;
43586
+ PeakLimiterThreshold?: number;
43578
43587
  TargetLkfs?: number;
43579
43588
  });
43580
43589
  }
@@ -76856,6 +76865,7 @@ export declare class InferenceScheduler_Tag {
76856
76865
 
76857
76866
  export declare class InferenceSettings {
76858
76867
  constructor(props: {
76868
+ AudioFeedInputs?: MediaLiveChannel_AudioFeedInput[];
76859
76869
  FeedArn?: string;
76860
76870
  });
76861
76871
  }
@@ -86730,10 +86740,19 @@ export declare class MediaLiveChannel_AudioDescription {
86730
86740
  });
86731
86741
  }
86732
86742
 
86743
+ export declare class MediaLiveChannel_AudioFeedInput {
86744
+ constructor(props: {
86745
+ AudioSelectorName?: string;
86746
+ FeedInput?: string;
86747
+ });
86748
+ }
86749
+
86733
86750
  export declare class MediaLiveChannel_AudioNormalizationSettings {
86734
86751
  constructor(props: {
86735
86752
  Algorithm?: string;
86736
86753
  AlgorithmControl?: string;
86754
+ PeakCalculation?: string;
86755
+ PeakLimiterThreshold?: number;
86737
86756
  TargetLkfs?: number;
86738
86757
  });
86739
86758
  }
@@ -86910,6 +86929,7 @@ export declare class MediaLiveChannel_GlobalConfiguration {
86910
86929
 
86911
86930
  export declare class MediaLiveChannel_InferenceSettings {
86912
86931
  constructor(props: {
86932
+ AudioFeedInputs?: MediaLiveChannel_AudioFeedInput[];
86913
86933
  FeedArn?: string;
86914
86934
  });
86915
86935
  }
@@ -2224,6 +2224,7 @@ export const AttributeTypesSelector = createProperty("AWS::CustomerProfiles::Dom
2224
2224
  export const AudioCodecSettings = createProperty("AWS::MediaLive::Channel.AudioCodecSettings", "aws");
2225
2225
  export const AudioDescription = createProperty("AWS::MediaLive::Channel.AudioDescription", "aws");
2226
2226
  export const AudioExtractionConfiguration = createProperty("AWS::QBusiness::DataSource.AudioExtractionConfiguration", "aws");
2227
+ export const AudioFeedInput = createProperty("AWS::MediaLive::Channel.AudioFeedInput", "aws");
2227
2228
  export const AudioFillerSettings = createProperty("AWS::Lex::Bot.AudioFillerSettings", "aws");
2228
2229
  export const AudioLanguageConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.AudioLanguageConfiguration", "aws");
2229
2230
  export const AudioMonitoringSetting = createProperty("AWS::MediaConnect::Flow.AudioMonitoringSetting", "aws");
@@ -6648,6 +6649,7 @@ export const MediaItem = createProperty("AWS::Connect::Workspace.MediaItem", "aw
6648
6649
  export const MediaLiveChannel_AnywhereSettings = createProperty("AWS::MediaLive::Channel.AnywhereSettings", "aws");
6649
6650
  export const MediaLiveChannel_AudioCodecSettings = createProperty("AWS::MediaLive::Channel.AudioCodecSettings", "aws");
6650
6651
  export const MediaLiveChannel_AudioDescription = createProperty("AWS::MediaLive::Channel.AudioDescription", "aws");
6652
+ export const MediaLiveChannel_AudioFeedInput = createProperty("AWS::MediaLive::Channel.AudioFeedInput", "aws");
6651
6653
  export const MediaLiveChannel_AudioNormalizationSettings = createProperty("AWS::MediaLive::Channel.AudioNormalizationSettings", "aws");
6652
6654
  export const MediaLiveChannel_AudioSelector = createProperty("AWS::MediaLive::Channel.AudioSelector", "aws");
6653
6655
  export const MediaLiveChannel_AudioWatermarkSettings = createProperty("AWS::MediaLive::Channel.AudioWatermarkSettings", "aws");
@@ -7422,6 +7422,11 @@
7422
7422
  "kind": "property",
7423
7423
  "lexicon": "aws"
7424
7424
  },
7425
+ "AudioFeedInput": {
7426
+ "resourceType": "AWS::MediaLive::Channel.AudioFeedInput",
7427
+ "kind": "property",
7428
+ "lexicon": "aws"
7429
+ },
7425
7430
  "AudioFillerSettings": {
7426
7431
  "resourceType": "AWS::Lex::Bot.AudioFillerSettings",
7427
7432
  "kind": "property",
@@ -58485,6 +58490,11 @@
58485
58490
  "kind": "property",
58486
58491
  "lexicon": "aws"
58487
58492
  },
58493
+ "MediaLiveChannel_AudioFeedInput": {
58494
+ "resourceType": "AWS::MediaLive::Channel.AudioFeedInput",
58495
+ "kind": "property",
58496
+ "lexicon": "aws"
58497
+ },
58488
58498
  "MediaLiveChannel_AudioNormalizationSettings": {
58489
58499
  "resourceType": "AWS::MediaLive::Channel.AudioNormalizationSettings",
58490
58500
  "kind": "property",
@@ -102440,7 +102450,8 @@
102440
102450
  ],
102441
102451
  "writeOnly": [
102442
102452
  "TargetPipelineVersion",
102443
- "RegisterWithThirdParty"
102453
+ "RegisterWithThirdParty",
102454
+ "AuthenticationConfiguration/SecretToken"
102444
102455
  ],
102445
102456
  "primaryIdentifier": [
102446
102457
  "Id"