ListDomainsRequest

public struct ListDomainsRequest : AWSShape
extension Route53Domains.ListDomainsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems, you can use Marker to return additional domains. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element. Constraints: The marker must match the value specified in the previous request.

    Declaration

    Swift

    public let marker: String?
  • Number of domains to be returned. Default: 20

    Declaration

    Swift

    public let maxItems: Int?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, maxItems: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws