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

MultiRegionAccessPointRegionalResponse

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

Status information for a single Multi-Region Access Point Region.

interface MultiRegionAccessPointRegionalResponse {
Name?: string | null;
RequestStatus?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the Region in the Multi-Region Access Point.

§
RequestStatus?: string | null
[src]

The current status of the Multi-Region Access Point in this Region.