Module Values_0.SetDefaultPolicyVersionRequestSource

The input for the SetDefaultPolicyVersion operation.

Sourcetype nonrec t = {
  1. policyName : PolicyName.t;
    (*

    The policy name.

    *)
  2. policyVersionId : PolicyVersionId.t;
    (*

    The policy version ID.

    *)
}
Sourceval context_ : string
Sourceval make : policyName:PolicyName.t -> policyVersionId:PolicyVersionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PolicyName.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