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