amazonka-redshift-serverless-2.0: Amazon Redshift Serverless 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.RedshiftServerLess.GetRecoveryPoint

Description

Returns information about a recovery point.

Synopsis

Creating a Request

data GetRecoveryPoint Source #

See: newGetRecoveryPoint smart constructor.

Constructors

GetRecoveryPoint' 

Fields

Instances

Instances details
ToJSON GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

ToHeaders GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

ToPath GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

ToQuery GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

AWSRequest GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

Associated Types

type AWSResponse GetRecoveryPoint #

Generic GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

Associated Types

type Rep GetRecoveryPoint :: Type -> Type #

Read GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

Show GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

NFData GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

Methods

rnf :: GetRecoveryPoint -> () #

Eq GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

Hashable GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

type AWSResponse GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

type Rep GetRecoveryPoint Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

type Rep GetRecoveryPoint = D1 ('MetaData "GetRecoveryPoint" "Amazonka.RedshiftServerLess.GetRecoveryPoint" "amazonka-redshift-serverless-2.0-ApuSN33KEWs53jvwyBa3sl" 'False) (C1 ('MetaCons "GetRecoveryPoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryPointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRecoveryPoint Source #

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

GetRecoveryPoint, getRecoveryPoint_recoveryPointId - The unique identifier of the recovery point to return information for.

Request Lenses

getRecoveryPoint_recoveryPointId :: Lens' GetRecoveryPoint Text Source #

The unique identifier of the recovery point to return information for.

Destructuring the Response

data GetRecoveryPointResponse Source #

See: newGetRecoveryPointResponse smart constructor.

Constructors

GetRecoveryPointResponse' 

Fields

Instances

Instances details
Generic GetRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

Associated Types

type Rep GetRecoveryPointResponse :: Type -> Type #

Read GetRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

Show GetRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

NFData GetRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

Eq GetRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

type Rep GetRecoveryPointResponse Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.GetRecoveryPoint

type Rep GetRecoveryPointResponse = D1 ('MetaData "GetRecoveryPointResponse" "Amazonka.RedshiftServerLess.GetRecoveryPoint" "amazonka-redshift-serverless-2.0-ApuSN33KEWs53jvwyBa3sl" 'False) (C1 ('MetaCons "GetRecoveryPointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecoveryPoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetRecoveryPointResponse Source #

Create a value of GetRecoveryPointResponse 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:recoveryPoint:GetRecoveryPointResponse', getRecoveryPointResponse_recoveryPoint - The returned recovery point object.

$sel:httpStatus:GetRecoveryPointResponse', getRecoveryPointResponse_httpStatus - The response's http status code.

Response Lenses