amazonka-storagegateway-1.3.1: Amazon Storage Gateway SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.DeleteTape

Contents

Description

Deletes the specified virtual tape.

See: AWS API Reference for DeleteTape.

Synopsis

Creating a Request

deleteTape Source

Creates a value of DeleteTape with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

delGatewayARN :: 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.

delTapeARN :: Lens' DeleteTape Text Source

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

Destructuring the Response

deleteTapeResponse Source

Creates a value of DeleteTapeResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dtrsTapeARN :: Lens' DeleteTapeResponse (Maybe Text) Source

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