Values_2.UpdateCustomPermissionsRequestSourceUpdates a custom permissions profile.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.
*)customPermissionsName : Values_1.CustomPermissionsName.t;The name of the custom permissions profile that you want to update.
*)capabilities : Values_1.Capabilities.t option;A set of actions to include in the custom permissions profile.
*)}val make :
?capabilities:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
customPermissionsName:Values_1.CustomPermissionsName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.AwsAccountId.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]