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

RequestCharged

import type { RequestCharged } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

If present, indicates that the requester was successfully charged for the request.

type RequestCharged = "requester" | cmnP.UnexpectedEnumValue;