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

ListProvisioningArtifactsForServiceActionOutput

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

§
ProvisioningArtifactViews?: ProvisioningArtifactView[] | null
[src]

An array of objects with information about product views and provisioning artifacts.