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 |
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.
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.
Instances
Generic CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun type Rep CancelRunResponse :: Type -> Type # from :: CancelRunResponse -> Rep CancelRunResponse x # to :: Rep CancelRunResponse x -> CancelRunResponse # | |
Read CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun | |
Show CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun showsPrec :: Int -> CancelRunResponse -> ShowS # show :: CancelRunResponse -> String # showList :: [CancelRunResponse] -> ShowS # | |
NFData CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun rnf :: CancelRunResponse -> () # | |
Eq CancelRunResponse Source # | |
Defined in Amazonka.Omics.CancelRun (==) :: 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.