package aws-rds

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. subscription_name : Aws.BaseTypes.String.t;
  2. sns_topic_arn : Aws.BaseTypes.String.t;
  3. source_type : Aws.BaseTypes.String.t option;
  4. event_categories : EventCategoriesList.t;
  5. source_ids : SourceIdsList.t;
  6. enabled : Aws.BaseTypes.Boolean.t option;
  7. tags : TagList.t;
}
val make : subscription_name:Aws.BaseTypes.String.t -> sns_topic_arn:Aws.BaseTypes.String.t -> ?source_type:Aws.BaseTypes.String.t -> ?event_categories:EventCategoriesList.t -> ?source_ids:SourceIdsList.t -> ?enabled:Aws.BaseTypes.Boolean.t -> ?tags:TagList.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t