| 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.DataBrew.UpdateDataset
Description
Modifies the definition of an existing DataBrew dataset.
Synopsis
- data UpdateDataset = UpdateDataset' {}
- newUpdateDataset :: Text -> Input -> UpdateDataset
- updateDataset_format :: Lens' UpdateDataset (Maybe InputFormat)
- updateDataset_formatOptions :: Lens' UpdateDataset (Maybe FormatOptions)
- updateDataset_pathOptions :: Lens' UpdateDataset (Maybe PathOptions)
- 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.
Constructors
| UpdateDataset' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Input | |
| -> UpdateDataset |
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:
UpdateDataset, updateDataset_format - The file format of a dataset that is created from an Amazon S3 file or
folder.
UpdateDataset, updateDataset_formatOptions - Undocumented member.
UpdateDataset, updateDataset_pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path
of the dataset.
UpdateDataset, updateDataset_name - The name of the dataset to be updated.
UpdateDataset, updateDataset_input - Undocumented member.
Request Lenses
updateDataset_format :: Lens' UpdateDataset (Maybe InputFormat) Source #
The file format of a dataset that is created from an Amazon S3 file or folder.
updateDataset_formatOptions :: Lens' UpdateDataset (Maybe FormatOptions) Source #
Undocumented member.
updateDataset_pathOptions :: Lens' UpdateDataset (Maybe PathOptions) Source #
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
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.
Constructors
| UpdateDatasetResponse' | |
Fields
| |
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.
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.