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

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L473: func Duration(v time.Duration) *time.Duration {

	github.com/aws/aws-sdk-go-v2/aws
		to_ptr.go#L284: 	return ptr.Duration(v)