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

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

Data ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

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

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

Show ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

Generic ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

Associated Types

type Rep ListGitHubAccountTokenNames :: Type -> Type #

Hashable ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

ToJSON ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

AWSRequest ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

Associated Types

type Rs ListGitHubAccountTokenNames :: Type #

ToHeaders ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

ToPath ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

ToQuery ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

NFData ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

type Rep ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

type Rep ListGitHubAccountTokenNames = D1 (MetaData "ListGitHubAccountTokenNames" "Network.AWS.CodeDeploy.ListGitHubAccountTokenNames" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" True) (C1 (MetaCons "ListGitHubAccountTokenNames'" PrefixI True) (S1 (MetaSel (Just "_lghatnNextToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs ListGitHubAccountTokenNames Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

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

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

Data ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

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

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

Show ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

Generic ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

NFData ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

type Rep ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListGitHubAccountTokenNames

type Rep ListGitHubAccountTokenNamesResponse = D1 (MetaData "ListGitHubAccountTokenNamesResponse" "Network.AWS.CodeDeploy.ListGitHubAccountTokenNames" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "ListGitHubAccountTokenNamesResponse'" PrefixI True) (S1 (MetaSel (Just "_lghatnrsTokenNameList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_lghatnrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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.