PartnerCentralSellingAPI / Client / put_selling_system_settings

put_selling_system_settings#

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

Request Syntax

response = client.put_selling_system_settings(
    Catalog='string',
    ResourceSnapshotJobRoleIdentifier='string'
)
Parameters:
  • Catalog (string) –

    [REQUIRED]

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

  • ResourceSnapshotJobRoleIdentifier (string) – Specifies the ARN of the IAM Role used for resource snapshot job executions.

Return type:

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