Versions in this module Expand all Collapse all v0 v0.0.5 Dec 30, 2024 Changes in this version + type MyAWS struct + SVCs map[string]Service + func (m *MyAWS) AddAllService() + func (m *MyAWS) AddService(s string) + func (m *MyAWS) GetReservationCoverage() + func (m *MyAWS) GetReservationUtilization() type Service + ServiceFilter string v0.0.4 Dec 12, 2024 Changes in this version + var End string + var Start string + func RsvConv(sf []string) v0.0.3 Nov 21, 2024 Changes in this version + func GetReservationCoverage(sf string) + type Service struct + Attributes []string + Coverage []string + GroupByKey []string + GroupDefinitions []types.GroupDefinition + Name string + func New() *Service + func (s *Service) EC2() + func (s *Service) ElastiCache() + func (s *Service) MemoryDB() + func (s *Service) OpenSearch() + func (s *Service) RDS() v0.0.2 Nov 8, 2024 Changes in this version + func GetReservationUtilization()