amazonka-support-1.4.4: Amazon Support SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Support.DescribeTrustedAdvisorCheckRefreshStatuses

Contents

Description

Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

Some checks are refreshed automatically, and their refresh statuses cannot be retrieved by using this operation. Use of the DescribeTrustedAdvisorCheckRefreshStatuses operation for these checks causes an InvalidParameterValue error.

Synopsis

Creating a Request

describeTrustedAdvisorCheckRefreshStatuses :: DescribeTrustedAdvisorCheckRefreshStatuses Source #

Creates a value of DescribeTrustedAdvisorCheckRefreshStatuses with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeTrustedAdvisorCheckRefreshStatuses Source #

Instances

Eq DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Data DescribeTrustedAdvisorCheckRefreshStatuses Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeTrustedAdvisorCheckRefreshStatuses -> c DescribeTrustedAdvisorCheckRefreshStatuses #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeTrustedAdvisorCheckRefreshStatuses #

toConstr :: DescribeTrustedAdvisorCheckRefreshStatuses -> Constr #

dataTypeOf :: DescribeTrustedAdvisorCheckRefreshStatuses -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeTrustedAdvisorCheckRefreshStatuses) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeTrustedAdvisorCheckRefreshStatuses) #

gmapT :: (forall b. Data b => b -> b) -> DescribeTrustedAdvisorCheckRefreshStatuses -> DescribeTrustedAdvisorCheckRefreshStatuses #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeTrustedAdvisorCheckRefreshStatuses -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeTrustedAdvisorCheckRefreshStatuses -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeTrustedAdvisorCheckRefreshStatuses -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeTrustedAdvisorCheckRefreshStatuses -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeTrustedAdvisorCheckRefreshStatuses -> m DescribeTrustedAdvisorCheckRefreshStatuses #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeTrustedAdvisorCheckRefreshStatuses -> m DescribeTrustedAdvisorCheckRefreshStatuses #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeTrustedAdvisorCheckRefreshStatuses -> m DescribeTrustedAdvisorCheckRefreshStatuses #

Read DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Show DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Generic DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Hashable DescribeTrustedAdvisorCheckRefreshStatuses Source # 
NFData DescribeTrustedAdvisorCheckRefreshStatuses Source # 
AWSRequest DescribeTrustedAdvisorCheckRefreshStatuses Source # 
ToPath DescribeTrustedAdvisorCheckRefreshStatuses Source # 
ToHeaders DescribeTrustedAdvisorCheckRefreshStatuses Source # 
ToQuery DescribeTrustedAdvisorCheckRefreshStatuses Source # 
ToJSON DescribeTrustedAdvisorCheckRefreshStatuses Source # 
type Rep DescribeTrustedAdvisorCheckRefreshStatuses Source # 
type Rep DescribeTrustedAdvisorCheckRefreshStatuses = D1 (MetaData "DescribeTrustedAdvisorCheckRefreshStatuses" "Network.AWS.Support.DescribeTrustedAdvisorCheckRefreshStatuses" "amazonka-support-1.4.4-JEM9W1YDe7G2rp2qbVhRRN" True) (C1 (MetaCons "DescribeTrustedAdvisorCheckRefreshStatuses'" PrefixI True) (S1 (MetaSel (Just Symbol "_dtacrsCheckIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs DescribeTrustedAdvisorCheckRefreshStatuses Source # 

Request Lenses

dtacrsCheckIds :: Lens' DescribeTrustedAdvisorCheckRefreshStatuses [Text] Source #

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

Destructuring the Response

describeTrustedAdvisorCheckRefreshStatusesResponse Source #

Creates a value of DescribeTrustedAdvisorCheckRefreshStatusesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeTrustedAdvisorCheckRefreshStatusesResponse Source #

The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.

See: describeTrustedAdvisorCheckRefreshStatusesResponse smart constructor.

Instances

Eq DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
Data DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeTrustedAdvisorCheckRefreshStatusesResponse -> c DescribeTrustedAdvisorCheckRefreshStatusesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeTrustedAdvisorCheckRefreshStatusesResponse #

toConstr :: DescribeTrustedAdvisorCheckRefreshStatusesResponse -> Constr #

dataTypeOf :: DescribeTrustedAdvisorCheckRefreshStatusesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeTrustedAdvisorCheckRefreshStatusesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeTrustedAdvisorCheckRefreshStatusesResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeTrustedAdvisorCheckRefreshStatusesResponse -> DescribeTrustedAdvisorCheckRefreshStatusesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeTrustedAdvisorCheckRefreshStatusesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeTrustedAdvisorCheckRefreshStatusesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeTrustedAdvisorCheckRefreshStatusesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeTrustedAdvisorCheckRefreshStatusesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeTrustedAdvisorCheckRefreshStatusesResponse -> m DescribeTrustedAdvisorCheckRefreshStatusesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeTrustedAdvisorCheckRefreshStatusesResponse -> m DescribeTrustedAdvisorCheckRefreshStatusesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeTrustedAdvisorCheckRefreshStatusesResponse -> m DescribeTrustedAdvisorCheckRefreshStatusesResponse #

Read DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
Show DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
Generic DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
NFData DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
type Rep DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
type Rep DescribeTrustedAdvisorCheckRefreshStatusesResponse = D1 (MetaData "DescribeTrustedAdvisorCheckRefreshStatusesResponse" "Network.AWS.Support.DescribeTrustedAdvisorCheckRefreshStatuses" "amazonka-support-1.4.4-JEM9W1YDe7G2rp2qbVhRRN" False) (C1 (MetaCons "DescribeTrustedAdvisorCheckRefreshStatusesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dtacrsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_dtacrsrsStatuses") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [TrustedAdvisorCheckRefreshStatus]))))

Response Lenses