libZSservicesZSamazonka-supportZSamazonka-support
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.Support.Types.TrustedAdvisorResourcesSummary

Description

 
Synopsis

Documentation

data TrustedAdvisorResourcesSummary Source #

Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

See: newTrustedAdvisorResourcesSummary smart constructor.

Constructors

TrustedAdvisorResourcesSummary' 

Fields

Instances

Instances details
Eq TrustedAdvisorResourcesSummary Source # 
Instance details

Defined in Amazonka.Support.Types.TrustedAdvisorResourcesSummary

Read TrustedAdvisorResourcesSummary Source # 
Instance details

Defined in Amazonka.Support.Types.TrustedAdvisorResourcesSummary

Show TrustedAdvisorResourcesSummary Source # 
Instance details

Defined in Amazonka.Support.Types.TrustedAdvisorResourcesSummary

Generic TrustedAdvisorResourcesSummary Source # 
Instance details

Defined in Amazonka.Support.Types.TrustedAdvisorResourcesSummary

Associated Types

type Rep TrustedAdvisorResourcesSummary :: Type -> Type #

NFData TrustedAdvisorResourcesSummary Source # 
Instance details

Defined in Amazonka.Support.Types.TrustedAdvisorResourcesSummary

Hashable TrustedAdvisorResourcesSummary Source # 
Instance details

Defined in Amazonka.Support.Types.TrustedAdvisorResourcesSummary

FromJSON TrustedAdvisorResourcesSummary Source # 
Instance details

Defined in Amazonka.Support.Types.TrustedAdvisorResourcesSummary

type Rep TrustedAdvisorResourcesSummary Source # 
Instance details

Defined in Amazonka.Support.Types.TrustedAdvisorResourcesSummary

type Rep TrustedAdvisorResourcesSummary = D1 ('MetaData "TrustedAdvisorResourcesSummary" "Amazonka.Support.Types.TrustedAdvisorResourcesSummary" "libZSservicesZSamazonka-supportZSamazonka-support" 'False) (C1 ('MetaCons "TrustedAdvisorResourcesSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourcesProcessed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "resourcesFlagged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "resourcesIgnored") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "resourcesSuppressed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newTrustedAdvisorResourcesSummary Source #

Create a value of TrustedAdvisorResourcesSummary 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:resourcesProcessed:TrustedAdvisorResourcesSummary', trustedAdvisorResourcesSummary_resourcesProcessed - The number of AWS resources that were analyzed by the Trusted Advisor check.

$sel:resourcesFlagged:TrustedAdvisorResourcesSummary', trustedAdvisorResourcesSummary_resourcesFlagged - The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

$sel:resourcesIgnored:TrustedAdvisorResourcesSummary', trustedAdvisorResourcesSummary_resourcesIgnored - The number of AWS resources ignored by Trusted Advisor because information was unavailable.

$sel:resourcesSuppressed:TrustedAdvisorResourcesSummary', trustedAdvisorResourcesSummary_resourcesSuppressed - The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

trustedAdvisorResourcesSummary_resourcesProcessed :: Lens' TrustedAdvisorResourcesSummary Integer Source #

The number of AWS resources that were analyzed by the Trusted Advisor check.

trustedAdvisorResourcesSummary_resourcesFlagged :: Lens' TrustedAdvisorResourcesSummary Integer Source #

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

trustedAdvisorResourcesSummary_resourcesIgnored :: Lens' TrustedAdvisorResourcesSummary Integer Source #

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

trustedAdvisorResourcesSummary_resourcesSuppressed :: Lens' TrustedAdvisorResourcesSummary Integer Source #

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.