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

DeleteCustomKeyStoreRequest

import type { DeleteCustomKeyStoreRequest } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface DeleteCustomKeyStoreRequest {
CustomKeyStoreId: string;
}

§Properties

§
CustomKeyStoreId: string
[src]

Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the "DescribeCustomKeyStores" operation.