Module Values.UpdateLicenseAssetRulesetRequestSource

Updates a license asset ruleset.

Sourcetype nonrec t = {
  1. name : LicenseAssetResourceName.t option;
    (*

    License asset ruleset name.

    *)
  2. description : LicenseAssetResourceDescription.t option;
    (*

    License asset ruleset description.

    *)
  3. rules : LicenseAssetRuleList.t;
    (*

    License asset rules.

    *)
  4. licenseAssetRulesetArn : Arn.t;
    (*

    Amazon Resource Name (ARN) of the license asset ruleset.

    *)
  5. clientToken : String_.t;
    (*

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> rules:LicenseAssetRuleList.t -> licenseAssetRulesetArn:Arn.t -> clientToken:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t ]) list ]) list ]) list ]) list ] list | `String of LicenseAssetResourceName.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