Values.ResetNotificationSettingsRequestSourceResets the custom notification setting to IAM Roles Anywhere default setting. Required permissions: rolesanywhere:ResetNotificationSettings.
type nonrec t = {trustAnchorId : Uuid.t;The unique identifier of the trust anchor.
*)notificationSettingKeys : NotificationSettingKeys.t;A list of notification setting keys to reset. A notification setting key includes the event and the channel.
*)}val make :
trustAnchorId:Uuid.t ->
notificationSettingKeys:NotificationSettingKeys.t ->
unit ->
t