Module Values_2.UpdateNotificationContentRequestSource

Updates the localized content of an existing notification. This operation applies to all users for whom the notification was sent.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. notificationId : Values_0.NotificationId.t;
    (*

    The unique identifier for the notification to update.

    *)
  3. content : Values_0.NotificationContent.t;
    (*

    The updated localized content of the notification. A map of locale codes and values. Maximum 500 characters per locale.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:Values_0.InstanceId.t -> notificationId:Values_0.NotificationId.t -> content:Values_0.NotificationContent.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `Enum of string ] * [> `String of string ]) list | `String of Values_0.InstanceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t