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

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L73: func StringSlice(vs []string) []*string {

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