Values.RevokePipelineEndpointConnectionsRequestSourceRevokes pipeline endpoints from specified endpoint IDs.
type nonrec t = {pipelineArn : PipelineArn.t;The Amazon Resource Name (ARN) of the pipeline from which to revoke endpoint connections.
*)endpointIds : PipelineEndpointIdsList.t;A list of endpoint IDs for which to revoke access to the pipeline.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PipelineEndpointId.t ] list
| `String of PipelineArn.t ])
list ]