Module Values.DeleteDataMigrationResponseSource

Deletes the specified data migration.

Sourcetype nonrec t = {
  1. dataMigration : DataMigration.t option;
    (*

    The deleted data migration.

    *)
}
Sourcetype nonrec error = [
  1. | `FailedDependencyFault of FailedDependencyFault.t
  2. | `InvalidResourceStateFault of InvalidResourceStateFault.t
  3. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?dataMigration:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `FailedDependencyFault of FailedDependencyFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `FailedDependencyFault of FailedDependencyFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `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 * [> `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Timestamp of Iso8601DateTime.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of BooleanOptional.t | `Integer of IntegerOptional.t | `Long of Long.t | `String of SecretString.t | `Timestamp of Iso8601DateTime.t ]) list | `Timestamp of Iso8601DateTime.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