amazonka-storagegateway-0.0.2: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.DeleteChapCredentials

Contents

Description

This operation deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair.

http://docs.aws.amazon.com/storagegateway/latest/APIReference/API_DeleteChapCredentials.html

Synopsis

Request

Request constructor

deleteChapCredentials Source

DeleteChapCredentials constructor.

The fields accessible through corresponding lenses are:

Request lenses

dcc1InitiatorName :: Lens' DeleteChapCredentials Text Source

The iSCSI initiator that connects to the target.

dcc1TargetARN :: Lens' DeleteChapCredentials Text Source

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

Response

Response constructor

Response lenses

dccrInitiatorName :: Lens' DeleteChapCredentialsResponse (Maybe Text) Source

The iSCSI initiator that connects to the target.

dccrTargetARN :: Lens' DeleteChapCredentialsResponse (Maybe Text) Source

The Amazon Resource Name (ARN) of the target.