@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
|
@@ -75,6 +75,18 @@ import {
|
|
|
75
75
|
CreateThemeCommandInput,
|
|
76
76
|
CreateThemeCommandOutput,
|
|
77
77
|
} from "./commands/CreateThemeCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateTopicCommandInput,
|
|
80
|
+
CreateTopicCommandOutput,
|
|
81
|
+
} from "./commands/CreateTopicCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateTopicRefreshScheduleCommandInput,
|
|
84
|
+
CreateTopicRefreshScheduleCommandOutput,
|
|
85
|
+
} from "./commands/CreateTopicRefreshScheduleCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateVPCConnectionCommandInput,
|
|
88
|
+
CreateVPCConnectionCommandOutput,
|
|
89
|
+
} from "./commands/CreateVPCConnectionCommand";
|
|
78
90
|
import {
|
|
79
91
|
DeleteAccountCustomizationCommandInput,
|
|
80
92
|
DeleteAccountCustomizationCommandOutput,
|
|
@@ -147,6 +159,14 @@ import {
|
|
|
147
159
|
DeleteThemeCommandInput,
|
|
148
160
|
DeleteThemeCommandOutput,
|
|
149
161
|
} from "./commands/DeleteThemeCommand";
|
|
162
|
+
import {
|
|
163
|
+
DeleteTopicCommandInput,
|
|
164
|
+
DeleteTopicCommandOutput,
|
|
165
|
+
} from "./commands/DeleteTopicCommand";
|
|
166
|
+
import {
|
|
167
|
+
DeleteTopicRefreshScheduleCommandInput,
|
|
168
|
+
DeleteTopicRefreshScheduleCommandOutput,
|
|
169
|
+
} from "./commands/DeleteTopicRefreshScheduleCommand";
|
|
150
170
|
import {
|
|
151
171
|
DeleteUserByPrincipalIdCommandInput,
|
|
152
172
|
DeleteUserByPrincipalIdCommandOutput,
|
|
@@ -155,6 +175,10 @@ import {
|
|
|
155
175
|
DeleteUserCommandInput,
|
|
156
176
|
DeleteUserCommandOutput,
|
|
157
177
|
} from "./commands/DeleteUserCommand";
|
|
178
|
+
import {
|
|
179
|
+
DeleteVPCConnectionCommandInput,
|
|
180
|
+
DeleteVPCConnectionCommandOutput,
|
|
181
|
+
} from "./commands/DeleteVPCConnectionCommand";
|
|
158
182
|
import {
|
|
159
183
|
DescribeAccountCustomizationCommandInput,
|
|
160
184
|
DescribeAccountCustomizationCommandOutput,
|
|
@@ -279,10 +303,30 @@ import {
|
|
|
279
303
|
DescribeThemePermissionsCommandInput,
|
|
280
304
|
DescribeThemePermissionsCommandOutput,
|
|
281
305
|
} from "./commands/DescribeThemePermissionsCommand";
|
|
306
|
+
import {
|
|
307
|
+
DescribeTopicCommandInput,
|
|
308
|
+
DescribeTopicCommandOutput,
|
|
309
|
+
} from "./commands/DescribeTopicCommand";
|
|
310
|
+
import {
|
|
311
|
+
DescribeTopicPermissionsCommandInput,
|
|
312
|
+
DescribeTopicPermissionsCommandOutput,
|
|
313
|
+
} from "./commands/DescribeTopicPermissionsCommand";
|
|
314
|
+
import {
|
|
315
|
+
DescribeTopicRefreshCommandInput,
|
|
316
|
+
DescribeTopicRefreshCommandOutput,
|
|
317
|
+
} from "./commands/DescribeTopicRefreshCommand";
|
|
318
|
+
import {
|
|
319
|
+
DescribeTopicRefreshScheduleCommandInput,
|
|
320
|
+
DescribeTopicRefreshScheduleCommandOutput,
|
|
321
|
+
} from "./commands/DescribeTopicRefreshScheduleCommand";
|
|
282
322
|
import {
|
|
283
323
|
DescribeUserCommandInput,
|
|
284
324
|
DescribeUserCommandOutput,
|
|
285
325
|
} from "./commands/DescribeUserCommand";
|
|
326
|
+
import {
|
|
327
|
+
DescribeVPCConnectionCommandInput,
|
|
328
|
+
DescribeVPCConnectionCommandOutput,
|
|
329
|
+
} from "./commands/DescribeVPCConnectionCommand";
|
|
286
330
|
import {
|
|
287
331
|
GenerateEmbedUrlForAnonymousUserCommandInput,
|
|
288
332
|
GenerateEmbedUrlForAnonymousUserCommandOutput,
|
|
@@ -383,6 +427,14 @@ import {
|
|
|
383
427
|
ListThemeVersionsCommandInput,
|
|
384
428
|
ListThemeVersionsCommandOutput,
|
|
385
429
|
} from "./commands/ListThemeVersionsCommand";
|
|
430
|
+
import {
|
|
431
|
+
ListTopicRefreshSchedulesCommandInput,
|
|
432
|
+
ListTopicRefreshSchedulesCommandOutput,
|
|
433
|
+
} from "./commands/ListTopicRefreshSchedulesCommand";
|
|
434
|
+
import {
|
|
435
|
+
ListTopicsCommandInput,
|
|
436
|
+
ListTopicsCommandOutput,
|
|
437
|
+
} from "./commands/ListTopicsCommand";
|
|
386
438
|
import {
|
|
387
439
|
ListUserGroupsCommandInput,
|
|
388
440
|
ListUserGroupsCommandOutput,
|
|
@@ -391,6 +443,10 @@ import {
|
|
|
391
443
|
ListUsersCommandInput,
|
|
392
444
|
ListUsersCommandOutput,
|
|
393
445
|
} from "./commands/ListUsersCommand";
|
|
446
|
+
import {
|
|
447
|
+
ListVPCConnectionsCommandInput,
|
|
448
|
+
ListVPCConnectionsCommandOutput,
|
|
449
|
+
} from "./commands/ListVPCConnectionsCommand";
|
|
394
450
|
import {
|
|
395
451
|
PutDataSetRefreshPropertiesCommandInput,
|
|
396
452
|
PutDataSetRefreshPropertiesCommandOutput,
|
|
@@ -531,10 +587,26 @@ import {
|
|
|
531
587
|
UpdateThemePermissionsCommandInput,
|
|
532
588
|
UpdateThemePermissionsCommandOutput,
|
|
533
589
|
} from "./commands/UpdateThemePermissionsCommand";
|
|
590
|
+
import {
|
|
591
|
+
UpdateTopicCommandInput,
|
|
592
|
+
UpdateTopicCommandOutput,
|
|
593
|
+
} from "./commands/UpdateTopicCommand";
|
|
594
|
+
import {
|
|
595
|
+
UpdateTopicPermissionsCommandInput,
|
|
596
|
+
UpdateTopicPermissionsCommandOutput,
|
|
597
|
+
} from "./commands/UpdateTopicPermissionsCommand";
|
|
598
|
+
import {
|
|
599
|
+
UpdateTopicRefreshScheduleCommandInput,
|
|
600
|
+
UpdateTopicRefreshScheduleCommandOutput,
|
|
601
|
+
} from "./commands/UpdateTopicRefreshScheduleCommand";
|
|
534
602
|
import {
|
|
535
603
|
UpdateUserCommandInput,
|
|
536
604
|
UpdateUserCommandOutput,
|
|
537
605
|
} from "./commands/UpdateUserCommand";
|
|
606
|
+
import {
|
|
607
|
+
UpdateVPCConnectionCommandInput,
|
|
608
|
+
UpdateVPCConnectionCommandOutput,
|
|
609
|
+
} from "./commands/UpdateVPCConnectionCommand";
|
|
538
610
|
import { QuickSightClient } from "./QuickSightClient";
|
|
539
611
|
export interface QuickSight {
|
|
540
612
|
cancelIngestion(
|
|
@@ -784,6 +856,45 @@ export interface QuickSight {
|
|
|
784
856
|
options: __HttpHandlerOptions,
|
|
785
857
|
cb: (err: any, data?: CreateThemeAliasCommandOutput) => void
|
|
786
858
|
): void;
|
|
859
|
+
createTopic(
|
|
860
|
+
args: CreateTopicCommandInput,
|
|
861
|
+
options?: __HttpHandlerOptions
|
|
862
|
+
): Promise<CreateTopicCommandOutput>;
|
|
863
|
+
createTopic(
|
|
864
|
+
args: CreateTopicCommandInput,
|
|
865
|
+
cb: (err: any, data?: CreateTopicCommandOutput) => void
|
|
866
|
+
): void;
|
|
867
|
+
createTopic(
|
|
868
|
+
args: CreateTopicCommandInput,
|
|
869
|
+
options: __HttpHandlerOptions,
|
|
870
|
+
cb: (err: any, data?: CreateTopicCommandOutput) => void
|
|
871
|
+
): void;
|
|
872
|
+
createTopicRefreshSchedule(
|
|
873
|
+
args: CreateTopicRefreshScheduleCommandInput,
|
|
874
|
+
options?: __HttpHandlerOptions
|
|
875
|
+
): Promise<CreateTopicRefreshScheduleCommandOutput>;
|
|
876
|
+
createTopicRefreshSchedule(
|
|
877
|
+
args: CreateTopicRefreshScheduleCommandInput,
|
|
878
|
+
cb: (err: any, data?: CreateTopicRefreshScheduleCommandOutput) => void
|
|
879
|
+
): void;
|
|
880
|
+
createTopicRefreshSchedule(
|
|
881
|
+
args: CreateTopicRefreshScheduleCommandInput,
|
|
882
|
+
options: __HttpHandlerOptions,
|
|
883
|
+
cb: (err: any, data?: CreateTopicRefreshScheduleCommandOutput) => void
|
|
884
|
+
): void;
|
|
885
|
+
createVPCConnection(
|
|
886
|
+
args: CreateVPCConnectionCommandInput,
|
|
887
|
+
options?: __HttpHandlerOptions
|
|
888
|
+
): Promise<CreateVPCConnectionCommandOutput>;
|
|
889
|
+
createVPCConnection(
|
|
890
|
+
args: CreateVPCConnectionCommandInput,
|
|
891
|
+
cb: (err: any, data?: CreateVPCConnectionCommandOutput) => void
|
|
892
|
+
): void;
|
|
893
|
+
createVPCConnection(
|
|
894
|
+
args: CreateVPCConnectionCommandInput,
|
|
895
|
+
options: __HttpHandlerOptions,
|
|
896
|
+
cb: (err: any, data?: CreateVPCConnectionCommandOutput) => void
|
|
897
|
+
): void;
|
|
787
898
|
deleteAccountCustomization(
|
|
788
899
|
args: DeleteAccountCustomizationCommandInput,
|
|
789
900
|
options?: __HttpHandlerOptions
|
|
@@ -1018,6 +1129,32 @@ export interface QuickSight {
|
|
|
1018
1129
|
options: __HttpHandlerOptions,
|
|
1019
1130
|
cb: (err: any, data?: DeleteThemeAliasCommandOutput) => void
|
|
1020
1131
|
): void;
|
|
1132
|
+
deleteTopic(
|
|
1133
|
+
args: DeleteTopicCommandInput,
|
|
1134
|
+
options?: __HttpHandlerOptions
|
|
1135
|
+
): Promise<DeleteTopicCommandOutput>;
|
|
1136
|
+
deleteTopic(
|
|
1137
|
+
args: DeleteTopicCommandInput,
|
|
1138
|
+
cb: (err: any, data?: DeleteTopicCommandOutput) => void
|
|
1139
|
+
): void;
|
|
1140
|
+
deleteTopic(
|
|
1141
|
+
args: DeleteTopicCommandInput,
|
|
1142
|
+
options: __HttpHandlerOptions,
|
|
1143
|
+
cb: (err: any, data?: DeleteTopicCommandOutput) => void
|
|
1144
|
+
): void;
|
|
1145
|
+
deleteTopicRefreshSchedule(
|
|
1146
|
+
args: DeleteTopicRefreshScheduleCommandInput,
|
|
1147
|
+
options?: __HttpHandlerOptions
|
|
1148
|
+
): Promise<DeleteTopicRefreshScheduleCommandOutput>;
|
|
1149
|
+
deleteTopicRefreshSchedule(
|
|
1150
|
+
args: DeleteTopicRefreshScheduleCommandInput,
|
|
1151
|
+
cb: (err: any, data?: DeleteTopicRefreshScheduleCommandOutput) => void
|
|
1152
|
+
): void;
|
|
1153
|
+
deleteTopicRefreshSchedule(
|
|
1154
|
+
args: DeleteTopicRefreshScheduleCommandInput,
|
|
1155
|
+
options: __HttpHandlerOptions,
|
|
1156
|
+
cb: (err: any, data?: DeleteTopicRefreshScheduleCommandOutput) => void
|
|
1157
|
+
): void;
|
|
1021
1158
|
deleteUser(
|
|
1022
1159
|
args: DeleteUserCommandInput,
|
|
1023
1160
|
options?: __HttpHandlerOptions
|
|
@@ -1044,6 +1181,19 @@ export interface QuickSight {
|
|
|
1044
1181
|
options: __HttpHandlerOptions,
|
|
1045
1182
|
cb: (err: any, data?: DeleteUserByPrincipalIdCommandOutput) => void
|
|
1046
1183
|
): void;
|
|
1184
|
+
deleteVPCConnection(
|
|
1185
|
+
args: DeleteVPCConnectionCommandInput,
|
|
1186
|
+
options?: __HttpHandlerOptions
|
|
1187
|
+
): Promise<DeleteVPCConnectionCommandOutput>;
|
|
1188
|
+
deleteVPCConnection(
|
|
1189
|
+
args: DeleteVPCConnectionCommandInput,
|
|
1190
|
+
cb: (err: any, data?: DeleteVPCConnectionCommandOutput) => void
|
|
1191
|
+
): void;
|
|
1192
|
+
deleteVPCConnection(
|
|
1193
|
+
args: DeleteVPCConnectionCommandInput,
|
|
1194
|
+
options: __HttpHandlerOptions,
|
|
1195
|
+
cb: (err: any, data?: DeleteVPCConnectionCommandOutput) => void
|
|
1196
|
+
): void;
|
|
1047
1197
|
describeAccountCustomization(
|
|
1048
1198
|
args: DescribeAccountCustomizationCommandInput,
|
|
1049
1199
|
options?: __HttpHandlerOptions
|
|
@@ -1453,6 +1603,58 @@ export interface QuickSight {
|
|
|
1453
1603
|
options: __HttpHandlerOptions,
|
|
1454
1604
|
cb: (err: any, data?: DescribeThemePermissionsCommandOutput) => void
|
|
1455
1605
|
): void;
|
|
1606
|
+
describeTopic(
|
|
1607
|
+
args: DescribeTopicCommandInput,
|
|
1608
|
+
options?: __HttpHandlerOptions
|
|
1609
|
+
): Promise<DescribeTopicCommandOutput>;
|
|
1610
|
+
describeTopic(
|
|
1611
|
+
args: DescribeTopicCommandInput,
|
|
1612
|
+
cb: (err: any, data?: DescribeTopicCommandOutput) => void
|
|
1613
|
+
): void;
|
|
1614
|
+
describeTopic(
|
|
1615
|
+
args: DescribeTopicCommandInput,
|
|
1616
|
+
options: __HttpHandlerOptions,
|
|
1617
|
+
cb: (err: any, data?: DescribeTopicCommandOutput) => void
|
|
1618
|
+
): void;
|
|
1619
|
+
describeTopicPermissions(
|
|
1620
|
+
args: DescribeTopicPermissionsCommandInput,
|
|
1621
|
+
options?: __HttpHandlerOptions
|
|
1622
|
+
): Promise<DescribeTopicPermissionsCommandOutput>;
|
|
1623
|
+
describeTopicPermissions(
|
|
1624
|
+
args: DescribeTopicPermissionsCommandInput,
|
|
1625
|
+
cb: (err: any, data?: DescribeTopicPermissionsCommandOutput) => void
|
|
1626
|
+
): void;
|
|
1627
|
+
describeTopicPermissions(
|
|
1628
|
+
args: DescribeTopicPermissionsCommandInput,
|
|
1629
|
+
options: __HttpHandlerOptions,
|
|
1630
|
+
cb: (err: any, data?: DescribeTopicPermissionsCommandOutput) => void
|
|
1631
|
+
): void;
|
|
1632
|
+
describeTopicRefresh(
|
|
1633
|
+
args: DescribeTopicRefreshCommandInput,
|
|
1634
|
+
options?: __HttpHandlerOptions
|
|
1635
|
+
): Promise<DescribeTopicRefreshCommandOutput>;
|
|
1636
|
+
describeTopicRefresh(
|
|
1637
|
+
args: DescribeTopicRefreshCommandInput,
|
|
1638
|
+
cb: (err: any, data?: DescribeTopicRefreshCommandOutput) => void
|
|
1639
|
+
): void;
|
|
1640
|
+
describeTopicRefresh(
|
|
1641
|
+
args: DescribeTopicRefreshCommandInput,
|
|
1642
|
+
options: __HttpHandlerOptions,
|
|
1643
|
+
cb: (err: any, data?: DescribeTopicRefreshCommandOutput) => void
|
|
1644
|
+
): void;
|
|
1645
|
+
describeTopicRefreshSchedule(
|
|
1646
|
+
args: DescribeTopicRefreshScheduleCommandInput,
|
|
1647
|
+
options?: __HttpHandlerOptions
|
|
1648
|
+
): Promise<DescribeTopicRefreshScheduleCommandOutput>;
|
|
1649
|
+
describeTopicRefreshSchedule(
|
|
1650
|
+
args: DescribeTopicRefreshScheduleCommandInput,
|
|
1651
|
+
cb: (err: any, data?: DescribeTopicRefreshScheduleCommandOutput) => void
|
|
1652
|
+
): void;
|
|
1653
|
+
describeTopicRefreshSchedule(
|
|
1654
|
+
args: DescribeTopicRefreshScheduleCommandInput,
|
|
1655
|
+
options: __HttpHandlerOptions,
|
|
1656
|
+
cb: (err: any, data?: DescribeTopicRefreshScheduleCommandOutput) => void
|
|
1657
|
+
): void;
|
|
1456
1658
|
describeUser(
|
|
1457
1659
|
args: DescribeUserCommandInput,
|
|
1458
1660
|
options?: __HttpHandlerOptions
|
|
@@ -1466,6 +1668,19 @@ export interface QuickSight {
|
|
|
1466
1668
|
options: __HttpHandlerOptions,
|
|
1467
1669
|
cb: (err: any, data?: DescribeUserCommandOutput) => void
|
|
1468
1670
|
): void;
|
|
1671
|
+
describeVPCConnection(
|
|
1672
|
+
args: DescribeVPCConnectionCommandInput,
|
|
1673
|
+
options?: __HttpHandlerOptions
|
|
1674
|
+
): Promise<DescribeVPCConnectionCommandOutput>;
|
|
1675
|
+
describeVPCConnection(
|
|
1676
|
+
args: DescribeVPCConnectionCommandInput,
|
|
1677
|
+
cb: (err: any, data?: DescribeVPCConnectionCommandOutput) => void
|
|
1678
|
+
): void;
|
|
1679
|
+
describeVPCConnection(
|
|
1680
|
+
args: DescribeVPCConnectionCommandInput,
|
|
1681
|
+
options: __HttpHandlerOptions,
|
|
1682
|
+
cb: (err: any, data?: DescribeVPCConnectionCommandOutput) => void
|
|
1683
|
+
): void;
|
|
1469
1684
|
generateEmbedUrlForAnonymousUser(
|
|
1470
1685
|
args: GenerateEmbedUrlForAnonymousUserCommandInput,
|
|
1471
1686
|
options?: __HttpHandlerOptions
|
|
@@ -1797,6 +2012,32 @@ export interface QuickSight {
|
|
|
1797
2012
|
options: __HttpHandlerOptions,
|
|
1798
2013
|
cb: (err: any, data?: ListThemeVersionsCommandOutput) => void
|
|
1799
2014
|
): void;
|
|
2015
|
+
listTopicRefreshSchedules(
|
|
2016
|
+
args: ListTopicRefreshSchedulesCommandInput,
|
|
2017
|
+
options?: __HttpHandlerOptions
|
|
2018
|
+
): Promise<ListTopicRefreshSchedulesCommandOutput>;
|
|
2019
|
+
listTopicRefreshSchedules(
|
|
2020
|
+
args: ListTopicRefreshSchedulesCommandInput,
|
|
2021
|
+
cb: (err: any, data?: ListTopicRefreshSchedulesCommandOutput) => void
|
|
2022
|
+
): void;
|
|
2023
|
+
listTopicRefreshSchedules(
|
|
2024
|
+
args: ListTopicRefreshSchedulesCommandInput,
|
|
2025
|
+
options: __HttpHandlerOptions,
|
|
2026
|
+
cb: (err: any, data?: ListTopicRefreshSchedulesCommandOutput) => void
|
|
2027
|
+
): void;
|
|
2028
|
+
listTopics(
|
|
2029
|
+
args: ListTopicsCommandInput,
|
|
2030
|
+
options?: __HttpHandlerOptions
|
|
2031
|
+
): Promise<ListTopicsCommandOutput>;
|
|
2032
|
+
listTopics(
|
|
2033
|
+
args: ListTopicsCommandInput,
|
|
2034
|
+
cb: (err: any, data?: ListTopicsCommandOutput) => void
|
|
2035
|
+
): void;
|
|
2036
|
+
listTopics(
|
|
2037
|
+
args: ListTopicsCommandInput,
|
|
2038
|
+
options: __HttpHandlerOptions,
|
|
2039
|
+
cb: (err: any, data?: ListTopicsCommandOutput) => void
|
|
2040
|
+
): void;
|
|
1800
2041
|
listUserGroups(
|
|
1801
2042
|
args: ListUserGroupsCommandInput,
|
|
1802
2043
|
options?: __HttpHandlerOptions
|
|
@@ -1823,6 +2064,19 @@ export interface QuickSight {
|
|
|
1823
2064
|
options: __HttpHandlerOptions,
|
|
1824
2065
|
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
1825
2066
|
): void;
|
|
2067
|
+
listVPCConnections(
|
|
2068
|
+
args: ListVPCConnectionsCommandInput,
|
|
2069
|
+
options?: __HttpHandlerOptions
|
|
2070
|
+
): Promise<ListVPCConnectionsCommandOutput>;
|
|
2071
|
+
listVPCConnections(
|
|
2072
|
+
args: ListVPCConnectionsCommandInput,
|
|
2073
|
+
cb: (err: any, data?: ListVPCConnectionsCommandOutput) => void
|
|
2074
|
+
): void;
|
|
2075
|
+
listVPCConnections(
|
|
2076
|
+
args: ListVPCConnectionsCommandInput,
|
|
2077
|
+
options: __HttpHandlerOptions,
|
|
2078
|
+
cb: (err: any, data?: ListVPCConnectionsCommandOutput) => void
|
|
2079
|
+
): void;
|
|
1826
2080
|
putDataSetRefreshProperties(
|
|
1827
2081
|
args: PutDataSetRefreshPropertiesCommandInput,
|
|
1828
2082
|
options?: __HttpHandlerOptions
|
|
@@ -2278,6 +2532,45 @@ export interface QuickSight {
|
|
|
2278
2532
|
options: __HttpHandlerOptions,
|
|
2279
2533
|
cb: (err: any, data?: UpdateThemePermissionsCommandOutput) => void
|
|
2280
2534
|
): void;
|
|
2535
|
+
updateTopic(
|
|
2536
|
+
args: UpdateTopicCommandInput,
|
|
2537
|
+
options?: __HttpHandlerOptions
|
|
2538
|
+
): Promise<UpdateTopicCommandOutput>;
|
|
2539
|
+
updateTopic(
|
|
2540
|
+
args: UpdateTopicCommandInput,
|
|
2541
|
+
cb: (err: any, data?: UpdateTopicCommandOutput) => void
|
|
2542
|
+
): void;
|
|
2543
|
+
updateTopic(
|
|
2544
|
+
args: UpdateTopicCommandInput,
|
|
2545
|
+
options: __HttpHandlerOptions,
|
|
2546
|
+
cb: (err: any, data?: UpdateTopicCommandOutput) => void
|
|
2547
|
+
): void;
|
|
2548
|
+
updateTopicPermissions(
|
|
2549
|
+
args: UpdateTopicPermissionsCommandInput,
|
|
2550
|
+
options?: __HttpHandlerOptions
|
|
2551
|
+
): Promise<UpdateTopicPermissionsCommandOutput>;
|
|
2552
|
+
updateTopicPermissions(
|
|
2553
|
+
args: UpdateTopicPermissionsCommandInput,
|
|
2554
|
+
cb: (err: any, data?: UpdateTopicPermissionsCommandOutput) => void
|
|
2555
|
+
): void;
|
|
2556
|
+
updateTopicPermissions(
|
|
2557
|
+
args: UpdateTopicPermissionsCommandInput,
|
|
2558
|
+
options: __HttpHandlerOptions,
|
|
2559
|
+
cb: (err: any, data?: UpdateTopicPermissionsCommandOutput) => void
|
|
2560
|
+
): void;
|
|
2561
|
+
updateTopicRefreshSchedule(
|
|
2562
|
+
args: UpdateTopicRefreshScheduleCommandInput,
|
|
2563
|
+
options?: __HttpHandlerOptions
|
|
2564
|
+
): Promise<UpdateTopicRefreshScheduleCommandOutput>;
|
|
2565
|
+
updateTopicRefreshSchedule(
|
|
2566
|
+
args: UpdateTopicRefreshScheduleCommandInput,
|
|
2567
|
+
cb: (err: any, data?: UpdateTopicRefreshScheduleCommandOutput) => void
|
|
2568
|
+
): void;
|
|
2569
|
+
updateTopicRefreshSchedule(
|
|
2570
|
+
args: UpdateTopicRefreshScheduleCommandInput,
|
|
2571
|
+
options: __HttpHandlerOptions,
|
|
2572
|
+
cb: (err: any, data?: UpdateTopicRefreshScheduleCommandOutput) => void
|
|
2573
|
+
): void;
|
|
2281
2574
|
updateUser(
|
|
2282
2575
|
args: UpdateUserCommandInput,
|
|
2283
2576
|
options?: __HttpHandlerOptions
|
|
@@ -2291,6 +2584,19 @@ export interface QuickSight {
|
|
|
2291
2584
|
options: __HttpHandlerOptions,
|
|
2292
2585
|
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
2293
2586
|
): void;
|
|
2587
|
+
updateVPCConnection(
|
|
2588
|
+
args: UpdateVPCConnectionCommandInput,
|
|
2589
|
+
options?: __HttpHandlerOptions
|
|
2590
|
+
): Promise<UpdateVPCConnectionCommandOutput>;
|
|
2591
|
+
updateVPCConnection(
|
|
2592
|
+
args: UpdateVPCConnectionCommandInput,
|
|
2593
|
+
cb: (err: any, data?: UpdateVPCConnectionCommandOutput) => void
|
|
2594
|
+
): void;
|
|
2595
|
+
updateVPCConnection(
|
|
2596
|
+
args: UpdateVPCConnectionCommandInput,
|
|
2597
|
+
options: __HttpHandlerOptions,
|
|
2598
|
+
cb: (err: any, data?: UpdateVPCConnectionCommandOutput) => void
|
|
2599
|
+
): void;
|
|
2294
2600
|
}
|
|
2295
2601
|
export declare class QuickSight
|
|
2296
2602
|
extends QuickSightClient
|
|
@@ -120,6 +120,18 @@ import {
|
|
|
120
120
|
CreateThemeCommandInput,
|
|
121
121
|
CreateThemeCommandOutput,
|
|
122
122
|
} from "./commands/CreateThemeCommand";
|
|
123
|
+
import {
|
|
124
|
+
CreateTopicCommandInput,
|
|
125
|
+
CreateTopicCommandOutput,
|
|
126
|
+
} from "./commands/CreateTopicCommand";
|
|
127
|
+
import {
|
|
128
|
+
CreateTopicRefreshScheduleCommandInput,
|
|
129
|
+
CreateTopicRefreshScheduleCommandOutput,
|
|
130
|
+
} from "./commands/CreateTopicRefreshScheduleCommand";
|
|
131
|
+
import {
|
|
132
|
+
CreateVPCConnectionCommandInput,
|
|
133
|
+
CreateVPCConnectionCommandOutput,
|
|
134
|
+
} from "./commands/CreateVPCConnectionCommand";
|
|
123
135
|
import {
|
|
124
136
|
DeleteAccountCustomizationCommandInput,
|
|
125
137
|
DeleteAccountCustomizationCommandOutput,
|
|
@@ -192,6 +204,14 @@ import {
|
|
|
192
204
|
DeleteThemeCommandInput,
|
|
193
205
|
DeleteThemeCommandOutput,
|
|
194
206
|
} from "./commands/DeleteThemeCommand";
|
|
207
|
+
import {
|
|
208
|
+
DeleteTopicCommandInput,
|
|
209
|
+
DeleteTopicCommandOutput,
|
|
210
|
+
} from "./commands/DeleteTopicCommand";
|
|
211
|
+
import {
|
|
212
|
+
DeleteTopicRefreshScheduleCommandInput,
|
|
213
|
+
DeleteTopicRefreshScheduleCommandOutput,
|
|
214
|
+
} from "./commands/DeleteTopicRefreshScheduleCommand";
|
|
195
215
|
import {
|
|
196
216
|
DeleteUserByPrincipalIdCommandInput,
|
|
197
217
|
DeleteUserByPrincipalIdCommandOutput,
|
|
@@ -200,6 +220,10 @@ import {
|
|
|
200
220
|
DeleteUserCommandInput,
|
|
201
221
|
DeleteUserCommandOutput,
|
|
202
222
|
} from "./commands/DeleteUserCommand";
|
|
223
|
+
import {
|
|
224
|
+
DeleteVPCConnectionCommandInput,
|
|
225
|
+
DeleteVPCConnectionCommandOutput,
|
|
226
|
+
} from "./commands/DeleteVPCConnectionCommand";
|
|
203
227
|
import {
|
|
204
228
|
DescribeAccountCustomizationCommandInput,
|
|
205
229
|
DescribeAccountCustomizationCommandOutput,
|
|
@@ -324,10 +348,30 @@ import {
|
|
|
324
348
|
DescribeThemePermissionsCommandInput,
|
|
325
349
|
DescribeThemePermissionsCommandOutput,
|
|
326
350
|
} from "./commands/DescribeThemePermissionsCommand";
|
|
351
|
+
import {
|
|
352
|
+
DescribeTopicCommandInput,
|
|
353
|
+
DescribeTopicCommandOutput,
|
|
354
|
+
} from "./commands/DescribeTopicCommand";
|
|
355
|
+
import {
|
|
356
|
+
DescribeTopicPermissionsCommandInput,
|
|
357
|
+
DescribeTopicPermissionsCommandOutput,
|
|
358
|
+
} from "./commands/DescribeTopicPermissionsCommand";
|
|
359
|
+
import {
|
|
360
|
+
DescribeTopicRefreshCommandInput,
|
|
361
|
+
DescribeTopicRefreshCommandOutput,
|
|
362
|
+
} from "./commands/DescribeTopicRefreshCommand";
|
|
363
|
+
import {
|
|
364
|
+
DescribeTopicRefreshScheduleCommandInput,
|
|
365
|
+
DescribeTopicRefreshScheduleCommandOutput,
|
|
366
|
+
} from "./commands/DescribeTopicRefreshScheduleCommand";
|
|
327
367
|
import {
|
|
328
368
|
DescribeUserCommandInput,
|
|
329
369
|
DescribeUserCommandOutput,
|
|
330
370
|
} from "./commands/DescribeUserCommand";
|
|
371
|
+
import {
|
|
372
|
+
DescribeVPCConnectionCommandInput,
|
|
373
|
+
DescribeVPCConnectionCommandOutput,
|
|
374
|
+
} from "./commands/DescribeVPCConnectionCommand";
|
|
331
375
|
import {
|
|
332
376
|
GenerateEmbedUrlForAnonymousUserCommandInput,
|
|
333
377
|
GenerateEmbedUrlForAnonymousUserCommandOutput,
|
|
@@ -428,6 +472,14 @@ import {
|
|
|
428
472
|
ListThemeVersionsCommandInput,
|
|
429
473
|
ListThemeVersionsCommandOutput,
|
|
430
474
|
} from "./commands/ListThemeVersionsCommand";
|
|
475
|
+
import {
|
|
476
|
+
ListTopicRefreshSchedulesCommandInput,
|
|
477
|
+
ListTopicRefreshSchedulesCommandOutput,
|
|
478
|
+
} from "./commands/ListTopicRefreshSchedulesCommand";
|
|
479
|
+
import {
|
|
480
|
+
ListTopicsCommandInput,
|
|
481
|
+
ListTopicsCommandOutput,
|
|
482
|
+
} from "./commands/ListTopicsCommand";
|
|
431
483
|
import {
|
|
432
484
|
ListUserGroupsCommandInput,
|
|
433
485
|
ListUserGroupsCommandOutput,
|
|
@@ -436,6 +488,10 @@ import {
|
|
|
436
488
|
ListUsersCommandInput,
|
|
437
489
|
ListUsersCommandOutput,
|
|
438
490
|
} from "./commands/ListUsersCommand";
|
|
491
|
+
import {
|
|
492
|
+
ListVPCConnectionsCommandInput,
|
|
493
|
+
ListVPCConnectionsCommandOutput,
|
|
494
|
+
} from "./commands/ListVPCConnectionsCommand";
|
|
439
495
|
import {
|
|
440
496
|
PutDataSetRefreshPropertiesCommandInput,
|
|
441
497
|
PutDataSetRefreshPropertiesCommandOutput,
|
|
@@ -576,10 +632,26 @@ import {
|
|
|
576
632
|
UpdateThemePermissionsCommandInput,
|
|
577
633
|
UpdateThemePermissionsCommandOutput,
|
|
578
634
|
} from "./commands/UpdateThemePermissionsCommand";
|
|
635
|
+
import {
|
|
636
|
+
UpdateTopicCommandInput,
|
|
637
|
+
UpdateTopicCommandOutput,
|
|
638
|
+
} from "./commands/UpdateTopicCommand";
|
|
639
|
+
import {
|
|
640
|
+
UpdateTopicPermissionsCommandInput,
|
|
641
|
+
UpdateTopicPermissionsCommandOutput,
|
|
642
|
+
} from "./commands/UpdateTopicPermissionsCommand";
|
|
643
|
+
import {
|
|
644
|
+
UpdateTopicRefreshScheduleCommandInput,
|
|
645
|
+
UpdateTopicRefreshScheduleCommandOutput,
|
|
646
|
+
} from "./commands/UpdateTopicRefreshScheduleCommand";
|
|
579
647
|
import {
|
|
580
648
|
UpdateUserCommandInput,
|
|
581
649
|
UpdateUserCommandOutput,
|
|
582
650
|
} from "./commands/UpdateUserCommand";
|
|
651
|
+
import {
|
|
652
|
+
UpdateVPCConnectionCommandInput,
|
|
653
|
+
UpdateVPCConnectionCommandOutput,
|
|
654
|
+
} from "./commands/UpdateVPCConnectionCommand";
|
|
583
655
|
import {
|
|
584
656
|
ClientInputEndpointParameters,
|
|
585
657
|
ClientResolvedEndpointParameters,
|
|
@@ -605,6 +677,9 @@ export type ServiceInputTypes =
|
|
|
605
677
|
| CreateTemplateCommandInput
|
|
606
678
|
| CreateThemeAliasCommandInput
|
|
607
679
|
| CreateThemeCommandInput
|
|
680
|
+
| CreateTopicCommandInput
|
|
681
|
+
| CreateTopicRefreshScheduleCommandInput
|
|
682
|
+
| CreateVPCConnectionCommandInput
|
|
608
683
|
| DeleteAccountCustomizationCommandInput
|
|
609
684
|
| DeleteAccountSubscriptionCommandInput
|
|
610
685
|
| DeleteAnalysisCommandInput
|
|
@@ -623,8 +698,11 @@ export type ServiceInputTypes =
|
|
|
623
698
|
| DeleteTemplateCommandInput
|
|
624
699
|
| DeleteThemeAliasCommandInput
|
|
625
700
|
| DeleteThemeCommandInput
|
|
701
|
+
| DeleteTopicCommandInput
|
|
702
|
+
| DeleteTopicRefreshScheduleCommandInput
|
|
626
703
|
| DeleteUserByPrincipalIdCommandInput
|
|
627
704
|
| DeleteUserCommandInput
|
|
705
|
+
| DeleteVPCConnectionCommandInput
|
|
628
706
|
| DescribeAccountCustomizationCommandInput
|
|
629
707
|
| DescribeAccountSettingsCommandInput
|
|
630
708
|
| DescribeAccountSubscriptionCommandInput
|
|
@@ -656,7 +734,12 @@ export type ServiceInputTypes =
|
|
|
656
734
|
| DescribeThemeAliasCommandInput
|
|
657
735
|
| DescribeThemeCommandInput
|
|
658
736
|
| DescribeThemePermissionsCommandInput
|
|
737
|
+
| DescribeTopicCommandInput
|
|
738
|
+
| DescribeTopicPermissionsCommandInput
|
|
739
|
+
| DescribeTopicRefreshCommandInput
|
|
740
|
+
| DescribeTopicRefreshScheduleCommandInput
|
|
659
741
|
| DescribeUserCommandInput
|
|
742
|
+
| DescribeVPCConnectionCommandInput
|
|
660
743
|
| GenerateEmbedUrlForAnonymousUserCommandInput
|
|
661
744
|
| GenerateEmbedUrlForRegisteredUserCommandInput
|
|
662
745
|
| GetDashboardEmbedUrlCommandInput
|
|
@@ -682,8 +765,11 @@ export type ServiceInputTypes =
|
|
|
682
765
|
| ListThemeAliasesCommandInput
|
|
683
766
|
| ListThemeVersionsCommandInput
|
|
684
767
|
| ListThemesCommandInput
|
|
768
|
+
| ListTopicRefreshSchedulesCommandInput
|
|
769
|
+
| ListTopicsCommandInput
|
|
685
770
|
| ListUserGroupsCommandInput
|
|
686
771
|
| ListUsersCommandInput
|
|
772
|
+
| ListVPCConnectionsCommandInput
|
|
687
773
|
| PutDataSetRefreshPropertiesCommandInput
|
|
688
774
|
| RegisterUserCommandInput
|
|
689
775
|
| RestoreAnalysisCommandInput
|
|
@@ -719,7 +805,11 @@ export type ServiceInputTypes =
|
|
|
719
805
|
| UpdateThemeAliasCommandInput
|
|
720
806
|
| UpdateThemeCommandInput
|
|
721
807
|
| UpdateThemePermissionsCommandInput
|
|
722
|
-
|
|
|
808
|
+
| UpdateTopicCommandInput
|
|
809
|
+
| UpdateTopicPermissionsCommandInput
|
|
810
|
+
| UpdateTopicRefreshScheduleCommandInput
|
|
811
|
+
| UpdateUserCommandInput
|
|
812
|
+
| UpdateVPCConnectionCommandInput;
|
|
723
813
|
export type ServiceOutputTypes =
|
|
724
814
|
| CancelIngestionCommandOutput
|
|
725
815
|
| CreateAccountCustomizationCommandOutput
|
|
@@ -740,6 +830,9 @@ export type ServiceOutputTypes =
|
|
|
740
830
|
| CreateTemplateCommandOutput
|
|
741
831
|
| CreateThemeAliasCommandOutput
|
|
742
832
|
| CreateThemeCommandOutput
|
|
833
|
+
| CreateTopicCommandOutput
|
|
834
|
+
| CreateTopicRefreshScheduleCommandOutput
|
|
835
|
+
| CreateVPCConnectionCommandOutput
|
|
743
836
|
| DeleteAccountCustomizationCommandOutput
|
|
744
837
|
| DeleteAccountSubscriptionCommandOutput
|
|
745
838
|
| DeleteAnalysisCommandOutput
|
|
@@ -758,8 +851,11 @@ export type ServiceOutputTypes =
|
|
|
758
851
|
| DeleteTemplateCommandOutput
|
|
759
852
|
| DeleteThemeAliasCommandOutput
|
|
760
853
|
| DeleteThemeCommandOutput
|
|
854
|
+
| DeleteTopicCommandOutput
|
|
855
|
+
| DeleteTopicRefreshScheduleCommandOutput
|
|
761
856
|
| DeleteUserByPrincipalIdCommandOutput
|
|
762
857
|
| DeleteUserCommandOutput
|
|
858
|
+
| DeleteVPCConnectionCommandOutput
|
|
763
859
|
| DescribeAccountCustomizationCommandOutput
|
|
764
860
|
| DescribeAccountSettingsCommandOutput
|
|
765
861
|
| DescribeAccountSubscriptionCommandOutput
|
|
@@ -791,7 +887,12 @@ export type ServiceOutputTypes =
|
|
|
791
887
|
| DescribeThemeAliasCommandOutput
|
|
792
888
|
| DescribeThemeCommandOutput
|
|
793
889
|
| DescribeThemePermissionsCommandOutput
|
|
890
|
+
| DescribeTopicCommandOutput
|
|
891
|
+
| DescribeTopicPermissionsCommandOutput
|
|
892
|
+
| DescribeTopicRefreshCommandOutput
|
|
893
|
+
| DescribeTopicRefreshScheduleCommandOutput
|
|
794
894
|
| DescribeUserCommandOutput
|
|
895
|
+
| DescribeVPCConnectionCommandOutput
|
|
795
896
|
| GenerateEmbedUrlForAnonymousUserCommandOutput
|
|
796
897
|
| GenerateEmbedUrlForRegisteredUserCommandOutput
|
|
797
898
|
| GetDashboardEmbedUrlCommandOutput
|
|
@@ -817,8 +918,11 @@ export type ServiceOutputTypes =
|
|
|
817
918
|
| ListThemeAliasesCommandOutput
|
|
818
919
|
| ListThemeVersionsCommandOutput
|
|
819
920
|
| ListThemesCommandOutput
|
|
921
|
+
| ListTopicRefreshSchedulesCommandOutput
|
|
922
|
+
| ListTopicsCommandOutput
|
|
820
923
|
| ListUserGroupsCommandOutput
|
|
821
924
|
| ListUsersCommandOutput
|
|
925
|
+
| ListVPCConnectionsCommandOutput
|
|
822
926
|
| PutDataSetRefreshPropertiesCommandOutput
|
|
823
927
|
| RegisterUserCommandOutput
|
|
824
928
|
| RestoreAnalysisCommandOutput
|
|
@@ -854,7 +958,11 @@ export type ServiceOutputTypes =
|
|
|
854
958
|
| UpdateThemeAliasCommandOutput
|
|
855
959
|
| UpdateThemeCommandOutput
|
|
856
960
|
| UpdateThemePermissionsCommandOutput
|
|
857
|
-
|
|
|
961
|
+
| UpdateTopicCommandOutput
|
|
962
|
+
| UpdateTopicPermissionsCommandOutput
|
|
963
|
+
| UpdateTopicRefreshScheduleCommandOutput
|
|
964
|
+
| UpdateUserCommandOutput
|
|
965
|
+
| UpdateVPCConnectionCommandOutput;
|
|
858
966
|
export interface ClientDefaults
|
|
859
967
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
860
968
|
requestHandler?: __HttpHandler;
|