amazonka-autoscaling-1.2.0: Amazon Auto Scaling 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.AutoScaling.DeleteScheduledAction

Contents

Description

Deletes the specified scheduled action.

See: AWS API Reference for DeleteScheduledAction.

Synopsis

Creating a Request

deleteScheduledAction Source

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

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

Request Lenses

dsaAutoScalingGroupName :: Lens' DeleteScheduledAction (Maybe Text) Source

The name of the Auto Scaling group.

dsaScheduledActionName :: Lens' DeleteScheduledAction Text Source

The name of the action to delete.

Destructuring the Response

deleteScheduledActionResponse :: DeleteScheduledActionResponse Source

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