Values_2.UpdateTemplatePermissionsRequestSourceUpdates the resource permissions for a template.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the template.
*)templateId : Values_0.ShortRestrictiveResourceId.t;The ID for the template.
*)grantPermissions : UpdateResourcePermissionList.t option;A list of resource permissions to be granted on the template.
*)revokePermissions : UpdateResourcePermissionList.t option;A list of resource permissions to be revoked from the template.
*)}val make :
?grantPermissions:??? ->
?revokePermissions:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
templateId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string ])
list ]
list
| `String of Values_1.AwsAccountId.t ])
list ]