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 |
Modifies the definition of an existing DataBrew dataset.
Synopsis
- data UpdateDataset = UpdateDataset' {}
- newUpdateDataset :: Text -> Input -> UpdateDataset
- updateDataset_pathOptions :: Lens' UpdateDataset (Maybe PathOptions)
- updateDataset_formatOptions :: Lens' UpdateDataset (Maybe FormatOptions)
- updateDataset_format :: Lens' UpdateDataset (Maybe InputFormat)
- updateDataset_name :: Lens' UpdateDataset Text
- updateDataset_input :: Lens' UpdateDataset Input
- data UpdateDatasetResponse = UpdateDatasetResponse' {
- httpStatus :: Int
- name :: Text
- newUpdateDatasetResponse :: Int -> Text -> UpdateDatasetResponse
- updateDatasetResponse_httpStatus :: Lens' UpdateDatasetResponse Int
- updateDatasetResponse_name :: Lens' UpdateDatasetResponse Text
Creating a Request
data UpdateDataset Source #
See: newUpdateDataset
smart constructor.
UpdateDataset' | |
|
Instances
Create a value of UpdateDataset
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:pathOptions:UpdateDataset'
, updateDataset_pathOptions
- A set of options that defines how DataBrew interprets an Amazon S3 path
of the dataset.
$sel:formatOptions:UpdateDataset'
, updateDataset_formatOptions
- Undocumented member.
$sel:format:UpdateDataset'
, updateDataset_format
- The file format of a dataset that is created from an Amazon S3 file or
folder.
$sel:name:UpdateDataset'
, updateDataset_name
- The name of the dataset to be updated.
$sel:input:UpdateDataset'
, updateDataset_input
- Undocumented member.
Request Lenses
updateDataset_pathOptions :: Lens' UpdateDataset (Maybe PathOptions) Source #
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
updateDataset_formatOptions :: Lens' UpdateDataset (Maybe FormatOptions) Source #
Undocumented member.
updateDataset_format :: Lens' UpdateDataset (Maybe InputFormat) Source #
The file format of a dataset that is created from an Amazon S3 file or folder.
updateDataset_name :: Lens' UpdateDataset Text Source #
The name of the dataset to be updated.
updateDataset_input :: Lens' UpdateDataset Input Source #
Undocumented member.
Destructuring the Response
data UpdateDatasetResponse Source #
See: newUpdateDatasetResponse
smart constructor.
UpdateDatasetResponse' | |
|
Instances
newUpdateDatasetResponse Source #
Create a value of UpdateDatasetResponse
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:httpStatus:UpdateDatasetResponse'
, updateDatasetResponse_httpStatus
- The response's http status code.
$sel:name:UpdateDataset'
, updateDatasetResponse_name
- The name of the dataset that you updated.
Response Lenses
updateDatasetResponse_httpStatus :: Lens' UpdateDatasetResponse Int Source #
The response's http status code.
updateDatasetResponse_name :: Lens' UpdateDatasetResponse Text Source #
The name of the dataset that you updated.