Amazon Config · JSON Structure

Config List Stored Queries Response Structure

ListStoredQueriesResponse schema

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

ListStoredQueriesResponse is a JSON Structure definition published by Amazon Config, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StoredQueryMetadata NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-list-stored-queries-response-structure.json",
  "name": "ListStoredQueriesResponse",
  "description": "ListStoredQueriesResponse schema",
  "type": "object",
  "properties": {
    "StoredQueryMetadata": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StoredQueryMetadataList"
        },
        {
          "description": "A list of <code>StoredQueryMetadata</code> objects."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "If the previous paginated request didn't return all of the remaining results, the response object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's <code>NextToken</code> parameter. If there are no remaining results, the previous response object's <code>NextToken</code> parameter is set to <code>null</code>. "
        }
      ]
    }
  }
}