Values.AssociateManagedNotificationAccountContactRequestSourceAssociates an Account Contact with a particular ManagedNotificationConfiguration.
type nonrec t = {contactIdentifier : AccountContactType.t;A unique value of an Account Contact Type to associate with the ManagedNotificationConfiguration.
*)managedNotificationConfigurationArn : ManagedNotificationConfigurationOsArn.t;The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration to associate with the Account Contact.
*)}val make :
contactIdentifier:AccountContactType.t ->
managedNotificationConfigurationArn:ManagedNotificationConfigurationOsArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ManagedNotificationConfigurationOsArn.t ])
list ]