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

PutBucketAnalyticsConfigurationRequest

import type { PutBucketAnalyticsConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface PutBucketAnalyticsConfigurationRequest {
AnalyticsConfiguration: AnalyticsConfiguration;
Bucket: string;
ExpectedBucketOwner?: string | null;
Id: string;
}

§Properties

§
AnalyticsConfiguration: AnalyticsConfiguration
[src]

The configuration and any analyses for the analytics filter.

§
Bucket: string
[src]

The name of the bucket to which an analytics configuration is stored.

§
ExpectedBucketOwner?: string | null
[src]

The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden (access denied).

§
Id: string
[src]

The ID that identifies the analytics configuration.