Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QuickSight

import { QuickSight } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
class QuickSight {
constructor(apiFactory: client.ApiFactory);
async cancelIngestion(params: CancelIngestionRequest, opts?: client.RequestOptions): Promise<CancelIngestionResponse>;
async createAccountCustomization(params: CreateAccountCustomizationRequest, opts?: client.RequestOptions): Promise<CreateAccountCustomizationResponse>;
async createAnalysis(params: CreateAnalysisRequest, opts?: client.RequestOptions): Promise<CreateAnalysisResponse>;
async createDashboard(params: CreateDashboardRequest, opts?: client.RequestOptions): Promise<CreateDashboardResponse>;
async createDataSet(params: CreateDataSetRequest, opts?: client.RequestOptions): Promise<CreateDataSetResponse>;
async createDataSource(params: CreateDataSourceRequest, opts?: client.RequestOptions): Promise<CreateDataSourceResponse>;
async createFolder(params: CreateFolderRequest, opts?: client.RequestOptions): Promise<CreateFolderResponse>;
async createFolderMembership(params: CreateFolderMembershipRequest, opts?: client.RequestOptions): Promise<CreateFolderMembershipResponse>;
async createGroup(params: CreateGroupRequest, opts?: client.RequestOptions): Promise<CreateGroupResponse>;
async createGroupMembership(params: CreateGroupMembershipRequest, opts?: client.RequestOptions): Promise<CreateGroupMembershipResponse>;
async createIAMPolicyAssignment(params: CreateIAMPolicyAssignmentRequest, opts?: client.RequestOptions): Promise<CreateIAMPolicyAssignmentResponse>;
async createIngestion(params: CreateIngestionRequest, opts?: client.RequestOptions): Promise<CreateIngestionResponse>;
async createNamespace(params: CreateNamespaceRequest, opts?: client.RequestOptions): Promise<CreateNamespaceResponse>;
async createTemplate(params: CreateTemplateRequest, opts?: client.RequestOptions): Promise<CreateTemplateResponse>;
async createTemplateAlias(params: CreateTemplateAliasRequest, opts?: client.RequestOptions): Promise<CreateTemplateAliasResponse>;
async createTheme(params: CreateThemeRequest, opts?: client.RequestOptions): Promise<CreateThemeResponse>;
async createThemeAlias(params: CreateThemeAliasRequest, opts?: client.RequestOptions): Promise<CreateThemeAliasResponse>;
async deleteAccountCustomization(params: DeleteAccountCustomizationRequest, opts?: client.RequestOptions): Promise<DeleteAccountCustomizationResponse>;
async deleteAnalysis(params: DeleteAnalysisRequest, opts?: client.RequestOptions): Promise<DeleteAnalysisResponse>;
async deleteDashboard(params: DeleteDashboardRequest, opts?: client.RequestOptions): Promise<DeleteDashboardResponse>;
async deleteDataSet(params: DeleteDataSetRequest, opts?: client.RequestOptions): Promise<DeleteDataSetResponse>;
async deleteDataSource(params: DeleteDataSourceRequest, opts?: client.RequestOptions): Promise<DeleteDataSourceResponse>;
async deleteFolder(params: DeleteFolderRequest, opts?: client.RequestOptions): Promise<DeleteFolderResponse>;
async deleteFolderMembership(params: DeleteFolderMembershipRequest, opts?: client.RequestOptions): Promise<DeleteFolderMembershipResponse>;
async deleteGroup(params: DeleteGroupRequest, opts?: client.RequestOptions): Promise<DeleteGroupResponse>;
async deleteGroupMembership(params: DeleteGroupMembershipRequest, opts?: client.RequestOptions): Promise<DeleteGroupMembershipResponse>;
async deleteIAMPolicyAssignment(params: DeleteIAMPolicyAssignmentRequest, opts?: client.RequestOptions): Promise<DeleteIAMPolicyAssignmentResponse>;
async deleteNamespace(params: DeleteNamespaceRequest, opts?: client.RequestOptions): Promise<DeleteNamespaceResponse>;
async deleteTemplate(params: DeleteTemplateRequest, opts?: client.RequestOptions): Promise<DeleteTemplateResponse>;
async deleteTemplateAlias(params: DeleteTemplateAliasRequest, opts?: client.RequestOptions): Promise<DeleteTemplateAliasResponse>;
async deleteTheme(params: DeleteThemeRequest, opts?: client.RequestOptions): Promise<DeleteThemeResponse>;
async deleteThemeAlias(params: DeleteThemeAliasRequest, opts?: client.RequestOptions): Promise<DeleteThemeAliasResponse>;
async deleteUser(params: DeleteUserRequest, opts?: client.RequestOptions): Promise<DeleteUserResponse>;
async deleteUserByPrincipalId(params: DeleteUserByPrincipalIdRequest, opts?: client.RequestOptions): Promise<DeleteUserByPrincipalIdResponse>;
async describeAccountCustomization(params: DescribeAccountCustomizationRequest, opts?: client.RequestOptions): Promise<DescribeAccountCustomizationResponse>;
async describeAccountSettings(params: DescribeAccountSettingsRequest, opts?: client.RequestOptions): Promise<DescribeAccountSettingsResponse>;
async describeAnalysis(params: DescribeAnalysisRequest, opts?: client.RequestOptions): Promise<DescribeAnalysisResponse>;
async describeAnalysisPermissions(params: DescribeAnalysisPermissionsRequest, opts?: client.RequestOptions): Promise<DescribeAnalysisPermissionsResponse>;
async describeDashboard(params: DescribeDashboardRequest, opts?: client.RequestOptions): Promise<DescribeDashboardResponse>;
async describeDashboardPermissions(params: DescribeDashboardPermissionsRequest, opts?: client.RequestOptions): Promise<DescribeDashboardPermissionsResponse>;
async describeDataSet(params: DescribeDataSetRequest, opts?: client.RequestOptions): Promise<DescribeDataSetResponse>;
async describeDataSetPermissions(params: DescribeDataSetPermissionsRequest, opts?: client.RequestOptions): Promise<DescribeDataSetPermissionsResponse>;
async describeDataSource(params: DescribeDataSourceRequest, opts?: client.RequestOptions): Promise<DescribeDataSourceResponse>;
async describeDataSourcePermissions(params: DescribeDataSourcePermissionsRequest, opts?: client.RequestOptions): Promise<DescribeDataSourcePermissionsResponse>;
async describeFolder(params: DescribeFolderRequest, opts?: client.RequestOptions): Promise<DescribeFolderResponse>;
async describeFolderPermissions(params: DescribeFolderPermissionsRequest, opts?: client.RequestOptions): Promise<DescribeFolderPermissionsResponse>;
async describeFolderResolvedPermissions(params: DescribeFolderResolvedPermissionsRequest, opts?: client.RequestOptions): Promise<DescribeFolderResolvedPermissionsResponse>;
async describeGroup(params: DescribeGroupRequest, opts?: client.RequestOptions): Promise<DescribeGroupResponse>;
async describeIAMPolicyAssignment(params: DescribeIAMPolicyAssignmentRequest, opts?: client.RequestOptions): Promise<DescribeIAMPolicyAssignmentResponse>;
async describeIngestion(params: DescribeIngestionRequest, opts?: client.RequestOptions): Promise<DescribeIngestionResponse>;
async describeIpRestriction(params: DescribeIpRestrictionRequest, opts?: client.RequestOptions): Promise<DescribeIpRestrictionResponse>;
async describeNamespace(params: DescribeNamespaceRequest, opts?: client.RequestOptions): Promise<DescribeNamespaceResponse>;
async describeTemplate(params: DescribeTemplateRequest, opts?: client.RequestOptions): Promise<DescribeTemplateResponse>;
async describeTemplateAlias(params: DescribeTemplateAliasRequest, opts?: client.RequestOptions): Promise<DescribeTemplateAliasResponse>;
async describeTemplatePermissions(params: DescribeTemplatePermissionsRequest, opts?: client.RequestOptions): Promise<DescribeTemplatePermissionsResponse>;
async describeTheme(params: DescribeThemeRequest, opts?: client.RequestOptions): Promise<DescribeThemeResponse>;
async describeThemeAlias(params: DescribeThemeAliasRequest, opts?: client.RequestOptions): Promise<DescribeThemeAliasResponse>;
async describeThemePermissions(params: DescribeThemePermissionsRequest, opts?: client.RequestOptions): Promise<DescribeThemePermissionsResponse>;
async describeUser(params: DescribeUserRequest, opts?: client.RequestOptions): Promise<DescribeUserResponse>;
async generateEmbedUrlForAnonymousUser(params: GenerateEmbedUrlForAnonymousUserRequest, opts?: client.RequestOptions): Promise<GenerateEmbedUrlForAnonymousUserResponse>;
async generateEmbedUrlForRegisteredUser(params: GenerateEmbedUrlForRegisteredUserRequest, opts?: client.RequestOptions): Promise<GenerateEmbedUrlForRegisteredUserResponse>;
async getDashboardEmbedUrl(params: GetDashboardEmbedUrlRequest, opts?: client.RequestOptions): Promise<GetDashboardEmbedUrlResponse>;
async getSessionEmbedUrl(params: GetSessionEmbedUrlRequest, opts?: client.RequestOptions): Promise<GetSessionEmbedUrlResponse>;
async listAnalyses(params: ListAnalysesRequest, opts?: client.RequestOptions): Promise<ListAnalysesResponse>;
async listDashboards(params: ListDashboardsRequest, opts?: client.RequestOptions): Promise<ListDashboardsResponse>;
async listDashboardVersions(params: ListDashboardVersionsRequest, opts?: client.RequestOptions): Promise<ListDashboardVersionsResponse>;
async listDataSets(params: ListDataSetsRequest, opts?: client.RequestOptions): Promise<ListDataSetsResponse>;
async listDataSources(params: ListDataSourcesRequest, opts?: client.RequestOptions): Promise<ListDataSourcesResponse>;
async listFolderMembers(params: ListFolderMembersRequest, opts?: client.RequestOptions): Promise<ListFolderMembersResponse>;
async listFolders(params: ListFoldersRequest, opts?: client.RequestOptions): Promise<ListFoldersResponse>;
async listGroupMemberships(params: ListGroupMembershipsRequest, opts?: client.RequestOptions): Promise<ListGroupMembershipsResponse>;
async listGroups(params: ListGroupsRequest, opts?: client.RequestOptions): Promise<ListGroupsResponse>;
async listIAMPolicyAssignments(params: ListIAMPolicyAssignmentsRequest, opts?: client.RequestOptions): Promise<ListIAMPolicyAssignmentsResponse>;
async listIAMPolicyAssignmentsForUser(params: ListIAMPolicyAssignmentsForUserRequest, opts?: client.RequestOptions): Promise<ListIAMPolicyAssignmentsForUserResponse>;
async listIngestions(params: ListIngestionsRequest, opts?: client.RequestOptions): Promise<ListIngestionsResponse>;
async listNamespaces(params: ListNamespacesRequest, opts?: client.RequestOptions): Promise<ListNamespacesResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listTemplateAliases(params: ListTemplateAliasesRequest, opts?: client.RequestOptions): Promise<ListTemplateAliasesResponse>;
async listTemplates(params: ListTemplatesRequest, opts?: client.RequestOptions): Promise<ListTemplatesResponse>;
async listTemplateVersions(params: ListTemplateVersionsRequest, opts?: client.RequestOptions): Promise<ListTemplateVersionsResponse>;
async listThemeAliases(params: ListThemeAliasesRequest, opts?: client.RequestOptions): Promise<ListThemeAliasesResponse>;
async listThemes(params: ListThemesRequest, opts?: client.RequestOptions): Promise<ListThemesResponse>;
async listThemeVersions(params: ListThemeVersionsRequest, opts?: client.RequestOptions): Promise<ListThemeVersionsResponse>;
async listUserGroups(params: ListUserGroupsRequest, opts?: client.RequestOptions): Promise<ListUserGroupsResponse>;
async listUsers(params: ListUsersRequest, opts?: client.RequestOptions): Promise<ListUsersResponse>;
async registerUser(params: RegisterUserRequest, opts?: client.RequestOptions): Promise<RegisterUserResponse>;
async restoreAnalysis(params: RestoreAnalysisRequest, opts?: client.RequestOptions): Promise<RestoreAnalysisResponse>;
async searchAnalyses(params: SearchAnalysesRequest, opts?: client.RequestOptions): Promise<SearchAnalysesResponse>;
async searchDashboards(params: SearchDashboardsRequest, opts?: client.RequestOptions): Promise<SearchDashboardsResponse>;
async searchFolders(params: SearchFoldersRequest, opts?: client.RequestOptions): Promise<SearchFoldersResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<TagResourceResponse>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<UntagResourceResponse>;
async updateAccountCustomization(params: UpdateAccountCustomizationRequest, opts?: client.RequestOptions): Promise<UpdateAccountCustomizationResponse>;
async updateAccountSettings(params: UpdateAccountSettingsRequest, opts?: client.RequestOptions): Promise<UpdateAccountSettingsResponse>;
async updateAnalysis(params: UpdateAnalysisRequest, opts?: client.RequestOptions): Promise<UpdateAnalysisResponse>;
async updateAnalysisPermissions(params: UpdateAnalysisPermissionsRequest, opts?: client.RequestOptions): Promise<UpdateAnalysisPermissionsResponse>;
async updateDashboard(params: UpdateDashboardRequest, opts?: client.RequestOptions): Promise<UpdateDashboardResponse>;
async updateDashboardPermissions(params: UpdateDashboardPermissionsRequest, opts?: client.RequestOptions): Promise<UpdateDashboardPermissionsResponse>;
async updateDashboardPublishedVersion(params: UpdateDashboardPublishedVersionRequest, opts?: client.RequestOptions): Promise<UpdateDashboardPublishedVersionResponse>;
async updateDataSet(params: UpdateDataSetRequest, opts?: client.RequestOptions): Promise<UpdateDataSetResponse>;
async updateDataSetPermissions(params: UpdateDataSetPermissionsRequest, opts?: client.RequestOptions): Promise<UpdateDataSetPermissionsResponse>;
async updateDataSource(params: UpdateDataSourceRequest, opts?: client.RequestOptions): Promise<UpdateDataSourceResponse>;
async updateDataSourcePermissions(params: UpdateDataSourcePermissionsRequest, opts?: client.RequestOptions): Promise<UpdateDataSourcePermissionsResponse>;
async updateFolder(params: UpdateFolderRequest, opts?: client.RequestOptions): Promise<UpdateFolderResponse>;
async updateFolderPermissions(params: UpdateFolderPermissionsRequest, opts?: client.RequestOptions): Promise<UpdateFolderPermissionsResponse>;
async updateGroup(params: UpdateGroupRequest, opts?: client.RequestOptions): Promise<UpdateGroupResponse>;
async updateIAMPolicyAssignment(params: UpdateIAMPolicyAssignmentRequest, opts?: client.RequestOptions): Promise<UpdateIAMPolicyAssignmentResponse>;
async updateIpRestriction(params: UpdateIpRestrictionRequest, opts?: client.RequestOptions): Promise<UpdateIpRestrictionResponse>;
async updateTemplate(params: UpdateTemplateRequest, opts?: client.RequestOptions): Promise<UpdateTemplateResponse>;
async updateTemplateAlias(params: UpdateTemplateAliasRequest, opts?: client.RequestOptions): Promise<UpdateTemplateAliasResponse>;
async updateTemplatePermissions(params: UpdateTemplatePermissionsRequest, opts?: client.RequestOptions): Promise<UpdateTemplatePermissionsResponse>;
async updateTheme(params: UpdateThemeRequest, opts?: client.RequestOptions): Promise<UpdateThemeResponse>;
async updateThemeAlias(params: UpdateThemeAliasRequest, opts?: client.RequestOptions): Promise<UpdateThemeAliasResponse>;
async updateThemePermissions(params: UpdateThemePermissionsRequest, opts?: client.RequestOptions): Promise<UpdateThemePermissionsResponse>;
async updateUser(params: UpdateUserRequest, opts?: client.RequestOptions): Promise<UpdateUserResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new QuickSight(apiFactory: client.ApiFactory)
[src]

§Methods

§

Cancels an ongoing ingestion of data into SPICE.

§

Creates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, you can add a custom default theme by using the CreateAccountCustomization or UpdateAccountCustomization API operation. To further customize Amazon QuickSight by removing Amazon QuickSight sample assets and videos for all new users, see Customizing Amazon QuickSight in the Amazon QuickSight User Guide.

You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.

Before you use the CreateAccountCustomization API operation to add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the current permissions by using the [DescribeThemePermissions](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeThemePermissions.html) API operation. To share the theme, grant permissions by using the [UpdateThemePermissions](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateThemePermissions.html) API operation.

§

Creates an analysis in Amazon QuickSight.

§

Creates a dashboard from a template. To first create a template, see the [CreateTemplate](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html) API operation.

A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created from analyses. You can share Amazon QuickSight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different Amazon Web Services account.

§

Creates a dataset. This operation doesn't support datasets that include uploaded files as a source.

§

Creates a data source.

§

Creates an empty shared folder.

§

Adds an asset, such as a dashboard, analysis, or dataset into a folder.

§

Creates an Amazon QuickSight group.

The permissions resource is arn:aws:quicksight:us-east-1:_<relevant-aws-account-id>_:group/default/_<group-name>_.

The response is a group object.

§

Adds an Amazon QuickSight user to an Amazon QuickSight group.

§

Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight. Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces, use assignment names that are unique.

§

Creates and starts a new SPICE ingestion for a dataset. You can manually refresh datasets in an Enterprise edition account 32 times in a 24-hour period. You can manually refresh datasets in a Standard edition account 8 times in a 24-hour period. Each 24-hour period is measured starting 24 hours before the current date and time.

Any ingestions operating on tagged datasets inherit the same tags automatically for use in access control. For an example, see How do I create an IAM policy to control access to Amazon EC2 resources using tags? in the Amazon Web Services Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.

§

(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.

A namespace allows you to isolate the Amazon QuickSight users and groups that are registered for that namespace. Users that access the namespace can share assets only with other users or groups in the same namespace. They can't see users and groups in other namespaces. You can create a namespace after your Amazon Web Services account is subscribed to Amazon QuickSight. The namespace must be unique within the Amazon Web Services account. By default, there is a limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a ticket with Amazon Web Services Support.

§

Creates a template from an existing Amazon QuickSight analysis or template. You can use the resulting template to create a dashboard.

A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

§

Creates a template alias for a template.

§

Creates a theme.

A theme is set of configuration options for color and layout. Themes apply to analyses and dashboards. For more information, see Using Themes in Amazon QuickSight in the Amazon QuickSight User Guide.

§

Creates a theme alias for a theme.

§

Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.

§

Deletes an analysis from Amazon QuickSight. You can optionally include a recovery window during which you can restore the analysis. If you don't specify a recovery window value, the operation defaults to 30 days. Amazon QuickSight attaches a DeletionTime stamp to the response that specifies the end of the recovery window. At the end of the recovery window, Amazon QuickSight deletes the analysis permanently.

At any time before recovery window ends, you can use the RestoreAnalysis API operation to remove the DeletionTime stamp and cancel the deletion of the analysis. The analysis remains visible in the API until it's deleted, so you can describe it but you can't make a template from it.

An analysis that's scheduled for deletion isn't accessible in the Amazon QuickSight console. To access it in the console, restore it. Deleting an analysis doesn't delete the dashboards that you publish from it.

§

Deletes a dashboard.

§

Deletes a dataset.

§

Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source.

§

Deletes an empty folder.

§

Removes an asset, such as a dashboard, analysis, or dataset, from a folder.

§

Removes a user group from Amazon QuickSight.

§

Removes a user from a group so that the user is no longer a member of the group.

§

Deletes an existing IAM policy assignment.

§

Deletes a namespace and the users and groups that are associated with the namespace. This is an asynchronous process. Assets including dashboards, analyses, datasets and data sources are not deleted. To delete these assets, you use the API operations for the relevant asset.

§

Deletes a template.

§

Deletes the item that the specified template alias points to. If you provide a specific alias, you delete the version of the template that the alias points to.

§

Deletes a theme.

§

Deletes the version of the theme that the specified theme alias points to. If you provide a specific alias, you delete the version of the theme that the alias points to.

§

Deletes the Amazon QuickSight user that is associated with the identity of the Identity and Access Management (IAM) user or role that's making the call. The IAM user isn't deleted as a result of this call.

§

Deletes a user identified by its principal ID.

§

Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which customizations to apply by running this API operation with the Resolved flag included.

To determine what customizations display when you run this command, it can help to visualize the relationship of the entities involved.

  • Amazon Web Services account - The Amazon Web Services account exists at the top of the hierarchy. It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region. That's where your free SPICE capacity is located. You can use Amazon QuickSight in any supported Amazon Web Services Region.
  • Amazon Web Services Region - In each Amazon Web Services Region where you sign in to Amazon QuickSight at least once, Amazon QuickSight acts as a separate instance of the same service. If you have a user directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have access to Amazon QuickSight in any Amazon Web Services Region, unless they are constrained to a namespace. To run the command in a different Amazon Web Services Region, you change your Region settings. If you're using the CLI, you can use one of the following options:
  • Namespace - A QuickSight namespace is a partition that contains users and assets (data sources, datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also be part of the same namespace. People who share a namespace are completely isolated from users and assets in other namespaces, even if they are in the same Amazon Web Services account and Amazon Web Services Region.
  • Applied customizations - Within an Amazon Web Services Region, a set of Amazon QuickSight customizations can apply to an Amazon Web Services account or to a namespace. Settings that you apply to a namespace override settings that you apply to an Amazon Web Services account. All settings are isolated to a single Amazon Web Services Region. To apply them in other Amazon Web Services Regions, run the CreateAccountCustomization command in each Amazon Web Services Region where you want to apply the same customizations.
§

Describes the settings that were used when your Amazon QuickSight subscription was first created in this Amazon Web Services account.

§

Provides a summary of the metadata for an analysis.

§

Provides the read and write permissions for an analysis.

§

Provides a summary for a dashboard.

§

Describes read and write permissions for a dashboard.

§

Describes a dataset. This operation doesn't support datasets that include uploaded files as a source.

§

Describes the permissions on a dataset.

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id.

§

Describes a data source.

§

Describes the resource permissions for a data source.

§

Describes a folder.

§

Describes permissions for a folder.

§

Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the inherited permissions from the ancestor folders.

§

Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).

§

Describes an existing IAM policy assignment, as specified by the assignment name.

§

Describes a SPICE ingestion.

§

Provides a summary and status of IP rules.

§

Describes the current namespace.

§

Describes a template's metadata.

§

Describes the template alias for a template.

§

Describes read and write permissions on a template.

§

Describes a theme.

§

Describes the alias for a theme.

§

Describes the read and write permissions for a theme.

§

Returns information about a user, given the user name.

§

Generates an embed URL that you can use to embed an Amazon QuickSight dashboard in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions.

The following rules apply to the generated URL:

  • It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.
  • The URL validity period should not be confused with the actual session lifetime that can be customized using the [SessionLifetimeInMinutes](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForAnonymousUser.html#QS-GenerateEmbedUrlForAnonymousUser-request-SessionLifetimeInMinutes) parameter. The resulting user session is valid for 15 minutes (default) to 10 hours (maximum).
  • You are charged only when the URL is used or there is interaction with Amazon QuickSight.

For more information, see Embedded Analytics in the Amazon QuickSight User Guide.

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.

§

Generates an embed URL that you can use to embed an Amazon QuickSight experience in your website. This action can be used for any type of user registered in an Amazon QuickSight account. Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.

The following rules apply to the generated URL:

  • It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.
  • The URL validity period should not be confused with the actual session lifetime that can be customized using the [SessionLifetimeInMinutes](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html#QS-GenerateEmbedUrlForRegisteredUser-request-SessionLifetimeInMinutes) parameter. The resulting user session is valid for 15 minutes (default) to 10 hours (maximum).
  • You are charged only when the URL is used or there is interaction with Amazon QuickSight.

For more information, see Embedded Analytics in the Amazon QuickSight User Guide.

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.

§

Generates a session URL and authorization code that you can use to embed an Amazon Amazon QuickSight read-only dashboard in your web server code. Before you use this command, make sure that you have configured the dashboards and permissions.

Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the combination of URL and authorization code:

  • They must be used together.
  • They can be used one time only.
  • They are valid for 5 minutes after you run this command.
  • The resulting user session is valid for 10 hours.

For more information, see Embedding Analytics Using GetDashboardEmbedUrl in the Amazon QuickSight User Guide.

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.

§

Generates a session URL and authorization code that you can use to embed the Amazon Amazon QuickSight console in your web server code. Use GetSessionEmbedUrl where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who access an embedded Amazon QuickSight console need belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the [UpdateUser](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html) API operation. Use [RegisterUser](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html) API operation to add a new user with a custom permission profile attached. For more information, see the following sections in the Amazon QuickSight User Guide:

§

Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.

§

Lists dashboards in an Amazon Web Services account.

§

Lists all the versions of the dashboards in the Amazon QuickSight subscription.

§

Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*.

§

Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.

§

List all assets (DASHBOARD, ANALYSIS, and DATASET) in a folder.

§

Lists all folders in an account.

§

Lists member users in a group.

§

Lists all user groups in Amazon QuickSight.

§

Lists IAM policy assignments in the current Amazon QuickSight account.

§

Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM policies assigned to the specified user and group or groups that the user belongs to.

§

Lists the history of SPICE ingestions for a dataset.

§

Lists the namespaces for the specified Amazon Web Services account.

§

Lists the tags assigned to a resource.

§

Lists all the aliases of a template.

§

Lists all the templates in the current Amazon QuickSight account.

§

Lists all the versions of the templates in the current Amazon QuickSight account.

§

Lists all the aliases of a theme.

§

Lists all the themes in the current Amazon Web Services account.

§

Lists all the versions of the themes in the current Amazon Web Services account.

§

Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.

§

Returns a list of all of the Amazon QuickSight users belonging to this account.

§

Creates an Amazon QuickSight user, whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request.

§

Restores an analysis.

§

Searches for analyses that belong to the user specified in the filter.

Note: This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

§

Searches for dashboards that belong to a user.

Note: This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

§

Searches the subfolders in a folder.

§

Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, and template.

Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for the following:

  • You can't use tags to track costs for Amazon QuickSight. This isn't possible because you can't tag the resources that Amazon QuickSight costs are based on, for example Amazon QuickSight storage capacity (SPICE), number of users, type of users, and usage metrics.
  • Amazon QuickSight doesn't currently support the tag editor for Resource Groups.
§

Removes a tag or tags from a resource.

§

Updates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, the only customization you can use is a theme.

You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.

§

Updates the Amazon QuickSight settings in your Amazon Web Services account.

§

Updates an analysis in Amazon QuickSight

§

Updates the read and write permissions for an analysis.

§

Updates a dashboard in an Amazon Web Services account.

Note: Updating a Dashboard creates a new dashboard version but does not immediately publish the new version. You can update the published version of a dashboard by using the [UpdateDashboardPublishedVersion](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateDashboardPublishedVersion.html) API operation.

§

Updates read and write permissions on a dashboard.

§

Updates the published version of a dashboard.

§

Updates a dataset. This operation doesn't support datasets that include uploaded files as a source.

§

Updates the permissions on a dataset.

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id.

§

Updates a data source.

§

Updates the permissions to a data source.

§

Updates the name of a folder.

§

Updates permissions of a folder.

§

Changes a group description.

§

Updates an existing IAM policy assignment. This operation updates only the optional parameter or parameters that are specified in the request. This overwrites all of the users included in Identities.

§

Updates the content and status of IP rules. To use this operation, you need to provide the entire map of rules. You can use the DescribeIpRestriction operation to get the current rule map.

§

Updates a template from an existing Amazon QuickSight analysis or another template.

§

Updates the template alias of a template.

§

Updates the resource permissions for a template.

§

Updates a theme.

§

Updates an alias of a theme.

§

Updates the resource permissions for a theme. Permissions apply to the action to grant or revoke permissions on, for example "quicksight:DescribeTheme".

Theme permissions apply in groupings. Valid groupings include the following for the three levels of permissions, which are user, owner, or no permissions:

  • User
    • "quicksight:DescribeTheme"
      
    • "quicksight:DescribeThemeAlias"
      
    • "quicksight:ListThemeAliases"
      
    • "quicksight:ListThemeVersions"
      
  • Owner
    • "quicksight:DescribeTheme"
      
    • "quicksight:DescribeThemeAlias"
      
    • "quicksight:ListThemeAliases"
      
    • "quicksight:ListThemeVersions"
      
    • "quicksight:DeleteTheme"
      
    • "quicksight:UpdateTheme"
      
    • "quicksight:CreateThemeAlias"
      
    • "quicksight:DeleteThemeAlias"
      
    • "quicksight:UpdateThemeAlias"
      
    • "quicksight:UpdateThemePermissions"
      
    • "quicksight:DescribeThemePermissions"
      
  • To specify no permissions, omit the permissions list.
§

Updates an Amazon QuickSight user.

§Static Properties