| 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.MigrationHubOrchestrator.UpdateWorkflowStepGroup
Description
Update the step group in a migration workflow.
Synopsis
- data UpdateWorkflowStepGroup = UpdateWorkflowStepGroup' {}
- newUpdateWorkflowStepGroup :: Text -> Text -> UpdateWorkflowStepGroup
- updateWorkflowStepGroup_description :: Lens' UpdateWorkflowStepGroup (Maybe Text)
- updateWorkflowStepGroup_name :: Lens' UpdateWorkflowStepGroup (Maybe Text)
- updateWorkflowStepGroup_next :: Lens' UpdateWorkflowStepGroup (Maybe [Text])
- updateWorkflowStepGroup_previous :: Lens' UpdateWorkflowStepGroup (Maybe [Text])
- updateWorkflowStepGroup_workflowId :: Lens' UpdateWorkflowStepGroup Text
- updateWorkflowStepGroup_id :: Lens' UpdateWorkflowStepGroup Text
- data UpdateWorkflowStepGroupResponse = UpdateWorkflowStepGroupResponse' {}
- newUpdateWorkflowStepGroupResponse :: Int -> UpdateWorkflowStepGroupResponse
- updateWorkflowStepGroupResponse_description :: Lens' UpdateWorkflowStepGroupResponse (Maybe Text)
- updateWorkflowStepGroupResponse_id :: Lens' UpdateWorkflowStepGroupResponse (Maybe Text)
- updateWorkflowStepGroupResponse_lastModifiedTime :: Lens' UpdateWorkflowStepGroupResponse (Maybe UTCTime)
- updateWorkflowStepGroupResponse_name :: Lens' UpdateWorkflowStepGroupResponse (Maybe Text)
- updateWorkflowStepGroupResponse_next :: Lens' UpdateWorkflowStepGroupResponse (Maybe [Text])
- updateWorkflowStepGroupResponse_previous :: Lens' UpdateWorkflowStepGroupResponse (Maybe [Text])
- updateWorkflowStepGroupResponse_tools :: Lens' UpdateWorkflowStepGroupResponse (Maybe [Tool])
- updateWorkflowStepGroupResponse_workflowId :: Lens' UpdateWorkflowStepGroupResponse (Maybe Text)
- updateWorkflowStepGroupResponse_httpStatus :: Lens' UpdateWorkflowStepGroupResponse Int
Creating a Request
data UpdateWorkflowStepGroup Source #
See: newUpdateWorkflowStepGroup smart constructor.
Constructors
| UpdateWorkflowStepGroup' | |
Instances
newUpdateWorkflowStepGroup Source #
Create a value of UpdateWorkflowStepGroup 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:
UpdateWorkflowStepGroup, updateWorkflowStepGroup_description - The description of the step group.
UpdateWorkflowStepGroup, updateWorkflowStepGroup_name - The name of the step group.
UpdateWorkflowStepGroup, updateWorkflowStepGroup_next - The next step group.
UpdateWorkflowStepGroup, updateWorkflowStepGroup_previous - The previous step group.
UpdateWorkflowStepGroup, updateWorkflowStepGroup_workflowId - The ID of the migration workflow.
UpdateWorkflowStepGroup, updateWorkflowStepGroup_id - The ID of the step group.
Request Lenses
updateWorkflowStepGroup_description :: Lens' UpdateWorkflowStepGroup (Maybe Text) Source #
The description of the step group.
updateWorkflowStepGroup_name :: Lens' UpdateWorkflowStepGroup (Maybe Text) Source #
The name of the step group.
updateWorkflowStepGroup_next :: Lens' UpdateWorkflowStepGroup (Maybe [Text]) Source #
The next step group.
updateWorkflowStepGroup_previous :: Lens' UpdateWorkflowStepGroup (Maybe [Text]) Source #
The previous step group.
updateWorkflowStepGroup_workflowId :: Lens' UpdateWorkflowStepGroup Text Source #
The ID of the migration workflow.
updateWorkflowStepGroup_id :: Lens' UpdateWorkflowStepGroup Text Source #
The ID of the step group.
Destructuring the Response
data UpdateWorkflowStepGroupResponse Source #
See: newUpdateWorkflowStepGroupResponse smart constructor.
Constructors
| UpdateWorkflowStepGroupResponse' | |
Fields
| |
Instances
newUpdateWorkflowStepGroupResponse Source #
Create a value of UpdateWorkflowStepGroupResponse 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:
UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_description - The description of the step group.
UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_id - The ID of the step group.
$sel:lastModifiedTime:UpdateWorkflowStepGroupResponse', updateWorkflowStepGroupResponse_lastModifiedTime - The time at which the step group was last modified.
UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_name - The name of the step group.
UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_next - The next step group.
UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_previous - The previous step group.
$sel:tools:UpdateWorkflowStepGroupResponse', updateWorkflowStepGroupResponse_tools - List of AWS services utilized in a migration workflow.
UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_workflowId - The ID of the migration workflow.
$sel:httpStatus:UpdateWorkflowStepGroupResponse', updateWorkflowStepGroupResponse_httpStatus - The response's http status code.
Response Lenses
updateWorkflowStepGroupResponse_description :: Lens' UpdateWorkflowStepGroupResponse (Maybe Text) Source #
The description of the step group.
updateWorkflowStepGroupResponse_id :: Lens' UpdateWorkflowStepGroupResponse (Maybe Text) Source #
The ID of the step group.
updateWorkflowStepGroupResponse_lastModifiedTime :: Lens' UpdateWorkflowStepGroupResponse (Maybe UTCTime) Source #
The time at which the step group was last modified.
updateWorkflowStepGroupResponse_name :: Lens' UpdateWorkflowStepGroupResponse (Maybe Text) Source #
The name of the step group.
updateWorkflowStepGroupResponse_next :: Lens' UpdateWorkflowStepGroupResponse (Maybe [Text]) Source #
The next step group.
updateWorkflowStepGroupResponse_previous :: Lens' UpdateWorkflowStepGroupResponse (Maybe [Text]) Source #
The previous step group.
updateWorkflowStepGroupResponse_tools :: Lens' UpdateWorkflowStepGroupResponse (Maybe [Tool]) Source #
List of AWS services utilized in a migration workflow.
updateWorkflowStepGroupResponse_workflowId :: Lens' UpdateWorkflowStepGroupResponse (Maybe Text) Source #
The ID of the migration workflow.
updateWorkflowStepGroupResponse_httpStatus :: Lens' UpdateWorkflowStepGroupResponse Int Source #
The response's http status code.