Values.ProfileNotificationSummarySourceThe profile notification summary.
type nonrec t = {currentProfileVersion : ProfileVersion.t option;The current profile version.
*)latestProfileVersion : ProfileVersion.t option;The latest profile version.
*)type_ : ProfileNotificationType.t option;Type of notification.
*)profileArn : ProfileArn.t option;The profile ARN.
*)profileName : ProfileName.t option;The profile name.
*)workloadId : WorkloadId.t option;workloadName : WorkloadName.t option;}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ProfileVersion.t ]) list ]