Values.UpdateScheduledQueryResponseSourceUpdates an existing scheduled query with new configuration. This operation uses PUT semantics, allowing modification of query parameters, schedule, and destinations.
type nonrec t = {scheduledQueryArn : Arn.t option;The ARN of the updated scheduled query.
*)name : ScheduledQueryName.t option;The name of the updated scheduled query.
*)description : ScheduledQueryDescription.t option;The description of the updated scheduled query.
*)queryLanguage : QueryLanguage.t option;The query language of the updated scheduled query.
*)queryString : QueryString.t option;The query string of the updated scheduled query.
*)logGroupIdentifiers : ScheduledQueryLogGroupIdentifiers.t option;The log groups queried by the updated scheduled query.
*)scheduleExpression : ScheduleExpression.t option;The cron expression of the updated scheduled query.
*)timezone : ScheduleTimezone.t option;The timezone of the updated scheduled query.
*)startTimeOffset : StartTimeOffset.t option;The time offset of the updated scheduled query.
*)destinationConfiguration : DestinationConfiguration.t option;The destination configuration of the updated scheduled query.
*)state : ScheduledQueryState.t option;The state of the updated scheduled query.
*)lastTriggeredTime : Timestamp.t option;The timestamp when the updated scheduled query was last executed.
*)lastExecutionStatus : ExecutionStatus.t option;The status of the most recent execution of the updated scheduled query.
*)scheduleStartTime : Timestamp.t option;The start time of the updated scheduled query.
*)scheduleEndTime : Timestamp.t option;The end time of the updated scheduled query.
*)executionRoleArn : RoleArn.t option;The execution role ARN of the updated scheduled query.
*)creationTime : Timestamp.t option;The timestamp when the scheduled query was originally created.
*)lastUpdatedTime : Timestamp.t option;The timestamp when the scheduled query was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?scheduledQueryArn:??? ->
?name:??? ->
?description:??? ->
?queryLanguage:??? ->
?queryString:??? ->
?logGroupIdentifiers:??? ->
?scheduleExpression:??? ->
?timezone:??? ->
?startTimeOffset:??? ->
?destinationConfiguration:??? ->
?state:??? ->
?lastTriggeredTime:??? ->
?lastExecutionStatus:??? ->
?scheduleStartTime:??? ->
?scheduleEndTime:??? ->
?executionRoleArn:??? ->
?creationTime:??? ->
?lastUpdatedTime:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InternalServerException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InternalServerException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of LogGroupIdentifier.t ] list
| `Long of StartTimeOffset.t
| `String of Arn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Uri.t ]) list ])
list ])
list ]