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