@awboost/cfn-resource-types 0.1.66 → 0.1.67

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.
@@ -17,7 +17,6 @@ export type LambdaAliasProperties = {
17
17
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-alias.html#aws-resource-lambda-alias-return-values}
18
18
  */
19
19
  export type LambdaAliasAttributes = {
20
- AliasArn: string;
21
20
  Id: string;
22
21
  };
23
22
  /**
@@ -139,12 +139,14 @@ export type AudioCodecSettings = {
139
139
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodescription.html}
140
140
  */
141
141
  export type AudioDescription = {
142
+ AudioDashRoles?: string[];
142
143
  AudioNormalizationSettings?: AudioNormalizationSettings;
143
144
  AudioSelectorName?: string;
144
145
  AudioType?: string;
145
146
  AudioTypeControl?: string;
146
147
  AudioWatermarkingSettings?: AudioWatermarkSettings;
147
148
  CodecSettings?: AudioCodecSettings;
149
+ DvbDashAccessibility?: string;
148
150
  LanguageCode?: string;
149
151
  LanguageCodeControl?: string;
150
152
  Name?: string;
@@ -322,8 +324,10 @@ export type BurnInDestinationSettings = {
322
324
  */
323
325
  export type CaptionDescription = {
324
326
  Accessibility?: string;
327
+ CaptionDashRoles?: string[];
325
328
  CaptionSelectorName?: string;
326
329
  DestinationSettings?: CaptionDestinationSettings;
330
+ DvbDashAccessibility?: string;
327
331
  LanguageCode?: string;
328
332
  LanguageDescription?: string;
329
333
  Name?: string;
@@ -395,6 +399,25 @@ export type CaptionSelectorSettings = {
395
399
  export type CdiInputSpecification = {
396
400
  Resolution?: string;
397
401
  };
402
+ /**
403
+ * Type definition for `AWS::MediaLive::Channel.CmafIngestGroupSettings`.
404
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html}
405
+ */
406
+ export type CmafIngestGroupSettings = {
407
+ Destination?: OutputLocationRef;
408
+ NielsenId3Behavior?: string;
409
+ Scte35Type?: string;
410
+ SegmentLength?: number;
411
+ SegmentLengthUnits?: string;
412
+ SendDelayMs?: number;
413
+ };
414
+ /**
415
+ * Type definition for `AWS::MediaLive::Channel.CmafIngestOutputSettings`.
416
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestoutputsettings.html}
417
+ */
418
+ export type CmafIngestOutputSettings = {
419
+ NameModifier?: string;
420
+ };
398
421
  /**
399
422
  * Type definition for `AWS::MediaLive::Channel.ColorCorrection`.
400
423
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorcorrection.html}
@@ -791,6 +814,8 @@ export type H265Settings = {
791
814
  LookAheadRateControl?: string;
792
815
  MaxBitrate?: number;
793
816
  MinIInterval?: number;
817
+ MvOverPictureBoundaries?: string;
818
+ MvTemporalPredictor?: string;
794
819
  ParDenominator?: number;
795
820
  ParNumerator?: number;
796
821
  Profile?: string;
@@ -800,8 +825,12 @@ export type H265Settings = {
800
825
  SceneChangeDetect?: string;
801
826
  Slices?: number;
802
827
  Tier?: string;
828
+ TileHeight?: number;
829
+ TilePadding?: string;
830
+ TileWidth?: number;
803
831
  TimecodeBurninSettings?: TimecodeBurninSettings;
804
832
  TimecodeInsertion?: string;
833
+ TreeblockSize?: string;
805
834
  };
806
835
  /**
807
836
  * Type definition for `AWS::MediaLive::Channel.Hdr10Settings`.
@@ -1339,6 +1368,7 @@ export type OutputGroup = {
1339
1368
  */
1340
1369
  export type OutputGroupSettings = {
1341
1370
  ArchiveGroupSettings?: ArchiveGroupSettings;
1371
+ CmafIngestGroupSettings?: CmafIngestGroupSettings;
1342
1372
  FrameCaptureGroupSettings?: FrameCaptureGroupSettings;
1343
1373
  HlsGroupSettings?: HlsGroupSettings;
1344
1374
  MediaPackageGroupSettings?: MediaPackageGroupSettings;
@@ -1368,6 +1398,7 @@ export type OutputLockingSettings = {
1368
1398
  */
1369
1399
  export type OutputSettings = {
1370
1400
  ArchiveOutputSettings?: ArchiveOutputSettings;
1401
+ CmafIngestOutputSettings?: CmafIngestOutputSettings;
1371
1402
  FrameCaptureOutputSettings?: FrameCaptureOutputSettings;
1372
1403
  HlsOutputSettings?: HlsOutputSettings;
1373
1404
  MediaPackageOutputSettings?: MediaPackageOutputSettings;
@@ -3751,7 +3751,7 @@ export type LineChartConfiguration = {
3751
3751
  SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
3752
3752
  /**
3753
3753
  * @minLength `0`
3754
- * @maxLength `10`
3754
+ * @maxLength `2000`
3755
3755
  */
3756
3756
  Series?: SeriesItem[];
3757
3757
  SmallMultiplesOptions?: SmallMultiplesOptions;
@@ -4771,7 +4771,7 @@ export type PivotTableCellConditionalFormatting = {
4771
4771
  export type PivotTableConditionalFormatting = {
4772
4772
  /**
4773
4773
  * @minLength `0`
4774
- * @maxLength `100`
4774
+ * @maxLength `500`
4775
4775
  */
4776
4776
  ConditionalFormattingOptions?: PivotTableConditionalFormattingOption[];
4777
4777
  };
@@ -6239,7 +6239,7 @@ export type TableCellStyle = {
6239
6239
  export type TableConditionalFormatting = {
6240
6240
  /**
6241
6241
  * @minLength `0`
6242
- * @maxLength `100`
6242
+ * @maxLength `500`
6243
6243
  */
6244
6244
  ConditionalFormattingOptions?: TableConditionalFormattingOption[];
6245
6245
  };
@@ -7087,6 +7087,13 @@ export type WaterfallChartAggregatedFieldWells = {
7087
7087
  */
7088
7088
  Values?: MeasureField[];
7089
7089
  };
7090
+ /**
7091
+ * Type definition for `AWS::QuickSight::Analysis.WaterfallChartColorConfiguration`.
7092
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-waterfallchartcolorconfiguration.html}
7093
+ */
7094
+ export type WaterfallChartColorConfiguration = {
7095
+ GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
7096
+ };
7090
7097
  /**
7091
7098
  * Type definition for `AWS::QuickSight::Analysis.WaterfallChartConfiguration`.
7092
7099
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-waterfallchartconfiguration.html}
@@ -7094,6 +7101,7 @@ export type WaterfallChartAggregatedFieldWells = {
7094
7101
  export type WaterfallChartConfiguration = {
7095
7102
  CategoryAxisDisplayOptions?: AxisDisplayOptions;
7096
7103
  CategoryAxisLabelOptions?: ChartAxisLabelOptions;
7104
+ ColorConfiguration?: WaterfallChartColorConfiguration;
7097
7105
  DataLabels?: DataLabelOptions;
7098
7106
  FieldWells?: WaterfallChartFieldWells;
7099
7107
  Legend?: LegendOptions;
@@ -7110,6 +7118,24 @@ export type WaterfallChartConfiguration = {
7110
7118
  export type WaterfallChartFieldWells = {
7111
7119
  WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
7112
7120
  };
7121
+ /**
7122
+ * Type definition for `AWS::QuickSight::Analysis.WaterfallChartGroupColorConfiguration`.
7123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-waterfallchartgroupcolorconfiguration.html}
7124
+ */
7125
+ export type WaterfallChartGroupColorConfiguration = {
7126
+ /**
7127
+ * @pattern `^#[A-F0-9]{6}$`
7128
+ */
7129
+ NegativeBarColor?: string;
7130
+ /**
7131
+ * @pattern `^#[A-F0-9]{6}$`
7132
+ */
7133
+ PositiveBarColor?: string;
7134
+ /**
7135
+ * @pattern `^#[A-F0-9]{6}$`
7136
+ */
7137
+ TotalBarColor?: string;
7138
+ };
7113
7139
  /**
7114
7140
  * Type definition for `AWS::QuickSight::Analysis.WaterfallChartOptions`.
7115
7141
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-waterfallchartoptions.html}
@@ -4007,7 +4007,7 @@ export type LineChartConfiguration = {
4007
4007
  SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
4008
4008
  /**
4009
4009
  * @minLength `0`
4010
- * @maxLength `10`
4010
+ * @maxLength `2000`
4011
4011
  */
4012
4012
  Series?: SeriesItem[];
4013
4013
  SmallMultiplesOptions?: SmallMultiplesOptions;
@@ -5038,7 +5038,7 @@ export type PivotTableCellConditionalFormatting = {
5038
5038
  export type PivotTableConditionalFormatting = {
5039
5039
  /**
5040
5040
  * @minLength `0`
5041
- * @maxLength `100`
5041
+ * @maxLength `500`
5042
5042
  */
5043
5043
  ConditionalFormattingOptions?: PivotTableConditionalFormattingOption[];
5044
5044
  };
@@ -6522,7 +6522,7 @@ export type TableCellStyle = {
6522
6522
  export type TableConditionalFormatting = {
6523
6523
  /**
6524
6524
  * @minLength `0`
6525
- * @maxLength `100`
6525
+ * @maxLength `500`
6526
6526
  */
6527
6527
  ConditionalFormattingOptions?: TableConditionalFormattingOption[];
6528
6528
  };
@@ -7384,6 +7384,13 @@ export type WaterfallChartAggregatedFieldWells = {
7384
7384
  */
7385
7385
  Values?: MeasureField[];
7386
7386
  };
7387
+ /**
7388
+ * Type definition for `AWS::QuickSight::Dashboard.WaterfallChartColorConfiguration`.
7389
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartcolorconfiguration.html}
7390
+ */
7391
+ export type WaterfallChartColorConfiguration = {
7392
+ GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
7393
+ };
7387
7394
  /**
7388
7395
  * Type definition for `AWS::QuickSight::Dashboard.WaterfallChartConfiguration`.
7389
7396
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartconfiguration.html}
@@ -7391,6 +7398,7 @@ export type WaterfallChartAggregatedFieldWells = {
7391
7398
  export type WaterfallChartConfiguration = {
7392
7399
  CategoryAxisDisplayOptions?: AxisDisplayOptions;
7393
7400
  CategoryAxisLabelOptions?: ChartAxisLabelOptions;
7401
+ ColorConfiguration?: WaterfallChartColorConfiguration;
7394
7402
  DataLabels?: DataLabelOptions;
7395
7403
  FieldWells?: WaterfallChartFieldWells;
7396
7404
  Legend?: LegendOptions;
@@ -7407,6 +7415,24 @@ export type WaterfallChartConfiguration = {
7407
7415
  export type WaterfallChartFieldWells = {
7408
7416
  WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
7409
7417
  };
7418
+ /**
7419
+ * Type definition for `AWS::QuickSight::Dashboard.WaterfallChartGroupColorConfiguration`.
7420
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration.html}
7421
+ */
7422
+ export type WaterfallChartGroupColorConfiguration = {
7423
+ /**
7424
+ * @pattern `^#[A-F0-9]{6}$`
7425
+ */
7426
+ NegativeBarColor?: string;
7427
+ /**
7428
+ * @pattern `^#[A-F0-9]{6}$`
7429
+ */
7430
+ PositiveBarColor?: string;
7431
+ /**
7432
+ * @pattern `^#[A-F0-9]{6}$`
7433
+ */
7434
+ TotalBarColor?: string;
7435
+ };
7410
7436
  /**
7411
7437
  * Type definition for `AWS::QuickSight::Dashboard.WaterfallChartOptions`.
7412
7438
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartoptions.html}
@@ -3794,7 +3794,7 @@ export type LineChartConfiguration = {
3794
3794
  SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
3795
3795
  /**
3796
3796
  * @minLength `0`
3797
- * @maxLength `10`
3797
+ * @maxLength `2000`
3798
3798
  */
3799
3799
  Series?: SeriesItem[];
3800
3800
  SmallMultiplesOptions?: SmallMultiplesOptions;
@@ -4783,7 +4783,7 @@ export type PivotTableCellConditionalFormatting = {
4783
4783
  export type PivotTableConditionalFormatting = {
4784
4784
  /**
4785
4785
  * @minLength `0`
4786
- * @maxLength `100`
4786
+ * @maxLength `500`
4787
4787
  */
4788
4788
  ConditionalFormattingOptions?: PivotTableConditionalFormattingOption[];
4789
4789
  };
@@ -6235,7 +6235,7 @@ export type TableCellStyle = {
6235
6235
  export type TableConditionalFormatting = {
6236
6236
  /**
6237
6237
  * @minLength `0`
6238
- * @maxLength `100`
6238
+ * @maxLength `500`
6239
6239
  */
6240
6240
  ConditionalFormattingOptions?: TableConditionalFormattingOption[];
6241
6241
  };
@@ -7239,6 +7239,13 @@ export type WaterfallChartAggregatedFieldWells = {
7239
7239
  */
7240
7240
  Values?: MeasureField[];
7241
7241
  };
7242
+ /**
7243
+ * Type definition for `AWS::QuickSight::Template.WaterfallChartColorConfiguration`.
7244
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-waterfallchartcolorconfiguration.html}
7245
+ */
7246
+ export type WaterfallChartColorConfiguration = {
7247
+ GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
7248
+ };
7242
7249
  /**
7243
7250
  * Type definition for `AWS::QuickSight::Template.WaterfallChartConfiguration`.
7244
7251
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-waterfallchartconfiguration.html}
@@ -7246,6 +7253,7 @@ export type WaterfallChartAggregatedFieldWells = {
7246
7253
  export type WaterfallChartConfiguration = {
7247
7254
  CategoryAxisDisplayOptions?: AxisDisplayOptions;
7248
7255
  CategoryAxisLabelOptions?: ChartAxisLabelOptions;
7256
+ ColorConfiguration?: WaterfallChartColorConfiguration;
7249
7257
  DataLabels?: DataLabelOptions;
7250
7258
  FieldWells?: WaterfallChartFieldWells;
7251
7259
  Legend?: LegendOptions;
@@ -7262,6 +7270,24 @@ export type WaterfallChartConfiguration = {
7262
7270
  export type WaterfallChartFieldWells = {
7263
7271
  WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
7264
7272
  };
7273
+ /**
7274
+ * Type definition for `AWS::QuickSight::Template.WaterfallChartGroupColorConfiguration`.
7275
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-waterfallchartgroupcolorconfiguration.html}
7276
+ */
7277
+ export type WaterfallChartGroupColorConfiguration = {
7278
+ /**
7279
+ * @pattern `^#[A-F0-9]{6}$`
7280
+ */
7281
+ NegativeBarColor?: string;
7282
+ /**
7283
+ * @pattern `^#[A-F0-9]{6}$`
7284
+ */
7285
+ PositiveBarColor?: string;
7286
+ /**
7287
+ * @pattern `^#[A-F0-9]{6}$`
7288
+ */
7289
+ TotalBarColor?: string;
7290
+ };
7265
7291
  /**
7266
7292
  * Type definition for `AWS::QuickSight::Template.WaterfallChartOptions`.
7267
7293
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-waterfallchartoptions.html}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },