type github.com/aws/aws-sdk-go-v2/service/s3/types.Stats

5 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L3669: type Stats struct {
		types.go#L3687: 	Details *Stats

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L12358: func awsRestxml_deserializeDocumentStats(v **types.Stats, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L12362: 	var sv *types.Stats
		deserializers.go#L12364: 		sv = &types.Stats{}