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

DescribeListenerCertificatesInput

import type { DescribeListenerCertificatesInput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface DescribeListenerCertificatesInput {
ListenerArn: string;
Marker?: string | null;
PageSize?: number | null;
}

§Properties

§
ListenerArn: string
[src]

The Amazon Resource Names (ARN) of the listener.

§
Marker?: string | null
[src]

The marker for the next set of results. (You received this marker from a previous call.)

§
PageSize?: number | null
[src]

The maximum number of results to return with this call.