| 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.ColorMetadata
Description
Synopsis
- newtype ColorMetadata where
- ColorMetadata' { }
- pattern ColorMetadata_IGNORE :: ColorMetadata
- pattern ColorMetadata_INSERT :: ColorMetadata
Documentation
newtype ColorMetadata Source #
Choose Insert (INSERT) for this setting to include color metadata in this output. Choose Ignore (IGNORE) to exclude color metadata from this output. If you don't specify a value, the service sets this to Insert by default.
Constructors
| ColorMetadata' | |
Fields | |
Bundled Patterns
| pattern ColorMetadata_IGNORE :: ColorMetadata | |
| pattern ColorMetadata_INSERT :: ColorMetadata |