| 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.UpdateWorkflow
Description
Updates a workflow.
Synopsis
- data UpdateWorkflow = UpdateWorkflow' {}
- newUpdateWorkflow :: Text -> UpdateWorkflow
- updateWorkflow_description :: Lens' UpdateWorkflow (Maybe Text)
- updateWorkflow_name :: Lens' UpdateWorkflow (Maybe Text)
- updateWorkflow_id :: Lens' UpdateWorkflow Text
- data UpdateWorkflowResponse = UpdateWorkflowResponse' {
- newUpdateWorkflowResponse :: UpdateWorkflowResponse
Creating a Request
data UpdateWorkflow Source #
See: newUpdateWorkflow smart constructor.
Constructors
| UpdateWorkflow' | |
Instances
Arguments
| :: Text | |
| -> UpdateWorkflow |
Create a value of UpdateWorkflow 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:
UpdateWorkflow, updateWorkflow_description - A description for the workflow.
UpdateWorkflow, updateWorkflow_name - A name for the workflow.
UpdateWorkflow, updateWorkflow_id - The workflow's ID.
Request Lenses
updateWorkflow_description :: Lens' UpdateWorkflow (Maybe Text) Source #
A description for the workflow.
updateWorkflow_name :: Lens' UpdateWorkflow (Maybe Text) Source #
A name for the workflow.
updateWorkflow_id :: Lens' UpdateWorkflow Text Source #
The workflow's ID.
Destructuring the Response
data UpdateWorkflowResponse Source #
See: newUpdateWorkflowResponse smart constructor.
Constructors
| UpdateWorkflowResponse' | |
Instances
| Generic UpdateWorkflowResponse Source # | |
Defined in Amazonka.Omics.UpdateWorkflow Associated Types type Rep UpdateWorkflowResponse :: Type -> Type # Methods from :: UpdateWorkflowResponse -> Rep UpdateWorkflowResponse x # to :: Rep UpdateWorkflowResponse x -> UpdateWorkflowResponse # | |
| Read UpdateWorkflowResponse Source # | |
Defined in Amazonka.Omics.UpdateWorkflow | |
| Show UpdateWorkflowResponse Source # | |
Defined in Amazonka.Omics.UpdateWorkflow Methods showsPrec :: Int -> UpdateWorkflowResponse -> ShowS # show :: UpdateWorkflowResponse -> String # showList :: [UpdateWorkflowResponse] -> ShowS # | |
| NFData UpdateWorkflowResponse Source # | |
Defined in Amazonka.Omics.UpdateWorkflow Methods rnf :: UpdateWorkflowResponse -> () # | |
| Eq UpdateWorkflowResponse Source # | |
Defined in Amazonka.Omics.UpdateWorkflow Methods (==) :: UpdateWorkflowResponse -> UpdateWorkflowResponse -> Bool # (/=) :: UpdateWorkflowResponse -> UpdateWorkflowResponse -> Bool # | |
| type Rep UpdateWorkflowResponse Source # | |
newUpdateWorkflowResponse :: UpdateWorkflowResponse Source #
Create a value of UpdateWorkflowResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.