LaunchWizard / Client / get_deployment_pattern_version

get_deployment_pattern_version

LaunchWizard.Client.get_deployment_pattern_version(**kwargs)

Returns information about a deployment pattern version.

See also: AWS API Documentation

Request Syntax

response = client.get_deployment_pattern_version(
    workloadName='string',
    deploymentPatternName='string',
    deploymentPatternVersionName='string'
)
Parameters:
  • workloadName (string) –

    [REQUIRED]

    The name of the workload. You can use the ListWorkloads operation to discover supported values for this parameter.

  • deploymentPatternName (string) –

    [REQUIRED]

    The name of the deployment pattern. You can use the ListWorkloadDeploymentPatterns operation to discover supported values for this parameter.

  • deploymentPatternVersionName (string) –

    [REQUIRED]

    The name of the deployment pattern version.

Return type:

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

  • LaunchWizard.Client.exceptions.InternalServerException

  • LaunchWizard.Client.exceptions.ResourceNotFoundException