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

Description

Returns an overview of your organization's history based on the specified time range. The overview includes the total reactive and proactive insights.

Synopsis

Creating a Request

data DescribeOrganizationOverview Source #

See: newDescribeOrganizationOverview smart constructor.

Constructors

DescribeOrganizationOverview' 

Fields

  • accountIds :: Maybe [Text]

    The ID of the Amazon Web Services account.

  • organizationalUnitIds :: Maybe [Text]

    The ID of the organizational unit.

  • toTime :: Maybe POSIX

    The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.

  • fromTime :: POSIX

    The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.

Instances

Instances details
ToJSON DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

ToHeaders DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

ToPath DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

ToQuery DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

AWSRequest DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

Generic DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

Associated Types

type Rep DescribeOrganizationOverview :: Type -> Type #

Read DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

Show DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

NFData DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

Eq DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

Hashable DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

type AWSResponse DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

type Rep DescribeOrganizationOverview Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

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

newDescribeOrganizationOverview Source #

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

$sel:organizationalUnitIds:DescribeOrganizationOverview', describeOrganizationOverview_organizationalUnitIds - The ID of the organizational unit.

DescribeOrganizationOverview, describeOrganizationOverview_toTime - The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.

DescribeOrganizationOverview, describeOrganizationOverview_fromTime - The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.

Request Lenses

describeOrganizationOverview_toTime :: Lens' DescribeOrganizationOverview (Maybe UTCTime) Source #

The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.

describeOrganizationOverview_fromTime :: Lens' DescribeOrganizationOverview UTCTime Source #

The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.

Destructuring the Response

data DescribeOrganizationOverviewResponse Source #

Constructors

DescribeOrganizationOverviewResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • reactiveInsights :: Int

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

  • proactiveInsights :: Int

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

Instances

Instances details
Generic DescribeOrganizationOverviewResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

Read DescribeOrganizationOverviewResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

Show DescribeOrganizationOverviewResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

NFData DescribeOrganizationOverviewResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

Eq DescribeOrganizationOverviewResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

type Rep DescribeOrganizationOverviewResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.DescribeOrganizationOverview

type Rep DescribeOrganizationOverviewResponse = D1 ('MetaData "DescribeOrganizationOverviewResponse" "Amazonka.DevOpsGuru.DescribeOrganizationOverview" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "DescribeOrganizationOverviewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "reactiveInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "proactiveInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOrganizationOverviewResponse Source #

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

$sel:reactiveInsights:DescribeOrganizationOverviewResponse', describeOrganizationOverviewResponse_reactiveInsights - An integer that specifies the number of open reactive insights in your Amazon Web Services account.

$sel:proactiveInsights:DescribeOrganizationOverviewResponse', describeOrganizationOverviewResponse_proactiveInsights - An integer that specifies the number of open proactive insights in your Amazon Web Services account.

Response Lenses

describeOrganizationOverviewResponse_reactiveInsights :: Lens' DescribeOrganizationOverviewResponse Int Source #

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

describeOrganizationOverviewResponse_proactiveInsights :: Lens' DescribeOrganizationOverviewResponse Int Source #

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