Values.DeleteEntitlementRequestSourceDeletes a Windows Server License entitlement for virtual machines in an Amazon EVS environment. Deleting an entitlement stops usage tracking for the specified virtual machines.
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 deletion 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 that the entitlement belongs to.
*)connectorId : ConnectorId.t;A unique ID for the connector associated with the entitlement.
*)entitlementType : EntitlementType.t;The type of entitlement to delete.
*)vmIds : VmIdList.t;The list of VMware vSphere virtual machine managed object IDs to delete 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 ]