The UpdateSavedQueryInput datatype includes various settings.

Table: UpdateSavedQueryInput

ParameterTypeRequired[a]DefaultDescription
idstringyes The unique identifier of the saved query to update.
namestring  The name of the saved query to update.
viewNamestringyes The name of the view associated with the saved query.
queryStringstring  The new query.
startstring  The starting point of the saved query.
endstring  The ending point of the saved query.
isLiveboolean  Whether the saved query is executed continuously on live, streaming data.
widgetTypestring  The type of widget for displaying the results of the saved query.
optionsstring  Any options related to the saved query.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.