| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.StorageGateway.CancelArchival
Description
Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving process is initiated.
http://docs.aws.amazon.com/storagegateway/latest/APIReference/API_CancelArchival.html
Request
data CancelArchival Source
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> CancelArchival |
CancelArchival constructor.
The fields accessible through corresponding lenses are:
caGatewayARN::TextcaTapeARN::Text
Request lenses
caTapeARN :: Lens' CancelArchival Text Source
The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.
Response
Response constructor
cancelArchivalResponse :: CancelArchivalResponse Source
CancelArchivalResponse constructor.
The fields accessible through corresponding lenses are:
carTapeARN::MaybeText
Response lenses
carTapeARN :: Lens' CancelArchivalResponse (Maybe Text) Source
The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.