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

GetBucketVersioningResult

import type { GetBucketVersioningResult } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface GetBucketVersioningResult {
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 returned only if the bucket has been configured with MFA delete. If MFA delete has never been configured for the bucket, this element is not returned.

§

The versioning state of the S3 on Outposts bucket.