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

GetPublicKeyResponse

import type { GetPublicKeyResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kms.ts";
interface GetPublicKeyResponse {
CustomerMasterKeySpec?: CustomerMasterKeySpec | null;
EncryptionAlgorithms?: EncryptionAlgorithmSpec[] | null;
KeyId?: string | null;
KeyUsage?: KeyUsageType | null;
PublicKey?: Uint8Array | null;
SigningAlgorithms?: SigningAlgorithmSpec[] | null;
}

§Properties

§
CustomerMasterKeySpec?: CustomerMasterKeySpec | null
[src]
§
EncryptionAlgorithms?: EncryptionAlgorithmSpec[] | null
[src]
§
KeyId?: string | null
[src]
§
KeyUsage?: KeyUsageType | null
[src]
§
PublicKey?: Uint8Array | null
[src]
§
SigningAlgorithms?: SigningAlgorithmSpec[] | null
[src]