ListPackagesForDomainRequest

public struct ListPackagesForDomainRequest : AWSShape
extension ElasticsearchService.ListPackagesForDomainRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the domain for which you want to list associated packages.

    Declaration

    Swift

    public let domainName: String
  • Limits results to a maximum number of packages.

    Declaration

    Swift

    public let maxResults: Int?
  • Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(domainName: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws