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

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L275: 	Parts []CompletedPart
		types.go#L281: type CompletedPart struct {

	github.com/aws/aws-sdk-go-v2/service/s3
		serializers.go#L8933: func awsRestxml_serializeDocumentCompletedPart(v *types.CompletedPart, value smithyxml.Value) error {
		serializers.go#L9004: func awsRestxml_serializeDocumentCompletedPartList(v []types.CompletedPart, value smithyxml.Value) error {