amazonka-ec2-1.4.1: 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.DescribeSpotDatafeedSubscription

Contents

Description

Describes the data feed for Spot instances. For more information, see Spot Instance Data Feed in the Amazon Elastic Compute Cloud User Guide.

Synopsis

Creating a Request

describeSpotDatafeedSubscription :: DescribeSpotDatafeedSubscription Source #

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:

data DescribeSpotDatafeedSubscription Source #

Contains the parameters for DescribeSpotDatafeedSubscription.

See: describeSpotDatafeedSubscription smart constructor.

Instances

Eq DescribeSpotDatafeedSubscription Source # 
Data DescribeSpotDatafeedSubscription Source # 

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 Source # 
Show DescribeSpotDatafeedSubscription Source # 
Generic DescribeSpotDatafeedSubscription Source # 
Hashable DescribeSpotDatafeedSubscription Source # 
NFData DescribeSpotDatafeedSubscription Source # 
AWSRequest DescribeSpotDatafeedSubscription Source # 
ToQuery DescribeSpotDatafeedSubscription Source # 
ToPath DescribeSpotDatafeedSubscription Source # 
ToHeaders DescribeSpotDatafeedSubscription Source # 
type Rep DescribeSpotDatafeedSubscription Source # 
type Rep DescribeSpotDatafeedSubscription = D1 (MetaData "DescribeSpotDatafeedSubscription" "Network.AWS.EC2.DescribeSpotDatafeedSubscription" "amazonka-ec2-1.4.1-5DlWz6no0BoLQhxZVyzMyd" True) (C1 (MetaCons "DescribeSpotDatafeedSubscription'" PrefixI True) (S1 (MetaSel (Just Symbol "_dsdsDryRun") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool))))
type Rs DescribeSpotDatafeedSubscription Source # 

Request Lenses

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

describeSpotDatafeedSubscriptionResponse Source #

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 Source #

Contains the output of DescribeSpotDatafeedSubscription.

See: describeSpotDatafeedSubscriptionResponse smart constructor.

Instances

Eq DescribeSpotDatafeedSubscriptionResponse Source # 
Data DescribeSpotDatafeedSubscriptionResponse Source # 

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 Source # 
Show DescribeSpotDatafeedSubscriptionResponse Source # 
Generic DescribeSpotDatafeedSubscriptionResponse Source # 
NFData DescribeSpotDatafeedSubscriptionResponse Source # 
type Rep DescribeSpotDatafeedSubscriptionResponse Source # 
type Rep DescribeSpotDatafeedSubscriptionResponse = D1 (MetaData "DescribeSpotDatafeedSubscriptionResponse" "Network.AWS.EC2.DescribeSpotDatafeedSubscription" "amazonka-ec2-1.4.1-5DlWz6no0BoLQhxZVyzMyd" 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