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

Description

Returns details about an anomaly that you specify using its ID.

Synopsis

Creating a Request

data DescribeAnomaly Source #

See: newDescribeAnomaly smart constructor.

Constructors

DescribeAnomaly' 

Fields

  • id :: Text

    The ID of the anomaly.

Instances

Instances details
Eq DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Read DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Show DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Generic DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Associated Types

type Rep DescribeAnomaly :: Type -> Type #

NFData DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Methods

rnf :: DescribeAnomaly -> () #

Hashable DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

AWSRequest DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Associated Types

type AWSResponse DescribeAnomaly #

ToHeaders DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

ToPath DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

ToQuery DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

type Rep DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

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

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

newDescribeAnomaly Source #

Create a value of DescribeAnomaly 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:id:DescribeAnomaly', describeAnomaly_id - The ID of the anomaly.

Request Lenses

Destructuring the Response

data DescribeAnomalyResponse Source #

See: newDescribeAnomalyResponse smart constructor.

Constructors

DescribeAnomalyResponse' 

Fields

Instances

Instances details
Eq DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Read DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Show DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Generic DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Associated Types

type Rep DescribeAnomalyResponse :: Type -> Type #

NFData DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Methods

rnf :: DescribeAnomalyResponse -> () #

type Rep DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

type Rep DescribeAnomalyResponse = D1 ('MetaData "DescribeAnomalyResponse" "Amazonka.DevOpsGuru.DescribeAnomaly" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "DescribeAnomalyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reactiveAnomaly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReactiveAnomaly)) :*: (S1 ('MetaSel ('Just "proactiveAnomaly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProactiveAnomaly)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAnomalyResponse Source #

Create a value of DescribeAnomalyResponse 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:reactiveAnomaly:DescribeAnomalyResponse', describeAnomalyResponse_reactiveAnomaly - A ProactiveAnomaly object that represents the requested anomaly.

$sel:proactiveAnomaly:DescribeAnomalyResponse', describeAnomalyResponse_proactiveAnomaly - A ReactiveAnomaly object that represents the requested anomaly.

$sel:httpStatus:DescribeAnomalyResponse', describeAnomalyResponse_httpStatus - The response's http status code.

Response Lenses

describeAnomalyResponse_reactiveAnomaly :: Lens' DescribeAnomalyResponse (Maybe ReactiveAnomaly) Source #

A ProactiveAnomaly object that represents the requested anomaly.

describeAnomalyResponse_proactiveAnomaly :: Lens' DescribeAnomalyResponse (Maybe ProactiveAnomaly) Source #

A ReactiveAnomaly object that represents the requested anomaly.