libZSservicesZSamazonka-smsZSamazonka-sms
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.SMS.Types.VmServerAddress

Description

 
Synopsis

Documentation

data VmServerAddress Source #

Represents a VM server location.

See: newVmServerAddress smart constructor.

Constructors

VmServerAddress' 

Fields

Instances

Instances details
Eq VmServerAddress Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServerAddress

Read VmServerAddress Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServerAddress

Show VmServerAddress Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServerAddress

Generic VmServerAddress Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServerAddress

Associated Types

type Rep VmServerAddress :: Type -> Type #

NFData VmServerAddress Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServerAddress

Methods

rnf :: VmServerAddress -> () #

Hashable VmServerAddress Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServerAddress

ToJSON VmServerAddress Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServerAddress

FromJSON VmServerAddress Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServerAddress

type Rep VmServerAddress Source # 
Instance details

Defined in Amazonka.SMS.Types.VmServerAddress

type Rep VmServerAddress = D1 ('MetaData "VmServerAddress" "Amazonka.SMS.Types.VmServerAddress" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "VmServerAddress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vmManagerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vmId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newVmServerAddress :: VmServerAddress Source #

Create a value of VmServerAddress 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:vmManagerId:VmServerAddress', vmServerAddress_vmManagerId - The ID of the VM manager.

$sel:vmId:VmServerAddress', vmServerAddress_vmId - The ID of the VM.