amazonka-codedeploy-1.4.0: 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.DeleteDeploymentConfig

Contents

Description

Deletes a deployment configuration.

A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.

Synopsis

Creating a Request

deleteDeploymentConfig Source

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

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

Request Lenses

ddcDeploymentConfigName :: Lens' DeleteDeploymentConfig Text Source

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

Destructuring the Response

deleteDeploymentConfigResponse :: DeleteDeploymentConfigResponse Source

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