libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Description

Retrieves the recovery point for the specified virtual tape. This operation is only supported in the tape gateway type.

A recovery point is a point in time view of a virtual tape at which all the data on the tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway.

The virtual tape can be retrieved to only one gateway. The retrieved tape is read-only. The virtual tape can be retrieved to only a tape gateway. There is no charge for retrieving recovery points.

Synopsis

Creating a Request

data RetrieveTapeRecoveryPoint Source #

RetrieveTapeRecoveryPointInput

See: newRetrieveTapeRecoveryPoint smart constructor.

Constructors

RetrieveTapeRecoveryPoint' 

Fields

  • tapeARN :: Text

    The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

  • gatewayARN :: Text
     

Instances

Instances details
Eq RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Read RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Show RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Generic RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Associated Types

type Rep RetrieveTapeRecoveryPoint :: Type -> Type #

NFData RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Hashable RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

ToJSON RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

AWSRequest RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

ToHeaders RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

ToPath RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

ToQuery RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

type Rep RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

type Rep RetrieveTapeRecoveryPoint = D1 ('MetaData "RetrieveTapeRecoveryPoint" "Amazonka.StorageGateway.RetrieveTapeRecoveryPoint" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "RetrieveTapeRecoveryPoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tapeARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

newRetrieveTapeRecoveryPoint Source #

Create a value of RetrieveTapeRecoveryPoint 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:tapeARN:RetrieveTapeRecoveryPoint', retrieveTapeRecoveryPoint_tapeARN - The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

$sel:gatewayARN:RetrieveTapeRecoveryPoint', retrieveTapeRecoveryPoint_gatewayARN - Undocumented member.

Request Lenses

retrieveTapeRecoveryPoint_tapeARN :: Lens' RetrieveTapeRecoveryPoint Text Source #

The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

Destructuring the Response

data RetrieveTapeRecoveryPointResponse Source #

RetrieveTapeRecoveryPointOutput

See: newRetrieveTapeRecoveryPointResponse smart constructor.

Constructors

RetrieveTapeRecoveryPointResponse' 

Fields

  • tapeARN :: Maybe Text

    The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Read RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Show RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Generic RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

Associated Types

type Rep RetrieveTapeRecoveryPointResponse :: Type -> Type #

NFData RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

type Rep RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.RetrieveTapeRecoveryPoint

type Rep RetrieveTapeRecoveryPointResponse = D1 ('MetaData "RetrieveTapeRecoveryPointResponse" "Amazonka.StorageGateway.RetrieveTapeRecoveryPoint" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "RetrieveTapeRecoveryPointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tapeARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRetrieveTapeRecoveryPointResponse Source #

Create a value of RetrieveTapeRecoveryPointResponse 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:tapeARN:RetrieveTapeRecoveryPoint', retrieveTapeRecoveryPointResponse_tapeARN - The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

$sel:httpStatus:RetrieveTapeRecoveryPointResponse', retrieveTapeRecoveryPointResponse_httpStatus - The response's http status code.

Response Lenses

retrieveTapeRecoveryPointResponse_tapeARN :: Lens' RetrieveTapeRecoveryPointResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.