| 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.DeleteSequenceStore
Description
Deletes a sequence store.
Synopsis
- data DeleteSequenceStore = DeleteSequenceStore' {}
- newDeleteSequenceStore :: Text -> DeleteSequenceStore
- deleteSequenceStore_id :: Lens' DeleteSequenceStore Text
- data DeleteSequenceStoreResponse = DeleteSequenceStoreResponse' {
- httpStatus :: Int
- newDeleteSequenceStoreResponse :: Int -> DeleteSequenceStoreResponse
- deleteSequenceStoreResponse_httpStatus :: Lens' DeleteSequenceStoreResponse Int
Creating a Request
data DeleteSequenceStore Source #
See: newDeleteSequenceStore smart constructor.
Constructors
| DeleteSequenceStore' | |
Instances
newDeleteSequenceStore Source #
Arguments
| :: Text | |
| -> DeleteSequenceStore |
Create a value of DeleteSequenceStore 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:
DeleteSequenceStore, deleteSequenceStore_id - The sequence store's ID.
Request Lenses
deleteSequenceStore_id :: Lens' DeleteSequenceStore Text Source #
The sequence store's ID.
Destructuring the Response
data DeleteSequenceStoreResponse Source #
See: newDeleteSequenceStoreResponse smart constructor.
Constructors
| DeleteSequenceStoreResponse' | |
Fields
| |
Instances
newDeleteSequenceStoreResponse Source #
Create a value of DeleteSequenceStoreResponse 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:DeleteSequenceStoreResponse', deleteSequenceStoreResponse_httpStatus - The response's http status code.
Response Lenses
deleteSequenceStoreResponse_httpStatus :: Lens' DeleteSequenceStoreResponse Int Source #
The response's http status code.