| 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 |
Amazonka.QuickSight.Types.IngestionType
Description
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.
Constructors
| IngestionType' | |
Fields | |
Bundled Patterns
| pattern IngestionType_FULL_REFRESH :: IngestionType | |
| pattern IngestionType_INCREMENTAL_REFRESH :: IngestionType |