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.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
Eq ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Read ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Show 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 #

NFData ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Hashable ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

ToJSON ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

AWSRequest 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

type Rep ListVolumeRecoveryPoints Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

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

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

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:

$sel:gatewayARN:ListVolumeRecoveryPoints', listVolumeRecoveryPoints_gatewayARN - Undocumented member.

Request Lenses

Destructuring the Response

data ListVolumeRecoveryPointsResponse Source #

See: newListVolumeRecoveryPointsResponse smart constructor.

Constructors

ListVolumeRecoveryPointsResponse' 

Fields

Instances

Instances details
Eq ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Read ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Show ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Generic ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListVolumeRecoveryPoints

Associated Types

type Rep ListVolumeRecoveryPointsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "ListVolumeRecoveryPointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "volumeRecoveryPointInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VolumeRecoveryPointInfo])) :*: (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:gatewayARN:ListVolumeRecoveryPoints', listVolumeRecoveryPointsResponse_gatewayARN - Undocumented member.

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

Response Lenses