libZSservicesZSamazonka-migrationhubZSamazonka-migrationhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MigrationHub.Types.CreatedArtifact

Description

 
Synopsis

Documentation

data CreatedArtifact Source #

An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).

See: newCreatedArtifact smart constructor.

Constructors

CreatedArtifact' 

Fields

  • description :: Maybe Text

    A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

  • name :: Text

    An ARN that uniquely identifies the result of a migration task.

Instances

Instances details
Eq CreatedArtifact Source # 
Instance details

Defined in Amazonka.MigrationHub.Types.CreatedArtifact

Read CreatedArtifact Source # 
Instance details

Defined in Amazonka.MigrationHub.Types.CreatedArtifact

Show CreatedArtifact Source # 
Instance details

Defined in Amazonka.MigrationHub.Types.CreatedArtifact

Generic CreatedArtifact Source # 
Instance details

Defined in Amazonka.MigrationHub.Types.CreatedArtifact

Associated Types

type Rep CreatedArtifact :: Type -> Type #

NFData CreatedArtifact Source # 
Instance details

Defined in Amazonka.MigrationHub.Types.CreatedArtifact

Methods

rnf :: CreatedArtifact -> () #

Hashable CreatedArtifact Source # 
Instance details

Defined in Amazonka.MigrationHub.Types.CreatedArtifact

ToJSON CreatedArtifact Source # 
Instance details

Defined in Amazonka.MigrationHub.Types.CreatedArtifact

FromJSON CreatedArtifact Source # 
Instance details

Defined in Amazonka.MigrationHub.Types.CreatedArtifact

type Rep CreatedArtifact Source # 
Instance details

Defined in Amazonka.MigrationHub.Types.CreatedArtifact

type Rep CreatedArtifact = D1 ('MetaData "CreatedArtifact" "Amazonka.MigrationHub.Types.CreatedArtifact" "libZSservicesZSamazonka-migrationhubZSamazonka-migrationhub" 'False) (C1 ('MetaCons "CreatedArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreatedArtifact Source #

Create a value of CreatedArtifact 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:CreatedArtifact', createdArtifact_description - A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

$sel:name:CreatedArtifact', createdArtifact_name - An ARN that uniquely identifies the result of a migration task.

createdArtifact_description :: Lens' CreatedArtifact (Maybe Text) Source #

A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

createdArtifact_name :: Lens' CreatedArtifact Text Source #

An ARN that uniquely identifies the result of a migration task.