libZSservicesZSamazonka-opsworksZSamazonka-opsworks
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.OpsWorks.Types.ElasticIp

Description

 
Synopsis

Documentation

data ElasticIp Source #

Describes an Elastic IP address.

See: newElasticIp smart constructor.

Constructors

ElasticIp' 

Fields

Instances

Instances details
Eq ElasticIp Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.ElasticIp

Read ElasticIp Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.ElasticIp

Show ElasticIp Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.ElasticIp

Generic ElasticIp Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.ElasticIp

Associated Types

type Rep ElasticIp :: Type -> Type #

NFData ElasticIp Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.ElasticIp

Methods

rnf :: ElasticIp -> () #

Hashable ElasticIp Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.ElasticIp

FromJSON ElasticIp Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.ElasticIp

type Rep ElasticIp Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.ElasticIp

type Rep ElasticIp = D1 ('MetaData "ElasticIp" "Amazonka.OpsWorks.Types.ElasticIp" "libZSservicesZSamazonka-opsworksZSamazonka-opsworks" 'False) (C1 ('MetaCons "ElasticIp'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newElasticIp :: ElasticIp Source #

Create a value of ElasticIp 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:instanceId:ElasticIp', elasticIp_instanceId - The ID of the instance that the address is attached to.

$sel:domain:ElasticIp', elasticIp_domain - The domain.

$sel:ip:ElasticIp', elasticIp_ip - The IP address.

$sel:name:ElasticIp', elasticIp_name - The name.

$sel:region:ElasticIp', elasticIp_region - The AWS region. For more information, see Regions and Endpoints.

elasticIp_instanceId :: Lens' ElasticIp (Maybe Text) Source #

The ID of the instance that the address is attached to.

elasticIp_region :: Lens' ElasticIp (Maybe Text) Source #

The AWS region. For more information, see Regions and Endpoints.