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

VersioningConfiguration

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

Describes the versioning state of an Amazon S3 bucket. For more information, see PUT Bucket versioning in the Amazon S3 API Reference.

interface VersioningConfiguration {
MFADelete?: MFADelete | null;
Status?: BucketVersioningStatus | null;
}

§Properties

§
MFADelete?: MFADelete | 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.