Values.UpdateLicenseConfigurationRequestSourceModifies the attributes of an existing license configuration.
type nonrec t = {licenseConfigurationArn : String_.t;Amazon Resource Name (ARN) of the license configuration.
*)licenseConfigurationStatus : LicenseConfigurationStatus.t option;New status of the license configuration.
*)licenseRules : StringList.t option;New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.
*)licenseCount : BoxLong.t option;New number of licenses managed by the license configuration.
*)licenseCountHardLimit : BoxBoolean.t option;New hard limit of the number of available licenses.
*)name : String_.t option;New name of the license configuration.
*)description : String_.t option;New description of the license configuration.
*)productInformationList : ProductInformationList.t option;New product information.
*)disassociateWhenNotFound : BoxBoolean.t option;When true, disassociates a resource when software is uninstalled.
*)licenseExpiry : BoxLong.t option;License configuration expiry time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxBoolean.t
| `Enum of string
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `Long of BoxLong.t
| `String of String_.t ])
list ]