pub struct Client<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description

Client for Amazon QuickSight

Client for invoking operations on Amazon QuickSight. Each operation on Amazon QuickSight is a method on this this struct. .send() MUST be invoked on the generated operations to dispatch the request to the service.

Examples

Constructing a client and invoking an operation

    // create a shared configuration. This can be used & shared between multiple service clients.
    let shared_config = aws_config::load_from_env().await;
    let client = aws_sdk_quicksight::Client::new(&shared_config);
    // invoke an operation
    /* let rsp = client
        .<operation_name>().
        .<param>("some value")
        .send().await; */

Constructing a client with custom configuration

use aws_config::RetryConfig;
    let shared_config = aws_config::load_from_env().await;
    let config = aws_sdk_quicksight::config::Builder::from(&shared_config)
        .retry_config(RetryConfig::disabled())
        .build();
    let client = aws_sdk_quicksight::Client::from_conf(config);

Implementations

Creates a client with the given service configuration.

Returns the client’s configuration.

Constructs a fluent builder for the CancelIngestion operation.

See CancelIngestion for more information about the operation and its arguments.

Constructs a fluent builder for the CreateAccountCustomization operation.

See CreateAccountCustomization for more information about the operation and its arguments.

Constructs a fluent builder for the CreateAnalysis operation.

See CreateAnalysis for more information about the operation and its arguments.

Constructs a fluent builder for the CreateDashboard operation.

See CreateDashboard for more information about the operation and its arguments.

Constructs a fluent builder for the CreateDataSet operation.

See CreateDataSet for more information about the operation and its arguments.

Constructs a fluent builder for the CreateDataSource operation.

See CreateDataSource for more information about the operation and its arguments.

Constructs a fluent builder for the CreateFolder operation.

See CreateFolder for more information about the operation and its arguments.

Constructs a fluent builder for the CreateFolderMembership operation.

See CreateFolderMembership for more information about the operation and its arguments.

Constructs a fluent builder for the CreateGroup operation.

See CreateGroup for more information about the operation and its arguments.

Constructs a fluent builder for the CreateGroupMembership operation.

See CreateGroupMembership for more information about the operation and its arguments.

Constructs a fluent builder for the CreateIAMPolicyAssignment operation.

See CreateIAMPolicyAssignment for more information about the operation and its arguments.

Constructs a fluent builder for the CreateIngestion operation.

See CreateIngestion for more information about the operation and its arguments.

Constructs a fluent builder for the CreateNamespace operation.

See CreateNamespace for more information about the operation and its arguments.

Constructs a fluent builder for the CreateTemplate operation.

See CreateTemplate for more information about the operation and its arguments.

Constructs a fluent builder for the CreateTemplateAlias operation.

See CreateTemplateAlias for more information about the operation and its arguments.

Constructs a fluent builder for the CreateTheme operation.

See CreateTheme for more information about the operation and its arguments.

Constructs a fluent builder for the CreateThemeAlias operation.

See CreateThemeAlias for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteAccountCustomization operation.

See DeleteAccountCustomization for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteAnalysis operation.

See DeleteAnalysis for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteDashboard operation.

See DeleteDashboard for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteDataSet operation.

See DeleteDataSet for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteDataSource operation.

See DeleteDataSource for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteFolder operation.

See DeleteFolder for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteFolderMembership operation.

See DeleteFolderMembership for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteGroup operation.

See DeleteGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteGroupMembership operation.

See DeleteGroupMembership for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteIAMPolicyAssignment operation.

See DeleteIAMPolicyAssignment for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteNamespace operation.

See DeleteNamespace for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteTemplate operation.

See DeleteTemplate for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteTemplateAlias operation.

See DeleteTemplateAlias for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteTheme operation.

See DeleteTheme for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteThemeAlias operation.

See DeleteThemeAlias for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteUser operation.

See DeleteUser for more information about the operation and its arguments.

Constructs a fluent builder for the DeleteUserByPrincipalId operation.

See DeleteUserByPrincipalId for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeAccountCustomization operation.

See DescribeAccountCustomization for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeAccountSettings operation.

See DescribeAccountSettings for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeAnalysis operation.

See DescribeAnalysis for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeAnalysisPermissions operation.

See DescribeAnalysisPermissions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeDashboard operation.

See DescribeDashboard for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeDashboardPermissions operation.

See DescribeDashboardPermissions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeDataSet operation.

See DescribeDataSet for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeDataSetPermissions operation.

See DescribeDataSetPermissions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeDataSource operation.

See DescribeDataSource for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeDataSourcePermissions operation.

See DescribeDataSourcePermissions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeFolder operation.

See DescribeFolder for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeFolderPermissions operation.

See DescribeFolderPermissions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeFolderResolvedPermissions operation.

See DescribeFolderResolvedPermissions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeGroup operation.

See DescribeGroup for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeIAMPolicyAssignment operation.

See DescribeIAMPolicyAssignment for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeIngestion operation.

See DescribeIngestion for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeIpRestriction operation.

See DescribeIpRestriction for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeNamespace operation.

See DescribeNamespace for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeTemplate operation.

See DescribeTemplate for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeTemplateAlias operation.

See DescribeTemplateAlias for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeTemplatePermissions operation.

See DescribeTemplatePermissions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeTheme operation.

See DescribeTheme for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeThemeAlias operation.

See DescribeThemeAlias for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeThemePermissions operation.

See DescribeThemePermissions for more information about the operation and its arguments.

Constructs a fluent builder for the DescribeUser operation.

See DescribeUser for more information about the operation and its arguments.

Constructs a fluent builder for the GenerateEmbedUrlForAnonymousUser operation.

See GenerateEmbedUrlForAnonymousUser for more information about the operation and its arguments.

Constructs a fluent builder for the GenerateEmbedUrlForRegisteredUser operation.

See GenerateEmbedUrlForRegisteredUser for more information about the operation and its arguments.

Constructs a fluent builder for the GetDashboardEmbedUrl operation.

See GetDashboardEmbedUrl for more information about the operation and its arguments.

Constructs a fluent builder for the GetSessionEmbedUrl operation.

See GetSessionEmbedUrl for more information about the operation and its arguments.

Constructs a fluent builder for the ListAnalyses operation.

See ListAnalyses for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListDashboards operation.

See ListDashboards for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListDashboardVersions operation.

See ListDashboardVersions for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListDataSets operation.

See ListDataSets for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListDataSources operation.

See ListDataSources for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListFolderMembers operation.

See ListFolderMembers for more information about the operation and its arguments.

Constructs a fluent builder for the ListFolders operation.

See ListFolders for more information about the operation and its arguments.

Constructs a fluent builder for the ListGroupMemberships operation.

See ListGroupMemberships for more information about the operation and its arguments.

Constructs a fluent builder for the ListGroups operation.

See ListGroups for more information about the operation and its arguments.

Constructs a fluent builder for the ListIAMPolicyAssignments operation.

See ListIAMPolicyAssignments for more information about the operation and its arguments.

Constructs a fluent builder for the ListIAMPolicyAssignmentsForUser operation.

See ListIAMPolicyAssignmentsForUser for more information about the operation and its arguments.

Constructs a fluent builder for the ListIngestions operation.

See ListIngestions for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListNamespaces operation.

See ListNamespaces for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListTagsForResource operation.

See ListTagsForResource for more information about the operation and its arguments.

Constructs a fluent builder for the ListTemplateAliases operation.

See ListTemplateAliases for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListTemplates operation.

See ListTemplates for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListTemplateVersions operation.

See ListTemplateVersions for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListThemeAliases operation.

See ListThemeAliases for more information about the operation and its arguments.

Constructs a fluent builder for the ListThemes operation.

See ListThemes for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListThemeVersions operation.

See ListThemeVersions for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the ListUserGroups operation.

See ListUserGroups for more information about the operation and its arguments.

Constructs a fluent builder for the ListUsers operation.

See ListUsers for more information about the operation and its arguments.

Constructs a fluent builder for the RegisterUser operation.

See RegisterUser for more information about the operation and its arguments.

Constructs a fluent builder for the RestoreAnalysis operation.

See RestoreAnalysis for more information about the operation and its arguments.

Constructs a fluent builder for the SearchAnalyses operation.

See SearchAnalyses for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the SearchDashboards operation.

See SearchDashboards for more information about the operation and its arguments. This operation supports pagination. See into_paginator().

Constructs a fluent builder for the SearchFolders operation.

See SearchFolders for more information about the operation and its arguments.

Constructs a fluent builder for the TagResource operation.

See TagResource for more information about the operation and its arguments.

Constructs a fluent builder for the UntagResource operation.

See UntagResource for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateAccountCustomization operation.

See UpdateAccountCustomization for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateAccountSettings operation.

See UpdateAccountSettings for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateAnalysis operation.

See UpdateAnalysis for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateAnalysisPermissions operation.

See UpdateAnalysisPermissions for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateDashboard operation.

See UpdateDashboard for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateDashboardPermissions operation.

See UpdateDashboardPermissions for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateDashboardPublishedVersion operation.

See UpdateDashboardPublishedVersion for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateDataSet operation.

See UpdateDataSet for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateDataSetPermissions operation.

See UpdateDataSetPermissions for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateDataSource operation.

See UpdateDataSource for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateDataSourcePermissions operation.

See UpdateDataSourcePermissions for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateFolder operation.

See UpdateFolder for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateFolderPermissions operation.

See UpdateFolderPermissions for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateGroup operation.

See UpdateGroup for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateIAMPolicyAssignment operation.

See UpdateIAMPolicyAssignment for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateIpRestriction operation.

See UpdateIpRestriction for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateTemplate operation.

See UpdateTemplate for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateTemplateAlias operation.

See UpdateTemplateAlias for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateTemplatePermissions operation.

See UpdateTemplatePermissions for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateTheme operation.

See UpdateTheme for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateThemeAlias operation.

See UpdateThemeAlias for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateThemePermissions operation.

See UpdateThemePermissions for more information about the operation and its arguments.

Constructs a fluent builder for the UpdateUser operation.

See UpdateUser for more information about the operation and its arguments.

Creates a client with the given service config and connector override.

Creates a new client from a shared config.

Creates a new client from the service Config.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more