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

PutMultiRegionAccessPointPolicyRequest

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

§Properties

§
AccountId: string
[src]

The Amazon Web Services account ID for the owner of the Multi-Region Access Point.

§
ClientToken: string
[src]

An idempotency token used to identify the request and guarantee that requests are unique.

§
ContentMD5?: string | null
[src]

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

§

A container element containing the details of the policy for the Multi-Region Access Point.