Module Values.UpdateDeletionProtectionInputSource

Update deletion protection to either allow or deny deletion of the final Region in a replication set.

Sourcetype nonrec t = {
  1. arn : Arn.t;
    (*

    The Amazon Resource Name (ARN) of the replication set to update.

    *)
  2. clientToken : ClientToken.t option;
    (*

    A token that ensures that the operation is called only once with the specified details.

    *)
  3. deletionProtected : Boolean.t;
    (*

    Specifies if deletion protection is turned on or off in your account.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> arn:Arn.t -> deletionProtected:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of Arn.t ]) 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