Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.IoTAnalytics.DeleteDatastore
Description
Deletes the specified data store.
Creating a Request
data DeleteDatastore Source #
See: newDeleteDatastore
smart constructor.
Constructors
DeleteDatastore' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteDatastore |
Create a value of DeleteDatastore
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:
DeleteDatastore
, deleteDatastore_datastoreName
- The name of the data store to delete.
Request Lenses
deleteDatastore_datastoreName :: Lens' DeleteDatastore Text Source #
The name of the data store to delete.
Destructuring the Response
data DeleteDatastoreResponse Source #
See: newDeleteDatastoreResponse
smart constructor.
Constructors
DeleteDatastoreResponse' | |
Instances
newDeleteDatastoreResponse :: DeleteDatastoreResponse Source #
Create a value of DeleteDatastoreResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.