:doc:`Omics <../../omics>` / Client / update_workflow_version

***********************
update_workflow_version
***********************



.. py:method:: Omics.Client.update_workflow_version(**kwargs)

  

  Updates information about the workflow version. For more information, see `Workflow versioning in Amazon Web Services HealthOmics <https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html>`__ in the *Amazon Web Services HealthOmics User Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/UpdateWorkflowVersion>`_  


  **Request Syntax**
  ::

    response = client.update_workflow_version(
        workflowId='string',
        versionName='string',
        description='string',
        storageType='STATIC'|'DYNAMIC',
        storageCapacity=123,
        readmeMarkdown='string'
    )
    
  :type workflowId: string
  :param workflowId: **[REQUIRED]** 

    The workflow's ID. The ``workflowId`` is not the UUID.

    

  
  :type versionName: string
  :param versionName: **[REQUIRED]** 

    The name of the workflow version.

    

  
  :type description: string
  :param description: 

    Description of the workflow version.

    

  
  :type storageType: string
  :param storageType: 

    The default storage type for runs that use this workflow version. The ``storageType`` can be overridden at run time. ``DYNAMIC`` storage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see `Run storage types <https://docs.aws.amazon.com/omics/latest/dev/workflows-run-types.html>`__ in the in the *Amazon Web Services HealthOmics User Guide* .

    

  
  :type storageCapacity: integer
  :param storageCapacity: 

    The default static storage capacity (in gibibytes) for runs that use this workflow version. The ``storageCapacity`` can be overwritten at run time. The storage capacity is not required for runs with a ``DYNAMIC`` storage type.

    

  
  :type readmeMarkdown: string
  :param readmeMarkdown: 

    The markdown content for the workflow version's README file. This provides documentation and usage information for users of this specific workflow version.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Omics.Client.exceptions.InternalServerException`

  
  *   :py:class:`Omics.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`Omics.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Omics.Client.exceptions.ValidationException`

  
  *   :py:class:`Omics.Client.exceptions.ConflictException`

  
  *   :py:class:`Omics.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Omics.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Omics.Client.exceptions.RequestTimeoutException`

  