amazonka-gamelift-1.4.0: Amazon GameLift 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.GameLift.DeleteScalingPolicy

Contents

Description

Deletes a fleet scaling policy. This action means that the policy is no longer in force and removes all record of it. To delete a scaling policy, specify both the scaling policy name and the fleet ID it is associated with.

Synopsis

Creating a Request

deleteScalingPolicy Source

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

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

Request Lenses

dspName :: Lens' DeleteScalingPolicy Text Source

Descriptive label associated with this scaling policy. Policy names do not need to be unique.

dspFleetId :: Lens' DeleteScalingPolicy Text Source

Unique identifier for a fleet.

Destructuring the Response

deleteScalingPolicyResponse :: DeleteScalingPolicyResponse Source

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