| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.StorageGateway.CancelRetrieval
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
Request
data CancelRetrieval Source
Instances
| Eq CancelRetrieval | |
| Ord CancelRetrieval | |
| Read CancelRetrieval | |
| Show CancelRetrieval | |
| ToJSON CancelRetrieval | |
| AWSRequest CancelRetrieval | |
| ToQuery CancelRetrieval | |
| ToPath CancelRetrieval | |
| ToHeaders CancelRetrieval | |
| type Sv CancelRetrieval = StorageGateway | |
| type Rs CancelRetrieval = CancelRetrievalResponse |
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> CancelRetrieval |
CancelRetrieval constructor.
The fields accessible through corresponding lenses are:
crGatewayARN::TextcrTapeARN::Text
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:
crrTapeARN::MaybeText
Response lenses
crrTapeARN :: Lens' CancelRetrievalResponse (Maybe Text) Source
The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.