@aws-sdk/client-quicksight 3.699.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.
Files changed (80) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +524 -62
  3. package/dist-es/QuickSight.js +16 -0
  4. package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
  5. package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
  6. package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
  7. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
  8. package/dist-es/commands/PredictQAResultsCommand.js +23 -0
  9. package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
  10. package/dist-es/commands/UpdateDashboardCommand.js +1 -1
  11. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  12. package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
  13. package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
  14. package/dist-es/commands/index.js +8 -0
  15. package/dist-es/models/models_2.js +1 -0
  16. package/dist-es/models/models_4.js +47 -17
  17. package/dist-es/models/models_5.js +17 -0
  18. package/dist-es/protocols/Aws_restJson1.js +251 -0
  19. package/dist-types/QuickSight.d.ts +56 -0
  20. package/dist-types/QuickSightClient.d.ts +10 -2
  21. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
  22. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
  26. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
  27. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
  28. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  29. package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
  30. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
  31. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -2
  42. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
  43. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
  45. package/dist-types/commands/index.d.ts +8 -0
  46. package/dist-types/models/models_2.d.ts +1 -0
  47. package/dist-types/models/models_3.d.ts +76 -64
  48. package/dist-types/models/models_4.d.ts +423 -608
  49. package/dist-types/models/models_5.d.ts +671 -3
  50. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  51. package/dist-types/ts3.4/QuickSight.d.ts +178 -0
  52. package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
  53. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +4 -2
  72. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  75. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  76. package/dist-types/ts3.4/models/models_3.d.ts +18 -15
  77. package/dist-types/ts3.4/models/models_4.d.ts +123 -146
  78. package/dist-types/ts3.4/models/models_5.d.ts +174 -0
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  80. package/package.json +1 -1
@@ -37,6 +37,7 @@ import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../co
37
37
  import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "../commands/DeleteDataSetCommand";
38
38
  import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "../commands/DeleteDataSetRefreshPropertiesCommand";
39
39
  import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
40
+ import { DeleteDefaultQBusinessApplicationCommandInput, DeleteDefaultQBusinessApplicationCommandOutput } from "../commands/DeleteDefaultQBusinessApplicationCommand";
40
41
  import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "../commands/DeleteFolderCommand";
41
42
  import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "../commands/DeleteFolderMembershipCommand";
42
43
  import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
@@ -80,6 +81,7 @@ import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsComma
80
81
  import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "../commands/DescribeDataSetRefreshPropertiesCommand";
81
82
  import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "../commands/DescribeDataSourceCommand";
82
83
  import { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "../commands/DescribeDataSourcePermissionsCommand";
84
+ import { DescribeDefaultQBusinessApplicationCommandInput, DescribeDefaultQBusinessApplicationCommandOutput } from "../commands/DescribeDefaultQBusinessApplicationCommand";
83
85
  import { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "../commands/DescribeFolderCommand";
84
86
  import { DescribeFolderPermissionsCommandInput, DescribeFolderPermissionsCommandOutput } from "../commands/DescribeFolderPermissionsCommand";
85
87
  import { DescribeFolderResolvedPermissionsCommandInput, DescribeFolderResolvedPermissionsCommandOutput } from "../commands/DescribeFolderResolvedPermissionsCommand";
@@ -91,6 +93,7 @@ import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput }
91
93
  import { DescribeKeyRegistrationCommandInput, DescribeKeyRegistrationCommandOutput } from "../commands/DescribeKeyRegistrationCommand";
92
94
  import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "../commands/DescribeNamespaceCommand";
93
95
  import { DescribeQPersonalizationConfigurationCommandInput, DescribeQPersonalizationConfigurationCommandOutput } from "../commands/DescribeQPersonalizationConfigurationCommand";
96
+ import { DescribeQuickSightQSearchConfigurationCommandInput, DescribeQuickSightQSearchConfigurationCommandOutput } from "../commands/DescribeQuickSightQSearchConfigurationCommand";
94
97
  import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "../commands/DescribeRefreshScheduleCommand";
95
98
  import { DescribeRoleCustomPermissionCommandInput, DescribeRoleCustomPermissionCommandOutput } from "../commands/DescribeRoleCustomPermissionCommand";
96
99
  import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "../commands/DescribeTemplateAliasCommand";
@@ -108,6 +111,7 @@ import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands
108
111
  import { DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput } from "../commands/DescribeVPCConnectionCommand";
109
112
  import { GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput } from "../commands/GenerateEmbedUrlForAnonymousUserCommand";
110
113
  import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput } from "../commands/GenerateEmbedUrlForRegisteredUserCommand";
114
+ import { GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput } from "../commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
111
115
  import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "../commands/GetDashboardEmbedUrlCommand";
112
116
  import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "../commands/GetSessionEmbedUrlCommand";
113
117
  import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "../commands/ListAnalysesCommand";
@@ -144,6 +148,7 @@ import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/Lis
144
148
  import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "../commands/ListUserGroupsCommand";
145
149
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
146
150
  import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "../commands/ListVPCConnectionsCommand";
151
+ import { PredictQAResultsCommandInput, PredictQAResultsCommandOutput } from "../commands/PredictQAResultsCommand";
147
152
  import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "../commands/PutDataSetRefreshPropertiesCommand";
148
153
  import { RegisterUserCommandInput, RegisterUserCommandOutput } from "../commands/RegisterUserCommand";
149
154
  import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "../commands/RestoreAnalysisCommand";
@@ -164,6 +169,7 @@ import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationComma
164
169
  import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
165
170
  import { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "../commands/UpdateAnalysisCommand";
166
171
  import { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "../commands/UpdateAnalysisPermissionsCommand";
172
+ import { UpdateApplicationWithTokenExchangeGrantCommandInput, UpdateApplicationWithTokenExchangeGrantCommandOutput } from "../commands/UpdateApplicationWithTokenExchangeGrantCommand";
167
173
  import { UpdateBrandAssignmentCommandInput, UpdateBrandAssignmentCommandOutput } from "../commands/UpdateBrandAssignmentCommand";
168
174
  import { UpdateBrandCommandInput, UpdateBrandCommandOutput } from "../commands/UpdateBrandCommand";
169
175
  import { UpdateBrandPublishedVersionCommandInput, UpdateBrandPublishedVersionCommandOutput } from "../commands/UpdateBrandPublishedVersionCommand";
@@ -177,6 +183,7 @@ import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "../comman
177
183
  import { UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput } from "../commands/UpdateDataSetPermissionsCommand";
178
184
  import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
179
185
  import { UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput } from "../commands/UpdateDataSourcePermissionsCommand";
186
+ import { UpdateDefaultQBusinessApplicationCommandInput, UpdateDefaultQBusinessApplicationCommandOutput } from "../commands/UpdateDefaultQBusinessApplicationCommand";
180
187
  import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "../commands/UpdateFolderCommand";
181
188
  import { UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput } from "../commands/UpdateFolderPermissionsCommand";
182
189
  import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
@@ -186,6 +193,7 @@ import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } fro
186
193
  import { UpdateKeyRegistrationCommandInput, UpdateKeyRegistrationCommandOutput } from "../commands/UpdateKeyRegistrationCommand";
187
194
  import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "../commands/UpdatePublicSharingSettingsCommand";
188
195
  import { UpdateQPersonalizationConfigurationCommandInput, UpdateQPersonalizationConfigurationCommandOutput } from "../commands/UpdateQPersonalizationConfigurationCommand";
196
+ import { UpdateQuickSightQSearchConfigurationCommandInput, UpdateQuickSightQSearchConfigurationCommandOutput } from "../commands/UpdateQuickSightQSearchConfigurationCommand";
189
197
  import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "../commands/UpdateRefreshScheduleCommand";
190
198
  import { UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput } from "../commands/UpdateRoleCustomPermissionCommand";
191
199
  import { UpdateSPICECapacityConfigurationCommandInput, UpdateSPICECapacityConfigurationCommandOutput } from "../commands/UpdateSPICECapacityConfigurationCommand";
@@ -349,6 +357,10 @@ export declare const se_DeleteDataSetRefreshPropertiesCommand: (input: DeleteDat
349
357
  * serializeAws_restJson1DeleteDataSourceCommand
350
358
  */
351
359
  export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
+ /**
361
+ * serializeAws_restJson1DeleteDefaultQBusinessApplicationCommand
362
+ */
363
+ export declare const se_DeleteDefaultQBusinessApplicationCommand: (input: DeleteDefaultQBusinessApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
364
  /**
353
365
  * serializeAws_restJson1DeleteFolderCommand
354
366
  */
@@ -521,6 +533,10 @@ export declare const se_DescribeDataSourceCommand: (input: DescribeDataSourceCom
521
533
  * serializeAws_restJson1DescribeDataSourcePermissionsCommand
522
534
  */
523
535
  export declare const se_DescribeDataSourcePermissionsCommand: (input: DescribeDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
536
+ /**
537
+ * serializeAws_restJson1DescribeDefaultQBusinessApplicationCommand
538
+ */
539
+ export declare const se_DescribeDefaultQBusinessApplicationCommand: (input: DescribeDefaultQBusinessApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
524
540
  /**
525
541
  * serializeAws_restJson1DescribeFolderCommand
526
542
  */
@@ -565,6 +581,10 @@ export declare const se_DescribeNamespaceCommand: (input: DescribeNamespaceComma
565
581
  * serializeAws_restJson1DescribeQPersonalizationConfigurationCommand
566
582
  */
567
583
  export declare const se_DescribeQPersonalizationConfigurationCommand: (input: DescribeQPersonalizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
584
+ /**
585
+ * serializeAws_restJson1DescribeQuickSightQSearchConfigurationCommand
586
+ */
587
+ export declare const se_DescribeQuickSightQSearchConfigurationCommand: (input: DescribeQuickSightQSearchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
568
588
  /**
569
589
  * serializeAws_restJson1DescribeRefreshScheduleCommand
570
590
  */
@@ -633,6 +653,10 @@ export declare const se_GenerateEmbedUrlForAnonymousUserCommand: (input: Generat
633
653
  * serializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand
634
654
  */
635
655
  export declare const se_GenerateEmbedUrlForRegisteredUserCommand: (input: GenerateEmbedUrlForRegisteredUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
656
+ /**
657
+ * serializeAws_restJson1GenerateEmbedUrlForRegisteredUserWithIdentityCommand
658
+ */
659
+ export declare const se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
636
660
  /**
637
661
  * serializeAws_restJson1GetDashboardEmbedUrlCommand
638
662
  */
@@ -777,6 +801,10 @@ export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context
777
801
  * serializeAws_restJson1ListVPCConnectionsCommand
778
802
  */
779
803
  export declare const se_ListVPCConnectionsCommand: (input: ListVPCConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
804
+ /**
805
+ * serializeAws_restJson1PredictQAResultsCommand
806
+ */
807
+ export declare const se_PredictQAResultsCommand: (input: PredictQAResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
780
808
  /**
781
809
  * serializeAws_restJson1PutDataSetRefreshPropertiesCommand
782
810
  */
@@ -857,6 +885,10 @@ export declare const se_UpdateAnalysisCommand: (input: UpdateAnalysisCommandInpu
857
885
  * serializeAws_restJson1UpdateAnalysisPermissionsCommand
858
886
  */
859
887
  export declare const se_UpdateAnalysisPermissionsCommand: (input: UpdateAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
888
+ /**
889
+ * serializeAws_restJson1UpdateApplicationWithTokenExchangeGrantCommand
890
+ */
891
+ export declare const se_UpdateApplicationWithTokenExchangeGrantCommand: (input: UpdateApplicationWithTokenExchangeGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
860
892
  /**
861
893
  * serializeAws_restJson1UpdateBrandCommand
862
894
  */
@@ -909,6 +941,10 @@ export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommand
909
941
  * serializeAws_restJson1UpdateDataSourcePermissionsCommand
910
942
  */
911
943
  export declare const se_UpdateDataSourcePermissionsCommand: (input: UpdateDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
944
+ /**
945
+ * serializeAws_restJson1UpdateDefaultQBusinessApplicationCommand
946
+ */
947
+ export declare const se_UpdateDefaultQBusinessApplicationCommand: (input: UpdateDefaultQBusinessApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
912
948
  /**
913
949
  * serializeAws_restJson1UpdateFolderCommand
914
950
  */
@@ -945,6 +981,10 @@ export declare const se_UpdatePublicSharingSettingsCommand: (input: UpdatePublic
945
981
  * serializeAws_restJson1UpdateQPersonalizationConfigurationCommand
946
982
  */
947
983
  export declare const se_UpdateQPersonalizationConfigurationCommand: (input: UpdateQPersonalizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
984
+ /**
985
+ * serializeAws_restJson1UpdateQuickSightQSearchConfigurationCommand
986
+ */
987
+ export declare const se_UpdateQuickSightQSearchConfigurationCommand: (input: UpdateQuickSightQSearchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
948
988
  /**
949
989
  * serializeAws_restJson1UpdateRefreshScheduleCommand
950
990
  */
@@ -1153,6 +1193,10 @@ export declare const de_DeleteDataSetRefreshPropertiesCommand: (output: __HttpRe
1153
1193
  * deserializeAws_restJson1DeleteDataSourceCommand
1154
1194
  */
1155
1195
  export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
1196
+ /**
1197
+ * deserializeAws_restJson1DeleteDefaultQBusinessApplicationCommand
1198
+ */
1199
+ export declare const de_DeleteDefaultQBusinessApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDefaultQBusinessApplicationCommandOutput>;
1156
1200
  /**
1157
1201
  * deserializeAws_restJson1DeleteFolderCommand
1158
1202
  */
@@ -1325,6 +1369,10 @@ export declare const de_DescribeDataSourceCommand: (output: __HttpResponse, cont
1325
1369
  * deserializeAws_restJson1DescribeDataSourcePermissionsCommand
1326
1370
  */
1327
1371
  export declare const de_DescribeDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourcePermissionsCommandOutput>;
1372
+ /**
1373
+ * deserializeAws_restJson1DescribeDefaultQBusinessApplicationCommand
1374
+ */
1375
+ export declare const de_DescribeDefaultQBusinessApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDefaultQBusinessApplicationCommandOutput>;
1328
1376
  /**
1329
1377
  * deserializeAws_restJson1DescribeFolderCommand
1330
1378
  */
@@ -1369,6 +1417,10 @@ export declare const de_DescribeNamespaceCommand: (output: __HttpResponse, conte
1369
1417
  * deserializeAws_restJson1DescribeQPersonalizationConfigurationCommand
1370
1418
  */
1371
1419
  export declare const de_DescribeQPersonalizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQPersonalizationConfigurationCommandOutput>;
1420
+ /**
1421
+ * deserializeAws_restJson1DescribeQuickSightQSearchConfigurationCommand
1422
+ */
1423
+ export declare const de_DescribeQuickSightQSearchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuickSightQSearchConfigurationCommandOutput>;
1372
1424
  /**
1373
1425
  * deserializeAws_restJson1DescribeRefreshScheduleCommand
1374
1426
  */
@@ -1437,6 +1489,10 @@ export declare const de_GenerateEmbedUrlForAnonymousUserCommand: (output: __Http
1437
1489
  * deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand
1438
1490
  */
1439
1491
  export declare const de_GenerateEmbedUrlForRegisteredUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
1492
+ /**
1493
+ * deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserWithIdentityCommand
1494
+ */
1495
+ export declare const de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput>;
1440
1496
  /**
1441
1497
  * deserializeAws_restJson1GetDashboardEmbedUrlCommand
1442
1498
  */
@@ -1581,6 +1637,10 @@ export declare const de_ListUsersCommand: (output: __HttpResponse, context: __Se
1581
1637
  * deserializeAws_restJson1ListVPCConnectionsCommand
1582
1638
  */
1583
1639
  export declare const de_ListVPCConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVPCConnectionsCommandOutput>;
1640
+ /**
1641
+ * deserializeAws_restJson1PredictQAResultsCommand
1642
+ */
1643
+ export declare const de_PredictQAResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PredictQAResultsCommandOutput>;
1584
1644
  /**
1585
1645
  * deserializeAws_restJson1PutDataSetRefreshPropertiesCommand
1586
1646
  */
@@ -1661,6 +1721,10 @@ export declare const de_UpdateAnalysisCommand: (output: __HttpResponse, context:
1661
1721
  * deserializeAws_restJson1UpdateAnalysisPermissionsCommand
1662
1722
  */
1663
1723
  export declare const de_UpdateAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisPermissionsCommandOutput>;
1724
+ /**
1725
+ * deserializeAws_restJson1UpdateApplicationWithTokenExchangeGrantCommand
1726
+ */
1727
+ export declare const de_UpdateApplicationWithTokenExchangeGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationWithTokenExchangeGrantCommandOutput>;
1664
1728
  /**
1665
1729
  * deserializeAws_restJson1UpdateBrandCommand
1666
1730
  */
@@ -1713,6 +1777,10 @@ export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, contex
1713
1777
  * deserializeAws_restJson1UpdateDataSourcePermissionsCommand
1714
1778
  */
1715
1779
  export declare const de_UpdateDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourcePermissionsCommandOutput>;
1780
+ /**
1781
+ * deserializeAws_restJson1UpdateDefaultQBusinessApplicationCommand
1782
+ */
1783
+ export declare const de_UpdateDefaultQBusinessApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
1716
1784
  /**
1717
1785
  * deserializeAws_restJson1UpdateFolderCommand
1718
1786
  */
@@ -1749,6 +1817,10 @@ export declare const de_UpdatePublicSharingSettingsCommand: (output: __HttpRespo
1749
1817
  * deserializeAws_restJson1UpdateQPersonalizationConfigurationCommand
1750
1818
  */
1751
1819
  export declare const de_UpdateQPersonalizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQPersonalizationConfigurationCommandOutput>;
1820
+ /**
1821
+ * deserializeAws_restJson1UpdateQuickSightQSearchConfigurationCommand
1822
+ */
1823
+ export declare const de_UpdateQuickSightQSearchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuickSightQSearchConfigurationCommandOutput>;
1752
1824
  /**
1753
1825
  * deserializeAws_restJson1UpdateRefreshScheduleCommand
1754
1826
  */
@@ -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,
@@ -319,6 +323,10 @@ import {
319
323
  DescribeDataSourcePermissionsCommandInput,
320
324
  DescribeDataSourcePermissionsCommandOutput,
321
325
  } from "./commands/DescribeDataSourcePermissionsCommand";
326
+ import {
327
+ DescribeDefaultQBusinessApplicationCommandInput,
328
+ DescribeDefaultQBusinessApplicationCommandOutput,
329
+ } from "./commands/DescribeDefaultQBusinessApplicationCommand";
322
330
  import {
323
331
  DescribeFolderCommandInput,
324
332
  DescribeFolderCommandOutput,
@@ -363,6 +371,10 @@ import {
363
371
  DescribeQPersonalizationConfigurationCommandInput,
364
372
  DescribeQPersonalizationConfigurationCommandOutput,
365
373
  } from "./commands/DescribeQPersonalizationConfigurationCommand";
374
+ import {
375
+ DescribeQuickSightQSearchConfigurationCommandInput,
376
+ DescribeQuickSightQSearchConfigurationCommandOutput,
377
+ } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
366
378
  import {
367
379
  DescribeRefreshScheduleCommandInput,
368
380
  DescribeRefreshScheduleCommandOutput,
@@ -431,6 +443,10 @@ import {
431
443
  GenerateEmbedUrlForRegisteredUserCommandInput,
432
444
  GenerateEmbedUrlForRegisteredUserCommandOutput,
433
445
  } from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
446
+ import {
447
+ GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
448
+ GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
449
+ } from "./commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
434
450
  import {
435
451
  GetDashboardEmbedUrlCommandInput,
436
452
  GetDashboardEmbedUrlCommandOutput,
@@ -575,6 +591,10 @@ import {
575
591
  ListVPCConnectionsCommandInput,
576
592
  ListVPCConnectionsCommandOutput,
577
593
  } from "./commands/ListVPCConnectionsCommand";
594
+ import {
595
+ PredictQAResultsCommandInput,
596
+ PredictQAResultsCommandOutput,
597
+ } from "./commands/PredictQAResultsCommand";
578
598
  import {
579
599
  PutDataSetRefreshPropertiesCommandInput,
580
600
  PutDataSetRefreshPropertiesCommandOutput,
@@ -655,6 +675,10 @@ import {
655
675
  UpdateAnalysisPermissionsCommandInput,
656
676
  UpdateAnalysisPermissionsCommandOutput,
657
677
  } from "./commands/UpdateAnalysisPermissionsCommand";
678
+ import {
679
+ UpdateApplicationWithTokenExchangeGrantCommandInput,
680
+ UpdateApplicationWithTokenExchangeGrantCommandOutput,
681
+ } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
658
682
  import {
659
683
  UpdateBrandAssignmentCommandInput,
660
684
  UpdateBrandAssignmentCommandOutput,
@@ -707,6 +731,10 @@ import {
707
731
  UpdateDataSourcePermissionsCommandInput,
708
732
  UpdateDataSourcePermissionsCommandOutput,
709
733
  } from "./commands/UpdateDataSourcePermissionsCommand";
734
+ import {
735
+ UpdateDefaultQBusinessApplicationCommandInput,
736
+ UpdateDefaultQBusinessApplicationCommandOutput,
737
+ } from "./commands/UpdateDefaultQBusinessApplicationCommand";
710
738
  import {
711
739
  UpdateFolderCommandInput,
712
740
  UpdateFolderCommandOutput,
@@ -743,6 +771,10 @@ import {
743
771
  UpdateQPersonalizationConfigurationCommandInput,
744
772
  UpdateQPersonalizationConfigurationCommandOutput,
745
773
  } from "./commands/UpdateQPersonalizationConfigurationCommand";
774
+ import {
775
+ UpdateQuickSightQSearchConfigurationCommandInput,
776
+ UpdateQuickSightQSearchConfigurationCommandOutput,
777
+ } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
746
778
  import {
747
779
  UpdateRefreshScheduleCommandInput,
748
780
  UpdateRefreshScheduleCommandOutput,
@@ -1286,6 +1318,25 @@ export interface QuickSight {
1286
1318
  options: __HttpHandlerOptions,
1287
1319
  cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
1288
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;
1289
1340
  deleteFolder(
1290
1341
  args: DeleteFolderCommandInput,
1291
1342
  options?: __HttpHandlerOptions
@@ -1857,6 +1908,25 @@ export interface QuickSight {
1857
1908
  options: __HttpHandlerOptions,
1858
1909
  cb: (err: any, data?: DescribeDataSourcePermissionsCommandOutput) => void
1859
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;
1860
1930
  describeFolder(
1861
1931
  args: DescribeFolderCommandInput,
1862
1932
  options?: __HttpHandlerOptions
@@ -2012,6 +2082,25 @@ export interface QuickSight {
2012
2082
  data?: DescribeQPersonalizationConfigurationCommandOutput
2013
2083
  ) => void
2014
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;
2015
2104
  describeRefreshSchedule(
2016
2105
  args: DescribeRefreshScheduleCommandInput,
2017
2106
  options?: __HttpHandlerOptions
@@ -2239,6 +2328,25 @@ export interface QuickSight {
2239
2328
  data?: GenerateEmbedUrlForRegisteredUserCommandOutput
2240
2329
  ) => void
2241
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;
2242
2350
  getDashboardEmbedUrl(
2243
2351
  args: GetDashboardEmbedUrlCommandInput,
2244
2352
  options?: __HttpHandlerOptions
@@ -2707,6 +2815,19 @@ export interface QuickSight {
2707
2815
  options: __HttpHandlerOptions,
2708
2816
  cb: (err: any, data?: ListVPCConnectionsCommandOutput) => void
2709
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;
2710
2831
  putDataSetRefreshProperties(
2711
2832
  args: PutDataSetRefreshPropertiesCommandInput,
2712
2833
  options?: __HttpHandlerOptions
@@ -2973,6 +3094,25 @@ export interface QuickSight {
2973
3094
  options: __HttpHandlerOptions,
2974
3095
  cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void
2975
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;
2976
3116
  updateBrand(
2977
3117
  args: UpdateBrandCommandInput,
2978
3118
  options?: __HttpHandlerOptions
@@ -3142,6 +3282,25 @@ export interface QuickSight {
3142
3282
  options: __HttpHandlerOptions,
3143
3283
  cb: (err: any, data?: UpdateDataSourcePermissionsCommandOutput) => void
3144
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;
3145
3304
  updateFolder(
3146
3305
  args: UpdateFolderCommandInput,
3147
3306
  options?: __HttpHandlerOptions
@@ -3265,6 +3424,25 @@ export interface QuickSight {
3265
3424
  data?: UpdateQPersonalizationConfigurationCommandOutput
3266
3425
  ) => void
3267
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;
3268
3446
  updateRefreshSchedule(
3269
3447
  args: UpdateRefreshScheduleCommandInput,
3270
3448
  options?: __HttpHandlerOptions