ChangeInfo

public struct ChangeInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

    Declaration

    Swift

    public let comment: String?
  • id

    The ID of the request.

    Declaration

    Swift

    public let id: String
  • The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

    Declaration

    Swift

    public let status: ChangeStatus
  • 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.

    Declaration

    Swift

    public let submittedAt: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(comment: String? = nil, id: String, status: ChangeStatus, submittedAt: TimeStamp)