| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.IoTAnalytics.DeleteDataset
Description
Deletes the specified data set.
You do not have to delete the content of the data set before you perform this operation.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> DeleteDataset |
Creates a value of DeleteDataset with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dDatasetName- The name of the data set to delete.
data DeleteDataset Source #
See: deleteDataset smart constructor.
Instances
Request Lenses
dDatasetName :: Lens' DeleteDataset Text Source #
The name of the data set to delete.
Destructuring the Response
deleteDatasetResponse :: DeleteDatasetResponse Source #
Creates a value of DeleteDatasetResponse with the minimum fields required to make a request.
data DeleteDatasetResponse Source #
See: deleteDatasetResponse smart constructor.