ReEncryptRequest
import type { ReEncryptRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kms.ts";interface ReEncryptRequest {
CiphertextBlob: Uint8Array | string;
DestinationEncryptionAlgorithm?: EncryptionAlgorithmSpec | null;
DestinationEncryptionContext?: {} | null;
[key: string]: string | null | undefined;
DestinationKeyId: string;
GrantTokens?: string[] | null;
SourceEncryptionAlgorithm?: EncryptionAlgorithmSpec | null;
SourceEncryptionContext?: {} | null;
[key: string]: string | null | undefined;
SourceKeyId?: string | null;
}§Properties
§
DestinationEncryptionAlgorithm?: EncryptionAlgorithmSpec | null
[src]§
SourceEncryptionAlgorithm?: EncryptionAlgorithmSpec | null
[src]