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

Instances

Instances details
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

AWSRequest DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Associated Types

type AWSResponse DescribeAnomaly #

Generic DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Associated Types

type Rep DescribeAnomaly :: Type -> Type #

Read DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Show DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

NFData DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Methods

rnf :: DescribeAnomaly -> () #

Eq DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Hashable DescribeAnomaly Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

type AWSResponse 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" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "DescribeAnomaly'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeAnomaly, describeAnomaly_accountId - The ID of the member account.

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
Generic DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Associated Types

type Rep DescribeAnomalyResponse :: Type -> Type #

Read DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Show DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

NFData DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

Methods

rnf :: DescribeAnomalyResponse -> () #

Eq DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

type Rep DescribeAnomalyResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAnomaly

type Rep DescribeAnomalyResponse = D1 ('MetaData "DescribeAnomalyResponse" "Amazonka.DevOpsGuru.DescribeAnomaly" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "DescribeAnomalyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proactiveAnomaly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProactiveAnomaly)) :*: (S1 ('MetaSel ('Just "reactiveAnomaly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReactiveAnomaly)) :*: 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:proactiveAnomaly:DescribeAnomalyResponse', describeAnomalyResponse_proactiveAnomaly - A ProactiveAnomaly object that represents the requested anomaly.

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

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

Response Lenses

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

A ProactiveAnomaly object that represents the requested anomaly.

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

A ReactiveAnomaly object that represents the requested anomaly.