Module Values.ResetNotificationSettingsRequestSource

Resets the custom notification setting to IAM Roles Anywhere default setting. Required permissions: rolesanywhere:ResetNotificationSettings.

Sourcetype nonrec t = {
  1. trustAnchorId : Uuid.t;
    (*

    The unique identifier of the trust anchor.

    *)
  2. notificationSettingKeys : NotificationSettingKeys.t;
    (*

    A list of notification setting keys to reset. A notification setting key includes the event and the channel.

    *)
}
Sourceval context_ : string
Sourceval make : trustAnchorId:Uuid.t -> notificationSettingKeys:NotificationSettingKeys.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string ]) list ] list | `String of Uuid.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