func github.com/aws/smithy-go/ptr.Int32Map

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L201: func Int32Map(vs map[string]int32) map[string]*int32 {

	github.com/aws/aws-sdk-go-v2/aws
		to_ptr.go#L126: 	return ptr.Int32Map(vs)