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

ImportKeyMaterialRequest

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

§Properties

§
EncryptedKeyMaterial: Uint8Array | string
[src]
§
ExpirationModel?: ExpirationModelType | null
[src]
§
ImportToken: Uint8Array | string
[src]
§
KeyId: string
[src]
§
ValidTo?: Date | number | null
[src]