Documentation ¶
Index ¶
- type AWS
- func (a *AWS) GetCostsAndUsages(filter *types.CostAndUsageFilter) (*types.CostAndUsageOutput, error)
- func (aws *AWS) GetName() string
- func (a *AWS) GetResources(filter *types.InfraFilter) ([]*types.InfraResource, error)
- func (a *AWS) Init() error
- func (a *AWS) UpdateResourceState(resource *types.InfraResource, safe bool, state string) error
- func (a *AWS) UpdateResourceTag(resource *types.InfraResource, tagKey *string, tagValue *string) error
- type EC2
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWS ¶
type AWS struct {
// contains filtered or unexported fields
}
func (*AWS) GetCostsAndUsages ¶
func (a *AWS) GetCostsAndUsages(filter *types.CostAndUsageFilter) (*types.CostAndUsageOutput, error)
func (*AWS) GetResources ¶
func (a *AWS) GetResources(filter *types.InfraFilter) ([]*types.InfraResource, error)
func (*AWS) UpdateResourceState ¶
func (*AWS) UpdateResourceTag ¶
Click to show internal directories.
Click to hide internal directories.