Values_2.DescribeFolderRequestSourceDescribes 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.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
folderId:Values_0.RestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]