:doc:`SESV2 <../../sesv2>` / Client / put_account_dedicated_ip_warmup_attributes

******************************************
put_account_dedicated_ip_warmup_attributes
******************************************



.. py:method:: SESV2.Client.put_account_dedicated_ip_warmup_attributes(**kwargs)

  

  Enable or disable the automatic warm-up feature for dedicated IP addresses.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutAccountDedicatedIpWarmupAttributes>`_  


  **Request Syntax**
  ::

    response = client.put_account_dedicated_ip_warmup_attributes(
        AutoWarmupEnabled=True|False
    )
    
  :type AutoWarmupEnabled: boolean
  :param AutoWarmupEnabled: 

    Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon SES account in the current Amazon Web Services Region. Set to ``true`` to enable the automatic warm-up feature, or set to ``false`` to disable it.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An HTTP 200 response if the request succeeds, or an error message if the request fails.

      
  
  **Exceptions**
  
  *   :py:class:`SESV2.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`SESV2.Client.exceptions.BadRequestException`

  