@aws-sdk/client-quicksight 3.325.0 → 3.327.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/README.md +144 -0
- package/dist-cjs/QuickSight.js +36 -0
- package/dist-cjs/commands/CreateTopicCommand.js +46 -0
- package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
- package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTopicsCommand.js +45 -0
- package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
- package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/models/models_0.js +1 -11
- package/dist-cjs/models/models_1.js +46 -50
- package/dist-cjs/models/models_2.js +262 -141
- package/dist-cjs/models/models_3.js +167 -1
- package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
- package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
- package/dist-es/QuickSight.js +36 -0
- package/dist-es/commands/CreateTopicCommand.js +42 -0
- package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DeleteTopicCommand.js +41 -0
- package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeTopicCommand.js +42 -0
- package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
- package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTopicsCommand.js +41 -0
- package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicCommand.js +42 -0
- package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/index.js +18 -0
- package/dist-es/models/models_0.js +0 -9
- package/dist-es/models/models_1.js +41 -43
- package/dist-es/models/models_2.js +242 -135
- package/dist-es/models/models_3.js +161 -1
- package/dist-es/pagination/ListTopicsPaginator.js +25 -0
- package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2030 -298
- package/dist-types/QuickSight.d.ts +126 -0
- package/dist-types/QuickSightClient.d.ts +20 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +15 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +14 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +66 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +67 -4
- package/dist-types/commands/CreateDataSetCommand.d.ts +74 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +21 -4
- package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +67 -4
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4291 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4328 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +254 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +19 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +240 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +19 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +14 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +12 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -2
- package/dist-types/commands/DescribeIngestionCommand.d.ts +31 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +13 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +19 -1
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +24 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +13 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +64 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4310 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +13 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +81 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +18 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +21 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +21 -3
- package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListThemesCommand.d.ts +18 -0
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +23 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +8 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +66 -4
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +67 -4
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +74 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +19 -4
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +12 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +67 -4
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
- package/dist-types/commands/index.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +43 -91
- package/dist-types/models/models_1.d.ts +210 -281
- package/dist-types/models/models_2.d.ts +2375 -2163
- package/dist-types/models/models_3.d.ts +2468 -54
- package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
- package/dist-types/ts3.4/QuickSight.d.ts +306 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -22
- package/dist-types/ts3.4/models/models_1.d.ts +79 -75
- package/dist-types/ts3.4/models/models_2.d.ts +605 -500
- package/dist-types/ts3.4/models/models_3.d.ts +737 -9
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
- package/package.json +7 -7
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListTopics(config: QuickSightPaginationConfiguration, input: ListTopicsCommandInput, ...additionalArguments: any): Paginator<ListTopicsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "../commands/ListVPCConnectionsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListVPCConnections(config: QuickSightPaginationConfiguration, input: ListVPCConnectionsCommandInput, ...additionalArguments: any): Paginator<ListVPCConnectionsCommandOutput>;
|
|
@@ -11,6 +11,8 @@ export * from "./ListTemplateVersionsPaginator";
|
|
|
11
11
|
export * from "./ListTemplatesPaginator";
|
|
12
12
|
export * from "./ListThemeVersionsPaginator";
|
|
13
13
|
export * from "./ListThemesPaginator";
|
|
14
|
+
export * from "./ListTopicsPaginator";
|
|
15
|
+
export * from "./ListVPCConnectionsPaginator";
|
|
14
16
|
export * from "./SearchAnalysesPaginator";
|
|
15
17
|
export * from "./SearchDashboardsPaginator";
|
|
16
18
|
export * from "./SearchDataSetsPaginator";
|
|
@@ -19,6 +19,9 @@ import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } fro
|
|
|
19
19
|
import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "../commands/CreateTemplateCommand";
|
|
20
20
|
import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "../commands/CreateThemeAliasCommand";
|
|
21
21
|
import { CreateThemeCommandInput, CreateThemeCommandOutput } from "../commands/CreateThemeCommand";
|
|
22
|
+
import { CreateTopicCommandInput, CreateTopicCommandOutput } from "../commands/CreateTopicCommand";
|
|
23
|
+
import { CreateTopicRefreshScheduleCommandInput, CreateTopicRefreshScheduleCommandOutput } from "../commands/CreateTopicRefreshScheduleCommand";
|
|
24
|
+
import { CreateVPCConnectionCommandInput, CreateVPCConnectionCommandOutput } from "../commands/CreateVPCConnectionCommand";
|
|
22
25
|
import { DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput } from "../commands/DeleteAccountCustomizationCommand";
|
|
23
26
|
import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "../commands/DeleteAccountSubscriptionCommand";
|
|
24
27
|
import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "../commands/DeleteAnalysisCommand";
|
|
@@ -37,8 +40,11 @@ import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } fro
|
|
|
37
40
|
import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "../commands/DeleteTemplateCommand";
|
|
38
41
|
import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "../commands/DeleteThemeAliasCommand";
|
|
39
42
|
import { DeleteThemeCommandInput, DeleteThemeCommandOutput } from "../commands/DeleteThemeCommand";
|
|
43
|
+
import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "../commands/DeleteTopicCommand";
|
|
44
|
+
import { DeleteTopicRefreshScheduleCommandInput, DeleteTopicRefreshScheduleCommandOutput } from "../commands/DeleteTopicRefreshScheduleCommand";
|
|
40
45
|
import { DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput } from "../commands/DeleteUserByPrincipalIdCommand";
|
|
41
46
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
47
|
+
import { DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput } from "../commands/DeleteVPCConnectionCommand";
|
|
42
48
|
import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "../commands/DescribeAccountCustomizationCommand";
|
|
43
49
|
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
|
|
44
50
|
import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "../commands/DescribeAccountSubscriptionCommand";
|
|
@@ -70,7 +76,12 @@ import { DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCom
|
|
|
70
76
|
import { DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput } from "../commands/DescribeThemeAliasCommand";
|
|
71
77
|
import { DescribeThemeCommandInput, DescribeThemeCommandOutput } from "../commands/DescribeThemeCommand";
|
|
72
78
|
import { DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput } from "../commands/DescribeThemePermissionsCommand";
|
|
79
|
+
import { DescribeTopicCommandInput, DescribeTopicCommandOutput } from "../commands/DescribeTopicCommand";
|
|
80
|
+
import { DescribeTopicPermissionsCommandInput, DescribeTopicPermissionsCommandOutput } from "../commands/DescribeTopicPermissionsCommand";
|
|
81
|
+
import { DescribeTopicRefreshCommandInput, DescribeTopicRefreshCommandOutput } from "../commands/DescribeTopicRefreshCommand";
|
|
82
|
+
import { DescribeTopicRefreshScheduleCommandInput, DescribeTopicRefreshScheduleCommandOutput } from "../commands/DescribeTopicRefreshScheduleCommand";
|
|
73
83
|
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
|
|
84
|
+
import { DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput } from "../commands/DescribeVPCConnectionCommand";
|
|
74
85
|
import { GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput } from "../commands/GenerateEmbedUrlForAnonymousUserCommand";
|
|
75
86
|
import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput } from "../commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
76
87
|
import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "../commands/GetDashboardEmbedUrlCommand";
|
|
@@ -96,8 +107,11 @@ import { ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput } f
|
|
|
96
107
|
import { ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput } from "../commands/ListThemeAliasesCommand";
|
|
97
108
|
import { ListThemesCommandInput, ListThemesCommandOutput } from "../commands/ListThemesCommand";
|
|
98
109
|
import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "../commands/ListThemeVersionsCommand";
|
|
110
|
+
import { ListTopicRefreshSchedulesCommandInput, ListTopicRefreshSchedulesCommandOutput } from "../commands/ListTopicRefreshSchedulesCommand";
|
|
111
|
+
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
|
|
99
112
|
import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "../commands/ListUserGroupsCommand";
|
|
100
113
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
114
|
+
import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "../commands/ListVPCConnectionsCommand";
|
|
101
115
|
import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "../commands/PutDataSetRefreshPropertiesCommand";
|
|
102
116
|
import { RegisterUserCommandInput, RegisterUserCommandOutput } from "../commands/RegisterUserCommand";
|
|
103
117
|
import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "../commands/RestoreAnalysisCommand";
|
|
@@ -133,7 +147,11 @@ import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommand
|
|
|
133
147
|
import { UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput } from "../commands/UpdateThemeAliasCommand";
|
|
134
148
|
import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "../commands/UpdateThemeCommand";
|
|
135
149
|
import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput } from "../commands/UpdateThemePermissionsCommand";
|
|
150
|
+
import { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "../commands/UpdateTopicCommand";
|
|
151
|
+
import { UpdateTopicPermissionsCommandInput, UpdateTopicPermissionsCommandOutput } from "../commands/UpdateTopicPermissionsCommand";
|
|
152
|
+
import { UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput } from "../commands/UpdateTopicRefreshScheduleCommand";
|
|
136
153
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
154
|
+
import { UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput } from "../commands/UpdateVPCConnectionCommand";
|
|
137
155
|
/**
|
|
138
156
|
* serializeAws_restJson1CancelIngestionCommand
|
|
139
157
|
*/
|
|
@@ -210,6 +228,18 @@ export declare const se_CreateThemeCommand: (input: CreateThemeCommandInput, con
|
|
|
210
228
|
* serializeAws_restJson1CreateThemeAliasCommand
|
|
211
229
|
*/
|
|
212
230
|
export declare const se_CreateThemeAliasCommand: (input: CreateThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
|
+
/**
|
|
232
|
+
* serializeAws_restJson1CreateTopicCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const se_CreateTopicCommand: (input: CreateTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
|
+
/**
|
|
236
|
+
* serializeAws_restJson1CreateTopicRefreshScheduleCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const se_CreateTopicRefreshScheduleCommand: (input: CreateTopicRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
|
+
/**
|
|
240
|
+
* serializeAws_restJson1CreateVPCConnectionCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const se_CreateVPCConnectionCommand: (input: CreateVPCConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
243
|
/**
|
|
214
244
|
* serializeAws_restJson1DeleteAccountCustomizationCommand
|
|
215
245
|
*/
|
|
@@ -282,6 +312,14 @@ export declare const se_DeleteThemeCommand: (input: DeleteThemeCommandInput, con
|
|
|
282
312
|
* serializeAws_restJson1DeleteThemeAliasCommand
|
|
283
313
|
*/
|
|
284
314
|
export declare const se_DeleteThemeAliasCommand: (input: DeleteThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
315
|
+
/**
|
|
316
|
+
* serializeAws_restJson1DeleteTopicCommand
|
|
317
|
+
*/
|
|
318
|
+
export declare const se_DeleteTopicCommand: (input: DeleteTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
319
|
+
/**
|
|
320
|
+
* serializeAws_restJson1DeleteTopicRefreshScheduleCommand
|
|
321
|
+
*/
|
|
322
|
+
export declare const se_DeleteTopicRefreshScheduleCommand: (input: DeleteTopicRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
285
323
|
/**
|
|
286
324
|
* serializeAws_restJson1DeleteUserCommand
|
|
287
325
|
*/
|
|
@@ -290,6 +328,10 @@ export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, conte
|
|
|
290
328
|
* serializeAws_restJson1DeleteUserByPrincipalIdCommand
|
|
291
329
|
*/
|
|
292
330
|
export declare const se_DeleteUserByPrincipalIdCommand: (input: DeleteUserByPrincipalIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
331
|
+
/**
|
|
332
|
+
* serializeAws_restJson1DeleteVPCConnectionCommand
|
|
333
|
+
*/
|
|
334
|
+
export declare const se_DeleteVPCConnectionCommand: (input: DeleteVPCConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
293
335
|
/**
|
|
294
336
|
* serializeAws_restJson1DescribeAccountCustomizationCommand
|
|
295
337
|
*/
|
|
@@ -414,10 +456,30 @@ export declare const se_DescribeThemeAliasCommand: (input: DescribeThemeAliasCom
|
|
|
414
456
|
* serializeAws_restJson1DescribeThemePermissionsCommand
|
|
415
457
|
*/
|
|
416
458
|
export declare const se_DescribeThemePermissionsCommand: (input: DescribeThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
459
|
+
/**
|
|
460
|
+
* serializeAws_restJson1DescribeTopicCommand
|
|
461
|
+
*/
|
|
462
|
+
export declare const se_DescribeTopicCommand: (input: DescribeTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
463
|
+
/**
|
|
464
|
+
* serializeAws_restJson1DescribeTopicPermissionsCommand
|
|
465
|
+
*/
|
|
466
|
+
export declare const se_DescribeTopicPermissionsCommand: (input: DescribeTopicPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
467
|
+
/**
|
|
468
|
+
* serializeAws_restJson1DescribeTopicRefreshCommand
|
|
469
|
+
*/
|
|
470
|
+
export declare const se_DescribeTopicRefreshCommand: (input: DescribeTopicRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
471
|
+
/**
|
|
472
|
+
* serializeAws_restJson1DescribeTopicRefreshScheduleCommand
|
|
473
|
+
*/
|
|
474
|
+
export declare const se_DescribeTopicRefreshScheduleCommand: (input: DescribeTopicRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
417
475
|
/**
|
|
418
476
|
* serializeAws_restJson1DescribeUserCommand
|
|
419
477
|
*/
|
|
420
478
|
export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
479
|
+
/**
|
|
480
|
+
* serializeAws_restJson1DescribeVPCConnectionCommand
|
|
481
|
+
*/
|
|
482
|
+
export declare const se_DescribeVPCConnectionCommand: (input: DescribeVPCConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
421
483
|
/**
|
|
422
484
|
* serializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand
|
|
423
485
|
*/
|
|
@@ -518,6 +580,14 @@ export declare const se_ListThemesCommand: (input: ListThemesCommandInput, conte
|
|
|
518
580
|
* serializeAws_restJson1ListThemeVersionsCommand
|
|
519
581
|
*/
|
|
520
582
|
export declare const se_ListThemeVersionsCommand: (input: ListThemeVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
583
|
+
/**
|
|
584
|
+
* serializeAws_restJson1ListTopicRefreshSchedulesCommand
|
|
585
|
+
*/
|
|
586
|
+
export declare const se_ListTopicRefreshSchedulesCommand: (input: ListTopicRefreshSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
587
|
+
/**
|
|
588
|
+
* serializeAws_restJson1ListTopicsCommand
|
|
589
|
+
*/
|
|
590
|
+
export declare const se_ListTopicsCommand: (input: ListTopicsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
521
591
|
/**
|
|
522
592
|
* serializeAws_restJson1ListUserGroupsCommand
|
|
523
593
|
*/
|
|
@@ -526,6 +596,10 @@ export declare const se_ListUserGroupsCommand: (input: ListUserGroupsCommandInpu
|
|
|
526
596
|
* serializeAws_restJson1ListUsersCommand
|
|
527
597
|
*/
|
|
528
598
|
export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
599
|
+
/**
|
|
600
|
+
* serializeAws_restJson1ListVPCConnectionsCommand
|
|
601
|
+
*/
|
|
602
|
+
export declare const se_ListVPCConnectionsCommand: (input: ListVPCConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
529
603
|
/**
|
|
530
604
|
* serializeAws_restJson1PutDataSetRefreshPropertiesCommand
|
|
531
605
|
*/
|
|
@@ -666,10 +740,26 @@ export declare const se_UpdateThemeAliasCommand: (input: UpdateThemeAliasCommand
|
|
|
666
740
|
* serializeAws_restJson1UpdateThemePermissionsCommand
|
|
667
741
|
*/
|
|
668
742
|
export declare const se_UpdateThemePermissionsCommand: (input: UpdateThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
743
|
+
/**
|
|
744
|
+
* serializeAws_restJson1UpdateTopicCommand
|
|
745
|
+
*/
|
|
746
|
+
export declare const se_UpdateTopicCommand: (input: UpdateTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
747
|
+
/**
|
|
748
|
+
* serializeAws_restJson1UpdateTopicPermissionsCommand
|
|
749
|
+
*/
|
|
750
|
+
export declare const se_UpdateTopicPermissionsCommand: (input: UpdateTopicPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
751
|
+
/**
|
|
752
|
+
* serializeAws_restJson1UpdateTopicRefreshScheduleCommand
|
|
753
|
+
*/
|
|
754
|
+
export declare const se_UpdateTopicRefreshScheduleCommand: (input: UpdateTopicRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
669
755
|
/**
|
|
670
756
|
* serializeAws_restJson1UpdateUserCommand
|
|
671
757
|
*/
|
|
672
758
|
export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
759
|
+
/**
|
|
760
|
+
* serializeAws_restJson1UpdateVPCConnectionCommand
|
|
761
|
+
*/
|
|
762
|
+
export declare const se_UpdateVPCConnectionCommand: (input: UpdateVPCConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
673
763
|
/**
|
|
674
764
|
* deserializeAws_restJson1CancelIngestionCommand
|
|
675
765
|
*/
|
|
@@ -746,6 +836,18 @@ export declare const de_CreateThemeCommand: (output: __HttpResponse, context: __
|
|
|
746
836
|
* deserializeAws_restJson1CreateThemeAliasCommand
|
|
747
837
|
*/
|
|
748
838
|
export declare const de_CreateThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThemeAliasCommandOutput>;
|
|
839
|
+
/**
|
|
840
|
+
* deserializeAws_restJson1CreateTopicCommand
|
|
841
|
+
*/
|
|
842
|
+
export declare const de_CreateTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTopicCommandOutput>;
|
|
843
|
+
/**
|
|
844
|
+
* deserializeAws_restJson1CreateTopicRefreshScheduleCommand
|
|
845
|
+
*/
|
|
846
|
+
export declare const de_CreateTopicRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTopicRefreshScheduleCommandOutput>;
|
|
847
|
+
/**
|
|
848
|
+
* deserializeAws_restJson1CreateVPCConnectionCommand
|
|
849
|
+
*/
|
|
850
|
+
export declare const de_CreateVPCConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVPCConnectionCommandOutput>;
|
|
749
851
|
/**
|
|
750
852
|
* deserializeAws_restJson1DeleteAccountCustomizationCommand
|
|
751
853
|
*/
|
|
@@ -818,6 +920,14 @@ export declare const de_DeleteThemeCommand: (output: __HttpResponse, context: __
|
|
|
818
920
|
* deserializeAws_restJson1DeleteThemeAliasCommand
|
|
819
921
|
*/
|
|
820
922
|
export declare const de_DeleteThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThemeAliasCommandOutput>;
|
|
923
|
+
/**
|
|
924
|
+
* deserializeAws_restJson1DeleteTopicCommand
|
|
925
|
+
*/
|
|
926
|
+
export declare const de_DeleteTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTopicCommandOutput>;
|
|
927
|
+
/**
|
|
928
|
+
* deserializeAws_restJson1DeleteTopicRefreshScheduleCommand
|
|
929
|
+
*/
|
|
930
|
+
export declare const de_DeleteTopicRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTopicRefreshScheduleCommandOutput>;
|
|
821
931
|
/**
|
|
822
932
|
* deserializeAws_restJson1DeleteUserCommand
|
|
823
933
|
*/
|
|
@@ -826,6 +936,10 @@ export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __S
|
|
|
826
936
|
* deserializeAws_restJson1DeleteUserByPrincipalIdCommand
|
|
827
937
|
*/
|
|
828
938
|
export declare const de_DeleteUserByPrincipalIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserByPrincipalIdCommandOutput>;
|
|
939
|
+
/**
|
|
940
|
+
* deserializeAws_restJson1DeleteVPCConnectionCommand
|
|
941
|
+
*/
|
|
942
|
+
export declare const de_DeleteVPCConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVPCConnectionCommandOutput>;
|
|
829
943
|
/**
|
|
830
944
|
* deserializeAws_restJson1DescribeAccountCustomizationCommand
|
|
831
945
|
*/
|
|
@@ -950,10 +1064,30 @@ export declare const de_DescribeThemeAliasCommand: (output: __HttpResponse, cont
|
|
|
950
1064
|
* deserializeAws_restJson1DescribeThemePermissionsCommand
|
|
951
1065
|
*/
|
|
952
1066
|
export declare const de_DescribeThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemePermissionsCommandOutput>;
|
|
1067
|
+
/**
|
|
1068
|
+
* deserializeAws_restJson1DescribeTopicCommand
|
|
1069
|
+
*/
|
|
1070
|
+
export declare const de_DescribeTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicCommandOutput>;
|
|
1071
|
+
/**
|
|
1072
|
+
* deserializeAws_restJson1DescribeTopicPermissionsCommand
|
|
1073
|
+
*/
|
|
1074
|
+
export declare const de_DescribeTopicPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicPermissionsCommandOutput>;
|
|
1075
|
+
/**
|
|
1076
|
+
* deserializeAws_restJson1DescribeTopicRefreshCommand
|
|
1077
|
+
*/
|
|
1078
|
+
export declare const de_DescribeTopicRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicRefreshCommandOutput>;
|
|
1079
|
+
/**
|
|
1080
|
+
* deserializeAws_restJson1DescribeTopicRefreshScheduleCommand
|
|
1081
|
+
*/
|
|
1082
|
+
export declare const de_DescribeTopicRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicRefreshScheduleCommandOutput>;
|
|
953
1083
|
/**
|
|
954
1084
|
* deserializeAws_restJson1DescribeUserCommand
|
|
955
1085
|
*/
|
|
956
1086
|
export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
|
|
1087
|
+
/**
|
|
1088
|
+
* deserializeAws_restJson1DescribeVPCConnectionCommand
|
|
1089
|
+
*/
|
|
1090
|
+
export declare const de_DescribeVPCConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVPCConnectionCommandOutput>;
|
|
957
1091
|
/**
|
|
958
1092
|
* deserializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand
|
|
959
1093
|
*/
|
|
@@ -1054,6 +1188,14 @@ export declare const de_ListThemesCommand: (output: __HttpResponse, context: __S
|
|
|
1054
1188
|
* deserializeAws_restJson1ListThemeVersionsCommand
|
|
1055
1189
|
*/
|
|
1056
1190
|
export declare const de_ListThemeVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemeVersionsCommandOutput>;
|
|
1191
|
+
/**
|
|
1192
|
+
* deserializeAws_restJson1ListTopicRefreshSchedulesCommand
|
|
1193
|
+
*/
|
|
1194
|
+
export declare const de_ListTopicRefreshSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicRefreshSchedulesCommandOutput>;
|
|
1195
|
+
/**
|
|
1196
|
+
* deserializeAws_restJson1ListTopicsCommand
|
|
1197
|
+
*/
|
|
1198
|
+
export declare const de_ListTopicsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsCommandOutput>;
|
|
1057
1199
|
/**
|
|
1058
1200
|
* deserializeAws_restJson1ListUserGroupsCommand
|
|
1059
1201
|
*/
|
|
@@ -1062,6 +1204,10 @@ export declare const de_ListUserGroupsCommand: (output: __HttpResponse, context:
|
|
|
1062
1204
|
* deserializeAws_restJson1ListUsersCommand
|
|
1063
1205
|
*/
|
|
1064
1206
|
export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
|
|
1207
|
+
/**
|
|
1208
|
+
* deserializeAws_restJson1ListVPCConnectionsCommand
|
|
1209
|
+
*/
|
|
1210
|
+
export declare const de_ListVPCConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVPCConnectionsCommandOutput>;
|
|
1065
1211
|
/**
|
|
1066
1212
|
* deserializeAws_restJson1PutDataSetRefreshPropertiesCommand
|
|
1067
1213
|
*/
|
|
@@ -1202,7 +1348,23 @@ export declare const de_UpdateThemeAliasCommand: (output: __HttpResponse, contex
|
|
|
1202
1348
|
* deserializeAws_restJson1UpdateThemePermissionsCommand
|
|
1203
1349
|
*/
|
|
1204
1350
|
export declare const de_UpdateThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemePermissionsCommandOutput>;
|
|
1351
|
+
/**
|
|
1352
|
+
* deserializeAws_restJson1UpdateTopicCommand
|
|
1353
|
+
*/
|
|
1354
|
+
export declare const de_UpdateTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTopicCommandOutput>;
|
|
1355
|
+
/**
|
|
1356
|
+
* deserializeAws_restJson1UpdateTopicPermissionsCommand
|
|
1357
|
+
*/
|
|
1358
|
+
export declare const de_UpdateTopicPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTopicPermissionsCommandOutput>;
|
|
1359
|
+
/**
|
|
1360
|
+
* deserializeAws_restJson1UpdateTopicRefreshScheduleCommand
|
|
1361
|
+
*/
|
|
1362
|
+
export declare const de_UpdateTopicRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTopicRefreshScheduleCommandOutput>;
|
|
1205
1363
|
/**
|
|
1206
1364
|
* deserializeAws_restJson1UpdateUserCommand
|
|
1207
1365
|
*/
|
|
1208
1366
|
export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
|
|
1367
|
+
/**
|
|
1368
|
+
* deserializeAws_restJson1UpdateVPCConnectionCommand
|
|
1369
|
+
*/
|
|
1370
|
+
export declare const de_UpdateVPCConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVPCConnectionCommandOutput>;
|