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

aws-aws-sdk-go-v2-service-cloudformation

JSON →
library1.72.1gogounverified

The official AWS SDK for Go v2 service client for AWS CloudFormation.

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

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

Create a CloudFormation client and list stacks.

package main import ( "context" "github.com/aws/aws-sdk-go-v2/service/cloudformation" ) func main() { client := cloudformation.NewFromConfig(cfg) result, _ := client.ListStacks(context.TODO(), &cloudformation.ListStacksInput{}) _ = result }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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