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

Contents

Description

Changes information about a deployment group.

Synopsis

Creating a Request

Request Lenses

udgServiceRoleARN :: Lens' UpdateDeploymentGroup (Maybe Text) Source

A replacement ARN for the service role, 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 on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

udgOnPremisesInstanceTagFilters :: Lens' UpdateDeploymentGroup [TagFilter] Source

The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

udgTriggerConfigurations :: Lens' UpdateDeploymentGroup [TriggerConfig] Source

Information about triggers to change when the deployment group is updated.

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. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

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 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 contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.