Updates the published version of a dashboard.
quicksight_update_dashboard_published_version(AwsAccountId, DashboardId,
VersionNumber)
A list with the following syntax:
list(
DashboardId = "string",
DashboardArn = "string",
Status = 123,
RequestId = "string"
)
[required] The ID of the AWS account that contains the dashboard that you're updating.
[required] The ID for the dashboard.
[required] The version number of the dashboard.
svc$update_dashboard_published_version(
AwsAccountId = "string",
DashboardId = "string",
VersionNumber = 123
)