Module Values_0.DBClusterBacktrackSource

This data type is used as a response element in the DescribeDBClusterBacktracks action.

Sourcetype backtrackDBClusterResult = {
  1. dBClusterIdentifier : String_.t option;
    (*

    Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

    *)
  2. backtrackIdentifier : String_.t option;
    (*

    Contains the backtrack identifier.

    *)
  3. backtrackTo : TStamp.t option;
    (*

    The timestamp of the time to which the DB cluster was backtracked.

    *)
  4. backtrackedFrom : TStamp.t option;
    (*

    The timestamp of the time from which the DB cluster was backtracked.

    *)
  5. backtrackRequestCreationTime : TStamp.t option;
    (*

    The timestamp of the time at which the backtrack was requested.

    *)
  6. status : String_.t option;
    (*

    The status of the backtrack. This property returns one of the following values: applying - The backtrack is currently being applied to or rolled back from the DB cluster. completed - The backtrack has successfully been applied to or rolled back from the DB cluster. failed - An error occurred while the backtrack was applied to or rolled back from the DB cluster. pending - The backtrack is currently pending application to or rollback from the DB cluster.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. backtrackDBClusterResult : backtrackDBClusterResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterNotFoundFault of DBClusterNotFoundFault.t
  2. | `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBClusterIdentifier:??? -> ?backtrackIdentifier:??? -> ?backtrackTo:??? -> ?backtrackedFrom:??? -> ?backtrackRequestCreationTime:??? -> ?status:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBClusterNotFoundFault of unit | `InvalidDBClusterStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBClusterNotFoundFault of unit | `InvalidDBClusterStateFault 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 * [> `String of String_.t | `Timestamp of TStamp.t ]) 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