http://databrew.{region}.amazonaws.com/datasets/{name}Modifies the definition of an existing DataBrew dataset.
The name of the dataset to be updated.
Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
The file format of a dataset that is created from an Amazon S3 file or folder.
Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.
Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://databrew.{region}.amazonaws.com/datasets/{name}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://databrew.{region}.amazonaws.com/datasets/{name}Modifies the definition of an existing DataBrew dataset.
The name of the dataset to be updated.
Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
The file format of a dataset that is created from an Amazon S3 file or folder.
Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.
Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://databrew.{region}.amazonaws.com/datasets/{name}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}