Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data MediaPackageOutputDestinationSettings Source #
MediaPackage Output Destination Settings
See: newMediaPackageOutputDestinationSettings
smart constructor.
MediaPackageOutputDestinationSettings' | |
|
Instances
FromJSON MediaPackageOutputDestinationSettings Source # | |
ToJSON MediaPackageOutputDestinationSettings Source # | |
Generic MediaPackageOutputDestinationSettings Source # | |
Read MediaPackageOutputDestinationSettings Source # | |
Show MediaPackageOutputDestinationSettings Source # | |
NFData MediaPackageOutputDestinationSettings Source # | |
Eq MediaPackageOutputDestinationSettings Source # | |
Hashable MediaPackageOutputDestinationSettings Source # | |
type Rep MediaPackageOutputDestinationSettings Source # | |
Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings type Rep MediaPackageOutputDestinationSettings = D1 ('MetaData "MediaPackageOutputDestinationSettings" "Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "MediaPackageOutputDestinationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newMediaPackageOutputDestinationSettings :: MediaPackageOutputDestinationSettings Source #
Create a value of MediaPackageOutputDestinationSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:channelId:MediaPackageOutputDestinationSettings'
, mediaPackageOutputDestinationSettings_channelId
- ID of the channel in MediaPackage that is the destination for this
output group. You do not need to specify the individual inputs in
MediaPackage; MediaLive will handle the connection of the two MediaLive
pipelines to the two MediaPackage inputs. The MediaPackage channel and
MediaLive channel must be in the same region.
mediaPackageOutputDestinationSettings_channelId :: Lens' MediaPackageOutputDestinationSettings (Maybe Text) Source #
ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.