SearchProvisionedProductsInput

public struct SearchProvisionedProductsInput : AWSShape
extension ServiceCatalog.SearchProvisionedProductsInput: 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 access level to use to obtain results. The default is User.

    Declaration

    Swift

    public let accessLevelFilter: AccessLevelFilter?
  • The search filters. When the key is SearchQuery, the searchable fields are arn, createdTime, id, lastRecordId, idempotencyToken, name, physicalId, productId, provisioningArtifact, type, status, tags, userArn, userArnSession, lastProvisioningRecordId, lastSuccessfulProvisioningRecordId, productName, and provisioningArtifactName. Example: “SearchQuery”:[“status:AVAILABLE”]

    Declaration

    Swift

    public let filters: [ProvisionedProductViewFilterBy : [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 sort field. If no value is specified, the results are not sorted. The valid values are arn, id, name, and lastRecordId.

    Declaration

    Swift

    public let sortBy: String?
  • 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, accessLevelFilter: AccessLevelFilter? = nil, filters: [ProvisionedProductViewFilterBy : [String]]? = nil, pageSize: Int? = nil, pageToken: String? = nil, sortBy: String? = nil, sortOrder: SortOrder? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws