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 |
Documentation
data ImportOptions Source #
An object that contains the options specified by the sumitter of the import request.
See: newImportOptions
smart constructor.
ImportOptions' | |
|
Instances
newImportOptions :: ImportOptions Source #
Create a value of ImportOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:delimitedTextOptions:ImportOptions'
, importOptions_delimitedTextOptions
- Options relating to parsing delimited text. Required if dataFormat is
DELIMITED_TEXT.
$sel:destinationOptions:ImportOptions'
, importOptions_destinationOptions
- Options relating to the destination of the import request.
importOptions_delimitedTextOptions :: Lens' ImportOptions (Maybe DelimitedTextImportOptions) Source #
Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.
importOptions_destinationOptions :: Lens' ImportOptions (Maybe DestinationOptions) Source #
Options relating to the destination of the import request.