Values.UpdateLicenseAssetGroupRequestSourceUpdates a license asset group.
type nonrec t = {name : LicenseAssetResourceName.t option;License asset group name.
*)description : LicenseAssetResourceDescription.t option;License asset group description.
*)licenseAssetGroupConfigurations : LicenseAssetGroupConfigurationList.t option;License asset group configurations.
*)associatedLicenseAssetRulesetARNs : LicenseAssetRulesetArnList.t;ARNs of associated license asset rulesets.
*)properties : LicenseAssetGroupPropertyList.t option;License asset group properties.
*)licenseAssetGroupArn : Arn.t;Amazon Resource Name (ARN) of the license asset group.
*)status : LicenseAssetGroupStatus.t option;License asset group status. The possible values are ACTIVE | DISABLED.
*)clientToken : String_.t;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)}val make :
?name:??? ->
?description:??? ->
?licenseAssetGroupConfigurations:??? ->
?properties:??? ->
?status:??? ->
associatedLicenseAssetRulesetARNs:LicenseAssetRulesetArnList.t ->
licenseAssetGroupArn:Arn.t ->
clientToken:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of Arn.t
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of LicenseAssetResourceName.t ])
list ]