:doc:`Shield <../../shield>` / Client / update_emergency_contact_settings

*********************************
update_emergency_contact_settings
*********************************



.. py:method:: Shield.Client.update_emergency_contact_settings(**kwargs)

  

  Updates the details of the list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/UpdateEmergencyContactSettings>`_  


  **Request Syntax**
  ::

    response = client.update_emergency_contact_settings(
        EmergencyContactList=[
            {
                'EmailAddress': 'string',
                'PhoneNumber': 'string',
                'ContactNotes': 'string'
            },
        ]
    )
    
  :type EmergencyContactList: list
  :param EmergencyContactList: 

    A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

     

    If you have proactive engagement enabled, the contact list must include at least one phone number.

    

  
    - *(dict) --* 

      Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

      

    
      - **EmailAddress** *(string) --* **[REQUIRED]** 

        The email address for the contact.

        

      
      - **PhoneNumber** *(string) --* 

        The phone number for the contact.

        

      
      - **ContactNotes** *(string) --* 

        Additional notes regarding the contact.

        

      
    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Shield.Client.exceptions.InternalErrorException`

  
  *   :py:class:`Shield.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Shield.Client.exceptions.OptimisticLockException`

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

  