const github.com/aws/smithy-go/logging.Warn

7 uses

	github.com/aws/smithy-go/logging (current package)
		logger.go#L14: 	Warn  Classification = "WARN"

	github.com/aws/smithy-go/transport/http
		middleware_close_response_body.go#L69: 			middleware.GetLogger(ctx).Logf(logging.Warn, "failed to discard remaining HTTP response body, this may affect connection reuse")
		middleware_close_response_body.go#L74: 			middleware.GetLogger(ctx).Logf(logging.Warn, "failed to close HTTP response body, this may affect connection reuse")

	github.com/aws/aws-sdk-go-v2/aws/middleware
		middleware.go#L73: 			logger.Logf(logging.Warn, "failed to parse response Date header value, got %v",

	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
		endpoints.go#L244: 		options.Logger.Logf(logging.Warn, "endpoint identifier %q, url %q marked as deprecated", region, u)

	github.com/aws/aws-sdk-go-v2/service/internal/checksum
		middleware_validate_output.go#L102: 			logger.Logf(logging.Warn,
		middleware_validate_output.go#L113: 			logger.Logf(logging.Warn, "Skipped validation of multipart checksum.")