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

ListVPCEConfigurationsResult

import type { ListVPCEConfigurationsResult } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface ListVPCEConfigurationsResult {
nextToken?: string | null;
vpceConfigurations?: VPCEConfiguration[] | null;
}

§Properties

§
nextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

§
vpceConfigurations?: VPCEConfiguration[] | null
[src]

An array of VPCEConfiguration objects that contain information about your VPC endpoint configuration.