Values.CreateEventSubscriptionResponseSourcetype nonrec t = {eventSubscription : EventSubscription.t option;The event subscription that was created.
*)}type nonrec error = [ | `KMSAccessDeniedFault of KMSAccessDeniedFault.t| `KMSDisabledFault of KMSDisabledFault.t| `KMSInvalidStateFault of KMSInvalidStateFault.t| `KMSNotFoundFault of KMSNotFoundFault.t| `KMSThrottlingFault of KMSThrottlingFault.t| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t| `SNSInvalidTopicFault of SNSInvalidTopicFault.t| `SNSNoAuthorizationFault of SNSNoAuthorizationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `KMSAccessDeniedFault of KMSAccessDeniedFault.t
| `KMSDisabledFault of KMSDisabledFault.t
| `KMSInvalidStateFault of KMSInvalidStateFault.t
| `KMSNotFoundFault of KMSNotFoundFault.t
| `KMSThrottlingFault of KMSThrottlingFault.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
| `SNSInvalidTopicFault of SNSInvalidTopicFault.t
| `SNSNoAuthorizationFault of SNSNoAuthorizationFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `KMSAccessDeniedFault of KMSAccessDeniedFault.t
| `KMSDisabledFault of KMSDisabledFault.t
| `KMSInvalidStateFault of KMSInvalidStateFault.t
| `KMSNotFoundFault of KMSNotFoundFault.t
| `KMSThrottlingFault of KMSThrottlingFault.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
| `SNSInvalidTopicFault of SNSInvalidTopicFault.t
| `SNSNoAuthorizationFault of SNSNoAuthorizationFault.t
| `Unknown_operation_error of string * string option ]