amazonka-codedeploy-1.3.5: Amazon CodeDeploy SDK.

Copyright(c) 2013-2015 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.UpdateDeploymentGroup

Contents

Description

Changes information about an existing deployment group.

See: AWS API Reference for UpdateDeploymentGroup.

Synopsis

Creating a Request

Request Lenses

udgServiceRoleARN :: Lens' UpdateDeploymentGroup (Maybe Text) Source

A replacement service role's ARN, if you want to change it.

udgDeploymentConfigName :: Lens' UpdateDeploymentGroup (Maybe Text) Source

The replacement deployment configuration name to use, if you want to change it.

udgNewDeploymentGroupName :: Lens' UpdateDeploymentGroup (Maybe Text) Source

The new name of the deployment group, if you want to change it.

udgEc2TagFilters :: Lens' UpdateDeploymentGroup [EC2TagFilter] Source

The replacement set of Amazon EC2 tags to filter on, if you want to change them.

udgOnPremisesInstanceTagFilters :: Lens' UpdateDeploymentGroup [TagFilter] Source

The replacement set of on-premises instance tags for filter on, if you want to change them.

udgAutoScalingGroups :: Lens' UpdateDeploymentGroup [Text] Source

The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them.

udgApplicationName :: Lens' UpdateDeploymentGroup Text Source

The application name corresponding to the deployment group to update.

udgCurrentDeploymentGroupName :: Lens' UpdateDeploymentGroup Text Source

The current name of the existing deployment group.

Destructuring the Response

updateDeploymentGroupResponse Source

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

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

Response Lenses

udgrsHooksNotCleanedUp :: Lens' UpdateDeploymentGroupResponse [AutoScalingGroup] Source

If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output does contain data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.