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

UpdateRegionSettingsInput

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

§Properties

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

Enables or disables Backup's advanced DynamoDB backup features for the Region.

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

Updates the list of services along with the opt-in preferences for the Region.