Values_2.UpdateFolderRequestSourceUpdates the name of a folder.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID for the Amazon Web Services account that contains the folder to update.
*)folderId : Values_0.RestrictiveResourceId.t;The ID of the folder.
*)name : Values_1.FolderName.t;The name of the folder.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
folderId:Values_0.RestrictiveResourceId.t ->
name:Values_1.FolderName.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]