Module Values_0.StartDBInstanceResultSource

Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance operation. For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.

Sourcetype startDBInstanceResult = {
  1. dBInstance : DBInstance.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. startDBInstanceResult : startDBInstanceResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AuthorizationNotFoundFault of AuthorizationNotFoundFault.t
  2. | `DBClusterNotFoundFault of DBClusterNotFoundFault.t
  3. | `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t
  4. | `DBSubnetGroupDoesNotCoverEnoughAZs of DBSubnetGroupDoesNotCoverEnoughAZs.t
  5. | `DBSubnetGroupNotFoundFault of DBSubnetGroupNotFoundFault.t
  6. | `InsufficientDBInstanceCapacityFault of InsufficientDBInstanceCapacityFault.t
  7. | `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t
  8. | `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t
  9. | `InvalidSubnet of InvalidSubnet.t
  10. | `InvalidVPCNetworkStateFault of InvalidVPCNetworkStateFault.t
  11. | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
  12. | `VpcEncryptionControlViolationException of VpcEncryptionControlViolationException.t
  13. | `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 | `DBInstanceNotFoundFault of unit | `DBSubnetGroupDoesNotCoverEnoughAZs of unit | `DBSubnetGroupNotFoundFault of unit | `InsufficientDBInstanceCapacityFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidSubnet of unit | `InvalidVPCNetworkStateFault of unit | `KMSKeyNotAccessibleFault of unit | `Unknown_operation_error of string * string option | `VpcEncryptionControlViolationException of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AuthorizationNotFoundFault of unit | `DBClusterNotFoundFault of unit | `DBInstanceNotFoundFault of unit | `DBSubnetGroupDoesNotCoverEnoughAZs of unit | `DBSubnetGroupNotFoundFault of unit | `InsufficientDBInstanceCapacityFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidSubnet of unit | `InvalidVPCNetworkStateFault of unit | `KMSKeyNotAccessibleFault of unit | `Unknown_operation_error of string * string option | `VpcEncryptionControlViolationException of unit ]
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 | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of BooleanOptional.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Integer of IntegerOptional.t | `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