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

PutPublicAccessBlockRequest

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

§Properties

§
AccountId: string
[src]

The account ID for the Amazon Web Services account whose PublicAccessBlock configuration you want to set.

§
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration
[src]

The PublicAccessBlock configuration that you want to apply to the specified Amazon Web Services account.