MessageIdUpdateResponse type

更新操作の応答データが含まれています。

type MessageIdUpdateResponse = WithResponse<
  MessageIdUpdateHeaders,
  MessageIdUpdateHeaders
>