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 WriteOperationType where
- 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.
pattern WriteOperationType_INSERT :: WriteOperationType | |
pattern WriteOperationType_UPDATE :: WriteOperationType | |
pattern WriteOperationType_UPSERT :: WriteOperationType |