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

GetParametersForImportResponse

import type { GetParametersForImportResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kms.ts";
interface GetParametersForImportResponse {
ImportToken?: Uint8Array | null;
KeyId?: string | null;
ParametersValidTo?: Date | number | null;
PublicKey?: Uint8Array | null;
}

§Properties

§
ImportToken?: Uint8Array | null
[src]
§
KeyId?: string | null
[src]
§
ParametersValidTo?: Date | number | null
[src]
§
PublicKey?: Uint8Array | null
[src]