[][src]Trait rusoto_quicksight::Quicksight

pub trait Quicksight {
#[must_use]    pub fn cancel_ingestion<'life0, 'async_trait>(
        &'life0 self,
        input: CancelIngestionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelIngestionResponse, RusotoError<CancelIngestionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_account_customization<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAccountCustomizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAccountCustomizationResponse, RusotoError<CreateAccountCustomizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_analysis<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAnalysisRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAnalysisResponse, RusotoError<CreateAnalysisError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_dashboard<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDashboardRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDashboardResponse, RusotoError<CreateDashboardError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_data_set<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDataSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDataSetResponse, RusotoError<CreateDataSetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_data_source<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDataSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDataSourceResponse, RusotoError<CreateDataSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_group<'life0, 'async_trait>(
        &'life0 self,
        input: CreateGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateGroupResponse, RusotoError<CreateGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_group_membership<'life0, 'async_trait>(
        &'life0 self,
        input: CreateGroupMembershipRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateGroupMembershipResponse, RusotoError<CreateGroupMembershipError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_iam_policy_assignment<'life0, 'async_trait>(
        &'life0 self,
        input: CreateIAMPolicyAssignmentRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateIAMPolicyAssignmentResponse, RusotoError<CreateIAMPolicyAssignmentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_ingestion<'life0, 'async_trait>(
        &'life0 self,
        input: CreateIngestionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateIngestionResponse, RusotoError<CreateIngestionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_namespace<'life0, 'async_trait>(
        &'life0 self,
        input: CreateNamespaceRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateNamespaceResponse, RusotoError<CreateNamespaceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_template<'life0, 'async_trait>(
        &'life0 self,
        input: CreateTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateTemplateResponse, RusotoError<CreateTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_template_alias<'life0, 'async_trait>(
        &'life0 self,
        input: CreateTemplateAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateTemplateAliasResponse, RusotoError<CreateTemplateAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_theme<'life0, 'async_trait>(
        &'life0 self,
        input: CreateThemeRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateThemeResponse, RusotoError<CreateThemeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_theme_alias<'life0, 'async_trait>(
        &'life0 self,
        input: CreateThemeAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateThemeAliasResponse, RusotoError<CreateThemeAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_account_customization<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAccountCustomizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteAccountCustomizationResponse, RusotoError<DeleteAccountCustomizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_analysis<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAnalysisRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteAnalysisResponse, RusotoError<DeleteAnalysisError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_dashboard<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDashboardRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDashboardResponse, RusotoError<DeleteDashboardError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_data_set<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDataSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDataSetResponse, RusotoError<DeleteDataSetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_data_source<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDataSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDataSourceResponse, RusotoError<DeleteDataSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_group<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteGroupResponse, RusotoError<DeleteGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_group_membership<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteGroupMembershipRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteGroupMembershipResponse, RusotoError<DeleteGroupMembershipError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_iam_policy_assignment<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteIAMPolicyAssignmentRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteIAMPolicyAssignmentResponse, RusotoError<DeleteIAMPolicyAssignmentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_namespace<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteNamespaceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteNamespaceResponse, RusotoError<DeleteNamespaceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_template<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteTemplateResponse, RusotoError<DeleteTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_template_alias<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTemplateAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteTemplateAliasResponse, RusotoError<DeleteTemplateAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_theme<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteThemeRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteThemeResponse, RusotoError<DeleteThemeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_theme_alias<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteThemeAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteThemeAliasResponse, RusotoError<DeleteThemeAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_user<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteUserResponse, RusotoError<DeleteUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_user_by_principal_id<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteUserByPrincipalIdRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteUserByPrincipalIdResponse, RusotoError<DeleteUserByPrincipalIdError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_account_customization<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAccountCustomizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAccountCustomizationResponse, RusotoError<DescribeAccountCustomizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_account_settings<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAccountSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAccountSettingsResponse, RusotoError<DescribeAccountSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_analysis<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAnalysisRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAnalysisResponse, RusotoError<DescribeAnalysisError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_analysis_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAnalysisPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAnalysisPermissionsResponse, RusotoError<DescribeAnalysisPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_dashboard<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDashboardRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDashboardResponse, RusotoError<DescribeDashboardError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_dashboard_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDashboardPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDashboardPermissionsResponse, RusotoError<DescribeDashboardPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_data_set<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDataSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDataSetResponse, RusotoError<DescribeDataSetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_data_set_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDataSetPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDataSetPermissionsResponse, RusotoError<DescribeDataSetPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_data_source<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDataSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDataSourceResponse, RusotoError<DescribeDataSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_data_source_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDataSourcePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDataSourcePermissionsResponse, RusotoError<DescribeDataSourcePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_group<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeGroupResponse, RusotoError<DescribeGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_iam_policy_assignment<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeIAMPolicyAssignmentRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeIAMPolicyAssignmentResponse, RusotoError<DescribeIAMPolicyAssignmentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_ingestion<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeIngestionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeIngestionResponse, RusotoError<DescribeIngestionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_namespace<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeNamespaceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeNamespaceResponse, RusotoError<DescribeNamespaceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_template<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeTemplateResponse, RusotoError<DescribeTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_template_alias<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeTemplateAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeTemplateAliasResponse, RusotoError<DescribeTemplateAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_template_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeTemplatePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeTemplatePermissionsResponse, RusotoError<DescribeTemplatePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_theme<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeThemeRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeThemeResponse, RusotoError<DescribeThemeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_theme_alias<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeThemeAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeThemeAliasResponse, RusotoError<DescribeThemeAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_theme_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeThemePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeThemePermissionsResponse, RusotoError<DescribeThemePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_user<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeUserResponse, RusotoError<DescribeUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_dashboard_embed_url<'life0, 'async_trait>(
        &'life0 self,
        input: GetDashboardEmbedUrlRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDashboardEmbedUrlResponse, RusotoError<GetDashboardEmbedUrlError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_session_embed_url<'life0, 'async_trait>(
        &'life0 self,
        input: GetSessionEmbedUrlRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetSessionEmbedUrlResponse, RusotoError<GetSessionEmbedUrlError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_analyses<'life0, 'async_trait>(
        &'life0 self,
        input: ListAnalysesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAnalysesResponse, RusotoError<ListAnalysesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_dashboard_versions<'life0, 'async_trait>(
        &'life0 self,
        input: ListDashboardVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDashboardVersionsResponse, RusotoError<ListDashboardVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_dashboards<'life0, 'async_trait>(
        &'life0 self,
        input: ListDashboardsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDashboardsResponse, RusotoError<ListDashboardsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_data_sets<'life0, 'async_trait>(
        &'life0 self,
        input: ListDataSetsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDataSetsResponse, RusotoError<ListDataSetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_data_sources<'life0, 'async_trait>(
        &'life0 self,
        input: ListDataSourcesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDataSourcesResponse, RusotoError<ListDataSourcesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_group_memberships<'life0, 'async_trait>(
        &'life0 self,
        input: ListGroupMembershipsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListGroupMembershipsResponse, RusotoError<ListGroupMembershipsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_groups<'life0, 'async_trait>(
        &'life0 self,
        input: ListGroupsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListGroupsResponse, RusotoError<ListGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_iam_policy_assignments<'life0, 'async_trait>(
        &'life0 self,
        input: ListIAMPolicyAssignmentsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListIAMPolicyAssignmentsResponse, RusotoError<ListIAMPolicyAssignmentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_iam_policy_assignments_for_user<'life0, 'async_trait>(
        &'life0 self,
        input: ListIAMPolicyAssignmentsForUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListIAMPolicyAssignmentsForUserResponse, RusotoError<ListIAMPolicyAssignmentsForUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_ingestions<'life0, 'async_trait>(
        &'life0 self,
        input: ListIngestionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListIngestionsResponse, RusotoError<ListIngestionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_namespaces<'life0, 'async_trait>(
        &'life0 self,
        input: ListNamespacesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListNamespacesResponse, RusotoError<ListNamespacesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_template_aliases<'life0, 'async_trait>(
        &'life0 self,
        input: ListTemplateAliasesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTemplateAliasesResponse, RusotoError<ListTemplateAliasesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_template_versions<'life0, 'async_trait>(
        &'life0 self,
        input: ListTemplateVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTemplateVersionsResponse, RusotoError<ListTemplateVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_templates<'life0, 'async_trait>(
        &'life0 self,
        input: ListTemplatesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTemplatesResponse, RusotoError<ListTemplatesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_theme_aliases<'life0, 'async_trait>(
        &'life0 self,
        input: ListThemeAliasesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThemeAliasesResponse, RusotoError<ListThemeAliasesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_theme_versions<'life0, 'async_trait>(
        &'life0 self,
        input: ListThemeVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThemeVersionsResponse, RusotoError<ListThemeVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_themes<'life0, 'async_trait>(
        &'life0 self,
        input: ListThemesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListThemesResponse, RusotoError<ListThemesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_user_groups<'life0, 'async_trait>(
        &'life0 self,
        input: ListUserGroupsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListUserGroupsResponse, RusotoError<ListUserGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_users<'life0, 'async_trait>(
        &'life0 self,
        input: ListUsersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListUsersResponse, RusotoError<ListUsersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn register_user<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegisterUserResponse, RusotoError<RegisterUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn restore_analysis<'life0, 'async_trait>(
        &'life0 self,
        input: RestoreAnalysisRequest
    ) -> Pin<Box<dyn Future<Output = Result<RestoreAnalysisResponse, RusotoError<RestoreAnalysisError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn search_analyses<'life0, 'async_trait>(
        &'life0 self,
        input: SearchAnalysesRequest
    ) -> Pin<Box<dyn Future<Output = Result<SearchAnalysesResponse, RusotoError<SearchAnalysesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn search_dashboards<'life0, 'async_trait>(
        &'life0 self,
        input: SearchDashboardsRequest
    ) -> Pin<Box<dyn Future<Output = Result<SearchDashboardsResponse, RusotoError<SearchDashboardsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_account_customization<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAccountCustomizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAccountCustomizationResponse, RusotoError<UpdateAccountCustomizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_account_settings<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAccountSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAccountSettingsResponse, RusotoError<UpdateAccountSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_analysis<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAnalysisRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAnalysisResponse, RusotoError<UpdateAnalysisError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_analysis_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAnalysisPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAnalysisPermissionsResponse, RusotoError<UpdateAnalysisPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_dashboard<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDashboardRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDashboardResponse, RusotoError<UpdateDashboardError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_dashboard_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDashboardPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDashboardPermissionsResponse, RusotoError<UpdateDashboardPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_dashboard_published_version<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDashboardPublishedVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDashboardPublishedVersionResponse, RusotoError<UpdateDashboardPublishedVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_data_set<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDataSetRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDataSetResponse, RusotoError<UpdateDataSetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_data_set_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDataSetPermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDataSetPermissionsResponse, RusotoError<UpdateDataSetPermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_data_source<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDataSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDataSourceResponse, RusotoError<UpdateDataSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_data_source_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDataSourcePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDataSourcePermissionsResponse, RusotoError<UpdateDataSourcePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_group<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateGroupResponse, RusotoError<UpdateGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_iam_policy_assignment<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateIAMPolicyAssignmentRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateIAMPolicyAssignmentResponse, RusotoError<UpdateIAMPolicyAssignmentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_template<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateTemplateResponse, RusotoError<UpdateTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_template_alias<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateTemplateAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateTemplateAliasResponse, RusotoError<UpdateTemplateAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_template_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateTemplatePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateTemplatePermissionsResponse, RusotoError<UpdateTemplatePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_theme<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateThemeRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateThemeResponse, RusotoError<UpdateThemeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_theme_alias<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateThemeAliasRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateThemeAliasResponse, RusotoError<UpdateThemeAliasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_theme_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateThemePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateThemePermissionsResponse, RusotoError<UpdateThemePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_user<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateUserResponse, RusotoError<UpdateUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Amazon QuickSight API. Amazon QuickSight clients implement this trait.

Required methods

#[must_use]pub fn cancel_ingestion<'life0, 'async_trait>(
    &'life0 self,
    input: CancelIngestionRequest
) -> Pin<Box<dyn Future<Output = Result<CancelIngestionResponse, RusotoError<CancelIngestionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels an ongoing ingestion of data into SPICE.

#[must_use]pub fn create_account_customization<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAccountCustomizationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAccountCustomizationResponse, RusotoError<CreateAccountCustomizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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 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.

#[must_use]pub fn create_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAnalysisResponse, RusotoError<CreateAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an analysis in Amazon QuickSight.

#[must_use]pub fn create_dashboard<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDashboardRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDashboardResponse, RusotoError<CreateDashboardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn create_data_set<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDataSetRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDataSetResponse, RusotoError<CreateDataSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a dataset.

#[must_use]pub fn create_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDataSourceResponse, RusotoError<CreateDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a data source.

#[must_use]pub fn create_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateGroupResponse, RusotoError<CreateGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn create_group_membership<'life0, 'async_trait>(
    &'life0 self,
    input: CreateGroupMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<CreateGroupMembershipResponse, RusotoError<CreateGroupMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds an Amazon QuickSight user to an Amazon QuickSight group.

#[must_use]pub fn create_iam_policy_assignment<'life0, 'async_trait>(
    &'life0 self,
    input: CreateIAMPolicyAssignmentRequest
) -> Pin<Box<dyn Future<Output = Result<CreateIAMPolicyAssignmentResponse, RusotoError<CreateIAMPolicyAssignmentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn create_ingestion<'life0, 'async_trait>(
    &'life0 self,
    input: CreateIngestionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateIngestionResponse, RusotoError<CreateIngestionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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? in the AWS Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.

#[must_use]pub fn create_namespace<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNamespaceRequest
) -> Pin<Box<dyn Future<Output = Result<CreateNamespaceResponse, RusotoError<CreateNamespaceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

(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.

#[must_use]pub fn create_template<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTemplateResponse, RusotoError<CreateTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn create_template_alias<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTemplateAliasRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTemplateAliasResponse, RusotoError<CreateTemplateAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a template alias for a template.

#[must_use]pub fn create_theme<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThemeRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThemeResponse, RusotoError<CreateThemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn create_theme_alias<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThemeAliasRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThemeAliasResponse, RusotoError<CreateThemeAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a theme alias for a theme.

#[must_use]pub fn delete_account_customization<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAccountCustomizationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAccountCustomizationResponse, RusotoError<DeleteAccountCustomizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn delete_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAnalysisResponse, RusotoError<DeleteAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn delete_dashboard<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDashboardRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDashboardResponse, RusotoError<DeleteDashboardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a dashboard.

#[must_use]pub fn delete_data_set<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDataSetRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDataSetResponse, RusotoError<DeleteDataSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a dataset.

#[must_use]pub fn delete_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDataSourceResponse, RusotoError<DeleteDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn delete_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteGroupResponse, RusotoError<DeleteGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a user group from Amazon QuickSight.

#[must_use]pub fn delete_group_membership<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteGroupMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteGroupMembershipResponse, RusotoError<DeleteGroupMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn delete_iam_policy_assignment<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteIAMPolicyAssignmentRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteIAMPolicyAssignmentResponse, RusotoError<DeleteIAMPolicyAssignmentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an existing IAM policy assignment.

#[must_use]pub fn delete_namespace<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteNamespaceRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteNamespaceResponse, RusotoError<DeleteNamespaceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn delete_template<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTemplateResponse, RusotoError<DeleteTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a template.

#[must_use]pub fn delete_template_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTemplateAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTemplateAliasResponse, RusotoError<DeleteTemplateAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn delete_theme<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThemeRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThemeResponse, RusotoError<DeleteThemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a theme.

#[must_use]pub fn delete_theme_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThemeAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThemeAliasResponse, RusotoError<DeleteThemeAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn delete_user<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteUserResponse, RusotoError<DeleteUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn delete_user_by_principal_id<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserByPrincipalIdRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteUserByPrincipalIdResponse, RusotoError<DeleteUserByPrincipalIdError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a user identified by its principal ID.

#[must_use]pub fn describe_account_customization<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAccountCustomizationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAccountCustomizationResponse, RusotoError<DescribeAccountCustomizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

  • AWS Account - The AWS account exists at the top of the hierarchy. It has the potential to use all of the AWS Regions and AWS Services. When you subscribe to QuickSight, you choose one AWS Region to use as your home Region. That's where your free SPICE capacity is located. You can use QuickSight in any supported AWS Region.

  • AWS Region - In each AWS Region where you sign in to QuickSight at least once, 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 QuickSight in any AWS Region, unless they are constrained to a namespace.

    To run the command in a different AWS Region, you change your Region settings. If you're using the AWS 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 AWS account and AWS Region.

  • Applied customizations - Within an AWS Region, a set of QuickSight customizations can apply to an AWS account or to a namespace. Settings that you apply to a namespace override settings that you apply to an AWS account. All settings are isolated to a single AWS Region. To apply them in other AWS Regions, run the CreateAccountCustomization command in each AWS Region where you want to apply the same customizations.

#[must_use]pub fn describe_account_settings<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAccountSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAccountSettingsResponse, RusotoError<DescribeAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn describe_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAnalysisResponse, RusotoError<DescribeAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides a summary of the metadata for an analysis.

#[must_use]pub fn describe_analysis_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAnalysisPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAnalysisPermissionsResponse, RusotoError<DescribeAnalysisPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides the read and write permissions for an analysis.

#[must_use]pub fn describe_dashboard<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDashboardRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDashboardResponse, RusotoError<DescribeDashboardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides a summary for a dashboard.

#[must_use]pub fn describe_dashboard_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDashboardPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDashboardPermissionsResponse, RusotoError<DescribeDashboardPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes read and write permissions for a dashboard.

#[must_use]pub fn describe_data_set<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSetRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSetResponse, RusotoError<DescribeDataSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a dataset.

#[must_use]pub fn describe_data_set_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSetPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSetPermissionsResponse, RusotoError<DescribeDataSetPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the permissions on a dataset.

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

#[must_use]pub fn describe_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSourceResponse, RusotoError<DescribeDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a data source.

#[must_use]pub fn describe_data_source_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSourcePermissionsResponse, RusotoError<DescribeDataSourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the resource permissions for a data source.

#[must_use]pub fn describe_group<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeGroupResponse, RusotoError<DescribeGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn describe_iam_policy_assignment<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIAMPolicyAssignmentRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIAMPolicyAssignmentResponse, RusotoError<DescribeIAMPolicyAssignmentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn describe_ingestion<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIngestionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIngestionResponse, RusotoError<DescribeIngestionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a SPICE ingestion.

#[must_use]pub fn describe_namespace<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeNamespaceRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeNamespaceResponse, RusotoError<DescribeNamespaceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the current namespace.

#[must_use]pub fn describe_template<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeTemplateResponse, RusotoError<DescribeTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a template's metadata.

#[must_use]pub fn describe_template_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeTemplateAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeTemplateAliasResponse, RusotoError<DescribeTemplateAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the template alias for a template.

#[must_use]pub fn describe_template_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeTemplatePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeTemplatePermissionsResponse, RusotoError<DescribeTemplatePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes read and write permissions on a template.

#[must_use]pub fn describe_theme<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThemeRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThemeResponse, RusotoError<DescribeThemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a theme.

#[must_use]pub fn describe_theme_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThemeAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThemeAliasResponse, RusotoError<DescribeThemeAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the alias for a theme.

#[must_use]pub fn describe_theme_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThemePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThemePermissionsResponse, RusotoError<DescribeThemePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the read and write permissions for a theme.

#[must_use]pub fn describe_user<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeUserRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeUserResponse, RusotoError<DescribeUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a user, given the user name.

#[must_use]pub fn get_dashboard_embed_url<'life0, 'async_trait>(
    &'life0 self,
    input: GetDashboardEmbedUrlRequest
) -> Pin<Box<dyn Future<Output = Result<GetDashboardEmbedUrlResponse, RusotoError<GetDashboardEmbedUrlError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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:

  • 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 Embedded Analytics in the Amazon QuickSight User Guide.

#[must_use]pub fn get_session_embed_url<'life0, 'async_trait>(
    &'life0 self,
    input: GetSessionEmbedUrlRequest
) -> Pin<Box<dyn Future<Output = Result<GetSessionEmbedUrlResponse, RusotoError<GetSessionEmbedUrlError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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:

#[must_use]pub fn list_analyses<'life0, 'async_trait>(
    &'life0 self,
    input: ListAnalysesRequest
) -> Pin<Box<dyn Future<Output = Result<ListAnalysesResponse, RusotoError<ListAnalysesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists Amazon QuickSight analyses that exist in the specified AWS account.

#[must_use]pub fn list_dashboard_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListDashboardVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDashboardVersionsResponse, RusotoError<ListDashboardVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn list_dashboards<'life0, 'async_trait>(
    &'life0 self,
    input: ListDashboardsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDashboardsResponse, RusotoError<ListDashboardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists dashboards in an AWS account.

#[must_use]pub fn list_data_sets<'life0, 'async_trait>(
    &'life0 self,
    input: ListDataSetsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDataSetsResponse, RusotoError<ListDataSetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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/*.

#[must_use]pub fn list_data_sources<'life0, 'async_trait>(
    &'life0 self,
    input: ListDataSourcesRequest
) -> Pin<Box<dyn Future<Output = Result<ListDataSourcesResponse, RusotoError<ListDataSourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists data sources in current AWS Region that belong to this AWS account.

#[must_use]pub fn list_group_memberships<'life0, 'async_trait>(
    &'life0 self,
    input: ListGroupMembershipsRequest
) -> Pin<Box<dyn Future<Output = Result<ListGroupMembershipsResponse, RusotoError<ListGroupMembershipsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists member users in a group.

#[must_use]pub fn list_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListGroupsResponse, RusotoError<ListGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all user groups in Amazon QuickSight.

#[must_use]pub fn list_iam_policy_assignments<'life0, 'async_trait>(
    &'life0 self,
    input: ListIAMPolicyAssignmentsRequest
) -> Pin<Box<dyn Future<Output = Result<ListIAMPolicyAssignmentsResponse, RusotoError<ListIAMPolicyAssignmentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists IAM policy assignments in the current Amazon QuickSight account.

#[must_use]pub fn list_iam_policy_assignments_for_user<'life0, 'async_trait>(
    &'life0 self,
    input: ListIAMPolicyAssignmentsForUserRequest
) -> Pin<Box<dyn Future<Output = Result<ListIAMPolicyAssignmentsForUserResponse, RusotoError<ListIAMPolicyAssignmentsForUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn list_ingestions<'life0, 'async_trait>(
    &'life0 self,
    input: ListIngestionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListIngestionsResponse, RusotoError<ListIngestionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the history of SPICE ingestions for a dataset.

#[must_use]pub fn list_namespaces<'life0, 'async_trait>(
    &'life0 self,
    input: ListNamespacesRequest
) -> Pin<Box<dyn Future<Output = Result<ListNamespacesResponse, RusotoError<ListNamespacesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the namespaces for the specified AWS account.

#[must_use]pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags assigned to a resource.

#[must_use]pub fn list_template_aliases<'life0, 'async_trait>(
    &'life0 self,
    input: ListTemplateAliasesRequest
) -> Pin<Box<dyn Future<Output = Result<ListTemplateAliasesResponse, RusotoError<ListTemplateAliasesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the aliases of a template.

#[must_use]pub fn list_template_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListTemplateVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTemplateVersionsResponse, RusotoError<ListTemplateVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn list_templates<'life0, 'async_trait>(
    &'life0 self,
    input: ListTemplatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListTemplatesResponse, RusotoError<ListTemplatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the templates in the current Amazon QuickSight account.

#[must_use]pub fn list_theme_aliases<'life0, 'async_trait>(
    &'life0 self,
    input: ListThemeAliasesRequest
) -> Pin<Box<dyn Future<Output = Result<ListThemeAliasesResponse, RusotoError<ListThemeAliasesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the aliases of a theme.

#[must_use]pub fn list_theme_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListThemeVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThemeVersionsResponse, RusotoError<ListThemeVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the versions of the themes in the current AWS account.

#[must_use]pub fn list_themes<'life0, 'async_trait>(
    &'life0 self,
    input: ListThemesRequest
) -> Pin<Box<dyn Future<Output = Result<ListThemesResponse, RusotoError<ListThemesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the themes in the current AWS account.

#[must_use]pub fn list_user_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListUserGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListUserGroupsResponse, RusotoError<ListUserGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn list_users<'life0, 'async_trait>(
    &'life0 self,
    input: ListUsersRequest
) -> Pin<Box<dyn Future<Output = Result<ListUsersResponse, RusotoError<ListUsersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn register_user<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterUserRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterUserResponse, RusotoError<RegisterUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn restore_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: RestoreAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<RestoreAnalysisResponse, RusotoError<RestoreAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Restores an analysis.

#[must_use]pub fn search_analyses<'life0, 'async_trait>(
    &'life0 self,
    input: SearchAnalysesRequest
) -> Pin<Box<dyn Future<Output = Result<SearchAnalysesResponse, RusotoError<SearchAnalysesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn search_dashboards<'life0, 'async_trait>(
    &'life0 self,
    input: SearchDashboardsRequest
) -> Pin<Box<dyn Future<Output = Result<SearchDashboardsResponse, RusotoError<SearchDashboardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Searches for dashboards that belong to a user.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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:

  • You can't use tags to track AWS costs for QuickSight. This restriction is because QuickSight costs are based on users and SPICE capacity, which aren't taggable resources.

  • QuickSight doesn't currently support the Tag Editor for AWS Resource Groups.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a tag or tags from a resource.

#[must_use]pub fn update_account_customization<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountCustomizationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountCustomizationResponse, RusotoError<UpdateAccountCustomizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn update_account_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountSettingsResponse, RusotoError<UpdateAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the Amazon QuickSight settings in your AWS account.

#[must_use]pub fn update_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAnalysisResponse, RusotoError<UpdateAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an analysis in Amazon QuickSight

#[must_use]pub fn update_analysis_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAnalysisPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAnalysisPermissionsResponse, RusotoError<UpdateAnalysisPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the read and write permissions for an analysis.

#[must_use]pub fn update_dashboard<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDashboardRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDashboardResponse, RusotoError<UpdateDashboardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a dashboard in an AWS account.

#[must_use]pub fn update_dashboard_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDashboardPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDashboardPermissionsResponse, RusotoError<UpdateDashboardPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates read and write permissions on a dashboard.

#[must_use]pub fn update_dashboard_published_version<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDashboardPublishedVersionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDashboardPublishedVersionResponse, RusotoError<UpdateDashboardPublishedVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the published version of a dashboard.

#[must_use]pub fn update_data_set<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSetRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDataSetResponse, RusotoError<UpdateDataSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a dataset.

#[must_use]pub fn update_data_set_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSetPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDataSetPermissionsResponse, RusotoError<UpdateDataSetPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the permissions on a dataset.

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

#[must_use]pub fn update_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDataSourceResponse, RusotoError<UpdateDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a data source.

#[must_use]pub fn update_data_source_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDataSourcePermissionsResponse, RusotoError<UpdateDataSourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the permissions to a data source.

#[must_use]pub fn update_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateGroupResponse, RusotoError<UpdateGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Changes a group description.

#[must_use]pub fn update_iam_policy_assignment<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateIAMPolicyAssignmentRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateIAMPolicyAssignmentResponse, RusotoError<UpdateIAMPolicyAssignmentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn update_template<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTemplateResponse, RusotoError<UpdateTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn update_template_alias<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTemplateAliasRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTemplateAliasResponse, RusotoError<UpdateTemplateAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the template alias of a template.

#[must_use]pub fn update_template_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTemplatePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTemplatePermissionsResponse, RusotoError<UpdateTemplatePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the resource permissions for a template.

#[must_use]pub fn update_theme<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThemeRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThemeResponse, RusotoError<UpdateThemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a theme.

#[must_use]pub fn update_theme_alias<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThemeAliasRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThemeAliasResponse, RusotoError<UpdateThemeAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an alias of a theme.

#[must_use]pub fn update_theme_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThemePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThemePermissionsResponse, RusotoError<UpdateThemePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn update_user<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUserResponse, RusotoError<UpdateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an Amazon QuickSight user.

Loading content...

Implementors

impl Quicksight for QuicksightClient[src]

pub fn cancel_ingestion<'life0, 'async_trait>(
    &'life0 self,
    input: CancelIngestionRequest
) -> Pin<Box<dyn Future<Output = Result<CancelIngestionResponse, RusotoError<CancelIngestionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels an ongoing ingestion of data into SPICE.

pub fn create_account_customization<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAccountCustomizationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAccountCustomizationResponse, RusotoError<CreateAccountCustomizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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 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.

pub fn create_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAnalysisResponse, RusotoError<CreateAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an analysis in Amazon QuickSight.

pub fn create_dashboard<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDashboardRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDashboardResponse, RusotoError<CreateDashboardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn create_data_set<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDataSetRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDataSetResponse, RusotoError<CreateDataSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a dataset.

pub fn create_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDataSourceResponse, RusotoError<CreateDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a data source.

pub fn create_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateGroupResponse, RusotoError<CreateGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn create_group_membership<'life0, 'async_trait>(
    &'life0 self,
    input: CreateGroupMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<CreateGroupMembershipResponse, RusotoError<CreateGroupMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds an Amazon QuickSight user to an Amazon QuickSight group.

pub fn create_iam_policy_assignment<'life0, 'async_trait>(
    &'life0 self,
    input: CreateIAMPolicyAssignmentRequest
) -> Pin<Box<dyn Future<Output = Result<CreateIAMPolicyAssignmentResponse, RusotoError<CreateIAMPolicyAssignmentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn create_ingestion<'life0, 'async_trait>(
    &'life0 self,
    input: CreateIngestionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateIngestionResponse, RusotoError<CreateIngestionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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? in the AWS Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.

pub fn create_namespace<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNamespaceRequest
) -> Pin<Box<dyn Future<Output = Result<CreateNamespaceResponse, RusotoError<CreateNamespaceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

(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.

pub fn create_template<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTemplateResponse, RusotoError<CreateTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn create_template_alias<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTemplateAliasRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTemplateAliasResponse, RusotoError<CreateTemplateAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a template alias for a template.

pub fn create_theme<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThemeRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThemeResponse, RusotoError<CreateThemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn create_theme_alias<'life0, 'async_trait>(
    &'life0 self,
    input: CreateThemeAliasRequest
) -> Pin<Box<dyn Future<Output = Result<CreateThemeAliasResponse, RusotoError<CreateThemeAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a theme alias for a theme.

pub fn delete_account_customization<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAccountCustomizationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAccountCustomizationResponse, RusotoError<DeleteAccountCustomizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn delete_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAnalysisResponse, RusotoError<DeleteAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_dashboard<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDashboardRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDashboardResponse, RusotoError<DeleteDashboardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a dashboard.

pub fn delete_data_set<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDataSetRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDataSetResponse, RusotoError<DeleteDataSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a dataset.

pub fn delete_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDataSourceResponse, RusotoError<DeleteDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn delete_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteGroupResponse, RusotoError<DeleteGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a user group from Amazon QuickSight.

pub fn delete_group_membership<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteGroupMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteGroupMembershipResponse, RusotoError<DeleteGroupMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn delete_iam_policy_assignment<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteIAMPolicyAssignmentRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteIAMPolicyAssignmentResponse, RusotoError<DeleteIAMPolicyAssignmentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an existing IAM policy assignment.

pub fn delete_namespace<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteNamespaceRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteNamespaceResponse, RusotoError<DeleteNamespaceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_template<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTemplateResponse, RusotoError<DeleteTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a template.

pub fn delete_template_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTemplateAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTemplateAliasResponse, RusotoError<DeleteTemplateAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_theme<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThemeRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThemeResponse, RusotoError<DeleteThemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a theme.

pub fn delete_theme_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteThemeAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteThemeAliasResponse, RusotoError<DeleteThemeAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_user<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteUserResponse, RusotoError<DeleteUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_user_by_principal_id<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserByPrincipalIdRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteUserByPrincipalIdResponse, RusotoError<DeleteUserByPrincipalIdError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a user identified by its principal ID.

pub fn describe_account_customization<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAccountCustomizationRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAccountCustomizationResponse, RusotoError<DescribeAccountCustomizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

  • AWS Account - The AWS account exists at the top of the hierarchy. It has the potential to use all of the AWS Regions and AWS Services. When you subscribe to QuickSight, you choose one AWS Region to use as your home Region. That's where your free SPICE capacity is located. You can use QuickSight in any supported AWS Region.

  • AWS Region - In each AWS Region where you sign in to QuickSight at least once, 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 QuickSight in any AWS Region, unless they are constrained to a namespace.

    To run the command in a different AWS Region, you change your Region settings. If you're using the AWS 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 AWS account and AWS Region.

  • Applied customizations - Within an AWS Region, a set of QuickSight customizations can apply to an AWS account or to a namespace. Settings that you apply to a namespace override settings that you apply to an AWS account. All settings are isolated to a single AWS Region. To apply them in other AWS Regions, run the CreateAccountCustomization command in each AWS Region where you want to apply the same customizations.

pub fn describe_account_settings<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAccountSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAccountSettingsResponse, RusotoError<DescribeAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn describe_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAnalysisResponse, RusotoError<DescribeAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides a summary of the metadata for an analysis.

pub fn describe_analysis_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAnalysisPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAnalysisPermissionsResponse, RusotoError<DescribeAnalysisPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides the read and write permissions for an analysis.

pub fn describe_dashboard<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDashboardRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDashboardResponse, RusotoError<DescribeDashboardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides a summary for a dashboard.

pub fn describe_dashboard_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDashboardPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDashboardPermissionsResponse, RusotoError<DescribeDashboardPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes read and write permissions for a dashboard.

pub fn describe_data_set<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSetRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSetResponse, RusotoError<DescribeDataSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a dataset.

pub fn describe_data_set_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSetPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSetPermissionsResponse, RusotoError<DescribeDataSetPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the permissions on a dataset.

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

pub fn describe_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSourceResponse, RusotoError<DescribeDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a data source.

pub fn describe_data_source_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSourcePermissionsResponse, RusotoError<DescribeDataSourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the resource permissions for a data source.

pub fn describe_group<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeGroupResponse, RusotoError<DescribeGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn describe_iam_policy_assignment<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIAMPolicyAssignmentRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIAMPolicyAssignmentResponse, RusotoError<DescribeIAMPolicyAssignmentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn describe_ingestion<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIngestionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIngestionResponse, RusotoError<DescribeIngestionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a SPICE ingestion.

pub fn describe_namespace<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeNamespaceRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeNamespaceResponse, RusotoError<DescribeNamespaceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the current namespace.

pub fn describe_template<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeTemplateResponse, RusotoError<DescribeTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a template's metadata.

pub fn describe_template_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeTemplateAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeTemplateAliasResponse, RusotoError<DescribeTemplateAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the template alias for a template.

pub fn describe_template_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeTemplatePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeTemplatePermissionsResponse, RusotoError<DescribeTemplatePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes read and write permissions on a template.

pub fn describe_theme<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThemeRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThemeResponse, RusotoError<DescribeThemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes a theme.

pub fn describe_theme_alias<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThemeAliasRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThemeAliasResponse, RusotoError<DescribeThemeAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the alias for a theme.

pub fn describe_theme_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeThemePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeThemePermissionsResponse, RusotoError<DescribeThemePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the read and write permissions for a theme.

pub fn describe_user<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeUserRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeUserResponse, RusotoError<DescribeUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a user, given the user name.

pub fn get_dashboard_embed_url<'life0, 'async_trait>(
    &'life0 self,
    input: GetDashboardEmbedUrlRequest
) -> Pin<Box<dyn Future<Output = Result<GetDashboardEmbedUrlResponse, RusotoError<GetDashboardEmbedUrlError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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:

  • 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 Embedded Analytics in the Amazon QuickSight User Guide.

pub fn get_session_embed_url<'life0, 'async_trait>(
    &'life0 self,
    input: GetSessionEmbedUrlRequest
) -> Pin<Box<dyn Future<Output = Result<GetSessionEmbedUrlResponse, RusotoError<GetSessionEmbedUrlError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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:

pub fn list_analyses<'life0, 'async_trait>(
    &'life0 self,
    input: ListAnalysesRequest
) -> Pin<Box<dyn Future<Output = Result<ListAnalysesResponse, RusotoError<ListAnalysesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists Amazon QuickSight analyses that exist in the specified AWS account.

pub fn list_dashboard_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListDashboardVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDashboardVersionsResponse, RusotoError<ListDashboardVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_dashboards<'life0, 'async_trait>(
    &'life0 self,
    input: ListDashboardsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDashboardsResponse, RusotoError<ListDashboardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists dashboards in an AWS account.

pub fn list_data_sets<'life0, 'async_trait>(
    &'life0 self,
    input: ListDataSetsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDataSetsResponse, RusotoError<ListDataSetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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/*.

pub fn list_data_sources<'life0, 'async_trait>(
    &'life0 self,
    input: ListDataSourcesRequest
) -> Pin<Box<dyn Future<Output = Result<ListDataSourcesResponse, RusotoError<ListDataSourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists data sources in current AWS Region that belong to this AWS account.

pub fn list_group_memberships<'life0, 'async_trait>(
    &'life0 self,
    input: ListGroupMembershipsRequest
) -> Pin<Box<dyn Future<Output = Result<ListGroupMembershipsResponse, RusotoError<ListGroupMembershipsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists member users in a group.

pub fn list_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListGroupsResponse, RusotoError<ListGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all user groups in Amazon QuickSight.

pub fn list_iam_policy_assignments<'life0, 'async_trait>(
    &'life0 self,
    input: ListIAMPolicyAssignmentsRequest
) -> Pin<Box<dyn Future<Output = Result<ListIAMPolicyAssignmentsResponse, RusotoError<ListIAMPolicyAssignmentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists IAM policy assignments in the current Amazon QuickSight account.

pub fn list_iam_policy_assignments_for_user<'life0, 'async_trait>(
    &'life0 self,
    input: ListIAMPolicyAssignmentsForUserRequest
) -> Pin<Box<dyn Future<Output = Result<ListIAMPolicyAssignmentsForUserResponse, RusotoError<ListIAMPolicyAssignmentsForUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn list_ingestions<'life0, 'async_trait>(
    &'life0 self,
    input: ListIngestionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListIngestionsResponse, RusotoError<ListIngestionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the history of SPICE ingestions for a dataset.

pub fn list_namespaces<'life0, 'async_trait>(
    &'life0 self,
    input: ListNamespacesRequest
) -> Pin<Box<dyn Future<Output = Result<ListNamespacesResponse, RusotoError<ListNamespacesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the namespaces for the specified AWS account.

pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags assigned to a resource.

pub fn list_template_aliases<'life0, 'async_trait>(
    &'life0 self,
    input: ListTemplateAliasesRequest
) -> Pin<Box<dyn Future<Output = Result<ListTemplateAliasesResponse, RusotoError<ListTemplateAliasesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the aliases of a template.

pub fn list_template_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListTemplateVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTemplateVersionsResponse, RusotoError<ListTemplateVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_templates<'life0, 'async_trait>(
    &'life0 self,
    input: ListTemplatesRequest
) -> Pin<Box<dyn Future<Output = Result<ListTemplatesResponse, RusotoError<ListTemplatesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the templates in the current Amazon QuickSight account.

pub fn list_theme_aliases<'life0, 'async_trait>(
    &'life0 self,
    input: ListThemeAliasesRequest
) -> Pin<Box<dyn Future<Output = Result<ListThemeAliasesResponse, RusotoError<ListThemeAliasesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the aliases of a theme.

pub fn list_theme_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListThemeVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListThemeVersionsResponse, RusotoError<ListThemeVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the versions of the themes in the current AWS account.

pub fn list_themes<'life0, 'async_trait>(
    &'life0 self,
    input: ListThemesRequest
) -> Pin<Box<dyn Future<Output = Result<ListThemesResponse, RusotoError<ListThemesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all the themes in the current AWS account.

pub fn list_user_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListUserGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListUserGroupsResponse, RusotoError<ListUserGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_users<'life0, 'async_trait>(
    &'life0 self,
    input: ListUsersRequest
) -> Pin<Box<dyn Future<Output = Result<ListUsersResponse, RusotoError<ListUsersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn register_user<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterUserRequest
) -> Pin<Box<dyn Future<Output = Result<RegisterUserResponse, RusotoError<RegisterUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn restore_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: RestoreAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<RestoreAnalysisResponse, RusotoError<RestoreAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Restores an analysis.

pub fn search_analyses<'life0, 'async_trait>(
    &'life0 self,
    input: SearchAnalysesRequest
) -> Pin<Box<dyn Future<Output = Result<SearchAnalysesResponse, RusotoError<SearchAnalysesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn search_dashboards<'life0, 'async_trait>(
    &'life0 self,
    input: SearchDashboardsRequest
) -> Pin<Box<dyn Future<Output = Result<SearchDashboardsResponse, RusotoError<SearchDashboardsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Searches for dashboards that belong to a user.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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:

  • You can't use tags to track AWS costs for QuickSight. This restriction is because QuickSight costs are based on users and SPICE capacity, which aren't taggable resources.

  • QuickSight doesn't currently support the Tag Editor for AWS Resource Groups.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a tag or tags from a resource.

pub fn update_account_customization<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountCustomizationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountCustomizationResponse, RusotoError<UpdateAccountCustomizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn update_account_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountSettingsResponse, RusotoError<UpdateAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the Amazon QuickSight settings in your AWS account.

pub fn update_analysis<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAnalysisRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAnalysisResponse, RusotoError<UpdateAnalysisError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an analysis in Amazon QuickSight

pub fn update_analysis_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAnalysisPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAnalysisPermissionsResponse, RusotoError<UpdateAnalysisPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the read and write permissions for an analysis.

pub fn update_dashboard<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDashboardRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDashboardResponse, RusotoError<UpdateDashboardError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a dashboard in an AWS account.

pub fn update_dashboard_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDashboardPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDashboardPermissionsResponse, RusotoError<UpdateDashboardPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates read and write permissions on a dashboard.

pub fn update_dashboard_published_version<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDashboardPublishedVersionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDashboardPublishedVersionResponse, RusotoError<UpdateDashboardPublishedVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the published version of a dashboard.

pub fn update_data_set<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSetRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDataSetResponse, RusotoError<UpdateDataSetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a dataset.

pub fn update_data_set_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSetPermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDataSetPermissionsResponse, RusotoError<UpdateDataSetPermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the permissions on a dataset.

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

pub fn update_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDataSourceResponse, RusotoError<UpdateDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a data source.

pub fn update_data_source_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDataSourcePermissionsResponse, RusotoError<UpdateDataSourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the permissions to a data source.

pub fn update_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateGroupResponse, RusotoError<UpdateGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Changes a group description.

pub fn update_iam_policy_assignment<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateIAMPolicyAssignmentRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateIAMPolicyAssignmentResponse, RusotoError<UpdateIAMPolicyAssignmentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn update_template<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTemplateResponse, RusotoError<UpdateTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn update_template_alias<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTemplateAliasRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTemplateAliasResponse, RusotoError<UpdateTemplateAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the template alias of a template.

pub fn update_template_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTemplatePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTemplatePermissionsResponse, RusotoError<UpdateTemplatePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the resource permissions for a template.

pub fn update_theme<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThemeRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThemeResponse, RusotoError<UpdateThemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a theme.

pub fn update_theme_alias<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThemeAliasRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThemeAliasResponse, RusotoError<UpdateThemeAliasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an alias of a theme.

pub fn update_theme_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateThemePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateThemePermissionsResponse, RusotoError<UpdateThemePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn update_user<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUserResponse, RusotoError<UpdateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an Amazon QuickSight user.

Loading content...