Values_1.DeleteRoleCustomPermissionRequestSourceRemoves custom permissions from the role.
type nonrec t = {role : Role.t;The role that you want to remove permissions from.
*)awsAccountId : AwsAccountId.t;The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon Quick Sight account.
*)namespace : Values_0.Namespace.t;The namespace that includes the role.
*)}val make :
role:Role.t ->
awsAccountId:AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AwsAccountId.t ]) list ]