{
"$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 DeleteServiceLinkedRole operation in the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>."
}
]
}
}
}