| 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.DeleteWorkflowStepGroup
Description
Delete a step group in a migration workflow.
Synopsis
- data DeleteWorkflowStepGroup = DeleteWorkflowStepGroup' {
- workflowId :: Text
- id :: Text
- newDeleteWorkflowStepGroup :: Text -> Text -> DeleteWorkflowStepGroup
- deleteWorkflowStepGroup_workflowId :: Lens' DeleteWorkflowStepGroup Text
- deleteWorkflowStepGroup_id :: Lens' DeleteWorkflowStepGroup Text
- data DeleteWorkflowStepGroupResponse = DeleteWorkflowStepGroupResponse' {
- httpStatus :: Int
- newDeleteWorkflowStepGroupResponse :: Int -> DeleteWorkflowStepGroupResponse
- deleteWorkflowStepGroupResponse_httpStatus :: Lens' DeleteWorkflowStepGroupResponse Int
Creating a Request
data DeleteWorkflowStepGroup Source #
See: newDeleteWorkflowStepGroup smart constructor.
Constructors
| DeleteWorkflowStepGroup' | |
Fields
| |
Instances
newDeleteWorkflowStepGroup Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteWorkflowStepGroup |
Create a value of DeleteWorkflowStepGroup 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:
$sel:workflowId:DeleteWorkflowStepGroup', deleteWorkflowStepGroup_workflowId - The ID of the migration workflow.
DeleteWorkflowStepGroup, deleteWorkflowStepGroup_id - The ID of the step group you want to delete.
Request Lenses
deleteWorkflowStepGroup_workflowId :: Lens' DeleteWorkflowStepGroup Text Source #
The ID of the migration workflow.
deleteWorkflowStepGroup_id :: Lens' DeleteWorkflowStepGroup Text Source #
The ID of the step group you want to delete.
Destructuring the Response
data DeleteWorkflowStepGroupResponse Source #
See: newDeleteWorkflowStepGroupResponse smart constructor.
Constructors
| DeleteWorkflowStepGroupResponse' | |
Fields
| |
Instances
newDeleteWorkflowStepGroupResponse Source #
Create a value of DeleteWorkflowStepGroupResponse 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:
$sel:httpStatus:DeleteWorkflowStepGroupResponse', deleteWorkflowStepGroupResponse_httpStatus - The response's http status code.
Response Lenses
deleteWorkflowStepGroupResponse_httpStatus :: Lens' DeleteWorkflowStepGroupResponse Int Source #
The response's http status code.