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 |
Synopsis
- newtype IngestionType where
- IngestionType' { }
- pattern IngestionType_FULL_REFRESH :: IngestionType
- pattern IngestionType_INCREMENTAL_REFRESH :: IngestionType
Documentation
newtype IngestionType Source #
This defines the type of ingestion user wants to trigger. This is part of create ingestion request.
pattern IngestionType_FULL_REFRESH :: IngestionType | |
pattern IngestionType_INCREMENTAL_REFRESH :: IngestionType |