如何在 boto3 中列出所有已注册的 MTurk 通知设置

问题描述

Boto3 update_notification_settings

有没有办法列出通过 boto3 注册的所有通知? IE。通知注册如下:

import boto3

client = boto3.client("mturk")
client.update_notification_settings(...)

解决方法

似乎无法描述或列出来自 HIT 或 HITType 的通知设置。

我们只能使用 update_notification_settings() 来创建、更新、禁用或重新启用。更新后,旧通知将被替换。 (参考doc-boto3-v2