Omics / Client / update_run_cache

update_run_cache

Omics.Client.update_run_cache(**kwargs)

Updates a run cache using its ID and returns a response with no body if the operation is successful. You can update the run cache description, name, or the default run cache behavior with CACHE_ON_FAILURE or CACHE_ALWAYS. To confirm that your run cache settings have been properly updated, use the GetRunCache API operation.

For more information, see How call caching works in the Amazon Web Services HealthOmics User Guide.

See also: AWS API Documentation

Request Syntax

response = client.update_run_cache(
    cacheBehavior='CACHE_ON_FAILURE'|'CACHE_ALWAYS',
    description='string',
    id='string',
    name='string'
)
Parameters:
  • cacheBehavior (string) – Update the default run cache behavior.

  • description (string) – Update the run cache description.

  • id (string) –

    [REQUIRED]

    The identifier of the run cache you want to update.

  • name (string) – Update the name of the run cache.

Returns:

None

Exceptions