Module Values.RevokePipelineEndpointConnectionsRequestSource

Revokes pipeline endpoints from specified endpoint IDs.

Sourcetype nonrec t = {
  1. pipelineArn : PipelineArn.t;
    (*

    The Amazon Resource Name (ARN) of the pipeline from which to revoke endpoint connections.

    *)
  2. endpointIds : PipelineEndpointIdsList.t;
    (*

    A list of endpoint IDs for which to revoke access to the pipeline.

    *)
}
Sourceval context_ : string
Sourceval make : pipelineArn:PipelineArn.t -> endpointIds:PipelineEndpointIdsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of PipelineEndpointId.t ] list | `String of PipelineArn.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