![]() |
![]()
| ![]() |
![]()
NAMEPaws::Quicksight - Perl Interface to AWS Amazon QuickSight SYNOPSISuse Paws; my $obj = Paws->service('Quicksight'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); DESCRIPTIONAmazon QuickSight API Reference Amazon QuickSight is a fully managed, serverless business intelligence service for the AWS Cloud that makes it easy to extend data and insights to every user in your organization. This API reference contains documentation for a programming interface that you can use to manage Amazon QuickSight. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01> METHODSCancelIngestionEach argument is described in detail in: Paws::Quicksight::CancelIngestion Returns: a Paws::Quicksight::CancelIngestionResponse instance Cancels an ongoing ingestion of data into SPICE. CreateAccountCustomization
Each argument is described in detail in: Paws::Quicksight::CreateAccountCustomization Returns: a Paws::Quicksight::CreateAccountCustomizationResponse instance Creates Amazon QuickSight customizations the current AWS Region. Currently, you can add a custom default theme by using the "CreateAccountCustomization" or "UpdateAccountCustomization" API operation. To further customize QuickSight by removing QuickSight sample assets and videos for all new users, see Customizing QuickSight (https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html) in the Amazon QuickSight User Guide. You can create customizations for your AWS 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 AWS 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 " API operation. To share the theme, grant permissions by using the " UpdateThemePermissions " API operation. CreateAnalysis
Each argument is described in detail in: Paws::Quicksight::CreateAnalysis Returns: a Paws::Quicksight::CreateAnalysisResponse instance Creates an analysis in Amazon QuickSight. CreateDashboard
Each argument is described in detail in: Paws::Quicksight::CreateDashboard Returns: a Paws::Quicksight::CreateDashboardResponse instance Creates a dashboard from a template. To first create a template, see the " CreateTemplate " API operation. A dashboard is an entity in QuickSight that identifies QuickSight reports, created from analyses. You can share 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 AWS account. CreateDataSet
Each argument is described in detail in: Paws::Quicksight::CreateDataSet Returns: a Paws::Quicksight::CreateDataSetResponse instance Creates a dataset. CreateDataSource
Each argument is described in detail in: Paws::Quicksight::CreateDataSource Returns: a Paws::Quicksight::CreateDataSourceResponse instance Creates a data source. CreateFolder
Each argument is described in detail in: Paws::Quicksight::CreateFolder Returns: a Paws::Quicksight::CreateFolderResponse instance Creates an empty shared folder. CreateFolderMembershipEach argument is described in detail in: Paws::Quicksight::CreateFolderMembership Returns: a Paws::Quicksight::CreateFolderMembershipResponse instance Adds an asset, such as a dashboard, analysis, or dataset into a folder. CreateGroup
Each argument is described in detail in: Paws::Quicksight::CreateGroup Returns: a Paws::Quicksight::CreateGroupResponse instance 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. CreateGroupMembershipEach argument is described in detail in: Paws::Quicksight::CreateGroupMembership Returns: a Paws::Quicksight::CreateGroupMembershipResponse instance Adds an Amazon QuickSight user to an Amazon QuickSight group. CreateIAMPolicyAssignment
Each argument is described in detail in: Paws::Quicksight::CreateIAMPolicyAssignment Returns: a Paws::Quicksight::CreateIAMPolicyAssignmentResponse instance 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 AWS account. To avoid overwriting rules in other namespaces, use assignment names that are unique. CreateIngestionEach argument is described in detail in: Paws::Quicksight::CreateIngestion Returns: a Paws::Quicksight::CreateIngestionResponse instance Creates and starts a new SPICE ingestion on a dataset 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? (http://aws.amazon.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/) in the AWS Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource. CreateNamespace
Each argument is described in detail in: Paws::Quicksight::CreateNamespace Returns: a Paws::Quicksight::CreateNamespaceResponse instance (Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight. A namespace allows you to isolate the 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 AWS account is subscribed to QuickSight. The namespace must be unique within the AWS account. By default, there is a limit of 100 namespaces per AWS account. To increase your limit, create a ticket with AWS Support. CreateTemplate
Each argument is described in detail in: Paws::Quicksight::CreateTemplate Returns: a Paws::Quicksight::CreateTemplateResponse instance Creates a template from an existing QuickSight analysis or template. You can use the resulting template to create a dashboard. A template is an entity in 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. CreateTemplateAliasEach argument is described in detail in: Paws::Quicksight::CreateTemplateAlias Returns: a Paws::Quicksight::CreateTemplateAliasResponse instance Creates a template alias for a template. CreateTheme
Each argument is described in detail in: Paws::Quicksight::CreateTheme Returns: a Paws::Quicksight::CreateThemeResponse instance 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 (https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html) in the Amazon QuickSight User Guide. CreateThemeAliasEach argument is described in detail in: Paws::Quicksight::CreateThemeAlias Returns: a Paws::Quicksight::CreateThemeAliasResponse instance Creates a theme alias for a theme. DeleteAccountCustomization
Each argument is described in detail in: Paws::Quicksight::DeleteAccountCustomization Returns: a Paws::Quicksight::DeleteAccountCustomizationResponse instance Deletes all Amazon QuickSight customizations in this AWS Region for the specified AWS account and QuickSight namespace. DeleteAnalysis
Each argument is described in detail in: Paws::Quicksight::DeleteAnalysis Returns: a Paws::Quicksight::DeleteAnalysisResponse instance 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. QuickSight attaches a "DeletionTime" stamp to the response that specifies the end of the recovery window. At the end of the recovery window, 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 QuickSight console. To access it in the console, restore it. Deleting an analysis doesn't delete the dashboards that you publish from it. DeleteDashboard
Each argument is described in detail in: Paws::Quicksight::DeleteDashboard Returns: a Paws::Quicksight::DeleteDashboardResponse instance Deletes a dashboard. DeleteDataSetEach argument is described in detail in: Paws::Quicksight::DeleteDataSet Returns: a Paws::Quicksight::DeleteDataSetResponse instance Deletes a dataset. DeleteDataSourceEach argument is described in detail in: Paws::Quicksight::DeleteDataSource Returns: a Paws::Quicksight::DeleteDataSourceResponse instance Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source. DeleteFolderEach argument is described in detail in: Paws::Quicksight::DeleteFolder Returns: a Paws::Quicksight::DeleteFolderResponse instance Deletes an empty folder. DeleteFolderMembershipEach argument is described in detail in: Paws::Quicksight::DeleteFolderMembership Returns: a Paws::Quicksight::DeleteFolderMembershipResponse instance Removes an asset, such as a dashboard, analysis, or dataset, from a folder. DeleteGroupEach argument is described in detail in: Paws::Quicksight::DeleteGroup Returns: a Paws::Quicksight::DeleteGroupResponse instance Removes a user group from Amazon QuickSight. DeleteGroupMembershipEach argument is described in detail in: Paws::Quicksight::DeleteGroupMembership Returns: a Paws::Quicksight::DeleteGroupMembershipResponse instance Removes a user from a group so that the user is no longer a member of the group. DeleteIAMPolicyAssignmentEach argument is described in detail in: Paws::Quicksight::DeleteIAMPolicyAssignment Returns: a Paws::Quicksight::DeleteIAMPolicyAssignmentResponse instance Deletes an existing IAM policy assignment. DeleteNamespaceEach argument is described in detail in: Paws::Quicksight::DeleteNamespace Returns: a Paws::Quicksight::DeleteNamespaceResponse instance 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. DeleteTemplate
Each argument is described in detail in: Paws::Quicksight::DeleteTemplate Returns: a Paws::Quicksight::DeleteTemplateResponse instance Deletes a template. DeleteTemplateAliasEach argument is described in detail in: Paws::Quicksight::DeleteTemplateAlias Returns: a Paws::Quicksight::DeleteTemplateAliasResponse instance 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. DeleteTheme
Each argument is described in detail in: Paws::Quicksight::DeleteTheme Returns: a Paws::Quicksight::DeleteThemeResponse instance Deletes a theme. DeleteThemeAliasEach argument is described in detail in: Paws::Quicksight::DeleteThemeAlias Returns: a Paws::Quicksight::DeleteThemeAliasResponse instance 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. DeleteUserEach argument is described in detail in: Paws::Quicksight::DeleteUser Returns: a Paws::Quicksight::DeleteUserResponse instance Deletes the Amazon QuickSight user that is associated with the identity of the AWS 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. DeleteUserByPrincipalIdEach argument is described in detail in: Paws::Quicksight::DeleteUserByPrincipalId Returns: a Paws::Quicksight::DeleteUserByPrincipalIdResponse instance Deletes a user identified by its principal ID. DescribeAccountCustomization
Each argument is described in detail in: Paws::Quicksight::DescribeAccountCustomization Returns: a Paws::Quicksight::DescribeAccountCustomizationResponse instance Describes the customizations associated with the provided AWS account and Amazon QuickSight namespace in an AWS Region. The 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.
DescribeAccountSettingsEach argument is described in detail in: Paws::Quicksight::DescribeAccountSettings Returns: a Paws::Quicksight::DescribeAccountSettingsResponse instance Describes the settings that were used when your QuickSight subscription was first created in this AWS account. DescribeAnalysisEach argument is described in detail in: Paws::Quicksight::DescribeAnalysis Returns: a Paws::Quicksight::DescribeAnalysisResponse instance Provides a summary of the metadata for an analysis. DescribeAnalysisPermissionsEach argument is described in detail in: Paws::Quicksight::DescribeAnalysisPermissions Returns: a Paws::Quicksight::DescribeAnalysisPermissionsResponse instance Provides the read and write permissions for an analysis. DescribeDashboard
Each argument is described in detail in: Paws::Quicksight::DescribeDashboard Returns: a Paws::Quicksight::DescribeDashboardResponse instance Provides a summary for a dashboard. DescribeDashboardPermissionsEach argument is described in detail in: Paws::Quicksight::DescribeDashboardPermissions Returns: a Paws::Quicksight::DescribeDashboardPermissionsResponse instance Describes read and write permissions for a dashboard. DescribeDataSetEach argument is described in detail in: Paws::Quicksight::DescribeDataSet Returns: a Paws::Quicksight::DescribeDataSetResponse instance Describes a dataset. DescribeDataSetPermissionsEach argument is described in detail in: Paws::Quicksight::DescribeDataSetPermissions Returns: a Paws::Quicksight::DescribeDataSetPermissionsResponse instance Describes the permissions on a dataset. The permissions resource is "arn:aws:quicksight:region:aws-account-id:dataset/data-set-id". DescribeDataSourceEach argument is described in detail in: Paws::Quicksight::DescribeDataSource Returns: a Paws::Quicksight::DescribeDataSourceResponse instance Describes a data source. DescribeDataSourcePermissionsEach argument is described in detail in: Paws::Quicksight::DescribeDataSourcePermissions Returns: a Paws::Quicksight::DescribeDataSourcePermissionsResponse instance Describes the resource permissions for a data source. DescribeFolderEach argument is described in detail in: Paws::Quicksight::DescribeFolder Returns: a Paws::Quicksight::DescribeFolderResponse instance Describes a folder. DescribeFolderPermissionsEach argument is described in detail in: Paws::Quicksight::DescribeFolderPermissions Returns: a Paws::Quicksight::DescribeFolderPermissionsResponse instance Describes permissions for a folder. DescribeFolderResolvedPermissionsEach argument is described in detail in: Paws::Quicksight::DescribeFolderResolvedPermissions Returns: a Paws::Quicksight::DescribeFolderResolvedPermissionsResponse instance Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the inherited permissions from the ancestor folders. DescribeGroupEach argument is described in detail in: Paws::Quicksight::DescribeGroup Returns: a Paws::Quicksight::DescribeGroupResponse instance Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN). DescribeIAMPolicyAssignmentEach argument is described in detail in: Paws::Quicksight::DescribeIAMPolicyAssignment Returns: a Paws::Quicksight::DescribeIAMPolicyAssignmentResponse instance Describes an existing IAM policy assignment, as specified by the assignment name. DescribeIngestionEach argument is described in detail in: Paws::Quicksight::DescribeIngestion Returns: a Paws::Quicksight::DescribeIngestionResponse instance Describes a SPICE ingestion. DescribeNamespaceEach argument is described in detail in: Paws::Quicksight::DescribeNamespace Returns: a Paws::Quicksight::DescribeNamespaceResponse instance Describes the current namespace. DescribeTemplate
Each argument is described in detail in: Paws::Quicksight::DescribeTemplate Returns: a Paws::Quicksight::DescribeTemplateResponse instance Describes a template's metadata. DescribeTemplateAliasEach argument is described in detail in: Paws::Quicksight::DescribeTemplateAlias Returns: a Paws::Quicksight::DescribeTemplateAliasResponse instance Describes the template alias for a template. DescribeTemplatePermissionsEach argument is described in detail in: Paws::Quicksight::DescribeTemplatePermissions Returns: a Paws::Quicksight::DescribeTemplatePermissionsResponse instance Describes read and write permissions on a template. DescribeTheme
Each argument is described in detail in: Paws::Quicksight::DescribeTheme Returns: a Paws::Quicksight::DescribeThemeResponse instance Describes a theme. DescribeThemeAliasEach argument is described in detail in: Paws::Quicksight::DescribeThemeAlias Returns: a Paws::Quicksight::DescribeThemeAliasResponse instance Describes the alias for a theme. DescribeThemePermissionsEach argument is described in detail in: Paws::Quicksight::DescribeThemePermissions Returns: a Paws::Quicksight::DescribeThemePermissionsResponse instance Describes the read and write permissions for a theme. DescribeUserEach argument is described in detail in: Paws::Quicksight::DescribeUser Returns: a Paws::Quicksight::DescribeUserResponse instance Returns information about a user, given the user name. GetDashboardEmbedUrl
Each argument is described in detail in: Paws::Quicksight::GetDashboardEmbedUrl Returns: a Paws::Quicksight::GetDashboardEmbedUrlResponse instance Generates a session URL and authorization code that you can use to embed an 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:
For more information, see Embedded Analytics (https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html) in the Amazon QuickSight User Guide. GetSessionEmbedUrl
Each argument is described in detail in: Paws::Quicksight::GetSessionEmbedUrl Returns: a Paws::Quicksight::GetSessionEmbedUrlResponse instance Generates a session URL and authorization code that you can use to embed the 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 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 " API operation. Use " RegisterUser " 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:
ListAnalyses
Each argument is described in detail in: Paws::Quicksight::ListAnalyses Returns: a Paws::Quicksight::ListAnalysesResponse instance Lists Amazon QuickSight analyses that exist in the specified AWS account. ListDashboards
Each argument is described in detail in: Paws::Quicksight::ListDashboards Returns: a Paws::Quicksight::ListDashboardsResponse instance Lists dashboards in an AWS account. ListDashboardVersions
Each argument is described in detail in: Paws::Quicksight::ListDashboardVersions Returns: a Paws::Quicksight::ListDashboardVersionsResponse instance Lists all the versions of the dashboards in the QuickSight subscription. ListDataSets
Each argument is described in detail in: Paws::Quicksight::ListDataSets Returns: a Paws::Quicksight::ListDataSetsResponse instance Lists all of the datasets belonging to the current AWS account in an AWS Region. The permissions resource is "arn:aws:quicksight:region:aws-account-id:dataset/*". ListDataSources
Each argument is described in detail in: Paws::Quicksight::ListDataSources Returns: a Paws::Quicksight::ListDataSourcesResponse instance Lists data sources in current AWS Region that belong to this AWS account. ListFolderMembers
Each argument is described in detail in: Paws::Quicksight::ListFolderMembers Returns: a Paws::Quicksight::ListFolderMembersResponse instance List all assets ("DASHBOARD", "ANALYSIS", and "DATASET") in a folder. ListFolders
Each argument is described in detail in: Paws::Quicksight::ListFolders Returns: a Paws::Quicksight::ListFoldersResponse instance Lists all folders in an account. ListGroupMemberships
Each argument is described in detail in: Paws::Quicksight::ListGroupMemberships Returns: a Paws::Quicksight::ListGroupMembershipsResponse instance Lists member users in a group. ListGroups
Each argument is described in detail in: Paws::Quicksight::ListGroups Returns: a Paws::Quicksight::ListGroupsResponse instance Lists all user groups in Amazon QuickSight. ListIAMPolicyAssignments
Each argument is described in detail in: Paws::Quicksight::ListIAMPolicyAssignments Returns: a Paws::Quicksight::ListIAMPolicyAssignmentsResponse instance Lists IAM policy assignments in the current Amazon QuickSight account. ListIAMPolicyAssignmentsForUser
Each argument is described in detail in: Paws::Quicksight::ListIAMPolicyAssignmentsForUser Returns: a Paws::Quicksight::ListIAMPolicyAssignmentsForUserResponse instance 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. ListIngestions
Each argument is described in detail in: Paws::Quicksight::ListIngestions Returns: a Paws::Quicksight::ListIngestionsResponse instance Lists the history of SPICE ingestions for a dataset. ListNamespaces
Each argument is described in detail in: Paws::Quicksight::ListNamespaces Returns: a Paws::Quicksight::ListNamespacesResponse instance Lists the namespaces for the specified AWS account. ListTagsForResourceEach argument is described in detail in: Paws::Quicksight::ListTagsForResource Returns: a Paws::Quicksight::ListTagsForResourceResponse instance Lists the tags assigned to a resource. ListTemplateAliases
Each argument is described in detail in: Paws::Quicksight::ListTemplateAliases Returns: a Paws::Quicksight::ListTemplateAliasesResponse instance Lists all the aliases of a template. ListTemplates
Each argument is described in detail in: Paws::Quicksight::ListTemplates Returns: a Paws::Quicksight::ListTemplatesResponse instance Lists all the templates in the current Amazon QuickSight account. ListTemplateVersions
Each argument is described in detail in: Paws::Quicksight::ListTemplateVersions Returns: a Paws::Quicksight::ListTemplateVersionsResponse instance Lists all the versions of the templates in the current Amazon QuickSight account. ListThemeAliases
Each argument is described in detail in: Paws::Quicksight::ListThemeAliases Returns: a Paws::Quicksight::ListThemeAliasesResponse instance Lists all the aliases of a theme. ListThemes
Each argument is described in detail in: Paws::Quicksight::ListThemes Returns: a Paws::Quicksight::ListThemesResponse instance Lists all the themes in the current AWS account. ListThemeVersions
Each argument is described in detail in: Paws::Quicksight::ListThemeVersions Returns: a Paws::Quicksight::ListThemeVersionsResponse instance Lists all the versions of the themes in the current AWS account. ListUserGroups
Each argument is described in detail in: Paws::Quicksight::ListUserGroups Returns: a Paws::Quicksight::ListUserGroupsResponse instance Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of. ListUsers
Each argument is described in detail in: Paws::Quicksight::ListUsers Returns: a Paws::Quicksight::ListUsersResponse instance Returns a list of all of the Amazon QuickSight users belonging to this account. RegisterUser
Each argument is described in detail in: Paws::Quicksight::RegisterUser Returns: a Paws::Quicksight::RegisterUserResponse instance Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity and Access Management (IAM) identity or role specified in the request. RestoreAnalysisEach argument is described in detail in: Paws::Quicksight::RestoreAnalysis Returns: a Paws::Quicksight::RestoreAnalysisResponse instance Restores an analysis. SearchAnalyses
Each argument is described in detail in: Paws::Quicksight::SearchAnalyses Returns: a Paws::Quicksight::SearchAnalysesResponse instance Searches for analyses that belong to the user specified in the filter. SearchDashboards
Each argument is described in detail in: Paws::Quicksight::SearchDashboards Returns: a Paws::Quicksight::SearchDashboardsResponse instance Searches for dashboards that belong to a user. SearchFolders
Each argument is described in detail in: Paws::Quicksight::SearchFolders Returns: a Paws::Quicksight::SearchFoldersResponse instance Searches the subfolders in a folder. TagResourceEach argument is described in detail in: Paws::Quicksight::TagResource Returns: a Paws::Quicksight::TagResourceResponse instance Assigns one or more tags (key-value pairs) to the specified 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. QuickSight supports tagging on data set, data source, dashboard, and template. Tagging for QuickSight works in a similar way to tagging for other AWS services, except for the following:
UntagResourceEach argument is described in detail in: Paws::Quicksight::UntagResource Returns: a Paws::Quicksight::UntagResourceResponse instance Removes a tag or tags from a resource. UpdateAccountCustomization
Each argument is described in detail in: Paws::Quicksight::UpdateAccountCustomization Returns: a Paws::Quicksight::UpdateAccountCustomizationResponse instance Updates Amazon QuickSight customizations the current AWS Region. Currently, the only customization you can use is a theme. You can use customizations for your AWS account or, if you specify a namespace, for a QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an AWS account. To find out which customizations apply, use the "DescribeAccountCustomization" API operation. UpdateAccountSettings
Each argument is described in detail in: Paws::Quicksight::UpdateAccountSettings Returns: a Paws::Quicksight::UpdateAccountSettingsResponse instance Updates the Amazon QuickSight settings in your AWS account. UpdateAnalysis
Each argument is described in detail in: Paws::Quicksight::UpdateAnalysis Returns: a Paws::Quicksight::UpdateAnalysisResponse instance Updates an analysis in Amazon QuickSight UpdateAnalysisPermissions
Each argument is described in detail in: Paws::Quicksight::UpdateAnalysisPermissions Returns: a Paws::Quicksight::UpdateAnalysisPermissionsResponse instance Updates the read and write permissions for an analysis. UpdateDashboard
Each argument is described in detail in: Paws::Quicksight::UpdateDashboard Returns: a Paws::Quicksight::UpdateDashboardResponse instance Updates a dashboard in an AWS account. UpdateDashboardPermissions
Each argument is described in detail in: Paws::Quicksight::UpdateDashboardPermissions Returns: a Paws::Quicksight::UpdateDashboardPermissionsResponse instance Updates read and write permissions on a dashboard. UpdateDashboardPublishedVersionEach argument is described in detail in: Paws::Quicksight::UpdateDashboardPublishedVersion Returns: a Paws::Quicksight::UpdateDashboardPublishedVersionResponse instance Updates the published version of a dashboard. UpdateDataSet
Each argument is described in detail in: Paws::Quicksight::UpdateDataSet Returns: a Paws::Quicksight::UpdateDataSetResponse instance Updates a dataset. UpdateDataSetPermissions
Each argument is described in detail in: Paws::Quicksight::UpdateDataSetPermissions Returns: a Paws::Quicksight::UpdateDataSetPermissionsResponse instance Updates the permissions on a dataset. The permissions resource is "arn:aws:quicksight:region:aws-account-id:dataset/data-set-id". UpdateDataSource
Each argument is described in detail in: Paws::Quicksight::UpdateDataSource Returns: a Paws::Quicksight::UpdateDataSourceResponse instance Updates a data source. UpdateDataSourcePermissions
Each argument is described in detail in: Paws::Quicksight::UpdateDataSourcePermissions Returns: a Paws::Quicksight::UpdateDataSourcePermissionsResponse instance Updates the permissions to a data source. UpdateFolderEach argument is described in detail in: Paws::Quicksight::UpdateFolder Returns: a Paws::Quicksight::UpdateFolderResponse instance Updates the name of a folder. UpdateFolderPermissions
Each argument is described in detail in: Paws::Quicksight::UpdateFolderPermissions Returns: a Paws::Quicksight::UpdateFolderPermissionsResponse instance Updates permissions of a folder. UpdateGroup
Each argument is described in detail in: Paws::Quicksight::UpdateGroup Returns: a Paws::Quicksight::UpdateGroupResponse instance Changes a group description. UpdateIAMPolicyAssignment
Each argument is described in detail in: Paws::Quicksight::UpdateIAMPolicyAssignment Returns: a Paws::Quicksight::UpdateIAMPolicyAssignmentResponse instance 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". UpdateTemplate
Each argument is described in detail in: Paws::Quicksight::UpdateTemplate Returns: a Paws::Quicksight::UpdateTemplateResponse instance Updates a template from an existing Amazon QuickSight analysis or another template. UpdateTemplateAliasEach argument is described in detail in: Paws::Quicksight::UpdateTemplateAlias Returns: a Paws::Quicksight::UpdateTemplateAliasResponse instance Updates the template alias of a template. UpdateTemplatePermissions
Each argument is described in detail in: Paws::Quicksight::UpdateTemplatePermissions Returns: a Paws::Quicksight::UpdateTemplatePermissionsResponse instance Updates the resource permissions for a template. UpdateTheme
Each argument is described in detail in: Paws::Quicksight::UpdateTheme Returns: a Paws::Quicksight::UpdateThemeResponse instance Updates a theme. UpdateThemeAliasEach argument is described in detail in: Paws::Quicksight::UpdateThemeAlias Returns: a Paws::Quicksight::UpdateThemeAliasResponse instance Updates an alias of a theme. UpdateThemePermissions
Each argument is described in detail in: Paws::Quicksight::UpdateThemePermissions Returns: a Paws::Quicksight::UpdateThemePermissionsResponse instance 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:
UpdateUser
Each argument is described in detail in: Paws::Quicksight::UpdateUser Returns: a Paws::Quicksight::UpdateUserResponse instance Updates an Amazon QuickSight user. PAGINATORSPaginator methods are helpers that repetively call methods that return partial results ListAllAnalyses(sub { },AwsAccountId => Str, [MaxResults => Int, NextToken => Str])ListAllAnalyses(AwsAccountId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - AnalysisSummaryList, passing the object as the first parameter, and the string 'AnalysisSummaryList' as the second parameter If not, it will return a a Paws::Quicksight::ListAnalysesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllDashboards(sub { },AwsAccountId => Str, [MaxResults => Int, NextToken => Str])ListAllDashboards(AwsAccountId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - DashboardSummaryList, passing the object as the first parameter, and the string 'DashboardSummaryList' as the second parameter If not, it will return a a Paws::Quicksight::ListDashboardsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllDashboardVersions(sub { },AwsAccountId => Str, DashboardId => Str, [MaxResults => Int, NextToken => Str])ListAllDashboardVersions(AwsAccountId => Str, DashboardId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - DashboardVersionSummaryList, passing the object as the first parameter, and the string 'DashboardVersionSummaryList' as the second parameter If not, it will return a a Paws::Quicksight::ListDashboardVersionsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllDataSets(sub { },AwsAccountId => Str, [MaxResults => Int, NextToken => Str])ListAllDataSets(AwsAccountId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - DataSetSummaries, passing the object as the first parameter, and the string 'DataSetSummaries' as the second parameter If not, it will return a a Paws::Quicksight::ListDataSetsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllDataSources(sub { },AwsAccountId => Str, [MaxResults => Int, NextToken => Str])ListAllDataSources(AwsAccountId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - DataSources, passing the object as the first parameter, and the string 'DataSources' as the second parameter If not, it will return a a Paws::Quicksight::ListDataSourcesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllIngestions(sub { },AwsAccountId => Str, DataSetId => Str, [MaxResults => Int, NextToken => Str])ListAllIngestions(AwsAccountId => Str, DataSetId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - Ingestions, passing the object as the first parameter, and the string 'Ingestions' as the second parameter If not, it will return a a Paws::Quicksight::ListIngestionsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllNamespaces(sub { },AwsAccountId => Str, [MaxResults => Int, NextToken => Str])ListAllNamespaces(AwsAccountId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - Namespaces, passing the object as the first parameter, and the string 'Namespaces' as the second parameter If not, it will return a a Paws::Quicksight::ListNamespacesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllTemplateAliases(sub { },AwsAccountId => Str, TemplateId => Str, [MaxResults => Int, NextToken => Str])ListAllTemplateAliases(AwsAccountId => Str, TemplateId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - TemplateAliasList, passing the object as the first parameter, and the string 'TemplateAliasList' as the second parameter If not, it will return a a Paws::Quicksight::ListTemplateAliasesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllTemplates(sub { },AwsAccountId => Str, [MaxResults => Int, NextToken => Str])ListAllTemplates(AwsAccountId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - TemplateSummaryList, passing the object as the first parameter, and the string 'TemplateSummaryList' as the second parameter If not, it will return a a Paws::Quicksight::ListTemplatesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllTemplateVersions(sub { },AwsAccountId => Str, TemplateId => Str, [MaxResults => Int, NextToken => Str])ListAllTemplateVersions(AwsAccountId => Str, TemplateId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - TemplateVersionSummaryList, passing the object as the first parameter, and the string 'TemplateVersionSummaryList' as the second parameter If not, it will return a a Paws::Quicksight::ListTemplateVersionsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllThemes(sub { },AwsAccountId => Str, [MaxResults => Int, NextToken => Str, Type => Str])ListAllThemes(AwsAccountId => Str, [MaxResults => Int, NextToken => Str, Type => Str])If passed a sub as first parameter, it will call the sub for each element found in : - ThemeSummaryList, passing the object as the first parameter, and the string 'ThemeSummaryList' as the second parameter If not, it will return a a Paws::Quicksight::ListThemesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllThemeVersions(sub { },AwsAccountId => Str, ThemeId => Str, [MaxResults => Int, NextToken => Str])ListAllThemeVersions(AwsAccountId => Str, ThemeId => Str, [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - ThemeVersionSummaryList, passing the object as the first parameter, and the string 'ThemeVersionSummaryList' as the second parameter If not, it will return a a Paws::Quicksight::ListThemeVersionsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. SearchAllAnalyses(sub { },AwsAccountId => Str, Filters => ArrayRef[Paws::Quicksight::AnalysisSearchFilter], [MaxResults => Int, NextToken => Str])SearchAllAnalyses(AwsAccountId => Str, Filters => ArrayRef[Paws::Quicksight::AnalysisSearchFilter], [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - AnalysisSummaryList, passing the object as the first parameter, and the string 'AnalysisSummaryList' as the second parameter If not, it will return a a Paws::Quicksight::SearchAnalysesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. SearchAllDashboards(sub { },AwsAccountId => Str, Filters => ArrayRef[Paws::Quicksight::DashboardSearchFilter], [MaxResults => Int, NextToken => Str])SearchAllDashboards(AwsAccountId => Str, Filters => ArrayRef[Paws::Quicksight::DashboardSearchFilter], [MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - DashboardSummaryList, passing the object as the first parameter, and the string 'DashboardSummaryList' as the second parameter If not, it will return a a Paws::Quicksight::SearchDashboardsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|