[][src]Struct rusoto_quicksight::QuicksightClient

pub struct QuicksightClient { /* fields omitted */ }

A client for the Amazon QuickSight API.

Implementations

impl QuicksightClient[src]

pub fn new(region: Region) -> QuicksightClient[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

pub fn new_with<P, D>(
    request_dispatcher: D,
    credentials_provider: P,
    region: Region
) -> QuicksightClient where
    P: ProvideAwsCredentials + Send + Sync + 'static,
    D: DispatchSignedRequest + Send + Sync + 'static, 
[src]

pub fn new_with_client(client: Client, region: Region) -> QuicksightClient[src]

Trait Implementations

impl Clone for QuicksightClient[src]

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_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. The CreateDashboard, DescribeDashboard, and ListDashboardsByUser API operations act on the dashboard entity. 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 will be assigned to specified groups or users of Amazon QuickSight. The users and groups need to be in the same namespace.

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_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_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 action 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_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_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_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 URL and authorization code that you can embed in your web server code. Before you use this command, make sure that you have configured the dashboards and permissions.

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

  • They must be used together.

  • They can be used one time only.

  • They are valid for 5 minutes after you run this command.

  • The resulting user session is valid for 10 hours.

For more information, see Embedding Amazon QuickSight Dashboards in the Amazon QuickSight User Guide or Embedding Amazon QuickSight Dashboards in the Amazon QuickSight API Reference.

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_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 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]

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

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.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.