Registry / cloud / aws-aws-sdk-go-v2-service-autoscaling

aws-aws-sdk-go-v2-service-autoscaling

JSON →
library1.67.4gogounverified

The AWS SDK v2 service client for Auto Scaling, enabling management of EC2 Auto Scaling groups and policies.

go get github.com/aws/aws-sdk-go-v2/service/autoscaling
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-autoscaling
cloudgov1.67.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

autoscaling
github.com/aws/aws-sdk-go-v2/service/autoscaling

Creates an Auto Scaling client and describes all Auto Scaling groups.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/autoscaling" ) func main() { client := autoscaling.NewFromConfig(cfg) groups, _ := client.DescribeAutoScalingGroups(context.TODO(), &autoscaling.DescribeAutoScalingGroupsInput{}) fmt.Println(groups) }
Debug
Known issues
breakingAWS SDK v2 has breaking changes from v1, including different import paths and API patterns.
fix
Use v2 import paths and update code to use the new client pattern.
affects: >=1.0.0
Upgrade
Version history
1.67.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Resources
aws-aws-sdk-go-v2-service-autoscaling — go get aws-aws-sdk-go-v2-service-autoscaling · libregistry