Values_1.DeleteFolderRequestSourceDeletes an empty folder.
type nonrec t = {awsAccountId : 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:AwsAccountId.t ->
folderId:Values_0.RestrictiveResourceId.t ->
unit ->
t