func github.com/aws/smithy-go/middleware.NewStack

2 uses

	github.com/aws/smithy-go/middleware (current package)
		stack.go#L76: func NewStack(id string, newRequestFn func() interface{}) *Stack {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L205: 	stack := middleware.NewStack(opID, smithyhttp.NewStackRequest)