amazonka-storagegateway-0.0.8: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.CancelArchival

Contents

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

Synopsis

Request

Request constructor

cancelArchival Source

CancelArchival constructor.

The fields accessible through corresponding lenses are:

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:

Response lenses

carTapeARN :: Lens' CancelArchivalResponse (Maybe Text) Source

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