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

ListServiceInstanceProvisionedResourcesInput

import type { ListServiceInstanceProvisionedResourcesInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListServiceInstanceProvisionedResourcesInput {
nextToken?: string | null;
serviceInstanceName: string;
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.

§
serviceInstanceName: string
[src]

The name of the service instance whose provisioned resources you want.

§
serviceName: string
[src]

The name of the service that serviceInstanceName is associated to.