Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Support.DescribeTrustedAdvisorChecks
Description
Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English ("en") and Japanese ("ja") are currently supported. The response contains a TrustedAdvisorCheckDescription
for each check.
- describeTrustedAdvisorChecks :: Text -> DescribeTrustedAdvisorChecks
- data DescribeTrustedAdvisorChecks
- dtacLanguage :: Lens' DescribeTrustedAdvisorChecks Text
- describeTrustedAdvisorChecksResponse :: Int -> DescribeTrustedAdvisorChecksResponse
- data DescribeTrustedAdvisorChecksResponse
- dtacrsResponseStatus :: Lens' DescribeTrustedAdvisorChecksResponse Int
- dtacrsChecks :: Lens' DescribeTrustedAdvisorChecksResponse [TrustedAdvisorCheckDescription]
Creating a Request
describeTrustedAdvisorChecks #
Arguments
:: Text | |
-> DescribeTrustedAdvisorChecks |
Creates a value of DescribeTrustedAdvisorChecks
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtacLanguage
- The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
data DescribeTrustedAdvisorChecks #
See: describeTrustedAdvisorChecks
smart constructor.
Instances
Request Lenses
dtacLanguage :: Lens' DescribeTrustedAdvisorChecks Text #
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
Destructuring the Response
describeTrustedAdvisorChecksResponse #
Arguments
:: Int | |
-> DescribeTrustedAdvisorChecksResponse |
Creates a value of DescribeTrustedAdvisorChecksResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtacrsResponseStatus
- -- | The response status code.dtacrsChecks
- Information about all available Trusted Advisor checks.
data DescribeTrustedAdvisorChecksResponse #
Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks
operation.
See: describeTrustedAdvisorChecksResponse
smart constructor.
Instances
Response Lenses
dtacrsResponseStatus :: Lens' DescribeTrustedAdvisorChecksResponse Int #
- - | The response status code.
dtacrsChecks :: Lens' DescribeTrustedAdvisorChecksResponse [TrustedAdvisorCheckDescription] #
Information about all available Trusted Advisor checks.