Module Values.CreateDBInstanceResultSource

Creates a new instance.

Sourcetype createDBInstanceResult = {
  1. dBInstance : DBInstance.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createDBInstanceResult : createDBInstanceResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AuthorizationNotFoundFault of AuthorizationNotFoundFault.t
  2. | `DBClusterNotFoundFault of DBClusterNotFoundFault.t
  3. | `DBInstanceAlreadyExistsFault of DBInstanceAlreadyExistsFault.t
  4. | `DBParameterGroupNotFoundFault of DBParameterGroupNotFoundFault.t
  5. | `DBSecurityGroupNotFoundFault of DBSecurityGroupNotFoundFault.t
  6. | `DBSubnetGroupDoesNotCoverEnoughAZs of DBSubnetGroupDoesNotCoverEnoughAZs.t
  7. | `DBSubnetGroupNotFoundFault of DBSubnetGroupNotFoundFault.t
  8. | `InstanceQuotaExceededFault of InstanceQuotaExceededFault.t
  9. | `InsufficientDBInstanceCapacityFault of InsufficientDBInstanceCapacityFault.t
  10. | `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t
  11. | `InvalidSubnet of InvalidSubnet.t
  12. | `InvalidVPCNetworkStateFault of InvalidVPCNetworkStateFault.t
  13. | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
  14. | `StorageQuotaExceededFault of StorageQuotaExceededFault.t
  15. | `StorageTypeNotSupportedFault of StorageTypeNotSupportedFault.t
  16. | `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 | `DBClusterNotFoundFault of unit | `DBInstanceAlreadyExistsFault of unit | `DBParameterGroupNotFoundFault of unit | `DBSecurityGroupNotFoundFault of unit | `DBSubnetGroupDoesNotCoverEnoughAZs of unit | `DBSubnetGroupNotFoundFault of unit | `InstanceQuotaExceededFault of unit | `InsufficientDBInstanceCapacityFault of unit | `InvalidDBClusterStateFault of unit | `InvalidSubnet of unit | `InvalidVPCNetworkStateFault of unit | `KMSKeyNotAccessibleFault 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 | `DBClusterNotFoundFault of unit | `DBInstanceAlreadyExistsFault of unit | `DBParameterGroupNotFoundFault of unit | `DBSecurityGroupNotFoundFault of unit | `DBSubnetGroupDoesNotCoverEnoughAZs of unit | `DBSubnetGroupNotFoundFault of unit | `InstanceQuotaExceededFault of unit | `InsufficientDBInstanceCapacityFault of unit | `InvalidDBClusterStateFault of unit | `InvalidSubnet of unit | `InvalidVPCNetworkStateFault of unit | `KMSKeyNotAccessibleFault 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 [> `String of String_.t | `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 | `Timestamp of TStamp.t ]) 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