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.UpdateWorkflow

Description

Update a migration workflow.

Synopsis

Creating a Request

data UpdateWorkflow Source #

See: newUpdateWorkflow smart constructor.

Constructors

UpdateWorkflow' 

Fields

Instances

Instances details
ToJSON UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

ToHeaders UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

ToPath UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

ToQuery UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

AWSRequest UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

Associated Types

type AWSResponse UpdateWorkflow #

Generic UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

Associated Types

type Rep UpdateWorkflow :: Type -> Type #

Show UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

NFData UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

Methods

rnf :: UpdateWorkflow -> () #

Eq UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

Hashable UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

type AWSResponse UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

type Rep UpdateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

type Rep UpdateWorkflow = D1 ('MetaData "UpdateWorkflow" "Amazonka.MigrationHubOrchestrator.UpdateWorkflow" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflow'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text StepInput))))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stepTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateWorkflow Source #

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

UpdateWorkflow, updateWorkflow_description - The description of the migration workflow.

$sel:inputParameters:UpdateWorkflow', updateWorkflow_inputParameters - The input parameters required to update a migration workflow.

UpdateWorkflow, updateWorkflow_name - The name of the migration workflow.

UpdateWorkflow, updateWorkflow_stepTargets - The servers on which a step will be run.

UpdateWorkflow, updateWorkflow_id - The ID of the migration workflow.

Request Lenses

updateWorkflow_description :: Lens' UpdateWorkflow (Maybe Text) Source #

The description of the migration workflow.

updateWorkflow_inputParameters :: Lens' UpdateWorkflow (Maybe (HashMap Text StepInput)) Source #

The input parameters required to update a migration workflow.

updateWorkflow_name :: Lens' UpdateWorkflow (Maybe Text) Source #

The name of the migration workflow.

updateWorkflow_stepTargets :: Lens' UpdateWorkflow (Maybe [Text]) Source #

The servers on which a step will be run.

updateWorkflow_id :: Lens' UpdateWorkflow Text Source #

The ID of the migration workflow.

Destructuring the Response

data UpdateWorkflowResponse Source #

See: newUpdateWorkflowResponse smart constructor.

Constructors

UpdateWorkflowResponse' 

Fields

Instances

Instances details
Generic UpdateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

Associated Types

type Rep UpdateWorkflowResponse :: Type -> Type #

Show UpdateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

NFData UpdateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

Methods

rnf :: UpdateWorkflowResponse -> () #

Eq UpdateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

type Rep UpdateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflow

type Rep UpdateWorkflowResponse = D1 ('MetaData "UpdateWorkflowResponse" "Amazonka.MigrationHubOrchestrator.UpdateWorkflow" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflowResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "adsApplicationConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationWorkflowStatusEnum)) :*: S1 ('MetaSel ('Just "stepTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "workflowInputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text StepInput)))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newUpdateWorkflowResponse Source #

Create a value of UpdateWorkflowResponse 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:adsApplicationConfigurationId:UpdateWorkflowResponse', updateWorkflowResponse_adsApplicationConfigurationId - The ID of the application configured in Application Discovery Service.

UpdateWorkflowResponse, updateWorkflowResponse_arn - The Amazon Resource Name (ARN) of the migration workflow.

UpdateWorkflowResponse, updateWorkflowResponse_creationTime - The time at which the migration workflow was created.

UpdateWorkflow, updateWorkflowResponse_description - The description of the migration workflow.

UpdateWorkflow, updateWorkflowResponse_id - The ID of the migration workflow.

$sel:lastModifiedTime:UpdateWorkflowResponse', updateWorkflowResponse_lastModifiedTime - The time at which the migration workflow was last modified.

UpdateWorkflow, updateWorkflowResponse_name - The name of the migration workflow.

UpdateWorkflowResponse, updateWorkflowResponse_status - The status of the migration workflow.

UpdateWorkflow, updateWorkflowResponse_stepTargets - The servers on which a step will be run.

$sel:tags:UpdateWorkflowResponse', updateWorkflowResponse_tags - The tags added to the migration workflow.

UpdateWorkflowResponse, updateWorkflowResponse_templateId - The ID of the template.

$sel:workflowInputs:UpdateWorkflowResponse', updateWorkflowResponse_workflowInputs - The inputs required to update a migration workflow.

$sel:httpStatus:UpdateWorkflowResponse', updateWorkflowResponse_httpStatus - The response's http status code.

Response Lenses

updateWorkflowResponse_adsApplicationConfigurationId :: Lens' UpdateWorkflowResponse (Maybe Text) Source #

The ID of the application configured in Application Discovery Service.

updateWorkflowResponse_arn :: Lens' UpdateWorkflowResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the migration workflow.

updateWorkflowResponse_creationTime :: Lens' UpdateWorkflowResponse (Maybe UTCTime) Source #

The time at which the migration workflow was created.

updateWorkflowResponse_description :: Lens' UpdateWorkflowResponse (Maybe Text) Source #

The description of the migration workflow.

updateWorkflowResponse_lastModifiedTime :: Lens' UpdateWorkflowResponse (Maybe UTCTime) Source #

The time at which the migration workflow was last modified.

updateWorkflowResponse_stepTargets :: Lens' UpdateWorkflowResponse (Maybe [Text]) Source #

The servers on which a step will be run.

updateWorkflowResponse_tags :: Lens' UpdateWorkflowResponse (Maybe (HashMap Text Text)) Source #

The tags added to the migration workflow.

updateWorkflowResponse_workflowInputs :: Lens' UpdateWorkflowResponse (Maybe (HashMap Text StepInput)) Source #

The inputs required to update a migration workflow.