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

Deployments

import type { Deployments } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface Deployments {
Items?: DeploymentSummary[] | null;
NextToken?: string | null;
}

§Properties

§
Items?: DeploymentSummary[] | null
[src]

The elements from this collection.

§
NextToken?: string | null
[src]

The token for the next set of items to return. Use this token to get the next set of results.