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.DescribeEndpointsMode
Description
Synopsis
- newtype DescribeEndpointsMode where
Documentation
newtype DescribeEndpointsMode Source #
Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
Constructors
DescribeEndpointsMode' | |
Fields |
Bundled Patterns
pattern DescribeEndpointsMode_DEFAULT :: DescribeEndpointsMode | |
pattern DescribeEndpointsMode_GET_ONLY :: DescribeEndpointsMode |