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

****************************
update_account_configuration
****************************



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

  Update account configuration

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


  **Request Syntax**
  ::

    response = client.update_account_configuration(
        AccountConfiguration={
            'KmsKeyId': 'string'
        }
    )
    
  :type AccountConfiguration: dict
  :param AccountConfiguration: Placeholder documentation for AccountConfiguration

  
    - **KmsKeyId** *(string) --* Specifies the KMS key to use for all features that use key encryption. Specify the ARN of a KMS key that you have created. Or leave blank to use the key that MediaLive creates and manages for you.

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

    
    ::

      {
          'AccountConfiguration': {
              'KmsKeyId': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* Successful update of the account configuration.
      

      - **AccountConfiguration** *(dict) --* Placeholder documentation for AccountConfiguration
        

        - **KmsKeyId** *(string) --* Specifies the KMS key to use for all features that use key encryption. Specify the ARN of a KMS key that you have created. Or leave blank to use the key that MediaLive creates and manages for you.
    
  
  **Exceptions**
  
  *   :py:class:`MediaLive.Client.exceptions.BadRequestException`

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

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

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

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

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

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

  