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

DescribeTargetGroupsOutput

import type { DescribeTargetGroupsOutput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface DescribeTargetGroupsOutput {
NextMarker?: string | null;
TargetGroups: TargetGroup[];
}

§Properties

§
NextMarker?: string | null
[src]

If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

§
TargetGroups: TargetGroup[]
[src]

Information about the target groups.