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

Contents

Description

Deletes the data feed for Spot Instances.

Synopsis

Creating a Request

deleteSpotDatafeedSubscription :: DeleteSpotDatafeedSubscription #

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:

  • dsdssDryRun - 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 .

data DeleteSpotDatafeedSubscription #

Contains the parameters for DeleteSpotDatafeedSubscription.

See: deleteSpotDatafeedSubscription smart constructor.

Instances
Eq DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Data DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

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 # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Show DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Generic DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Associated Types

type Rep DeleteSpotDatafeedSubscription :: * -> * #

Hashable DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

AWSRequest DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Associated Types

type Rs DeleteSpotDatafeedSubscription :: * #

ToHeaders DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

ToPath DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

ToQuery DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

NFData DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

type Rep DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

type Rep DeleteSpotDatafeedSubscription = D1 (MetaData "DeleteSpotDatafeedSubscription" "Network.AWS.EC2.DeleteSpotDatafeedSubscription" "amazonka-ec2-1.6.0-G6ppxISnQxeI7PhDx9p8Zy" True) (C1 (MetaCons "DeleteSpotDatafeedSubscription'" PrefixI True) (S1 (MetaSel (Just "_dsdssDryRun") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool))))
type Rs DeleteSpotDatafeedSubscription # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Request Lenses

dsdssDryRun :: Lens' DeleteSpotDatafeedSubscription (Maybe Bool) #

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 #

Instances
Eq DeleteSpotDatafeedSubscriptionResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Data DeleteSpotDatafeedSubscriptionResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

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 # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Show DeleteSpotDatafeedSubscriptionResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Generic DeleteSpotDatafeedSubscriptionResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

Associated Types

type Rep DeleteSpotDatafeedSubscriptionResponse :: * -> * #

NFData DeleteSpotDatafeedSubscriptionResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

type Rep DeleteSpotDatafeedSubscriptionResponse # 
Instance details

Defined in Network.AWS.EC2.DeleteSpotDatafeedSubscription

type Rep DeleteSpotDatafeedSubscriptionResponse = D1 (MetaData "DeleteSpotDatafeedSubscriptionResponse" "Network.AWS.EC2.DeleteSpotDatafeedSubscription" "amazonka-ec2-1.6.0-G6ppxISnQxeI7PhDx9p8Zy" False) (C1 (MetaCons "DeleteSpotDatafeedSubscriptionResponse'" PrefixI False) (U1 :: * -> *))