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

Description

Update lens review.

Synopsis

Creating a Request

data UpdateLensReview Source #

Input for update lens review.

See: newUpdateLensReview smart constructor.

Instances

Instances details
Eq UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Read UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Show UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Generic UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Associated Types

type Rep UpdateLensReview :: Type -> Type #

NFData UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Methods

rnf :: UpdateLensReview -> () #

Hashable UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

ToJSON UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

AWSRequest UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Associated Types

type AWSResponse UpdateLensReview #

ToHeaders UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

ToPath UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

ToQuery UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

type Rep UpdateLensReview Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

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

Defined in Amazonka.WellArchitected.UpdateLensReview

newUpdateLensReview Source #

Create a value of UpdateLensReview 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:lensNotes:UpdateLensReview', updateLensReview_lensNotes - Undocumented member.

$sel:pillarNotes:UpdateLensReview', updateLensReview_pillarNotes - Undocumented member.

$sel:workloadId:UpdateLensReview', updateLensReview_workloadId - Undocumented member.

$sel:lensAlias:UpdateLensReview', updateLensReview_lensAlias - Undocumented member.

Request Lenses

Destructuring the Response

data UpdateLensReviewResponse Source #

Output of a update lens review call.

See: newUpdateLensReviewResponse smart constructor.

Constructors

UpdateLensReviewResponse' 

Fields

Instances

Instances details
Eq UpdateLensReviewResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Read UpdateLensReviewResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Show UpdateLensReviewResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Generic UpdateLensReviewResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

Associated Types

type Rep UpdateLensReviewResponse :: Type -> Type #

NFData UpdateLensReviewResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

type Rep UpdateLensReviewResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateLensReview

type Rep UpdateLensReviewResponse = D1 ('MetaData "UpdateLensReviewResponse" "Amazonka.WellArchitected.UpdateLensReview" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "UpdateLensReviewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lensReview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LensReview)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateLensReviewResponse Source #

Create a value of UpdateLensReviewResponse 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:workloadId:UpdateLensReview', updateLensReviewResponse_workloadId - Undocumented member.

$sel:lensReview:UpdateLensReviewResponse', updateLensReviewResponse_lensReview - Undocumented member.

$sel:httpStatus:UpdateLensReviewResponse', updateLensReviewResponse_httpStatus - The response's http status code.

Response Lenses