libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.DescribeFeedback

Description

Returns the most recent feedback submitted in the current AWS account and Region.

Synopsis

Creating a Request

data DescribeFeedback Source #

See: newDescribeFeedback smart constructor.

Constructors

DescribeFeedback' 

Fields

Instances

Instances details
Eq DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Read DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Show DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Generic DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Associated Types

type Rep DescribeFeedback :: Type -> Type #

NFData DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Methods

rnf :: DescribeFeedback -> () #

Hashable DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

ToJSON DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

AWSRequest DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Associated Types

type AWSResponse 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

type Rep DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

type Rep DescribeFeedback = D1 ('MetaData "DescribeFeedback" "Amazonka.DevOpsGuru.DescribeFeedback" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "DescribeFeedback'" 'PrefixI 'True) (S1 ('MetaSel ('Just "insightId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribeFeedback Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

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:

$sel:insightId: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
Eq DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Read DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Show DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Generic DescribeFeedbackResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeFeedback

Associated Types

type Rep DescribeFeedbackResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" '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