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.3/services/apigateway.ts?docs=full";

A request to get information about the current "ClientCertificate" resource.

interface GetClientCertificateRequest {
clientCertificateId: string;
}

§Properties

§
clientCertificateId: string
[src]

[Required] The identifier of the "ClientCertificate" resource to be described.