Values.CreateEntitlementRequestSourceCreates a Windows Server License entitlement for virtual machines in an Amazon EVS environment using the provided vCenter Server connector. This is an asynchronous operation. Amazon EVS validates the specified virtual machines before starting usage tracking.
type nonrec t = {clientToken : ClientToken.t option;This parameter is not used in Amazon EVS currently. If you supply input for this parameter, it will have no effect. A unique, case-sensitive identifier that you provide to ensure the idempotency of the entitlement creation request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
*)environmentId : EnvironmentId.t;A unique ID for the environment to create the entitlement in.
*)connectorId : ConnectorId.t;A unique ID for the connector associated with the entitlement.
*)entitlementType : EntitlementType.t;The type of entitlement to create.
*)vmIds : VmIdList.t;The list of VMware vSphere virtual machine managed object IDs to create entitlements for.
*)}val make :
?clientToken:??? ->
environmentId:EnvironmentId.t ->
connectorId:ConnectorId.t ->
entitlementType:EntitlementType.t ->
vmIds:VmIdList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of VmId.t ] list
| `String of ClientToken.t ])
list ]