Module Values.UpdateLicenseConfigurationRequestSource

Modifies the attributes of an existing license configuration.

Sourcetype nonrec t = {
  1. licenseConfigurationArn : String_.t;
    (*

    Amazon Resource Name (ARN) of the license configuration.

    *)
  2. licenseConfigurationStatus : LicenseConfigurationStatus.t option;
    (*

    New status of the license configuration.

    *)
  3. licenseRules : StringList.t option;
    (*

    New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.

    *)
  4. licenseCount : BoxLong.t option;
    (*

    New number of licenses managed by the license configuration.

    *)
  5. licenseCountHardLimit : BoxBoolean.t option;
    (*

    New hard limit of the number of available licenses.

    *)
  6. name : String_.t option;
    (*

    New name of the license configuration.

    *)
  7. description : String_.t option;
    (*

    New description of the license configuration.

    *)
  8. productInformationList : ProductInformationList.t option;
    (*

    New product information.

    *)
  9. disassociateWhenNotFound : BoxBoolean.t option;
    (*

    When true, disassociates a resource when software is uninstalled.

    *)
  10. licenseExpiry : BoxLong.t option;
    (*

    License configuration expiry time.

    *)
}
Sourceval context_ : string
Sourceval make : ?licenseConfigurationStatus:??? -> ?licenseRules:??? -> ?licenseCount:??? -> ?licenseCountHardLimit:??? -> ?name:??? -> ?description:??? -> ?productInformationList:??? -> ?disassociateWhenNotFound:??? -> ?licenseExpiry:??? -> licenseConfigurationArn:String_.t -> unit -> t
Sourceval 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 ]
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