QuickSight#
Client#
- class QuickSight.Client#
A low-level client representing Amazon QuickSight
Amazon QuickSight is a fully managed, serverless business intelligence service for the Amazon Web Services 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.
client = session.create_client('quicksight')
These are the available methods:
- batch_create_topic_reviewed_answer
- batch_delete_topic_reviewed_answer
- can_paginate
- cancel_ingestion
- close
- create_account_customization
- create_account_subscription
- create_analysis
- create_brand
- create_custom_permissions
- create_dashboard
- create_data_set
- create_data_source
- create_folder
- create_folder_membership
- create_group
- create_group_membership
- create_iam_policy_assignment
- create_ingestion
- create_namespace
- create_refresh_schedule
- create_role_membership
- create_template
- create_template_alias
- create_theme
- create_theme_alias
- create_topic
- create_topic_refresh_schedule
- create_vpc_connection
- delete_account_customization
- delete_account_subscription
- delete_analysis
- delete_brand
- delete_brand_assignment
- delete_custom_permissions
- delete_dashboard
- delete_data_set
- delete_data_set_refresh_properties
- delete_data_source
- delete_folder
- delete_folder_membership
- delete_group
- delete_group_membership
- delete_iam_policy_assignment
- delete_identity_propagation_config
- delete_namespace
- delete_refresh_schedule
- delete_role_custom_permission
- delete_role_membership
- delete_template
- delete_template_alias
- delete_theme
- delete_theme_alias
- delete_topic
- delete_topic_refresh_schedule
- delete_user
- delete_user_by_principal_id
- delete_user_custom_permission
- delete_vpc_connection
- describe_account_customization
- describe_account_settings
- describe_account_subscription
- describe_analysis
- describe_analysis_definition
- describe_analysis_permissions
- describe_asset_bundle_export_job
- describe_asset_bundle_import_job
- describe_brand
- describe_brand_assignment
- describe_brand_published_version
- describe_custom_permissions
- describe_dashboard
- describe_dashboard_definition
- describe_dashboard_permissions
- describe_dashboard_snapshot_job
- describe_dashboard_snapshot_job_result
- describe_data_set
- describe_data_set_permissions
- describe_data_set_refresh_properties
- describe_data_source
- describe_data_source_permissions
- describe_folder
- describe_folder_permissions
- describe_folder_resolved_permissions
- describe_group
- describe_group_membership
- describe_iam_policy_assignment
- describe_ingestion
- describe_ip_restriction
- describe_key_registration
- describe_namespace
- describe_q_personalization_configuration
- describe_refresh_schedule
- describe_role_custom_permission
- describe_template
- describe_template_alias
- describe_template_definition
- describe_template_permissions
- describe_theme
- describe_theme_alias
- describe_theme_permissions
- describe_topic
- describe_topic_permissions
- describe_topic_refresh
- describe_topic_refresh_schedule
- describe_user
- describe_vpc_connection
- generate_embed_url_for_anonymous_user
- generate_embed_url_for_registered_user
- get_dashboard_embed_url
- get_paginator
- get_session_embed_url
- get_waiter
- list_analyses
- list_asset_bundle_export_jobs
- list_asset_bundle_import_jobs
- list_brands
- list_custom_permissions
- list_dashboard_versions
- list_dashboards
- list_data_sets
- list_data_sources
- list_folder_members
- list_folders
- list_folders_for_resource
- list_group_memberships
- list_groups
- list_iam_policy_assignments
- list_iam_policy_assignments_for_user
- list_identity_propagation_configs
- list_ingestions
- list_namespaces
- list_refresh_schedules
- list_role_memberships
- list_tags_for_resource
- list_template_aliases
- list_template_versions
- list_templates
- list_theme_aliases
- list_theme_versions
- list_themes
- list_topic_refresh_schedules
- list_topic_reviewed_answers
- list_topics
- list_user_groups
- list_users
- list_vpc_connections
- put_data_set_refresh_properties
- register_user
- restore_analysis
- search_analyses
- search_dashboards
- search_data_sets
- search_data_sources
- search_folders
- search_groups
- start_asset_bundle_export_job
- start_asset_bundle_import_job
- start_dashboard_snapshot_job
- start_dashboard_snapshot_job_schedule
- tag_resource
- untag_resource
- update_account_customization
- update_account_settings
- update_analysis
- update_analysis_permissions
- update_brand
- update_brand_assignment
- update_brand_published_version
- update_custom_permissions
- update_dashboard
- update_dashboard_links
- update_dashboard_permissions
- update_dashboard_published_version
- update_data_set
- update_data_set_permissions
- update_data_source
- update_data_source_permissions
- update_folder
- update_folder_permissions
- update_group
- update_iam_policy_assignment
- update_identity_propagation_config
- update_ip_restriction
- update_key_registration
- update_public_sharing_settings
- update_q_personalization_configuration
- update_refresh_schedule
- update_role_custom_permission
- update_spice_capacity_configuration
- update_template
- update_template_alias
- update_template_permissions
- update_theme
- update_theme_alias
- update_theme_permissions
- update_topic
- update_topic_permissions
- update_topic_refresh_schedule
- update_user
- update_user_custom_permission
- update_vpc_connection
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
- AccessDeniedException
- ConcurrentUpdatingException
- ConflictException
- CustomerManagedKeyUnavailableException
- DomainNotWhitelistedException
- IdentityTypeNotSupportedException
- InternalFailureException
- InternalServerException
- InvalidNextTokenException
- InvalidParameterValueException
- InvalidRequestException
- LimitExceededException
- PreconditionNotMetException
- QuickSightUserNotFoundException
- ResourceExistsException
- ResourceNotFoundException
- ResourceUnavailableException
- SessionLifetimeInMinutesInvalidException
- ThrottlingException
- UnsupportedPricingPlanException
- UnsupportedUserEditionException
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- DescribeFolderPermissions
- DescribeFolderResolvedPermissions
- ListAnalyses
- ListAssetBundleExportJobs
- ListAssetBundleImportJobs
- ListBrands
- ListCustomPermissions
- ListDashboardVersions
- ListDashboards
- ListDataSets
- ListDataSources
- ListFolderMembers
- ListFolders
- ListFoldersForResource
- ListGroupMemberships
- ListGroups
- ListIAMPolicyAssignments
- ListIAMPolicyAssignmentsForUser
- ListIngestions
- ListNamespaces
- ListRoleMemberships
- ListTemplateAliases
- ListTemplateVersions
- ListTemplates
- ListThemeVersions
- ListThemes
- ListUserGroups
- ListUsers
- SearchAnalyses
- SearchDashboards
- SearchDataSets
- SearchDataSources
- SearchFolders
- SearchGroups