Module Values.DeleteQueryDefinitionRequestSource

Deletes a saved CloudWatch Logs Insights query definition. A query definition contains details about a saved CloudWatch Logs Insights query. Each DeleteQueryDefinition operation can delete one query definition. You must have the logs:DeleteQueryDefinition permission to be able to perform this operation.

Sourcetype nonrec t = {
  1. queryDefinitionId : QueryId.t;
    (*

    The ID of the query definition that you want to delete. You can use DescribeQueryDefinitions to retrieve the IDs of your saved query definitions.

    *)
}
Sourceval context_ : string
Sourceval make : queryDefinitionId:QueryId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of QueryId.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