Skip to main content
Module

x/aws_api/services/s3/mod.ts>CopyObjectOutput

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface CopyObjectOutput
import { type CopyObjectOutput } from "https://deno.land/x/aws_api@v0.8.0/services/s3/mod.ts";

Properties

optional
CopyObjectResult: CopyObjectResult | null
optional
Expiration: string | null
optional
CopySourceVersionId: string | null
optional
VersionId: string | null
optional
ServerSideEncryption: ServerSideEncryption | null
optional
SSECustomerAlgorithm: string | null
optional
SSECustomerKeyMD5: string | null
optional
SSEKMSKeyId: string | null
optional
SSEKMSEncryptionContext: string | null
optional
BucketKeyEnabled: boolean | null
optional
RequestCharged: RequestCharged | null