| 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.DeleteDatastore
Description
Deletes the specified data store.
Creating a Request
Arguments
| :: Text | |
| -> DeleteDatastore |
Creates a value of DeleteDatastore with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddDatastoreName- The name of the data store to delete.
data DeleteDatastore Source #
See: deleteDatastore smart constructor.
Instances
Request Lenses
ddDatastoreName :: Lens' DeleteDatastore Text Source #
The name of the data store to delete.
Destructuring the Response
deleteDatastoreResponse :: DeleteDatastoreResponse Source #
Creates a value of DeleteDatastoreResponse with the minimum fields required to make a request.
data DeleteDatastoreResponse Source #
See: deleteDatastoreResponse smart constructor.