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 #

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

See: getDeploymentConfig smart constructor.

Instances
Eq GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Data GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.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 # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Generic GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfig :: * -> * #

Hashable GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

ToJSON GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

AWSRequest GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Associated Types

type Rs GetDeploymentConfig :: * #

ToHeaders GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

ToPath GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

ToQuery GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

NFData GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Methods

rnf :: GetDeploymentConfig -> () #

type Rep GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

type Rep GetDeploymentConfig = D1 (MetaData "GetDeploymentConfig" "Network.AWS.CodeDeploy.GetDeploymentConfig" "amazonka-codedeploy-1.6.0-DNTgLFwCGiHpT5vX886Zc" True) (C1 (MetaCons "GetDeploymentConfig'" PrefixI True) (S1 (MetaSel (Just "_gdcDeploymentConfigName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetDeploymentConfig # 
Instance details

Defined in Network.AWS.CodeDeploy.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 GetDeploymentConfig operation.

See: getDeploymentConfigResponse smart constructor.

Instances
Eq GetDeploymentConfigResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Data GetDeploymentConfigResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

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

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfigResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Generic GetDeploymentConfigResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfigResponse :: * -> * #

NFData GetDeploymentConfigResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

type Rep GetDeploymentConfigResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentConfig

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

Response Lenses

gdcrsDeploymentConfigInfo :: Lens' GetDeploymentConfigResponse (Maybe DeploymentConfigInfo) #

Information about the deployment configuration.