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

GetClientCertificateRequest

import type { GetClientCertificateRequest } from "https://aws-api.deno.dev/v0.4/services/apigateway.ts?docs=full";

A request to get information about the current ClientCertificate resource.

interface GetClientCertificateRequest {
clientCertificateId: string;
}

§Properties

§
clientCertificateId: string
[src]

The identifier of the ClientCertificate resource to be described.