Versions in this module Expand all Collapse all v2 v2.0.3 Nov 21, 2023 v2.0.2 Aug 15, 2023 Changes in this version + const DefaultAMIFilter + const DefaultLaunchTemplateLimit + const DefaultPollingInterval + const DefaultPollingTimeout + const DefaultTimestampLayout + const MinimumIntervalsForStable + const TagNameASG + const TagNameTerminate + const Version + var DefaultConfig = Config + type ClusterMeta struct + Cluster ecsTypes.Cluster + Image ec2types.Image + type Config struct + AMIFilter string + Cluster string + ForceReplacement bool + LaunchTemplateLimit int + LaunchTemplateNamePrefix string + Logger *log.Logger + PollingInterval time.Duration + PollingTimeout time.Duration + TimestampLayout string + type Upgrader struct + func NewUpgrader(awsCfg aws.Config, config *Config) (*Upgrader, error) + func (u *Upgrader) LatestAMI() (ec2types.Image, error) + func (u *Upgrader) ListClusters() ([]ClusterMeta, error) + func (u *Upgrader) UpgradeCluster() error