amazonka-storagegateway-0.3.5: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.DeleteTape

Contents

Description

Synopsis

Request

Request constructor

deleteTape Source

DeleteTape constructor.

The fields accessible through corresponding lenses are:

Request lenses

dt1GatewayARN :: Lens' DeleteTape Text Source

The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and region.

dt1TapeARN :: Lens' DeleteTape Text Source

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

Response

Response constructor

deleteTapeResponse :: DeleteTapeResponse Source

DeleteTapeResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dtrTapeARN :: Lens' DeleteTapeResponse (Maybe Text) Source

The Amazon Resource Name (ARN) of the deleted virtual tape.