Values.NotificationConfigurationDeprecatedSourceThis operation is not supported for directory buckets. No longer used, see GetBucketNotificationConfiguration.
type nonrec t = {topicConfiguration : TopicConfigurationDeprecated.t option;This data type is deprecated. A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.
*)queueConfiguration : QueueConfigurationDeprecated.t option;This data type is deprecated. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
*)cloudFunctionConfiguration : CloudFunctionConfiguration.t option;Container for specifying the Lambda notification configuration.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of NotificationId.t ])
list ])
list ]