| 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.AppFlow.Types.WriteOperationType
Description
Synopsis
- newtype WriteOperationType where
- WriteOperationType' { }
- pattern WriteOperationType_DELETE :: WriteOperationType
- pattern WriteOperationType_INSERT :: WriteOperationType
- pattern WriteOperationType_UPDATE :: WriteOperationType
- pattern WriteOperationType_UPSERT :: WriteOperationType
Documentation
newtype WriteOperationType Source #
The possible write operations in the destination connector. When this
value is not provided, this defaults to the INSERT operation.
Constructors
| WriteOperationType' | |
Fields | |
Bundled Patterns
| pattern WriteOperationType_DELETE :: WriteOperationType | |
| pattern WriteOperationType_INSERT :: WriteOperationType | |
| pattern WriteOperationType_UPDATE :: WriteOperationType | |
| pattern WriteOperationType_UPSERT :: WriteOperationType |