| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.GameLift.DeleteScalingPolicy
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.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteScalingPolicy |
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:
data DeleteScalingPolicy Source #
Represents the input for a request action.
See: deleteScalingPolicy smart constructor.
Instances
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.
data DeleteScalingPolicyResponse Source #
See: deleteScalingPolicyResponse smart constructor.
Instances