@aws-sdk/client-quicksight 3.1061.0 → 3.1063.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 (103) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +195 -0
  3. package/dist-cjs/models/errors.js +54 -54
  4. package/dist-cjs/schemas/schemas_0.js +569 -225
  5. package/dist-es/QuickSight.js +20 -0
  6. package/dist-es/commands/BatchDeleteKnowledgeBaseCommand.js +16 -0
  7. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +16 -0
  8. package/dist-es/commands/DescribeKnowledgeBaseCommand.js +16 -0
  9. package/dist-es/commands/DescribeKnowledgeBasePermissionsCommand.js +16 -0
  10. package/dist-es/commands/ListKnowledgeBasesCommand.js +16 -0
  11. package/dist-es/commands/ListUsersIndexCapacityCommand.js +16 -0
  12. package/dist-es/commands/SearchKnowledgeBasesCommand.js +16 -0
  13. package/dist-es/commands/UpdateKnowledgeBasePermissionsCommand.js +16 -0
  14. package/dist-es/commands/index.js +8 -0
  15. package/dist-es/models/enums.js +63 -0
  16. package/dist-es/models/errors.js +48 -48
  17. package/dist-es/pagination/ListKnowledgeBasesPaginator.js +4 -0
  18. package/dist-es/pagination/SearchKnowledgeBasesPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +532 -189
  21. package/dist-types/QuickSight.d.ts +70 -0
  22. package/dist-types/QuickSightClient.d.ts +10 -2
  23. package/dist-types/commands/BatchDeleteKnowledgeBaseCommand.d.ts +117 -0
  24. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +110 -0
  25. package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeKnowledgeBaseCommand.d.ts +157 -0
  31. package/dist-types/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +115 -0
  32. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +117 -0
  33. package/dist-types/commands/ListUsersIndexCapacityCommand.d.ts +127 -0
  34. package/dist-types/commands/SearchKnowledgeBasesCommand.d.ts +131 -0
  35. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  36. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateActionConnectorCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateBrandCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +134 -0
  51. package/dist-types/commands/index.d.ts +8 -0
  52. package/dist-types/models/enums.d.ts +159 -0
  53. package/dist-types/models/errors.d.ts +53 -53
  54. package/dist-types/models/models_2.d.ts +106 -144
  55. package/dist-types/models/models_3.d.ts +184 -154
  56. package/dist-types/models/models_4.d.ts +1367 -1363
  57. package/dist-types/models/models_5.d.ts +860 -4
  58. package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +7 -0
  59. package/dist-types/pagination/SearchKnowledgeBasesPaginator.d.ts +7 -0
  60. package/dist-types/pagination/index.d.ts +2 -0
  61. package/dist-types/schemas/schemas_0.d.ts +41 -0
  62. package/dist-types/ts3.4/QuickSight.d.ts +150 -0
  63. package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteKnowledgeBaseCommand.d.ts +53 -0
  65. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +53 -0
  66. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -2
  71. package/dist-types/ts3.4/commands/DescribeKnowledgeBaseCommand.d.ts +53 -0
  72. package/dist-types/ts3.4/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +53 -0
  73. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +53 -0
  74. package/dist-types/ts3.4/commands/ListUsersIndexCapacityCommand.d.ts +53 -0
  75. package/dist-types/ts3.4/commands/SearchKnowledgeBasesCommand.d.ts +53 -0
  76. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +53 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  93. package/dist-types/ts3.4/models/enums.d.ts +85 -0
  94. package/dist-types/ts3.4/models/errors.d.ts +28 -28
  95. package/dist-types/ts3.4/models/models_2.d.ts +27 -34
  96. package/dist-types/ts3.4/models/models_3.d.ts +47 -44
  97. package/dist-types/ts3.4/models/models_4.d.ts +219 -195
  98. package/dist-types/ts3.4/models/models_5.d.ts +209 -0
  99. package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +11 -0
  100. package/dist-types/ts3.4/pagination/SearchKnowledgeBasesPaginator.d.ts +11 -0
  101. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
  103. package/package.json +5 -5
@@ -1,5 +1,6 @@
1
1
  import { createAggregatedClient } from "@smithy/core/client";
2
2
  import { BatchCreateTopicReviewedAnswerCommand, } from "./commands/BatchCreateTopicReviewedAnswerCommand";
3
+ import { BatchDeleteKnowledgeBaseCommand, } from "./commands/BatchDeleteKnowledgeBaseCommand";
3
4
  import { BatchDeleteTopicReviewedAnswerCommand, } from "./commands/BatchDeleteTopicReviewedAnswerCommand";
4
5
  import { CancelIngestionCommand, } from "./commands/CancelIngestionCommand";
5
6
  import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCustomizationCommand";
@@ -52,6 +53,7 @@ import { DeleteGroupCommand, } from "./commands/DeleteGroupCommand";
52
53
  import { DeleteGroupMembershipCommand, } from "./commands/DeleteGroupMembershipCommand";
53
54
  import { DeleteIAMPolicyAssignmentCommand, } from "./commands/DeleteIAMPolicyAssignmentCommand";
54
55
  import { DeleteIdentityPropagationConfigCommand, } from "./commands/DeleteIdentityPropagationConfigCommand";
56
+ import { DeleteKnowledgeBaseCommand, } from "./commands/DeleteKnowledgeBaseCommand";
55
57
  import { DeleteNamespaceCommand, } from "./commands/DeleteNamespaceCommand";
56
58
  import { DeleteOAuthClientApplicationCommand, } from "./commands/DeleteOAuthClientApplicationCommand";
57
59
  import { DeleteRefreshScheduleCommand, } from "./commands/DeleteRefreshScheduleCommand";
@@ -108,6 +110,8 @@ import { DescribeIAMPolicyAssignmentCommand, } from "./commands/DescribeIAMPolic
108
110
  import { DescribeIngestionCommand, } from "./commands/DescribeIngestionCommand";
109
111
  import { DescribeIpRestrictionCommand, } from "./commands/DescribeIpRestrictionCommand";
110
112
  import { DescribeKeyRegistrationCommand, } from "./commands/DescribeKeyRegistrationCommand";
113
+ import { DescribeKnowledgeBaseCommand, } from "./commands/DescribeKnowledgeBaseCommand";
114
+ import { DescribeKnowledgeBasePermissionsCommand, } from "./commands/DescribeKnowledgeBasePermissionsCommand";
111
115
  import { DescribeNamespaceCommand, } from "./commands/DescribeNamespaceCommand";
112
116
  import { DescribeOAuthClientApplicationCommand, } from "./commands/DescribeOAuthClientApplicationCommand";
113
117
  import { DescribeQPersonalizationConfigurationCommand, } from "./commands/DescribeQPersonalizationConfigurationCommand";
@@ -159,6 +163,7 @@ import { ListIAMPolicyAssignmentsCommand, } from "./commands/ListIAMPolicyAssign
159
163
  import { ListIAMPolicyAssignmentsForUserCommand, } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
160
164
  import { ListIdentityPropagationConfigsCommand, } from "./commands/ListIdentityPropagationConfigsCommand";
161
165
  import { ListIngestionsCommand, } from "./commands/ListIngestionsCommand";
166
+ import { ListKnowledgeBasesCommand, } from "./commands/ListKnowledgeBasesCommand";
162
167
  import { ListNamespacesCommand, } from "./commands/ListNamespacesCommand";
163
168
  import { ListOAuthClientApplicationsCommand, } from "./commands/ListOAuthClientApplicationsCommand";
164
169
  import { ListRefreshSchedulesCommand, } from "./commands/ListRefreshSchedulesCommand";
@@ -178,6 +183,7 @@ import { ListTopicReviewedAnswersCommand, } from "./commands/ListTopicReviewedAn
178
183
  import { ListTopicsCommand, } from "./commands/ListTopicsCommand";
179
184
  import { ListUserGroupsCommand, } from "./commands/ListUserGroupsCommand";
180
185
  import { ListUsersCommand } from "./commands/ListUsersCommand";
186
+ import { ListUsersIndexCapacityCommand, } from "./commands/ListUsersIndexCapacityCommand";
181
187
  import { ListVPCConnectionsCommand, } from "./commands/ListVPCConnectionsCommand";
182
188
  import { PredictQAResultsCommand, } from "./commands/PredictQAResultsCommand";
183
189
  import { PutDataSetRefreshPropertiesCommand, } from "./commands/PutDataSetRefreshPropertiesCommand";
@@ -192,6 +198,7 @@ import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
192
198
  import { SearchFlowsCommand, } from "./commands/SearchFlowsCommand";
193
199
  import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
194
200
  import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
201
+ import { SearchKnowledgeBasesCommand, } from "./commands/SearchKnowledgeBasesCommand";
195
202
  import { SearchSpacesCommand, } from "./commands/SearchSpacesCommand";
196
203
  import { SearchTopicsCommand, } from "./commands/SearchTopicsCommand";
197
204
  import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleExportJobCommand";
@@ -234,6 +241,7 @@ import { UpdateIAMPolicyAssignmentCommand, } from "./commands/UpdateIAMPolicyAss
234
241
  import { UpdateIdentityPropagationConfigCommand, } from "./commands/UpdateIdentityPropagationConfigCommand";
235
242
  import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionCommand";
236
243
  import { UpdateKeyRegistrationCommand, } from "./commands/UpdateKeyRegistrationCommand";
244
+ import { UpdateKnowledgeBasePermissionsCommand, } from "./commands/UpdateKnowledgeBasePermissionsCommand";
237
245
  import { UpdateOAuthClientApplicationCommand, } from "./commands/UpdateOAuthClientApplicationCommand";
238
246
  import { UpdatePublicSharingSettingsCommand, } from "./commands/UpdatePublicSharingSettingsCommand";
239
247
  import { UpdateQPersonalizationConfigurationCommand, } from "./commands/UpdateQPersonalizationConfigurationCommand";
@@ -279,6 +287,7 @@ import { paginateListGroups } from "./pagination/ListGroupsPaginator";
279
287
  import { paginateListIAMPolicyAssignmentsForUser } from "./pagination/ListIAMPolicyAssignmentsForUserPaginator";
280
288
  import { paginateListIAMPolicyAssignments } from "./pagination/ListIAMPolicyAssignmentsPaginator";
281
289
  import { paginateListIngestions } from "./pagination/ListIngestionsPaginator";
290
+ import { paginateListKnowledgeBases } from "./pagination/ListKnowledgeBasesPaginator";
282
291
  import { paginateListNamespaces } from "./pagination/ListNamespacesPaginator";
283
292
  import { paginateListOAuthClientApplications } from "./pagination/ListOAuthClientApplicationsPaginator";
284
293
  import { paginateListRoleMemberships } from "./pagination/ListRoleMembershipsPaginator";
@@ -299,10 +308,12 @@ import { paginateSearchDataSources } from "./pagination/SearchDataSourcesPaginat
299
308
  import { paginateSearchFlows } from "./pagination/SearchFlowsPaginator";
300
309
  import { paginateSearchFolders } from "./pagination/SearchFoldersPaginator";
301
310
  import { paginateSearchGroups } from "./pagination/SearchGroupsPaginator";
311
+ import { paginateSearchKnowledgeBases } from "./pagination/SearchKnowledgeBasesPaginator";
302
312
  import { paginateSearchTopics } from "./pagination/SearchTopicsPaginator";
303
313
  import { QuickSightClient } from "./QuickSightClient";
304
314
  const commands = {
305
315
  BatchCreateTopicReviewedAnswerCommand,
316
+ BatchDeleteKnowledgeBaseCommand,
306
317
  BatchDeleteTopicReviewedAnswerCommand,
307
318
  CancelIngestionCommand,
308
319
  CreateAccountCustomizationCommand,
@@ -355,6 +366,7 @@ const commands = {
355
366
  DeleteGroupMembershipCommand,
356
367
  DeleteIAMPolicyAssignmentCommand,
357
368
  DeleteIdentityPropagationConfigCommand,
369
+ DeleteKnowledgeBaseCommand,
358
370
  DeleteNamespaceCommand,
359
371
  DeleteOAuthClientApplicationCommand,
360
372
  DeleteRefreshScheduleCommand,
@@ -411,6 +423,8 @@ const commands = {
411
423
  DescribeIngestionCommand,
412
424
  DescribeIpRestrictionCommand,
413
425
  DescribeKeyRegistrationCommand,
426
+ DescribeKnowledgeBaseCommand,
427
+ DescribeKnowledgeBasePermissionsCommand,
414
428
  DescribeNamespaceCommand,
415
429
  DescribeOAuthClientApplicationCommand,
416
430
  DescribeQPersonalizationConfigurationCommand,
@@ -462,6 +476,7 @@ const commands = {
462
476
  ListIAMPolicyAssignmentsForUserCommand,
463
477
  ListIdentityPropagationConfigsCommand,
464
478
  ListIngestionsCommand,
479
+ ListKnowledgeBasesCommand,
465
480
  ListNamespacesCommand,
466
481
  ListOAuthClientApplicationsCommand,
467
482
  ListRefreshSchedulesCommand,
@@ -481,6 +496,7 @@ const commands = {
481
496
  ListTopicsCommand,
482
497
  ListUserGroupsCommand,
483
498
  ListUsersCommand,
499
+ ListUsersIndexCapacityCommand,
484
500
  ListVPCConnectionsCommand,
485
501
  PredictQAResultsCommand,
486
502
  PutDataSetRefreshPropertiesCommand,
@@ -495,6 +511,7 @@ const commands = {
495
511
  SearchFlowsCommand,
496
512
  SearchFoldersCommand,
497
513
  SearchGroupsCommand,
514
+ SearchKnowledgeBasesCommand,
498
515
  SearchSpacesCommand,
499
516
  SearchTopicsCommand,
500
517
  StartAssetBundleExportJobCommand,
@@ -537,6 +554,7 @@ const commands = {
537
554
  UpdateIdentityPropagationConfigCommand,
538
555
  UpdateIpRestrictionCommand,
539
556
  UpdateKeyRegistrationCommand,
557
+ UpdateKnowledgeBasePermissionsCommand,
540
558
  UpdateOAuthClientApplicationCommand,
541
559
  UpdatePublicSharingSettingsCommand,
542
560
  UpdateQPersonalizationConfigurationCommand,
@@ -584,6 +602,7 @@ const paginators = {
584
602
  paginateListIAMPolicyAssignments,
585
603
  paginateListIAMPolicyAssignmentsForUser,
586
604
  paginateListIngestions,
605
+ paginateListKnowledgeBases,
587
606
  paginateListNamespaces,
588
607
  paginateListOAuthClientApplications,
589
608
  paginateListRoleMemberships,
@@ -604,6 +623,7 @@ const paginators = {
604
623
  paginateSearchFlows,
605
624
  paginateSearchFolders,
606
625
  paginateSearchGroups,
626
+ paginateSearchKnowledgeBases,
607
627
  paginateSearchTopics,
608
628
  };
609
629
  export class QuickSight extends QuickSightClient {
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { BatchDeleteKnowledgeBase$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class BatchDeleteKnowledgeBaseCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "BatchDeleteKnowledgeBase", {})
13
+ .n("QuickSightClient", "BatchDeleteKnowledgeBaseCommand")
14
+ .sc(BatchDeleteKnowledgeBase$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteKnowledgeBase$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteKnowledgeBaseCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "DeleteKnowledgeBase", {})
13
+ .n("QuickSightClient", "DeleteKnowledgeBaseCommand")
14
+ .sc(DeleteKnowledgeBase$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeKnowledgeBase$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeKnowledgeBaseCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "DescribeKnowledgeBase", {})
13
+ .n("QuickSightClient", "DescribeKnowledgeBaseCommand")
14
+ .sc(DescribeKnowledgeBase$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeKnowledgeBasePermissions$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeKnowledgeBasePermissionsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "DescribeKnowledgeBasePermissions", {})
13
+ .n("QuickSightClient", "DescribeKnowledgeBasePermissionsCommand")
14
+ .sc(DescribeKnowledgeBasePermissions$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListKnowledgeBases$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListKnowledgeBasesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "ListKnowledgeBases", {})
13
+ .n("QuickSightClient", "ListKnowledgeBasesCommand")
14
+ .sc(ListKnowledgeBases$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListUsersIndexCapacity$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListUsersIndexCapacityCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "ListUsersIndexCapacity", {})
13
+ .n("QuickSightClient", "ListUsersIndexCapacityCommand")
14
+ .sc(ListUsersIndexCapacity$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { SearchKnowledgeBases$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class SearchKnowledgeBasesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "SearchKnowledgeBases", {})
13
+ .n("QuickSightClient", "SearchKnowledgeBasesCommand")
14
+ .sc(SearchKnowledgeBases$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateKnowledgeBasePermissions$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateKnowledgeBasePermissionsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "UpdateKnowledgeBasePermissions", {})
13
+ .n("QuickSightClient", "UpdateKnowledgeBasePermissionsCommand")
14
+ .sc(UpdateKnowledgeBasePermissions$)
15
+ .build() {
16
+ }
@@ -1,4 +1,5 @@
1
1
  export * from "./BatchCreateTopicReviewedAnswerCommand";
2
+ export * from "./BatchDeleteKnowledgeBaseCommand";
2
3
  export * from "./BatchDeleteTopicReviewedAnswerCommand";
3
4
  export * from "./CancelIngestionCommand";
4
5
  export * from "./CreateAccountCustomizationCommand";
@@ -51,6 +52,7 @@ export * from "./DeleteGroupCommand";
51
52
  export * from "./DeleteGroupMembershipCommand";
52
53
  export * from "./DeleteIAMPolicyAssignmentCommand";
53
54
  export * from "./DeleteIdentityPropagationConfigCommand";
55
+ export * from "./DeleteKnowledgeBaseCommand";
54
56
  export * from "./DeleteNamespaceCommand";
55
57
  export * from "./DeleteOAuthClientApplicationCommand";
56
58
  export * from "./DeleteRefreshScheduleCommand";
@@ -107,6 +109,8 @@ export * from "./DescribeIAMPolicyAssignmentCommand";
107
109
  export * from "./DescribeIngestionCommand";
108
110
  export * from "./DescribeIpRestrictionCommand";
109
111
  export * from "./DescribeKeyRegistrationCommand";
112
+ export * from "./DescribeKnowledgeBaseCommand";
113
+ export * from "./DescribeKnowledgeBasePermissionsCommand";
110
114
  export * from "./DescribeNamespaceCommand";
111
115
  export * from "./DescribeOAuthClientApplicationCommand";
112
116
  export * from "./DescribeQPersonalizationConfigurationCommand";
@@ -158,6 +162,7 @@ export * from "./ListIAMPolicyAssignmentsCommand";
158
162
  export * from "./ListIAMPolicyAssignmentsForUserCommand";
159
163
  export * from "./ListIdentityPropagationConfigsCommand";
160
164
  export * from "./ListIngestionsCommand";
165
+ export * from "./ListKnowledgeBasesCommand";
161
166
  export * from "./ListNamespacesCommand";
162
167
  export * from "./ListOAuthClientApplicationsCommand";
163
168
  export * from "./ListRefreshSchedulesCommand";
@@ -177,6 +182,7 @@ export * from "./ListTopicReviewedAnswersCommand";
177
182
  export * from "./ListTopicsCommand";
178
183
  export * from "./ListUserGroupsCommand";
179
184
  export * from "./ListUsersCommand";
185
+ export * from "./ListUsersIndexCapacityCommand";
180
186
  export * from "./ListVPCConnectionsCommand";
181
187
  export * from "./PredictQAResultsCommand";
182
188
  export * from "./PutDataSetRefreshPropertiesCommand";
@@ -191,6 +197,7 @@ export * from "./SearchDataSourcesCommand";
191
197
  export * from "./SearchFlowsCommand";
192
198
  export * from "./SearchFoldersCommand";
193
199
  export * from "./SearchGroupsCommand";
200
+ export * from "./SearchKnowledgeBasesCommand";
194
201
  export * from "./SearchSpacesCommand";
195
202
  export * from "./SearchTopicsCommand";
196
203
  export * from "./StartAssetBundleExportJobCommand";
@@ -233,6 +240,7 @@ export * from "./UpdateIAMPolicyAssignmentCommand";
233
240
  export * from "./UpdateIdentityPropagationConfigCommand";
234
241
  export * from "./UpdateIpRestrictionCommand";
235
242
  export * from "./UpdateKeyRegistrationCommand";
243
+ export * from "./UpdateKnowledgeBasePermissionsCommand";
236
244
  export * from "./UpdateOAuthClientApplicationCommand";
237
245
  export * from "./UpdatePublicSharingSettingsCommand";
238
246
  export * from "./UpdateQPersonalizationConfigurationCommand";
@@ -962,6 +962,10 @@ export const AssignmentStatus = {
962
962
  DRAFT: "DRAFT",
963
963
  ENABLED: "ENABLED",
964
964
  };
965
+ export const AudioExtractionStatus = {
966
+ DISABLED: "DISABLED",
967
+ ENABLED: "ENABLED",
968
+ };
965
969
  export const AuthenticationMethodOption = {
966
970
  ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY",
967
971
  IAM_AND_QUICKSIGHT: "IAM_AND_QUICKSIGHT",
@@ -1490,6 +1494,13 @@ export const DataSetFilterAttribute = {
1490
1494
  QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
1491
1495
  QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
1492
1496
  };
1497
+ export const DataSetStatus = {
1498
+ ACTIVE: "ACTIVE",
1499
+ CREATING: "CREATING",
1500
+ DELETING: "DELETING",
1501
+ FAILED: "FAILED",
1502
+ UPDATING: "UPDATING",
1503
+ };
1493
1504
  export const DataSourceErrorInfoType = {
1494
1505
  ACCESS_DENIED: "ACCESS_DENIED",
1495
1506
  CONFLICT: "CONFLICT",
@@ -1583,6 +1594,28 @@ export const QDataKeyType = {
1583
1594
  AWS_OWNED: "AWS_OWNED",
1584
1595
  CMK: "CMK",
1585
1596
  };
1597
+ export const KbIngestionStatus = {
1598
+ CANCELLED: "CANCELLED",
1599
+ CANCELLING: "CANCELLING",
1600
+ COMPLETED: "COMPLETED",
1601
+ FAILED: "FAILED",
1602
+ INCOMPLETE: "INCOMPLETE",
1603
+ QUEUED: "QUEUED",
1604
+ RUNNING: "RUNNING",
1605
+ TIMEOUT: "TIMEOUT",
1606
+ };
1607
+ export const ImageExtractionStatus = {
1608
+ DISABLED: "DISABLED",
1609
+ ENABLED: "ENABLED",
1610
+ };
1611
+ export const VideoExtractionStatus = {
1612
+ DISABLED: "DISABLED",
1613
+ ENABLED: "ENABLED",
1614
+ };
1615
+ export const VideoExtractionType = {
1616
+ AUDIO_TRANSCRIPTION_ONLY: "AUDIO_TRANSCRIPTION_ONLY",
1617
+ VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION: "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION",
1618
+ };
1586
1619
  export const NamespaceErrorType = {
1587
1620
  INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
1588
1621
  PERMISSION_DENIED: "PERMISSION_DENIED",
@@ -1696,6 +1729,29 @@ export const IncludeQuickSightQIndex = {
1696
1729
  EXCLUDE: "EXCLUDE",
1697
1730
  INCLUDE: "INCLUDE",
1698
1731
  };
1732
+ export const KnowledgeBaseSearchFilterName = {
1733
+ DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
1734
+ DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
1735
+ DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
1736
+ KNOWLEDGE_BASE_ID: "KNOWLEDGE_BASE_ID",
1737
+ KNOWLEDGE_BASE_NAME: "KNOWLEDGE_BASE_NAME",
1738
+ KNOWLEDGE_BASE_SIZE_BYTES: "KNOWLEDGE_BASE_SIZE_BYTES",
1739
+ PRIMARY_OWNER: "PRIMARY_OWNER",
1740
+ };
1741
+ export const KnowledgeBaseSearchOperator = {
1742
+ GREATER_THAN_OR_EQUALS: "GREATER_THAN_OR_EQUALS",
1743
+ LESS_THAN_OR_EQUALS: "LESS_THAN_OR_EQUALS",
1744
+ STRING_EQUALS: "STRING_EQUALS",
1745
+ STRING_LIKE: "STRING_LIKE",
1746
+ };
1747
+ export const KnowledgeBaseSortByField = {
1748
+ CREATED_AT: "CREATED_AT",
1749
+ KNOWLEDGE_BASE_SIZE_BYTES: "KNOWLEDGE_BASE_SIZE_BYTES",
1750
+ };
1751
+ export const SortOrder = {
1752
+ ASC: "ASC",
1753
+ DESC: "DESC",
1754
+ };
1699
1755
  export const SelfUpgradeRequestStatus = {
1700
1756
  APPROVED: "APPROVED",
1701
1757
  DENIED: "DENIED",
@@ -1703,6 +1759,13 @@ export const SelfUpgradeRequestStatus = {
1703
1759
  UPDATE_FAILED: "UPDATE_FAILED",
1704
1760
  VERIFY_FAILED: "VERIFY_FAILED",
1705
1761
  };
1762
+ export const UserIndexCapacitySortBy = {
1763
+ TOTAL_CAPACITY_BYTES: "TOTAL_CAPACITY_BYTES",
1764
+ };
1765
+ export const UserIndexCapacitySortOrder = {
1766
+ ASC: "ASC",
1767
+ DESC: "DESC",
1768
+ };
1706
1769
  export const QAResultType = {
1707
1770
  DASHBOARD_VISUAL: "DASHBOARD_VISUAL",
1708
1771
  GENERATED_ANSWER: "GENERATED_ANSWER",
@@ -81,103 +81,119 @@ export class ThrottlingException extends __BaseException {
81
81
  this.RequestId = opts.RequestId;
82
82
  }
83
83
  }
84
- export class ConflictException extends __BaseException {
85
- name = "ConflictException";
84
+ export class InvalidRequestException extends __BaseException {
85
+ name = "InvalidRequestException";
86
86
  $fault = "client";
87
87
  Message;
88
88
  RequestId;
89
89
  constructor(opts) {
90
90
  super({
91
- name: "ConflictException",
91
+ name: "InvalidRequestException",
92
92
  $fault: "client",
93
93
  ...opts,
94
94
  });
95
- Object.setPrototypeOf(this, ConflictException.prototype);
95
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
96
96
  this.Message = opts.Message;
97
97
  this.RequestId = opts.RequestId;
98
98
  }
99
99
  }
100
- export class ResourceExistsException extends __BaseException {
101
- name = "ResourceExistsException";
100
+ export class LimitExceededException extends __BaseException {
101
+ name = "LimitExceededException";
102
102
  $fault = "client";
103
103
  Message;
104
104
  ResourceType;
105
105
  RequestId;
106
106
  constructor(opts) {
107
107
  super({
108
- name: "ResourceExistsException",
108
+ name: "LimitExceededException",
109
109
  $fault: "client",
110
110
  ...opts,
111
111
  });
112
- Object.setPrototypeOf(this, ResourceExistsException.prototype);
112
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
113
113
  this.Message = opts.Message;
114
114
  this.ResourceType = opts.ResourceType;
115
115
  this.RequestId = opts.RequestId;
116
116
  }
117
117
  }
118
- export class ConcurrentUpdatingException extends __BaseException {
119
- name = "ConcurrentUpdatingException";
120
- $fault = "server";
118
+ export class PreconditionNotMetException extends __BaseException {
119
+ name = "PreconditionNotMetException";
120
+ $fault = "client";
121
121
  Message;
122
122
  RequestId;
123
123
  constructor(opts) {
124
124
  super({
125
- name: "ConcurrentUpdatingException",
126
- $fault: "server",
125
+ name: "PreconditionNotMetException",
126
+ $fault: "client",
127
127
  ...opts,
128
128
  });
129
- Object.setPrototypeOf(this, ConcurrentUpdatingException.prototype);
129
+ Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
130
130
  this.Message = opts.Message;
131
131
  this.RequestId = opts.RequestId;
132
132
  }
133
133
  }
134
- export class ResourceUnavailableException extends __BaseException {
135
- name = "ResourceUnavailableException";
136
- $fault = "server";
134
+ export class ConflictException extends __BaseException {
135
+ name = "ConflictException";
136
+ $fault = "client";
137
137
  Message;
138
- ResourceType;
139
138
  RequestId;
140
139
  constructor(opts) {
141
140
  super({
142
- name: "ResourceUnavailableException",
143
- $fault: "server",
141
+ name: "ConflictException",
142
+ $fault: "client",
144
143
  ...opts,
145
144
  });
146
- Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
145
+ Object.setPrototypeOf(this, ConflictException.prototype);
147
146
  this.Message = opts.Message;
148
- this.ResourceType = opts.ResourceType;
149
147
  this.RequestId = opts.RequestId;
150
148
  }
151
149
  }
152
- export class PreconditionNotMetException extends __BaseException {
153
- name = "PreconditionNotMetException";
150
+ export class ResourceExistsException extends __BaseException {
151
+ name = "ResourceExistsException";
154
152
  $fault = "client";
155
153
  Message;
154
+ ResourceType;
156
155
  RequestId;
157
156
  constructor(opts) {
158
157
  super({
159
- name: "PreconditionNotMetException",
158
+ name: "ResourceExistsException",
160
159
  $fault: "client",
161
160
  ...opts,
162
161
  });
163
- Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
162
+ Object.setPrototypeOf(this, ResourceExistsException.prototype);
164
163
  this.Message = opts.Message;
164
+ this.ResourceType = opts.ResourceType;
165
165
  this.RequestId = opts.RequestId;
166
166
  }
167
167
  }
168
- export class LimitExceededException extends __BaseException {
169
- name = "LimitExceededException";
170
- $fault = "client";
168
+ export class ConcurrentUpdatingException extends __BaseException {
169
+ name = "ConcurrentUpdatingException";
170
+ $fault = "server";
171
+ Message;
172
+ RequestId;
173
+ constructor(opts) {
174
+ super({
175
+ name: "ConcurrentUpdatingException",
176
+ $fault: "server",
177
+ ...opts,
178
+ });
179
+ Object.setPrototypeOf(this, ConcurrentUpdatingException.prototype);
180
+ this.Message = opts.Message;
181
+ this.RequestId = opts.RequestId;
182
+ }
183
+ }
184
+ export class ResourceUnavailableException extends __BaseException {
185
+ name = "ResourceUnavailableException";
186
+ $fault = "server";
171
187
  Message;
172
188
  ResourceType;
173
189
  RequestId;
174
190
  constructor(opts) {
175
191
  super({
176
- name: "LimitExceededException",
177
- $fault: "client",
192
+ name: "ResourceUnavailableException",
193
+ $fault: "server",
178
194
  ...opts,
179
195
  });
180
- Object.setPrototypeOf(this, LimitExceededException.prototype);
196
+ Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
181
197
  this.Message = opts.Message;
182
198
  this.ResourceType = opts.ResourceType;
183
199
  this.RequestId = opts.RequestId;
@@ -213,22 +229,6 @@ export class InternalServerException extends __BaseException {
213
229
  this.Message = opts.Message;
214
230
  }
215
231
  }
216
- export class InvalidRequestException extends __BaseException {
217
- name = "InvalidRequestException";
218
- $fault = "client";
219
- Message;
220
- RequestId;
221
- constructor(opts) {
222
- super({
223
- name: "InvalidRequestException",
224
- $fault: "client",
225
- ...opts,
226
- });
227
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
228
- this.Message = opts.Message;
229
- this.RequestId = opts.RequestId;
230
- }
231
- }
232
232
  export class InvalidDataSetParameterValueException extends __BaseException {
233
233
  name = "InvalidDataSetParameterValueException";
234
234
  $fault = "client";
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListKnowledgeBasesCommand, } from "../commands/ListKnowledgeBasesCommand";
3
+ import { QuickSightClient } from "../QuickSightClient";
4
+ export const paginateListKnowledgeBases = createPaginator(QuickSightClient, ListKnowledgeBasesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { SearchKnowledgeBasesCommand, } from "../commands/SearchKnowledgeBasesCommand";
3
+ import { QuickSightClient } from "../QuickSightClient";
4
+ export const paginateSearchKnowledgeBases = createPaginator(QuickSightClient, SearchKnowledgeBasesCommand, "NextToken", "NextToken", "MaxResults");
@@ -20,6 +20,7 @@ export * from "./ListGroupsPaginator";
20
20
  export * from "./ListIAMPolicyAssignmentsPaginator";
21
21
  export * from "./ListIAMPolicyAssignmentsForUserPaginator";
22
22
  export * from "./ListIngestionsPaginator";
23
+ export * from "./ListKnowledgeBasesPaginator";
23
24
  export * from "./ListNamespacesPaginator";
24
25
  export * from "./ListOAuthClientApplicationsPaginator";
25
26
  export * from "./ListRoleMembershipsPaginator";
@@ -40,4 +41,5 @@ export * from "./SearchDataSourcesPaginator";
40
41
  export * from "./SearchFlowsPaginator";
41
42
  export * from "./SearchFoldersPaginator";
42
43
  export * from "./SearchGroupsPaginator";
44
+ export * from "./SearchKnowledgeBasesPaginator";
43
45
  export * from "./SearchTopicsPaginator";