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

GetProvisionedProductOutputsOutput

import type { GetProvisionedProductOutputsOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface GetProvisionedProductOutputsOutput {
NextPageToken?: string | null;
Outputs?: RecordOutput[] | 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.

§
Outputs?: RecordOutput[] | null
[src]

Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.