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

DeleteHsmRequest

import type { DeleteHsmRequest } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface DeleteHsmRequest {
ClusterId: string;
EniId?: string | null;
EniIp?: string | null;
HsmId?: string | null;
}

§Properties

§
ClusterId: string
[src]

The identifier (ID) of the cluster that contains the HSM that you are deleting.

§
EniId?: string | null
[src]

The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.

§
EniIp?: string | null
[src]

The IP address of the elastic network interface (ENI) of the HSM that you are deleting.

§
HsmId?: string | null
[src]

The identifier (ID) of the HSM that you are deleting.