{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DeleteServiceLinkedRoleResponse",
"title": "DeleteServiceLinkedRoleResponse",
"type": "object",
"required": [
"DeletionTaskId"
],
"properties": {
"DeletionTaskId": {
"allOf": [
{
"$ref": "#/components/schemas/DeletionTaskIdType"
},
{
"description": "The deletion task identifier that you can use to check the status of the deletion. This identifier is returned in the format <code>task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid></code>."
}
]
}
}
}