Module representing the Chime NotificationConfiguration data type
See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_NotificationsConfiguration.html
@type t() :: %ExAws.Chime.Meetings.NotificationConfiguration{ lambda_function_arn: String.t() | nil, sns_topic_arn: String.t() | nil, sqs_queue_arn: String.t() | nil }