Module Values.NotificationConfigurationDeprecatedSource

This operation is not supported for directory buckets. No longer used, see GetBucketNotificationConfiguration.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
  3. cloudFunctionConfiguration : CloudFunctionConfiguration.t option;
    (*

    Container for specifying the Lambda notification configuration.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?topicConfiguration:??? -> ?queueConfiguration:??? -> ?cloudFunctionConfiguration:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of NotificationId.t ]) list ]) 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