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

DescribeRegionSettingsOutput

import type { DescribeRegionSettingsOutput } from "https://aws-api.deno.dev/v0.3/services/backup.ts?docs=full";
interface DescribeRegionSettingsOutput {
ResourceTypeManagementPreference?: {
[key: string]: boolean | null | undefined;
}
| null;
ResourceTypeOptInPreference?: {
[key: string]: boolean | null | undefined;
}
| null;
}

§Properties

§
ResourceTypeManagementPreference?: {
[key: string]: boolean | null | undefined;
}
| null
[src]

Returns whether a DynamoDB recovery point was taken using Backup's advanced DynamoDB backup features.

§
ResourceTypeOptInPreference?: {
[key: string]: boolean | null | undefined;
}
| null
[src]

Returns a list of all services along with the opt-in preferences in the Region.