| 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.CreateWorkflowStepGroup
Description
Create a step group in a migration workflow.
Synopsis
- data CreateWorkflowStepGroup = CreateWorkflowStepGroup' {}
- newCreateWorkflowStepGroup :: Text -> Text -> CreateWorkflowStepGroup
- createWorkflowStepGroup_description :: Lens' CreateWorkflowStepGroup (Maybe Text)
- createWorkflowStepGroup_next :: Lens' CreateWorkflowStepGroup (Maybe [Text])
- createWorkflowStepGroup_previous :: Lens' CreateWorkflowStepGroup (Maybe [Text])
- createWorkflowStepGroup_workflowId :: Lens' CreateWorkflowStepGroup Text
- createWorkflowStepGroup_name :: Lens' CreateWorkflowStepGroup Text
- data CreateWorkflowStepGroupResponse = CreateWorkflowStepGroupResponse' {}
- newCreateWorkflowStepGroupResponse :: Int -> CreateWorkflowStepGroupResponse
- createWorkflowStepGroupResponse_creationTime :: Lens' CreateWorkflowStepGroupResponse (Maybe UTCTime)
- createWorkflowStepGroupResponse_description :: Lens' CreateWorkflowStepGroupResponse (Maybe Text)
- createWorkflowStepGroupResponse_id :: Lens' CreateWorkflowStepGroupResponse (Maybe Text)
- createWorkflowStepGroupResponse_name :: Lens' CreateWorkflowStepGroupResponse (Maybe Text)
- createWorkflowStepGroupResponse_next :: Lens' CreateWorkflowStepGroupResponse (Maybe [Text])
- createWorkflowStepGroupResponse_previous :: Lens' CreateWorkflowStepGroupResponse (Maybe [Text])
- createWorkflowStepGroupResponse_tools :: Lens' CreateWorkflowStepGroupResponse (Maybe [Tool])
- createWorkflowStepGroupResponse_workflowId :: Lens' CreateWorkflowStepGroupResponse (Maybe Text)
- createWorkflowStepGroupResponse_httpStatus :: Lens' CreateWorkflowStepGroupResponse Int
Creating a Request
data CreateWorkflowStepGroup Source #
See: newCreateWorkflowStepGroup smart constructor.
Constructors
| CreateWorkflowStepGroup' | |
Instances
newCreateWorkflowStepGroup Source #
Create a value of CreateWorkflowStepGroup 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:
CreateWorkflowStepGroup, createWorkflowStepGroup_description - The description of the step group.
CreateWorkflowStepGroup, createWorkflowStepGroup_next - The next step group.
CreateWorkflowStepGroup, createWorkflowStepGroup_previous - The previous step group.
CreateWorkflowStepGroup, createWorkflowStepGroup_workflowId - The ID of the migration workflow that will contain the step group.
CreateWorkflowStepGroup, createWorkflowStepGroup_name - The name of the step group.
Request Lenses
createWorkflowStepGroup_description :: Lens' CreateWorkflowStepGroup (Maybe Text) Source #
The description of the step group.
createWorkflowStepGroup_next :: Lens' CreateWorkflowStepGroup (Maybe [Text]) Source #
The next step group.
createWorkflowStepGroup_previous :: Lens' CreateWorkflowStepGroup (Maybe [Text]) Source #
The previous step group.
createWorkflowStepGroup_workflowId :: Lens' CreateWorkflowStepGroup Text Source #
The ID of the migration workflow that will contain the step group.
createWorkflowStepGroup_name :: Lens' CreateWorkflowStepGroup Text Source #
The name of the step group.
Destructuring the Response
data CreateWorkflowStepGroupResponse Source #
See: newCreateWorkflowStepGroupResponse smart constructor.
Constructors
| CreateWorkflowStepGroupResponse' | |
Fields
| |
Instances
newCreateWorkflowStepGroupResponse Source #
Create a value of CreateWorkflowStepGroupResponse 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:
CreateWorkflowStepGroupResponse, createWorkflowStepGroupResponse_creationTime - The time at which the step group is created.
CreateWorkflowStepGroup, createWorkflowStepGroupResponse_description - The description of the step group.
CreateWorkflowStepGroupResponse, createWorkflowStepGroupResponse_id - The ID of the step group.
CreateWorkflowStepGroup, createWorkflowStepGroupResponse_name - The name of the step group.
CreateWorkflowStepGroup, createWorkflowStepGroupResponse_next - The next step group.
CreateWorkflowStepGroup, createWorkflowStepGroupResponse_previous - The previous step group.
$sel:tools:CreateWorkflowStepGroupResponse', createWorkflowStepGroupResponse_tools - List of AWS services utilized in a migration workflow.
CreateWorkflowStepGroup, createWorkflowStepGroupResponse_workflowId - The ID of the migration workflow that contains the step group.
$sel:httpStatus:CreateWorkflowStepGroupResponse', createWorkflowStepGroupResponse_httpStatus - The response's http status code.
Response Lenses
createWorkflowStepGroupResponse_creationTime :: Lens' CreateWorkflowStepGroupResponse (Maybe UTCTime) Source #
The time at which the step group is created.
createWorkflowStepGroupResponse_description :: Lens' CreateWorkflowStepGroupResponse (Maybe Text) Source #
The description of the step group.
createWorkflowStepGroupResponse_id :: Lens' CreateWorkflowStepGroupResponse (Maybe Text) Source #
The ID of the step group.
createWorkflowStepGroupResponse_name :: Lens' CreateWorkflowStepGroupResponse (Maybe Text) Source #
The name of the step group.
createWorkflowStepGroupResponse_next :: Lens' CreateWorkflowStepGroupResponse (Maybe [Text]) Source #
The next step group.
createWorkflowStepGroupResponse_previous :: Lens' CreateWorkflowStepGroupResponse (Maybe [Text]) Source #
The previous step group.
createWorkflowStepGroupResponse_tools :: Lens' CreateWorkflowStepGroupResponse (Maybe [Tool]) Source #
List of AWS services utilized in a migration workflow.
createWorkflowStepGroupResponse_workflowId :: Lens' CreateWorkflowStepGroupResponse (Maybe Text) Source #
The ID of the migration workflow that contains the step group.
createWorkflowStepGroupResponse_httpStatus :: Lens' CreateWorkflowStepGroupResponse Int Source #
The response's http status code.