type github.com/aws/smithy-go/transport/http.NopClient

3 uses

	github.com/aws/smithy-go/transport/http (current package)
		client.go#L111: type NopClient struct{}
		client.go#L114: func (NopClient) Do(r *http.Request) (*http.Response, error) {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L713: 	o.HTTPClient = smithyhttp.NopClient{}