Values.DeletePipeResponseSourceDelete an existing pipe. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
type nonrec t = {arn : PipeArn.t option;The ARN of the pipe.
*)name : PipeName.t option;The name of the pipe.
*)desiredState : RequestedPipeStateDescribeResponse.t option;The state the pipe should be in.
*)currentState : PipeState.t option;The state the pipe is in.
*)creationTime : Timestamp.t option;The time the pipe was created.
*)lastModifiedTime : Timestamp.t option;When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalException of InternalException.t| `NotFoundException of NotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalException of InternalException.t
| `NotFoundException of NotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalException of InternalException.t
| `NotFoundException of NotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PipeArn.t
| `Timestamp of Timestamp.t ])
list ]