:doc:`MediaLive <../../medialive>` / Client / start_monitor_deployment

************************
start_monitor_deployment
************************



.. py:method:: MediaLive.Client.start_monitor_deployment(**kwargs)

  Initiates a deployment to deploy the latest monitor of the specified signal map.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartMonitorDeployment>`_  


  **Request Syntax**
  ::

    response = client.start_monitor_deployment(
        DryRun=True|False,
        Identifier='string'
    )
    
  :type DryRun: boolean
  :param DryRun: Placeholder documentation for __boolean

  
  :type Identifier: string
  :param Identifier: **[REQUIRED]** A signal map's identifier. Can be either be its id or current name.

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

    
    ::

      {
          'Arn': 'string',
          'CloudWatchAlarmTemplateGroupIds': [
              'string',
          ],
          'CreatedAt': datetime(2015, 1, 1),
          'Description': 'string',
          'DiscoveryEntryPointArn': 'string',
          'ErrorMessage': 'string',
          'EventBridgeRuleTemplateGroupIds': [
              'string',
          ],
          'FailedMediaResourceMap': {
              'string': {
                  'Destinations': [
                      {
                          'Arn': 'string',
                          'Name': 'string'
                      },
                  ],
                  'Name': 'string',
                  'Sources': [
                      {
                          'Arn': 'string',
                          'Name': 'string'
                      },
                  ]
              }
          },
          'Id': 'string',
          'LastDiscoveredAt': datetime(2015, 1, 1),
          'LastSuccessfulMonitorDeployment': {
              'DetailsUri': 'string',
              'Status': 'NOT_DEPLOYED'|'DRY_RUN_DEPLOYMENT_COMPLETE'|'DRY_RUN_DEPLOYMENT_FAILED'|'DRY_RUN_DEPLOYMENT_IN_PROGRESS'|'DEPLOYMENT_COMPLETE'|'DEPLOYMENT_FAILED'|'DEPLOYMENT_IN_PROGRESS'|'DELETE_COMPLETE'|'DELETE_FAILED'|'DELETE_IN_PROGRESS'
          },
          'MediaResourceMap': {
              'string': {
                  'Destinations': [
                      {
                          'Arn': 'string',
                          'Name': 'string'
                      },
                  ],
                  'Name': 'string',
                  'Sources': [
                      {
                          'Arn': 'string',
                          'Name': 'string'
                      },
                  ]
              }
          },
          'ModifiedAt': datetime(2015, 1, 1),
          'MonitorChangesPendingDeployment': True|False,
          'MonitorDeployment': {
              'DetailsUri': 'string',
              'ErrorMessage': 'string',
              'Status': 'NOT_DEPLOYED'|'DRY_RUN_DEPLOYMENT_COMPLETE'|'DRY_RUN_DEPLOYMENT_FAILED'|'DRY_RUN_DEPLOYMENT_IN_PROGRESS'|'DEPLOYMENT_COMPLETE'|'DEPLOYMENT_FAILED'|'DEPLOYMENT_IN_PROGRESS'|'DELETE_COMPLETE'|'DELETE_FAILED'|'DELETE_IN_PROGRESS'
          },
          'Name': 'string',
          'Status': 'CREATE_IN_PROGRESS'|'CREATE_COMPLETE'|'CREATE_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_COMPLETE'|'UPDATE_REVERTED'|'UPDATE_FAILED'|'READY'|'NOT_READY',
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* StartMonitorDeployment 202 response
      

      - **Arn** *(string) --* A signal map's ARN (Amazon Resource Name)
      

      - **CloudWatchAlarmTemplateGroupIds** *(list) --* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
        

        - *(string) --* Placeholder documentation for __stringMin7Max11PatternAws097
    
      

      - **CreatedAt** *(datetime) --* Placeholder documentation for __timestampIso8601
      

      - **Description** *(string) --* A resource's optional description.
      

      - **DiscoveryEntryPointArn** *(string) --* A top-level supported AWS resource ARN to discovery a signal map from.
      

      - **ErrorMessage** *(string) --* Error message associated with a failed creation or failed update attempt of a signal map.
      

      - **EventBridgeRuleTemplateGroupIds** *(list) --* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
        

        - *(string) --* Placeholder documentation for __stringMin7Max11PatternAws097
    
      

      - **FailedMediaResourceMap** *(dict) --* A map representing an incomplete AWS media workflow as a graph.
        

        - *(string) --* Placeholder documentation for __string
          

          - *(dict) --* An AWS resource used in media workflows.
            

            - **Destinations** *(list) --* Placeholder documentation for __listOfMediaResourceNeighbor
              

              - *(dict) --* A direct source or destination neighbor to an AWS media resource.
                

                - **Arn** *(string) --* The ARN of a resource used in AWS media workflows.
                

                - **Name** *(string) --* The logical name of an AWS media resource.
            
          
            

            - **Name** *(string) --* The logical name of an AWS media resource.
            

            - **Sources** *(list) --* Placeholder documentation for __listOfMediaResourceNeighbor
              

              - *(dict) --* A direct source or destination neighbor to an AWS media resource.
                

                - **Arn** *(string) --* The ARN of a resource used in AWS media workflows.
                

                - **Name** *(string) --* The logical name of an AWS media resource.
            
          
        
    
  
      

      - **Id** *(string) --* A signal map's id.
      

      - **LastDiscoveredAt** *(datetime) --* Placeholder documentation for __timestampIso8601
      

      - **LastSuccessfulMonitorDeployment** *(dict) --* Represents the latest successful monitor deployment of a signal map.
        

        - **DetailsUri** *(string) --* URI associated with a signal map's monitor deployment.
        

        - **Status** *(string) --* A signal map's monitor deployment status.
    
      

      - **MediaResourceMap** *(dict) --* A map representing an AWS media workflow as a graph.
        

        - *(string) --* Placeholder documentation for __string
          

          - *(dict) --* An AWS resource used in media workflows.
            

            - **Destinations** *(list) --* Placeholder documentation for __listOfMediaResourceNeighbor
              

              - *(dict) --* A direct source or destination neighbor to an AWS media resource.
                

                - **Arn** *(string) --* The ARN of a resource used in AWS media workflows.
                

                - **Name** *(string) --* The logical name of an AWS media resource.
            
          
            

            - **Name** *(string) --* The logical name of an AWS media resource.
            

            - **Sources** *(list) --* Placeholder documentation for __listOfMediaResourceNeighbor
              

              - *(dict) --* A direct source or destination neighbor to an AWS media resource.
                

                - **Arn** *(string) --* The ARN of a resource used in AWS media workflows.
                

                - **Name** *(string) --* The logical name of an AWS media resource.
            
          
        
    
  
      

      - **ModifiedAt** *(datetime) --* Placeholder documentation for __timestampIso8601
      

      - **MonitorChangesPendingDeployment** *(boolean) --* If true, there are pending monitor changes for this signal map that can be deployed.
      

      - **MonitorDeployment** *(dict) --* Represents the latest monitor deployment of a signal map.
        

        - **DetailsUri** *(string) --* URI associated with a signal map's monitor deployment.
        

        - **ErrorMessage** *(string) --* Error message associated with a failed monitor deployment of a signal map.
        

        - **Status** *(string) --* A signal map's monitor deployment status.
    
      

      - **Name** *(string) --* A resource's name. Names must be unique within the scope of a resource type in a specific region.
      

      - **Status** *(string) --* A signal map's current status which is dependent on its lifecycle actions or associated jobs.
      

      - **Tags** *(dict) --* Represents the tags associated with a resource.
        

        - *(string) --* Placeholder documentation for __string
          

          - *(string) --* Placeholder documentation for __string
    
  
  
  **Exceptions**
  
  *   :py:class:`MediaLive.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaLive.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaLive.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaLive.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaLive.Client.exceptions.TooManyRequestsException`

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

  