Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.MediaConvert.Types.CopyProtectionAction
Description
Synopsis
- newtype CopyProtectionAction where
Documentation
newtype CopyProtectionAction Source #
The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
Constructors
CopyProtectionAction' | |
Fields |
Bundled Patterns
pattern CopyProtectionAction_PASSTHROUGH :: CopyProtectionAction | |
pattern CopyProtectionAction_STRIP :: CopyProtectionAction |