amazonka-storagegateway-0.2.2: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.DeleteTapeArchive

Contents

Description

Deletes the specified virtual tape from the virtual tape shelf (VTS).

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

Synopsis

Request

Request constructor

deleteTapeArchive Source

DeleteTapeArchive constructor.

The fields accessible through corresponding lenses are:

Request lenses

dtaTapeARN :: Lens' DeleteTapeArchive Text Source

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

Response

Response constructor

deleteTapeArchiveResponse :: DeleteTapeArchiveResponse Source

DeleteTapeArchiveResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dtarTapeARN :: Lens' DeleteTapeArchiveResponse (Maybe Text) Source

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).