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

Description

Derived from API version 2021-08-28 of the AWS service descriptions, licensed under Apache 2.0.

This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2021-08-28 of the Amazon Migration Hub Orchestrator SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by MigrationHubOrchestrator.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You do not have sufficient access to perform this action.

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

An internal error has occurred.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The resource is not available.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The request was denied due to request throttling.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

The input fails to satisfy the constraints specified by an AWS service.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CreateWorkflow

data CreateWorkflow Source #

See: newCreateWorkflow smart constructor.

Instances

Instances details
ToJSON CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

ToHeaders CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

ToPath CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

ToQuery CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

AWSRequest CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

Associated Types

type AWSResponse CreateWorkflow #

Generic CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

Associated Types

type Rep CreateWorkflow :: Type -> Type #

Show CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

NFData CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

Methods

rnf :: CreateWorkflow -> () #

Eq CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

Hashable CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

type AWSResponse CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

type Rep CreateWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

type Rep CreateWorkflow = D1 ('MetaData "CreateWorkflow" "Amazonka.MigrationHubOrchestrator.CreateWorkflow" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "CreateWorkflow'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "applicationConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive (HashMap Text StepInput)))))))

newCreateWorkflow Source #

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

CreateWorkflow, createWorkflow_description - The description of the migration workflow.

CreateWorkflow, createWorkflow_stepTargets - The servers on which a step will be run.

CreateWorkflow, createWorkflow_tags - The tags to add on a migration workflow.

CreateWorkflow, createWorkflow_name - The name of the migration workflow.

CreateWorkflow, createWorkflow_templateId - The ID of the template.

$sel:applicationConfigurationId:CreateWorkflow', createWorkflow_applicationConfigurationId - The configuration ID of the application configured in Application Discovery Service.

$sel:inputParameters:CreateWorkflow', createWorkflow_inputParameters - The input parameters required to create a migration workflow.

data CreateWorkflowResponse Source #

See: newCreateWorkflowResponse smart constructor.

Instances

Instances details
Generic CreateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

Associated Types

type Rep CreateWorkflowResponse :: Type -> Type #

Show CreateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

NFData CreateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

Methods

rnf :: CreateWorkflowResponse -> () #

Eq CreateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

type Rep CreateWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflow

type Rep CreateWorkflowResponse = D1 ('MetaData "CreateWorkflowResponse" "Amazonka.MigrationHubOrchestrator.CreateWorkflow" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "CreateWorkflowResponse'" '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 "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))))))

newCreateWorkflowResponse Source #

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

CreateWorkflowResponse, createWorkflowResponse_arn - The Amazon Resource Name (ARN) of the migration workflow.

CreateWorkflowResponse, createWorkflowResponse_creationTime - The time at which the migration workflow was created.

CreateWorkflow, createWorkflowResponse_description - The description of the migration workflow.

CreateWorkflowResponse, createWorkflowResponse_id - The ID of the migration workflow.

CreateWorkflow, createWorkflowResponse_name - The name of the migration workflow.

CreateWorkflowResponse, createWorkflowResponse_status - The status of the migration workflow.

CreateWorkflow, createWorkflowResponse_stepTargets - The servers on which a step will be run.

CreateWorkflow, createWorkflowResponse_tags - The tags to add on a migration workflow.

CreateWorkflow, createWorkflowResponse_templateId - The ID of the template.

$sel:workflowInputs:CreateWorkflowResponse', createWorkflowResponse_workflowInputs - The inputs for creating a migration workflow.

$sel:httpStatus:CreateWorkflowResponse', createWorkflowResponse_httpStatus - The response's http status code.

CreateWorkflowStep

data CreateWorkflowStep Source #

See: newCreateWorkflowStep smart constructor.

Instances

Instances details
ToJSON CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

ToHeaders CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

ToPath CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

ToQuery CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

AWSRequest CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Associated Types

type AWSResponse CreateWorkflowStep #

Generic CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Associated Types

type Rep CreateWorkflowStep :: Type -> Type #

Read CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Show CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

NFData CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Methods

rnf :: CreateWorkflowStep -> () #

Eq CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Hashable CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

type AWSResponse CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

type Rep CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

newCreateWorkflowStep Source #

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

CreateWorkflowStep, createWorkflowStep_description - The description of the step.

CreateWorkflowStep, createWorkflowStep_next - The next step.

$sel:outputs:CreateWorkflowStep', createWorkflowStep_outputs - The key value pairs added for the expected output.

CreateWorkflowStep, createWorkflowStep_previous - The previous step.

$sel:stepTarget:CreateWorkflowStep', createWorkflowStep_stepTarget - The servers on which a step will be run.

$sel:workflowStepAutomationConfiguration:CreateWorkflowStep', createWorkflowStep_workflowStepAutomationConfiguration - The custom script to run tests on source or target environments.

CreateWorkflowStep, createWorkflowStep_name - The name of the step.

CreateWorkflowStep, createWorkflowStep_stepGroupId - The ID of the step group.

CreateWorkflowStep, createWorkflowStep_workflowId - The ID of the migration workflow.

CreateWorkflowStep, createWorkflowStep_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

data CreateWorkflowStepResponse Source #

See: newCreateWorkflowStepResponse smart constructor.

Instances

Instances details
Generic CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Associated Types

type Rep CreateWorkflowStepResponse :: Type -> Type #

Read CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Show CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

NFData CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Eq CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

type Rep CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

type Rep CreateWorkflowStepResponse = D1 ('MetaData "CreateWorkflowStepResponse" "Amazonka.MigrationHubOrchestrator.CreateWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "CreateWorkflowStepResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (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)))))

newCreateWorkflowStepResponse Source #

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

CreateWorkflowStepResponse, createWorkflowStepResponse_id - The ID of the step.

CreateWorkflowStep, createWorkflowStepResponse_name - The name of the step.

CreateWorkflowStep, createWorkflowStepResponse_stepGroupId - The ID of the step group.

CreateWorkflowStep, createWorkflowStepResponse_workflowId - The ID of the migration workflow.

$sel:httpStatus:CreateWorkflowStepResponse', createWorkflowStepResponse_httpStatus - The response's http status code.

CreateWorkflowStepGroup

data CreateWorkflowStepGroup Source #

See: newCreateWorkflowStepGroup smart constructor.

Instances

Instances details
ToJSON CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

ToHeaders CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

ToPath CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

ToQuery CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

AWSRequest CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Generic CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Associated Types

type Rep CreateWorkflowStepGroup :: Type -> Type #

Read CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Show CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

NFData CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Methods

rnf :: CreateWorkflowStepGroup -> () #

Eq CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Hashable CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type AWSResponse CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type Rep CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type Rep CreateWorkflowStepGroup = D1 ('MetaData "CreateWorkflowStepGroup" "Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "CreateWorkflowStepGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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.

data CreateWorkflowStepGroupResponse Source #

See: newCreateWorkflowStepGroupResponse smart constructor.

Instances

Instances details
Generic CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Associated Types

type Rep CreateWorkflowStepGroupResponse :: Type -> Type #

Read CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Show CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

NFData CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Eq CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type Rep CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type Rep CreateWorkflowStepGroupResponse = D1 ('MetaData "CreateWorkflowStepGroupResponse" "Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "CreateWorkflowStepGroupResponse'" 'PrefixI 'True) (((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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool])) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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.

DeleteWorkflow

data DeleteWorkflow Source #

See: newDeleteWorkflow smart constructor.

Constructors

DeleteWorkflow' Text 

Instances

Instances details
ToHeaders DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

ToPath DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

ToQuery DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

AWSRequest DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

Associated Types

type AWSResponse DeleteWorkflow #

Generic DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

Associated Types

type Rep DeleteWorkflow :: Type -> Type #

Read DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

Show DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

NFData DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

Methods

rnf :: DeleteWorkflow -> () #

Eq DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

Hashable DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

type AWSResponse DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

type Rep DeleteWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

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

newDeleteWorkflow Source #

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

DeleteWorkflow, deleteWorkflow_id - The ID of the migration workflow you want to delete.

data DeleteWorkflowResponse Source #

See: newDeleteWorkflowResponse smart constructor.

Instances

Instances details
Generic DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

Associated Types

type Rep DeleteWorkflowResponse :: Type -> Type #

Read DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

Show DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

NFData DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

Methods

rnf :: DeleteWorkflowResponse -> () #

Eq DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

type Rep DeleteWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflow

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

newDeleteWorkflowResponse Source #

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

DeleteWorkflowResponse, deleteWorkflowResponse_arn - The Amazon Resource Name (ARN) of the migration workflow.

DeleteWorkflow, deleteWorkflowResponse_id - The ID of the migration workflow.

DeleteWorkflowResponse, deleteWorkflowResponse_status - The status of the migration workflow.

$sel:httpStatus:DeleteWorkflowResponse', deleteWorkflowResponse_httpStatus - The response's http status code.

DeleteWorkflowStep

data DeleteWorkflowStep Source #

See: newDeleteWorkflowStep smart constructor.

Instances

Instances details
ToHeaders DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

ToPath DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

ToQuery DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

AWSRequest DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Associated Types

type AWSResponse DeleteWorkflowStep #

Generic DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Associated Types

type Rep DeleteWorkflowStep :: Type -> Type #

Read DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Show DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

NFData DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Methods

rnf :: DeleteWorkflowStep -> () #

Eq DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Hashable DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

type AWSResponse DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

type Rep DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

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

newDeleteWorkflowStep Source #

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.

data DeleteWorkflowStepResponse Source #

See: newDeleteWorkflowStepResponse smart constructor.

Instances

Instances details
Generic DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Associated Types

type Rep DeleteWorkflowStepResponse :: Type -> Type #

Read DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Show DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

NFData DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Eq DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

type Rep DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

type Rep DeleteWorkflowStepResponse = D1 ('MetaData "DeleteWorkflowStepResponse" "Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "DeleteWorkflowStepResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

DeleteWorkflowStepGroup

data DeleteWorkflowStepGroup Source #

See: newDeleteWorkflowStepGroup smart constructor.

Instances

Instances details
ToHeaders DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

ToPath DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

ToQuery DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

AWSRequest DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Generic DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Associated Types

type Rep DeleteWorkflowStepGroup :: Type -> Type #

Read DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Show DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

NFData DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Methods

rnf :: DeleteWorkflowStepGroup -> () #

Eq DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Hashable DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

type AWSResponse DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

type Rep DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

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

newDeleteWorkflowStepGroup Source #

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.

data DeleteWorkflowStepGroupResponse Source #

See: newDeleteWorkflowStepGroupResponse smart constructor.

Instances

Instances details
Generic DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Associated Types

type Rep DeleteWorkflowStepGroupResponse :: Type -> Type #

Read DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Show DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

NFData DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Eq DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

type Rep DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

type Rep DeleteWorkflowStepGroupResponse = D1 ('MetaData "DeleteWorkflowStepGroupResponse" "Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "DeleteWorkflowStepGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

GetTemplate

data GetTemplate Source #

See: newGetTemplate smart constructor.

Constructors

GetTemplate' Text 

Instances

Instances details
ToHeaders GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

Methods

toHeaders :: GetTemplate -> [Header] #

ToPath GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

ToQuery GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

AWSRequest GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

Associated Types

type AWSResponse GetTemplate #

Generic GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

Associated Types

type Rep GetTemplate :: Type -> Type #

Read GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

Show GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

NFData GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

Methods

rnf :: GetTemplate -> () #

Eq GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

Hashable GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

type AWSResponse GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

type Rep GetTemplate Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

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

newGetTemplate Source #

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

GetTemplate, getTemplate_id - The ID of the template.

data GetTemplateResponse Source #

See: newGetTemplateResponse smart constructor.

Instances

Instances details
Generic GetTemplateResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

Associated Types

type Rep GetTemplateResponse :: Type -> Type #

Read GetTemplateResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

Show GetTemplateResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

NFData GetTemplateResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

Methods

rnf :: GetTemplateResponse -> () #

Eq GetTemplateResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

type Rep GetTemplateResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplate

newGetTemplateResponse Source #

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

GetTemplateResponse, getTemplateResponse_creationTime - The time at which the template was last created.

GetTemplateResponse, getTemplateResponse_description - The time at which the template was last created.

GetTemplate, getTemplateResponse_id - The ID of the template.

$sel:inputs:GetTemplateResponse', getTemplateResponse_inputs - The inputs provided for the creation of the migration workflow.

GetTemplateResponse, getTemplateResponse_name - The name of the template.

GetTemplateResponse, getTemplateResponse_status - The status of the template.

$sel:tools:GetTemplateResponse', getTemplateResponse_tools - List of AWS services utilized in a migration workflow.

$sel:httpStatus:GetTemplateResponse', getTemplateResponse_httpStatus - The response's http status code.

GetTemplateStep

data GetTemplateStep Source #

See: newGetTemplateStep smart constructor.

Instances

Instances details
ToHeaders GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

ToPath GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

ToQuery GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

AWSRequest GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

Associated Types

type AWSResponse GetTemplateStep #

Generic GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

Associated Types

type Rep GetTemplateStep :: Type -> Type #

Read GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

Show GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

NFData GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

Methods

rnf :: GetTemplateStep -> () #

Eq GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

Hashable GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

type AWSResponse GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

type Rep GetTemplateStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

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

newGetTemplateStep Source #

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

GetTemplateStep, getTemplateStep_id - The ID of the step.

GetTemplateStep, getTemplateStep_templateId - The ID of the template.

GetTemplateStep, getTemplateStep_stepGroupId - The ID of the step group.

data GetTemplateStepResponse Source #

See: newGetTemplateStepResponse smart constructor.

Instances

Instances details
Generic GetTemplateStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

Associated Types

type Rep GetTemplateStepResponse :: Type -> Type #

Read GetTemplateStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

Show GetTemplateStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

NFData GetTemplateStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

Methods

rnf :: GetTemplateStepResponse -> () #

Eq GetTemplateStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

type Rep GetTemplateStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStep

type Rep GetTemplateStepResponse = D1 ('MetaData "GetTemplateStepResponse" "Amazonka.MigrationHubOrchestrator.GetTemplateStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "GetTemplateStepResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StepOutput]))))) :*: ((S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "stepActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepActionType)) :*: S1 ('MetaSel ('Just "stepAutomationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepAutomationConfiguration)))) :*: (S1 ('MetaSel ('Just "stepGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetTemplateStepResponse Source #

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

GetTemplateStepResponse, getTemplateStepResponse_creationTime - The time at which the step was created.

GetTemplateStepResponse, getTemplateStepResponse_description - The description of the step.

GetTemplateStep, getTemplateStepResponse_id - The ID of the step.

GetTemplateStepResponse, getTemplateStepResponse_name - The name of the step.

GetTemplateStepResponse, getTemplateStepResponse_next - The next step.

$sel:outputs:GetTemplateStepResponse', getTemplateStepResponse_outputs - The outputs of the step.

GetTemplateStepResponse, getTemplateStepResponse_previous - The previous step.

GetTemplateStepResponse, getTemplateStepResponse_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

$sel:stepAutomationConfiguration:GetTemplateStepResponse', getTemplateStepResponse_stepAutomationConfiguration - The custom script to run tests on source or target environments.

GetTemplateStep, getTemplateStepResponse_stepGroupId - The ID of the step group.

GetTemplateStep, getTemplateStepResponse_templateId - The ID of the template.

$sel:httpStatus:GetTemplateStepResponse', getTemplateStepResponse_httpStatus - The response's http status code.

GetTemplateStepGroup

data GetTemplateStepGroup Source #

See: newGetTemplateStepGroup smart constructor.

Instances

Instances details
ToHeaders GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

ToPath GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

ToQuery GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

AWSRequest GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

Associated Types

type AWSResponse GetTemplateStepGroup #

Generic GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

Associated Types

type Rep GetTemplateStepGroup :: Type -> Type #

Read GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

Show GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

NFData GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

Methods

rnf :: GetTemplateStepGroup -> () #

Eq GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

Hashable GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

type AWSResponse GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

type Rep GetTemplateStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

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

newGetTemplateStepGroup Source #

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

GetTemplateStepGroup, getTemplateStepGroup_templateId - The ID of the template.

GetTemplateStepGroup, getTemplateStepGroup_id - The ID of the step group.

data GetTemplateStepGroupResponse Source #

See: newGetTemplateStepGroupResponse smart constructor.

Instances

Instances details
Generic GetTemplateStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

Associated Types

type Rep GetTemplateStepGroupResponse :: Type -> Type #

Read GetTemplateStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

Show GetTemplateStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

NFData GetTemplateStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

Eq GetTemplateStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

type Rep GetTemplateStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup

type Rep GetTemplateStepGroupResponse = D1 ('MetaData "GetTemplateStepGroupResponse" "Amazonka.MigrationHubOrchestrator.GetTemplateStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "GetTemplateStepGroupResponse'" 'PrefixI 'True) (((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 "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepGroupStatus)))) :*: (S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetTemplateStepGroupResponse Source #

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

GetTemplateStepGroupResponse, getTemplateStepGroupResponse_creationTime - The time at which the step group was created.

GetTemplateStepGroupResponse, getTemplateStepGroupResponse_description - The description of the step group.

GetTemplateStepGroup, getTemplateStepGroupResponse_id - The ID of the step group.

$sel:lastModifiedTime:GetTemplateStepGroupResponse', getTemplateStepGroupResponse_lastModifiedTime - The time at which the step group was last modified.

GetTemplateStepGroupResponse, getTemplateStepGroupResponse_name - The name of the step group.

GetTemplateStepGroupResponse, getTemplateStepGroupResponse_next - The next step group.

GetTemplateStepGroupResponse, getTemplateStepGroupResponse_previous - The previous step group.

GetTemplateStepGroupResponse, getTemplateStepGroupResponse_status - The status of the step group.

GetTemplateStepGroup, getTemplateStepGroupResponse_templateId - The ID of the template.

$sel:tools:GetTemplateStepGroupResponse', getTemplateStepGroupResponse_tools - List of AWS services utilized in a migration workflow.

$sel:httpStatus:GetTemplateStepGroupResponse', getTemplateStepGroupResponse_httpStatus - The response's http status code.

GetWorkflow

data GetWorkflow Source #

See: newGetWorkflow smart constructor.

Constructors

GetWorkflow' Text 

Instances

Instances details
ToHeaders GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Methods

toHeaders :: GetWorkflow -> [Header] #

ToPath GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

ToQuery GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

AWSRequest GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Associated Types

type AWSResponse GetWorkflow #

Generic GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Associated Types

type Rep GetWorkflow :: Type -> Type #

Read GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Show GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

NFData GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Methods

rnf :: GetWorkflow -> () #

Eq GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Hashable GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

type AWSResponse GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

type Rep GetWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

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

newGetWorkflow Source #

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

GetWorkflow, getWorkflow_id - The ID of the migration workflow.

data GetWorkflowResponse Source #

See: newGetWorkflowResponse smart constructor.

Instances

Instances details
Generic GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Associated Types

type Rep GetWorkflowResponse :: Type -> Type #

Show GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

NFData GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

Methods

rnf :: GetWorkflowResponse -> () #

Eq GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

type Rep GetWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflow

type Rep GetWorkflowResponse = D1 ('MetaData "GetWorkflowResponse" "Amazonka.MigrationHubOrchestrator.GetWorkflow" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "GetWorkflowResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "adsApplicationConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "adsApplicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "completedSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "lastStopTime") '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 "statusMessage") '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 "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool])) :*: S1 ('MetaSel ('Just "totalSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "workflowBucket") '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)))))))

newGetWorkflowResponse Source #

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

$sel:adsApplicationName:GetWorkflowResponse', getWorkflowResponse_adsApplicationName - The name of the application configured in Application Discovery Service.

GetWorkflowResponse, getWorkflowResponse_arn - The Amazon Resource Name (ARN) of the migration workflow.

GetWorkflowResponse, getWorkflowResponse_completedSteps - Get a list of completed steps in the migration workflow.

GetWorkflowResponse, getWorkflowResponse_creationTime - The time at which the migration workflow was created.

GetWorkflowResponse, getWorkflowResponse_description - The description of the migration workflow.

GetWorkflowResponse, getWorkflowResponse_endTime - The time at which the migration workflow ended.

GetWorkflow, getWorkflowResponse_id - The ID of the migration workflow.

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

$sel:lastStartTime:GetWorkflowResponse', getWorkflowResponse_lastStartTime - The time at which the migration workflow was last started.

$sel:lastStopTime:GetWorkflowResponse', getWorkflowResponse_lastStopTime - The time at which the migration workflow was last stopped.

GetWorkflowResponse, getWorkflowResponse_name - The name of the migration workflow.

GetWorkflowResponse, getWorkflowResponse_status - The status of the migration workflow.

GetWorkflowResponse, getWorkflowResponse_statusMessage - The status message of the migration workflow.

$sel:tags:GetWorkflowResponse', getWorkflowResponse_tags - The tags added to the migration workflow.

GetWorkflowResponse, getWorkflowResponse_templateId - The ID of the template.

$sel:tools:GetWorkflowResponse', getWorkflowResponse_tools - List of AWS services utilized in a migration workflow.

GetWorkflowResponse, getWorkflowResponse_totalSteps - The total number of steps in the migration workflow.

$sel:workflowBucket:GetWorkflowResponse', getWorkflowResponse_workflowBucket - The Amazon S3 bucket where the migration logs are stored.

$sel:workflowInputs:GetWorkflowResponse', getWorkflowResponse_workflowInputs - The inputs required for creating the migration workflow.

$sel:httpStatus:GetWorkflowResponse', getWorkflowResponse_httpStatus - The response's http status code.

GetWorkflowStep

data GetWorkflowStep Source #

See: newGetWorkflowStep smart constructor.

Instances

Instances details
ToHeaders GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

ToPath GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

ToQuery GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

AWSRequest GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

Associated Types

type AWSResponse GetWorkflowStep #

Generic GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

Associated Types

type Rep GetWorkflowStep :: Type -> Type #

Read GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

Show GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

NFData GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

Methods

rnf :: GetWorkflowStep -> () #

Eq GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

Hashable GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

type AWSResponse GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

type Rep GetWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

type Rep GetWorkflowStep = D1 ('MetaData "GetWorkflowStep" "Amazonka.MigrationHubOrchestrator.GetWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "GetWorkflowStep'" '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))))

newGetWorkflowStep Source #

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

GetWorkflowStep, getWorkflowStep_workflowId - The ID of the migration workflow.

GetWorkflowStep, getWorkflowStep_stepGroupId - desThe ID of the step group.

GetWorkflowStep, getWorkflowStep_id - The ID of the step.

data GetWorkflowStepResponse Source #

See: newGetWorkflowStepResponse smart constructor.

Instances

Instances details
Generic GetWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

Associated Types

type Rep GetWorkflowStepResponse :: Type -> Type #

Read GetWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

Show GetWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

NFData GetWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

Methods

rnf :: GetWorkflowStepResponse -> () #

Eq GetWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

type Rep GetWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStep

type Rep GetWorkflowStepResponse = D1 ('MetaData "GetWorkflowStepResponse" "Amazonka.MigrationHubOrchestrator.GetWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "GetWorkflowStepResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "noOfSrvCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "noOfSrvFailed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkflowStepOutput])) :*: (S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Owner)) :*: S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))) :*: (((S1 ('MetaSel ('Just "scriptOutputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStatus))) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stepActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepActionType)) :*: S1 ('MetaSel ('Just "stepGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "stepId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stepTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "totalNoOfSrv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowStepAutomationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowStepAutomationConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newGetWorkflowStepResponse Source #

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

GetWorkflowStepResponse, getWorkflowStepResponse_creationTime - The time at which the step was created.

GetWorkflowStepResponse, getWorkflowStepResponse_description - The description of the step.

GetWorkflowStepResponse, getWorkflowStepResponse_endTime - The time at which the step ended.

$sel:lastStartTime:GetWorkflowStepResponse', getWorkflowStepResponse_lastStartTime - The time at which the workflow was last started.

GetWorkflowStepResponse, getWorkflowStepResponse_name - The name of the step.

GetWorkflowStepResponse, getWorkflowStepResponse_next - The next step.

GetWorkflowStepResponse, getWorkflowStepResponse_noOfSrvCompleted - The number of servers that have been migrated.

GetWorkflowStepResponse, getWorkflowStepResponse_noOfSrvFailed - The number of servers that have failed to migrate.

$sel:outputs:GetWorkflowStepResponse', getWorkflowStepResponse_outputs - The outputs of the step.

GetWorkflowStepResponse, getWorkflowStepResponse_owner - The owner of the step.

GetWorkflowStepResponse, getWorkflowStepResponse_previous - The previous step.

$sel:scriptOutputLocation:GetWorkflowStepResponse', getWorkflowStepResponse_scriptOutputLocation - The output location of the script.

GetWorkflowStepResponse, getWorkflowStepResponse_status - The status of the step.

GetWorkflowStepResponse, getWorkflowStepResponse_statusMessage - The status message of the migration workflow.

GetWorkflowStepResponse, getWorkflowStepResponse_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

GetWorkflowStep, getWorkflowStepResponse_stepGroupId - The ID of the step group.

GetWorkflowStepResponse, getWorkflowStepResponse_stepId - The ID of the step.

$sel:stepTarget:GetWorkflowStepResponse', getWorkflowStepResponse_stepTarget - The servers on which a step will be run.

GetWorkflowStepResponse, getWorkflowStepResponse_totalNoOfSrv - The total number of servers that have been migrated.

GetWorkflowStep, getWorkflowStepResponse_workflowId - The ID of the migration workflow.

$sel:workflowStepAutomationConfiguration:GetWorkflowStepResponse', getWorkflowStepResponse_workflowStepAutomationConfiguration - The custom script to run tests on source or target environments.

$sel:httpStatus:GetWorkflowStepResponse', getWorkflowStepResponse_httpStatus - The response's http status code.

GetWorkflowStepGroup

data GetWorkflowStepGroup Source #

See: newGetWorkflowStepGroup smart constructor.

Instances

Instances details
ToHeaders GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

ToPath GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

ToQuery GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

AWSRequest GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

Associated Types

type AWSResponse GetWorkflowStepGroup #

Generic GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

Associated Types

type Rep GetWorkflowStepGroup :: Type -> Type #

Read GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

Show GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

NFData GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

Methods

rnf :: GetWorkflowStepGroup -> () #

Eq GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

Hashable GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

type AWSResponse GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

type Rep GetWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

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

newGetWorkflowStepGroup Source #

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

GetWorkflowStepGroup, getWorkflowStepGroup_id - The ID of the step group.

GetWorkflowStepGroup, getWorkflowStepGroup_workflowId - The ID of the migration workflow.

data GetWorkflowStepGroupResponse Source #

See: newGetWorkflowStepGroupResponse smart constructor.

Instances

Instances details
Generic GetWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

Associated Types

type Rep GetWorkflowStepGroupResponse :: Type -> Type #

Read GetWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

Show GetWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

NFData GetWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

Eq GetWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

type Rep GetWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup

type Rep GetWorkflowStepGroupResponse = D1 ('MetaData "GetWorkflowStepGroupResponse" "Amazonka.MigrationHubOrchestrator.GetWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "GetWorkflowStepGroupResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (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 "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Owner)) :*: S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepGroupStatus)) :*: S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool]))) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetWorkflowStepGroupResponse Source #

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

GetWorkflowStepGroupResponse, getWorkflowStepGroupResponse_creationTime - The time at which the step group was created.

GetWorkflowStepGroupResponse, getWorkflowStepGroupResponse_description - The description of the step group.

GetWorkflowStepGroupResponse, getWorkflowStepGroupResponse_endTime - The time at which the step group ended.

GetWorkflowStepGroup, getWorkflowStepGroupResponse_id - The ID of the step group.

$sel:lastModifiedTime:GetWorkflowStepGroupResponse', getWorkflowStepGroupResponse_lastModifiedTime - The time at which the step group was last modified.

GetWorkflowStepGroupResponse, getWorkflowStepGroupResponse_name - The name of the step group.

GetWorkflowStepGroupResponse, getWorkflowStepGroupResponse_next - The next step group.

GetWorkflowStepGroupResponse, getWorkflowStepGroupResponse_owner - The owner of the step group.

GetWorkflowStepGroupResponse, getWorkflowStepGroupResponse_previous - The previous step group.

GetWorkflowStepGroupResponse, getWorkflowStepGroupResponse_status - The status of the step group.

$sel:tools:GetWorkflowStepGroupResponse', getWorkflowStepGroupResponse_tools - List of AWS services utilized in a migration workflow.

GetWorkflowStepGroup, getWorkflowStepGroupResponse_workflowId - The ID of the migration workflow.

$sel:httpStatus:GetWorkflowStepGroupResponse', getWorkflowStepGroupResponse_httpStatus - The response's http status code.

ListPlugins (Paginated)

data ListPlugins Source #

See: newListPlugins smart constructor.

Constructors

ListPlugins' (Maybe Natural) (Maybe Text) 

Instances

Instances details
ToHeaders ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

Methods

toHeaders :: ListPlugins -> [Header] #

ToPath ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

ToQuery ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

AWSPager ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

AWSRequest ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

Associated Types

type AWSResponse ListPlugins #

Generic ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

Associated Types

type Rep ListPlugins :: Type -> Type #

Read ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

Show ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

NFData ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

Methods

rnf :: ListPlugins -> () #

Eq ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

Hashable ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

type AWSResponse ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

type Rep ListPlugins Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

type Rep ListPlugins = D1 ('MetaData "ListPlugins" "Amazonka.MigrationHubOrchestrator.ListPlugins" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListPlugins'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListPlugins :: ListPlugins Source #

Create a value of ListPlugins 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:maxResults:ListPlugins', listPlugins_maxResults - The maximum number of plugins that can be returned.

ListPlugins, listPlugins_nextToken - The pagination token.

data ListPluginsResponse Source #

See: newListPluginsResponse smart constructor.

Instances

Instances details
Generic ListPluginsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

Associated Types

type Rep ListPluginsResponse :: Type -> Type #

Read ListPluginsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

Show ListPluginsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

NFData ListPluginsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

Methods

rnf :: ListPluginsResponse -> () #

Eq ListPluginsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

type Rep ListPluginsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListPlugins

type Rep ListPluginsResponse = D1 ('MetaData "ListPluginsResponse" "Amazonka.MigrationHubOrchestrator.ListPlugins" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListPluginsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "plugins") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PluginSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPluginsResponse Source #

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

ListPlugins, listPluginsResponse_nextToken - The pagination token.

$sel:plugins:ListPluginsResponse', listPluginsResponse_plugins - Migration Hub Orchestrator plugins.

$sel:httpStatus:ListPluginsResponse', listPluginsResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.MigrationHubOrchestrator.ListTagsForResource" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.MigrationHubOrchestrator.ListTagsForResource" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The tags added to a resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListTemplateStepGroups (Paginated)

data ListTemplateStepGroups Source #

See: newListTemplateStepGroups smart constructor.

Instances

Instances details
ToHeaders ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

ToPath ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

ToQuery ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

AWSPager ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

AWSRequest ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Associated Types

type AWSResponse ListTemplateStepGroups #

Generic ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Associated Types

type Rep ListTemplateStepGroups :: Type -> Type #

Read ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Show ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

NFData ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Methods

rnf :: ListTemplateStepGroups -> () #

Eq ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Hashable ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type AWSResponse ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type Rep ListTemplateStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type Rep ListTemplateStepGroups = D1 ('MetaData "ListTemplateStepGroups" "Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTemplateStepGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTemplateStepGroups Source #

Create a value of ListTemplateStepGroups 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:maxResults:ListTemplateStepGroups', listTemplateStepGroups_maxResults - The maximum number of results that can be returned.

ListTemplateStepGroups, listTemplateStepGroups_nextToken - The pagination token.

ListTemplateStepGroups, listTemplateStepGroups_templateId - The ID of the template.

data ListTemplateStepGroupsResponse Source #

See: newListTemplateStepGroupsResponse smart constructor.

Instances

Instances details
Generic ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Associated Types

type Rep ListTemplateStepGroupsResponse :: Type -> Type #

Read ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Show ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

NFData ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

Eq ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type Rep ListTemplateStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups

type Rep ListTemplateStepGroupsResponse = D1 ('MetaData "ListTemplateStepGroupsResponse" "Amazonka.MigrationHubOrchestrator.ListTemplateStepGroups" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTemplateStepGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "templateStepGroupSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TemplateStepGroupSummary]))))

newListTemplateStepGroupsResponse Source #

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

ListTemplateStepGroups, listTemplateStepGroupsResponse_nextToken - The pagination token.

$sel:httpStatus:ListTemplateStepGroupsResponse', listTemplateStepGroupsResponse_httpStatus - The response's http status code.

$sel:templateStepGroupSummary:ListTemplateStepGroupsResponse', listTemplateStepGroupsResponse_templateStepGroupSummary - The summary of the step group in the template.

ListTemplateSteps (Paginated)

data ListTemplateSteps Source #

See: newListTemplateSteps smart constructor.

Instances

Instances details
ToHeaders ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

ToPath ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

ToQuery ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

AWSPager ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

AWSRequest ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

Associated Types

type AWSResponse ListTemplateSteps #

Generic ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

Associated Types

type Rep ListTemplateSteps :: Type -> Type #

Read ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

Show ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

NFData ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

Methods

rnf :: ListTemplateSteps -> () #

Eq ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

Hashable ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

type AWSResponse ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

type Rep ListTemplateSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

type Rep ListTemplateSteps = D1 ('MetaData "ListTemplateSteps" "Amazonka.MigrationHubOrchestrator.ListTemplateSteps" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTemplateSteps'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stepGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTemplateSteps Source #

Create a value of ListTemplateSteps 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:maxResults:ListTemplateSteps', listTemplateSteps_maxResults - The maximum number of results that can be returned.

ListTemplateSteps, listTemplateSteps_nextToken - The pagination token.

ListTemplateSteps, listTemplateSteps_templateId - The ID of the template.

ListTemplateSteps, listTemplateSteps_stepGroupId - The ID of the step group.

data ListTemplateStepsResponse Source #

See: newListTemplateStepsResponse smart constructor.

Instances

Instances details
Generic ListTemplateStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

Associated Types

type Rep ListTemplateStepsResponse :: Type -> Type #

Read ListTemplateStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

Show ListTemplateStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

NFData ListTemplateStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

Eq ListTemplateStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

type Rep ListTemplateStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplateSteps

type Rep ListTemplateStepsResponse = D1 ('MetaData "ListTemplateStepsResponse" "Amazonka.MigrationHubOrchestrator.ListTemplateSteps" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTemplateStepsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateStepSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TemplateStepSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTemplateStepsResponse Source #

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

ListTemplateSteps, listTemplateStepsResponse_nextToken - The pagination token.

$sel:templateStepSummaryList:ListTemplateStepsResponse', listTemplateStepsResponse_templateStepSummaryList - The list of summaries of steps in a template.

$sel:httpStatus:ListTemplateStepsResponse', listTemplateStepsResponse_httpStatus - The response's http status code.

ListTemplates (Paginated)

data ListTemplates Source #

See: newListTemplates smart constructor.

Instances

Instances details
ToHeaders ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

ToPath ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

ToQuery ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

AWSPager ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

AWSRequest ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

Associated Types

type AWSResponse ListTemplates #

Generic ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

Associated Types

type Rep ListTemplates :: Type -> Type #

Read ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

Show ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

NFData ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

Methods

rnf :: ListTemplates -> () #

Eq ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

Hashable ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

type AWSResponse ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

type Rep ListTemplates Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

type Rep ListTemplates = D1 ('MetaData "ListTemplates" "Amazonka.MigrationHubOrchestrator.ListTemplates" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListTemplates :: ListTemplates Source #

Create a value of ListTemplates 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:maxResults:ListTemplates', listTemplates_maxResults - The maximum number of results that can be returned.

ListTemplates, listTemplates_name - The name of the template.

ListTemplates, listTemplates_nextToken - The pagination token.

data ListTemplatesResponse Source #

See: newListTemplatesResponse smart constructor.

Instances

Instances details
Generic ListTemplatesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

Associated Types

type Rep ListTemplatesResponse :: Type -> Type #

Read ListTemplatesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

Show ListTemplatesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

NFData ListTemplatesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

Methods

rnf :: ListTemplatesResponse -> () #

Eq ListTemplatesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

type Rep ListTemplatesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListTemplates

type Rep ListTemplatesResponse = D1 ('MetaData "ListTemplatesResponse" "Amazonka.MigrationHubOrchestrator.ListTemplates" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListTemplatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "templateSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TemplateSummary]))))

newListTemplatesResponse Source #

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

ListTemplates, listTemplatesResponse_nextToken - The pagination token.

$sel:httpStatus:ListTemplatesResponse', listTemplatesResponse_httpStatus - The response's http status code.

$sel:templateSummary:ListTemplatesResponse', listTemplatesResponse_templateSummary - The summary of the template.

ListWorkflowStepGroups (Paginated)

data ListWorkflowStepGroups Source #

See: newListWorkflowStepGroups smart constructor.

Instances

Instances details
ToHeaders ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

ToPath ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

ToQuery ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

AWSPager ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

AWSRequest ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Associated Types

type AWSResponse ListWorkflowStepGroups #

Generic ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Associated Types

type Rep ListWorkflowStepGroups :: Type -> Type #

Read ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Show ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

NFData ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Methods

rnf :: ListWorkflowStepGroups -> () #

Eq ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Hashable ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

type AWSResponse ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

type Rep ListWorkflowStepGroups Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

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

newListWorkflowStepGroups Source #

Create a value of ListWorkflowStepGroups 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:maxResults:ListWorkflowStepGroups', listWorkflowStepGroups_maxResults - The maximum number of results that can be returned.

ListWorkflowStepGroups, listWorkflowStepGroups_nextToken - The pagination token.

$sel:workflowId:ListWorkflowStepGroups', listWorkflowStepGroups_workflowId - The ID of the migration workflow.

data ListWorkflowStepGroupsResponse Source #

See: newListWorkflowStepGroupsResponse smart constructor.

Instances

Instances details
Generic ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Associated Types

type Rep ListWorkflowStepGroupsResponse :: Type -> Type #

Read ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Show ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

NFData ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

Eq ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

type Rep ListWorkflowStepGroupsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups

type Rep ListWorkflowStepGroupsResponse = D1 ('MetaData "ListWorkflowStepGroupsResponse" "Amazonka.MigrationHubOrchestrator.ListWorkflowStepGroups" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListWorkflowStepGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workflowStepGroupsSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkflowStepGroupSummary]))))

newListWorkflowStepGroupsResponse Source #

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

ListWorkflowStepGroups, listWorkflowStepGroupsResponse_nextToken - The pagination token.

$sel:httpStatus:ListWorkflowStepGroupsResponse', listWorkflowStepGroupsResponse_httpStatus - The response's http status code.

$sel:workflowStepGroupsSummary:ListWorkflowStepGroupsResponse', listWorkflowStepGroupsResponse_workflowStepGroupsSummary - The summary of step groups in a migration workflow.

ListWorkflowSteps (Paginated)

data ListWorkflowSteps Source #

See: newListWorkflowSteps smart constructor.

Instances

Instances details
ToHeaders ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

ToPath ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

ToQuery ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

AWSPager ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

AWSRequest ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Associated Types

type AWSResponse ListWorkflowSteps #

Generic ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Associated Types

type Rep ListWorkflowSteps :: Type -> Type #

Read ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Show ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

NFData ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Methods

rnf :: ListWorkflowSteps -> () #

Eq ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Hashable ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

type AWSResponse ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

type Rep ListWorkflowSteps Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

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

newListWorkflowSteps Source #

Create a value of ListWorkflowSteps 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:maxResults:ListWorkflowSteps', listWorkflowSteps_maxResults - The maximum number of results that can be returned.

ListWorkflowSteps, listWorkflowSteps_nextToken - The pagination token.

$sel:workflowId:ListWorkflowSteps', listWorkflowSteps_workflowId - The ID of the migration workflow.

ListWorkflowSteps, listWorkflowSteps_stepGroupId - The ID of the step group.

data ListWorkflowStepsResponse Source #

See: newListWorkflowStepsResponse smart constructor.

Instances

Instances details
Generic ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Associated Types

type Rep ListWorkflowStepsResponse :: Type -> Type #

Read ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Show ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

NFData ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

Eq ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

type Rep ListWorkflowStepsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflowSteps

type Rep ListWorkflowStepsResponse = D1 ('MetaData "ListWorkflowStepsResponse" "Amazonka.MigrationHubOrchestrator.ListWorkflowSteps" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListWorkflowStepsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workflowStepsSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkflowStepSummary]))))

newListWorkflowStepsResponse Source #

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

ListWorkflowSteps, listWorkflowStepsResponse_nextToken - The pagination token.

$sel:httpStatus:ListWorkflowStepsResponse', listWorkflowStepsResponse_httpStatus - The response's http status code.

$sel:workflowStepsSummary:ListWorkflowStepsResponse', listWorkflowStepsResponse_workflowStepsSummary - The summary of steps in a migration workflow.

ListWorkflows (Paginated)

data ListWorkflows Source #

See: newListWorkflows smart constructor.

Instances

Instances details
ToHeaders ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

ToPath ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

ToQuery ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

AWSPager ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

AWSRequest ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Associated Types

type AWSResponse ListWorkflows #

Generic ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Associated Types

type Rep ListWorkflows :: Type -> Type #

Read ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Show ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

NFData ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Methods

rnf :: ListWorkflows -> () #

Eq ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Hashable ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

type AWSResponse ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

type Rep ListWorkflows Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

type Rep ListWorkflows = D1 ('MetaData "ListWorkflows" "Amazonka.MigrationHubOrchestrator.ListWorkflows" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListWorkflows'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "adsApplicationConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationWorkflowStatusEnum)) :*: S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newListWorkflows :: ListWorkflows Source #

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

ListWorkflows, listWorkflows_adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.

$sel:maxResults:ListWorkflows', listWorkflows_maxResults - The maximum number of results that can be returned.

ListWorkflows, listWorkflows_name - The name of the migration workflow.

ListWorkflows, listWorkflows_nextToken - The pagination token.

ListWorkflows, listWorkflows_status - The status of the migration workflow.

ListWorkflows, listWorkflows_templateId - The ID of the template.

data ListWorkflowsResponse Source #

See: newListWorkflowsResponse smart constructor.

Instances

Instances details
Generic ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Associated Types

type Rep ListWorkflowsResponse :: Type -> Type #

Read ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Show ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

NFData ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

Methods

rnf :: ListWorkflowsResponse -> () #

Eq ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

type Rep ListWorkflowsResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.ListWorkflows

type Rep ListWorkflowsResponse = D1 ('MetaData "ListWorkflowsResponse" "Amazonka.MigrationHubOrchestrator.ListWorkflows" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "ListWorkflowsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "migrationWorkflowSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MigrationWorkflowSummary]))))

newListWorkflowsResponse Source #

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

ListWorkflows, listWorkflowsResponse_nextToken - The pagination token.

$sel:httpStatus:ListWorkflowsResponse', listWorkflowsResponse_httpStatus - The response's http status code.

$sel:migrationWorkflowSummary:ListWorkflowsResponse', listWorkflowsResponse_migrationWorkflowSummary - The summary of the migration workflow.

RetryWorkflowStep

data RetryWorkflowStep Source #

See: newRetryWorkflowStep smart constructor.

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.

data RetryWorkflowStepResponse Source #

See: newRetryWorkflowStepResponse smart constructor.

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.

StartWorkflow

data StartWorkflow Source #

See: newStartWorkflow smart constructor.

Constructors

StartWorkflow' Text 

Instances

Instances details
ToJSON StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

ToHeaders StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

ToPath StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

ToQuery StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

AWSRequest StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

Associated Types

type AWSResponse StartWorkflow #

Generic StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

Associated Types

type Rep StartWorkflow :: Type -> Type #

Read StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

Show StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

NFData StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

Methods

rnf :: StartWorkflow -> () #

Eq StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

Hashable StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

type AWSResponse StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

type Rep StartWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

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

newStartWorkflow Source #

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

StartWorkflow, startWorkflow_id - The ID of the migration workflow.

data StartWorkflowResponse Source #

See: newStartWorkflowResponse smart constructor.

Instances

Instances details
Generic StartWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

Associated Types

type Rep StartWorkflowResponse :: Type -> Type #

Read StartWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

Show StartWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

NFData StartWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

Methods

rnf :: StartWorkflowResponse -> () #

Eq StartWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

type Rep StartWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StartWorkflow

type Rep StartWorkflowResponse = D1 ('MetaData "StartWorkflowResponse" "Amazonka.MigrationHubOrchestrator.StartWorkflow" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "StartWorkflowResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationWorkflowStatusEnum)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newStartWorkflowResponse Source #

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

StartWorkflowResponse, startWorkflowResponse_arn - The Amazon Resource Name (ARN) of the migration workflow.

StartWorkflow, startWorkflowResponse_id - The ID of the migration workflow.

$sel:lastStartTime:StartWorkflowResponse', startWorkflowResponse_lastStartTime - The time at which the migration workflow was last started.

StartWorkflowResponse, startWorkflowResponse_status - The status of the migration workflow.

StartWorkflowResponse, startWorkflowResponse_statusMessage - The status message of the migration workflow.

$sel:httpStatus:StartWorkflowResponse', startWorkflowResponse_httpStatus - The response's http status code.

StopWorkflow

data StopWorkflow Source #

See: newStopWorkflow smart constructor.

Constructors

StopWorkflow' Text 

Instances

Instances details
ToJSON StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

ToHeaders StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

ToPath StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

ToQuery StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

AWSRequest StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

Associated Types

type AWSResponse StopWorkflow #

Generic StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

Associated Types

type Rep StopWorkflow :: Type -> Type #

Read StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

Show StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

NFData StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

Methods

rnf :: StopWorkflow -> () #

Eq StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

Hashable StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

type AWSResponse StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

type Rep StopWorkflow Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

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

newStopWorkflow Source #

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

StopWorkflow, stopWorkflow_id - The ID of the migration workflow.

data StopWorkflowResponse Source #

See: newStopWorkflowResponse smart constructor.

Instances

Instances details
Generic StopWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

Associated Types

type Rep StopWorkflowResponse :: Type -> Type #

Read StopWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

Show StopWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

NFData StopWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

Methods

rnf :: StopWorkflowResponse -> () #

Eq StopWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

type Rep StopWorkflowResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.StopWorkflow

type Rep StopWorkflowResponse = D1 ('MetaData "StopWorkflowResponse" "Amazonka.MigrationHubOrchestrator.StopWorkflow" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "StopWorkflowResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastStopTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationWorkflowStatusEnum)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newStopWorkflowResponse Source #

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

StopWorkflowResponse, stopWorkflowResponse_arn - The Amazon Resource Name (ARN) of the migration workflow.

StopWorkflow, stopWorkflowResponse_id - The ID of the migration workflow.

$sel:lastStopTime:StopWorkflowResponse', stopWorkflowResponse_lastStopTime - The time at which the migration workflow was stopped.

StopWorkflowResponse, stopWorkflowResponse_status - The status of the migration workflow.

StopWorkflowResponse, stopWorkflowResponse_statusMessage - The status message of the migration workflow.

$sel:httpStatus:StopWorkflowResponse', stopWorkflowResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

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

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource to which you want to add tags.

$sel:tags:TagResource', tagResource_tags - A collection of labels, in the form of key:value pairs, that apply to this resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.MigrationHubOrchestrator.TagResource" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.MigrationHubOrchestrator.UntagResource" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource from which you want to remove tags.

$sel:tagKeys:UntagResource', untagResource_tagKeys - One or more tag keys. Specify only the tag keys, not the tag values.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.MigrationHubOrchestrator.UntagResource" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateWorkflow

data UpdateWorkflow Source #

See: newUpdateWorkflow smart constructor.

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.

data UpdateWorkflowResponse Source #

See: newUpdateWorkflowResponse smart constructor.

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.

UpdateWorkflowStep

data UpdateWorkflowStep Source #

See: newUpdateWorkflowStep smart constructor.

Instances

Instances details
ToJSON UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

ToHeaders UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

ToPath UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

ToQuery UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

AWSRequest UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Associated Types

type AWSResponse UpdateWorkflowStep #

Generic UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Associated Types

type Rep UpdateWorkflowStep :: Type -> Type #

Read UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Show UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

NFData UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Methods

rnf :: UpdateWorkflowStep -> () #

Eq UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Hashable UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type AWSResponse UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type Rep UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type Rep UpdateWorkflowStep = D1 ('MetaData "UpdateWorkflowStep" "Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflowStep'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkflowStepOutput])) :*: (S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStatus))))) :*: ((S1 ('MetaSel ('Just "stepActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepActionType)) :*: (S1 ('MetaSel ('Just "stepTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "workflowStepAutomationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowStepAutomationConfiguration)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "stepGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateWorkflowStep Source #

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

UpdateWorkflowStep, updateWorkflowStep_description - The description of the step.

UpdateWorkflowStep, updateWorkflowStep_name - The name of the step.

UpdateWorkflowStep, updateWorkflowStep_next - The next step.

$sel:outputs:UpdateWorkflowStep', updateWorkflowStep_outputs - The outputs of a step.

UpdateWorkflowStep, updateWorkflowStep_previous - The previous step.

UpdateWorkflowStep, updateWorkflowStep_status - The status of the step.

UpdateWorkflowStep, updateWorkflowStep_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

$sel:stepTarget:UpdateWorkflowStep', updateWorkflowStep_stepTarget - The servers on which a step will be run.

$sel:workflowStepAutomationConfiguration:UpdateWorkflowStep', updateWorkflowStep_workflowStepAutomationConfiguration - The custom script to run tests on the source and target environments.

UpdateWorkflowStep, updateWorkflowStep_id - The ID of the step.

UpdateWorkflowStep, updateWorkflowStep_stepGroupId - The ID of the step group.

UpdateWorkflowStep, updateWorkflowStep_workflowId - The ID of the migration workflow.

data UpdateWorkflowStepResponse Source #

See: newUpdateWorkflowStepResponse smart constructor.

Instances

Instances details
Generic UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Associated Types

type Rep UpdateWorkflowStepResponse :: Type -> Type #

Read UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Show UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

NFData UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Eq UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type Rep UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type Rep UpdateWorkflowStepResponse = D1 ('MetaData "UpdateWorkflowStepResponse" "Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflowStepResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (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)))))

newUpdateWorkflowStepResponse Source #

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

UpdateWorkflowStep, updateWorkflowStepResponse_id - The ID of the step.

UpdateWorkflowStep, updateWorkflowStepResponse_name - The name of the step.

UpdateWorkflowStep, updateWorkflowStepResponse_stepGroupId - The ID of the step group.

UpdateWorkflowStep, updateWorkflowStepResponse_workflowId - The ID of the migration workflow.

$sel:httpStatus:UpdateWorkflowStepResponse', updateWorkflowStepResponse_httpStatus - The response's http status code.

UpdateWorkflowStepGroup

data UpdateWorkflowStepGroup Source #

See: newUpdateWorkflowStepGroup smart constructor.

Instances

Instances details
ToJSON UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

ToHeaders UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

ToPath UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

ToQuery UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

AWSRequest UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Generic UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Associated Types

type Rep UpdateWorkflowStepGroup :: Type -> Type #

Read UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Show UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

NFData UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Methods

rnf :: UpdateWorkflowStepGroup -> () #

Eq UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Hashable UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type AWSResponse UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type Rep UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type Rep UpdateWorkflowStepGroup = D1 ('MetaData "UpdateWorkflowStepGroup" "Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflowStepGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateWorkflowStepGroup Source #

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

UpdateWorkflowStepGroup, updateWorkflowStepGroup_description - The description of the step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_name - The name of the step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_next - The next step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_previous - The previous step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_workflowId - The ID of the migration workflow.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_id - The ID of the step group.

data UpdateWorkflowStepGroupResponse Source #

See: newUpdateWorkflowStepGroupResponse smart constructor.

Instances

Instances details
Generic UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Associated Types

type Rep UpdateWorkflowStepGroupResponse :: Type -> Type #

Read UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Show UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

NFData UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Eq UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type Rep UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type Rep UpdateWorkflowStepGroupResponse = D1 ('MetaData "UpdateWorkflowStepGroupResponse" "Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflowStepGroupResponse'" 'PrefixI 'True) (((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 "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool])) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newUpdateWorkflowStepGroupResponse Source #

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

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_description - The description of the step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_id - The ID of the step group.

$sel:lastModifiedTime:UpdateWorkflowStepGroupResponse', updateWorkflowStepGroupResponse_lastModifiedTime - The time at which the step group was last modified.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_name - The name of the step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_next - The next step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_previous - The previous step group.

$sel:tools:UpdateWorkflowStepGroupResponse', updateWorkflowStepGroupResponse_tools - List of AWS services utilized in a migration workflow.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_workflowId - The ID of the migration workflow.

$sel:httpStatus:UpdateWorkflowStepGroupResponse', updateWorkflowStepGroupResponse_httpStatus - The response's http status code.

Types

DataType

newtype DataType Source #

Constructors

DataType' 

Fields

Bundled Patterns

pattern DataType_INTEGER :: DataType 
pattern DataType_STRING :: DataType 
pattern DataType_STRINGLIST :: DataType 
pattern DataType_STRINGMAP :: DataType 

Instances

Instances details
FromJSON DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

FromJSONKey DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToJSON DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToJSONKey DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToByteString DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

toBS :: DataType -> ByteString #

ToHeader DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

toHeader :: HeaderName -> DataType -> [Header] #

ToLog DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToQuery DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

FromText DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToText DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

toText :: DataType -> Text #

FromXML DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

ToXML DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

toXML :: DataType -> XML #

Generic DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Associated Types

type Rep DataType :: Type -> Type #

Methods

from :: DataType -> Rep DataType x #

to :: Rep DataType x -> DataType #

Read DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Show DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

NFData DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

rnf :: DataType -> () #

Eq DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Ord DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Hashable DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

Methods

hashWithSalt :: Int -> DataType -> Int #

hash :: DataType -> Int #

type Rep DataType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.DataType

type Rep DataType = D1 ('MetaData "DataType" "Amazonka.MigrationHubOrchestrator.Types.DataType" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "DataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MigrationWorkflowStatusEnum

newtype MigrationWorkflowStatusEnum Source #

Instances

Instances details
FromJSON MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

FromJSONKey MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToJSON MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToJSONKey MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToByteString MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToHeader MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToLog MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToQuery MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

FromText MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToText MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

FromXML MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

ToXML MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Generic MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Associated Types

type Rep MigrationWorkflowStatusEnum :: Type -> Type #

Read MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Show MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

NFData MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Eq MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Ord MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

Hashable MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

type Rep MigrationWorkflowStatusEnum Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum

type Rep MigrationWorkflowStatusEnum = D1 ('MetaData "MigrationWorkflowStatusEnum" "Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowStatusEnum" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "MigrationWorkflowStatusEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMigrationWorkflowStatusEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Owner

newtype Owner Source #

Constructors

Owner' 

Fields

Bundled Patterns

pattern Owner_AWS_MANAGED :: Owner 
pattern Owner_CUSTOM :: Owner 

Instances

Instances details
FromJSON Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

FromJSONKey Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToJSON Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToJSONKey Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToByteString Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toBS :: Owner -> ByteString #

ToHeader Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toHeader :: HeaderName -> Owner -> [Header] #

ToLog Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToQuery Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toQuery :: Owner -> QueryString #

FromText Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

ToText Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toText :: Owner -> Text #

FromXML Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

parseXML :: [Node] -> Either String Owner #

ToXML Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

toXML :: Owner -> XML #

Generic Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Associated Types

type Rep Owner :: Type -> Type #

Methods

from :: Owner -> Rep Owner x #

to :: Rep Owner x -> Owner #

Read Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Show Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

showsPrec :: Int -> Owner -> ShowS #

show :: Owner -> String #

showList :: [Owner] -> ShowS #

NFData Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

rnf :: Owner -> () #

Eq Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

(==) :: Owner -> Owner -> Bool #

(/=) :: Owner -> Owner -> Bool #

Ord Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

compare :: Owner -> Owner -> Ordering #

(<) :: Owner -> Owner -> Bool #

(<=) :: Owner -> Owner -> Bool #

(>) :: Owner -> Owner -> Bool #

(>=) :: Owner -> Owner -> Bool #

max :: Owner -> Owner -> Owner #

min :: Owner -> Owner -> Owner #

Hashable Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

Methods

hashWithSalt :: Int -> Owner -> Int #

hash :: Owner -> Int #

type Rep Owner Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Owner

type Rep Owner = D1 ('MetaData "Owner" "Amazonka.MigrationHubOrchestrator.Types.Owner" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "Owner'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PluginHealth

newtype PluginHealth Source #

Constructors

PluginHealth' 

Bundled Patterns

pattern PluginHealth_HEALTHY :: PluginHealth 
pattern PluginHealth_UNHEALTHY :: PluginHealth 

Instances

Instances details
FromJSON PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

FromJSONKey PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToJSON PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToJSONKey PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToByteString PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToHeader PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToLog PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToQuery PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

FromText PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToText PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Methods

toText :: PluginHealth -> Text #

FromXML PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

ToXML PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Methods

toXML :: PluginHealth -> XML #

Generic PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Associated Types

type Rep PluginHealth :: Type -> Type #

Read PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Show PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

NFData PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Methods

rnf :: PluginHealth -> () #

Eq PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Ord PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

Hashable PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

type Rep PluginHealth Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginHealth

type Rep PluginHealth = D1 ('MetaData "PluginHealth" "Amazonka.MigrationHubOrchestrator.Types.PluginHealth" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "PluginHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPluginHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RunEnvironment

newtype RunEnvironment Source #

Constructors

RunEnvironment' 

Instances

Instances details
FromJSON RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

FromJSONKey RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToJSON RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToJSONKey RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToByteString RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToHeader RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToLog RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToQuery RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

FromText RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToText RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

FromXML RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

ToXML RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Methods

toXML :: RunEnvironment -> XML #

Generic RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Associated Types

type Rep RunEnvironment :: Type -> Type #

Read RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Show RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

NFData RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Methods

rnf :: RunEnvironment -> () #

Eq RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Ord RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

Hashable RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

type Rep RunEnvironment Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.RunEnvironment

type Rep RunEnvironment = D1 ('MetaData "RunEnvironment" "Amazonka.MigrationHubOrchestrator.Types.RunEnvironment" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "RunEnvironment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRunEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepActionType

newtype StepActionType Source #

Constructors

StepActionType' 

Instances

Instances details
FromJSON StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

FromJSONKey StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToJSON StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToJSONKey StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToByteString StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToHeader StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToLog StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToQuery StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

FromText StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToText StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

FromXML StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

ToXML StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Methods

toXML :: StepActionType -> XML #

Generic StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Associated Types

type Rep StepActionType :: Type -> Type #

Read StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Show StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

NFData StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Methods

rnf :: StepActionType -> () #

Eq StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Ord StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

Hashable StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

type Rep StepActionType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepActionType

type Rep StepActionType = D1 ('MetaData "StepActionType" "Amazonka.MigrationHubOrchestrator.Types.StepActionType" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "StepActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepGroupStatus

newtype StepGroupStatus Source #

Constructors

StepGroupStatus' 

Instances

Instances details
FromJSON StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

FromJSONKey StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToJSON StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToJSONKey StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToByteString StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToHeader StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToLog StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToQuery StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

FromText StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToText StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

FromXML StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

ToXML StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Methods

toXML :: StepGroupStatus -> XML #

Generic StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Associated Types

type Rep StepGroupStatus :: Type -> Type #

Read StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Show StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

NFData StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Methods

rnf :: StepGroupStatus -> () #

Eq StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Ord StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

Hashable StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

type Rep StepGroupStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus

type Rep StepGroupStatus = D1 ('MetaData "StepGroupStatus" "Amazonka.MigrationHubOrchestrator.Types.StepGroupStatus" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "StepGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepStatus

newtype StepStatus Source #

Constructors

StepStatus' 

Fields

Instances

Instances details
FromJSON StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

FromJSONKey StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToJSON StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToJSONKey StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToByteString StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToHeader StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToLog StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToQuery StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

FromText StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToText StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Methods

toText :: StepStatus -> Text #

FromXML StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

ToXML StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Methods

toXML :: StepStatus -> XML #

Generic StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Associated Types

type Rep StepStatus :: Type -> Type #

Read StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Show StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

NFData StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Methods

rnf :: StepStatus -> () #

Eq StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Ord StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

Hashable StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

type Rep StepStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepStatus

type Rep StepStatus = D1 ('MetaData "StepStatus" "Amazonka.MigrationHubOrchestrator.Types.StepStatus" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "StepStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetType

newtype TargetType Source #

Constructors

TargetType' 

Fields

Bundled Patterns

pattern TargetType_ALL :: TargetType 
pattern TargetType_NONE :: TargetType 
pattern TargetType_SINGLE :: TargetType 

Instances

Instances details
FromJSON TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

FromJSONKey TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToJSON TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToJSONKey TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToByteString TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToHeader TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToLog TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToQuery TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

FromText TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToText TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Methods

toText :: TargetType -> Text #

FromXML TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

ToXML TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Methods

toXML :: TargetType -> XML #

Generic TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Associated Types

type Rep TargetType :: Type -> Type #

Read TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Show TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

NFData TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Methods

rnf :: TargetType -> () #

Eq TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Ord TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

Hashable TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

type Rep TargetType Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TargetType

type Rep TargetType = D1 ('MetaData "TargetType" "Amazonka.MigrationHubOrchestrator.Types.TargetType" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "TargetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TemplateStatus

newtype TemplateStatus Source #

Constructors

TemplateStatus' 

Bundled Patterns

pattern TemplateStatus_CREATED :: TemplateStatus 

Instances

Instances details
FromJSON TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

FromJSONKey TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToJSON TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToJSONKey TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToByteString TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToHeader TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToLog TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToQuery TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

FromText TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToText TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

FromXML TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

ToXML TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Methods

toXML :: TemplateStatus -> XML #

Generic TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Associated Types

type Rep TemplateStatus :: Type -> Type #

Read TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Show TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

NFData TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Methods

rnf :: TemplateStatus -> () #

Eq TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Ord TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

Hashable TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

type Rep TemplateStatus Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStatus

type Rep TemplateStatus = D1 ('MetaData "TemplateStatus" "Amazonka.MigrationHubOrchestrator.Types.TemplateStatus" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'True) (C1 ('MetaCons "TemplateStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTemplateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MigrationWorkflowSummary

data MigrationWorkflowSummary Source #

The summary of a migration workflow.

See: newMigrationWorkflowSummary smart constructor.

Instances

Instances details
FromJSON MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Generic MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Associated Types

type Rep MigrationWorkflowSummary :: Type -> Type #

Read MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Show MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

NFData MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Eq MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

Hashable MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

type Rep MigrationWorkflowSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary

type Rep MigrationWorkflowSummary = D1 ('MetaData "MigrationWorkflowSummary" "Amazonka.MigrationHubOrchestrator.Types.MigrationWorkflowSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "MigrationWorkflowSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "adsApplicationConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "completedSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationWorkflowStatusEnum))) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newMigrationWorkflowSummary :: MigrationWorkflowSummary Source #

Create a value of MigrationWorkflowSummary 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:adsApplicationConfigurationName:MigrationWorkflowSummary', migrationWorkflowSummary_adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.

$sel:completedSteps:MigrationWorkflowSummary', migrationWorkflowSummary_completedSteps - The steps completed in the migration workflow.

$sel:creationTime:MigrationWorkflowSummary', migrationWorkflowSummary_creationTime - The time at which the migration workflow was created.

$sel:endTime:MigrationWorkflowSummary', migrationWorkflowSummary_endTime - The time at which the migration workflow ended.

$sel:id:MigrationWorkflowSummary', migrationWorkflowSummary_id - The ID of the migration workflow.

$sel:name:MigrationWorkflowSummary', migrationWorkflowSummary_name - The name of the migration workflow.

$sel:status:MigrationWorkflowSummary', migrationWorkflowSummary_status - The status of the migration workflow.

$sel:statusMessage:MigrationWorkflowSummary', migrationWorkflowSummary_statusMessage - The status message of the migration workflow.

$sel:templateId:MigrationWorkflowSummary', migrationWorkflowSummary_templateId - The ID of the template.

$sel:totalSteps:MigrationWorkflowSummary', migrationWorkflowSummary_totalSteps - All the steps in a migration workflow.

PlatformCommand

data PlatformCommand Source #

Command to be run on a particular operating system.

See: newPlatformCommand smart constructor.

Instances

Instances details
FromJSON PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

ToJSON PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Generic PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Associated Types

type Rep PlatformCommand :: Type -> Type #

Read PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Show PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

NFData PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Methods

rnf :: PlatformCommand -> () #

Eq PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Hashable PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

type Rep PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

type Rep PlatformCommand = D1 ('MetaData "PlatformCommand" "Amazonka.MigrationHubOrchestrator.Types.PlatformCommand" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "PlatformCommand'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linux") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPlatformCommand :: PlatformCommand Source #

Create a value of PlatformCommand 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:linux:PlatformCommand', platformCommand_linux - Command for Linux.

$sel:windows:PlatformCommand', platformCommand_windows - Command for Windows.

PlatformScriptKey

data PlatformScriptKey Source #

The script location for a particular operating system.

See: newPlatformScriptKey smart constructor.

Instances

Instances details
FromJSON PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

ToJSON PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Generic PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Associated Types

type Rep PlatformScriptKey :: Type -> Type #

Read PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Show PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

NFData PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Methods

rnf :: PlatformScriptKey -> () #

Eq PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Hashable PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

type Rep PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

type Rep PlatformScriptKey = D1 ('MetaData "PlatformScriptKey" "Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "PlatformScriptKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linux") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPlatformScriptKey :: PlatformScriptKey Source #

Create a value of PlatformScriptKey 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:linux:PlatformScriptKey', platformScriptKey_linux - The script location for Linux.

$sel:windows:PlatformScriptKey', platformScriptKey_windows - The script location for Windows.

PluginSummary

data PluginSummary Source #

The summary of the Migration Hub Orchestrator plugin.

See: newPluginSummary smart constructor.

Instances

Instances details
FromJSON PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Generic PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Associated Types

type Rep PluginSummary :: Type -> Type #

Read PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Show PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

NFData PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Methods

rnf :: PluginSummary -> () #

Eq PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

Hashable PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

type Rep PluginSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PluginSummary

type Rep PluginSummary = D1 ('MetaData "PluginSummary" "Amazonka.MigrationHubOrchestrator.Types.PluginSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "PluginSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pluginId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "registeredTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PluginHealth)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPluginSummary :: PluginSummary Source #

Create a value of PluginSummary 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:hostname:PluginSummary', pluginSummary_hostname - The name of the host.

$sel:ipAddress:PluginSummary', pluginSummary_ipAddress - The IP address at which the plugin is located.

$sel:pluginId:PluginSummary', pluginSummary_pluginId - The ID of the plugin.

$sel:registeredTime:PluginSummary', pluginSummary_registeredTime - The time at which the plugin was registered.

$sel:status:PluginSummary', pluginSummary_status - The status of the plugin.

$sel:version:PluginSummary', pluginSummary_version - The version of the plugin.

StepAutomationConfiguration

data StepAutomationConfiguration Source #

The custom script to run tests on source or target environments.

See: newStepAutomationConfiguration smart constructor.

Instances

Instances details
FromJSON StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Generic StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Associated Types

type Rep StepAutomationConfiguration :: Type -> Type #

Read StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Show StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

NFData StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Eq StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

Hashable StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

type Rep StepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration

type Rep StepAutomationConfiguration = D1 ('MetaData "StepAutomationConfiguration" "Amazonka.MigrationHubOrchestrator.Types.StepAutomationConfiguration" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "StepAutomationConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformCommand)) :*: S1 ('MetaSel ('Just "runEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunEnvironment))) :*: (S1 ('MetaSel ('Just "scriptLocationS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scriptLocationS3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformScriptKey)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetType))))))

newStepAutomationConfiguration :: StepAutomationConfiguration Source #

Create a value of StepAutomationConfiguration 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:command:StepAutomationConfiguration', stepAutomationConfiguration_command - The command to run the script.

$sel:runEnvironment:StepAutomationConfiguration', stepAutomationConfiguration_runEnvironment - The source or target environment.

$sel:scriptLocationS3Bucket:StepAutomationConfiguration', stepAutomationConfiguration_scriptLocationS3Bucket - The Amazon S3 bucket where the script is located.

$sel:scriptLocationS3Key:StepAutomationConfiguration', stepAutomationConfiguration_scriptLocationS3Key - The Amazon S3 key for the script location.

$sel:targetType:StepAutomationConfiguration', stepAutomationConfiguration_targetType - The servers on which to run the script.

StepInput

data StepInput Source #

A map of key value pairs that is generated when you create a migration workflow. The key value pairs will differ based on your selection of the template.

See: newStepInput smart constructor.

Instances

Instances details
FromJSON StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

ToJSON StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Generic StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Associated Types

type Rep StepInput :: Type -> Type #

Read StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Show StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

NFData StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Methods

rnf :: StepInput -> () #

Eq StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

Hashable StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

type Rep StepInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepInput

type Rep StepInput = D1 ('MetaData "StepInput" "Amazonka.MigrationHubOrchestrator.Types.StepInput" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "StepInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "integerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "listOfStringsValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "mapOfStringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newStepInput :: StepInput Source #

Create a value of StepInput 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:integerValue:StepInput', stepInput_integerValue - The value of the integer.

$sel:listOfStringsValue:StepInput', stepInput_listOfStringsValue - List of string values.

$sel:mapOfStringValue:StepInput', stepInput_mapOfStringValue - Map of string values.

$sel:stringValue:StepInput', stepInput_stringValue - String value.

StepOutput

data StepOutput Source #

The output of the step.

See: newStepOutput smart constructor.

Instances

Instances details
FromJSON StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Generic StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Associated Types

type Rep StepOutput :: Type -> Type #

Read StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Show StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

NFData StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Methods

rnf :: StepOutput -> () #

Eq StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

Hashable StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

type Rep StepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.StepOutput

type Rep StepOutput = D1 ('MetaData "StepOutput" "Amazonka.MigrationHubOrchestrator.Types.StepOutput" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "StepOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataType)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "required") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newStepOutput :: StepOutput Source #

Create a value of StepOutput 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:dataType:StepOutput', stepOutput_dataType - The data type of the step output.

$sel:name:StepOutput', stepOutput_name - The name of the step.

$sel:required:StepOutput', stepOutput_required - Determine if an output is required from a step.

TemplateInput

data TemplateInput Source #

The input parameters of a template.

See: newTemplateInput smart constructor.

Instances

Instances details
FromJSON TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Generic TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Associated Types

type Rep TemplateInput :: Type -> Type #

Read TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Show TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

NFData TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Methods

rnf :: TemplateInput -> () #

Eq TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

Hashable TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

type Rep TemplateInput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateInput

type Rep TemplateInput = D1 ('MetaData "TemplateInput" "Amazonka.MigrationHubOrchestrator.Types.TemplateInput" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "TemplateInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataType)) :*: (S1 ('MetaSel ('Just "inputName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "required") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newTemplateInput :: TemplateInput Source #

Create a value of TemplateInput 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:dataType:TemplateInput', templateInput_dataType - The data type of the template input.

$sel:inputName:TemplateInput', templateInput_inputName - The name of the template.

$sel:required:TemplateInput', templateInput_required - Determine if an input is required from the template.

TemplateStepGroupSummary

data TemplateStepGroupSummary Source #

The summary of the step group in the template.

See: newTemplateStepGroupSummary smart constructor.

Instances

Instances details
FromJSON TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Generic TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Associated Types

type Rep TemplateStepGroupSummary :: Type -> Type #

Read TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Show TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

NFData TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Eq TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

Hashable TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

type Rep TemplateStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary

type Rep TemplateStepGroupSummary = D1 ('MetaData "TemplateStepGroupSummary" "Amazonka.MigrationHubOrchestrator.Types.TemplateStepGroupSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "TemplateStepGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newTemplateStepGroupSummary :: TemplateStepGroupSummary Source #

Create a value of TemplateStepGroupSummary 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:id:TemplateStepGroupSummary', templateStepGroupSummary_id - The ID of the step group.

$sel:name:TemplateStepGroupSummary', templateStepGroupSummary_name - The name of the step group.

$sel:next:TemplateStepGroupSummary', templateStepGroupSummary_next - The next step group.

$sel:previous:TemplateStepGroupSummary', templateStepGroupSummary_previous - The previous step group.

TemplateStepSummary

data TemplateStepSummary Source #

The summary of the step.

See: newTemplateStepSummary smart constructor.

Instances

Instances details
FromJSON TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Generic TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Associated Types

type Rep TemplateStepSummary :: Type -> Type #

Read TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Show TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

NFData TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Methods

rnf :: TemplateStepSummary -> () #

Eq TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

Hashable TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

type Rep TemplateStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateStepSummary

newTemplateStepSummary :: TemplateStepSummary Source #

Create a value of TemplateStepSummary 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:id:TemplateStepSummary', templateStepSummary_id - The ID of the step.

$sel:name:TemplateStepSummary', templateStepSummary_name - The name of the step.

$sel:next:TemplateStepSummary', templateStepSummary_next - The next step.

$sel:owner:TemplateStepSummary', templateStepSummary_owner - The owner of the step.

$sel:previous:TemplateStepSummary', templateStepSummary_previous - The previous step.

$sel:stepActionType:TemplateStepSummary', templateStepSummary_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

$sel:stepGroupId:TemplateStepSummary', templateStepSummary_stepGroupId - The ID of the step group.

$sel:targetType:TemplateStepSummary', templateStepSummary_targetType - The servers on which to run the script.

$sel:templateId:TemplateStepSummary', templateStepSummary_templateId - The ID of the template.

TemplateSummary

data TemplateSummary Source #

The summary of the template.

See: newTemplateSummary smart constructor.

Instances

Instances details
FromJSON TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Generic TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Associated Types

type Rep TemplateSummary :: Type -> Type #

Read TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Show TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

NFData TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Methods

rnf :: TemplateSummary -> () #

Eq TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

Hashable TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

type Rep TemplateSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.TemplateSummary

type Rep TemplateSummary = D1 ('MetaData "TemplateSummary" "Amazonka.MigrationHubOrchestrator.Types.TemplateSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "TemplateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTemplateSummary :: TemplateSummary Source #

Create a value of TemplateSummary 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:arn:TemplateSummary', templateSummary_arn - The Amazon Resource Name (ARN) of the template.

$sel:description:TemplateSummary', templateSummary_description - The description of the template.

$sel:id:TemplateSummary', templateSummary_id - The ID of the template.

$sel:name:TemplateSummary', templateSummary_name - The name of the template.

Tool

data Tool Source #

List of AWS services utilized in a migration workflow.

See: newTool smart constructor.

Constructors

Tool' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Generic Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Associated Types

type Rep Tool :: Type -> Type #

Methods

from :: Tool -> Rep Tool x #

to :: Rep Tool x -> Tool #

Read Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Show Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Methods

showsPrec :: Int -> Tool -> ShowS #

show :: Tool -> String #

showList :: [Tool] -> ShowS #

NFData Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Methods

rnf :: Tool -> () #

Eq Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Methods

(==) :: Tool -> Tool -> Bool #

(/=) :: Tool -> Tool -> Bool #

Hashable Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

Methods

hashWithSalt :: Int -> Tool -> Int #

hash :: Tool -> Int #

type Rep Tool Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.Tool

type Rep Tool = D1 ('MetaData "Tool" "Amazonka.MigrationHubOrchestrator.Types.Tool" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "Tool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTool :: Tool Source #

Create a value of Tool 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:name:Tool', tool_name - The name of an AWS service.

$sel:url:Tool', tool_url - The URL of an AWS service.

WorkflowStepAutomationConfiguration

data WorkflowStepAutomationConfiguration Source #

The custom script to run tests on source or target environments.

See: newWorkflowStepAutomationConfiguration smart constructor.

Instances

Instances details
FromJSON WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

ToJSON WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Generic WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Read WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Show WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

NFData WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Eq WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Hashable WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

type Rep WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

type Rep WorkflowStepAutomationConfiguration = D1 ('MetaData "WorkflowStepAutomationConfiguration" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepAutomationConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformCommand)) :*: S1 ('MetaSel ('Just "runEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunEnvironment))) :*: (S1 ('MetaSel ('Just "scriptLocationS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scriptLocationS3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformScriptKey)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetType))))))

WorkflowStepGroupSummary

data WorkflowStepGroupSummary Source #

The summary of a step group in a workflow.

See: newWorkflowStepGroupSummary smart constructor.

Instances

Instances details
FromJSON WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Generic WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Associated Types

type Rep WorkflowStepGroupSummary :: Type -> Type #

Read WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Show WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

NFData WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Eq WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Hashable WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

type Rep WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

type Rep WorkflowStepGroupSummary = D1 ('MetaData "WorkflowStepGroupSummary" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Owner)) :*: (S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepGroupStatus))))))

newWorkflowStepGroupSummary :: WorkflowStepGroupSummary Source #

Create a value of WorkflowStepGroupSummary 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:id:WorkflowStepGroupSummary', workflowStepGroupSummary_id - The ID of the step group.

$sel:name:WorkflowStepGroupSummary', workflowStepGroupSummary_name - The name of the step group.

$sel:next:WorkflowStepGroupSummary', workflowStepGroupSummary_next - The next step group.

$sel:owner:WorkflowStepGroupSummary', workflowStepGroupSummary_owner - The owner of the step group.

$sel:previous:WorkflowStepGroupSummary', workflowStepGroupSummary_previous - The previous step group.

$sel:status:WorkflowStepGroupSummary', workflowStepGroupSummary_status - The status of the step group.

WorkflowStepOutput

data WorkflowStepOutput Source #

The output of a step.

See: newWorkflowStepOutput smart constructor.

Instances

Instances details
FromJSON WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

ToJSON WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Generic WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Associated Types

type Rep WorkflowStepOutput :: Type -> Type #

Read WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Show WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

NFData WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Methods

rnf :: WorkflowStepOutput -> () #

Eq WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

Hashable WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

type Rep WorkflowStepOutput Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput

type Rep WorkflowStepOutput = D1 ('MetaData "WorkflowStepOutput" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutput" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataType)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "required") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowStepOutputUnion)))))

newWorkflowStepOutput :: WorkflowStepOutput Source #

Create a value of WorkflowStepOutput 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:dataType:WorkflowStepOutput', workflowStepOutput_dataType - The data type of the output.

$sel:name:WorkflowStepOutput', workflowStepOutput_name - The name of the step.

$sel:required:WorkflowStepOutput', workflowStepOutput_required - Determine if an output is required from a step.

$sel:value:WorkflowStepOutput', workflowStepOutput_value - The value of the output.

WorkflowStepOutputUnion

data WorkflowStepOutputUnion Source #

A structure to hold multiple values of an output.

See: newWorkflowStepOutputUnion smart constructor.

Instances

Instances details
FromJSON WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

ToJSON WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Generic WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Associated Types

type Rep WorkflowStepOutputUnion :: Type -> Type #

Read WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Show WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

NFData WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Methods

rnf :: WorkflowStepOutputUnion -> () #

Eq WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

Hashable WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

type Rep WorkflowStepOutputUnion Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion

type Rep WorkflowStepOutputUnion = D1 ('MetaData "WorkflowStepOutputUnion" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepOutputUnion" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepOutputUnion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "integerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "listOfStringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newWorkflowStepOutputUnion :: WorkflowStepOutputUnion Source #

Create a value of WorkflowStepOutputUnion 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:integerValue:WorkflowStepOutputUnion', workflowStepOutputUnion_integerValue - The integer value.

$sel:listOfStringValue:WorkflowStepOutputUnion', workflowStepOutputUnion_listOfStringValue - The list of string value.

$sel:stringValue:WorkflowStepOutputUnion', workflowStepOutputUnion_stringValue - The string value.

WorkflowStepSummary

data WorkflowStepSummary Source #

The summary of the step in a migration workflow.

See: newWorkflowStepSummary smart constructor.

Instances

Instances details
FromJSON WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Generic WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Associated Types

type Rep WorkflowStepSummary :: Type -> Type #

Read WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Show WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

NFData WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Methods

rnf :: WorkflowStepSummary -> () #

Eq WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

Hashable WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

type Rep WorkflowStepSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary

type Rep WorkflowStepSummary = D1 ('MetaData "WorkflowStepSummary" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepSummary" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "noOfSrvCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "noOfSrvFailed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Owner))))) :*: ((S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "scriptLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStatus)))) :*: ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stepActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepActionType))) :*: (S1 ('MetaSel ('Just "stepId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalNoOfSrv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newWorkflowStepSummary :: WorkflowStepSummary Source #

Create a value of WorkflowStepSummary 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:description:WorkflowStepSummary', workflowStepSummary_description - The description of the step.

$sel:name:WorkflowStepSummary', workflowStepSummary_name - The name of the step.

$sel:next:WorkflowStepSummary', workflowStepSummary_next - The next step.

$sel:noOfSrvCompleted:WorkflowStepSummary', workflowStepSummary_noOfSrvCompleted - The number of servers that have been migrated.

$sel:noOfSrvFailed:WorkflowStepSummary', workflowStepSummary_noOfSrvFailed - The number of servers that have failed to migrate.

$sel:owner:WorkflowStepSummary', workflowStepSummary_owner - The owner of the step.

$sel:previous:WorkflowStepSummary', workflowStepSummary_previous - The previous step.

$sel:scriptLocation:WorkflowStepSummary', workflowStepSummary_scriptLocation - The location of the script.

$sel:status:WorkflowStepSummary', workflowStepSummary_status - The status of the step.

$sel:statusMessage:WorkflowStepSummary', workflowStepSummary_statusMessage - The status message of the migration workflow.

$sel:stepActionType:WorkflowStepSummary', workflowStepSummary_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

$sel:stepId:WorkflowStepSummary', workflowStepSummary_stepId - The ID of the step.

$sel:totalNoOfSrv:WorkflowStepSummary', workflowStepSummary_totalNoOfSrv - The total number of servers that have been migrated.