MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / AutoScaling

Method AutoScaling

aws/client.go:43–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (c *Client) AutoScaling() *autoscaling.Client {
44 if c.autoScalingClient == nil {
45 c.autoScalingClient = autoscaling.New(c.session, c.config)
46 }
47 return c.autoScalingClient
48}
49
50func (c *Client) EC2() *ec2.Client {
51 if c.ec2Client == nil {

Callers 8

RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
scaleOutMethod · 0.80
scaleInMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected