Module Values.DeleteEntitlementRequestSource

Deletes a Windows Server License entitlement for virtual machines in an Amazon EVS environment. Deleting an entitlement stops usage tracking for the specified virtual machines.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. environmentId : EnvironmentId.t;
    (*

    A unique ID for the environment that the entitlement belongs to.

    *)
  3. connectorId : ConnectorId.t;
    (*

    A unique ID for the connector associated with the entitlement.

    *)
  4. entitlementType : EntitlementType.t;
    (*

    The type of entitlement to delete.

    *)
  5. vmIds : VmIdList.t;
    (*

    The list of VMware vSphere virtual machine managed object IDs to delete entitlements for.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> environmentId:EnvironmentId.t -> connectorId:ConnectorId.t -> entitlementType:EntitlementType.t -> vmIds:VmIdList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of VmId.t ] list | `String of ClientToken.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