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

**************
get_deployment
**************



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

  

  Returns information about the deployment.

  

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


  **Request Syntax**
  ::

    response = client.get_deployment(
        deploymentId='string'
    )
    
  :type deploymentId: string
  :param deploymentId: **[REQUIRED]** 

    The ID of the deployment.

    

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

    
    ::

      {
          'deployment': {
              'name': 'string',
              'id': 'string',
              'workloadName': 'string',
              'patternName': 'string',
              'status': 'COMPLETED'|'CREATING'|'DELETE_IN_PROGRESS'|'DELETE_INITIATING'|'DELETE_FAILED'|'DELETED'|'FAILED'|'IN_PROGRESS'|'VALIDATING'|'UPDATE_IN_PROGRESS'|'UPDATE_COMPLETED'|'UPDATE_FAILED'|'UPDATE_ROLLBACK_COMPLETED'|'UPDATE_ROLLBACK_FAILED',
              'createdAt': datetime(2015, 1, 1),
              'modifiedAt': datetime(2015, 1, 1),
              'specifications': {
                  'string': 'string'
              },
              'resourceGroup': 'string',
              'deletedAt': datetime(2015, 1, 1),
              'tags': {
                  'string': 'string'
              },
              'deploymentArn': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **deployment** *(dict) --* 

        An object that details the deployment.

        
        

        - **name** *(string) --* 

          The name of the deployment.

          
        

        - **id** *(string) --* 

          The ID of the deployment.

          
        

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

          The name of the workload.

          
        

        - **patternName** *(string) --* 

          The pattern name of the deployment.

          
        

        - **status** *(string) --* 

          The status of the deployment.

          
        

        - **createdAt** *(datetime) --* 

          The time the deployment was created.

          
        

        - **modifiedAt** *(datetime) --* 

          The time the deployment was last modified.

          
        

        - **specifications** *(dict) --* 

          The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see `SAP deployment specifications <https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html>`__. To retrieve the specifications required to create a deployment for other workloads, use the `GetWorkloadDeploymentPattern <https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html>`__ operation.

          
          

          - *(string) --* 
            

            - *(string) --* 
      
    
        

        - **resourceGroup** *(string) --* 

          The resource group of the deployment.

          
        

        - **deletedAt** *(datetime) --* 

          The time the deployment was deleted.

          
        

        - **tags** *(dict) --* 

          Information about the tags attached to a deployment.

          
          

          - *(string) --* 
            

            - *(string) --* 
      
    
        

        - **deploymentArn** *(string) --* 

          The Amazon Resource Name (ARN) of the deployment.

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

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

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

  