forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathamazonka-cost-explorer.cabal
More file actions
211 lines (203 loc) · 9.88 KB
/
amazonka-cost-explorer.cabal
File metadata and controls
211 lines (203 loc) · 9.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
name: amazonka-cost-explorer
version: 1.6.1
synopsis: Amazon Cost Explorer Service SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
license: MPL-2.0
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <brendan.g.hay+amazonka@gmail.com>
copyright: Copyright (c) 2013-2021 Brendan Hay
category: Network, AWS, Cloud, Distributed Computing
build-type: Simple
cabal-version: >=1.10
extra-source-files:
fixture/*.proto
fixture/*.yaml
README.md
src/.gitkeep
description:
The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>,
which provides mechanisms for specifying AuthN/AuthZ information, sending requests,
and receiving responses.
.
It is recommended to use generic lenses or optics from packages such as <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify optional fields and deconstruct responses.
.
Generated lenses for legacy behaviour can be found in "Network.AWS.CostExplorer.Lens"
and are suitable for use with a lens package such as <http://hackage.haskell.org/package/lens lens> or <http://hackage.haskell.org/package/lens-family-core lens-family-core>.
.
Additional types and functions from <https://hackage.haskell.org/package/amazonka-core amazonka-core> are re-exported by the "Network.AWS.Prelude" module in this package.
.
See "Network.AWS.CostExplorer" and the <https://aws.amazon.com/documentation/ AWS documentation> to get started.
source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
subdir: amazonka-cost-explorer
library
default-language: Haskell2010
hs-source-dirs: src gen
ghc-options:
-Wall -fwarn-incomplete-uni-patterns
-fwarn-incomplete-record-updates -funbox-strict-fields
exposed-modules:
Network.AWS.CostExplorer
Network.AWS.CostExplorer.CreateAnomalyMonitor
Network.AWS.CostExplorer.CreateAnomalySubscription
Network.AWS.CostExplorer.CreateCostCategoryDefinition
Network.AWS.CostExplorer.DeleteAnomalyMonitor
Network.AWS.CostExplorer.DeleteAnomalySubscription
Network.AWS.CostExplorer.DeleteCostCategoryDefinition
Network.AWS.CostExplorer.DescribeCostCategoryDefinition
Network.AWS.CostExplorer.GetAnomalies
Network.AWS.CostExplorer.GetAnomalyMonitors
Network.AWS.CostExplorer.GetAnomalySubscriptions
Network.AWS.CostExplorer.GetCostAndUsage
Network.AWS.CostExplorer.GetCostAndUsageWithResources
Network.AWS.CostExplorer.GetCostCategories
Network.AWS.CostExplorer.GetCostForecast
Network.AWS.CostExplorer.GetDimensionValues
Network.AWS.CostExplorer.GetReservationCoverage
Network.AWS.CostExplorer.GetReservationPurchaseRecommendation
Network.AWS.CostExplorer.GetReservationUtilization
Network.AWS.CostExplorer.GetRightsizingRecommendation
Network.AWS.CostExplorer.GetSavingsPlansCoverage
Network.AWS.CostExplorer.GetSavingsPlansPurchaseRecommendation
Network.AWS.CostExplorer.GetSavingsPlansUtilization
Network.AWS.CostExplorer.GetSavingsPlansUtilizationDetails
Network.AWS.CostExplorer.GetTags
Network.AWS.CostExplorer.GetUsageForecast
Network.AWS.CostExplorer.Lens
Network.AWS.CostExplorer.ListCostCategoryDefinitions
Network.AWS.CostExplorer.ProvideAnomalyFeedback
Network.AWS.CostExplorer.Types
Network.AWS.CostExplorer.Types.AccountScope
Network.AWS.CostExplorer.Types.Anomaly
Network.AWS.CostExplorer.Types.AnomalyDateInterval
Network.AWS.CostExplorer.Types.AnomalyFeedbackType
Network.AWS.CostExplorer.Types.AnomalyMonitor
Network.AWS.CostExplorer.Types.AnomalyScore
Network.AWS.CostExplorer.Types.AnomalySubscription
Network.AWS.CostExplorer.Types.AnomalySubscriptionFrequency
Network.AWS.CostExplorer.Types.Context
Network.AWS.CostExplorer.Types.CostCategory
Network.AWS.CostExplorer.Types.CostCategoryProcessingStatus
Network.AWS.CostExplorer.Types.CostCategoryReference
Network.AWS.CostExplorer.Types.CostCategoryRule
Network.AWS.CostExplorer.Types.CostCategoryRuleVersion
Network.AWS.CostExplorer.Types.CostCategoryStatus
Network.AWS.CostExplorer.Types.CostCategoryStatusComponent
Network.AWS.CostExplorer.Types.CostCategoryValues
Network.AWS.CostExplorer.Types.Coverage
Network.AWS.CostExplorer.Types.CoverageByTime
Network.AWS.CostExplorer.Types.CoverageCost
Network.AWS.CostExplorer.Types.CoverageHours
Network.AWS.CostExplorer.Types.CoverageNormalizedUnits
Network.AWS.CostExplorer.Types.CurrentInstance
Network.AWS.CostExplorer.Types.DateInterval
Network.AWS.CostExplorer.Types.Dimension
Network.AWS.CostExplorer.Types.DimensionValues
Network.AWS.CostExplorer.Types.DimensionValuesWithAttributes
Network.AWS.CostExplorer.Types.EBSResourceUtilization
Network.AWS.CostExplorer.Types.EC2InstanceDetails
Network.AWS.CostExplorer.Types.EC2ResourceDetails
Network.AWS.CostExplorer.Types.EC2ResourceUtilization
Network.AWS.CostExplorer.Types.EC2Specification
Network.AWS.CostExplorer.Types.ElastiCacheInstanceDetails
Network.AWS.CostExplorer.Types.ESInstanceDetails
Network.AWS.CostExplorer.Types.Expression
Network.AWS.CostExplorer.Types.ForecastResult
Network.AWS.CostExplorer.Types.Granularity
Network.AWS.CostExplorer.Types.Group
Network.AWS.CostExplorer.Types.GroupDefinition
Network.AWS.CostExplorer.Types.GroupDefinitionType
Network.AWS.CostExplorer.Types.Impact
Network.AWS.CostExplorer.Types.InstanceDetails
Network.AWS.CostExplorer.Types.LookbackPeriodInDays
Network.AWS.CostExplorer.Types.MatchOption
Network.AWS.CostExplorer.Types.Metric
Network.AWS.CostExplorer.Types.MetricValue
Network.AWS.CostExplorer.Types.ModifyRecommendationDetail
Network.AWS.CostExplorer.Types.MonitorDimension
Network.AWS.CostExplorer.Types.MonitorType
Network.AWS.CostExplorer.Types.NumericOperator
Network.AWS.CostExplorer.Types.OfferingClass
Network.AWS.CostExplorer.Types.PaymentOption
Network.AWS.CostExplorer.Types.RDSInstanceDetails
Network.AWS.CostExplorer.Types.RecommendationTarget
Network.AWS.CostExplorer.Types.RedshiftInstanceDetails
Network.AWS.CostExplorer.Types.ReservationAggregates
Network.AWS.CostExplorer.Types.ReservationCoverageGroup
Network.AWS.CostExplorer.Types.ReservationPurchaseRecommendation
Network.AWS.CostExplorer.Types.ReservationPurchaseRecommendationDetail
Network.AWS.CostExplorer.Types.ReservationPurchaseRecommendationMetadata
Network.AWS.CostExplorer.Types.ReservationPurchaseRecommendationSummary
Network.AWS.CostExplorer.Types.ReservationUtilizationGroup
Network.AWS.CostExplorer.Types.ResourceDetails
Network.AWS.CostExplorer.Types.ResourceUtilization
Network.AWS.CostExplorer.Types.ResultByTime
Network.AWS.CostExplorer.Types.RightsizingRecommendation
Network.AWS.CostExplorer.Types.RightsizingRecommendationConfiguration
Network.AWS.CostExplorer.Types.RightsizingRecommendationMetadata
Network.AWS.CostExplorer.Types.RightsizingRecommendationSummary
Network.AWS.CostExplorer.Types.RightsizingType
Network.AWS.CostExplorer.Types.RootCause
Network.AWS.CostExplorer.Types.SavingsPlansAmortizedCommitment
Network.AWS.CostExplorer.Types.SavingsPlansCoverage
Network.AWS.CostExplorer.Types.SavingsPlansCoverageData
Network.AWS.CostExplorer.Types.SavingsPlansDataType
Network.AWS.CostExplorer.Types.SavingsPlansDetails
Network.AWS.CostExplorer.Types.SavingsPlansPurchaseRecommendation
Network.AWS.CostExplorer.Types.SavingsPlansPurchaseRecommendationDetail
Network.AWS.CostExplorer.Types.SavingsPlansPurchaseRecommendationMetadata
Network.AWS.CostExplorer.Types.SavingsPlansPurchaseRecommendationSummary
Network.AWS.CostExplorer.Types.SavingsPlansSavings
Network.AWS.CostExplorer.Types.SavingsPlansUtilization
Network.AWS.CostExplorer.Types.SavingsPlansUtilizationAggregates
Network.AWS.CostExplorer.Types.SavingsPlansUtilizationByTime
Network.AWS.CostExplorer.Types.SavingsPlansUtilizationDetail
Network.AWS.CostExplorer.Types.ServiceSpecification
Network.AWS.CostExplorer.Types.SortDefinition
Network.AWS.CostExplorer.Types.SortOrder
Network.AWS.CostExplorer.Types.Subscriber
Network.AWS.CostExplorer.Types.SubscriberStatus
Network.AWS.CostExplorer.Types.SubscriberType
Network.AWS.CostExplorer.Types.SupportedSavingsPlansType
Network.AWS.CostExplorer.Types.TagValues
Network.AWS.CostExplorer.Types.TargetInstance
Network.AWS.CostExplorer.Types.TerminateRecommendationDetail
Network.AWS.CostExplorer.Types.TermInYears
Network.AWS.CostExplorer.Types.TotalImpactFilter
Network.AWS.CostExplorer.Types.UtilizationByTime
Network.AWS.CostExplorer.UpdateAnomalyMonitor
Network.AWS.CostExplorer.UpdateAnomalySubscription
Network.AWS.CostExplorer.UpdateCostCategoryDefinition
Network.AWS.CostExplorer.Waiters
reexported-modules: Network.AWS.Prelude
build-depends:
amazonka-core >=1.6.1 && <1.6.2
, base >=4.13 && <5
test-suite amazonka-cost-explorer-test
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: test
main-is: Main.hs
ghc-options: -Wall -threaded
-- This section is encoded by the template and any modules added by
-- hand outside these namespaces will not correctly be added to the
-- distribution package.
other-modules:
Test.AWS.CostExplorer
Test.AWS.CostExplorer.Internal
Test.AWS.Gen.CostExplorer
build-depends:
amazonka-core >=1.6.1 && <1.6.2
, amazonka-cost-explorer
, amazonka-test >=1.6.1 && <1.6.2
, base
, bytestring
, case-insensitive
, tasty
, tasty-hunit
, text
, time
, unordered-containers