:doc:`UserNotifications <../../notifications>` / Client / update_notification_configuration

*********************************
update_notification_configuration
*********************************



.. py:method:: UserNotifications.Client.update_notification_configuration(**kwargs)

  

  Updates a ``NotificationConfiguration``.

  

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


  **Request Syntax**
  ::

    response = client.update_notification_configuration(
        arn='string',
        name='string',
        description='string',
        aggregationDuration='LONG'|'SHORT'|'NONE'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) used to update the ``NotificationConfiguration``.

    

  
  :type name: string
  :param name: 

    The name of the ``NotificationConfiguration``.

    

  
  :type description: string
  :param description: 

    The description of the ``NotificationConfiguration``.

    

  
  :type aggregationDuration: string
  :param aggregationDuration: 

    The aggregation preference of the ``NotificationConfiguration``.

     

    
    * Values: 

      
      * ``LONG`` 

        
        * Aggregate notifications for long periods of time (12 hours).
        

      
       
      * ``SHORT`` 

        
        * Aggregate notifications for short periods of time (5 minutes).
        

      
       
      * ``NONE`` 

        
        * Don't aggregate notifications.
        

      
      

    
    

    

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

    
    ::

      {
          'arn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **arn** *(string) --* 

        The ARN used to update the ``NotificationConfiguration``.

        
  
  **Exceptions**
  
  *   :py:class:`UserNotifications.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`UserNotifications.Client.exceptions.InternalServerException`

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

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

  
  *   :py:class:`UserNotifications.Client.exceptions.ThrottlingException`

  