| Copyright | (c) 2013-2015 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.StorageGateway.DeleteTapeArchive
Description
Deletes the specified virtual tape from the virtual tape shelf (VTS).
See: AWS API Reference for DeleteTapeArchive.
- deleteTapeArchive :: Text -> DeleteTapeArchive
- data DeleteTapeArchive
- dtaTapeARN :: Lens' DeleteTapeArchive Text
- deleteTapeArchiveResponse :: Int -> DeleteTapeArchiveResponse
- data DeleteTapeArchiveResponse
- dtatrsTapeARN :: Lens' DeleteTapeArchiveResponse (Maybe Text)
- dtatrsStatus :: Lens' DeleteTapeArchiveResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DeleteTapeArchive | 
Creates a value of DeleteTapeArchive with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteTapeArchive Source
DeleteTapeArchiveInput
See: deleteTapeArchive smart constructor.
Instances
Request Lenses
dtaTapeARN :: Lens' DeleteTapeArchive Text Source
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
Destructuring the Response
deleteTapeArchiveResponse Source
Arguments
| :: Int | |
| -> DeleteTapeArchiveResponse | 
Creates a value of DeleteTapeArchiveResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteTapeArchiveResponse Source
DeleteTapeArchiveOutput
See: deleteTapeArchiveResponse smart constructor.
Response Lenses
dtatrsTapeARN :: Lens' DeleteTapeArchiveResponse (Maybe Text) Source
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
dtatrsStatus :: Lens' DeleteTapeArchiveResponse Int Source
The response status code.