@aws-sdk/client-medialive 3.428.0 → 3.429.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.
@@ -238,7 +238,7 @@ export interface MaintenanceUpdateSettings {
238
238
  * @public
239
239
  * Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
240
240
  */
241
- MaintenanceDay?: MaintenanceDay | string;
241
+ MaintenanceDay?: MaintenanceDay;
242
242
  /**
243
243
  * @public
244
244
  * Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only.
@@ -323,7 +323,7 @@ export interface RebootInputDeviceRequest {
323
323
  * @public
324
324
  * Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting within a few seconds of sending the command. If the device was streaming prior to the reboot, the device will resume streaming when the reboot completes.
325
325
  */
326
- Force?: RebootInputDeviceForce | string;
326
+ Force?: RebootInputDeviceForce;
327
327
  /**
328
328
  * @public
329
329
  * The unique ID of the input device to reboot. For example, hd-123456789abcdef.
@@ -383,7 +383,7 @@ export interface StartChannelResponse {
383
383
  * @public
384
384
  * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
385
385
  */
386
- ChannelClass?: ChannelClass | string;
386
+ ChannelClass?: ChannelClass;
387
387
  /**
388
388
  * @public
389
389
  * A list of destinations of the channel. For UDP outputs, there is one
@@ -420,7 +420,7 @@ export interface StartChannelResponse {
420
420
  * @public
421
421
  * The log level being written to CloudWatch Logs.
422
422
  */
423
- LogLevel?: LogLevel | string;
423
+ LogLevel?: LogLevel;
424
424
  /**
425
425
  * @public
426
426
  * Maintenance settings for this channel.
@@ -450,7 +450,7 @@ export interface StartChannelResponse {
450
450
  * @public
451
451
  * Placeholder documentation for ChannelState
452
452
  */
453
- State?: ChannelState | string;
453
+ State?: ChannelState;
454
454
  /**
455
455
  * @public
456
456
  * A collection of key-value pairs.
@@ -556,7 +556,7 @@ export interface StartMultiplexResponse {
556
556
  * @public
557
557
  * The current state of the multiplex.
558
558
  */
559
- State?: MultiplexState | string;
559
+ State?: MultiplexState;
560
560
  /**
561
561
  * @public
562
562
  * A collection of key-value pairs.
@@ -593,7 +593,7 @@ export interface StopChannelResponse {
593
593
  * @public
594
594
  * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
595
595
  */
596
- ChannelClass?: ChannelClass | string;
596
+ ChannelClass?: ChannelClass;
597
597
  /**
598
598
  * @public
599
599
  * A list of destinations of the channel. For UDP outputs, there is one
@@ -630,7 +630,7 @@ export interface StopChannelResponse {
630
630
  * @public
631
631
  * The log level being written to CloudWatch Logs.
632
632
  */
633
- LogLevel?: LogLevel | string;
633
+ LogLevel?: LogLevel;
634
634
  /**
635
635
  * @public
636
636
  * Maintenance settings for this channel.
@@ -660,7 +660,7 @@ export interface StopChannelResponse {
660
660
  * @public
661
661
  * Placeholder documentation for ChannelState
662
662
  */
663
- State?: ChannelState | string;
663
+ State?: ChannelState;
664
664
  /**
665
665
  * @public
666
666
  * A collection of key-value pairs.
@@ -749,7 +749,7 @@ export interface StopMultiplexResponse {
749
749
  * @public
750
750
  * The current state of the multiplex.
751
751
  */
752
- State?: MultiplexState | string;
752
+ State?: MultiplexState;
753
753
  /**
754
754
  * @public
755
755
  * A collection of key-value pairs.
@@ -849,7 +849,7 @@ export interface UpdateChannelRequest {
849
849
  * @public
850
850
  * The log level to write to CloudWatch Logs.
851
851
  */
852
- LogLevel?: LogLevel | string;
852
+ LogLevel?: LogLevel;
853
853
  /**
854
854
  * @public
855
855
  * Maintenance settings for this channel.
@@ -886,7 +886,7 @@ export interface UpdateChannelClassRequest {
886
886
  * @public
887
887
  * The channel class that you wish to update this channel to use.
888
888
  */
889
- ChannelClass: ChannelClass | string | undefined;
889
+ ChannelClass: ChannelClass | undefined;
890
890
  /**
891
891
  * @public
892
892
  * Channel Id of the channel whose class should be updated.
@@ -1015,17 +1015,17 @@ export interface UpdateInputDeviceResponse {
1015
1015
  * @public
1016
1016
  * The state of the connection between the input device and AWS.
1017
1017
  */
1018
- ConnectionState?: InputDeviceConnectionState | string;
1018
+ ConnectionState?: InputDeviceConnectionState;
1019
1019
  /**
1020
1020
  * @public
1021
1021
  * The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
1022
1022
  */
1023
- DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
1023
+ DeviceSettingsSyncState?: DeviceSettingsSyncState;
1024
1024
  /**
1025
1025
  * @public
1026
1026
  * The status of software on the input device.
1027
1027
  */
1028
- DeviceUpdateStatus?: DeviceUpdateStatus | string;
1028
+ DeviceUpdateStatus?: DeviceUpdateStatus;
1029
1029
  /**
1030
1030
  * @public
1031
1031
  * Settings that describe an input device that is type HD.
@@ -1060,7 +1060,7 @@ export interface UpdateInputDeviceResponse {
1060
1060
  * @public
1061
1061
  * The type of the input device.
1062
1062
  */
1063
- Type?: InputDeviceType | string;
1063
+ Type?: InputDeviceType;
1064
1064
  /**
1065
1065
  * @public
1066
1066
  * Settings that describe an input device that is type UHD.
@@ -1085,7 +1085,7 @@ export interface UpdateInputDeviceResponse {
1085
1085
  * @public
1086
1086
  * The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
1087
1087
  */
1088
- OutputType?: InputDeviceOutputType | string;
1088
+ OutputType?: InputDeviceOutputType;
1089
1089
  }
1090
1090
  /**
1091
1091
  * @public