amazonka-ec2-1.4.4: Amazon Elastic Compute Cloud 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.EC2.DeleteSpotDatafeedSubscription

Contents

Description

Deletes the data feed for Spot instances.

Synopsis

Creating a Request

deleteSpotDatafeedSubscription :: DeleteSpotDatafeedSubscription Source #

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

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

data DeleteSpotDatafeedSubscription Source #

Contains the parameters for DeleteSpotDatafeedSubscription.

See: deleteSpotDatafeedSubscription smart constructor.

Instances

Eq DeleteSpotDatafeedSubscription Source # 
Data DeleteSpotDatafeedSubscription Source # 

Methods

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

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

toConstr :: DeleteSpotDatafeedSubscription -> Constr #

dataTypeOf :: DeleteSpotDatafeedSubscription -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSpotDatafeedSubscription Source # 
Show DeleteSpotDatafeedSubscription Source # 
Generic DeleteSpotDatafeedSubscription Source # 
Hashable DeleteSpotDatafeedSubscription Source # 
NFData DeleteSpotDatafeedSubscription Source # 
AWSRequest DeleteSpotDatafeedSubscription Source # 
ToPath DeleteSpotDatafeedSubscription Source # 
ToHeaders DeleteSpotDatafeedSubscription Source # 
ToQuery DeleteSpotDatafeedSubscription Source # 
type Rep DeleteSpotDatafeedSubscription Source # 
type Rep DeleteSpotDatafeedSubscription = D1 (MetaData "DeleteSpotDatafeedSubscription" "Network.AWS.EC2.DeleteSpotDatafeedSubscription" "amazonka-ec2-1.4.4-4aYNmHv73MpJXVQjlVKYjQ" True) (C1 (MetaCons "DeleteSpotDatafeedSubscription'" PrefixI True) (S1 (MetaSel (Just Symbol "_dsdssDryRun") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool))))
type Rs DeleteSpotDatafeedSubscription Source # 

Request Lenses

dsdssDryRun :: Lens' DeleteSpotDatafeedSubscription (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Destructuring the Response

data DeleteSpotDatafeedSubscriptionResponse Source #

Instances

Eq DeleteSpotDatafeedSubscriptionResponse Source # 
Data DeleteSpotDatafeedSubscriptionResponse Source # 

Methods

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

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

toConstr :: DeleteSpotDatafeedSubscriptionResponse -> Constr #

dataTypeOf :: DeleteSpotDatafeedSubscriptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSpotDatafeedSubscriptionResponse Source # 
Show DeleteSpotDatafeedSubscriptionResponse Source # 
Generic DeleteSpotDatafeedSubscriptionResponse Source # 
NFData DeleteSpotDatafeedSubscriptionResponse Source # 
type Rep DeleteSpotDatafeedSubscriptionResponse Source # 
type Rep DeleteSpotDatafeedSubscriptionResponse = D1 (MetaData "DeleteSpotDatafeedSubscriptionResponse" "Network.AWS.EC2.DeleteSpotDatafeedSubscription" "amazonka-ec2-1.4.4-4aYNmHv73MpJXVQjlVKYjQ" False) (C1 (MetaCons "DeleteSpotDatafeedSubscriptionResponse'" PrefixI False) U1)