Copyright | (c) 2013-2021 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 |
Synopsis
- data Tape = Tape' {
- tapeBarcode :: Maybe Text
- tapeStatus :: Maybe Text
- kmsKey :: Maybe Text
- tapeARN :: Maybe Text
- progress :: Maybe Double
- tapeSizeInBytes :: Maybe Integer
- vTLDevice :: Maybe Text
- poolId :: Maybe Text
- tapeUsedInBytes :: Maybe Integer
- tapeCreatedDate :: Maybe POSIX
- poolEntryDate :: Maybe POSIX
- worm :: Maybe Bool
- retentionStartDate :: Maybe POSIX
- newTape :: Tape
- tape_tapeBarcode :: Lens' Tape (Maybe Text)
- tape_tapeStatus :: Lens' Tape (Maybe Text)
- tape_kmsKey :: Lens' Tape (Maybe Text)
- tape_tapeARN :: Lens' Tape (Maybe Text)
- tape_progress :: Lens' Tape (Maybe Double)
- tape_tapeSizeInBytes :: Lens' Tape (Maybe Integer)
- tape_vTLDevice :: Lens' Tape (Maybe Text)
- tape_poolId :: Lens' Tape (Maybe Text)
- tape_tapeUsedInBytes :: Lens' Tape (Maybe Integer)
- tape_tapeCreatedDate :: Lens' Tape (Maybe UTCTime)
- tape_poolEntryDate :: Lens' Tape (Maybe UTCTime)
- tape_worm :: Lens' Tape (Maybe Bool)
- tape_retentionStartDate :: Lens' Tape (Maybe UTCTime)
Documentation
Describes a virtual tape object.
See: newTape
smart constructor.
Tape' | |
|
Instances
Create a value of Tape
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tapeBarcode:Tape'
, tape_tapeBarcode
- The barcode that identifies a specific virtual tape.
$sel:tapeStatus:Tape'
, tape_tapeStatus
- The current state of the virtual tape.
$sel:kmsKey:Tape'
, tape_kmsKey
- Undocumented member.
$sel:tapeARN:Tape'
, tape_tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.
$sel:progress:Tape'
, tape_progress
- For archiving virtual tapes, indicates how much data remains to be
uploaded before archiving is complete.
Range: 0 (not started) to 100 (complete).
$sel:tapeSizeInBytes:Tape'
, tape_tapeSizeInBytes
- The size, in bytes, of the virtual tape capacity.
$sel:vTLDevice:Tape'
, tape_vTLDevice
- The virtual tape library (VTL) device that the virtual tape is
associated with.
$sel:poolId:Tape'
, tape_poolId
- The ID of the pool that contains tapes that will be archived. The tapes
in this pool are archived in the S3 storage class that is associated
with the pool. When you use your backup application to eject the tape,
the tape is archived directly into the storage class (S3 Glacier or S3
Glacier Deep Archive) that corresponds to the pool.
Valid Values: GLACIER
| DEEP_ARCHIVE
$sel:tapeUsedInBytes:Tape'
, tape_tapeUsedInBytes
- The size, in bytes, of data stored on the virtual tape.
This value is not available for tapes created prior to May 13, 2015.
$sel:tapeCreatedDate:Tape'
, tape_tapeCreatedDate
- The date the virtual tape was created.
$sel:poolEntryDate:Tape'
, tape_poolEntryDate
- The date that the tape enters a custom tape pool.
$sel:worm:Tape'
, tape_worm
- If the tape is archived as write-once-read-many (WORM), this value is
true
.
$sel:retentionStartDate:Tape'
, tape_retentionStartDate
- The date that the tape is first archived with tape retention lock
enabled.
tape_tapeBarcode :: Lens' Tape (Maybe Text) Source #
The barcode that identifies a specific virtual tape.
tape_progress :: Lens' Tape (Maybe Double) Source #
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
Range: 0 (not started) to 100 (complete).
tape_tapeSizeInBytes :: Lens' Tape (Maybe Integer) Source #
The size, in bytes, of the virtual tape capacity.
tape_vTLDevice :: Lens' Tape (Maybe Text) Source #
The virtual tape library (VTL) device that the virtual tape is associated with.
tape_poolId :: Lens' Tape (Maybe Text) Source #
The ID of the pool that contains tapes that will be archived. The tapes in this pool are archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
Valid Values: GLACIER
| DEEP_ARCHIVE
tape_tapeUsedInBytes :: Lens' Tape (Maybe Integer) Source #
The size, in bytes, of data stored on the virtual tape.
This value is not available for tapes created prior to May 13, 2015.
tape_poolEntryDate :: Lens' Tape (Maybe UTCTime) Source #
The date that the tape enters a custom tape pool.