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

ListServicePipelineProvisionedResourcesInput

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

§Properties

§
nextToken?: string | null
[src]

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

§
serviceName: string
[src]

The name of the service whose pipeline's provisioned resources you want.