Values.PutStoredQueryResponseSourceSaves a new query or updates an existing saved query. The QueryName must be unique for a single Amazon Web Services account and a single Amazon Web Services Region. You can create upto 300 queries in a single Amazon Web Services account and a single Amazon Web Services Region. Tags are added at creation and cannot be updated PutStoredQuery is an idempotent API. Subsequent requests wonโt create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.
type nonrec t = {queryArn : QueryArn.t option;Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
*)}type nonrec error = [ | `ResourceConcurrentModificationException of
ResourceConcurrentModificationException.t| `TooManyTagsException of TooManyTagsException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceConcurrentModificationException of
ResourceConcurrentModificationException.t
| `TooManyTagsException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceConcurrentModificationException of
ResourceConcurrentModificationException.t
| `TooManyTagsException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]