Values.GetRetrieverResponseSourceGets information about an existing retriever used by an Amazon Q Business application.
type nonrec t = {applicationId : ApplicationId.t option;The identifier of the Amazon Q Business application using the retriever.
*)retrieverId : RetrieverId.t option;The identifier of the retriever.
*)retrieverArn : RetrieverArn.t option;The Amazon Resource Name (ARN) of the IAM role associated with the retriever.
*)type_ : RetrieverType.t option;The type of the retriever.
*)status : RetrieverStatus.t option;The status of the retriever.
*)displayName : RetrieverName.t option;The name of the retriever.
*)configuration : RetrieverConfiguration.t option;roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the role with the permission to access the retriever and required resources.
*)createdAt : Timestamp.t option;The Unix timestamp when the retriever was created.
*)updatedAt : Timestamp.t option;The Unix timestamp when the retriever was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `ThrottlingException of ThrottlingException.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
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApplicationId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Long of Long.t
| `Map of
([> `String of DocumentAttributeKey.t ]
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Long of
BoostingDurationInSeconds.t
| `Map of
([> `String of String_.t ]
* [> `Enum of string ])
list ])
list ])
list ])
list
| `String of IndexId.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]