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

HeadObjectRequest

import type { HeadObjectRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";
interface HeadObjectRequest {
Bucket: string;
ExpectedBucketOwner?: string | null;
IfMatch?: string | null;
IfModifiedSince?: Date | number | null;
IfNoneMatch?: string | null;
IfUnmodifiedSince?: Date | number | null;
Key: string;
PartNumber?: number | null;
Range?: string | null;
RequestPayer?: RequestPayer | null;
SSECustomerAlgorithm?: string | null;
SSECustomerKey?: Uint8Array | string | null;
SSECustomerKeyMD5?: string | null;
VersionId?: string | null;
}

§Properties

§
Bucket: string
[src]
§
ExpectedBucketOwner?: string | null
[src]
§
IfMatch?: string | null
[src]
§
IfModifiedSince?: Date | number | null
[src]
§
IfNoneMatch?: string | null
[src]
§
IfUnmodifiedSince?: Date | number | null
[src]
§
Key: string
[src]
§
PartNumber?: number | null
[src]
§
Range?: string | null
[src]
§
RequestPayer?: RequestPayer | null
[src]
§
SSECustomerAlgorithm?: string | null
[src]
§
SSECustomerKey?: Uint8Array | string | null
[src]
§
SSECustomerKeyMD5?: string | null
[src]
§
VersionId?: string | null
[src]