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.deno.dev/v0.4/services/neptune.ts?docs=full";

This data type is used as a response element in the "ModifyDBInstance" action.

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]

Contains the new AllocatedStorage size for the DB instance that will be applied or is currently being applied.

§
BackupRetentionPeriod?: number | null
[src]

Specifies the pending number of days for which automated backups are retained.

§
CACertificateIdentifier?: string | null
[src]

Specifies the identifier of the CA certificate for the DB instance.

§
DBInstanceClass?: string | null
[src]

Contains the new DBInstanceClass for the DB instance that will be applied or is currently being applied.

§
DBInstanceIdentifier?: string | null
[src]

Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being applied.

§
DBSubnetGroupName?: string | null
[src]

The new DB subnet group for the DB instance.

§
EngineVersion?: string | null
[src]

Indicates the database engine version.

§
Iops?: number | null
[src]

Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.

§
LicenseModel?: string | null
[src]

Not supported by Neptune.

§
MasterUserPassword?: string | null
[src]

Not supported by Neptune.

§
MultiAZ?: boolean | null
[src]

Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.

§
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null
[src]

This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.

§
Port?: number | null
[src]

Specifies the pending port for the DB instance.

§
StorageType?: string | null
[src]

Specifies the storage type to be associated with the DB instance.