{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetServiceLinkedRoleDeletionStatusRequest", "title": "GetServiceLinkedRoleDeletionStatusRequest", "type": "object", "required": [ "DeletionTaskId" ], "properties": { "DeletionTaskId": { "allOf": [ { "$ref": "#/components/schemas/DeletionTaskIdType" }, { "description": "The deletion task identifier. This identifier is returned by the <a>DeleteServiceLinkedRole</a> operation in the format <code>task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid></code>." } ] } } }