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 |
Deletes the specified data store.
Creating a Request
data DeleteDatastore Source #
See: newDeleteDatastore
smart constructor.
DeleteDatastore' | |
|
Instances
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:
$sel:datastoreName: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.
Instances
Eq DeleteDatastoreResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteDatastore | |
Read DeleteDatastoreResponse Source # | |
Show DeleteDatastoreResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteDatastore showsPrec :: Int -> DeleteDatastoreResponse -> ShowS # show :: DeleteDatastoreResponse -> String # showList :: [DeleteDatastoreResponse] -> ShowS # | |
Generic DeleteDatastoreResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteDatastore type Rep DeleteDatastoreResponse :: Type -> Type # | |
NFData DeleteDatastoreResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteDatastore rnf :: DeleteDatastoreResponse -> () # | |
type Rep DeleteDatastoreResponse Source # | |
Defined in Amazonka.IoTAnalytics.DeleteDatastore |
newDeleteDatastoreResponse :: DeleteDatastoreResponse Source #
Create a value of DeleteDatastoreResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.