Values.CreateLibraryItemOutputSourceCreates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.
type nonrec t = {libraryItemId : UUID.t option;The unique identifier of the new library item.
*)status : String_.t option;The status of the new library item, such as "Published".
*)createdAt : QAppsTimestamp.t option;The date and time the library item was created.
*)createdBy : String_.t option;The user who created the library item.
*)updatedAt : QAppsTimestamp.t option;The date and time the library item was last updated.
*)updatedBy : String_.t option;The user who last updated the library item.
*)ratingCount : Integer.t option;The number of ratings the library item has received from users.
*)isVerified : Boolean.t option;Indicates whether the library item has been verified.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]