Smaws_Client_DirectoryService.CreateLogSubscription
Creates 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.
val request :
Smaws_Lib.Context.t ->
Types.create_log_subscription_request ->
(Types.create_log_subscription_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClientException of Types.client_exception
| `EntityAlreadyExistsException of Types.entity_already_exists_exception
| `EntityDoesNotExistException of Types.entity_does_not_exist_exception
| `InsufficientPermissionsException of
Types.insufficient_permissions_exception
| `ServiceException of Types.service_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result