SearchProductsAsAdminInput

public struct SearchProductsAsAdminInput : AWSShape
extension ServiceCatalog.SearchProductsAsAdminInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The language code. en - English (default) jp - Japanese zh - Chinese

    Declaration

    Swift

    public let acceptLanguage: String?
  • The search filters. If no search filters are specified, the output includes all products to which the administrator has access.

    Declaration

    Swift

    public let filters: [ProductViewFilterBy : [String]]?
  • The maximum number of items to return with this call.

    Declaration

    Swift

    public let pageSize: Int?
  • The page token for the next set of results. To retrieve the first set of results, use null.

    Declaration

    Swift

    public let pageToken: String?
  • The portfolio identifier.

    Declaration

    Swift

    public let portfolioId: String?
  • Access level of the source of the product.

    Declaration

    Swift

    public let productSource: ProductSource?
  • The sort field. If no value is specified, the results are not sorted.

    Declaration

    Swift

    public let sortBy: ProductViewSortBy?
  • The sort order. If no value is specified, the results are not sorted.

    Declaration

    Swift

    public let sortOrder: SortOrder?
  • Undocumented

    Declaration

    Swift

    public init(acceptLanguage: String? = nil, filters: [ProductViewFilterBy : [String]]? = nil, pageSize: Int? = nil, pageToken: String? = nil, portfolioId: String? = nil, productSource: ProductSource? = nil, sortBy: ProductViewSortBy? = nil, sortOrder: SortOrder? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws