Registry /
cloud / aws-aws-sdk-go-v2-service-firehose
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.
firehose
✓ github.com/aws/aws-sdk-go-v2/service/firehose
Lists delivery streams using the Firehose client.
package main
import (
"context"
"github.com/aws/aws-sdk-go-v2/service/firehose"
)
func main() {
client := firehose.NewFromConfig(cfg)
client.ListDeliveryStreams(context.TODO(), &firehose.ListDeliveryStreamsInput{})
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.44.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.