:doc:`PartnerCentralSellingAPI <../../partnercentral-selling>` / Client / put_selling_system_settings

***************************
put_selling_system_settings
***************************



.. py:method:: PartnerCentralSellingAPI.Client.put_selling_system_settings(**kwargs)

  

  Updates the currently set system settings, which include the IAM Role used for resource snapshot jobs.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/PutSellingSystemSettings>`_  


  **Request Syntax**
  ::

    response = client.put_selling_system_settings(
        Catalog='string',
        ResourceSnapshotJobRoleIdentifier='string'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

    Specifies the catalog in which the settings will be updated. Acceptable values include ``AWS`` for production and ``Sandbox`` for testing environments.

    

  
  :type ResourceSnapshotJobRoleIdentifier: string
  :param ResourceSnapshotJobRoleIdentifier: 

    Specifies the ARN of the IAM Role used for resource snapshot job executions.

    

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

    
    ::

      {
          'Catalog': 'string',
          'ResourceSnapshotJobRoleArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Catalog** *(string) --* 

        Specifies the catalog in which the settings are defined. Acceptable values include ``AWS`` for production and ``Sandbox`` for testing environments.

        
      

      - **ResourceSnapshotJobRoleArn** *(string) --* 

        Specifies the ARN of the IAM Role used for resource snapshot job executions.

        
  
  **Exceptions**
  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.ThrottlingException`

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.AccessDeniedException`

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

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

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

  