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 TapeInfo = TapeInfo' {}
- newTapeInfo :: TapeInfo
- tapeInfo_tapeBarcode :: Lens' TapeInfo (Maybe Text)
- tapeInfo_tapeStatus :: Lens' TapeInfo (Maybe Text)
- tapeInfo_tapeARN :: Lens' TapeInfo (Maybe Text)
- tapeInfo_gatewayARN :: Lens' TapeInfo (Maybe Text)
- tapeInfo_tapeSizeInBytes :: Lens' TapeInfo (Maybe Integer)
- tapeInfo_poolId :: Lens' TapeInfo (Maybe Text)
- tapeInfo_poolEntryDate :: Lens' TapeInfo (Maybe UTCTime)
- tapeInfo_retentionStartDate :: Lens' TapeInfo (Maybe UTCTime)
Documentation
Describes a virtual tape.
See: newTapeInfo
smart constructor.
TapeInfo' | |
|
Instances
newTapeInfo :: TapeInfo Source #
Create a value of TapeInfo
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:TapeInfo'
, tapeInfo_tapeBarcode
- The barcode that identifies a specific virtual tape.
$sel:tapeStatus:TapeInfo'
, tapeInfo_tapeStatus
- The status of the tape.
$sel:tapeARN:TapeInfo'
, tapeInfo_tapeARN
- The Amazon Resource Name (ARN) of a virtual tape.
$sel:gatewayARN:TapeInfo'
, tapeInfo_gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Amazon Web
Services Region.
$sel:tapeSizeInBytes:TapeInfo'
, tapeInfo_tapeSizeInBytes
- The size, in bytes, of a virtual tape.
$sel:poolId:TapeInfo'
, tapeInfo_poolId
- The ID of the pool that you want to add your tape to for archiving. The
tape in this pool is 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:poolEntryDate:TapeInfo'
, tapeInfo_poolEntryDate
- The date that the tape entered the custom tape pool with tape retention
lock enabled.
$sel:retentionStartDate:TapeInfo'
, tapeInfo_retentionStartDate
- The date that the tape became subject to tape retention lock.
tapeInfo_tapeBarcode :: Lens' TapeInfo (Maybe Text) Source #
The barcode that identifies a specific virtual tape.
tapeInfo_tapeARN :: Lens' TapeInfo (Maybe Text) Source #
The Amazon Resource Name (ARN) of a virtual tape.
tapeInfo_gatewayARN :: Lens' TapeInfo (Maybe Text) Source #
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
tapeInfo_tapeSizeInBytes :: Lens' TapeInfo (Maybe Integer) Source #
The size, in bytes, of a virtual tape.
tapeInfo_poolId :: Lens' TapeInfo (Maybe Text) Source #
The ID of the pool that you want to add your tape to for archiving. The tape in this pool is 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