libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
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.WellArchitected.GetLensVersionDifference

Description

Get lens version differences.

Synopsis

Creating a Request

data GetLensVersionDifference Source #

See: newGetLensVersionDifference smart constructor.

Constructors

GetLensVersionDifference' 

Fields

Instances

Instances details
Eq GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Read GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

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

NFData GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Hashable GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

AWSRequest GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

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

type Rep GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

type Rep GetLensVersionDifference = D1 ('MetaData "GetLensVersionDifference" "Amazonka.WellArchitected.GetLensVersionDifference" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "GetLensVersionDifference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lensAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "baseLensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLensVersionDifference Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

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:

$sel:lensAlias:GetLensVersionDifference', getLensVersionDifference_lensAlias - Undocumented member.

$sel:baseLensVersion:GetLensVersionDifference', getLensVersionDifference_baseLensVersion - The base version of the lens.

Request Lenses

Destructuring the Response

data GetLensVersionDifferenceResponse Source #

See: newGetLensVersionDifferenceResponse smart constructor.

Constructors

GetLensVersionDifferenceResponse' 

Fields

Instances

Instances details
Eq GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Read GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Show GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Generic GetLensVersionDifferenceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetLensVersionDifference

Associated Types

type Rep GetLensVersionDifferenceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "GetLensVersionDifferenceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lensAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "latestLensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "baseLensVersion") '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