RenewDomainRequest

public struct RenewDomainRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.

    Declaration

    Swift

    public let currentExpiryYear: Int
  • The name of the domain that you want to renew.

    Declaration

    Swift

    public let domainName: String
  • The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide. Default: 1

    Declaration

    Swift

    public let durationInYears: Int?
  • Undocumented

    Declaration

    Swift

    public init(currentExpiryYear: Int, domainName: String, durationInYears: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws