libZSservicesZSamazonka-mgnZSamazonka-mgn
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.MGN.Types.IdentificationHints

Description

 
Synopsis

Documentation

data IdentificationHints Source #

Identification hints.

See: newIdentificationHints smart constructor.

Constructors

IdentificationHints' 

Fields

Instances

Instances details
Eq IdentificationHints Source # 
Instance details

Defined in Amazonka.MGN.Types.IdentificationHints

Read IdentificationHints Source # 
Instance details

Defined in Amazonka.MGN.Types.IdentificationHints

Show IdentificationHints Source # 
Instance details

Defined in Amazonka.MGN.Types.IdentificationHints

Generic IdentificationHints Source # 
Instance details

Defined in Amazonka.MGN.Types.IdentificationHints

Associated Types

type Rep IdentificationHints :: Type -> Type #

NFData IdentificationHints Source # 
Instance details

Defined in Amazonka.MGN.Types.IdentificationHints

Methods

rnf :: IdentificationHints -> () #

Hashable IdentificationHints Source # 
Instance details

Defined in Amazonka.MGN.Types.IdentificationHints

FromJSON IdentificationHints Source # 
Instance details

Defined in Amazonka.MGN.Types.IdentificationHints

type Rep IdentificationHints Source # 
Instance details

Defined in Amazonka.MGN.Types.IdentificationHints

type Rep IdentificationHints = D1 ('MetaData "IdentificationHints" "Amazonka.MGN.Types.IdentificationHints" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "IdentificationHints'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fqdn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "awsInstanceID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vmWareUuid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newIdentificationHints :: IdentificationHints Source #

Create a value of IdentificationHints 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:IdentificationHints', identificationHints_hostname - Hostname identification hint.

$sel:fqdn:IdentificationHints', identificationHints_fqdn - FQDN address identification hint.

$sel:awsInstanceID:IdentificationHints', identificationHints_awsInstanceID - AWS Instance ID identification hint.

$sel:vmWareUuid:IdentificationHints', identificationHints_vmWareUuid - vmWare UUID identification hint.

identificationHints_fqdn :: Lens' IdentificationHints (Maybe Text) Source #

FQDN address identification hint.