amazonka-storagegateway-0.3.3: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.CancelRetrieval

Contents

Description

Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is initiated. The virtual tape is returned to the VTS.

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

Synopsis

Request

Request constructor

cancelRetrieval Source

CancelRetrieval constructor.

The fields accessible through corresponding lenses are:

Request lenses

crTapeARN :: Lens' CancelRetrieval Text Source

The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.

Response

Response constructor

cancelRetrievalResponse :: CancelRetrievalResponse Source

CancelRetrievalResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

crrTapeARN :: Lens' CancelRetrievalResponse (Maybe Text) Source

The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.