:doc:`LaunchWizard <../../launch-wizard>` / Client / get_deployment_pattern_version

******************************
get_deployment_pattern_version
******************************



.. py:method:: LaunchWizard.Client.get_deployment_pattern_version(**kwargs)

  

  Returns information about a deployment pattern version.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/launch-wizard-2018-05-10/GetDeploymentPatternVersion>`_  


  **Request Syntax**
  ::

    response = client.get_deployment_pattern_version(
        workloadName='string',
        deploymentPatternName='string',
        deploymentPatternVersionName='string'
    )
    
  :type workloadName: string
  :param workloadName: **[REQUIRED]** 

    The name of the workload. You can use the `ListWorkloads <https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloads.html>`__ operation to discover supported values for this parameter.

    

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

    The name of the deployment pattern. You can use the `ListWorkloadDeploymentPatterns <https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloadDeploymentPatterns.html>`__ operation to discover supported values for this parameter.

    

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

    The name of the deployment pattern version.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'deploymentPatternVersion': {
              'deploymentPatternVersionName': 'string',
              'description': 'string',
              'documentationUrl': 'string',
              'workloadName': 'string',
              'deploymentPatternName': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **deploymentPatternVersion** *(dict) --* 

        The deployment pattern version.

        
        

        - **deploymentPatternVersionName** *(string) --* 

          The name of the deployment pattern version.

          
        

        - **description** *(string) --* 

          The description of the deployment pattern version.

          
        

        - **documentationUrl** *(string) --* 

          The URL of the documentation for the deployment pattern version.

          
        

        - **workloadName** *(string) --* 

          The name of the workload.

          
        

        - **deploymentPatternName** *(string) --* 

          The name of the deployment pattern.

          
    
  
  **Exceptions**
  
  *   :py:class:`LaunchWizard.Client.exceptions.InternalServerException`

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

  