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

PendingModifiedValues

import type { PendingModifiedValues } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/docdb.ts";
interface PendingModifiedValues {
AllocatedStorage?: number | null;
BackupRetentionPeriod?: number | null;
CACertificateIdentifier?: string | null;
DBInstanceClass?: string | null;
DBInstanceIdentifier?: string | null;
DBSubnetGroupName?: string | null;
EngineVersion?: string | null;
Iops?: number | null;
LicenseModel?: string | null;
MasterUserPassword?: string | null;
MultiAZ?: boolean | null;
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null;
Port?: number | null;
StorageType?: string | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]
§
BackupRetentionPeriod?: number | null
[src]
§
CACertificateIdentifier?: string | null
[src]
§
DBInstanceClass?: string | null
[src]
§
DBInstanceIdentifier?: string | null
[src]
§
DBSubnetGroupName?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
Iops?: number | null
[src]
§
LicenseModel?: string | null
[src]
§
MasterUserPassword?: string | null
[src]
§
MultiAZ?: boolean | null
[src]
§
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null
[src]
§
Port?: number | null
[src]
§
StorageType?: string | null
[src]