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 |
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)
- dtatrsResponseStatus :: Lens' DeleteTapeArchiveResponse Int
Creating a Request
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.
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
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).
dtatrsResponseStatus :: Lens' DeleteTapeArchiveResponse Int Source
The response status code.