Module Values.AssociateManagedNotificationAccountContactRequestSource

Associates an Account Contact with a particular ManagedNotificationConfiguration.

Sourcetype nonrec t = {
  1. contactIdentifier : AccountContactType.t;
    (*

    A unique value of an Account Contact Type to associate with the ManagedNotificationConfiguration.

    *)
  2. managedNotificationConfigurationArn : ManagedNotificationConfigurationOsArn.t;
    (*

    The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration to associate with the Account Contact.

    *)
}
Sourceval context_ : string
Sourceval make : contactIdentifier:AccountContactType.t -> managedNotificationConfigurationArn:ManagedNotificationConfigurationOsArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ManagedNotificationConfigurationOsArn.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