{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-list-audit-suppressions-response-structure.json", "name": "ListAuditSuppressionsResponse", "description": "ListAuditSuppressionsResponse schema", "type": "object", "properties": { "suppressions": { "allOf": [ { "$ref": "#/components/schemas/AuditSuppressionList" }, { "description": " List of audit suppressions. " } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": " A token that can be used to retrieve the next set of results, or null if there are no additional results. " } ] } } }