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

aws-aws-sdk-go-v2-service-configservice

JSON →
library1.64.1gogounverified

Provides the API client for AWS Config, enabling resource configuration tracking and compliance evaluation.

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

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

Describes the configuration recorders in the AWS account.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
aws-aws-sdk-go-v2-service-configservice — go get aws-aws-sdk-go-v2-service-configservice · libregistry