Module Values.ModifyDBInstanceResultSource

Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. To learn what modifications you can make to your DB instance, call DescribeValidDBInstanceModifications before you call ModifyDBInstance.

Sourcetype modifyDBInstanceResult = {
  1. dBInstance : DBInstance.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyDBInstanceResult : modifyDBInstanceResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AuthorizationNotFoundFault of AuthorizationNotFoundFault.t
  2. | `CertificateNotFoundFault of CertificateNotFoundFault.t
  3. | `DBInstanceAlreadyExistsFault of DBInstanceAlreadyExistsFault.t
  4. | `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t
  5. | `DBParameterGroupNotFoundFault of DBParameterGroupNotFoundFault.t
  6. | `DBSecurityGroupNotFoundFault of DBSecurityGroupNotFoundFault.t
  7. | `DBUpgradeDependencyFailureFault of DBUpgradeDependencyFailureFault.t
  8. | `DomainNotFoundFault of DomainNotFoundFault.t
  9. | `InsufficientDBInstanceCapacityFault of InsufficientDBInstanceCapacityFault.t
  10. | `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t
  11. | `InvalidDBSecurityGroupStateFault of InvalidDBSecurityGroupStateFault.t
  12. | `InvalidVPCNetworkStateFault of InvalidVPCNetworkStateFault.t
  13. | `OptionGroupNotFoundFault of OptionGroupNotFoundFault.t
  14. | `ProvisionedIopsNotAvailableInAZFault of ProvisionedIopsNotAvailableInAZFault.t
  15. | `StorageQuotaExceededFault of StorageQuotaExceededFault.t
  16. | `StorageTypeNotSupportedFault of StorageTypeNotSupportedFault.t
  17. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBInstance:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AuthorizationNotFoundFault of unit | `CertificateNotFoundFault of unit | `DBInstanceAlreadyExistsFault of unit | `DBInstanceNotFoundFault of unit | `DBParameterGroupNotFoundFault of unit | `DBSecurityGroupNotFoundFault of unit | `DBUpgradeDependencyFailureFault of unit | `DomainNotFoundFault of unit | `InsufficientDBInstanceCapacityFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidDBSecurityGroupStateFault of unit | `InvalidVPCNetworkStateFault of unit | `OptionGroupNotFoundFault of unit | `ProvisionedIopsNotAvailableInAZFault of unit | `StorageQuotaExceededFault of unit | `StorageTypeNotSupportedFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AuthorizationNotFoundFault of unit | `CertificateNotFoundFault of unit | `DBInstanceAlreadyExistsFault of unit | `DBInstanceNotFoundFault of unit | `DBParameterGroupNotFoundFault of unit | `DBSecurityGroupNotFoundFault of unit | `DBUpgradeDependencyFailureFault of unit | `DomainNotFoundFault of unit | `InsufficientDBInstanceCapacityFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidDBSecurityGroupStateFault of unit | `InvalidVPCNetworkStateFault of unit | `OptionGroupNotFoundFault of unit | `ProvisionedIopsNotAvailableInAZFault of unit | `StorageQuotaExceededFault of unit | `StorageTypeNotSupportedFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of BooleanOptional.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) list | `Timestamp of TStamp.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t