ListOperationsRequest

public struct ListOperationsRequest : AWSShape
extension Route53Domains.ListOperationsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

    Declaration

    Swift

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

    Declaration

    Swift

    public let maxItems: Int?
  • An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

    Declaration

    Swift

    public let submittedSince: TimeStamp?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws