amazonka-devicefarm-1.6.1: 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 # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Data ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

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 # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Show ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Generic ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Associated Types

type Rep ListInstanceProfiles :: Type -> Type #

Hashable ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

ToJSON ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

AWSRequest ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Associated Types

type Rs ListInstanceProfiles :: Type #

ToHeaders ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

ToPath ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

ToQuery ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

NFData ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Methods

rnf :: ListInstanceProfiles -> () #

type Rep ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

type Rep ListInstanceProfiles = D1 (MetaData "ListInstanceProfiles" "Network.AWS.DeviceFarm.ListInstanceProfiles" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "ListInstanceProfiles'" PrefixI True) (S1 (MetaSel (Just "_lipNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lipMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))
type Rs ListInstanceProfiles Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

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 # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Data ListInstanceProfilesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

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 # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Show ListInstanceProfilesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Generic ListInstanceProfilesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

Associated Types

type Rep ListInstanceProfilesResponse :: Type -> Type #

NFData ListInstanceProfilesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

type Rep ListInstanceProfilesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListInstanceProfiles

type Rep ListInstanceProfilesResponse = D1 (MetaData "ListInstanceProfilesResponse" "Network.AWS.DeviceFarm.ListInstanceProfiles" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "ListInstanceProfilesResponse'" PrefixI True) (S1 (MetaSel (Just "_liprsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_liprsInstanceProfiles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [InstanceProfile])) :*: S1 (MetaSel (Just "_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.