ListChangeSetsRequest

public struct ListChangeSetsRequest : AWSShape
extension MarketplaceCatalog.ListChangeSetsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The catalog related to the request. Fixed value: AWSMarketplace

    Declaration

    Swift

    public let catalog: String
  • An array of filter objects.

    Declaration

    Swift

    public let filterList: [Filter]?
  • The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.

    Declaration

    Swift

    public let maxResults: Int?
  • The token value retrieved from a previous call to access the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • An object that contains two attributes, SortBy and SortOrder.

    Declaration

    Swift

    public let sort: Sort?
  • Undocumented

    Declaration

    Swift

    public init(catalog: String, filterList: [Filter]? = nil, maxResults: Int? = nil, nextToken: String? = nil, sort: Sort? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws