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

Description

Get the template you want to use for creating a migration workflow.

Synopsis

Creating a Request

data GetTemplate Source #

See: newGetTemplate smart constructor.

Constructors

GetTemplate' 

Fields

  • id :: Text

    The ID of the template.

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.

Request Lenses

getTemplate_id :: Lens' GetTemplate Text Source #

The ID of the template.

Destructuring the Response

data GetTemplateResponse Source #

See: newGetTemplateResponse smart constructor.

Constructors

GetTemplateResponse' 

Fields

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.

Response Lenses

getTemplateResponse_creationTime :: Lens' GetTemplateResponse (Maybe UTCTime) Source #

The time at which the template was last created.

getTemplateResponse_description :: Lens' GetTemplateResponse (Maybe Text) Source #

The time at which the template was last created.

getTemplateResponse_inputs :: Lens' GetTemplateResponse (Maybe [TemplateInput]) Source #

The inputs provided for the creation of the migration workflow.

getTemplateResponse_tools :: Lens' GetTemplateResponse (Maybe [Tool]) Source #

List of AWS services utilized in a migration workflow.