Module Values.GetRunCacheResponseSource

Retrieves 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.

Sourcetype nonrec t = {
  1. arn : RunCacheArn.t option;
    (*

    Unique resource identifier for the run cache.

    *)
  2. cacheBehavior : CacheBehavior.t option;
    (*

    The default cache behavior for runs using this cache.

    *)
  3. cacheBucketOwnerId : AwsAccountId.t option;
    (*

    The identifier of the bucket owner.

    *)
  4. cacheS3Uri : S3UriForBucketOrObject.t option;
    (*

    The S3 URI where the cache data is stored.

    *)
  5. creationTime : RunCacheTimestamp.t option;
    (*

    Creation time of the run cache (an ISO 8601 formatted string).

    *)
  6. description : UserCustomDescription.t option;
    (*

    The run cache description.

    *)
  7. id : RunCacheId.t option;
    (*

    The run cache ID.

    *)
  8. name : UserCustomName.t option;
    (*

    The run cache name.

    *)
  9. status : RunCacheStatus.t option;
    (*

    The run cache status.

    *)
  10. tags : TagMap.t option;
    (*

    The tags associated with the run cache.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `RequestTimeoutException of RequestTimeoutException.t
  5. | `ResourceNotFoundException of ResourceNotFoundException.t
  6. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  7. | `ThrottlingException of ThrottlingException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?cacheBehavior:??? -> ?cacheBucketOwnerId:??? -> ?cacheS3Uri:??? -> ?creationTime:??? -> ?description:??? -> ?id:??? -> ?name:??? -> ?status:??? -> ?tags:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t