/
POST
/
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.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"StoredQuery": {
"QueryId": "string",
"QueryArn": "string",
"QueryName": "string",
"Description": "string",
"Expression": "string"
},
"Tags": []
}'
Response Response Example
200 - Example 1
{
"QueryArn": "string"
}
Request
Header Params
X-Amz-Target
string
required
Body Params application/json
Responses
Modified at 2023-08-15 05:59:06