@aws-sdk/client-medialive 3.451.0 → 3.458.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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.H264EntropyEncoding = exports.H264ColorMetadata = exports.AfdSignaling = exports.H264AdaptiveQuantization = exports.TimecodeBurninPosition = exports.TimecodeBurninFontSize = exports.FrameCaptureIntervalUnit = exports.InputDeviceTransferType = exports.ThumbnailType = exports.FollowPoint = exports.Scte35SegmentationCancelIndicator = exports.Scte35WebDeliveryAllowedFlag = exports.Scte35NoRegionalBlackoutFlag = exports.Scte35DeviceRestrictions = exports.Scte35ArchiveAllowedFlag = exports.Scte35InputMode = exports.LastFrameClippingBehavior = exports.InputTimecodeSource = exports.ReservationState = exports.ReservationAutomaticRenewal = exports.PipelineId = exports.UdpTimedMetadataId3Frame = exports.InputLossActionForUdpOut = exports.InputLossActionForRtmpOut = exports.IncludeFillerNalUnits = exports.RtmpCaptionData = exports.RtmpCacheFullBehavior = exports.AuthenticationScheme = exports.RtmpAdMarkers = exports.SmoothGroupTimestampOffsetMode = exports.SmoothGroupStreamManifestBehavior = exports.SmoothGroupSparseTrackType = exports.SmoothGroupSegmentationMode = exports.InputLossActionForMsSmoothOut = exports.SmoothGroupEventStopBehavior = exports.SmoothGroupEventIdMode = exports.SmoothGroupCertificateMode = exports.SmoothGroupAudioOnlyTimecodeControl = exports.HlsTsFileMode = exports.HlsTimedMetadataId3Frame = exports.HlsStreamInfResolution = exports.HlsSegmentationMode = exports.HlsRedundantManifest = exports.HlsProgramDateTimeClock = exports.HlsProgramDateTime = exports.HlsOutputSelection = exports.HlsMode = exports.HlsManifestDurationFormat = exports.HlsManifestCompression = exports.HlsIvSource = void 0;
4
4
  exports.GatewayTimeoutException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.BadGatewayException = exports.AcceptHeader = exports.VideoDescriptionScalingBehavior = exports.VideoDescriptionRespondToAfd = exports.Mpeg2TimecodeInsertionBehavior = exports.Mpeg2SubGopLength = exports.Mpeg2ScanType = exports.Mpeg2GopSizeUnits = exports.Mpeg2DisplayRatio = exports.Mpeg2ColorSpace = exports.Mpeg2ColorMetadata = exports.Mpeg2AdaptiveQuantization = exports.H265TimecodeInsertionBehavior = exports.H265Tier = exports.H265SceneChangeDetect = exports.H265ScanType = exports.H265RateControlMode = exports.H265Profile = exports.H265LookAheadRateControl = exports.H265Level = exports.H265GopSizeUnits = exports.H265FlickerAq = exports.H265ColorMetadata = exports.H265AlternativeTransferFunction = exports.H265AdaptiveQuantization = exports.H264TimecodeInsertionBehavior = exports.H264TemporalAq = exports.H264Syntax = exports.H264SubGopLength = exports.H264SpatialAq = exports.H264SceneChangeDetect = exports.H264ScanType = exports.H264RateControlMode = exports.H264QualityLevel = exports.H264Profile = exports.H264ParControl = exports.H264LookAheadRateControl = exports.H264Level = exports.H264GopSizeUnits = exports.H264GopBReference = exports.H264FramerateControl = exports.H264ForceFieldPictures = exports.H264FlickerAq = exports.FixedAfd = exports.TemporalFilterStrength = exports.TemporalFilterPostFilterSharpening = void 0;
5
- exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = exports.PreferredChannelPipeline = exports.ContentType = exports.TimecodeConfigSource = exports.ThumbnailState = exports.NielsenPcmToId3TaggingState = exports.MotionGraphicsInsertion = exports.GlobalConfigurationLowFramerateInputs = exports.GlobalConfigurationOutputTimingSource = exports.GlobalConfigurationOutputLockingMode = exports.InputLossImageType = exports.GlobalConfigurationInputEndAction = exports.FeatureActivationsInputPrepareScheduleActions = exports.BlackoutSlateState = exports.BlackoutSlateNetworkEndBlackout = exports.Scte35AposWebDeliveryAllowedBehavior = exports.Scte35AposNoRegionalBlackoutBehavior = exports.Scte35SpliceInsertWebDeliveryAllowedBehavior = exports.Scte35SpliceInsertNoRegionalBlackoutBehavior = exports.AvailBlankingState = exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = void 0;
5
+ exports.DescribeInputDeviceThumbnailResponseFilterSensitiveLog = exports.PreferredChannelPipeline = exports.ContentType = exports.TimecodeConfigSource = exports.ThumbnailState = exports.NielsenPcmToId3TaggingState = exports.MotionGraphicsInsertion = exports.GlobalConfigurationLowFramerateInputs = exports.GlobalConfigurationOutputTimingSource = exports.GlobalConfigurationOutputLockingMode = exports.InputLossImageType = exports.GlobalConfigurationInputEndAction = exports.FeatureActivationsOutputStaticImageOverlayScheduleActions = exports.FeatureActivationsInputPrepareScheduleActions = exports.BlackoutSlateState = exports.BlackoutSlateNetworkEndBlackout = exports.Scte35AposWebDeliveryAllowedBehavior = exports.Scte35AposNoRegionalBlackoutBehavior = exports.Scte35SpliceInsertWebDeliveryAllowedBehavior = exports.Scte35SpliceInsertNoRegionalBlackoutBehavior = exports.AvailBlankingState = exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = void 0;
6
6
  const MediaLiveServiceException_1 = require("./MediaLiveServiceException");
7
7
  exports.HlsIvSource = {
8
8
  EXPLICIT: "EXPLICIT",
@@ -639,6 +639,10 @@ exports.FeatureActivationsInputPrepareScheduleActions = {
639
639
  DISABLED: "DISABLED",
640
640
  ENABLED: "ENABLED",
641
641
  };
642
+ exports.FeatureActivationsOutputStaticImageOverlayScheduleActions = {
643
+ DISABLED: "DISABLED",
644
+ ENABLED: "ENABLED",
645
+ };
642
646
  exports.GlobalConfigurationInputEndAction = {
643
647
  NONE: "NONE",
644
648
  SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS",
@@ -5655,6 +5655,7 @@ const se_FailoverConditionSettings = (input, context) => {
5655
5655
  const se_FeatureActivations = (input, context) => {
5656
5656
  return (0, smithy_client_1.take)(input, {
5657
5657
  inputPrepareScheduleActions: [, , `InputPrepareScheduleActions`],
5658
+ outputStaticImageOverlayScheduleActions: [, , `OutputStaticImageOverlayScheduleActions`],
5658
5659
  });
5659
5660
  };
5660
5661
  const se_FecOutputSettings = (input, context) => {
@@ -6535,6 +6536,16 @@ const se_ScheduleActionSettings = (input, context) => {
6535
6536
  (_) => se_StaticImageDeactivateScheduleActionSettings(_, context),
6536
6537
  `StaticImageDeactivateSettings`,
6537
6538
  ],
6539
+ staticImageOutputActivateSettings: [
6540
+ ,
6541
+ (_) => se_StaticImageOutputActivateScheduleActionSettings(_, context),
6542
+ `StaticImageOutputActivateSettings`,
6543
+ ],
6544
+ staticImageOutputDeactivateSettings: [
6545
+ ,
6546
+ (_) => se_StaticImageOutputDeactivateScheduleActionSettings(_, context),
6547
+ `StaticImageOutputDeactivateSettings`,
6548
+ ],
6538
6549
  });
6539
6550
  };
6540
6551
  const se_ScheduleActionStartSettings = (input, context) => {
@@ -6668,6 +6679,28 @@ const se_StaticImageDeactivateScheduleActionSettings = (input, context) => {
6668
6679
  layer: [, , `Layer`],
6669
6680
  });
6670
6681
  };
6682
+ const se_StaticImageOutputActivateScheduleActionSettings = (input, context) => {
6683
+ return (0, smithy_client_1.take)(input, {
6684
+ duration: [, , `Duration`],
6685
+ fadeIn: [, , `FadeIn`],
6686
+ fadeOut: [, , `FadeOut`],
6687
+ height: [, , `Height`],
6688
+ image: [, (_) => se_InputLocation(_, context), `Image`],
6689
+ imageX: [, , `ImageX`],
6690
+ imageY: [, , `ImageY`],
6691
+ layer: [, , `Layer`],
6692
+ opacity: [, , `Opacity`],
6693
+ outputNames: [, smithy_client_1._json, `OutputNames`],
6694
+ width: [, , `Width`],
6695
+ });
6696
+ };
6697
+ const se_StaticImageOutputDeactivateScheduleActionSettings = (input, context) => {
6698
+ return (0, smithy_client_1.take)(input, {
6699
+ fadeOut: [, , `FadeOut`],
6700
+ layer: [, , `Layer`],
6701
+ outputNames: [, smithy_client_1._json, `OutputNames`],
6702
+ });
6703
+ };
6671
6704
  const se_StaticKeySettings = (input, context) => {
6672
6705
  return (0, smithy_client_1.take)(input, {
6673
6706
  keyProviderServer: [, (_) => se_InputLocation(_, context), `KeyProviderServer`],
@@ -7657,6 +7690,7 @@ const de_FailoverConditionSettings = (output, context) => {
7657
7690
  const de_FeatureActivations = (output, context) => {
7658
7691
  return (0, smithy_client_1.take)(output, {
7659
7692
  InputPrepareScheduleActions: [, smithy_client_1.expectString, `inputPrepareScheduleActions`],
7693
+ OutputStaticImageOverlayScheduleActions: [, smithy_client_1.expectString, `outputStaticImageOverlayScheduleActions`],
7660
7694
  });
7661
7695
  };
7662
7696
  const de_FecOutputSettings = (output, context) => {
@@ -8755,6 +8789,16 @@ const de_ScheduleActionSettings = (output, context) => {
8755
8789
  (_) => de_StaticImageDeactivateScheduleActionSettings(_, context),
8756
8790
  `staticImageDeactivateSettings`,
8757
8791
  ],
8792
+ StaticImageOutputActivateSettings: [
8793
+ ,
8794
+ (_) => de_StaticImageOutputActivateScheduleActionSettings(_, context),
8795
+ `staticImageOutputActivateSettings`,
8796
+ ],
8797
+ StaticImageOutputDeactivateSettings: [
8798
+ ,
8799
+ (_) => de_StaticImageOutputDeactivateScheduleActionSettings(_, context),
8800
+ `staticImageOutputDeactivateSettings`,
8801
+ ],
8758
8802
  });
8759
8803
  };
8760
8804
  const de_ScheduleActionStartSettings = (output, context) => {
@@ -8888,6 +8932,28 @@ const de_StaticImageDeactivateScheduleActionSettings = (output, context) => {
8888
8932
  Layer: [, smithy_client_1.expectInt32, `layer`],
8889
8933
  });
8890
8934
  };
8935
+ const de_StaticImageOutputActivateScheduleActionSettings = (output, context) => {
8936
+ return (0, smithy_client_1.take)(output, {
8937
+ Duration: [, smithy_client_1.expectInt32, `duration`],
8938
+ FadeIn: [, smithy_client_1.expectInt32, `fadeIn`],
8939
+ FadeOut: [, smithy_client_1.expectInt32, `fadeOut`],
8940
+ Height: [, smithy_client_1.expectInt32, `height`],
8941
+ Image: [, (_) => de_InputLocation(_, context), `image`],
8942
+ ImageX: [, smithy_client_1.expectInt32, `imageX`],
8943
+ ImageY: [, smithy_client_1.expectInt32, `imageY`],
8944
+ Layer: [, smithy_client_1.expectInt32, `layer`],
8945
+ Opacity: [, smithy_client_1.expectInt32, `opacity`],
8946
+ OutputNames: [, smithy_client_1._json, `outputNames`],
8947
+ Width: [, smithy_client_1.expectInt32, `width`],
8948
+ });
8949
+ };
8950
+ const de_StaticImageOutputDeactivateScheduleActionSettings = (output, context) => {
8951
+ return (0, smithy_client_1.take)(output, {
8952
+ FadeOut: [, smithy_client_1.expectInt32, `fadeOut`],
8953
+ Layer: [, smithy_client_1.expectInt32, `layer`],
8954
+ OutputNames: [, smithy_client_1._json, `outputNames`],
8955
+ });
8956
+ };
8891
8957
  const de_StaticKeySettings = (output, context) => {
8892
8958
  return (0, smithy_client_1.take)(output, {
8893
8959
  KeyProviderServer: [, (_) => de_InputLocation(_, context), `keyProviderServer`],
@@ -625,6 +625,10 @@ export const FeatureActivationsInputPrepareScheduleActions = {
625
625
  DISABLED: "DISABLED",
626
626
  ENABLED: "ENABLED",
627
627
  };
628
+ export const FeatureActivationsOutputStaticImageOverlayScheduleActions = {
629
+ DISABLED: "DISABLED",
630
+ ENABLED: "ENABLED",
631
+ };
628
632
  export const GlobalConfigurationInputEndAction = {
629
633
  NONE: "NONE",
630
634
  SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS",
@@ -5522,6 +5522,7 @@ const se_FailoverConditionSettings = (input, context) => {
5522
5522
  const se_FeatureActivations = (input, context) => {
5523
5523
  return take(input, {
5524
5524
  inputPrepareScheduleActions: [, , `InputPrepareScheduleActions`],
5525
+ outputStaticImageOverlayScheduleActions: [, , `OutputStaticImageOverlayScheduleActions`],
5525
5526
  });
5526
5527
  };
5527
5528
  const se_FecOutputSettings = (input, context) => {
@@ -6402,6 +6403,16 @@ const se_ScheduleActionSettings = (input, context) => {
6402
6403
  (_) => se_StaticImageDeactivateScheduleActionSettings(_, context),
6403
6404
  `StaticImageDeactivateSettings`,
6404
6405
  ],
6406
+ staticImageOutputActivateSettings: [
6407
+ ,
6408
+ (_) => se_StaticImageOutputActivateScheduleActionSettings(_, context),
6409
+ `StaticImageOutputActivateSettings`,
6410
+ ],
6411
+ staticImageOutputDeactivateSettings: [
6412
+ ,
6413
+ (_) => se_StaticImageOutputDeactivateScheduleActionSettings(_, context),
6414
+ `StaticImageOutputDeactivateSettings`,
6415
+ ],
6405
6416
  });
6406
6417
  };
6407
6418
  const se_ScheduleActionStartSettings = (input, context) => {
@@ -6535,6 +6546,28 @@ const se_StaticImageDeactivateScheduleActionSettings = (input, context) => {
6535
6546
  layer: [, , `Layer`],
6536
6547
  });
6537
6548
  };
6549
+ const se_StaticImageOutputActivateScheduleActionSettings = (input, context) => {
6550
+ return take(input, {
6551
+ duration: [, , `Duration`],
6552
+ fadeIn: [, , `FadeIn`],
6553
+ fadeOut: [, , `FadeOut`],
6554
+ height: [, , `Height`],
6555
+ image: [, (_) => se_InputLocation(_, context), `Image`],
6556
+ imageX: [, , `ImageX`],
6557
+ imageY: [, , `ImageY`],
6558
+ layer: [, , `Layer`],
6559
+ opacity: [, , `Opacity`],
6560
+ outputNames: [, _json, `OutputNames`],
6561
+ width: [, , `Width`],
6562
+ });
6563
+ };
6564
+ const se_StaticImageOutputDeactivateScheduleActionSettings = (input, context) => {
6565
+ return take(input, {
6566
+ fadeOut: [, , `FadeOut`],
6567
+ layer: [, , `Layer`],
6568
+ outputNames: [, _json, `OutputNames`],
6569
+ });
6570
+ };
6538
6571
  const se_StaticKeySettings = (input, context) => {
6539
6572
  return take(input, {
6540
6573
  keyProviderServer: [, (_) => se_InputLocation(_, context), `KeyProviderServer`],
@@ -7524,6 +7557,7 @@ const de_FailoverConditionSettings = (output, context) => {
7524
7557
  const de_FeatureActivations = (output, context) => {
7525
7558
  return take(output, {
7526
7559
  InputPrepareScheduleActions: [, __expectString, `inputPrepareScheduleActions`],
7560
+ OutputStaticImageOverlayScheduleActions: [, __expectString, `outputStaticImageOverlayScheduleActions`],
7527
7561
  });
7528
7562
  };
7529
7563
  const de_FecOutputSettings = (output, context) => {
@@ -8622,6 +8656,16 @@ const de_ScheduleActionSettings = (output, context) => {
8622
8656
  (_) => de_StaticImageDeactivateScheduleActionSettings(_, context),
8623
8657
  `staticImageDeactivateSettings`,
8624
8658
  ],
8659
+ StaticImageOutputActivateSettings: [
8660
+ ,
8661
+ (_) => de_StaticImageOutputActivateScheduleActionSettings(_, context),
8662
+ `staticImageOutputActivateSettings`,
8663
+ ],
8664
+ StaticImageOutputDeactivateSettings: [
8665
+ ,
8666
+ (_) => de_StaticImageOutputDeactivateScheduleActionSettings(_, context),
8667
+ `staticImageOutputDeactivateSettings`,
8668
+ ],
8625
8669
  });
8626
8670
  };
8627
8671
  const de_ScheduleActionStartSettings = (output, context) => {
@@ -8755,6 +8799,28 @@ const de_StaticImageDeactivateScheduleActionSettings = (output, context) => {
8755
8799
  Layer: [, __expectInt32, `layer`],
8756
8800
  });
8757
8801
  };
8802
+ const de_StaticImageOutputActivateScheduleActionSettings = (output, context) => {
8803
+ return take(output, {
8804
+ Duration: [, __expectInt32, `duration`],
8805
+ FadeIn: [, __expectInt32, `fadeIn`],
8806
+ FadeOut: [, __expectInt32, `fadeOut`],
8807
+ Height: [, __expectInt32, `height`],
8808
+ Image: [, (_) => de_InputLocation(_, context), `image`],
8809
+ ImageX: [, __expectInt32, `imageX`],
8810
+ ImageY: [, __expectInt32, `imageY`],
8811
+ Layer: [, __expectInt32, `layer`],
8812
+ Opacity: [, __expectInt32, `opacity`],
8813
+ OutputNames: [, _json, `outputNames`],
8814
+ Width: [, __expectInt32, `width`],
8815
+ });
8816
+ };
8817
+ const de_StaticImageOutputDeactivateScheduleActionSettings = (output, context) => {
8818
+ return take(output, {
8819
+ FadeOut: [, __expectInt32, `fadeOut`],
8820
+ Layer: [, __expectInt32, `layer`],
8821
+ OutputNames: [, _json, `outputNames`],
8822
+ });
8823
+ };
8758
8824
  const de_StaticKeySettings = (output, context) => {
8759
8825
  return take(output, {
8760
8826
  KeyProviderServer: [, (_) => de_InputLocation(_, context), `keyProviderServer`],
@@ -147,6 +147,32 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
147
147
  * FadeOut: Number("int"),
148
148
  * Layer: Number("int"),
149
149
  * },
150
+ * StaticImageOutputActivateSettings: { // StaticImageOutputActivateScheduleActionSettings
151
+ * Duration: Number("int"),
152
+ * FadeIn: Number("int"),
153
+ * FadeOut: Number("int"),
154
+ * Height: Number("int"),
155
+ * Image: {
156
+ * PasswordParam: "STRING_VALUE",
157
+ * Uri: "STRING_VALUE", // required
158
+ * Username: "STRING_VALUE",
159
+ * },
160
+ * ImageX: Number("int"),
161
+ * ImageY: Number("int"),
162
+ * Layer: Number("int"),
163
+ * Opacity: Number("int"),
164
+ * OutputNames: [ // required
165
+ * "STRING_VALUE",
166
+ * ],
167
+ * Width: Number("int"),
168
+ * },
169
+ * StaticImageOutputDeactivateSettings: { // StaticImageOutputDeactivateScheduleActionSettings
170
+ * FadeOut: Number("int"),
171
+ * Layer: Number("int"),
172
+ * OutputNames: [ // required
173
+ * "STRING_VALUE",
174
+ * ],
175
+ * },
150
176
  * },
151
177
  * ScheduleActionStartSettings: { // ScheduleActionStartSettings
152
178
  * FixedModeScheduleActionStartSettings: { // FixedModeScheduleActionStartSettings
@@ -285,6 +311,32 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
285
311
  * // FadeOut: Number("int"),
286
312
  * // Layer: Number("int"),
287
313
  * // },
314
+ * // StaticImageOutputActivateSettings: { // StaticImageOutputActivateScheduleActionSettings
315
+ * // Duration: Number("int"),
316
+ * // FadeIn: Number("int"),
317
+ * // FadeOut: Number("int"),
318
+ * // Height: Number("int"),
319
+ * // Image: {
320
+ * // PasswordParam: "STRING_VALUE",
321
+ * // Uri: "STRING_VALUE", // required
322
+ * // Username: "STRING_VALUE",
323
+ * // },
324
+ * // ImageX: Number("int"),
325
+ * // ImageY: Number("int"),
326
+ * // Layer: Number("int"),
327
+ * // Opacity: Number("int"),
328
+ * // OutputNames: [ // required
329
+ * // "STRING_VALUE",
330
+ * // ],
331
+ * // Width: Number("int"),
332
+ * // },
333
+ * // StaticImageOutputDeactivateSettings: { // StaticImageOutputDeactivateScheduleActionSettings
334
+ * // FadeOut: Number("int"),
335
+ * // Layer: Number("int"),
336
+ * // OutputNames: [ // required
337
+ * // "STRING_VALUE",
338
+ * // ],
339
+ * // },
288
340
  * // },
289
341
  * // ScheduleActionStartSettings: { // ScheduleActionStartSettings
290
342
  * // FixedModeScheduleActionStartSettings: { // FixedModeScheduleActionStartSettings
@@ -339,9 +391,7 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
339
391
  * // Timecode: "STRING_VALUE",
340
392
  * // },
341
393
  * // },
342
- * // UrlPath: [
343
- * // "STRING_VALUE",
344
- * // ],
394
+ * // UrlPath: "<__listOf__string>",
345
395
  * // },
346
396
  * // MotionGraphicsImageActivateSettings: {
347
397
  * // Duration: Number("long"),
@@ -414,6 +464,28 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
414
464
  * // FadeOut: Number("int"),
415
465
  * // Layer: Number("int"),
416
466
  * // },
467
+ * // StaticImageOutputActivateSettings: {
468
+ * // Duration: Number("int"),
469
+ * // FadeIn: Number("int"),
470
+ * // FadeOut: Number("int"),
471
+ * // Height: Number("int"),
472
+ * // Image: {
473
+ * // PasswordParam: "STRING_VALUE",
474
+ * // Uri: "STRING_VALUE", // required
475
+ * // Username: "STRING_VALUE",
476
+ * // },
477
+ * // ImageX: Number("int"),
478
+ * // ImageY: Number("int"),
479
+ * // Layer: Number("int"),
480
+ * // Opacity: Number("int"),
481
+ * // OutputNames: "<__listOf__string>", // required
482
+ * // Width: Number("int"),
483
+ * // },
484
+ * // StaticImageOutputDeactivateSettings: {
485
+ * // FadeOut: Number("int"),
486
+ * // Layer: Number("int"),
487
+ * // OutputNames: "<__listOf__string>", // required
488
+ * // },
417
489
  * // },
418
490
  * // ScheduleActionStartSettings: {
419
491
  * // FixedModeScheduleActionStartSettings: {
@@ -293,6 +293,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
293
293
  * ],
294
294
  * FeatureActivations: { // FeatureActivations
295
295
  * InputPrepareScheduleActions: "DISABLED" || "ENABLED",
296
+ * OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
296
297
  * },
297
298
  * GlobalConfiguration: { // GlobalConfiguration
298
299
  * InitialAudioGain: Number("int"),
@@ -1303,6 +1304,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
1303
1304
  * // ],
1304
1305
  * // FeatureActivations: { // FeatureActivations
1305
1306
  * // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
1307
+ * // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
1306
1308
  * // },
1307
1309
  * // GlobalConfiguration: { // GlobalConfiguration
1308
1310
  * // InitialAudioGain: Number("int"),
@@ -304,6 +304,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
304
304
  * // ],
305
305
  * // FeatureActivations: { // FeatureActivations
306
306
  * // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
307
+ * // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
307
308
  * // },
308
309
  * // GlobalConfiguration: { // GlobalConfiguration
309
310
  * // InitialAudioGain: Number("int"),
@@ -23,7 +23,7 @@ export interface DescribeAccountConfigurationCommandOutput extends DescribeAccou
23
23
  }
24
24
  /**
25
25
  * @public
26
- * Get account configuration
26
+ * Describe account configuration
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -304,6 +304,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
304
304
  * // ],
305
305
  * // FeatureActivations: { // FeatureActivations
306
306
  * // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
307
+ * // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
307
308
  * // },
308
309
  * // GlobalConfiguration: { // GlobalConfiguration
309
310
  * // InitialAudioGain: Number("int"),
@@ -153,6 +153,32 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse,
153
153
  * // FadeOut: Number("int"),
154
154
  * // Layer: Number("int"),
155
155
  * // },
156
+ * // StaticImageOutputActivateSettings: { // StaticImageOutputActivateScheduleActionSettings
157
+ * // Duration: Number("int"),
158
+ * // FadeIn: Number("int"),
159
+ * // FadeOut: Number("int"),
160
+ * // Height: Number("int"),
161
+ * // Image: {
162
+ * // PasswordParam: "STRING_VALUE",
163
+ * // Uri: "STRING_VALUE", // required
164
+ * // Username: "STRING_VALUE",
165
+ * // },
166
+ * // ImageX: Number("int"),
167
+ * // ImageY: Number("int"),
168
+ * // Layer: Number("int"),
169
+ * // Opacity: Number("int"),
170
+ * // OutputNames: [ // required
171
+ * // "STRING_VALUE",
172
+ * // ],
173
+ * // Width: Number("int"),
174
+ * // },
175
+ * // StaticImageOutputDeactivateSettings: { // StaticImageOutputDeactivateScheduleActionSettings
176
+ * // FadeOut: Number("int"),
177
+ * // Layer: Number("int"),
178
+ * // OutputNames: [ // required
179
+ * // "STRING_VALUE",
180
+ * // ],
181
+ * // },
156
182
  * // },
157
183
  * // ScheduleActionStartSettings: { // ScheduleActionStartSettings
158
184
  * // FixedModeScheduleActionStartSettings: { // FixedModeScheduleActionStartSettings
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
- import { ListInputSecurityGroupsRequest, ListInputSecurityGroupsResponse } from "../models/models_1";
5
+ import { ListInputSecurityGroupsRequest, ListInputSecurityGroupsResponse } from "../models/models_2";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
5
- import { ListMultiplexesRequest } from "../models/models_1";
6
- import { ListMultiplexesResponse } from "../models/models_2";
5
+ import { ListMultiplexesRequest, ListMultiplexesResponse } from "../models/models_2";
7
6
  /**
8
7
  * @public
9
8
  */
@@ -304,6 +304,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
304
304
  * // ],
305
305
  * // FeatureActivations: { // FeatureActivations
306
306
  * // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
307
+ * // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
307
308
  * // },
308
309
  * // GlobalConfiguration: { // GlobalConfiguration
309
310
  * // InitialAudioGain: Number("int"),
@@ -304,6 +304,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
304
304
  * // ],
305
305
  * // FeatureActivations: { // FeatureActivations
306
306
  * // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
307
+ * // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
307
308
  * // },
308
309
  * // GlobalConfiguration: { // GlobalConfiguration
309
310
  * // InitialAudioGain: Number("int"),
@@ -328,6 +328,7 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
328
328
  * // ],
329
329
  * // FeatureActivations: { // FeatureActivations
330
330
  * // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
331
+ * // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
331
332
  * // },
332
333
  * // GlobalConfiguration: { // GlobalConfiguration
333
334
  * // InitialAudioGain: Number("int"),
@@ -293,6 +293,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
293
293
  * ],
294
294
  * FeatureActivations: { // FeatureActivations
295
295
  * InputPrepareScheduleActions: "DISABLED" || "ENABLED",
296
+ * OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
296
297
  * },
297
298
  * GlobalConfiguration: { // GlobalConfiguration
298
299
  * InitialAudioGain: Number("int"),
@@ -1288,6 +1289,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
1288
1289
  * // ],
1289
1290
  * // FeatureActivations: { // FeatureActivations
1290
1291
  * // InputPrepareScheduleActions: "DISABLED" || "ENABLED",
1292
+ * // OutputStaticImageOverlayScheduleActions: "DISABLED" || "ENABLED",
1291
1293
  * // },
1292
1294
  * // GlobalConfiguration: { // GlobalConfiguration
1293
1295
  * // InitialAudioGain: Number("int"),