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

RemoveListenerCertificatesInput

import type { RemoveListenerCertificatesInput } from "https://aws-api.deno.dev/v0.3/services/elbv2.ts?docs=full";
interface RemoveListenerCertificatesInput {
Certificates: Certificate[];
ListenerArn: string;
}

§Properties

§
Certificates: Certificate[]
[src]

The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

§
ListenerArn: string
[src]

The Amazon Resource Name (ARN) of the listener.