| 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.DeleteReferenceStore
Description
Deletes a genome reference store.
Synopsis
- data DeleteReferenceStore = DeleteReferenceStore' {}
- newDeleteReferenceStore :: Text -> DeleteReferenceStore
- deleteReferenceStore_id :: Lens' DeleteReferenceStore Text
- data DeleteReferenceStoreResponse = DeleteReferenceStoreResponse' {
- httpStatus :: Int
- newDeleteReferenceStoreResponse :: Int -> DeleteReferenceStoreResponse
- deleteReferenceStoreResponse_httpStatus :: Lens' DeleteReferenceStoreResponse Int
Creating a Request
data DeleteReferenceStore Source #
See: newDeleteReferenceStore smart constructor.
Constructors
| DeleteReferenceStore' | |
Instances
newDeleteReferenceStore Source #
Arguments
| :: Text | |
| -> DeleteReferenceStore |
Create a value of DeleteReferenceStore 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:
DeleteReferenceStore, deleteReferenceStore_id - The store's ID.
Request Lenses
deleteReferenceStore_id :: Lens' DeleteReferenceStore Text Source #
The store's ID.
Destructuring the Response
data DeleteReferenceStoreResponse Source #
See: newDeleteReferenceStoreResponse smart constructor.
Constructors
| DeleteReferenceStoreResponse' | |
Fields
| |
Instances
newDeleteReferenceStoreResponse Source #
Create a value of DeleteReferenceStoreResponse 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:DeleteReferenceStoreResponse', deleteReferenceStoreResponse_httpStatus - The response's http status code.
Response Lenses
deleteReferenceStoreResponse_httpStatus :: Lens' DeleteReferenceStoreResponse Int Source #
The response's http status code.