amazonka-storagegateway-2.0: Amazon Storage Gateway SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.StorageGateway.Types.TapeInfo

Description

 
Synopsis

Documentation

data TapeInfo Source #

Describes a virtual tape.

See: newTapeInfo smart constructor.

Constructors

TapeInfo' 

Fields

  • gatewayARN :: Maybe Text

    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.

  • poolEntryDate :: Maybe POSIX

    The date that the tape entered the custom tape pool with tape retention lock enabled.

  • poolId :: Maybe Text

    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.

  • retentionStartDate :: Maybe POSIX

    The date that the tape became subject to tape retention lock.

  • tapeARN :: Maybe Text

    The Amazon Resource Name (ARN) of a virtual tape.

  • tapeBarcode :: Maybe Text

    The barcode that identifies a specific virtual tape.

  • tapeSizeInBytes :: Maybe Integer

    The size, in bytes, of a virtual tape.

  • tapeStatus :: Maybe Text

    The status of the tape.

Instances

Instances details
FromJSON TapeInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.TapeInfo

Generic TapeInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.TapeInfo

Associated Types

type Rep TapeInfo :: Type -> Type #

Methods

from :: TapeInfo -> Rep TapeInfo x #

to :: Rep TapeInfo x -> TapeInfo #

Read TapeInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.TapeInfo

Show TapeInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.TapeInfo

NFData TapeInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.TapeInfo

Methods

rnf :: TapeInfo -> () #

Eq TapeInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.TapeInfo

Hashable TapeInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.TapeInfo

Methods

hashWithSalt :: Int -> TapeInfo -> Int #

hash :: TapeInfo -> Int #

type Rep TapeInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.TapeInfo

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: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:poolEntryDate:TapeInfo', tapeInfo_poolEntryDate - The date that the tape entered the custom tape pool with tape retention lock enabled.

$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.

$sel:retentionStartDate:TapeInfo', tapeInfo_retentionStartDate - The date that the tape became subject to tape retention lock.

$sel:tapeARN:TapeInfo', tapeInfo_tapeARN - The Amazon Resource Name (ARN) of a virtual tape.

$sel:tapeBarcode:TapeInfo', tapeInfo_tapeBarcode - The barcode that identifies a specific virtual tape.

$sel:tapeSizeInBytes:TapeInfo', tapeInfo_tapeSizeInBytes - The size, in bytes, of a virtual tape.

$sel:tapeStatus:TapeInfo', tapeInfo_tapeStatus - The status of the 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_poolEntryDate :: Lens' TapeInfo (Maybe UTCTime) Source #

The date that the tape entered the custom tape pool with tape retention lock enabled.

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.

tapeInfo_retentionStartDate :: Lens' TapeInfo (Maybe UTCTime) Source #

The date that the tape became subject to tape retention lock.

tapeInfo_tapeARN :: Lens' TapeInfo (Maybe Text) Source #

The Amazon Resource Name (ARN) of a virtual tape.

tapeInfo_tapeBarcode :: Lens' TapeInfo (Maybe Text) Source #

The barcode that identifies a specific virtual tape.

tapeInfo_tapeSizeInBytes :: Lens' TapeInfo (Maybe Integer) Source #

The size, in bytes, of a virtual tape.

tapeInfo_tapeStatus :: Lens' TapeInfo (Maybe Text) Source #

The status of the tape.