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

HeadObjectOutput

import type { HeadObjectOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";
interface HeadObjectOutput {
AcceptRanges?: string | null;
ArchiveStatus?: ArchiveStatus | null;
BucketKeyEnabled?: boolean | null;
CacheControl?: string | null;
ContentDisposition?: string | null;
ContentEncoding?: string | null;
ContentLanguage?: string | null;
ContentLength?: number | null;
ContentType?: string | null;
DeleteMarker?: boolean | null;
ETag?: string | null;
Expiration?: string | null;
Expires?: Date | number | null;
LastModified?: Date | number | null;
Metadata: {
[key: string]: string | null | undefined;
}
;
MissingMeta?: number | null;
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | null;
ObjectLockMode?: ObjectLockMode | null;
ObjectLockRetainUntilDate?: Date | number | null;
PartsCount?: number | null;
ReplicationStatus?: ReplicationStatus | null;
RequestCharged?: RequestCharged | null;
Restore?: string | null;
ServerSideEncryption?: ServerSideEncryption | null;
SSECustomerAlgorithm?: string | null;
SSECustomerKeyMD5?: string | null;
SSEKMSKeyId?: string | null;
StorageClass?: StorageClass | null;
VersionId?: string | null;
WebsiteRedirectLocation?: string | null;
}

§Properties

§
AcceptRanges?: string | null
[src]
§
ArchiveStatus?: ArchiveStatus | null
[src]
§
BucketKeyEnabled?: boolean | null
[src]
§
CacheControl?: string | null
[src]
§
ContentDisposition?: string | null
[src]
§
ContentEncoding?: string | null
[src]
§
ContentLanguage?: string | null
[src]
§
ContentLength?: number | null
[src]
§
ContentType?: string | null
[src]
§
DeleteMarker?: boolean | null
[src]
§
ETag?: string | null
[src]
§
Expiration?: string | null
[src]
§
Expires?: Date | number | null
[src]
§
LastModified?: Date | number | null
[src]
§
Metadata: {
[key: string]: string | null | undefined;
}
[src]
§
MissingMeta?: number | null
[src]
§
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | null
[src]
§
ObjectLockMode?: ObjectLockMode | null
[src]
§
ObjectLockRetainUntilDate?: Date | number | null
[src]
§
PartsCount?: number | null
[src]
§
ReplicationStatus?: ReplicationStatus | null
[src]
§
RequestCharged?: RequestCharged | null
[src]
§
Restore?: string | null
[src]
§
ServerSideEncryption?: ServerSideEncryption | null
[src]
§
SSECustomerAlgorithm?: string | null
[src]
§
SSECustomerKeyMD5?: string | null
[src]
§
SSEKMSKeyId?: string | null
[src]
§
StorageClass?: StorageClass | null
[src]
§
VersionId?: string | null
[src]
§
WebsiteRedirectLocation?: string | null
[src]