@aws-sdk/client-quicksight 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/QuickSight.d.ts +2056 -401
- package/dist-types/ts3.4/QuickSightClient.d.ts +824 -193
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +32 -8
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/QuickSightServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3200 -4030
- package/dist-types/ts3.4/models/models_1.d.ts +1430 -213
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { QuickSight } from "../QuickSight";
|
|
3
|
-
import { QuickSightClient } from "../QuickSightClient";
|
|
4
|
-
export interface QuickSightPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { QuickSight } from "../QuickSight";
|
|
3
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
4
|
+
export interface QuickSightPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: QuickSight | QuickSightClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAnalysesCommandInput,
|
|
4
|
+
ListAnalysesCommandOutput,
|
|
5
|
+
} from "../commands/ListAnalysesCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAnalyses(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListAnalysesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAnalysesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDashboardVersionsCommandInput,
|
|
4
|
+
ListDashboardVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListDashboardVersionsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDashboardVersions(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListDashboardVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDashboardVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDashboardsCommandInput,
|
|
4
|
+
ListDashboardsCommandOutput,
|
|
5
|
+
} from "../commands/ListDashboardsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDashboards(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListDashboardsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDashboardsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataSetsCommandInput,
|
|
4
|
+
ListDataSetsCommandOutput,
|
|
5
|
+
} from "../commands/ListDataSetsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDataSets(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListDataSetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDataSetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataSourcesCommandInput,
|
|
4
|
+
ListDataSourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListDataSourcesCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDataSources(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListDataSourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDataSourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIngestionsCommandInput,
|
|
4
|
+
ListIngestionsCommandOutput,
|
|
5
|
+
} from "../commands/ListIngestionsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIngestions(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListIngestionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIngestionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListNamespacesCommandInput,
|
|
4
|
+
ListNamespacesCommandOutput,
|
|
5
|
+
} from "../commands/ListNamespacesCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListNamespaces(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListNamespacesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListNamespacesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTemplateAliasesCommandInput,
|
|
4
|
+
ListTemplateAliasesCommandOutput,
|
|
5
|
+
} from "../commands/ListTemplateAliasesCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTemplateAliases(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListTemplateAliasesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTemplateAliasesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTemplateVersionsCommandInput,
|
|
4
|
+
ListTemplateVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListTemplateVersionsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTemplateVersions(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListTemplateVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTemplateVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTemplatesCommandInput,
|
|
4
|
+
ListTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/ListTemplatesCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTemplates(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListThemeVersionsCommandInput,
|
|
4
|
+
ListThemeVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListThemeVersionsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListThemeVersions(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListThemeVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListThemeVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListThemesCommandInput,
|
|
4
|
+
ListThemesCommandOutput,
|
|
5
|
+
} from "../commands/ListThemesCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListThemes(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListThemesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListThemesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchAnalysesCommandInput,
|
|
4
|
+
SearchAnalysesCommandOutput,
|
|
5
|
+
} from "../commands/SearchAnalysesCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchAnalyses(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: SearchAnalysesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchAnalysesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchDashboardsCommandInput,
|
|
4
|
+
SearchDashboardsCommandOutput,
|
|
5
|
+
} from "../commands/SearchDashboardsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchDashboards(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: SearchDashboardsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchDashboardsCommandOutput>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListAnalysesPaginator";
|
|
3
|
-
export * from "./ListDashboardVersionsPaginator";
|
|
4
|
-
export * from "./ListDashboardsPaginator";
|
|
5
|
-
export * from "./ListDataSetsPaginator";
|
|
6
|
-
export * from "./ListDataSourcesPaginator";
|
|
7
|
-
export * from "./ListIngestionsPaginator";
|
|
8
|
-
export * from "./ListNamespacesPaginator";
|
|
9
|
-
export * from "./ListTemplateAliasesPaginator";
|
|
10
|
-
export * from "./ListTemplateVersionsPaginator";
|
|
11
|
-
export * from "./ListTemplatesPaginator";
|
|
12
|
-
export * from "./ListThemeVersionsPaginator";
|
|
13
|
-
export * from "./ListThemesPaginator";
|
|
14
|
-
export * from "./SearchAnalysesPaginator";
|
|
15
|
-
export * from "./SearchDashboardsPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAnalysesPaginator";
|
|
3
|
+
export * from "./ListDashboardVersionsPaginator";
|
|
4
|
+
export * from "./ListDashboardsPaginator";
|
|
5
|
+
export * from "./ListDataSetsPaginator";
|
|
6
|
+
export * from "./ListDataSourcesPaginator";
|
|
7
|
+
export * from "./ListIngestionsPaginator";
|
|
8
|
+
export * from "./ListNamespacesPaginator";
|
|
9
|
+
export * from "./ListTemplateAliasesPaginator";
|
|
10
|
+
export * from "./ListTemplateVersionsPaginator";
|
|
11
|
+
export * from "./ListTemplatesPaginator";
|
|
12
|
+
export * from "./ListThemeVersionsPaginator";
|
|
13
|
+
export * from "./ListThemesPaginator";
|
|
14
|
+
export * from "./SearchAnalysesPaginator";
|
|
15
|
+
export * from "./SearchDashboardsPaginator";
|