Registry /
cloud / aws-aws-sdk-go-v2-service-iot
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.
iot
✓ github.com/aws/aws-sdk-go-v2/service/iot
Create an IoT client and list things.
package main
import (
"context"
"github.com/aws/aws-sdk-go-v2/service/iot"
)
func main() {
client := iot.NewFromConfig(cfg)
client.ListThings(context.TODO(), &iot.ListThingsInput{})
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.75.4latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.