Values_2.DescribeFolderPermissionsRequestSourceDescribes permissions for a folder.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID for the Amazon Web Services account that contains the folder.
*)folderId : Values_0.RestrictiveResourceId.t;The ID of the folder.
*)namespace : Values_0.Namespace.t option;The namespace of the folder whose permissions you want described.
*)maxResults : MaxResults.t option;The maximum number of results to be returned per request.
*)nextToken : Values_0.String_.t option;A pagination token for the next set of results.
*)}val make :
?namespace:??? ->
?maxResults:??? ->
?nextToken:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
folderId:Values_0.RestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t | `String of Values_1.AwsAccountId.t ])
list ]