amazonka-codestar-1.6.1: Amazon CodeStar 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.CodeStar.ListUserProfiles

Contents

Description

Lists all the user profiles configured for your AWS account in AWS CodeStar.

Synopsis

Creating a Request

listUserProfiles :: ListUserProfiles Source #

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

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

  • lupNextToken - The continuation token for the next set of results, if the results cannot be returned in one response.
  • lupMaxResults - The maximum number of results to return in a response.

data ListUserProfiles Source #

See: listUserProfiles smart constructor.

Instances
Eq ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Data ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Methods

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

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

toConstr :: ListUserProfiles -> Constr #

dataTypeOf :: ListUserProfiles -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Show ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Generic ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Associated Types

type Rep ListUserProfiles :: Type -> Type #

Hashable ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

ToJSON ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

AWSRequest ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Associated Types

type Rs ListUserProfiles :: Type #

ToHeaders ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

ToPath ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

ToQuery ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

NFData ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Methods

rnf :: ListUserProfiles -> () #

type Rep ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

type Rep ListUserProfiles = D1 (MetaData "ListUserProfiles" "Network.AWS.CodeStar.ListUserProfiles" "amazonka-codestar-1.6.1-CcYQrsIZo67Ij9mcPy3qxj" False) (C1 (MetaCons "ListUserProfiles'" PrefixI True) (S1 (MetaSel (Just "_lupNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lupMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))
type Rs ListUserProfiles Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Request Lenses

lupNextToken :: Lens' ListUserProfiles (Maybe Text) Source #

The continuation token for the next set of results, if the results cannot be returned in one response.

lupMaxResults :: Lens' ListUserProfiles (Maybe Natural) Source #

The maximum number of results to return in a response.

Destructuring the Response

listUserProfilesResponse Source #

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

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

  • luprsNextToken - The continuation token to use when requesting the next set of results, if there are more results to be returned.
  • luprsResponseStatus - -- | The response status code.
  • luprsUserProfiles - All the user profiles configured in AWS CodeStar for an AWS account.

data ListUserProfilesResponse Source #

See: listUserProfilesResponse smart constructor.

Instances
Eq ListUserProfilesResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Data ListUserProfilesResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Methods

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

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

toConstr :: ListUserProfilesResponse -> Constr #

dataTypeOf :: ListUserProfilesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ListUserProfilesResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Generic ListUserProfilesResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

Associated Types

type Rep ListUserProfilesResponse :: Type -> Type #

NFData ListUserProfilesResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

type Rep ListUserProfilesResponse Source # 
Instance details

Defined in Network.AWS.CodeStar.ListUserProfiles

type Rep ListUserProfilesResponse = D1 (MetaData "ListUserProfilesResponse" "Network.AWS.CodeStar.ListUserProfiles" "amazonka-codestar-1.6.1-CcYQrsIZo67Ij9mcPy3qxj" False) (C1 (MetaCons "ListUserProfilesResponse'" PrefixI True) (S1 (MetaSel (Just "_luprsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_luprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_luprsUserProfiles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [UserProfileSummary]))))

Response Lenses

luprsNextToken :: Lens' ListUserProfilesResponse (Maybe Text) Source #

The continuation token to use when requesting the next set of results, if there are more results to be returned.

luprsUserProfiles :: Lens' ListUserProfilesResponse [UserProfileSummary] Source #

All the user profiles configured in AWS CodeStar for an AWS account.