amazonka-autoscaling-plans-1.6.1: Amazon Auto Scaling Plans SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScalingPlans.DeleteScalingPlan

Contents

Description

Deletes the specified scaling plan.

Synopsis

Creating a Request

deleteScalingPlan Source #

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:

data DeleteScalingPlan Source #

See: deleteScalingPlan smart constructor.

Instances
Eq DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Data DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteScalingPlan -> c DeleteScalingPlan #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteScalingPlan #

toConstr :: DeleteScalingPlan -> Constr #

dataTypeOf :: DeleteScalingPlan -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeleteScalingPlan) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteScalingPlan) #

gmapT :: (forall b. Data b => b -> b) -> DeleteScalingPlan -> DeleteScalingPlan #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteScalingPlan -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteScalingPlan -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteScalingPlan -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteScalingPlan -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteScalingPlan -> m DeleteScalingPlan #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteScalingPlan -> m DeleteScalingPlan #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteScalingPlan -> m DeleteScalingPlan #

Read DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Show DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Generic DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Associated Types

type Rep DeleteScalingPlan :: Type -> Type #

Hashable DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

ToJSON DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

AWSRequest DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Associated Types

type Rs DeleteScalingPlan :: Type #

ToHeaders DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

ToPath DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

ToQuery DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

NFData DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Methods

rnf :: DeleteScalingPlan -> () #

type Rep DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

type Rep DeleteScalingPlan = D1 (MetaData "DeleteScalingPlan" "Network.AWS.AutoScalingPlans.DeleteScalingPlan" "amazonka-autoscaling-plans-1.6.1-3rcFdmqTtPU4fbtBlqlD3N" False) (C1 (MetaCons "DeleteScalingPlan'" PrefixI True) (S1 (MetaSel (Just "_dspScalingPlanName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dspScalingPlanVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))
type Rs DeleteScalingPlan Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

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 #

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:

data DeleteScalingPlanResponse Source #

See: deleteScalingPlanResponse smart constructor.

Instances
Eq DeleteScalingPlanResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Data DeleteScalingPlanResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteScalingPlanResponse -> c DeleteScalingPlanResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteScalingPlanResponse #

toConstr :: DeleteScalingPlanResponse -> Constr #

dataTypeOf :: DeleteScalingPlanResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeleteScalingPlanResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteScalingPlanResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteScalingPlanResponse -> DeleteScalingPlanResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteScalingPlanResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteScalingPlanResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteScalingPlanResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteScalingPlanResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteScalingPlanResponse -> m DeleteScalingPlanResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteScalingPlanResponse -> m DeleteScalingPlanResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteScalingPlanResponse -> m DeleteScalingPlanResponse #

Read DeleteScalingPlanResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Show DeleteScalingPlanResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Generic DeleteScalingPlanResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

Associated Types

type Rep DeleteScalingPlanResponse :: Type -> Type #

NFData DeleteScalingPlanResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

type Rep DeleteScalingPlanResponse Source # 
Instance details

Defined in Network.AWS.AutoScalingPlans.DeleteScalingPlan

type Rep DeleteScalingPlanResponse = D1 (MetaData "DeleteScalingPlanResponse" "Network.AWS.AutoScalingPlans.DeleteScalingPlan" "amazonka-autoscaling-plans-1.6.1-3rcFdmqTtPU4fbtBlqlD3N" True) (C1 (MetaCons "DeleteScalingPlanResponse'" PrefixI True) (S1 (MetaSel (Just "_dsprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses