Smaws_Client_ConfigService.PutStoredQuery
val request :
Smaws_Lib.Context.t ->
put_stored_query_request ->
(put_stored_query_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceConcurrentModificationException of
resource_concurrent_modification_exception
| `TooManyTagsException of too_many_tags_exception
| `ValidationException of validation_exception ])
Stdlib.result
Saves 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.
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.