Values.CreateLogSubscriptionResultSourceCreates a subscription to forward real-time Directory Service domain controller security logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.
type nonrec error = [ | `ClientException of ClientException.t| `EntityAlreadyExistsException of EntityAlreadyExistsException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InsufficientPermissionsException of InsufficientPermissionsException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InsufficientPermissionsException of InsufficientPermissionsException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InsufficientPermissionsException of InsufficientPermissionsException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]