amazonka-devicefarm-1.6.0: Amazon Device Farm 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.DeviceFarm.ListInstanceProfiles

Contents

Description

Returns information about all the instance profiles in an AWS account.

Synopsis

Creating a Request

listInstanceProfiles :: ListInstanceProfiles Source #

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

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

  • lipNextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
  • lipMaxResults - An integer specifying the maximum number of items you want to return in the API response.

data ListInstanceProfiles Source #

See: listInstanceProfiles smart constructor.

Instances

Eq ListInstanceProfiles Source # 
Data ListInstanceProfiles Source # 

Methods

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

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

toConstr :: ListInstanceProfiles -> Constr #

dataTypeOf :: ListInstanceProfiles -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListInstanceProfiles Source # 
Show ListInstanceProfiles Source # 
Generic ListInstanceProfiles Source # 
Hashable ListInstanceProfiles Source # 
ToJSON ListInstanceProfiles Source # 
NFData ListInstanceProfiles Source # 

Methods

rnf :: ListInstanceProfiles -> () #

AWSRequest ListInstanceProfiles Source # 
ToHeaders ListInstanceProfiles Source # 
ToPath ListInstanceProfiles Source # 
ToQuery ListInstanceProfiles Source # 
type Rep ListInstanceProfiles Source # 
type Rep ListInstanceProfiles = D1 * (MetaData "ListInstanceProfiles" "Network.AWS.DeviceFarm.ListInstanceProfiles" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "ListInstanceProfiles'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lipNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lipMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))))
type Rs ListInstanceProfiles Source # 

Request Lenses

lipNextToken :: Lens' ListInstanceProfiles (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

lipMaxResults :: Lens' ListInstanceProfiles (Maybe Int) Source #

An integer specifying the maximum number of items you want to return in the API response.

Destructuring the Response

listInstanceProfilesResponse Source #

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

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

data ListInstanceProfilesResponse Source #

See: listInstanceProfilesResponse smart constructor.

Instances

Eq ListInstanceProfilesResponse Source # 
Data ListInstanceProfilesResponse Source # 

Methods

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

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

toConstr :: ListInstanceProfilesResponse -> Constr #

dataTypeOf :: ListInstanceProfilesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListInstanceProfilesResponse Source # 
Show ListInstanceProfilesResponse Source # 
Generic ListInstanceProfilesResponse Source # 
NFData ListInstanceProfilesResponse Source # 
type Rep ListInstanceProfilesResponse Source # 
type Rep ListInstanceProfilesResponse = D1 * (MetaData "ListInstanceProfilesResponse" "Network.AWS.DeviceFarm.ListInstanceProfiles" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "ListInstanceProfilesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_liprsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_liprsInstanceProfiles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [InstanceProfile]))) (S1 * (MetaSel (Just Symbol "_liprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

liprsNextToken :: Lens' ListInstanceProfilesResponse (Maybe Text) Source #

An identifier that can be used in the next call to this operation to return the next set of items in the list.

liprsInstanceProfiles :: Lens' ListInstanceProfilesResponse [InstanceProfile] Source #

An object containing information about your instance profiles.