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

AddEndpointsResponse

import type { AddEndpointsResponse } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface AddEndpointsResponse {
EndpointDescriptions?: EndpointDescription[] | null;
EndpointGroupArn?: string | null;
}

§Properties

§
EndpointDescriptions?: EndpointDescription[] | null
[src]

The list of endpoint objects.

§
EndpointGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the endpoint group.