| 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.DeleteDatasetContent
Description
Deletes the content of the specified data set.
Creating a Request
Arguments
| :: Text | |
| -> DeleteDatasetContent |
Creates a value of DeleteDatasetContent with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddcVersionId- The version of the data set whose content is deleted. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified, "$LATEST_SUCCEEDED" is the default.ddcDatasetName- The name of the data set whose content is deleted.
data DeleteDatasetContent Source #
See: deleteDatasetContent smart constructor.
Instances
Request Lenses
ddcVersionId :: Lens' DeleteDatasetContent (Maybe Text) Source #
The version of the data set whose content is deleted. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified, "$LATEST_SUCCEEDED" is the default.
ddcDatasetName :: Lens' DeleteDatasetContent Text Source #
The name of the data set whose content is deleted.
Destructuring the Response
deleteDatasetContentResponse :: DeleteDatasetContentResponse Source #
Creates a value of DeleteDatasetContentResponse with the minimum fields required to make a request.
data DeleteDatasetContentResponse Source #
See: deleteDatasetContentResponse smart constructor.