Values_2.UpdateRoleCustomPermissionRequestSourceUpdates the custom permissions that are associated with a role.
type nonrec t = {customPermissionsName : RoleName.t;The name of the custom permission that you want to update the role with.
*)role : Values_1.Role.t;The name of role tht you want to update.
*)awsAccountId : Values_1.AwsAccountId.t;The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon Quick Sight account.
*)namespace : Values_0.Namespace.t;The namespace that contains the role that you want to update.
*)}val make :
customPermissionsName:RoleName.t ->
role:Values_1.Role.t ->
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of RoleName.t ]) list ]