@aws-sdk/client-quicksight 3.696.0 → 3.705.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 +88 -0
- package/dist-cjs/index.js +2218 -750
- package/dist-es/QuickSight.js +22 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +137 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +185 -49
- package/dist-es/models/models_5.js +50 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1044 -12
- package/dist-types/QuickSight.d.ts +77 -0
- package/dist-types/QuickSightClient.d.ts +13 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4413 -4505
- package/dist-types/models/models_3.d.ts +4169 -4324
- package/dist-types/models/models_4.d.ts +3851 -3830
- package/dist-types/models/models_5.d.ts +2394 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/QuickSight.d.ts +235 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- 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/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -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/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +428 -418
- package/dist-types/ts3.4/models/models_3.d.ts +453 -503
- package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
- package/dist-types/ts3.4/models/models_5.d.ts +596 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -147,6 +147,10 @@ import {
|
|
|
147
147
|
DeleteDataSourceCommandInput,
|
|
148
148
|
DeleteDataSourceCommandOutput,
|
|
149
149
|
} from "./commands/DeleteDataSourceCommand";
|
|
150
|
+
import {
|
|
151
|
+
DeleteDefaultQBusinessApplicationCommandInput,
|
|
152
|
+
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
153
|
+
} from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
150
154
|
import {
|
|
151
155
|
DeleteFolderCommandInput,
|
|
152
156
|
DeleteFolderCommandOutput,
|
|
@@ -295,6 +299,10 @@ import {
|
|
|
295
299
|
DescribeDashboardSnapshotJobResultCommandInput,
|
|
296
300
|
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
297
301
|
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
|
|
302
|
+
import {
|
|
303
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
304
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
305
|
+
} from "./commands/DescribeDashboardsQAConfigurationCommand";
|
|
298
306
|
import {
|
|
299
307
|
DescribeDataSetCommandInput,
|
|
300
308
|
DescribeDataSetCommandOutput,
|
|
@@ -315,6 +323,10 @@ import {
|
|
|
315
323
|
DescribeDataSourcePermissionsCommandInput,
|
|
316
324
|
DescribeDataSourcePermissionsCommandOutput,
|
|
317
325
|
} from "./commands/DescribeDataSourcePermissionsCommand";
|
|
326
|
+
import {
|
|
327
|
+
DescribeDefaultQBusinessApplicationCommandInput,
|
|
328
|
+
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
329
|
+
} from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
318
330
|
import {
|
|
319
331
|
DescribeFolderCommandInput,
|
|
320
332
|
DescribeFolderCommandOutput,
|
|
@@ -359,6 +371,10 @@ import {
|
|
|
359
371
|
DescribeQPersonalizationConfigurationCommandInput,
|
|
360
372
|
DescribeQPersonalizationConfigurationCommandOutput,
|
|
361
373
|
} from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
374
|
+
import {
|
|
375
|
+
DescribeQuickSightQSearchConfigurationCommandInput,
|
|
376
|
+
DescribeQuickSightQSearchConfigurationCommandOutput,
|
|
377
|
+
} from "./commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
362
378
|
import {
|
|
363
379
|
DescribeRefreshScheduleCommandInput,
|
|
364
380
|
DescribeRefreshScheduleCommandOutput,
|
|
@@ -427,6 +443,10 @@ import {
|
|
|
427
443
|
GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
428
444
|
GenerateEmbedUrlForRegisteredUserCommandOutput,
|
|
429
445
|
} from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
446
|
+
import {
|
|
447
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
448
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
|
|
449
|
+
} from "./commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
430
450
|
import {
|
|
431
451
|
GetDashboardEmbedUrlCommandInput,
|
|
432
452
|
GetDashboardEmbedUrlCommandOutput,
|
|
@@ -571,6 +591,10 @@ import {
|
|
|
571
591
|
ListVPCConnectionsCommandInput,
|
|
572
592
|
ListVPCConnectionsCommandOutput,
|
|
573
593
|
} from "./commands/ListVPCConnectionsCommand";
|
|
594
|
+
import {
|
|
595
|
+
PredictQAResultsCommandInput,
|
|
596
|
+
PredictQAResultsCommandOutput,
|
|
597
|
+
} from "./commands/PredictQAResultsCommand";
|
|
574
598
|
import {
|
|
575
599
|
PutDataSetRefreshPropertiesCommandInput,
|
|
576
600
|
PutDataSetRefreshPropertiesCommandOutput,
|
|
@@ -607,6 +631,10 @@ import {
|
|
|
607
631
|
SearchGroupsCommandInput,
|
|
608
632
|
SearchGroupsCommandOutput,
|
|
609
633
|
} from "./commands/SearchGroupsCommand";
|
|
634
|
+
import {
|
|
635
|
+
SearchTopicsCommandInput,
|
|
636
|
+
SearchTopicsCommandOutput,
|
|
637
|
+
} from "./commands/SearchTopicsCommand";
|
|
610
638
|
import {
|
|
611
639
|
StartAssetBundleExportJobCommandInput,
|
|
612
640
|
StartAssetBundleExportJobCommandOutput,
|
|
@@ -647,6 +675,10 @@ import {
|
|
|
647
675
|
UpdateAnalysisPermissionsCommandInput,
|
|
648
676
|
UpdateAnalysisPermissionsCommandOutput,
|
|
649
677
|
} from "./commands/UpdateAnalysisPermissionsCommand";
|
|
678
|
+
import {
|
|
679
|
+
UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
680
|
+
UpdateApplicationWithTokenExchangeGrantCommandOutput,
|
|
681
|
+
} from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
650
682
|
import {
|
|
651
683
|
UpdateBrandAssignmentCommandInput,
|
|
652
684
|
UpdateBrandAssignmentCommandOutput,
|
|
@@ -679,6 +711,10 @@ import {
|
|
|
679
711
|
UpdateDashboardPublishedVersionCommandInput,
|
|
680
712
|
UpdateDashboardPublishedVersionCommandOutput,
|
|
681
713
|
} from "./commands/UpdateDashboardPublishedVersionCommand";
|
|
714
|
+
import {
|
|
715
|
+
UpdateDashboardsQAConfigurationCommandInput,
|
|
716
|
+
UpdateDashboardsQAConfigurationCommandOutput,
|
|
717
|
+
} from "./commands/UpdateDashboardsQAConfigurationCommand";
|
|
682
718
|
import {
|
|
683
719
|
UpdateDataSetCommandInput,
|
|
684
720
|
UpdateDataSetCommandOutput,
|
|
@@ -695,6 +731,10 @@ import {
|
|
|
695
731
|
UpdateDataSourcePermissionsCommandInput,
|
|
696
732
|
UpdateDataSourcePermissionsCommandOutput,
|
|
697
733
|
} from "./commands/UpdateDataSourcePermissionsCommand";
|
|
734
|
+
import {
|
|
735
|
+
UpdateDefaultQBusinessApplicationCommandInput,
|
|
736
|
+
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
737
|
+
} from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
698
738
|
import {
|
|
699
739
|
UpdateFolderCommandInput,
|
|
700
740
|
UpdateFolderCommandOutput,
|
|
@@ -731,6 +771,10 @@ import {
|
|
|
731
771
|
UpdateQPersonalizationConfigurationCommandInput,
|
|
732
772
|
UpdateQPersonalizationConfigurationCommandOutput,
|
|
733
773
|
} from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
774
|
+
import {
|
|
775
|
+
UpdateQuickSightQSearchConfigurationCommandInput,
|
|
776
|
+
UpdateQuickSightQSearchConfigurationCommandOutput,
|
|
777
|
+
} from "./commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
734
778
|
import {
|
|
735
779
|
UpdateRefreshScheduleCommandInput,
|
|
736
780
|
UpdateRefreshScheduleCommandOutput,
|
|
@@ -1274,6 +1318,25 @@ export interface QuickSight {
|
|
|
1274
1318
|
options: __HttpHandlerOptions,
|
|
1275
1319
|
cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
|
|
1276
1320
|
): void;
|
|
1321
|
+
deleteDefaultQBusinessApplication(
|
|
1322
|
+
args: DeleteDefaultQBusinessApplicationCommandInput,
|
|
1323
|
+
options?: __HttpHandlerOptions
|
|
1324
|
+
): Promise<DeleteDefaultQBusinessApplicationCommandOutput>;
|
|
1325
|
+
deleteDefaultQBusinessApplication(
|
|
1326
|
+
args: DeleteDefaultQBusinessApplicationCommandInput,
|
|
1327
|
+
cb: (
|
|
1328
|
+
err: any,
|
|
1329
|
+
data?: DeleteDefaultQBusinessApplicationCommandOutput
|
|
1330
|
+
) => void
|
|
1331
|
+
): void;
|
|
1332
|
+
deleteDefaultQBusinessApplication(
|
|
1333
|
+
args: DeleteDefaultQBusinessApplicationCommandInput,
|
|
1334
|
+
options: __HttpHandlerOptions,
|
|
1335
|
+
cb: (
|
|
1336
|
+
err: any,
|
|
1337
|
+
data?: DeleteDefaultQBusinessApplicationCommandOutput
|
|
1338
|
+
) => void
|
|
1339
|
+
): void;
|
|
1277
1340
|
deleteFolder(
|
|
1278
1341
|
args: DeleteFolderCommandInput,
|
|
1279
1342
|
options?: __HttpHandlerOptions
|
|
@@ -1761,6 +1824,25 @@ export interface QuickSight {
|
|
|
1761
1824
|
data?: DescribeDashboardSnapshotJobResultCommandOutput
|
|
1762
1825
|
) => void
|
|
1763
1826
|
): void;
|
|
1827
|
+
describeDashboardsQAConfiguration(
|
|
1828
|
+
args: DescribeDashboardsQAConfigurationCommandInput,
|
|
1829
|
+
options?: __HttpHandlerOptions
|
|
1830
|
+
): Promise<DescribeDashboardsQAConfigurationCommandOutput>;
|
|
1831
|
+
describeDashboardsQAConfiguration(
|
|
1832
|
+
args: DescribeDashboardsQAConfigurationCommandInput,
|
|
1833
|
+
cb: (
|
|
1834
|
+
err: any,
|
|
1835
|
+
data?: DescribeDashboardsQAConfigurationCommandOutput
|
|
1836
|
+
) => void
|
|
1837
|
+
): void;
|
|
1838
|
+
describeDashboardsQAConfiguration(
|
|
1839
|
+
args: DescribeDashboardsQAConfigurationCommandInput,
|
|
1840
|
+
options: __HttpHandlerOptions,
|
|
1841
|
+
cb: (
|
|
1842
|
+
err: any,
|
|
1843
|
+
data?: DescribeDashboardsQAConfigurationCommandOutput
|
|
1844
|
+
) => void
|
|
1845
|
+
): void;
|
|
1764
1846
|
describeDataSet(
|
|
1765
1847
|
args: DescribeDataSetCommandInput,
|
|
1766
1848
|
options?: __HttpHandlerOptions
|
|
@@ -1826,6 +1908,25 @@ export interface QuickSight {
|
|
|
1826
1908
|
options: __HttpHandlerOptions,
|
|
1827
1909
|
cb: (err: any, data?: DescribeDataSourcePermissionsCommandOutput) => void
|
|
1828
1910
|
): void;
|
|
1911
|
+
describeDefaultQBusinessApplication(
|
|
1912
|
+
args: DescribeDefaultQBusinessApplicationCommandInput,
|
|
1913
|
+
options?: __HttpHandlerOptions
|
|
1914
|
+
): Promise<DescribeDefaultQBusinessApplicationCommandOutput>;
|
|
1915
|
+
describeDefaultQBusinessApplication(
|
|
1916
|
+
args: DescribeDefaultQBusinessApplicationCommandInput,
|
|
1917
|
+
cb: (
|
|
1918
|
+
err: any,
|
|
1919
|
+
data?: DescribeDefaultQBusinessApplicationCommandOutput
|
|
1920
|
+
) => void
|
|
1921
|
+
): void;
|
|
1922
|
+
describeDefaultQBusinessApplication(
|
|
1923
|
+
args: DescribeDefaultQBusinessApplicationCommandInput,
|
|
1924
|
+
options: __HttpHandlerOptions,
|
|
1925
|
+
cb: (
|
|
1926
|
+
err: any,
|
|
1927
|
+
data?: DescribeDefaultQBusinessApplicationCommandOutput
|
|
1928
|
+
) => void
|
|
1929
|
+
): void;
|
|
1829
1930
|
describeFolder(
|
|
1830
1931
|
args: DescribeFolderCommandInput,
|
|
1831
1932
|
options?: __HttpHandlerOptions
|
|
@@ -1981,6 +2082,25 @@ export interface QuickSight {
|
|
|
1981
2082
|
data?: DescribeQPersonalizationConfigurationCommandOutput
|
|
1982
2083
|
) => void
|
|
1983
2084
|
): void;
|
|
2085
|
+
describeQuickSightQSearchConfiguration(
|
|
2086
|
+
args: DescribeQuickSightQSearchConfigurationCommandInput,
|
|
2087
|
+
options?: __HttpHandlerOptions
|
|
2088
|
+
): Promise<DescribeQuickSightQSearchConfigurationCommandOutput>;
|
|
2089
|
+
describeQuickSightQSearchConfiguration(
|
|
2090
|
+
args: DescribeQuickSightQSearchConfigurationCommandInput,
|
|
2091
|
+
cb: (
|
|
2092
|
+
err: any,
|
|
2093
|
+
data?: DescribeQuickSightQSearchConfigurationCommandOutput
|
|
2094
|
+
) => void
|
|
2095
|
+
): void;
|
|
2096
|
+
describeQuickSightQSearchConfiguration(
|
|
2097
|
+
args: DescribeQuickSightQSearchConfigurationCommandInput,
|
|
2098
|
+
options: __HttpHandlerOptions,
|
|
2099
|
+
cb: (
|
|
2100
|
+
err: any,
|
|
2101
|
+
data?: DescribeQuickSightQSearchConfigurationCommandOutput
|
|
2102
|
+
) => void
|
|
2103
|
+
): void;
|
|
1984
2104
|
describeRefreshSchedule(
|
|
1985
2105
|
args: DescribeRefreshScheduleCommandInput,
|
|
1986
2106
|
options?: __HttpHandlerOptions
|
|
@@ -2208,6 +2328,25 @@ export interface QuickSight {
|
|
|
2208
2328
|
data?: GenerateEmbedUrlForRegisteredUserCommandOutput
|
|
2209
2329
|
) => void
|
|
2210
2330
|
): void;
|
|
2331
|
+
generateEmbedUrlForRegisteredUserWithIdentity(
|
|
2332
|
+
args: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
2333
|
+
options?: __HttpHandlerOptions
|
|
2334
|
+
): Promise<GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput>;
|
|
2335
|
+
generateEmbedUrlForRegisteredUserWithIdentity(
|
|
2336
|
+
args: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
2337
|
+
cb: (
|
|
2338
|
+
err: any,
|
|
2339
|
+
data?: GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput
|
|
2340
|
+
) => void
|
|
2341
|
+
): void;
|
|
2342
|
+
generateEmbedUrlForRegisteredUserWithIdentity(
|
|
2343
|
+
args: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
2344
|
+
options: __HttpHandlerOptions,
|
|
2345
|
+
cb: (
|
|
2346
|
+
err: any,
|
|
2347
|
+
data?: GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput
|
|
2348
|
+
) => void
|
|
2349
|
+
): void;
|
|
2211
2350
|
getDashboardEmbedUrl(
|
|
2212
2351
|
args: GetDashboardEmbedUrlCommandInput,
|
|
2213
2352
|
options?: __HttpHandlerOptions
|
|
@@ -2676,6 +2815,19 @@ export interface QuickSight {
|
|
|
2676
2815
|
options: __HttpHandlerOptions,
|
|
2677
2816
|
cb: (err: any, data?: ListVPCConnectionsCommandOutput) => void
|
|
2678
2817
|
): void;
|
|
2818
|
+
predictQAResults(
|
|
2819
|
+
args: PredictQAResultsCommandInput,
|
|
2820
|
+
options?: __HttpHandlerOptions
|
|
2821
|
+
): Promise<PredictQAResultsCommandOutput>;
|
|
2822
|
+
predictQAResults(
|
|
2823
|
+
args: PredictQAResultsCommandInput,
|
|
2824
|
+
cb: (err: any, data?: PredictQAResultsCommandOutput) => void
|
|
2825
|
+
): void;
|
|
2826
|
+
predictQAResults(
|
|
2827
|
+
args: PredictQAResultsCommandInput,
|
|
2828
|
+
options: __HttpHandlerOptions,
|
|
2829
|
+
cb: (err: any, data?: PredictQAResultsCommandOutput) => void
|
|
2830
|
+
): void;
|
|
2679
2831
|
putDataSetRefreshProperties(
|
|
2680
2832
|
args: PutDataSetRefreshPropertiesCommandInput,
|
|
2681
2833
|
options?: __HttpHandlerOptions
|
|
@@ -2793,6 +2945,19 @@ export interface QuickSight {
|
|
|
2793
2945
|
options: __HttpHandlerOptions,
|
|
2794
2946
|
cb: (err: any, data?: SearchGroupsCommandOutput) => void
|
|
2795
2947
|
): void;
|
|
2948
|
+
searchTopics(
|
|
2949
|
+
args: SearchTopicsCommandInput,
|
|
2950
|
+
options?: __HttpHandlerOptions
|
|
2951
|
+
): Promise<SearchTopicsCommandOutput>;
|
|
2952
|
+
searchTopics(
|
|
2953
|
+
args: SearchTopicsCommandInput,
|
|
2954
|
+
cb: (err: any, data?: SearchTopicsCommandOutput) => void
|
|
2955
|
+
): void;
|
|
2956
|
+
searchTopics(
|
|
2957
|
+
args: SearchTopicsCommandInput,
|
|
2958
|
+
options: __HttpHandlerOptions,
|
|
2959
|
+
cb: (err: any, data?: SearchTopicsCommandOutput) => void
|
|
2960
|
+
): void;
|
|
2796
2961
|
startAssetBundleExportJob(
|
|
2797
2962
|
args: StartAssetBundleExportJobCommandInput,
|
|
2798
2963
|
options?: __HttpHandlerOptions
|
|
@@ -2929,6 +3094,25 @@ export interface QuickSight {
|
|
|
2929
3094
|
options: __HttpHandlerOptions,
|
|
2930
3095
|
cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void
|
|
2931
3096
|
): void;
|
|
3097
|
+
updateApplicationWithTokenExchangeGrant(
|
|
3098
|
+
args: UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
3099
|
+
options?: __HttpHandlerOptions
|
|
3100
|
+
): Promise<UpdateApplicationWithTokenExchangeGrantCommandOutput>;
|
|
3101
|
+
updateApplicationWithTokenExchangeGrant(
|
|
3102
|
+
args: UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
3103
|
+
cb: (
|
|
3104
|
+
err: any,
|
|
3105
|
+
data?: UpdateApplicationWithTokenExchangeGrantCommandOutput
|
|
3106
|
+
) => void
|
|
3107
|
+
): void;
|
|
3108
|
+
updateApplicationWithTokenExchangeGrant(
|
|
3109
|
+
args: UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
3110
|
+
options: __HttpHandlerOptions,
|
|
3111
|
+
cb: (
|
|
3112
|
+
err: any,
|
|
3113
|
+
data?: UpdateApplicationWithTokenExchangeGrantCommandOutput
|
|
3114
|
+
) => void
|
|
3115
|
+
): void;
|
|
2932
3116
|
updateBrand(
|
|
2933
3117
|
args: UpdateBrandCommandInput,
|
|
2934
3118
|
options?: __HttpHandlerOptions
|
|
@@ -3033,6 +3217,19 @@ export interface QuickSight {
|
|
|
3033
3217
|
options: __HttpHandlerOptions,
|
|
3034
3218
|
cb: (err: any, data?: UpdateDashboardPublishedVersionCommandOutput) => void
|
|
3035
3219
|
): void;
|
|
3220
|
+
updateDashboardsQAConfiguration(
|
|
3221
|
+
args: UpdateDashboardsQAConfigurationCommandInput,
|
|
3222
|
+
options?: __HttpHandlerOptions
|
|
3223
|
+
): Promise<UpdateDashboardsQAConfigurationCommandOutput>;
|
|
3224
|
+
updateDashboardsQAConfiguration(
|
|
3225
|
+
args: UpdateDashboardsQAConfigurationCommandInput,
|
|
3226
|
+
cb: (err: any, data?: UpdateDashboardsQAConfigurationCommandOutput) => void
|
|
3227
|
+
): void;
|
|
3228
|
+
updateDashboardsQAConfiguration(
|
|
3229
|
+
args: UpdateDashboardsQAConfigurationCommandInput,
|
|
3230
|
+
options: __HttpHandlerOptions,
|
|
3231
|
+
cb: (err: any, data?: UpdateDashboardsQAConfigurationCommandOutput) => void
|
|
3232
|
+
): void;
|
|
3036
3233
|
updateDataSet(
|
|
3037
3234
|
args: UpdateDataSetCommandInput,
|
|
3038
3235
|
options?: __HttpHandlerOptions
|
|
@@ -3085,6 +3282,25 @@ export interface QuickSight {
|
|
|
3085
3282
|
options: __HttpHandlerOptions,
|
|
3086
3283
|
cb: (err: any, data?: UpdateDataSourcePermissionsCommandOutput) => void
|
|
3087
3284
|
): void;
|
|
3285
|
+
updateDefaultQBusinessApplication(
|
|
3286
|
+
args: UpdateDefaultQBusinessApplicationCommandInput,
|
|
3287
|
+
options?: __HttpHandlerOptions
|
|
3288
|
+
): Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
|
|
3289
|
+
updateDefaultQBusinessApplication(
|
|
3290
|
+
args: UpdateDefaultQBusinessApplicationCommandInput,
|
|
3291
|
+
cb: (
|
|
3292
|
+
err: any,
|
|
3293
|
+
data?: UpdateDefaultQBusinessApplicationCommandOutput
|
|
3294
|
+
) => void
|
|
3295
|
+
): void;
|
|
3296
|
+
updateDefaultQBusinessApplication(
|
|
3297
|
+
args: UpdateDefaultQBusinessApplicationCommandInput,
|
|
3298
|
+
options: __HttpHandlerOptions,
|
|
3299
|
+
cb: (
|
|
3300
|
+
err: any,
|
|
3301
|
+
data?: UpdateDefaultQBusinessApplicationCommandOutput
|
|
3302
|
+
) => void
|
|
3303
|
+
): void;
|
|
3088
3304
|
updateFolder(
|
|
3089
3305
|
args: UpdateFolderCommandInput,
|
|
3090
3306
|
options?: __HttpHandlerOptions
|
|
@@ -3208,6 +3424,25 @@ export interface QuickSight {
|
|
|
3208
3424
|
data?: UpdateQPersonalizationConfigurationCommandOutput
|
|
3209
3425
|
) => void
|
|
3210
3426
|
): void;
|
|
3427
|
+
updateQuickSightQSearchConfiguration(
|
|
3428
|
+
args: UpdateQuickSightQSearchConfigurationCommandInput,
|
|
3429
|
+
options?: __HttpHandlerOptions
|
|
3430
|
+
): Promise<UpdateQuickSightQSearchConfigurationCommandOutput>;
|
|
3431
|
+
updateQuickSightQSearchConfiguration(
|
|
3432
|
+
args: UpdateQuickSightQSearchConfigurationCommandInput,
|
|
3433
|
+
cb: (
|
|
3434
|
+
err: any,
|
|
3435
|
+
data?: UpdateQuickSightQSearchConfigurationCommandOutput
|
|
3436
|
+
) => void
|
|
3437
|
+
): void;
|
|
3438
|
+
updateQuickSightQSearchConfiguration(
|
|
3439
|
+
args: UpdateQuickSightQSearchConfigurationCommandInput,
|
|
3440
|
+
options: __HttpHandlerOptions,
|
|
3441
|
+
cb: (
|
|
3442
|
+
err: any,
|
|
3443
|
+
data?: UpdateQuickSightQSearchConfigurationCommandOutput
|
|
3444
|
+
) => void
|
|
3445
|
+
): void;
|
|
3211
3446
|
updateRefreshSchedule(
|
|
3212
3447
|
args: UpdateRefreshScheduleCommandInput,
|
|
3213
3448
|
options?: __HttpHandlerOptions
|
|
@@ -193,6 +193,10 @@ import {
|
|
|
193
193
|
DeleteDataSourceCommandInput,
|
|
194
194
|
DeleteDataSourceCommandOutput,
|
|
195
195
|
} from "./commands/DeleteDataSourceCommand";
|
|
196
|
+
import {
|
|
197
|
+
DeleteDefaultQBusinessApplicationCommandInput,
|
|
198
|
+
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
199
|
+
} from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
196
200
|
import {
|
|
197
201
|
DeleteFolderCommandInput,
|
|
198
202
|
DeleteFolderCommandOutput,
|
|
@@ -341,6 +345,10 @@ import {
|
|
|
341
345
|
DescribeDashboardSnapshotJobResultCommandInput,
|
|
342
346
|
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
343
347
|
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
|
|
348
|
+
import {
|
|
349
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
350
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
351
|
+
} from "./commands/DescribeDashboardsQAConfigurationCommand";
|
|
344
352
|
import {
|
|
345
353
|
DescribeDataSetCommandInput,
|
|
346
354
|
DescribeDataSetCommandOutput,
|
|
@@ -361,6 +369,10 @@ import {
|
|
|
361
369
|
DescribeDataSourcePermissionsCommandInput,
|
|
362
370
|
DescribeDataSourcePermissionsCommandOutput,
|
|
363
371
|
} from "./commands/DescribeDataSourcePermissionsCommand";
|
|
372
|
+
import {
|
|
373
|
+
DescribeDefaultQBusinessApplicationCommandInput,
|
|
374
|
+
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
375
|
+
} from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
364
376
|
import {
|
|
365
377
|
DescribeFolderCommandInput,
|
|
366
378
|
DescribeFolderCommandOutput,
|
|
@@ -405,6 +417,10 @@ import {
|
|
|
405
417
|
DescribeQPersonalizationConfigurationCommandInput,
|
|
406
418
|
DescribeQPersonalizationConfigurationCommandOutput,
|
|
407
419
|
} from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
420
|
+
import {
|
|
421
|
+
DescribeQuickSightQSearchConfigurationCommandInput,
|
|
422
|
+
DescribeQuickSightQSearchConfigurationCommandOutput,
|
|
423
|
+
} from "./commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
408
424
|
import {
|
|
409
425
|
DescribeRefreshScheduleCommandInput,
|
|
410
426
|
DescribeRefreshScheduleCommandOutput,
|
|
@@ -473,6 +489,10 @@ import {
|
|
|
473
489
|
GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
474
490
|
GenerateEmbedUrlForRegisteredUserCommandOutput,
|
|
475
491
|
} from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
492
|
+
import {
|
|
493
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
494
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
|
|
495
|
+
} from "./commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
476
496
|
import {
|
|
477
497
|
GetDashboardEmbedUrlCommandInput,
|
|
478
498
|
GetDashboardEmbedUrlCommandOutput,
|
|
@@ -617,6 +637,10 @@ import {
|
|
|
617
637
|
ListVPCConnectionsCommandInput,
|
|
618
638
|
ListVPCConnectionsCommandOutput,
|
|
619
639
|
} from "./commands/ListVPCConnectionsCommand";
|
|
640
|
+
import {
|
|
641
|
+
PredictQAResultsCommandInput,
|
|
642
|
+
PredictQAResultsCommandOutput,
|
|
643
|
+
} from "./commands/PredictQAResultsCommand";
|
|
620
644
|
import {
|
|
621
645
|
PutDataSetRefreshPropertiesCommandInput,
|
|
622
646
|
PutDataSetRefreshPropertiesCommandOutput,
|
|
@@ -653,6 +677,10 @@ import {
|
|
|
653
677
|
SearchGroupsCommandInput,
|
|
654
678
|
SearchGroupsCommandOutput,
|
|
655
679
|
} from "./commands/SearchGroupsCommand";
|
|
680
|
+
import {
|
|
681
|
+
SearchTopicsCommandInput,
|
|
682
|
+
SearchTopicsCommandOutput,
|
|
683
|
+
} from "./commands/SearchTopicsCommand";
|
|
656
684
|
import {
|
|
657
685
|
StartAssetBundleExportJobCommandInput,
|
|
658
686
|
StartAssetBundleExportJobCommandOutput,
|
|
@@ -693,6 +721,10 @@ import {
|
|
|
693
721
|
UpdateAnalysisPermissionsCommandInput,
|
|
694
722
|
UpdateAnalysisPermissionsCommandOutput,
|
|
695
723
|
} from "./commands/UpdateAnalysisPermissionsCommand";
|
|
724
|
+
import {
|
|
725
|
+
UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
726
|
+
UpdateApplicationWithTokenExchangeGrantCommandOutput,
|
|
727
|
+
} from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
696
728
|
import {
|
|
697
729
|
UpdateBrandAssignmentCommandInput,
|
|
698
730
|
UpdateBrandAssignmentCommandOutput,
|
|
@@ -725,6 +757,10 @@ import {
|
|
|
725
757
|
UpdateDashboardPublishedVersionCommandInput,
|
|
726
758
|
UpdateDashboardPublishedVersionCommandOutput,
|
|
727
759
|
} from "./commands/UpdateDashboardPublishedVersionCommand";
|
|
760
|
+
import {
|
|
761
|
+
UpdateDashboardsQAConfigurationCommandInput,
|
|
762
|
+
UpdateDashboardsQAConfigurationCommandOutput,
|
|
763
|
+
} from "./commands/UpdateDashboardsQAConfigurationCommand";
|
|
728
764
|
import {
|
|
729
765
|
UpdateDataSetCommandInput,
|
|
730
766
|
UpdateDataSetCommandOutput,
|
|
@@ -741,6 +777,10 @@ import {
|
|
|
741
777
|
UpdateDataSourcePermissionsCommandInput,
|
|
742
778
|
UpdateDataSourcePermissionsCommandOutput,
|
|
743
779
|
} from "./commands/UpdateDataSourcePermissionsCommand";
|
|
780
|
+
import {
|
|
781
|
+
UpdateDefaultQBusinessApplicationCommandInput,
|
|
782
|
+
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
783
|
+
} from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
744
784
|
import {
|
|
745
785
|
UpdateFolderCommandInput,
|
|
746
786
|
UpdateFolderCommandOutput,
|
|
@@ -777,6 +817,10 @@ import {
|
|
|
777
817
|
UpdateQPersonalizationConfigurationCommandInput,
|
|
778
818
|
UpdateQPersonalizationConfigurationCommandOutput,
|
|
779
819
|
} from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
820
|
+
import {
|
|
821
|
+
UpdateQuickSightQSearchConfigurationCommandInput,
|
|
822
|
+
UpdateQuickSightQSearchConfigurationCommandOutput,
|
|
823
|
+
} from "./commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
780
824
|
import {
|
|
781
825
|
UpdateRefreshScheduleCommandInput,
|
|
782
826
|
UpdateRefreshScheduleCommandOutput,
|
|
@@ -882,6 +926,7 @@ export type ServiceInputTypes =
|
|
|
882
926
|
| DeleteDataSetCommandInput
|
|
883
927
|
| DeleteDataSetRefreshPropertiesCommandInput
|
|
884
928
|
| DeleteDataSourceCommandInput
|
|
929
|
+
| DeleteDefaultQBusinessApplicationCommandInput
|
|
885
930
|
| DeleteFolderCommandInput
|
|
886
931
|
| DeleteFolderMembershipCommandInput
|
|
887
932
|
| DeleteGroupCommandInput
|
|
@@ -919,11 +964,13 @@ export type ServiceInputTypes =
|
|
|
919
964
|
| DescribeDashboardPermissionsCommandInput
|
|
920
965
|
| DescribeDashboardSnapshotJobCommandInput
|
|
921
966
|
| DescribeDashboardSnapshotJobResultCommandInput
|
|
967
|
+
| DescribeDashboardsQAConfigurationCommandInput
|
|
922
968
|
| DescribeDataSetCommandInput
|
|
923
969
|
| DescribeDataSetPermissionsCommandInput
|
|
924
970
|
| DescribeDataSetRefreshPropertiesCommandInput
|
|
925
971
|
| DescribeDataSourceCommandInput
|
|
926
972
|
| DescribeDataSourcePermissionsCommandInput
|
|
973
|
+
| DescribeDefaultQBusinessApplicationCommandInput
|
|
927
974
|
| DescribeFolderCommandInput
|
|
928
975
|
| DescribeFolderPermissionsCommandInput
|
|
929
976
|
| DescribeFolderResolvedPermissionsCommandInput
|
|
@@ -935,6 +982,7 @@ export type ServiceInputTypes =
|
|
|
935
982
|
| DescribeKeyRegistrationCommandInput
|
|
936
983
|
| DescribeNamespaceCommandInput
|
|
937
984
|
| DescribeQPersonalizationConfigurationCommandInput
|
|
985
|
+
| DescribeQuickSightQSearchConfigurationCommandInput
|
|
938
986
|
| DescribeRefreshScheduleCommandInput
|
|
939
987
|
| DescribeRoleCustomPermissionCommandInput
|
|
940
988
|
| DescribeTemplateAliasCommandInput
|
|
@@ -952,6 +1000,7 @@ export type ServiceInputTypes =
|
|
|
952
1000
|
| DescribeVPCConnectionCommandInput
|
|
953
1001
|
| GenerateEmbedUrlForAnonymousUserCommandInput
|
|
954
1002
|
| GenerateEmbedUrlForRegisteredUserCommandInput
|
|
1003
|
+
| GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput
|
|
955
1004
|
| GetDashboardEmbedUrlCommandInput
|
|
956
1005
|
| GetSessionEmbedUrlCommandInput
|
|
957
1006
|
| ListAnalysesCommandInput
|
|
@@ -988,6 +1037,7 @@ export type ServiceInputTypes =
|
|
|
988
1037
|
| ListUserGroupsCommandInput
|
|
989
1038
|
| ListUsersCommandInput
|
|
990
1039
|
| ListVPCConnectionsCommandInput
|
|
1040
|
+
| PredictQAResultsCommandInput
|
|
991
1041
|
| PutDataSetRefreshPropertiesCommandInput
|
|
992
1042
|
| RegisterUserCommandInput
|
|
993
1043
|
| RestoreAnalysisCommandInput
|
|
@@ -997,6 +1047,7 @@ export type ServiceInputTypes =
|
|
|
997
1047
|
| SearchDataSourcesCommandInput
|
|
998
1048
|
| SearchFoldersCommandInput
|
|
999
1049
|
| SearchGroupsCommandInput
|
|
1050
|
+
| SearchTopicsCommandInput
|
|
1000
1051
|
| StartAssetBundleExportJobCommandInput
|
|
1001
1052
|
| StartAssetBundleImportJobCommandInput
|
|
1002
1053
|
| StartDashboardSnapshotJobCommandInput
|
|
@@ -1007,6 +1058,7 @@ export type ServiceInputTypes =
|
|
|
1007
1058
|
| UpdateAccountSettingsCommandInput
|
|
1008
1059
|
| UpdateAnalysisCommandInput
|
|
1009
1060
|
| UpdateAnalysisPermissionsCommandInput
|
|
1061
|
+
| UpdateApplicationWithTokenExchangeGrantCommandInput
|
|
1010
1062
|
| UpdateBrandAssignmentCommandInput
|
|
1011
1063
|
| UpdateBrandCommandInput
|
|
1012
1064
|
| UpdateBrandPublishedVersionCommandInput
|
|
@@ -1015,10 +1067,12 @@ export type ServiceInputTypes =
|
|
|
1015
1067
|
| UpdateDashboardLinksCommandInput
|
|
1016
1068
|
| UpdateDashboardPermissionsCommandInput
|
|
1017
1069
|
| UpdateDashboardPublishedVersionCommandInput
|
|
1070
|
+
| UpdateDashboardsQAConfigurationCommandInput
|
|
1018
1071
|
| UpdateDataSetCommandInput
|
|
1019
1072
|
| UpdateDataSetPermissionsCommandInput
|
|
1020
1073
|
| UpdateDataSourceCommandInput
|
|
1021
1074
|
| UpdateDataSourcePermissionsCommandInput
|
|
1075
|
+
| UpdateDefaultQBusinessApplicationCommandInput
|
|
1022
1076
|
| UpdateFolderCommandInput
|
|
1023
1077
|
| UpdateFolderPermissionsCommandInput
|
|
1024
1078
|
| UpdateGroupCommandInput
|
|
@@ -1028,6 +1082,7 @@ export type ServiceInputTypes =
|
|
|
1028
1082
|
| UpdateKeyRegistrationCommandInput
|
|
1029
1083
|
| UpdatePublicSharingSettingsCommandInput
|
|
1030
1084
|
| UpdateQPersonalizationConfigurationCommandInput
|
|
1085
|
+
| UpdateQuickSightQSearchConfigurationCommandInput
|
|
1031
1086
|
| UpdateRefreshScheduleCommandInput
|
|
1032
1087
|
| UpdateRoleCustomPermissionCommandInput
|
|
1033
1088
|
| UpdateSPICECapacityConfigurationCommandInput
|
|
@@ -1081,6 +1136,7 @@ export type ServiceOutputTypes =
|
|
|
1081
1136
|
| DeleteDataSetCommandOutput
|
|
1082
1137
|
| DeleteDataSetRefreshPropertiesCommandOutput
|
|
1083
1138
|
| DeleteDataSourceCommandOutput
|
|
1139
|
+
| DeleteDefaultQBusinessApplicationCommandOutput
|
|
1084
1140
|
| DeleteFolderCommandOutput
|
|
1085
1141
|
| DeleteFolderMembershipCommandOutput
|
|
1086
1142
|
| DeleteGroupCommandOutput
|
|
@@ -1118,11 +1174,13 @@ export type ServiceOutputTypes =
|
|
|
1118
1174
|
| DescribeDashboardPermissionsCommandOutput
|
|
1119
1175
|
| DescribeDashboardSnapshotJobCommandOutput
|
|
1120
1176
|
| DescribeDashboardSnapshotJobResultCommandOutput
|
|
1177
|
+
| DescribeDashboardsQAConfigurationCommandOutput
|
|
1121
1178
|
| DescribeDataSetCommandOutput
|
|
1122
1179
|
| DescribeDataSetPermissionsCommandOutput
|
|
1123
1180
|
| DescribeDataSetRefreshPropertiesCommandOutput
|
|
1124
1181
|
| DescribeDataSourceCommandOutput
|
|
1125
1182
|
| DescribeDataSourcePermissionsCommandOutput
|
|
1183
|
+
| DescribeDefaultQBusinessApplicationCommandOutput
|
|
1126
1184
|
| DescribeFolderCommandOutput
|
|
1127
1185
|
| DescribeFolderPermissionsCommandOutput
|
|
1128
1186
|
| DescribeFolderResolvedPermissionsCommandOutput
|
|
@@ -1134,6 +1192,7 @@ export type ServiceOutputTypes =
|
|
|
1134
1192
|
| DescribeKeyRegistrationCommandOutput
|
|
1135
1193
|
| DescribeNamespaceCommandOutput
|
|
1136
1194
|
| DescribeQPersonalizationConfigurationCommandOutput
|
|
1195
|
+
| DescribeQuickSightQSearchConfigurationCommandOutput
|
|
1137
1196
|
| DescribeRefreshScheduleCommandOutput
|
|
1138
1197
|
| DescribeRoleCustomPermissionCommandOutput
|
|
1139
1198
|
| DescribeTemplateAliasCommandOutput
|
|
@@ -1151,6 +1210,7 @@ export type ServiceOutputTypes =
|
|
|
1151
1210
|
| DescribeVPCConnectionCommandOutput
|
|
1152
1211
|
| GenerateEmbedUrlForAnonymousUserCommandOutput
|
|
1153
1212
|
| GenerateEmbedUrlForRegisteredUserCommandOutput
|
|
1213
|
+
| GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput
|
|
1154
1214
|
| GetDashboardEmbedUrlCommandOutput
|
|
1155
1215
|
| GetSessionEmbedUrlCommandOutput
|
|
1156
1216
|
| ListAnalysesCommandOutput
|
|
@@ -1187,6 +1247,7 @@ export type ServiceOutputTypes =
|
|
|
1187
1247
|
| ListUserGroupsCommandOutput
|
|
1188
1248
|
| ListUsersCommandOutput
|
|
1189
1249
|
| ListVPCConnectionsCommandOutput
|
|
1250
|
+
| PredictQAResultsCommandOutput
|
|
1190
1251
|
| PutDataSetRefreshPropertiesCommandOutput
|
|
1191
1252
|
| RegisterUserCommandOutput
|
|
1192
1253
|
| RestoreAnalysisCommandOutput
|
|
@@ -1196,6 +1257,7 @@ export type ServiceOutputTypes =
|
|
|
1196
1257
|
| SearchDataSourcesCommandOutput
|
|
1197
1258
|
| SearchFoldersCommandOutput
|
|
1198
1259
|
| SearchGroupsCommandOutput
|
|
1260
|
+
| SearchTopicsCommandOutput
|
|
1199
1261
|
| StartAssetBundleExportJobCommandOutput
|
|
1200
1262
|
| StartAssetBundleImportJobCommandOutput
|
|
1201
1263
|
| StartDashboardSnapshotJobCommandOutput
|
|
@@ -1206,6 +1268,7 @@ export type ServiceOutputTypes =
|
|
|
1206
1268
|
| UpdateAccountSettingsCommandOutput
|
|
1207
1269
|
| UpdateAnalysisCommandOutput
|
|
1208
1270
|
| UpdateAnalysisPermissionsCommandOutput
|
|
1271
|
+
| UpdateApplicationWithTokenExchangeGrantCommandOutput
|
|
1209
1272
|
| UpdateBrandAssignmentCommandOutput
|
|
1210
1273
|
| UpdateBrandCommandOutput
|
|
1211
1274
|
| UpdateBrandPublishedVersionCommandOutput
|
|
@@ -1214,10 +1277,12 @@ export type ServiceOutputTypes =
|
|
|
1214
1277
|
| UpdateDashboardLinksCommandOutput
|
|
1215
1278
|
| UpdateDashboardPermissionsCommandOutput
|
|
1216
1279
|
| UpdateDashboardPublishedVersionCommandOutput
|
|
1280
|
+
| UpdateDashboardsQAConfigurationCommandOutput
|
|
1217
1281
|
| UpdateDataSetCommandOutput
|
|
1218
1282
|
| UpdateDataSetPermissionsCommandOutput
|
|
1219
1283
|
| UpdateDataSourceCommandOutput
|
|
1220
1284
|
| UpdateDataSourcePermissionsCommandOutput
|
|
1285
|
+
| UpdateDefaultQBusinessApplicationCommandOutput
|
|
1221
1286
|
| UpdateFolderCommandOutput
|
|
1222
1287
|
| UpdateFolderPermissionsCommandOutput
|
|
1223
1288
|
| UpdateGroupCommandOutput
|
|
@@ -1227,6 +1292,7 @@ export type ServiceOutputTypes =
|
|
|
1227
1292
|
| UpdateKeyRegistrationCommandOutput
|
|
1228
1293
|
| UpdatePublicSharingSettingsCommandOutput
|
|
1229
1294
|
| UpdateQPersonalizationConfigurationCommandOutput
|
|
1295
|
+
| UpdateQuickSightQSearchConfigurationCommandOutput
|
|
1230
1296
|
| UpdateRefreshScheduleCommandOutput
|
|
1231
1297
|
| UpdateRoleCustomPermissionCommandOutput
|
|
1232
1298
|
| UpdateSPICECapacityConfigurationCommandOutput
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { BatchCreateTopicReviewedAnswerResponse } from "../models/models_2";
|
|
4
|
-
import { BatchCreateTopicReviewedAnswerRequest } from "../models/
|
|
4
|
+
import { BatchCreateTopicReviewedAnswerRequest } from "../models/models_5";
|
|
5
5
|
import {
|
|
6
6
|
QuickSightClientResolvedConfig,
|
|
7
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateAccountCustomizationRequest,
|
|
5
5
|
CreateAccountCustomizationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateAccountSubscriptionRequest,
|
|
5
5
|
CreateAccountSubscriptionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|