@aws-sdk/client-quicksight 3.1062.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.
- package/README.md +56 -0
- package/dist-cjs/index.js +195 -0
- package/dist-cjs/models/errors.js +54 -54
- package/dist-cjs/schemas/schemas_0.js +569 -225
- package/dist-es/QuickSight.js +20 -0
- package/dist-es/commands/BatchDeleteKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DescribeKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DescribeKnowledgeBasePermissionsCommand.js +16 -0
- package/dist-es/commands/ListKnowledgeBasesCommand.js +16 -0
- package/dist-es/commands/ListUsersIndexCapacityCommand.js +16 -0
- package/dist-es/commands/SearchKnowledgeBasesCommand.js +16 -0
- package/dist-es/commands/UpdateKnowledgeBasePermissionsCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +63 -0
- package/dist-es/models/errors.js +48 -48
- package/dist-es/pagination/ListKnowledgeBasesPaginator.js +4 -0
- package/dist-es/pagination/SearchKnowledgeBasesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +532 -189
- package/dist-types/QuickSight.d.ts +70 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/BatchDeleteKnowledgeBaseCommand.d.ts +117 -0
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +110 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -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 -2
- package/dist-types/commands/DescribeKnowledgeBaseCommand.d.ts +157 -0
- package/dist-types/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +115 -0
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +117 -0
- package/dist-types/commands/ListUsersIndexCapacityCommand.d.ts +127 -0
- package/dist-types/commands/SearchKnowledgeBasesCommand.d.ts +131 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionConnectorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +134 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +159 -0
- package/dist-types/models/errors.d.ts +53 -53
- package/dist-types/models/models_2.d.ts +106 -144
- package/dist-types/models/models_3.d.ts +184 -154
- package/dist-types/models/models_4.d.ts +1367 -1363
- package/dist-types/models/models_5.d.ts +860 -4
- package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchKnowledgeBasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +41 -0
- package/dist-types/ts3.4/QuickSight.d.ts +150 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/BatchDeleteKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -4
- 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 +4 -2
- package/dist-types/ts3.4/commands/DescribeKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListUsersIndexCapacityCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/SearchKnowledgeBasesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +85 -0
- package/dist-types/ts3.4/models/errors.d.ts +28 -28
- package/dist-types/ts3.4/models/models_2.d.ts +27 -34
- package/dist-types/ts3.4/models/models_3.d.ts +47 -44
- package/dist-types/ts3.4/models/models_4.d.ts +219 -195
- package/dist-types/ts3.4/models/models_5.d.ts +209 -0
- package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchKnowledgeBasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -192,6 +192,13 @@ BatchCreateTopicReviewedAnswer
|
|
|
192
192
|
</details>
|
|
193
193
|
<details>
|
|
194
194
|
<summary>
|
|
195
|
+
BatchDeleteKnowledgeBase
|
|
196
|
+
</summary>
|
|
197
|
+
|
|
198
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/BatchDeleteKnowledgeBaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/BatchDeleteKnowledgeBaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/BatchDeleteKnowledgeBaseCommandOutput/)
|
|
199
|
+
</details>
|
|
200
|
+
<details>
|
|
201
|
+
<summary>
|
|
195
202
|
BatchDeleteTopicReviewedAnswer
|
|
196
203
|
</summary>
|
|
197
204
|
|
|
@@ -556,6 +563,13 @@ DeleteIdentityPropagationConfig
|
|
|
556
563
|
</details>
|
|
557
564
|
<details>
|
|
558
565
|
<summary>
|
|
566
|
+
DeleteKnowledgeBase
|
|
567
|
+
</summary>
|
|
568
|
+
|
|
569
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DeleteKnowledgeBaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteKnowledgeBaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteKnowledgeBaseCommandOutput/)
|
|
570
|
+
</details>
|
|
571
|
+
<details>
|
|
572
|
+
<summary>
|
|
559
573
|
DeleteNamespace
|
|
560
574
|
</summary>
|
|
561
575
|
|
|
@@ -948,6 +962,20 @@ DescribeKeyRegistration
|
|
|
948
962
|
</details>
|
|
949
963
|
<details>
|
|
950
964
|
<summary>
|
|
965
|
+
DescribeKnowledgeBase
|
|
966
|
+
</summary>
|
|
967
|
+
|
|
968
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeKnowledgeBaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeKnowledgeBaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeKnowledgeBaseCommandOutput/)
|
|
969
|
+
</details>
|
|
970
|
+
<details>
|
|
971
|
+
<summary>
|
|
972
|
+
DescribeKnowledgeBasePermissions
|
|
973
|
+
</summary>
|
|
974
|
+
|
|
975
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeKnowledgeBasePermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeKnowledgeBasePermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeKnowledgeBasePermissionsCommandOutput/)
|
|
976
|
+
</details>
|
|
977
|
+
<details>
|
|
978
|
+
<summary>
|
|
951
979
|
DescribeNamespace
|
|
952
980
|
</summary>
|
|
953
981
|
|
|
@@ -1305,6 +1333,13 @@ ListIngestions
|
|
|
1305
1333
|
</details>
|
|
1306
1334
|
<details>
|
|
1307
1335
|
<summary>
|
|
1336
|
+
ListKnowledgeBases
|
|
1337
|
+
</summary>
|
|
1338
|
+
|
|
1339
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListKnowledgeBasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListKnowledgeBasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListKnowledgeBasesCommandOutput/)
|
|
1340
|
+
</details>
|
|
1341
|
+
<details>
|
|
1342
|
+
<summary>
|
|
1308
1343
|
ListNamespaces
|
|
1309
1344
|
</summary>
|
|
1310
1345
|
|
|
@@ -1438,6 +1473,13 @@ ListUsers
|
|
|
1438
1473
|
</details>
|
|
1439
1474
|
<details>
|
|
1440
1475
|
<summary>
|
|
1476
|
+
ListUsersIndexCapacity
|
|
1477
|
+
</summary>
|
|
1478
|
+
|
|
1479
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListUsersIndexCapacityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListUsersIndexCapacityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListUsersIndexCapacityCommandOutput/)
|
|
1480
|
+
</details>
|
|
1481
|
+
<details>
|
|
1482
|
+
<summary>
|
|
1441
1483
|
ListVPCConnections
|
|
1442
1484
|
</summary>
|
|
1443
1485
|
|
|
@@ -1536,6 +1578,13 @@ SearchGroups
|
|
|
1536
1578
|
</details>
|
|
1537
1579
|
<details>
|
|
1538
1580
|
<summary>
|
|
1581
|
+
SearchKnowledgeBases
|
|
1582
|
+
</summary>
|
|
1583
|
+
|
|
1584
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchKnowledgeBasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchKnowledgeBasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchKnowledgeBasesCommandOutput/)
|
|
1585
|
+
</details>
|
|
1586
|
+
<details>
|
|
1587
|
+
<summary>
|
|
1539
1588
|
SearchSpaces
|
|
1540
1589
|
</summary>
|
|
1541
1590
|
|
|
@@ -1830,6 +1879,13 @@ UpdateKeyRegistration
|
|
|
1830
1879
|
</details>
|
|
1831
1880
|
<details>
|
|
1832
1881
|
<summary>
|
|
1882
|
+
UpdateKnowledgeBasePermissions
|
|
1883
|
+
</summary>
|
|
1884
|
+
|
|
1885
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateKnowledgeBasePermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateKnowledgeBasePermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateKnowledgeBasePermissionsCommandOutput/)
|
|
1886
|
+
</details>
|
|
1887
|
+
<details>
|
|
1888
|
+
<summary>
|
|
1833
1889
|
UpdateOAuthClientApplication
|
|
1834
1890
|
</summary>
|
|
1835
1891
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -120,6 +120,18 @@ class BatchCreateTopicReviewedAnswerCommand extends client.Command
|
|
|
120
120
|
.build() {
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
+
class BatchDeleteKnowledgeBaseCommand extends client.Command
|
|
124
|
+
.classBuilder()
|
|
125
|
+
.ep(commonParams)
|
|
126
|
+
.m(function (Command, cs, config, o) {
|
|
127
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
128
|
+
})
|
|
129
|
+
.s("QuickSight_20180401", "BatchDeleteKnowledgeBase", {})
|
|
130
|
+
.n("QuickSightClient", "BatchDeleteKnowledgeBaseCommand")
|
|
131
|
+
.sc(schemas_0.BatchDeleteKnowledgeBase$)
|
|
132
|
+
.build() {
|
|
133
|
+
}
|
|
134
|
+
|
|
123
135
|
class BatchDeleteTopicReviewedAnswerCommand extends client.Command
|
|
124
136
|
.classBuilder()
|
|
125
137
|
.ep(commonParams)
|
|
@@ -744,6 +756,18 @@ class DeleteIdentityPropagationConfigCommand extends client.Command
|
|
|
744
756
|
.build() {
|
|
745
757
|
}
|
|
746
758
|
|
|
759
|
+
class DeleteKnowledgeBaseCommand extends client.Command
|
|
760
|
+
.classBuilder()
|
|
761
|
+
.ep(commonParams)
|
|
762
|
+
.m(function (Command, cs, config, o) {
|
|
763
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
764
|
+
})
|
|
765
|
+
.s("QuickSight_20180401", "DeleteKnowledgeBase", {})
|
|
766
|
+
.n("QuickSightClient", "DeleteKnowledgeBaseCommand")
|
|
767
|
+
.sc(schemas_0.DeleteKnowledgeBase$)
|
|
768
|
+
.build() {
|
|
769
|
+
}
|
|
770
|
+
|
|
747
771
|
class DeleteNamespaceCommand extends client.Command
|
|
748
772
|
.classBuilder()
|
|
749
773
|
.ep(commonParams)
|
|
@@ -1416,6 +1440,30 @@ class DescribeKeyRegistrationCommand extends client.Command
|
|
|
1416
1440
|
.build() {
|
|
1417
1441
|
}
|
|
1418
1442
|
|
|
1443
|
+
class DescribeKnowledgeBaseCommand extends client.Command
|
|
1444
|
+
.classBuilder()
|
|
1445
|
+
.ep(commonParams)
|
|
1446
|
+
.m(function (Command, cs, config, o) {
|
|
1447
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1448
|
+
})
|
|
1449
|
+
.s("QuickSight_20180401", "DescribeKnowledgeBase", {})
|
|
1450
|
+
.n("QuickSightClient", "DescribeKnowledgeBaseCommand")
|
|
1451
|
+
.sc(schemas_0.DescribeKnowledgeBase$)
|
|
1452
|
+
.build() {
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
class DescribeKnowledgeBasePermissionsCommand extends client.Command
|
|
1456
|
+
.classBuilder()
|
|
1457
|
+
.ep(commonParams)
|
|
1458
|
+
.m(function (Command, cs, config, o) {
|
|
1459
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1460
|
+
})
|
|
1461
|
+
.s("QuickSight_20180401", "DescribeKnowledgeBasePermissions", {})
|
|
1462
|
+
.n("QuickSightClient", "DescribeKnowledgeBasePermissionsCommand")
|
|
1463
|
+
.sc(schemas_0.DescribeKnowledgeBasePermissions$)
|
|
1464
|
+
.build() {
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1419
1467
|
class DescribeNamespaceCommand extends client.Command
|
|
1420
1468
|
.classBuilder()
|
|
1421
1469
|
.ep(commonParams)
|
|
@@ -2028,6 +2076,18 @@ class ListIngestionsCommand extends client.Command
|
|
|
2028
2076
|
.build() {
|
|
2029
2077
|
}
|
|
2030
2078
|
|
|
2079
|
+
class ListKnowledgeBasesCommand extends client.Command
|
|
2080
|
+
.classBuilder()
|
|
2081
|
+
.ep(commonParams)
|
|
2082
|
+
.m(function (Command, cs, config, o) {
|
|
2083
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2084
|
+
})
|
|
2085
|
+
.s("QuickSight_20180401", "ListKnowledgeBases", {})
|
|
2086
|
+
.n("QuickSightClient", "ListKnowledgeBasesCommand")
|
|
2087
|
+
.sc(schemas_0.ListKnowledgeBases$)
|
|
2088
|
+
.build() {
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2031
2091
|
class ListNamespacesCommand extends client.Command
|
|
2032
2092
|
.classBuilder()
|
|
2033
2093
|
.ep(commonParams)
|
|
@@ -2256,6 +2316,18 @@ class ListUsersCommand extends client.Command
|
|
|
2256
2316
|
.build() {
|
|
2257
2317
|
}
|
|
2258
2318
|
|
|
2319
|
+
class ListUsersIndexCapacityCommand extends client.Command
|
|
2320
|
+
.classBuilder()
|
|
2321
|
+
.ep(commonParams)
|
|
2322
|
+
.m(function (Command, cs, config, o) {
|
|
2323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2324
|
+
})
|
|
2325
|
+
.s("QuickSight_20180401", "ListUsersIndexCapacity", {})
|
|
2326
|
+
.n("QuickSightClient", "ListUsersIndexCapacityCommand")
|
|
2327
|
+
.sc(schemas_0.ListUsersIndexCapacity$)
|
|
2328
|
+
.build() {
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2259
2331
|
class ListVPCConnectionsCommand extends client.Command
|
|
2260
2332
|
.classBuilder()
|
|
2261
2333
|
.ep(commonParams)
|
|
@@ -2424,6 +2496,18 @@ class SearchGroupsCommand extends client.Command
|
|
|
2424
2496
|
.build() {
|
|
2425
2497
|
}
|
|
2426
2498
|
|
|
2499
|
+
class SearchKnowledgeBasesCommand extends client.Command
|
|
2500
|
+
.classBuilder()
|
|
2501
|
+
.ep(commonParams)
|
|
2502
|
+
.m(function (Command, cs, config, o) {
|
|
2503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2504
|
+
})
|
|
2505
|
+
.s("QuickSight_20180401", "SearchKnowledgeBases", {})
|
|
2506
|
+
.n("QuickSightClient", "SearchKnowledgeBasesCommand")
|
|
2507
|
+
.sc(schemas_0.SearchKnowledgeBases$)
|
|
2508
|
+
.build() {
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2427
2511
|
class SearchSpacesCommand extends client.Command
|
|
2428
2512
|
.classBuilder()
|
|
2429
2513
|
.ep(commonParams)
|
|
@@ -2928,6 +3012,18 @@ class UpdateKeyRegistrationCommand extends client.Command
|
|
|
2928
3012
|
.build() {
|
|
2929
3013
|
}
|
|
2930
3014
|
|
|
3015
|
+
class UpdateKnowledgeBasePermissionsCommand extends client.Command
|
|
3016
|
+
.classBuilder()
|
|
3017
|
+
.ep(commonParams)
|
|
3018
|
+
.m(function (Command, cs, config, o) {
|
|
3019
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3020
|
+
})
|
|
3021
|
+
.s("QuickSight_20180401", "UpdateKnowledgeBasePermissions", {})
|
|
3022
|
+
.n("QuickSightClient", "UpdateKnowledgeBasePermissionsCommand")
|
|
3023
|
+
.sc(schemas_0.UpdateKnowledgeBasePermissions$)
|
|
3024
|
+
.build() {
|
|
3025
|
+
}
|
|
3026
|
+
|
|
2931
3027
|
class UpdateOAuthClientApplicationCommand extends client.Command
|
|
2932
3028
|
.classBuilder()
|
|
2933
3029
|
.ep(commonParams)
|
|
@@ -3258,6 +3354,8 @@ const paginateListIAMPolicyAssignments = core.createPaginator(QuickSightClient,
|
|
|
3258
3354
|
|
|
3259
3355
|
const paginateListIngestions = core.createPaginator(QuickSightClient, ListIngestionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3260
3356
|
|
|
3357
|
+
const paginateListKnowledgeBases = core.createPaginator(QuickSightClient, ListKnowledgeBasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3358
|
+
|
|
3261
3359
|
const paginateListNamespaces = core.createPaginator(QuickSightClient, ListNamespacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3262
3360
|
|
|
3263
3361
|
const paginateListOAuthClientApplications = core.createPaginator(QuickSightClient, ListOAuthClientApplicationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -3298,10 +3396,13 @@ const paginateSearchFolders = core.createPaginator(QuickSightClient, SearchFolde
|
|
|
3298
3396
|
|
|
3299
3397
|
const paginateSearchGroups = core.createPaginator(QuickSightClient, SearchGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3300
3398
|
|
|
3399
|
+
const paginateSearchKnowledgeBases = core.createPaginator(QuickSightClient, SearchKnowledgeBasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3400
|
+
|
|
3301
3401
|
const paginateSearchTopics = core.createPaginator(QuickSightClient, SearchTopicsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3302
3402
|
|
|
3303
3403
|
const commands = {
|
|
3304
3404
|
BatchCreateTopicReviewedAnswerCommand,
|
|
3405
|
+
BatchDeleteKnowledgeBaseCommand,
|
|
3305
3406
|
BatchDeleteTopicReviewedAnswerCommand,
|
|
3306
3407
|
CancelIngestionCommand,
|
|
3307
3408
|
CreateAccountCustomizationCommand,
|
|
@@ -3354,6 +3455,7 @@ const commands = {
|
|
|
3354
3455
|
DeleteGroupMembershipCommand,
|
|
3355
3456
|
DeleteIAMPolicyAssignmentCommand,
|
|
3356
3457
|
DeleteIdentityPropagationConfigCommand,
|
|
3458
|
+
DeleteKnowledgeBaseCommand,
|
|
3357
3459
|
DeleteNamespaceCommand,
|
|
3358
3460
|
DeleteOAuthClientApplicationCommand,
|
|
3359
3461
|
DeleteRefreshScheduleCommand,
|
|
@@ -3410,6 +3512,8 @@ const commands = {
|
|
|
3410
3512
|
DescribeIngestionCommand,
|
|
3411
3513
|
DescribeIpRestrictionCommand,
|
|
3412
3514
|
DescribeKeyRegistrationCommand,
|
|
3515
|
+
DescribeKnowledgeBaseCommand,
|
|
3516
|
+
DescribeKnowledgeBasePermissionsCommand,
|
|
3413
3517
|
DescribeNamespaceCommand,
|
|
3414
3518
|
DescribeOAuthClientApplicationCommand,
|
|
3415
3519
|
DescribeQPersonalizationConfigurationCommand,
|
|
@@ -3461,6 +3565,7 @@ const commands = {
|
|
|
3461
3565
|
ListIAMPolicyAssignmentsForUserCommand,
|
|
3462
3566
|
ListIdentityPropagationConfigsCommand,
|
|
3463
3567
|
ListIngestionsCommand,
|
|
3568
|
+
ListKnowledgeBasesCommand,
|
|
3464
3569
|
ListNamespacesCommand,
|
|
3465
3570
|
ListOAuthClientApplicationsCommand,
|
|
3466
3571
|
ListRefreshSchedulesCommand,
|
|
@@ -3480,6 +3585,7 @@ const commands = {
|
|
|
3480
3585
|
ListTopicsCommand,
|
|
3481
3586
|
ListUserGroupsCommand,
|
|
3482
3587
|
ListUsersCommand,
|
|
3588
|
+
ListUsersIndexCapacityCommand,
|
|
3483
3589
|
ListVPCConnectionsCommand,
|
|
3484
3590
|
PredictQAResultsCommand,
|
|
3485
3591
|
PutDataSetRefreshPropertiesCommand,
|
|
@@ -3494,6 +3600,7 @@ const commands = {
|
|
|
3494
3600
|
SearchFlowsCommand,
|
|
3495
3601
|
SearchFoldersCommand,
|
|
3496
3602
|
SearchGroupsCommand,
|
|
3603
|
+
SearchKnowledgeBasesCommand,
|
|
3497
3604
|
SearchSpacesCommand,
|
|
3498
3605
|
SearchTopicsCommand,
|
|
3499
3606
|
StartAssetBundleExportJobCommand,
|
|
@@ -3536,6 +3643,7 @@ const commands = {
|
|
|
3536
3643
|
UpdateIdentityPropagationConfigCommand,
|
|
3537
3644
|
UpdateIpRestrictionCommand,
|
|
3538
3645
|
UpdateKeyRegistrationCommand,
|
|
3646
|
+
UpdateKnowledgeBasePermissionsCommand,
|
|
3539
3647
|
UpdateOAuthClientApplicationCommand,
|
|
3540
3648
|
UpdatePublicSharingSettingsCommand,
|
|
3541
3649
|
UpdateQPersonalizationConfigurationCommand,
|
|
@@ -3583,6 +3691,7 @@ const paginators = {
|
|
|
3583
3691
|
paginateListIAMPolicyAssignments,
|
|
3584
3692
|
paginateListIAMPolicyAssignmentsForUser,
|
|
3585
3693
|
paginateListIngestions,
|
|
3694
|
+
paginateListKnowledgeBases,
|
|
3586
3695
|
paginateListNamespaces,
|
|
3587
3696
|
paginateListOAuthClientApplications,
|
|
3588
3697
|
paginateListRoleMemberships,
|
|
@@ -3603,6 +3712,7 @@ const paginators = {
|
|
|
3603
3712
|
paginateSearchFlows,
|
|
3604
3713
|
paginateSearchFolders,
|
|
3605
3714
|
paginateSearchGroups,
|
|
3715
|
+
paginateSearchKnowledgeBases,
|
|
3606
3716
|
paginateSearchTopics,
|
|
3607
3717
|
};
|
|
3608
3718
|
class QuickSight extends QuickSightClient {
|
|
@@ -4573,6 +4683,10 @@ const AssignmentStatus = {
|
|
|
4573
4683
|
DRAFT: "DRAFT",
|
|
4574
4684
|
ENABLED: "ENABLED",
|
|
4575
4685
|
};
|
|
4686
|
+
const AudioExtractionStatus = {
|
|
4687
|
+
DISABLED: "DISABLED",
|
|
4688
|
+
ENABLED: "ENABLED",
|
|
4689
|
+
};
|
|
4576
4690
|
const AuthenticationMethodOption = {
|
|
4577
4691
|
ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY",
|
|
4578
4692
|
IAM_AND_QUICKSIGHT: "IAM_AND_QUICKSIGHT",
|
|
@@ -5101,6 +5215,13 @@ const DataSetFilterAttribute = {
|
|
|
5101
5215
|
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
5102
5216
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
5103
5217
|
};
|
|
5218
|
+
const DataSetStatus = {
|
|
5219
|
+
ACTIVE: "ACTIVE",
|
|
5220
|
+
CREATING: "CREATING",
|
|
5221
|
+
DELETING: "DELETING",
|
|
5222
|
+
FAILED: "FAILED",
|
|
5223
|
+
UPDATING: "UPDATING",
|
|
5224
|
+
};
|
|
5104
5225
|
const DataSourceErrorInfoType = {
|
|
5105
5226
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
5106
5227
|
CONFLICT: "CONFLICT",
|
|
@@ -5194,6 +5315,28 @@ const QDataKeyType = {
|
|
|
5194
5315
|
AWS_OWNED: "AWS_OWNED",
|
|
5195
5316
|
CMK: "CMK",
|
|
5196
5317
|
};
|
|
5318
|
+
const KbIngestionStatus = {
|
|
5319
|
+
CANCELLED: "CANCELLED",
|
|
5320
|
+
CANCELLING: "CANCELLING",
|
|
5321
|
+
COMPLETED: "COMPLETED",
|
|
5322
|
+
FAILED: "FAILED",
|
|
5323
|
+
INCOMPLETE: "INCOMPLETE",
|
|
5324
|
+
QUEUED: "QUEUED",
|
|
5325
|
+
RUNNING: "RUNNING",
|
|
5326
|
+
TIMEOUT: "TIMEOUT",
|
|
5327
|
+
};
|
|
5328
|
+
const ImageExtractionStatus = {
|
|
5329
|
+
DISABLED: "DISABLED",
|
|
5330
|
+
ENABLED: "ENABLED",
|
|
5331
|
+
};
|
|
5332
|
+
const VideoExtractionStatus = {
|
|
5333
|
+
DISABLED: "DISABLED",
|
|
5334
|
+
ENABLED: "ENABLED",
|
|
5335
|
+
};
|
|
5336
|
+
const VideoExtractionType = {
|
|
5337
|
+
AUDIO_TRANSCRIPTION_ONLY: "AUDIO_TRANSCRIPTION_ONLY",
|
|
5338
|
+
VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION: "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION",
|
|
5339
|
+
};
|
|
5197
5340
|
const NamespaceErrorType = {
|
|
5198
5341
|
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
5199
5342
|
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
@@ -5307,6 +5450,29 @@ const IncludeQuickSightQIndex = {
|
|
|
5307
5450
|
EXCLUDE: "EXCLUDE",
|
|
5308
5451
|
INCLUDE: "INCLUDE",
|
|
5309
5452
|
};
|
|
5453
|
+
const KnowledgeBaseSearchFilterName = {
|
|
5454
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
5455
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
5456
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
5457
|
+
KNOWLEDGE_BASE_ID: "KNOWLEDGE_BASE_ID",
|
|
5458
|
+
KNOWLEDGE_BASE_NAME: "KNOWLEDGE_BASE_NAME",
|
|
5459
|
+
KNOWLEDGE_BASE_SIZE_BYTES: "KNOWLEDGE_BASE_SIZE_BYTES",
|
|
5460
|
+
PRIMARY_OWNER: "PRIMARY_OWNER",
|
|
5461
|
+
};
|
|
5462
|
+
const KnowledgeBaseSearchOperator = {
|
|
5463
|
+
GREATER_THAN_OR_EQUALS: "GREATER_THAN_OR_EQUALS",
|
|
5464
|
+
LESS_THAN_OR_EQUALS: "LESS_THAN_OR_EQUALS",
|
|
5465
|
+
STRING_EQUALS: "STRING_EQUALS",
|
|
5466
|
+
STRING_LIKE: "STRING_LIKE",
|
|
5467
|
+
};
|
|
5468
|
+
const KnowledgeBaseSortByField = {
|
|
5469
|
+
CREATED_AT: "CREATED_AT",
|
|
5470
|
+
KNOWLEDGE_BASE_SIZE_BYTES: "KNOWLEDGE_BASE_SIZE_BYTES",
|
|
5471
|
+
};
|
|
5472
|
+
const SortOrder = {
|
|
5473
|
+
ASC: "ASC",
|
|
5474
|
+
DESC: "DESC",
|
|
5475
|
+
};
|
|
5310
5476
|
const SelfUpgradeRequestStatus = {
|
|
5311
5477
|
APPROVED: "APPROVED",
|
|
5312
5478
|
DENIED: "DENIED",
|
|
@@ -5314,6 +5480,13 @@ const SelfUpgradeRequestStatus = {
|
|
|
5314
5480
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
5315
5481
|
VERIFY_FAILED: "VERIFY_FAILED",
|
|
5316
5482
|
};
|
|
5483
|
+
const UserIndexCapacitySortBy = {
|
|
5484
|
+
TOTAL_CAPACITY_BYTES: "TOTAL_CAPACITY_BYTES",
|
|
5485
|
+
};
|
|
5486
|
+
const UserIndexCapacitySortOrder = {
|
|
5487
|
+
ASC: "ASC",
|
|
5488
|
+
DESC: "DESC",
|
|
5489
|
+
};
|
|
5317
5490
|
const QAResultType = {
|
|
5318
5491
|
DASHBOARD_VISUAL: "DASHBOARD_VISUAL",
|
|
5319
5492
|
GENERATED_ANSWER: "GENERATED_ANSWER",
|
|
@@ -5392,6 +5565,7 @@ exports.AssetBundleExportJobVPCConnectionPropertyToOverride = AssetBundleExportJ
|
|
|
5392
5565
|
exports.AssetBundleImportFailureAction = AssetBundleImportFailureAction;
|
|
5393
5566
|
exports.AssetBundleImportJobStatus = AssetBundleImportJobStatus;
|
|
5394
5567
|
exports.AssignmentStatus = AssignmentStatus;
|
|
5568
|
+
exports.AudioExtractionStatus = AudioExtractionStatus;
|
|
5395
5569
|
exports.AuthenticationMethodOption = AuthenticationMethodOption;
|
|
5396
5570
|
exports.AuthenticationType = AuthenticationType;
|
|
5397
5571
|
exports.AuthorSpecifiedAggregation = AuthorSpecifiedAggregation;
|
|
@@ -5402,6 +5576,7 @@ exports.BarChartOrientation = BarChartOrientation;
|
|
|
5402
5576
|
exports.BarsArrangement = BarsArrangement;
|
|
5403
5577
|
exports.BaseMapStyleType = BaseMapStyleType;
|
|
5404
5578
|
exports.BatchCreateTopicReviewedAnswerCommand = BatchCreateTopicReviewedAnswerCommand;
|
|
5579
|
+
exports.BatchDeleteKnowledgeBaseCommand = BatchDeleteKnowledgeBaseCommand;
|
|
5405
5580
|
exports.BatchDeleteTopicReviewedAnswerCommand = BatchDeleteTopicReviewedAnswerCommand;
|
|
5406
5581
|
exports.BoxPlotFillStyle = BoxPlotFillStyle;
|
|
5407
5582
|
exports.BrandStatus = BrandStatus;
|
|
@@ -5478,6 +5653,7 @@ exports.DataSetDateComparisonFilterOperator = DataSetDateComparisonFilterOperato
|
|
|
5478
5653
|
exports.DataSetFilterAttribute = DataSetFilterAttribute;
|
|
5479
5654
|
exports.DataSetImportMode = DataSetImportMode;
|
|
5480
5655
|
exports.DataSetNumericComparisonFilterOperator = DataSetNumericComparisonFilterOperator;
|
|
5656
|
+
exports.DataSetStatus = DataSetStatus;
|
|
5481
5657
|
exports.DataSetStringComparisonFilterOperator = DataSetStringComparisonFilterOperator;
|
|
5482
5658
|
exports.DataSetStringListFilterOperator = DataSetStringListFilterOperator;
|
|
5483
5659
|
exports.DataSetUseAs = DataSetUseAs;
|
|
@@ -5512,6 +5688,7 @@ exports.DeleteGroupCommand = DeleteGroupCommand;
|
|
|
5512
5688
|
exports.DeleteGroupMembershipCommand = DeleteGroupMembershipCommand;
|
|
5513
5689
|
exports.DeleteIAMPolicyAssignmentCommand = DeleteIAMPolicyAssignmentCommand;
|
|
5514
5690
|
exports.DeleteIdentityPropagationConfigCommand = DeleteIdentityPropagationConfigCommand;
|
|
5691
|
+
exports.DeleteKnowledgeBaseCommand = DeleteKnowledgeBaseCommand;
|
|
5515
5692
|
exports.DeleteNamespaceCommand = DeleteNamespaceCommand;
|
|
5516
5693
|
exports.DeleteOAuthClientApplicationCommand = DeleteOAuthClientApplicationCommand;
|
|
5517
5694
|
exports.DeleteRefreshScheduleCommand = DeleteRefreshScheduleCommand;
|
|
@@ -5568,6 +5745,8 @@ exports.DescribeIAMPolicyAssignmentCommand = DescribeIAMPolicyAssignmentCommand;
|
|
|
5568
5745
|
exports.DescribeIngestionCommand = DescribeIngestionCommand;
|
|
5569
5746
|
exports.DescribeIpRestrictionCommand = DescribeIpRestrictionCommand;
|
|
5570
5747
|
exports.DescribeKeyRegistrationCommand = DescribeKeyRegistrationCommand;
|
|
5748
|
+
exports.DescribeKnowledgeBaseCommand = DescribeKnowledgeBaseCommand;
|
|
5749
|
+
exports.DescribeKnowledgeBasePermissionsCommand = DescribeKnowledgeBasePermissionsCommand;
|
|
5571
5750
|
exports.DescribeNamespaceCommand = DescribeNamespaceCommand;
|
|
5572
5751
|
exports.DescribeOAuthClientApplicationCommand = DescribeOAuthClientApplicationCommand;
|
|
5573
5752
|
exports.DescribeQPersonalizationConfigurationCommand = DescribeQPersonalizationConfigurationCommand;
|
|
@@ -5632,6 +5811,7 @@ exports.Icon = Icon;
|
|
|
5632
5811
|
exports.IdentityStore = IdentityStore;
|
|
5633
5812
|
exports.IdentityType = IdentityType;
|
|
5634
5813
|
exports.ImageCustomActionTrigger = ImageCustomActionTrigger;
|
|
5814
|
+
exports.ImageExtractionStatus = ImageExtractionStatus;
|
|
5635
5815
|
exports.IncludeFolderMembers = IncludeFolderMembers;
|
|
5636
5816
|
exports.IncludeGeneratedAnswer = IncludeGeneratedAnswer;
|
|
5637
5817
|
exports.IncludeQuickSightQIndex = IncludeQuickSightQIndex;
|
|
@@ -5645,6 +5825,10 @@ exports.JoinOperationType = JoinOperationType;
|
|
|
5645
5825
|
exports.JoinType = JoinType;
|
|
5646
5826
|
exports.KPISparklineType = KPISparklineType;
|
|
5647
5827
|
exports.KPIVisualStandardLayoutType = KPIVisualStandardLayoutType;
|
|
5828
|
+
exports.KbIngestionStatus = KbIngestionStatus;
|
|
5829
|
+
exports.KnowledgeBaseSearchFilterName = KnowledgeBaseSearchFilterName;
|
|
5830
|
+
exports.KnowledgeBaseSearchOperator = KnowledgeBaseSearchOperator;
|
|
5831
|
+
exports.KnowledgeBaseSortByField = KnowledgeBaseSortByField;
|
|
5648
5832
|
exports.LayerCustomActionTrigger = LayerCustomActionTrigger;
|
|
5649
5833
|
exports.LayoutElementType = LayoutElementType;
|
|
5650
5834
|
exports.LegendPosition = LegendPosition;
|
|
@@ -5673,6 +5857,7 @@ exports.ListIAMPolicyAssignmentsCommand = ListIAMPolicyAssignmentsCommand;
|
|
|
5673
5857
|
exports.ListIAMPolicyAssignmentsForUserCommand = ListIAMPolicyAssignmentsForUserCommand;
|
|
5674
5858
|
exports.ListIdentityPropagationConfigsCommand = ListIdentityPropagationConfigsCommand;
|
|
5675
5859
|
exports.ListIngestionsCommand = ListIngestionsCommand;
|
|
5860
|
+
exports.ListKnowledgeBasesCommand = ListKnowledgeBasesCommand;
|
|
5676
5861
|
exports.ListNamespacesCommand = ListNamespacesCommand;
|
|
5677
5862
|
exports.ListOAuthClientApplicationsCommand = ListOAuthClientApplicationsCommand;
|
|
5678
5863
|
exports.ListRefreshSchedulesCommand = ListRefreshSchedulesCommand;
|
|
@@ -5692,6 +5877,7 @@ exports.ListTopicReviewedAnswersCommand = ListTopicReviewedAnswersCommand;
|
|
|
5692
5877
|
exports.ListTopicsCommand = ListTopicsCommand;
|
|
5693
5878
|
exports.ListUserGroupsCommand = ListUserGroupsCommand;
|
|
5694
5879
|
exports.ListUsersCommand = ListUsersCommand;
|
|
5880
|
+
exports.ListUsersIndexCapacityCommand = ListUsersIndexCapacityCommand;
|
|
5695
5881
|
exports.ListVPCConnectionsCommand = ListVPCConnectionsCommand;
|
|
5696
5882
|
exports.LookbackWindowSizeUnit = LookbackWindowSizeUnit;
|
|
5697
5883
|
exports.MapZoomMode = MapZoomMode;
|
|
@@ -5767,6 +5953,7 @@ exports.SearchFilterOperator = SearchFilterOperator;
|
|
|
5767
5953
|
exports.SearchFlowsCommand = SearchFlowsCommand;
|
|
5768
5954
|
exports.SearchFoldersCommand = SearchFoldersCommand;
|
|
5769
5955
|
exports.SearchGroupsCommand = SearchGroupsCommand;
|
|
5956
|
+
exports.SearchKnowledgeBasesCommand = SearchKnowledgeBasesCommand;
|
|
5770
5957
|
exports.SearchSpacesCommand = SearchSpacesCommand;
|
|
5771
5958
|
exports.SearchTopicsCommand = SearchTopicsCommand;
|
|
5772
5959
|
exports.SectionPageBreakStatus = SectionPageBreakStatus;
|
|
@@ -5794,6 +5981,7 @@ exports.SnapshotFileFormatType = SnapshotFileFormatType;
|
|
|
5794
5981
|
exports.SnapshotFileSheetSelectionScope = SnapshotFileSheetSelectionScope;
|
|
5795
5982
|
exports.SnapshotJobStatus = SnapshotJobStatus;
|
|
5796
5983
|
exports.SortDirection = SortDirection;
|
|
5984
|
+
exports.SortOrder = SortOrder;
|
|
5797
5985
|
exports.SpaceQuickSightResourceType = SpaceQuickSightResourceType;
|
|
5798
5986
|
exports.SpaceQuickSightSearchFilterName = SpaceQuickSightSearchFilterName;
|
|
5799
5987
|
exports.SpaceSearchOperator = SpaceSearchOperator;
|
|
@@ -5875,6 +6063,7 @@ exports.UpdateIAMPolicyAssignmentCommand = UpdateIAMPolicyAssignmentCommand;
|
|
|
5875
6063
|
exports.UpdateIdentityPropagationConfigCommand = UpdateIdentityPropagationConfigCommand;
|
|
5876
6064
|
exports.UpdateIpRestrictionCommand = UpdateIpRestrictionCommand;
|
|
5877
6065
|
exports.UpdateKeyRegistrationCommand = UpdateKeyRegistrationCommand;
|
|
6066
|
+
exports.UpdateKnowledgeBasePermissionsCommand = UpdateKnowledgeBasePermissionsCommand;
|
|
5878
6067
|
exports.UpdateOAuthClientApplicationCommand = UpdateOAuthClientApplicationCommand;
|
|
5879
6068
|
exports.UpdatePublicSharingSettingsCommand = UpdatePublicSharingSettingsCommand;
|
|
5880
6069
|
exports.UpdateQPersonalizationConfigurationCommand = UpdateQPersonalizationConfigurationCommand;
|
|
@@ -5899,12 +6088,16 @@ exports.UpdateTopicRefreshScheduleCommand = UpdateTopicRefreshScheduleCommand;
|
|
|
5899
6088
|
exports.UpdateUserCommand = UpdateUserCommand;
|
|
5900
6089
|
exports.UpdateUserCustomPermissionCommand = UpdateUserCustomPermissionCommand;
|
|
5901
6090
|
exports.UpdateVPCConnectionCommand = UpdateVPCConnectionCommand;
|
|
6091
|
+
exports.UserIndexCapacitySortBy = UserIndexCapacitySortBy;
|
|
6092
|
+
exports.UserIndexCapacitySortOrder = UserIndexCapacitySortOrder;
|
|
5902
6093
|
exports.UserRole = UserRole;
|
|
5903
6094
|
exports.VPCConnectionAvailabilityStatus = VPCConnectionAvailabilityStatus;
|
|
5904
6095
|
exports.VPCConnectionResourceStatus = VPCConnectionResourceStatus;
|
|
5905
6096
|
exports.ValidationStrategyMode = ValidationStrategyMode;
|
|
5906
6097
|
exports.ValueWhenUnsetOption = ValueWhenUnsetOption;
|
|
5907
6098
|
exports.VerticalTextAlignment = VerticalTextAlignment;
|
|
6099
|
+
exports.VideoExtractionStatus = VideoExtractionStatus;
|
|
6100
|
+
exports.VideoExtractionType = VideoExtractionType;
|
|
5908
6101
|
exports.Visibility = Visibility;
|
|
5909
6102
|
exports.VisualCustomActionTrigger = VisualCustomActionTrigger;
|
|
5910
6103
|
exports.VisualHighlightTrigger = VisualHighlightTrigger;
|
|
@@ -5937,6 +6130,7 @@ exports.paginateListGroups = paginateListGroups;
|
|
|
5937
6130
|
exports.paginateListIAMPolicyAssignments = paginateListIAMPolicyAssignments;
|
|
5938
6131
|
exports.paginateListIAMPolicyAssignmentsForUser = paginateListIAMPolicyAssignmentsForUser;
|
|
5939
6132
|
exports.paginateListIngestions = paginateListIngestions;
|
|
6133
|
+
exports.paginateListKnowledgeBases = paginateListKnowledgeBases;
|
|
5940
6134
|
exports.paginateListNamespaces = paginateListNamespaces;
|
|
5941
6135
|
exports.paginateListOAuthClientApplications = paginateListOAuthClientApplications;
|
|
5942
6136
|
exports.paginateListRoleMemberships = paginateListRoleMemberships;
|
|
@@ -5957,6 +6151,7 @@ exports.paginateSearchDataSources = paginateSearchDataSources;
|
|
|
5957
6151
|
exports.paginateSearchFlows = paginateSearchFlows;
|
|
5958
6152
|
exports.paginateSearchFolders = paginateSearchFolders;
|
|
5959
6153
|
exports.paginateSearchGroups = paginateSearchGroups;
|
|
6154
|
+
exports.paginateSearchKnowledgeBases = paginateSearchKnowledgeBases;
|
|
5960
6155
|
exports.paginateSearchTopics = paginateSearchTopics;
|
|
5961
6156
|
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
5962
6157
|
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|