| 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.Omics.DeleteAnnotationStore
Description
Deletes an annotation store.
Synopsis
- data DeleteAnnotationStore = DeleteAnnotationStore' {}
- newDeleteAnnotationStore :: Text -> DeleteAnnotationStore
- deleteAnnotationStore_force :: Lens' DeleteAnnotationStore (Maybe Bool)
- deleteAnnotationStore_name :: Lens' DeleteAnnotationStore Text
- data DeleteAnnotationStoreResponse = DeleteAnnotationStoreResponse' {
- httpStatus :: Int
- status :: StoreStatus
- newDeleteAnnotationStoreResponse :: Int -> StoreStatus -> DeleteAnnotationStoreResponse
- deleteAnnotationStoreResponse_httpStatus :: Lens' DeleteAnnotationStoreResponse Int
- deleteAnnotationStoreResponse_status :: Lens' DeleteAnnotationStoreResponse StoreStatus
Creating a Request
data DeleteAnnotationStore Source #
See: newDeleteAnnotationStore smart constructor.
Constructors
| DeleteAnnotationStore' | |
Instances
newDeleteAnnotationStore Source #
Arguments
| :: Text | |
| -> DeleteAnnotationStore |
Create a value of DeleteAnnotationStore 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:force:DeleteAnnotationStore', deleteAnnotationStore_force - Whether to force deletion.
DeleteAnnotationStore, deleteAnnotationStore_name - The store's name.
Request Lenses
deleteAnnotationStore_force :: Lens' DeleteAnnotationStore (Maybe Bool) Source #
Whether to force deletion.
deleteAnnotationStore_name :: Lens' DeleteAnnotationStore Text Source #
The store's name.
Destructuring the Response
data DeleteAnnotationStoreResponse Source #
See: newDeleteAnnotationStoreResponse smart constructor.
Constructors
| DeleteAnnotationStoreResponse' | |
Fields
| |
Instances
newDeleteAnnotationStoreResponse Source #
Arguments
| :: Int | |
| -> StoreStatus | |
| -> DeleteAnnotationStoreResponse |
Create a value of DeleteAnnotationStoreResponse 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:httpStatus:DeleteAnnotationStoreResponse', deleteAnnotationStoreResponse_httpStatus - The response's http status code.
DeleteAnnotationStoreResponse, deleteAnnotationStoreResponse_status - The store's status.
Response Lenses
deleteAnnotationStoreResponse_httpStatus :: Lens' DeleteAnnotationStoreResponse Int Source #
The response's http status code.
deleteAnnotationStoreResponse_status :: Lens' DeleteAnnotationStoreResponse StoreStatus Source #
The store's status.