| 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.CancelRun
Description
Cancels a run.
Synopsis
- data CancelRun = CancelRun' {}
- newCancelRun :: Text -> CancelRun
- cancelRun_id :: Lens' CancelRun Text
- data CancelRunResponse = CancelRunResponse' {
- newCancelRunResponse :: CancelRunResponse
Creating a Request
See: newCancelRun smart constructor.
Constructors
| CancelRun' | |
Instances
Create a value of CancelRun 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:
CancelRun, cancelRun_id - The run's ID.
Request Lenses
Destructuring the Response
data CancelRunResponse Source #
See: newCancelRunResponse smart constructor.
Constructors
| CancelRunResponse' | |
Instances
| Generic CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun Associated Types type Rep CancelRunResponse :: Type -> Type # Methods from :: CancelRunResponse -> Rep CancelRunResponse x # to :: Rep CancelRunResponse x -> CancelRunResponse # | |
| Read CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun Methods readsPrec :: Int -> ReadS CancelRunResponse # readList :: ReadS [CancelRunResponse] # | |
| Show CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun Methods showsPrec :: Int -> CancelRunResponse -> ShowS # show :: CancelRunResponse -> String # showList :: [CancelRunResponse] -> ShowS # | |
| NFData CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun Methods rnf :: CancelRunResponse -> () # | |
| Eq CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun Methods (==) :: CancelRunResponse -> CancelRunResponse -> Bool # (/=) :: CancelRunResponse -> CancelRunResponse -> Bool # | |
| type Rep CancelRunResponse Source # | |
newCancelRunResponse :: CancelRunResponse Source #
Create a value of CancelRunResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.