Values.DeleteEnvironmentConnectorRequestSourceDeletes a connector from an Amazon EVS environment. Before deleting a connector, you must remove all entitlements that are associated with the same vCenter.
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 connector 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 connector belongs to.
*)connectorId : ConnectorId.t;A unique ID for the connector to be deleted.
*)}val make :
?clientToken:??? ->
environmentId:EnvironmentId.t ->
connectorId:ConnectorId.t ->
unit ->
t