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

Description

Lists the recovery points for a specified gateway. This operation is only supported in the cached volume gateway type.

Each cache volume has one recovery point. A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot or clone a new cached volume from a source volume. To create a snapshot from a volume recovery point use the CreateSnapshotFromVolumeRecoveryPoint operation.

Synopsis

Creating a Request

data ListVolumeRecoveryPoints Source #

See: newListVolumeRecoveryPoints smart constructor.

Constructors

ListVolumeRecoveryPoints' 

Fields

Instances

Instances details
ToJSON ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

ToHeaders ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

ToPath ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

ToQuery ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

AWSRequest ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Generic ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Associated Types

type Rep ListVolumeRecoveryPoints :: Type -> Type #

Read ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Show ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

NFData ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Eq ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Hashable ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

type AWSResponse ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

type Rep ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

type Rep ListVolumeRecoveryPoints = D1 ('MetaData "ListVolumeRecoveryPoints" "Amazonka.StorageGateway.ListVolumeRecoveryPoints" "amazonka-storagegateway-2.0-A8x7b0LCNm33wkCZlwgcSL" 'False) (C1 ('MetaCons "ListVolumeRecoveryPoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListVolumeRecoveryPoints Source #

Create a value of ListVolumeRecoveryPoints 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:

ListVolumeRecoveryPoints, listVolumeRecoveryPoints_gatewayARN - Undocumented member.

Request Lenses

Destructuring the Response

data ListVolumeRecoveryPointsResponse Source #

See: newListVolumeRecoveryPointsResponse smart constructor.

Constructors

ListVolumeRecoveryPointsResponse' 

Fields

Instances

Instances details
Generic ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Associated Types

type Rep ListVolumeRecoveryPointsResponse :: Type -> Type #

Read ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Show ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

NFData ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Eq ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

type Rep ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

type Rep ListVolumeRecoveryPointsResponse = D1 ('MetaData "ListVolumeRecoveryPointsResponse" "Amazonka.StorageGateway.ListVolumeRecoveryPoints" "amazonka-storagegateway-2.0-A8x7b0LCNm33wkCZlwgcSL" 'False) (C1 ('MetaCons "ListVolumeRecoveryPointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "volumeRecoveryPointInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VolumeRecoveryPointInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListVolumeRecoveryPointsResponse Source #

Create a value of ListVolumeRecoveryPointsResponse 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:

ListVolumeRecoveryPoints, listVolumeRecoveryPointsResponse_gatewayARN - Undocumented member.

$sel:volumeRecoveryPointInfos:ListVolumeRecoveryPointsResponse', listVolumeRecoveryPointsResponse_volumeRecoveryPointInfos - An array of VolumeRecoveryPointInfo objects.

$sel:httpStatus:ListVolumeRecoveryPointsResponse', listVolumeRecoveryPointsResponse_httpStatus - The response's http status code.

Response Lenses