libZSservicesZSamazonka-route53ZSamazonka-route53
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.Route53.Types.ChangeInfo

Description

 
Synopsis

Documentation

data ChangeInfo Source #

A complex type that describes change information about changes made to your hosted zone.

See: newChangeInfo smart constructor.

Constructors

ChangeInfo' 

Fields

  • comment :: Maybe Text

    A comment you can provide.

  • id :: ResourceId

    This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

  • status :: ChangeStatus

    The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

  • submittedAt :: ISO8601

    The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

Instances

Instances details
Eq ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Read ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Show ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Generic ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Associated Types

type Rep ChangeInfo :: Type -> Type #

NFData ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Methods

rnf :: ChangeInfo -> () #

Hashable ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

FromXML ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

type Rep ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

type Rep ChangeInfo = D1 ('MetaData "ChangeInfo" "Amazonka.Route53.Types.ChangeInfo" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "ChangeInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChangeStatus) :*: S1 ('MetaSel ('Just "submittedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))

newChangeInfo Source #

Create a value of ChangeInfo 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:comment:ChangeInfo', changeInfo_comment - A comment you can provide.

$sel:id:ChangeInfo', changeInfo_id - This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

$sel:status:ChangeInfo', changeInfo_status - The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

$sel:submittedAt:ChangeInfo', changeInfo_submittedAt - The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

changeInfo_comment :: Lens' ChangeInfo (Maybe Text) Source #

A comment you can provide.

changeInfo_id :: Lens' ChangeInfo ResourceId Source #

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

changeInfo_status :: Lens' ChangeInfo ChangeStatus Source #

The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

changeInfo_submittedAt :: Lens' ChangeInfo UTCTime Source #

The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.