amazonka-codedeploy-1.4.4: Amazon CodeDeploy 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.CodeDeploy.ListDeploymentConfigs

Contents

Description

Lists the deployment configurations with the applicable IAM user or AWS account.

Synopsis

Creating a Request

listDeploymentConfigs :: ListDeploymentConfigs Source #

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

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

data ListDeploymentConfigs Source #

Represents the input of a list deployment configurations operation.

See: listDeploymentConfigs smart constructor.

Instances

Eq ListDeploymentConfigs Source # 
Data ListDeploymentConfigs Source # 

Methods

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

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

toConstr :: ListDeploymentConfigs -> Constr #

dataTypeOf :: ListDeploymentConfigs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDeploymentConfigs Source # 
Show ListDeploymentConfigs Source # 
Generic ListDeploymentConfigs Source # 
Hashable ListDeploymentConfigs Source # 
NFData ListDeploymentConfigs Source # 

Methods

rnf :: ListDeploymentConfigs -> () #

AWSRequest ListDeploymentConfigs Source # 
ToPath ListDeploymentConfigs Source # 
ToHeaders ListDeploymentConfigs Source # 
ToQuery ListDeploymentConfigs Source # 
ToJSON ListDeploymentConfigs Source # 
type Rep ListDeploymentConfigs Source # 
type Rep ListDeploymentConfigs = D1 (MetaData "ListDeploymentConfigs" "Network.AWS.CodeDeploy.ListDeploymentConfigs" "amazonka-codedeploy-1.4.4-Huu7Ojj4Bf81ynvsJ5IuvU" True) (C1 (MetaCons "ListDeploymentConfigs'" PrefixI True) (S1 (MetaSel (Just Symbol "_ldcNextToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs ListDeploymentConfigs Source # 

Request Lenses

ldcNextToken :: Lens' ListDeploymentConfigs (Maybe Text) Source #

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

Destructuring the Response

listDeploymentConfigsResponse Source #

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

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

data ListDeploymentConfigsResponse Source #

Represents the output of a list deployment configurations operation.

See: listDeploymentConfigsResponse smart constructor.

Instances

Eq ListDeploymentConfigsResponse Source # 
Data ListDeploymentConfigsResponse Source # 

Methods

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

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

toConstr :: ListDeploymentConfigsResponse -> Constr #

dataTypeOf :: ListDeploymentConfigsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDeploymentConfigsResponse Source # 
Show ListDeploymentConfigsResponse Source # 
Generic ListDeploymentConfigsResponse Source # 
NFData ListDeploymentConfigsResponse Source # 
type Rep ListDeploymentConfigsResponse Source # 
type Rep ListDeploymentConfigsResponse = D1 (MetaData "ListDeploymentConfigsResponse" "Network.AWS.CodeDeploy.ListDeploymentConfigs" "amazonka-codedeploy-1.4.4-Huu7Ojj4Bf81ynvsJ5IuvU" False) (C1 (MetaCons "ListDeploymentConfigsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ldcrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ldcrsDeploymentConfigsList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_ldcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

ldcrsNextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text) Source #

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

ldcrsDeploymentConfigsList :: Lens' ListDeploymentConfigsResponse [Text] Source #

A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.