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

aws-aws-sdk-go-v2-service-sfn

JSON →
library1.43.0gogounverified

AWS SDK for Go v2 service client for AWS Step Functions.

go get github.com/aws/aws-sdk-go-v2/service/sfn
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-sfn
cloudgov1.43.0
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.

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

Lists Step Functions state machines.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/sfn" ) func main() { client := sfn.NewFromConfig(cfg) result, err := client.ListStateMachines(context.TODO(), &sfn.ListStateMachinesInput{}) if err != nil { panic(err) } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.43.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
aws-aws-sdk-go-v2-service-sfn — go get aws-aws-sdk-go-v2-service-sfn · libregistry