interface ListMultipartUploadsOutputimport { type ListMultipartUploadsOutput } from "https://dotland.deno.dev/x/aws_api@v0.8.1/services/s3/mod.ts"; PropertiesoptionalBucket: string | nulloptionalKeyMarker: string | nulloptionalUploadIdMarker: string | nulloptionalNextKeyMarker: string | nulloptionalPrefix: string | nulloptionalDelimiter: string | nulloptionalNextUploadIdMarker: string | nulloptionalMaxUploads: number | nulloptionalIsTruncated: boolean | nullUploads: MultipartUpload[]CommonPrefixes: CommonPrefix[]optionalEncodingType: EncodingType | null