Smaws_Client_EventBridge.RemovePermission
val request :
Smaws_Lib.Context.t ->
remove_permission_request ->
(unit,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentModificationException of concurrent_modification_exception
| `InternalException of internal_exception
| `OperationDisabledException of operation_disabled_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus. Specify the account to revoke by the StatementId
value that you associated with the account when you granted it permission with PutPermission
. You can find the StatementId
by using DescribeEventBus.