Values_1.DeleteFolderMembershipRequestSourceRemoves an asset, such as a dashboard, analysis, or dataset, from a 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 Folder ID.
*)memberId : Values_0.RestrictiveResourceId.t;The ID of the asset that you want to delete.
*)memberType : MemberType.t;The member type of the asset that you want to delete from a folder.
*)}val make :
awsAccountId:AwsAccountId.t ->
folderId:Values_0.RestrictiveResourceId.t ->
memberId:Values_0.RestrictiveResourceId.t ->
memberType:MemberType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AwsAccountId.t ]) list ]