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

DeleteChapCredentialsInput

import type { DeleteChapCredentialsInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

A JSON object containing one or more of the following fields:

  • "DeleteChapCredentialsInput$InitiatorName"
  • "DeleteChapCredentialsInput$TargetARN"
interface DeleteChapCredentialsInput {
InitiatorName: string;
TargetARN: string;
}

§Properties

§
InitiatorName: string
[src]

The iSCSI initiator that connects to the target.

§
TargetARN: string
[src]

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the "DescribeStorediSCSIVolumes" operation to return to retrieve the TargetARN for specified VolumeARN.