Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SearchProvisionedProductsInput

import type { SearchProvisionedProductsInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface SearchProvisionedProductsInput {
AcceptLanguage?: string | null;
AccessLevelFilter?: AccessLevelFilter | null;
Filters?: [key in ProvisionedProductViewFilterBy]: string[] | null | undefined | null;
PageSize?: number | null;
PageToken?: string | null;
SortBy?: string | null;
SortOrder?: SortOrder | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
AccessLevelFilter?: AccessLevelFilter | null
[src]

The access level to use to obtain results. The default is User.

§
Filters?: [key in ProvisionedProductViewFilterBy]: string[] | null | undefined | null
[src]

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"]

§
PageSize?: number | null
[src]

The maximum number of items to return with this call.

§
PageToken?: string | null
[src]

The page token for the next set of results. To retrieve the first set of results, use null.

§
SortBy?: string | null
[src]

The sort field. If no value is specified, the results are not sorted. The valid values are arn, id, name, and lastRecordId.

§
SortOrder?: SortOrder | null
[src]

The sort order. If no value is specified, the results are not sorted.