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

Description

Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your AWS account. Use these numbers to gauge the health of operations in your AWS account.

Synopsis

Creating a Request

data DescribeAccountHealth Source #

See: newDescribeAccountHealth smart constructor.

Instances

Instances details
Eq DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Read DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Show DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Generic DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Associated Types

type Rep DescribeAccountHealth :: Type -> Type #

NFData DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Methods

rnf :: DescribeAccountHealth -> () #

Hashable DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

AWSRequest DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Associated Types

type AWSResponse DescribeAccountHealth #

ToHeaders DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

ToPath DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

ToQuery DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

type Rep DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

type Rep DescribeAccountHealth = D1 ('MetaData "DescribeAccountHealth" "Amazonka.DevOpsGuru.DescribeAccountHealth" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "DescribeAccountHealth'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeAccountHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

newDescribeAccountHealth :: DescribeAccountHealth Source #

Create a value of DescribeAccountHealth with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data DescribeAccountHealthResponse Source #

See: newDescribeAccountHealthResponse smart constructor.

Constructors

DescribeAccountHealthResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • openReactiveInsights :: Int

    An integer that specifies the number of open reactive insights in your AWS account.

  • openProactiveInsights :: Int

    An integer that specifies the number of open proactive insights in your AWS account.

  • metricsAnalyzed :: Int

    An integer that specifies the number of metrics that have been analyzed in your AWS account.

  • resourceHours :: Integer

    The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.

Instances

Instances details
Eq DescribeAccountHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Read DescribeAccountHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Show DescribeAccountHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Generic DescribeAccountHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

Associated Types

type Rep DescribeAccountHealthResponse :: Type -> Type #

NFData DescribeAccountHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

type Rep DescribeAccountHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeAccountHealth

type Rep DescribeAccountHealthResponse = D1 ('MetaData "DescribeAccountHealthResponse" "Amazonka.DevOpsGuru.DescribeAccountHealth" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "DescribeAccountHealthResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "openReactiveInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "openProactiveInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "metricsAnalyzed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "resourceHours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newDescribeAccountHealthResponse Source #

Create a value of DescribeAccountHealthResponse 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:httpStatus:DescribeAccountHealthResponse', describeAccountHealthResponse_httpStatus - The response's http status code.

$sel:openReactiveInsights:DescribeAccountHealthResponse', describeAccountHealthResponse_openReactiveInsights - An integer that specifies the number of open reactive insights in your AWS account.

$sel:openProactiveInsights:DescribeAccountHealthResponse', describeAccountHealthResponse_openProactiveInsights - An integer that specifies the number of open proactive insights in your AWS account.

$sel:metricsAnalyzed:DescribeAccountHealthResponse', describeAccountHealthResponse_metricsAnalyzed - An integer that specifies the number of metrics that have been analyzed in your AWS account.

$sel:resourceHours:DescribeAccountHealthResponse', describeAccountHealthResponse_resourceHours - The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.

Response Lenses

describeAccountHealthResponse_openReactiveInsights :: Lens' DescribeAccountHealthResponse Int Source #

An integer that specifies the number of open reactive insights in your AWS account.

describeAccountHealthResponse_openProactiveInsights :: Lens' DescribeAccountHealthResponse Int Source #

An integer that specifies the number of open proactive insights in your AWS account.

describeAccountHealthResponse_metricsAnalyzed :: Lens' DescribeAccountHealthResponse Int Source #

An integer that specifies the number of metrics that have been analyzed in your AWS account.

describeAccountHealthResponse_resourceHours :: Lens' DescribeAccountHealthResponse Integer Source #

The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.