# Functions
This API can be used to force execution of the watch outside of its triggering logic or to simulate the watch execution for debugging purposes.
NewExecuteWatchFunc returns a new instance of ExecuteWatch with the provided transport.
NewRequest returns a Request.
NewResponse returns a Response.
# Variables
ErrBuildPath is returned in case of missing parameters within the build of the request.
# Structs
No description provided by the author
Request holds the request body struct for the package executewatch
https://github.com/elastic/elasticsearch-specification/blob/2f823ff6fcaa7f3f0f9b990dc90512d8901e5d64/specification/watcher/execute_watch/WatcherExecuteWatchRequest.ts#L28-L79.
Response holds the response body struct for the package executewatch
https://github.com/elastic/elasticsearch-specification/blob/2f823ff6fcaa7f3f0f9b990dc90512d8901e5d64/specification/watcher/execute_watch/WatcherExecuteWatchResponse.ts#L23-L25.
# Type aliases
NewExecuteWatch type alias for index.