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

DescribeVpcEndpointServicesResult

import type { DescribeVpcEndpointServicesResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Contains the output of DescribeVpcEndpointServices.

interface DescribeVpcEndpointServicesResult {
NextToken?: string | null;
ServiceDetails: ServiceDetail[];
ServiceNames: string[];
}

§Properties

§
NextToken?: string | null
[src]

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

§
ServiceDetails: ServiceDetail[]
[src]

Information about the service.

§
ServiceNames: string[]
[src]

A list of supported services.