Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TrustedAdvisorResourcesSummary = TrustedAdvisorResourcesSummary' {}
- newTrustedAdvisorResourcesSummary :: Integer -> Integer -> Integer -> Integer -> TrustedAdvisorResourcesSummary
- trustedAdvisorResourcesSummary_resourcesProcessed :: Lens' TrustedAdvisorResourcesSummary Integer
- trustedAdvisorResourcesSummary_resourcesFlagged :: Lens' TrustedAdvisorResourcesSummary Integer
- trustedAdvisorResourcesSummary_resourcesIgnored :: Lens' TrustedAdvisorResourcesSummary Integer
- trustedAdvisorResourcesSummary_resourcesSuppressed :: Lens' TrustedAdvisorResourcesSummary Integer
Documentation
data TrustedAdvisorResourcesSummary Source #
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
See: newTrustedAdvisorResourcesSummary
smart constructor.
TrustedAdvisorResourcesSummary' | |
|
Instances
newTrustedAdvisorResourcesSummary Source #
:: Integer | |
-> Integer | |
-> Integer | |
-> Integer | |
-> TrustedAdvisorResourcesSummary |
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.