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/s3control.ts?docs=full";

Describes the versioning state of an Amazon S3 on Outposts bucket. For more information, see PutBucketVersioning.

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

§Properties

§
MFADelete?: MFADelete | null
[src]

Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.

§

Sets the versioning state of the S3 on Outposts bucket.