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

PutBucketVersioningRequest

import type { PutBucketVersioningRequest } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface PutBucketVersioningRequest {
AccountId: string;
Bucket: string;
ContentMD5?: string | null;
MFA?: string | null;
VersioningConfiguration: VersioningConfiguration;
}

§Properties

§
AccountId: string
[src]

The Amazon Web Services account ID of the S3 on Outposts bucket.

§
Bucket: string
[src]

The S3 on Outposts bucket to set the versioning state for.

§
ContentMD5?: string | null
[src]

The base64-encoded 128-bit MD5 digest of the data. This is generated by the client library.

§
MFA?: string | null
[src]

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

§
VersioningConfiguration: VersioningConfiguration
[src]

The root-level tag for the VersioningConfiguration parameters.