QuickSight / Client / update_dashboard_links
update_dashboard_links#
- QuickSight.Client.update_dashboard_links(**kwargs)#
Updates the linked analyses on a dashboard.
See also: AWS API Documentation
Request Syntax
response = client.update_dashboard_links( AwsAccountId='string', DashboardId='string', LinkEntities=[ 'string', ] )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
DashboardId (string) –
[REQUIRED]
The ID for the dashboard.
LinkEntities (list) –
[REQUIRED]
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'RequestId': 'string', 'Status': 123, 'DashboardArn': 'string', 'LinkEntities': [ 'string', ] }
Response Structure
(dict) –
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.
DashboardArn (string) –
The Amazon Resource Name (ARN) of the dashboard.
LinkEntities (list) –
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
(string) –
Exceptions
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.ConflictException
QuickSight.Client.exceptions.AccessDeniedException
QuickSight.Client.exceptions.InternalFailureException