amazonka-codedeploy-1.4.5: 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.GetDeploymentConfig

Contents

Description

Gets information about a deployment configuration.

Synopsis

Creating a Request

getDeploymentConfig #

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 #

Represents the input of a get deployment configuration operation.

See: getDeploymentConfig smart constructor.

Instances

Eq GetDeploymentConfig # 
Data GetDeploymentConfig # 

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 # 
Show GetDeploymentConfig # 
Generic GetDeploymentConfig # 
Hashable GetDeploymentConfig # 
ToJSON GetDeploymentConfig # 
NFData GetDeploymentConfig # 

Methods

rnf :: GetDeploymentConfig -> () #

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

Request Lenses

gdcDeploymentConfigName :: Lens' GetDeploymentConfig Text #

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

Destructuring the Response

getDeploymentConfigResponse #

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 #

Represents the output of a get deployment configuration operation.

See: getDeploymentConfigResponse smart constructor.

Instances

Eq GetDeploymentConfigResponse # 
Data GetDeploymentConfigResponse # 

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 # 
Show GetDeploymentConfigResponse # 
Generic GetDeploymentConfigResponse # 
NFData GetDeploymentConfigResponse # 
type Rep GetDeploymentConfigResponse # 
type Rep GetDeploymentConfigResponse = D1 (MetaData "GetDeploymentConfigResponse" "Network.AWS.CodeDeploy.GetDeploymentConfig" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "GetDeploymentConfigResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gdcrsDeploymentConfigInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentConfigInfo))) (S1 (MetaSel (Just Symbol "_gdcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

gdcrsDeploymentConfigInfo :: Lens' GetDeploymentConfigResponse (Maybe DeploymentConfigInfo) #

Information about the deployment configuration.