Module Values.ModifyClusterRequestSource

Modifies CloudHSM cluster. Cross-account use: No. You cannot perform this operation on an CloudHSM cluster in a different Amazon Web Services account.

Sourcetype nonrec t = {
  1. hsmType : HsmType.t option;
    (*

    The desired HSM type of the cluster.

    *)
  2. backupRetentionPolicy : BackupRetentionPolicy.t option;
    (*

    A policy that defines how the service retains backups.

    *)
  3. clusterId : ClusterId.t;
    (*

    The identifier (ID) of the cluster that you want to modify. To find the cluster ID, use DescribeClusters.

    *)
}
Sourceval context_ : string
Sourceval make : ?hsmType:??? -> ?backupRetentionPolicy:??? -> clusterId:ClusterId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HsmType.t | `Structure of (string * [> `Enum of string | `String of BackupRetentionValue.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