Values.QueueConfigurationDeprecatedSourceThis data type is deprecated. Use QueueConfiguration for the same purposes. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
type nonrec t = {id : NotificationId.t option;event : Event.t option;events : EventList.t option;A collection of bucket events for which to send notifications.
*)queue : QueueArn.t option;The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of NotificationId.t ])
list ]