{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModifyDBInstanceRequest", "title": "ModifyDBInstanceRequest", "type": "object", "required": [ "DBInstanceIdentifier" ], "properties": { "DBInstanceIdentifier": { "type": "string", "description": "The DB instance identifier." }, "DBInstanceClass": { "type": "string", "description": "The new compute and memory capacity." }, "PreferredMaintenanceWindow": { "type": "string" }, "AutoMinorVersionUpgrade": { "type": "boolean" }, "NewDBInstanceIdentifier": { "type": "string" }, "PromotionTier": { "type": "integer" }, "ApplyImmediately": { "type": "boolean" } } }