Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListPartsOutput

import type { ListPartsOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";
interface ListPartsOutput {
AbortDate?: Date | number | null;
AbortRuleId?: string | null;
Bucket?: string | null;
Initiator?: Initiator | null;
IsTruncated?: boolean | null;
Key?: string | null;
MaxParts?: number | null;
NextPartNumberMarker?: number | null;
Owner?: Owner | null;
PartNumberMarker?: number | null;
Parts: Part[];
RequestCharged?: RequestCharged | null;
StorageClass?: StorageClass | null;
UploadId?: string | null;
}

§Properties

§
AbortDate?: Date | number | null
[src]
§
AbortRuleId?: string | null
[src]
§
Bucket?: string | null
[src]
§
Initiator?: Initiator | null
[src]
§
IsTruncated?: boolean | null
[src]
§
Key?: string | null
[src]
§
MaxParts?: number | null
[src]
§
NextPartNumberMarker?: number | null
[src]
§
Owner?: Owner | null
[src]
§
PartNumberMarker?: number | null
[src]
§
Parts: Part[]
[src]
§
RequestCharged?: RequestCharged | null
[src]
§
StorageClass?: StorageClass | null
[src]
§
UploadId?: string | null
[src]