amazonka-codedeploy-1.6.0: Amazon CodeDeploy 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.CodeDeploy.ListGitHubAccountTokenNames

Contents

Description

Lists the names of stored connections to GitHub accounts.

Synopsis

Creating a Request

listGitHubAccountTokenNames :: ListGitHubAccountTokenNames Source #

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

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

  • lghatnNextToken - An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.

data ListGitHubAccountTokenNames Source #

Represents the input of a ListGitHubAccountTokenNames operation.

See: listGitHubAccountTokenNames smart constructor.

Instances

Eq ListGitHubAccountTokenNames Source # 
Data ListGitHubAccountTokenNames Source # 

Methods

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

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

toConstr :: ListGitHubAccountTokenNames -> Constr #

dataTypeOf :: ListGitHubAccountTokenNames -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListGitHubAccountTokenNames Source # 
Show ListGitHubAccountTokenNames Source # 
Generic ListGitHubAccountTokenNames Source # 
Hashable ListGitHubAccountTokenNames Source # 
ToJSON ListGitHubAccountTokenNames Source # 
NFData ListGitHubAccountTokenNames Source # 
AWSRequest ListGitHubAccountTokenNames Source # 
ToHeaders ListGitHubAccountTokenNames Source # 
ToPath ListGitHubAccountTokenNames Source # 
ToQuery ListGitHubAccountTokenNames Source # 
type Rep ListGitHubAccountTokenNames Source # 
type Rep ListGitHubAccountTokenNames = D1 * (MetaData "ListGitHubAccountTokenNames" "Network.AWS.CodeDeploy.ListGitHubAccountTokenNames" "amazonka-codedeploy-1.6.0-FbexHQXokzbCl7hnYMiCm8" True) (C1 * (MetaCons "ListGitHubAccountTokenNames'" PrefixI True) (S1 * (MetaSel (Just Symbol "_lghatnNextToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))
type Rs ListGitHubAccountTokenNames Source # 

Request Lenses

lghatnNextToken :: Lens' ListGitHubAccountTokenNames (Maybe Text) Source #

An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.

Destructuring the Response

listGitHubAccountTokenNamesResponse Source #

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

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

  • lghatnrsTokenNameList - A list of names of connections to GitHub accounts.
  • lghatnrsNextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.
  • lghatnrsResponseStatus - -- | The response status code.

data ListGitHubAccountTokenNamesResponse Source #

Represents the output of a ListGitHubAccountTokenNames operation.

See: listGitHubAccountTokenNamesResponse smart constructor.

Instances

Eq ListGitHubAccountTokenNamesResponse Source # 
Data ListGitHubAccountTokenNamesResponse Source # 

Methods

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

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

toConstr :: ListGitHubAccountTokenNamesResponse -> Constr #

dataTypeOf :: ListGitHubAccountTokenNamesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListGitHubAccountTokenNamesResponse Source # 
Show ListGitHubAccountTokenNamesResponse Source # 
Generic ListGitHubAccountTokenNamesResponse Source # 
NFData ListGitHubAccountTokenNamesResponse Source # 
type Rep ListGitHubAccountTokenNamesResponse Source # 
type Rep ListGitHubAccountTokenNamesResponse = D1 * (MetaData "ListGitHubAccountTokenNamesResponse" "Network.AWS.CodeDeploy.ListGitHubAccountTokenNames" "amazonka-codedeploy-1.6.0-FbexHQXokzbCl7hnYMiCm8" False) (C1 * (MetaCons "ListGitHubAccountTokenNamesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lghatnrsTokenNameList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lghatnrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lghatnrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lghatnrsTokenNameList :: Lens' ListGitHubAccountTokenNamesResponse [Text] Source #

A list of names of connections to GitHub accounts.

lghatnrsNextToken :: Lens' ListGitHubAccountTokenNamesResponse (Maybe Text) Source #

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.