Values_2.UpdateNotificationContentRequestSourceUpdates the localized content of an existing notification. This operation applies to all users for whom the notification was sent.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)notificationId : Values_0.NotificationId.t;The unique identifier for the notification to update.
*)content : Values_0.NotificationContent.t;The updated localized content of the notification. A map of locale codes and values. Maximum 500 characters per locale.
*)}val make :
instanceId:Values_0.InstanceId.t ->
notificationId:Values_0.NotificationId.t ->
content:Values_0.NotificationContent.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `Enum of string ] * [> `String of string ]) list
| `String of Values_0.InstanceId.t ])
list ]