| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.AutoScalingPlans.DeleteScalingPlan
Description
Deletes the specified scaling plan.
Synopsis
- deleteScalingPlan :: Text -> Integer -> DeleteScalingPlan
- data DeleteScalingPlan
- dspScalingPlanName :: Lens' DeleteScalingPlan Text
- dspScalingPlanVersion :: Lens' DeleteScalingPlan Integer
- deleteScalingPlanResponse :: Int -> DeleteScalingPlanResponse
- data DeleteScalingPlanResponse
- dsprsResponseStatus :: Lens' DeleteScalingPlanResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Integer | |
| -> DeleteScalingPlan |
Creates a value of DeleteScalingPlan with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dspScalingPlanName- The name of the scaling plan.dspScalingPlanVersion- The version of the scaling plan.
data DeleteScalingPlan Source #
See: deleteScalingPlan smart constructor.
Instances
Request Lenses
dspScalingPlanName :: Lens' DeleteScalingPlan Text Source #
The name of the scaling plan.
dspScalingPlanVersion :: Lens' DeleteScalingPlan Integer Source #
The version of the scaling plan.
Destructuring the Response
deleteScalingPlanResponse Source #
Arguments
| :: Int | |
| -> DeleteScalingPlanResponse |
Creates a value of DeleteScalingPlanResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsprsResponseStatus- -- | The response status code.
data DeleteScalingPlanResponse Source #
See: deleteScalingPlanResponse smart constructor.
Instances
Response Lenses
dsprsResponseStatus :: Lens' DeleteScalingPlanResponse Int Source #
- - | The response status code.