Values.GetArtifactOutputSourceRetrieves an artifact from an agent space.
type nonrec t = {agentSpaceId : AgentSpaceId.t option;The unique identifier of the agent space that contains the artifact.
*)artifactId : ArtifactId.t option;The unique identifier of the artifact.
*)artifact : Artifact.t option;The artifact content and type.
*)fileName : String_.t option;The file name of the artifact.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the artifact was last updated, in UTC format.
*)}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
* [> `String of AgentSpaceId.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]