Skip to main content
Module

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

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

Properties

Bucket: string
Key: string
optional
SSECustomerAlgorithm: string | null
optional
SSECustomerKey: Uint8Array | string | null
optional
SSECustomerKeyMD5: string | null
Expression: string
ExpressionType: ExpressionType
optional
RequestProgress: RequestProgress | null
InputSerialization: InputSerialization
OutputSerialization: OutputSerialization
optional
ScanRange: ScanRange | null
optional
ExpectedBucketOwner: string | null