Versions in this module Expand all Collapse all v0 v0.1.0 Feb 7, 2020 Changes in this version + type Config struct + AllowedInstanceStates string + AllowedInstanceStatesMap map[string]bool + AwsAccessKeyId string + AwsAccountsMap map[string]bool + AwsInstanceId string + AwsRegion string + AwsSecretKey string + Timeout uint64 + type Handler struct + func NewHandler(config *Config) (*Handler, error) + func (awsHandler *Handler) GetInstanceState() (string, error)