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

Description

Returns active insights, predictive insights, and resource hours analyzed in last hour.

Synopsis

Creating a Request

data DescribeOrganizationHealth Source #

See: newDescribeOrganizationHealth smart constructor.

Constructors

DescribeOrganizationHealth' 

Fields

Instances

Instances details
ToJSON DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

ToHeaders DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

ToPath DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

ToQuery DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

AWSRequest DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

Generic DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

Associated Types

type Rep DescribeOrganizationHealth :: Type -> Type #

Read DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

Show DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

NFData DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

Eq DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

Hashable DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

type AWSResponse DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

type Rep DescribeOrganizationHealth Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

type Rep DescribeOrganizationHealth = D1 ('MetaData "DescribeOrganizationHealth" "Amazonka.DevOpsGuru.DescribeOrganizationHealth" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "DescribeOrganizationHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "organizationalUnitIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDescribeOrganizationHealth :: DescribeOrganizationHealth Source #

Create a value of DescribeOrganizationHealth 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:accountIds:DescribeOrganizationHealth', describeOrganizationHealth_accountIds - The ID of the Amazon Web Services account.

$sel:organizationalUnitIds:DescribeOrganizationHealth', describeOrganizationHealth_organizationalUnitIds - The ID of the organizational unit.

Request Lenses

Destructuring the Response

data DescribeOrganizationHealthResponse Source #

Constructors

DescribeOrganizationHealthResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • openReactiveInsights :: Int

    An integer that specifies the number of open reactive insights in your Amazon Web Services account.

  • openProactiveInsights :: Int

    An integer that specifies the number of open proactive insights in your Amazon Web Services account.

  • metricsAnalyzed :: Int

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

  • resourceHours :: Integer

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

Instances

Instances details
Generic DescribeOrganizationHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

Associated Types

type Rep DescribeOrganizationHealthResponse :: Type -> Type #

Read DescribeOrganizationHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

Show DescribeOrganizationHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

NFData DescribeOrganizationHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

Eq DescribeOrganizationHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

type Rep DescribeOrganizationHealthResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationHealth

type Rep DescribeOrganizationHealthResponse = D1 ('MetaData "DescribeOrganizationHealthResponse" "Amazonka.DevOpsGuru.DescribeOrganizationHealth" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "DescribeOrganizationHealthResponse'" '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)))))

newDescribeOrganizationHealthResponse Source #

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

DescribeOrganizationHealthResponse, describeOrganizationHealthResponse_openReactiveInsights - An integer that specifies the number of open reactive insights in your Amazon Web Services account.

DescribeOrganizationHealthResponse, describeOrganizationHealthResponse_openProactiveInsights - An integer that specifies the number of open proactive insights in your Amazon Web Services account.

$sel:metricsAnalyzed:DescribeOrganizationHealthResponse', describeOrganizationHealthResponse_metricsAnalyzed - An integer that specifies the number of metrics that have been analyzed in your organization.

$sel:resourceHours:DescribeOrganizationHealthResponse', describeOrganizationHealthResponse_resourceHours - The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.

Response Lenses

describeOrganizationHealthResponse_openReactiveInsights :: Lens' DescribeOrganizationHealthResponse Int Source #

An integer that specifies the number of open reactive insights in your Amazon Web Services account.

describeOrganizationHealthResponse_openProactiveInsights :: Lens' DescribeOrganizationHealthResponse Int Source #

An integer that specifies the number of open proactive insights in your Amazon Web Services account.

describeOrganizationHealthResponse_metricsAnalyzed :: Lens' DescribeOrganizationHealthResponse Int Source #

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

describeOrganizationHealthResponse_resourceHours :: Lens' DescribeOrganizationHealthResponse Integer Source #

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