Registry /
cloud / aws-aws-sdk-go-v2-service-ssm
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.
ssm
✓ github.com/aws/aws-sdk-go-v2/service/ssm
Creates an SSM client and retrieves a parameter.
package main
import (
"context"
"github.com/aws/aws-sdk-go-v2/config"
"github.com/aws/aws-sdk-go-v2/service/ssm"
)
func main() {
cfg, _ := config.LoadDefaultConfig(context.TODO())
client := ssm.NewFromConfig(cfg)
params, _ := client.GetParameter(context.TODO(), &ssm.GetParameterInput{Name: nil})
_ = params
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.69.3latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.