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

ListEnvironmentProvisionedResourcesInput

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

§Properties

§
environmentName: string
[src]

The environment name.

§
nextToken?: string | null
[src]

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