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 TapeArchive = TapeArchive' {
- tapeBarcode :: Maybe Text
- tapeStatus :: Maybe Text
- kmsKey :: Maybe Text
- tapeARN :: Maybe Text
- tapeSizeInBytes :: Maybe Integer
- completionTime :: Maybe POSIX
- poolId :: Maybe Text
- tapeUsedInBytes :: Maybe Integer
- tapeCreatedDate :: Maybe POSIX
- poolEntryDate :: Maybe POSIX
- worm :: Maybe Bool
- retentionStartDate :: Maybe POSIX
- retrievedTo :: Maybe Text
- newTapeArchive :: TapeArchive
- tapeArchive_tapeBarcode :: Lens' TapeArchive (Maybe Text)
- tapeArchive_tapeStatus :: Lens' TapeArchive (Maybe Text)
- tapeArchive_kmsKey :: Lens' TapeArchive (Maybe Text)
- tapeArchive_tapeARN :: Lens' TapeArchive (Maybe Text)
- tapeArchive_tapeSizeInBytes :: Lens' TapeArchive (Maybe Integer)
- tapeArchive_completionTime :: Lens' TapeArchive (Maybe UTCTime)
- tapeArchive_poolId :: Lens' TapeArchive (Maybe Text)
- tapeArchive_tapeUsedInBytes :: Lens' TapeArchive (Maybe Integer)
- tapeArchive_tapeCreatedDate :: Lens' TapeArchive (Maybe UTCTime)
- tapeArchive_poolEntryDate :: Lens' TapeArchive (Maybe UTCTime)
- tapeArchive_worm :: Lens' TapeArchive (Maybe Bool)
- tapeArchive_retentionStartDate :: Lens' TapeArchive (Maybe UTCTime)
- tapeArchive_retrievedTo :: Lens' TapeArchive (Maybe Text)
Documentation
data TapeArchive Source #
Represents a virtual tape that is archived in the virtual tape shelf (VTS).
See: newTapeArchive
smart constructor.
TapeArchive' | |
|
Instances
newTapeArchive :: TapeArchive Source #
Create a value of TapeArchive
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:TapeArchive'
, tapeArchive_tapeBarcode
- The barcode that identifies the archived virtual tape.
$sel:tapeStatus:TapeArchive'
, tapeArchive_tapeStatus
- The current state of the archived virtual tape.
$sel:kmsKey:TapeArchive'
, tapeArchive_kmsKey
- Undocumented member.
$sel:tapeARN:TapeArchive'
, tapeArchive_tapeARN
- The Amazon Resource Name (ARN) of an archived virtual tape.
$sel:tapeSizeInBytes:TapeArchive'
, tapeArchive_tapeSizeInBytes
- The size, in bytes, of the archived virtual tape.
$sel:completionTime:TapeArchive'
, tapeArchive_completionTime
- The time that the archiving of the virtual tape was completed.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
$sel:poolId:TapeArchive'
, tapeArchive_poolId
- The ID of the pool that was used to archive the tape. The tapes in this
pool are archived in the S3 storage class that is associated with the
pool.
Valid Values: GLACIER
| DEEP_ARCHIVE
$sel:tapeUsedInBytes:TapeArchive'
, tapeArchive_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:TapeArchive'
, tapeArchive_tapeCreatedDate
- The date the virtual tape was created.
$sel:poolEntryDate:TapeArchive'
, tapeArchive_poolEntryDate
- The time that the tape entered the custom tape pool.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
$sel:worm:TapeArchive'
, tapeArchive_worm
- Set to true
if the archived tape is stored as write-once-read-many
(WORM).
$sel:retentionStartDate:TapeArchive'
, tapeArchive_retentionStartDate
- If the archived tape is subject to tape retention lock, the date that
the archived tape started being retained.
$sel:retrievedTo:TapeArchive'
, tapeArchive_retrievedTo
- The Amazon Resource Name (ARN) of the tape gateway that the virtual tape
is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
tapeArchive_tapeBarcode :: Lens' TapeArchive (Maybe Text) Source #
The barcode that identifies the archived virtual tape.
tapeArchive_tapeStatus :: Lens' TapeArchive (Maybe Text) Source #
The current state of the archived virtual tape.
tapeArchive_kmsKey :: Lens' TapeArchive (Maybe Text) Source #
Undocumented member.
tapeArchive_tapeARN :: Lens' TapeArchive (Maybe Text) Source #
The Amazon Resource Name (ARN) of an archived virtual tape.
tapeArchive_tapeSizeInBytes :: Lens' TapeArchive (Maybe Integer) Source #
The size, in bytes, of the archived virtual tape.
tapeArchive_completionTime :: Lens' TapeArchive (Maybe UTCTime) Source #
The time that the archiving of the virtual tape was completed.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
tapeArchive_poolId :: Lens' TapeArchive (Maybe Text) Source #
The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.
Valid Values: GLACIER
| DEEP_ARCHIVE
tapeArchive_tapeUsedInBytes :: Lens' TapeArchive (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.
tapeArchive_tapeCreatedDate :: Lens' TapeArchive (Maybe UTCTime) Source #
The date the virtual tape was created.
tapeArchive_poolEntryDate :: Lens' TapeArchive (Maybe UTCTime) Source #
The time that the tape entered the custom tape pool.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
tapeArchive_worm :: Lens' TapeArchive (Maybe Bool) Source #
Set to true
if the archived tape is stored as write-once-read-many
(WORM).
tapeArchive_retentionStartDate :: Lens' TapeArchive (Maybe UTCTime) Source #
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
tapeArchive_retrievedTo :: Lens' TapeArchive (Maybe Text) Source #
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).