stratosphere-billing-1.0.0: Stratosphere integration for AWS Billing.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Billing.BillingView

Documentation

data DimensionsProperty Source #

Instances

Instances details
ToJSON DimensionsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DimensionsProperty

Show DimensionsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DimensionsProperty

Eq DimensionsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DimensionsProperty

ToResourceProperties DimensionsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DimensionsProperty

Property "Key" DimensionsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DimensionsProperty

Property "Values" DimensionsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DimensionsProperty

type PropertyType "Key" DimensionsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DimensionsProperty

type PropertyType "Values" DimensionsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DimensionsProperty

data TagsProperty Source #

Constructors

TagsProperty 

Instances

Instances details
ToJSON TagsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

Show TagsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

Eq TagsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

ToResourceProperties TagsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

Property "Key" TagsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

Associated Types

type PropertyType "Key" TagsProperty 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

Property "Values" TagsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

Associated Types

type PropertyType "Values" TagsProperty 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

type PropertyType "Key" TagsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

type PropertyType "Values" TagsProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.TagsProperty

data DataFilterExpressionProperty Source #

Instances

Instances details
ToJSON DataFilterExpressionProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty

Show DataFilterExpressionProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty

Eq DataFilterExpressionProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty

ToResourceProperties DataFilterExpressionProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty

Property "Dimensions" DataFilterExpressionProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty

Property "Tags" DataFilterExpressionProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty

type PropertyType "Dimensions" DataFilterExpressionProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty

type PropertyType "Tags" DataFilterExpressionProperty Source # 
Instance details

Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty

data BillingView Source #

Instances

Instances details
ToJSON BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

Show BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

Eq BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

ToResourceProperties BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

Property "DataFilterExpression" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

Associated Types

type PropertyType "DataFilterExpression" BillingView 
Instance details

Defined in Stratosphere.Billing.BillingView

Methods

set :: PropertyType "DataFilterExpression" BillingView -> BillingView -> BillingView #

Property "Description" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

Associated Types

type PropertyType "Description" BillingView 
Instance details

Defined in Stratosphere.Billing.BillingView

type PropertyType "Description" BillingView = Value Text

Methods

set :: PropertyType "Description" BillingView -> BillingView -> BillingView #

Property "Name" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

Associated Types

type PropertyType "Name" BillingView 
Instance details

Defined in Stratosphere.Billing.BillingView

Property "SourceViews" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

Associated Types

type PropertyType "SourceViews" BillingView 
Instance details

Defined in Stratosphere.Billing.BillingView

type PropertyType "SourceViews" BillingView = ValueList Text

Methods

set :: PropertyType "SourceViews" BillingView -> BillingView -> BillingView #

Property "Tags" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

Associated Types

type PropertyType "Tags" BillingView 
Instance details

Defined in Stratosphere.Billing.BillingView

type PropertyType "Tags" BillingView = [Tag]
type PropertyType "DataFilterExpression" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

type PropertyType "Description" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

type PropertyType "Description" BillingView = Value Text
type PropertyType "Name" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

type PropertyType "SourceViews" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

type PropertyType "SourceViews" BillingView = ValueList Text
type PropertyType "Tags" BillingView Source # 
Instance details

Defined in Stratosphere.Billing.BillingView

type PropertyType "Tags" BillingView = [Tag]