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.DescribeSpotDatafeedSubscription

Contents

Description

Describes the data feed for Spot Instances. For more information, see Spot Instance Data Feed in the Amazon EC2 User Guide for Linux Instances .

Synopsis

Creating a Request

describeSpotDatafeedSubscription :: DescribeSpotDatafeedSubscription #

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

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

  • dsdsDryRun - 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 DescribeSpotDatafeedSubscription #

Contains the parameters for DescribeSpotDatafeedSubscription.

See: describeSpotDatafeedSubscription smart constructor.

Instances

Eq DescribeSpotDatafeedSubscription # 
Data DescribeSpotDatafeedSubscription # 

Methods

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

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

toConstr :: DescribeSpotDatafeedSubscription -> Constr #

dataTypeOf :: DescribeSpotDatafeedSubscription -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeSpotDatafeedSubscription # 
Show DescribeSpotDatafeedSubscription # 
Generic DescribeSpotDatafeedSubscription # 
Hashable DescribeSpotDatafeedSubscription # 
NFData DescribeSpotDatafeedSubscription # 
AWSRequest DescribeSpotDatafeedSubscription # 
ToHeaders DescribeSpotDatafeedSubscription # 
ToPath DescribeSpotDatafeedSubscription # 
ToQuery DescribeSpotDatafeedSubscription # 
type Rep DescribeSpotDatafeedSubscription # 
type Rep DescribeSpotDatafeedSubscription = D1 * (MetaData "DescribeSpotDatafeedSubscription" "Network.AWS.EC2.DescribeSpotDatafeedSubscription" "amazonka-ec2-1.6.0-Dm9BQRbqSOK72xbfLZMG4m" True) (C1 * (MetaCons "DescribeSpotDatafeedSubscription'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dsdsDryRun") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Bool))))
type Rs DescribeSpotDatafeedSubscription # 

Request Lenses

dsdsDryRun :: Lens' DescribeSpotDatafeedSubscription (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

describeSpotDatafeedSubscriptionResponse #

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

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

data DescribeSpotDatafeedSubscriptionResponse #

Contains the output of DescribeSpotDatafeedSubscription.

See: describeSpotDatafeedSubscriptionResponse smart constructor.

Instances

Eq DescribeSpotDatafeedSubscriptionResponse # 
Data DescribeSpotDatafeedSubscriptionResponse # 

Methods

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

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

toConstr :: DescribeSpotDatafeedSubscriptionResponse -> Constr #

dataTypeOf :: DescribeSpotDatafeedSubscriptionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeSpotDatafeedSubscriptionResponse # 
Show DescribeSpotDatafeedSubscriptionResponse # 
Generic DescribeSpotDatafeedSubscriptionResponse # 
NFData DescribeSpotDatafeedSubscriptionResponse # 
type Rep DescribeSpotDatafeedSubscriptionResponse # 
type Rep DescribeSpotDatafeedSubscriptionResponse = D1 * (MetaData "DescribeSpotDatafeedSubscriptionResponse" "Network.AWS.EC2.DescribeSpotDatafeedSubscription" "amazonka-ec2-1.6.0-Dm9BQRbqSOK72xbfLZMG4m" False) (C1 * (MetaCons "DescribeSpotDatafeedSubscriptionResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsdsrsSpotDatafeedSubscription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SpotDatafeedSubscription))) (S1 * (MetaSel (Just Symbol "_dsdsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses