Values.GetIdentityNotificationAttributesResponseSourceRepresents the notification attributes for a list of identities.
type getIdentityNotificationAttributesResult = {notificationAttributes : NotificationAttributes.t option;A map of Identity to IdentityNotificationAttributes.
*)}and t = {getIdentityNotificationAttributesResult : getIdentityNotificationAttributesResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of Identity.t ]
* [> `Structure of
(string
* [> `Boolean of Enabled.t
| `String of NotificationTopic.t ])
list ])
list ])
list ])
list ]