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

ListEnvironmentProvisionedResourcesOutput

import type { ListEnvironmentProvisionedResourcesOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListEnvironmentProvisionedResourcesOutput {
nextToken?: string | null;
provisionedResources: ProvisionedResource[];
}

§Properties

§
nextToken?: string | null
[src]

A token that indicates the location of the next environment provisioned resource in the array of provisioned resources, after the current requested list of environment provisioned resources.

§
provisionedResources: ProvisionedResource[]
[src]

An array of environment provisioned resources.