client

package
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2024 License: MIT Imports: 6 Imported by: 26

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Update(c Config) error
	Version() (string, error)
	Group(id string) (*autoscaling.DescribeAutoScalingGroupsOutput, error)
	UpdateGroup(id string, desiredcapacity int64) error
}

func New

func New(c Config) (Client, error)

type Config

type Config struct {
	Region    string
	AccessKey string
	SecretKey string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL