amazonka-wellarchitected-2.0: Amazon Well-Architected Tool 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.WellArchitected.GetLensVersionDifference

Description

Get lens version differences.

Synopsis

Creating a Request

data GetLensVersionDifference Source #

See: newGetLensVersionDifference smart constructor.

Constructors

GetLensVersionDifference' 

Fields

Instances

Instances details
ToHeaders GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

ToPath GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

ToQuery GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

AWSRequest GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Generic GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Associated Types

type Rep GetLensVersionDifference :: Type -> Type #

Read GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Show GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

NFData GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Eq GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Hashable GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

type AWSResponse GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

type Rep GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

type Rep GetLensVersionDifference = D1 ('MetaData "GetLensVersionDifference" "Amazonka.WellArchitected.GetLensVersionDifference" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "GetLensVersionDifference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseLensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetLensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lensAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetLensVersionDifference Source #

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

GetLensVersionDifference, getLensVersionDifference_baseLensVersion - The base version of the lens.

GetLensVersionDifference, getLensVersionDifference_targetLensVersion - The lens version to target a difference for.

GetLensVersionDifference, getLensVersionDifference_lensAlias - Undocumented member.

Request Lenses

Destructuring the Response

data GetLensVersionDifferenceResponse Source #

See: newGetLensVersionDifferenceResponse smart constructor.

Constructors

GetLensVersionDifferenceResponse' 

Fields

Instances

Instances details
Generic GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Associated Types

type Rep GetLensVersionDifferenceResponse :: Type -> Type #

Read GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Show GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

NFData GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Eq GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

type Rep GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

type Rep GetLensVersionDifferenceResponse = D1 ('MetaData "GetLensVersionDifferenceResponse" "Amazonka.WellArchitected.GetLensVersionDifference" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "GetLensVersionDifferenceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "baseLensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "latestLensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lensAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lensArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetLensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "versionDifferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VersionDifferences)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

Response Lenses