{ "$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-update-device-certificate-params-structure.json", "name": "UpdateDeviceCertificateParams", "description": "Parameters to define a mitigation action that changes the state of the device certificate to inactive.", "type": "object", "properties": { "action": { "allOf": [ { "$ref": "#/components/schemas/DeviceCertificateUpdateAction" }, { "description": "The action that you want to apply to the device certificate. The only supported value is DEACTIVATE." } ] } }, "required": [ "action" ] }