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
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _AWS
class _Cost(_AWS):
_type = "cost"
_icon_dir = "resources/aws/cost"
class Budgets(_Cost):
_icon = "budgets.png"
class CostAndUsageReport(_Cost):
_icon = "cost-and-usage-report.png"
class CostExplorer(_Cost):
_icon = "cost-explorer.png"
class CostManagement(_Cost):
_icon = "cost-management.png"
class ReservedInstanceReporting(_Cost):
_icon = "reserved-instance-reporting.png"
class SavingsPlans(_Cost):
_icon = "savings-plans.png"
# Aliases
|