| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Billing.BillingView
Documentation
data DimensionsProperty Source #
Constructors
| DimensionsProperty | |
Instances
data TagsProperty Source #
Constructors
| TagsProperty | |
Instances
| ToJSON TagsProperty Source # | |||||
Defined in Stratosphere.Billing.BillingView.TagsProperty Methods toJSON :: TagsProperty -> Value # toEncoding :: TagsProperty -> Encoding # toJSONList :: [TagsProperty] -> Value # toEncodingList :: [TagsProperty] -> Encoding # omitField :: TagsProperty -> Bool # | |||||
| Show TagsProperty Source # | |||||
Defined in Stratosphere.Billing.BillingView.TagsProperty Methods showsPrec :: Int -> TagsProperty -> ShowS # show :: TagsProperty -> String # showList :: [TagsProperty] -> ShowS # | |||||
| Eq TagsProperty Source # | |||||
| ToResourceProperties TagsProperty Source # | |||||
Defined in Stratosphere.Billing.BillingView.TagsProperty Methods toResourceProperties :: TagsProperty -> ResourceProperties # | |||||
| Property "Key" TagsProperty Source # | |||||
Defined in Stratosphere.Billing.BillingView.TagsProperty Associated Types
Methods set :: PropertyType "Key" TagsProperty -> TagsProperty -> TagsProperty # | |||||
| Property "Values" TagsProperty Source # | |||||
Defined in Stratosphere.Billing.BillingView.TagsProperty Associated Types
Methods set :: PropertyType "Values" TagsProperty -> TagsProperty -> TagsProperty # | |||||
| type PropertyType "Key" TagsProperty Source # | |||||
| type PropertyType "Values" TagsProperty Source # | |||||
data DataFilterExpressionProperty Source #
Constructors
| DataFilterExpressionProperty | |
Fields | |
Instances
| ToJSON DataFilterExpressionProperty Source # | |||||
Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty Methods toJSON :: DataFilterExpressionProperty -> Value # toEncoding :: DataFilterExpressionProperty -> Encoding # toJSONList :: [DataFilterExpressionProperty] -> Value # toEncodingList :: [DataFilterExpressionProperty] -> Encoding # | |||||
| Show DataFilterExpressionProperty Source # | |||||
Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty Methods showsPrec :: Int -> DataFilterExpressionProperty -> ShowS # show :: DataFilterExpressionProperty -> String # showList :: [DataFilterExpressionProperty] -> ShowS # | |||||
| Eq DataFilterExpressionProperty Source # | |||||
| ToResourceProperties DataFilterExpressionProperty Source # | |||||
| Property "Dimensions" DataFilterExpressionProperty Source # | |||||
Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty Associated Types
Methods set :: PropertyType "Dimensions" DataFilterExpressionProperty -> DataFilterExpressionProperty -> DataFilterExpressionProperty # | |||||
| Property "Tags" DataFilterExpressionProperty Source # | |||||
Defined in Stratosphere.Billing.BillingView.DataFilterExpressionProperty Associated Types
Methods set :: PropertyType "Tags" DataFilterExpressionProperty -> DataFilterExpressionProperty -> DataFilterExpressionProperty # | |||||
| type PropertyType "Dimensions" DataFilterExpressionProperty Source # | |||||
| type PropertyType "Tags" DataFilterExpressionProperty Source # | |||||
data BillingView Source #
Constructors
| BillingView | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html |
Fields
| |
Instances
| ToJSON BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView Methods toJSON :: BillingView -> Value # toEncoding :: BillingView -> Encoding # toJSONList :: [BillingView] -> Value # toEncodingList :: [BillingView] -> Encoding # omitField :: BillingView -> Bool # | |||||
| Show BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView Methods showsPrec :: Int -> BillingView -> ShowS # show :: BillingView -> String # showList :: [BillingView] -> ShowS # | |||||
| Eq BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView | |||||
| ToResourceProperties BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView Methods | |||||
| Property "DataFilterExpression" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView Associated Types
Methods set :: PropertyType "DataFilterExpression" BillingView -> BillingView -> BillingView # | |||||
| Property "Description" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView Associated Types
Methods set :: PropertyType "Description" BillingView -> BillingView -> BillingView # | |||||
| Property "Name" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView Associated Types
Methods set :: PropertyType "Name" BillingView -> BillingView -> BillingView # | |||||
| Property "SourceViews" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView Associated Types
Methods set :: PropertyType "SourceViews" BillingView -> BillingView -> BillingView # | |||||
| Property "Tags" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView Associated Types
Methods set :: PropertyType "Tags" BillingView -> BillingView -> BillingView # | |||||
| type PropertyType "DataFilterExpression" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView | |||||
| type PropertyType "Description" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView | |||||
| type PropertyType "Name" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView | |||||
| type PropertyType "SourceViews" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView | |||||
| type PropertyType "Tags" BillingView Source # | |||||
Defined in Stratosphere.Billing.BillingView | |||||
mkBillingView :: Value Text -> ValueList Text -> BillingView Source #