Values.GetRunCacheResponseSourceRetrieves detailed information about the specified run cache using its ID. For more information, see Call caching for Amazon Web Services HealthOmics runs in the Amazon Web Services HealthOmics User Guide.
type nonrec t = {arn : RunCacheArn.t option;Unique resource identifier for the run cache.
*)cacheBehavior : CacheBehavior.t option;The default cache behavior for runs using this cache.
*)cacheBucketOwnerId : AwsAccountId.t option;The identifier of the bucket owner.
*)cacheS3Uri : S3UriForBucketOrObject.t option;The S3 URI where the cache data is stored.
*)creationTime : RunCacheTimestamp.t option;Creation time of the run cache (an ISO 8601 formatted string).
*)description : UserCustomDescription.t option;The run cache description.
*)id : RunCacheId.t option;The run cache ID.
*)name : UserCustomName.t option;The run cache name.
*)status : RunCacheStatus.t option;The run cache status.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `RequestTimeoutException of RequestTimeoutException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of RunCacheArn.t
| `Timestamp of RunCacheTimestamp.t ])
list ]