| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Route53.Types.ChangeInfo
Description
Synopsis
- data ChangeInfo = ChangeInfo' {
- comment :: Maybe Text
- id :: ResourceId
- status :: ChangeStatus
- submittedAt :: ISO8601
- newChangeInfo :: ResourceId -> ChangeStatus -> UTCTime -> ChangeInfo
- changeInfo_comment :: Lens' ChangeInfo (Maybe Text)
- changeInfo_id :: Lens' ChangeInfo ResourceId
- changeInfo_status :: Lens' ChangeInfo ChangeStatus
- changeInfo_submittedAt :: Lens' ChangeInfo UTCTime
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
| |
Instances
Arguments
| :: ResourceId | |
| -> ChangeStatus | |
| -> UTCTime | |
| -> ChangeInfo |
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.