amazonka-support-1.6.0: Amazon Support SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 .

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:

  • dtacrsCheckIds - 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.

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 # 
ToJSON DescribeTrustedAdvisorCheckRefreshStatuses Source # 
NFData DescribeTrustedAdvisorCheckRefreshStatuses Source # 
AWSRequest DescribeTrustedAdvisorCheckRefreshStatuses Source # 
ToHeaders DescribeTrustedAdvisorCheckRefreshStatuses Source # 
ToPath DescribeTrustedAdvisorCheckRefreshStatuses Source # 
ToQuery DescribeTrustedAdvisorCheckRefreshStatuses Source # 
type Rep DescribeTrustedAdvisorCheckRefreshStatuses Source # 
type Rep DescribeTrustedAdvisorCheckRefreshStatuses = D1 * (MetaData "DescribeTrustedAdvisorCheckRefreshStatuses" "Network.AWS.Support.DescribeTrustedAdvisorCheckRefreshStatuses" "amazonka-support-1.6.0-1ylhLio6SdD5hr5BXzUFey" 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.6.0-1ylhLio6SdD5hr5BXzUFey" False) (C1 * (MetaCons "DescribeTrustedAdvisorCheckRefreshStatusesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dtacrsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_dtacrsrsStatuses") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [TrustedAdvisorCheckRefreshStatus]))))

Response Lenses