| 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.DeleteWorkflowStep
Description
Delete a step in a migration workflow. Pause the workflow to delete a running step.
Synopsis
- data DeleteWorkflowStep = DeleteWorkflowStep' {
- id :: Text
- stepGroupId :: Text
- workflowId :: Text
- newDeleteWorkflowStep :: Text -> Text -> Text -> DeleteWorkflowStep
- deleteWorkflowStep_id :: Lens' DeleteWorkflowStep Text
- deleteWorkflowStep_stepGroupId :: Lens' DeleteWorkflowStep Text
- deleteWorkflowStep_workflowId :: Lens' DeleteWorkflowStep Text
- data DeleteWorkflowStepResponse = DeleteWorkflowStepResponse' {
- httpStatus :: Int
- newDeleteWorkflowStepResponse :: Int -> DeleteWorkflowStepResponse
- deleteWorkflowStepResponse_httpStatus :: Lens' DeleteWorkflowStepResponse Int
Creating a Request
data DeleteWorkflowStep Source #
See: newDeleteWorkflowStep smart constructor.
Constructors
| DeleteWorkflowStep' | |
Fields
| |
Instances
newDeleteWorkflowStep Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DeleteWorkflowStep |
Create a value of DeleteWorkflowStep 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:
DeleteWorkflowStep, deleteWorkflowStep_id - The ID of the step you want to delete.
DeleteWorkflowStep, deleteWorkflowStep_stepGroupId - The ID of the step group that contains the step you want to delete.
$sel:workflowId:DeleteWorkflowStep', deleteWorkflowStep_workflowId - The ID of the migration workflow.
Request Lenses
deleteWorkflowStep_id :: Lens' DeleteWorkflowStep Text Source #
The ID of the step you want to delete.
deleteWorkflowStep_stepGroupId :: Lens' DeleteWorkflowStep Text Source #
The ID of the step group that contains the step you want to delete.
deleteWorkflowStep_workflowId :: Lens' DeleteWorkflowStep Text Source #
The ID of the migration workflow.
Destructuring the Response
data DeleteWorkflowStepResponse Source #
See: newDeleteWorkflowStepResponse smart constructor.
Constructors
| DeleteWorkflowStepResponse' | |
Fields
| |
Instances
newDeleteWorkflowStepResponse Source #
Create a value of DeleteWorkflowStepResponse 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:DeleteWorkflowStepResponse', deleteWorkflowStepResponse_httpStatus - The response's http status code.
Response Lenses
deleteWorkflowStepResponse_httpStatus :: Lens' DeleteWorkflowStepResponse Int Source #
The response's http status code.