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.ListDeploymentConfigs

Contents

Description

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

This operation returns paginated results.

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:

  • ldcNextToken - 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.

data ListDeploymentConfigs Source #

Represents the input of a ListDeploymentConfigs operation.

See: listDeploymentConfigs smart constructor.

Instances
Eq ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Data ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

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

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Show ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Generic ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Associated Types

type Rep ListDeploymentConfigs :: Type -> Type #

Hashable ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

ToJSON ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

AWSPager ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

AWSRequest ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Associated Types

type Rs ListDeploymentConfigs :: Type #

ToHeaders ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

ToPath ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

ToQuery ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

NFData ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Methods

rnf :: ListDeploymentConfigs -> () #

type Rep ListDeploymentConfigs Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

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

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

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:

  • ldcrsNextToken - 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 - A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
  • ldcrsResponseStatus - -- | The response status code.

data ListDeploymentConfigsResponse Source #

Represents the output of a ListDeploymentConfigs operation.

See: listDeploymentConfigsResponse smart constructor.

Instances
Eq ListDeploymentConfigsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Data ListDeploymentConfigsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

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

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Show ListDeploymentConfigsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Generic ListDeploymentConfigsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

Associated Types

type Rep ListDeploymentConfigsResponse :: Type -> Type #

NFData ListDeploymentConfigsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

type Rep ListDeploymentConfigsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.ListDeploymentConfigs

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