| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@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). This operation is only supported in the tape gateway architecture.
- 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
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:
dtaTapeARN- The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
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:
dtatrsTapeARN- The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).dtatrsResponseStatus- -- | The response status code.
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.