QuickSight / Client / update_self_upgrade_configuration

update_self_upgrade_configuration

QuickSight.Client.update_self_upgrade_configuration(**kwargs)

Updates the self-upgrade configuration for a Quick Suite account.

See also: AWS API Documentation

Request Syntax

response = client.update_self_upgrade_configuration(
    AwsAccountId='string',
    Namespace='string',
    SelfUpgradeStatus='AUTO_APPROVAL'|'ADMIN_APPROVAL'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that contains the Quick Suite self-upgrade configuration that you want to update.

  • Namespace (string) –

    [REQUIRED]

    The Quick Suite namespace that you want to update the Quick Suite self-upgrade configuration for.

  • SelfUpgradeStatus (string) –

    [REQUIRED]

    The self-upgrade status that you want to set for the Quick Suite account.

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status of the request.

Exceptions

  • QuickSight.Client.exceptions.AccessDeniedException

  • QuickSight.Client.exceptions.InvalidParameterValueException

  • QuickSight.Client.exceptions.InvalidParameterException

  • QuickSight.Client.exceptions.ResourceNotFoundException

  • QuickSight.Client.exceptions.PreconditionNotMetException

  • QuickSight.Client.exceptions.ThrottlingException

  • QuickSight.Client.exceptions.InternalFailureException

  • QuickSight.Client.exceptions.ResourceUnavailableException