Module Values.QueueConfigurationSource

Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.

Sourcetype nonrec t = {
  1. id : NotificationId.t option;
  2. queueArn : QueueArn.t;
    (*

    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.

    *)
  3. events : EventList.t;
    (*

    A collection of bucket events for which to send notifications

    *)
  4. filter : NotificationConfigurationFilter.t option;
}
Sourceval context_ : string
Sourceval make : ?id:??? -> ?filter:??? -> queueArn:QueueArn.t -> events:EventList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of NotificationId.t | `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of FilterRuleValue.t ]) list ] list ]) list ]) 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