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

Contents

Description

Gets information about a deployment configuration.

Synopsis

Creating a Request

getDeploymentConfig Source #

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

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

  • gdcDeploymentConfigName - The name of a deployment configuration associated with the applicable IAM user or AWS account.

data GetDeploymentConfig Source #

Represents the input of a GetDeploymentConfig operation.

See: getDeploymentConfig smart constructor.

Instances

Eq GetDeploymentConfig Source # 
Data GetDeploymentConfig Source # 

Methods

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

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

toConstr :: GetDeploymentConfig -> Constr #

dataTypeOf :: GetDeploymentConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeploymentConfig Source # 
Show GetDeploymentConfig Source # 
Generic GetDeploymentConfig Source # 
Hashable GetDeploymentConfig Source # 
ToJSON GetDeploymentConfig Source # 
NFData GetDeploymentConfig Source # 

Methods

rnf :: GetDeploymentConfig -> () #

AWSRequest GetDeploymentConfig Source # 
ToHeaders GetDeploymentConfig Source # 
ToPath GetDeploymentConfig Source # 
ToQuery GetDeploymentConfig Source # 
type Rep GetDeploymentConfig Source # 
type Rep GetDeploymentConfig = D1 * (MetaData "GetDeploymentConfig" "Network.AWS.CodeDeploy.GetDeploymentConfig" "amazonka-codedeploy-1.6.0-FbexHQXokzbCl7hnYMiCm8" True) (C1 * (MetaCons "GetDeploymentConfig'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gdcDeploymentConfigName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs GetDeploymentConfig Source # 

Request Lenses

gdcDeploymentConfigName :: Lens' GetDeploymentConfig Text Source #

The name of a deployment configuration associated with the applicable IAM user or AWS account.

Destructuring the Response

getDeploymentConfigResponse Source #

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

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

data GetDeploymentConfigResponse Source #

Represents the output of a GetDeploymentConfig operation.

See: getDeploymentConfigResponse smart constructor.

Instances

Eq GetDeploymentConfigResponse Source # 
Data GetDeploymentConfigResponse Source # 

Methods

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

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

toConstr :: GetDeploymentConfigResponse -> Constr #

dataTypeOf :: GetDeploymentConfigResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeploymentConfigResponse Source # 
Show GetDeploymentConfigResponse Source # 
Generic GetDeploymentConfigResponse Source # 
NFData GetDeploymentConfigResponse Source # 
type Rep GetDeploymentConfigResponse Source # 
type Rep GetDeploymentConfigResponse = D1 * (MetaData "GetDeploymentConfigResponse" "Network.AWS.CodeDeploy.GetDeploymentConfig" "amazonka-codedeploy-1.6.0-FbexHQXokzbCl7hnYMiCm8" False) (C1 * (MetaCons "GetDeploymentConfigResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gdcrsDeploymentConfigInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe DeploymentConfigInfo))) (S1 * (MetaSel (Just Symbol "_gdcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses