awsspendsummary-0.1.0.1: Extract recent daily AWS costs
Copyright(c) Daniel Rolls 2024
LicenseGPL-2 only
Safe HaskellSafe-Inferred
LanguageGHC2021

AwsSpendSummary

Description

This module is for printing AWS account costs to the terminal. Costs are all unblended and shown per day.

Synopsis

Documentation

data Options Source #

Optional arguments to pass to printCosts

Constructors

Options Integer 

Instances

Instances details
Default Options Source # 
Instance details

Defined in AwsSpendSummary

Methods

def :: Options #

numberOfDays :: Options -> Integer Source #

Number of days to show results for

printCosts :: Options -> Text -> Text -> Text -> IO () Source #

Print the costs to the terminal

Orphan instances

FromField UTCTime Source # 
Instance details