QuickSight / Client / update_application_with_token_exchange_grant

update_application_with_token_exchange_grant#

QuickSight.Client.update_application_with_token_exchange_grant(**kwargs)#

Updates an Amazon QuickSight application with a token exchange grant. This operation only supports Amazon QuickSight applications that are registered with IAM Identity Center.

See also: AWS API Documentation

Request Syntax

response = client.update_application_with_token_exchange_grant(
    AwsAccountId='string',
    Namespace='string'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account to be updated with a token exchange grant.

  • Namespace (string) –

    [REQUIRED]

    The namespace of the Amazon QuickSight application.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • Status (integer) –

      The HTTP status of the request.

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

Exceptions