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

SearchProvisionedProductsOutput

import type { SearchProvisionedProductsOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface SearchProvisionedProductsOutput {
NextPageToken?: string | null;
ProvisionedProducts?: ProvisionedProductAttribute[] | null;
TotalResultsCount?: number | null;
}

§Properties

§
NextPageToken?: string | null
[src]

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

§
ProvisionedProducts?: ProvisionedProductAttribute[] | null
[src]

Information about the provisioned products.

§
TotalResultsCount?: number | null
[src]

The number of provisioned products found.