@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.
- package/dist/generated/index.d.ts +2 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +12 -1
- package/dist/types/index.d.ts +20 -0
- package/package.json +2 -2
- package/src/generated/index.d.ts +20 -0
- package/src/generated/index.ts +2 -0
- package/src/generated/lexicon-aws.json +12 -1
|
@@ -2220,6 +2220,7 @@ export declare const AttributeTypesSelector: new (props: Record<string, unknown>
|
|
|
2220
2220
|
export declare const AudioCodecSettings: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2221
2221
|
export declare const AudioDescription: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2222
2222
|
export declare const AudioExtractionConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2223
|
+
export declare const AudioFeedInput: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2223
2224
|
export declare const AudioFillerSettings: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2224
2225
|
export declare const AudioLanguageConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2225
2226
|
export declare const AudioMonitoringSetting: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
@@ -6644,6 +6645,7 @@ export declare const MediaItem: new (props: Record<string, unknown>) => Record<s
|
|
|
6644
6645
|
export declare const MediaLiveChannel_AnywhereSettings: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6645
6646
|
export declare const MediaLiveChannel_AudioCodecSettings: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6646
6647
|
export declare const MediaLiveChannel_AudioDescription: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6648
|
+
export declare const MediaLiveChannel_AudioFeedInput: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6647
6649
|
export declare const MediaLiveChannel_AudioNormalizationSettings: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6648
6650
|
export declare const MediaLiveChannel_AudioSelector: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6649
6651
|
export declare const MediaLiveChannel_AudioWatermarkSettings: new (props: Record<string, unknown>) => Record<string, unknown>;
|