amazonka-devops-guru-2.0: Amazon DevOps Guru 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.DevOpsGuru.DescribeFeedback

Description

Returns the most recent feedback submitted in the current Amazon Web Services account and Region.

Synopsis

Creating a Request

data DescribeFeedback Source #

See: newDescribeFeedback smart constructor.

Constructors

DescribeFeedback' 

Fields

Instances

Instances details
ToJSON DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

ToHeaders DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

ToPath DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

ToQuery DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

AWSRequest DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Associated Types

type AWSResponse DescribeFeedback #

Generic DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Associated Types

type Rep DescribeFeedback :: Type -> Type #

Read DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Show DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

NFData DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Methods

rnf :: DescribeFeedback -> () #

Eq DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Hashable DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

type AWSResponse DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

type Rep DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

type Rep DescribeFeedback = D1 ('MetaData "DescribeFeedback" "Amazonka.DevOpsGuru.DescribeFeedback" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "DescribeFeedback'" 'PrefixI 'True) (S1 ('MetaSel ('Just "insightId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDescribeFeedback :: DescribeFeedback Source #

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

DescribeFeedback, describeFeedback_insightId - The ID of the insight for which the feedback was provided.

Request Lenses

describeFeedback_insightId :: Lens' DescribeFeedback (Maybe Text) Source #

The ID of the insight for which the feedback was provided.

Destructuring the Response

data DescribeFeedbackResponse Source #

See: newDescribeFeedbackResponse smart constructor.

Constructors

DescribeFeedbackResponse' 

Fields

Instances

Instances details
Generic DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Associated Types

type Rep DescribeFeedbackResponse :: Type -> Type #

Read DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Show DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

NFData DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Eq DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

type Rep DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

type Rep DescribeFeedbackResponse = D1 ('MetaData "DescribeFeedbackResponse" "Amazonka.DevOpsGuru.DescribeFeedback" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "DescribeFeedbackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "insightFeedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InsightFeedback)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeFeedbackResponse Source #

Create a value of DescribeFeedbackResponse 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:insightFeedback:DescribeFeedbackResponse', describeFeedbackResponse_insightFeedback - Undocumented member.

$sel:httpStatus:DescribeFeedbackResponse', describeFeedbackResponse_httpStatus - The response's http status code.

Response Lenses