amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.PtrUpdateStatus

Description

 
Synopsis

Documentation

data PtrUpdateStatus Source #

The status of an updated pointer (PTR) record for an Elastic IP address.

See: newPtrUpdateStatus smart constructor.

Constructors

PtrUpdateStatus' 

Fields

Instances

Instances details
FromXML PtrUpdateStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PtrUpdateStatus

Generic PtrUpdateStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PtrUpdateStatus

Associated Types

type Rep PtrUpdateStatus :: Type -> Type #

Read PtrUpdateStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PtrUpdateStatus

Show PtrUpdateStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PtrUpdateStatus

NFData PtrUpdateStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PtrUpdateStatus

Methods

rnf :: PtrUpdateStatus -> () #

Eq PtrUpdateStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PtrUpdateStatus

Hashable PtrUpdateStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PtrUpdateStatus

type Rep PtrUpdateStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PtrUpdateStatus

type Rep PtrUpdateStatus = D1 ('MetaData "PtrUpdateStatus" "Amazonka.EC2.Types.PtrUpdateStatus" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "PtrUpdateStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPtrUpdateStatus :: PtrUpdateStatus Source #

Create a value of PtrUpdateStatus 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:reason:PtrUpdateStatus', ptrUpdateStatus_reason - The reason for the PTR record update.

$sel:status:PtrUpdateStatus', ptrUpdateStatus_status - The status of the PTR record update.

PtrUpdateStatus, ptrUpdateStatus_value - The value for the PTR record update.

ptrUpdateStatus_reason :: Lens' PtrUpdateStatus (Maybe Text) Source #

The reason for the PTR record update.

ptrUpdateStatus_status :: Lens' PtrUpdateStatus (Maybe Text) Source #

The status of the PTR record update.

ptrUpdateStatus_value :: Lens' PtrUpdateStatus (Maybe Text) Source #

The value for the PTR record update.