| 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 |
Amazonka.Forecast.DeleteDatasetGroup
Description
Deletes a dataset group created using the CreateDatasetGroup operation.
You can only delete dataset groups that have a status of ACTIVE,
CREATE_FAILED, or UPDATE_FAILED. To get the status, use the
DescribeDatasetGroup operation.
This operation deletes only the dataset group, not the datasets in the group.
Creating a Request
data DeleteDatasetGroup Source #
See: newDeleteDatasetGroup smart constructor.
Constructors
| DeleteDatasetGroup' | |
Fields
| |
Instances
newDeleteDatasetGroup Source #
Create a value of DeleteDatasetGroup 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:datasetGroupArn:DeleteDatasetGroup', deleteDatasetGroup_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group to delete.
Request Lenses
deleteDatasetGroup_datasetGroupArn :: Lens' DeleteDatasetGroup Text Source #
The Amazon Resource Name (ARN) of the dataset group to delete.
Destructuring the Response
data DeleteDatasetGroupResponse Source #
See: newDeleteDatasetGroupResponse smart constructor.
Constructors
| DeleteDatasetGroupResponse' | |
Instances
newDeleteDatasetGroupResponse :: DeleteDatasetGroupResponse Source #
Create a value of DeleteDatasetGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.