Module Values.ModifyEventSubscriptionResponseSource

Sourcetype nonrec t = {
  1. eventSubscription : EventSubscription.t option;
    (*

    The modified event subscription.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedFault of AccessDeniedFault.t
  2. | `KMSAccessDeniedFault of KMSAccessDeniedFault.t
  3. | `KMSDisabledFault of KMSDisabledFault.t
  4. | `KMSInvalidStateFault of KMSInvalidStateFault.t
  5. | `KMSNotFoundFault of KMSNotFoundFault.t
  6. | `KMSThrottlingFault of KMSThrottlingFault.t
  7. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  8. | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
  9. | `SNSInvalidTopicFault of SNSInvalidTopicFault.t
  10. | `SNSNoAuthorizationFault of SNSNoAuthorizationFault.t
  11. | `Unknown_operation_error of string * string option
]
Sourceval make : ?eventSubscription:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `KMSAccessDeniedFault of KMSAccessDeniedFault.t | `KMSDisabledFault of KMSDisabledFault.t | `KMSInvalidStateFault of KMSInvalidStateFault.t | `KMSNotFoundFault of KMSNotFoundFault.t | `KMSThrottlingFault of KMSThrottlingFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `SNSInvalidTopicFault of SNSInvalidTopicFault.t | `SNSNoAuthorizationFault of SNSNoAuthorizationFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `KMSAccessDeniedFault of KMSAccessDeniedFault.t | `KMSDisabledFault of KMSDisabledFault.t | `KMSInvalidStateFault of KMSInvalidStateFault.t | `KMSNotFoundFault of KMSNotFoundFault.t | `KMSThrottlingFault of KMSThrottlingFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `SNSInvalidTopicFault of SNSInvalidTopicFault.t | `SNSNoAuthorizationFault of SNSNoAuthorizationFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `String of String_.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