Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CostCommandByCloudWatch ¶ added in v0.0.7
type CostCommandByCloudWatch struct {
Services []string
}
func (CostCommandByCloudWatch) Exec ¶ added in v0.0.7
func (a CostCommandByCloudWatch) Exec(d command.CommandData)
func (CostCommandByCloudWatch) GetHelp ¶ added in v0.0.7
func (CostCommandByCloudWatch) GetHelp() string
func (CostCommandByCloudWatch) GetMentionCommand ¶ added in v0.0.7
func (CostCommandByCloudWatch) GetMentionCommand() string
func (CostCommandByCloudWatch) GetRegexp ¶ added in v0.0.7
func (CostCommandByCloudWatch) GetRegexp() *regexp.Regexp
func (CostCommandByCloudWatch) HasHelp ¶ added in v0.0.7
func (CostCommandByCloudWatch) HasHelp() bool
type CostCommandByCostExplorer ¶ added in v0.0.7
type CostCommandByCostExplorer struct {
Services []string
}
func (CostCommandByCostExplorer) Exec ¶ added in v0.0.7
func (a CostCommandByCostExplorer) Exec(d command.CommandData)
func (CostCommandByCostExplorer) GetHelp ¶ added in v0.0.7
func (CostCommandByCostExplorer) GetHelp() string
func (CostCommandByCostExplorer) GetMentionCommand ¶ added in v0.0.7
func (CostCommandByCostExplorer) GetMentionCommand() string
func (CostCommandByCostExplorer) GetRegexp ¶ added in v0.0.7
func (CostCommandByCostExplorer) GetRegexp() *regexp.Regexp
func (CostCommandByCostExplorer) HasHelp ¶ added in v0.0.7
func (CostCommandByCostExplorer) HasHelp() bool
type Datapoints ¶ added in v0.0.3
type Datapoints []Datapoint
func NewDatapoints ¶ added in v0.0.3
func NewDatapoints(input cloudwatch.MetricStatisticsInput, list []cloudwatch.Datapoint) Datapoints
func (Datapoints) GetFirstValue ¶ added in v0.0.3
func (p Datapoints) GetFirstValue() float64
type DynamoDBCommand ¶ added in v0.0.4
func (DynamoDBCommand) Exec ¶ added in v0.0.4
func (s DynamoDBCommand) Exec(d command.CommandData)
func (DynamoDBCommand) GetHelp ¶ added in v0.0.4
func (DynamoDBCommand) GetHelp() string
func (DynamoDBCommand) GetMentionCommand ¶ added in v0.0.4
func (DynamoDBCommand) GetMentionCommand() string
func (DynamoDBCommand) GetRegexp ¶ added in v0.0.4
func (DynamoDBCommand) GetRegexp() *regexp.Regexp
func (DynamoDBCommand) HasHelp ¶ added in v0.0.4
func (DynamoDBCommand) HasHelp() bool
type SQSCommand ¶ added in v0.0.3
func (SQSCommand) Exec ¶ added in v0.0.3
func (s SQSCommand) Exec(d command.CommandData)
func (SQSCommand) GetHelp ¶ added in v0.0.3
func (SQSCommand) GetHelp() string
func (SQSCommand) GetMentionCommand ¶ added in v0.0.3
func (SQSCommand) GetMentionCommand() string
func (SQSCommand) GetRegexp ¶ added in v0.0.3
func (SQSCommand) GetRegexp() *regexp.Regexp
func (SQSCommand) HasHelp ¶ added in v0.0.3
func (SQSCommand) HasHelp() bool
type SQSPurgeCommand ¶ added in v0.0.8
type SQSPurgeCommand struct { UseBlacklist bool Blacklist []string UseWhitelist bool Whitelist []string WhitelistRegexp []*regexp.Regexp // contains filtered or unexported fields }
func (*SQSPurgeCommand) Exec ¶ added in v0.0.8
func (s *SQSPurgeCommand) Exec(d command.CommandData)
func (SQSPurgeCommand) GetHelp ¶ added in v0.0.8
func (SQSPurgeCommand) GetHelp() string
func (SQSPurgeCommand) GetMentionCommand ¶ added in v0.0.8
func (SQSPurgeCommand) GetMentionCommand() string
func (SQSPurgeCommand) GetRegexp ¶ added in v0.0.8
func (SQSPurgeCommand) GetRegexp() *regexp.Regexp
func (SQSPurgeCommand) HasHelp ¶ added in v0.0.8
func (SQSPurgeCommand) HasHelp() bool
Click to show internal directories.
Click to hide internal directories.