Values_1.CreateFolderMembershipResponseSourceAdds an asset, such as a dashboard, analysis, or dataset into a folder.
type nonrec t = {status : StatusCode.t option;The HTTP status of the request.
*)folderMember : FolderMember.t option;Information about the member in the folder.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalFailureException of InternalFailureException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `LimitExceededException of LimitExceededException.t| `ResourceExistsException of ResourceExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `UnsupportedUserEditionException of UnsupportedUserEditionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceExistsException of ResourceExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of UnsupportedUserEditionException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceExistsException of ResourceExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of UnsupportedUserEditionException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StatusCode.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.RestrictiveResourceId.t ])
list ])
list ]