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

GetBucketVersioningOutput

import type { GetBucketVersioningOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface GetBucketVersioningOutput {
MFADelete?: MFADeleteStatus | null;
Status?: BucketVersioningStatus | null;
}

§Properties

§
MFADelete?: MFADeleteStatus | null
[src]

Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.

§

The versioning state of the bucket.