amazonka-cur-1.5.0: Amazon Cost and Usage Report Service SDK.

Copyright(c) 2013-2017 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.CostAndUsageReport.PutReportDefinition

Contents

Description

Create a new report definition

Synopsis

Creating a Request

putReportDefinition Source #

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

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

data PutReportDefinition Source #

Request of PutReportDefinition

See: putReportDefinition smart constructor.

Instances

Eq PutReportDefinition Source # 
Data PutReportDefinition Source # 

Methods

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

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

toConstr :: PutReportDefinition -> Constr #

dataTypeOf :: PutReportDefinition -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PutReportDefinition Source # 
Show PutReportDefinition Source # 
Generic PutReportDefinition Source # 
Hashable PutReportDefinition Source # 
ToJSON PutReportDefinition Source # 
NFData PutReportDefinition Source # 

Methods

rnf :: PutReportDefinition -> () #

AWSRequest PutReportDefinition Source # 
ToQuery PutReportDefinition Source # 
ToPath PutReportDefinition Source # 
ToHeaders PutReportDefinition Source # 
type Rep PutReportDefinition Source # 
type Rep PutReportDefinition = D1 (MetaData "PutReportDefinition" "Network.AWS.CostAndUsageReport.PutReportDefinition" "amazonka-cur-1.5.0-K2sl8RuFX0fFcB2VZN2uYq" True) (C1 (MetaCons "PutReportDefinition'" PrefixI True) (S1 (MetaSel (Just Symbol "_prdReportDefinition") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ReportDefinition)))
type Rs PutReportDefinition Source # 

Request Lenses

Destructuring the Response

putReportDefinitionResponse Source #

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

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

data PutReportDefinitionResponse Source #

Response of PutReportDefinition

See: putReportDefinitionResponse smart constructor.

Instances

Eq PutReportDefinitionResponse Source # 
Data PutReportDefinitionResponse Source # 

Methods

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

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

toConstr :: PutReportDefinitionResponse -> Constr #

dataTypeOf :: PutReportDefinitionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PutReportDefinitionResponse Source # 
Show PutReportDefinitionResponse Source # 
Generic PutReportDefinitionResponse Source # 
NFData PutReportDefinitionResponse Source # 
type Rep PutReportDefinitionResponse Source # 
type Rep PutReportDefinitionResponse = D1 (MetaData "PutReportDefinitionResponse" "Network.AWS.CostAndUsageReport.PutReportDefinition" "amazonka-cur-1.5.0-K2sl8RuFX0fFcB2VZN2uYq" True) (C1 (MetaCons "PutReportDefinitionResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_prdrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses