amazonka-migrationhuborchestrator-2.0: Amazon Migration Hub Orchestrator SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

Description

Retry a failed step in a migration workflow.

Synopsis

Creating a Request

data RetryWorkflowStep Source #

See: newRetryWorkflowStep smart constructor.

Constructors

RetryWorkflowStep' 

Fields

Instances

Instances details
ToJSON RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

ToHeaders RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

ToPath RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

ToQuery RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

AWSRequest RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

Associated Types

type AWSResponse RetryWorkflowStep #

Generic RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

Associated Types

type Rep RetryWorkflowStep :: Type -> Type #

Read RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

Show RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

NFData RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

Methods

rnf :: RetryWorkflowStep -> () #

Eq RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

Hashable RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

type AWSResponse RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

type Rep RetryWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

type Rep RetryWorkflowStep = D1 ('MetaData "RetryWorkflowStep" "Amazonka.MigrationHubOrchestrator.RetryWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "RetryWorkflowStep'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "stepGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRetryWorkflowStep Source #

Create a value of RetryWorkflowStep 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:

RetryWorkflowStep, retryWorkflowStep_workflowId - The ID of the migration workflow.

RetryWorkflowStep, retryWorkflowStep_stepGroupId - The ID of the step group.

RetryWorkflowStep, retryWorkflowStep_id - The ID of the step.

Request Lenses

retryWorkflowStep_workflowId :: Lens' RetryWorkflowStep Text Source #

The ID of the migration workflow.

Destructuring the Response

data RetryWorkflowStepResponse Source #

See: newRetryWorkflowStepResponse smart constructor.

Constructors

RetryWorkflowStepResponse' 

Fields

Instances

Instances details
Generic RetryWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

Associated Types

type Rep RetryWorkflowStepResponse :: Type -> Type #

Read RetryWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

Show RetryWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

NFData RetryWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

Eq RetryWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

type Rep RetryWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.RetryWorkflowStep

type Rep RetryWorkflowStepResponse = D1 ('MetaData "RetryWorkflowStepResponse" "Amazonka.MigrationHubOrchestrator.RetryWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "RetryWorkflowStepResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStatus))) :*: (S1 ('MetaSel ('Just "stepGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newRetryWorkflowStepResponse Source #

Create a value of RetryWorkflowStepResponse 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:

RetryWorkflowStep, retryWorkflowStepResponse_id - The ID of the step.

RetryWorkflowStepResponse, retryWorkflowStepResponse_status - The status of the step.

RetryWorkflowStep, retryWorkflowStepResponse_stepGroupId - The ID of the step group.

RetryWorkflowStep, retryWorkflowStepResponse_workflowId - The ID of the migration workflow.

$sel:httpStatus:RetryWorkflowStepResponse', retryWorkflowStepResponse_httpStatus - The response's http status code.

Response Lenses