| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Support.Types.TrustedAdvisorResourcesSummary
Description
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 Amazon Web Services resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
See: newTrustedAdvisorResourcesSummary smart constructor.
Constructors
| TrustedAdvisorResourcesSummary' | |
Fields
| |
Instances
newTrustedAdvisorResourcesSummary Source #
Arguments
| :: 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 Amazon Web Services resources that were analyzed by the
Trusted Advisor check.
$sel:resourcesFlagged:TrustedAdvisorResourcesSummary', trustedAdvisorResourcesSummary_resourcesFlagged - The number of Amazon Web Services resources that were flagged (listed)
by the Trusted Advisor check.
$sel:resourcesIgnored:TrustedAdvisorResourcesSummary', trustedAdvisorResourcesSummary_resourcesIgnored - The number of Amazon Web Services resources ignored by Trusted Advisor
because information was unavailable.
$sel:resourcesSuppressed:TrustedAdvisorResourcesSummary', trustedAdvisorResourcesSummary_resourcesSuppressed - The number of Amazon Web Services resources ignored by Trusted Advisor
because they were marked as suppressed by the user.
trustedAdvisorResourcesSummary_resourcesProcessed :: Lens' TrustedAdvisorResourcesSummary Integer Source #
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
trustedAdvisorResourcesSummary_resourcesFlagged :: Lens' TrustedAdvisorResourcesSummary Integer Source #
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
trustedAdvisorResourcesSummary_resourcesIgnored :: Lens' TrustedAdvisorResourcesSummary Integer Source #
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
trustedAdvisorResourcesSummary_resourcesSuppressed :: Lens' TrustedAdvisorResourcesSummary Integer Source #
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.