Module Smaws_Client_DocDB.ModifyDBInstance

Modifies settings for an instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `AuthorizationNotFoundFault of Types.authorization_not_found_fault | `CertificateNotFoundFault of Types.certificate_not_found_fault | `DBInstanceAlreadyExistsFault of Types.db_instance_already_exists_fault | `DBInstanceNotFoundFault of Types.db_instance_not_found_fault | `DBParameterGroupNotFoundFault of Types.db_parameter_group_not_found_fault | `DBSecurityGroupNotFoundFault of Types.db_security_group_not_found_fault | `DBUpgradeDependencyFailureFault of Types.db_upgrade_dependency_failure_fault | `InsufficientDBInstanceCapacityFault of Types.insufficient_db_instance_capacity_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault | `InvalidDBSecurityGroupStateFault of Types.invalid_db_security_group_state_fault | `InvalidVPCNetworkStateFault of Types.invalid_vpc_network_state_fault | `StorageQuotaExceededFault of Types.storage_quota_exceeded_fault | `StorageTypeNotSupportedFault of Types.storage_type_not_supported_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_db_instance_message -> (Types.modify_db_instance_result, [> Smaws_Lib.Protocols.AwsQuery.error | `AuthorizationNotFoundFault of Types.authorization_not_found_fault | `CertificateNotFoundFault of Types.certificate_not_found_fault | `DBInstanceAlreadyExistsFault of Types.db_instance_already_exists_fault | `DBInstanceNotFoundFault of Types.db_instance_not_found_fault | `DBParameterGroupNotFoundFault of Types.db_parameter_group_not_found_fault | `DBSecurityGroupNotFoundFault of Types.db_security_group_not_found_fault | `DBUpgradeDependencyFailureFault of Types.db_upgrade_dependency_failure_fault | `InsufficientDBInstanceCapacityFault of Types.insufficient_db_instance_capacity_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault | `InvalidDBSecurityGroupStateFault of Types.invalid_db_security_group_state_fault | `InvalidVPCNetworkStateFault of Types.invalid_vpc_network_state_fault | `StorageQuotaExceededFault of Types.storage_quota_exceeded_fault | `StorageTypeNotSupportedFault of Types.storage_type_not_supported_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.modify_db_instance_message -> (Types.modify_db_instance_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `AuthorizationNotFoundFault of Types.authorization_not_found_fault | `CertificateNotFoundFault of Types.certificate_not_found_fault | `DBInstanceAlreadyExistsFault of Types.db_instance_already_exists_fault | `DBInstanceNotFoundFault of Types.db_instance_not_found_fault | `DBParameterGroupNotFoundFault of Types.db_parameter_group_not_found_fault | `DBSecurityGroupNotFoundFault of Types.db_security_group_not_found_fault | `DBUpgradeDependencyFailureFault of Types.db_upgrade_dependency_failure_fault | `InsufficientDBInstanceCapacityFault of Types.insufficient_db_instance_capacity_fault | `InvalidDBInstanceStateFault of Types.invalid_db_instance_state_fault | `InvalidDBSecurityGroupStateFault of Types.invalid_db_security_group_state_fault | `InvalidVPCNetworkStateFault of Types.invalid_vpc_network_state_fault | `StorageQuotaExceededFault of Types.storage_quota_exceeded_fault | `StorageTypeNotSupportedFault of Types.storage_type_not_supported_fault ] * Smaws_Lib.Response.metadata) Stdlib.result