amazonka-codecommit-1.4.5: Amazon CodeCommit SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeCommit.BatchGetRepositories

Contents

Description

Returns information about one or more repositories.

Synopsis

Creating a Request

batchGetRepositories :: BatchGetRepositories #

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

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

data BatchGetRepositories #

Represents the input of a batch get repositories operation.

See: batchGetRepositories smart constructor.

Instances

Eq BatchGetRepositories # 
Data BatchGetRepositories # 

Methods

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

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

toConstr :: BatchGetRepositories -> Constr #

dataTypeOf :: BatchGetRepositories -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchGetRepositories # 
Show BatchGetRepositories # 
Generic BatchGetRepositories # 
Hashable BatchGetRepositories # 
ToJSON BatchGetRepositories # 
NFData BatchGetRepositories # 

Methods

rnf :: BatchGetRepositories -> () #

AWSRequest BatchGetRepositories # 
ToQuery BatchGetRepositories # 
ToPath BatchGetRepositories # 
ToHeaders BatchGetRepositories # 
type Rep BatchGetRepositories # 
type Rep BatchGetRepositories = D1 (MetaData "BatchGetRepositories" "Network.AWS.CodeCommit.BatchGetRepositories" "amazonka-codecommit-1.4.5-IwWwQ2aHJNDDGjtjK0Oyfa" True) (C1 (MetaCons "BatchGetRepositories'" PrefixI True) (S1 (MetaSel (Just Symbol "_bgrRepositoryNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs BatchGetRepositories # 

Request Lenses

bgrRepositoryNames :: Lens' BatchGetRepositories [Text] #

The names of the repositories to get information about.

Destructuring the Response

batchGetRepositoriesResponse #

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

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

data BatchGetRepositoriesResponse #

Represents the output of a batch get repositories operation.

See: batchGetRepositoriesResponse smart constructor.

Instances

Eq BatchGetRepositoriesResponse # 
Data BatchGetRepositoriesResponse # 

Methods

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

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

toConstr :: BatchGetRepositoriesResponse -> Constr #

dataTypeOf :: BatchGetRepositoriesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchGetRepositoriesResponse # 
Show BatchGetRepositoriesResponse # 
Generic BatchGetRepositoriesResponse # 
NFData BatchGetRepositoriesResponse # 
type Rep BatchGetRepositoriesResponse # 
type Rep BatchGetRepositoriesResponse = D1 (MetaData "BatchGetRepositoriesResponse" "Network.AWS.CodeCommit.BatchGetRepositories" "amazonka-codecommit-1.4.5-IwWwQ2aHJNDDGjtjK0Oyfa" False) (C1 (MetaCons "BatchGetRepositoriesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_bgrrsRepositories") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [RepositoryMetadata]))) ((:*:) (S1 (MetaSel (Just Symbol "_bgrrsRepositoriesNotFound") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_bgrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

bgrrsRepositories :: Lens' BatchGetRepositoriesResponse [RepositoryMetadata] #

A list of repositories returned by the batch get repositories operation.

bgrrsRepositoriesNotFound :: Lens' BatchGetRepositoriesResponse [Text] #

Returns a list of repository names for which information could not be found.