@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.
- 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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "../commands/ListKnowledgeBasesCommand";
|
|
3
|
+
import type { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListKnowledgeBases: (config: QuickSightPaginationConfiguration, input: ListKnowledgeBasesCommandInput, ...rest: any[]) => Paginator<ListKnowledgeBasesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { SearchKnowledgeBasesCommandInput, SearchKnowledgeBasesCommandOutput } from "../commands/SearchKnowledgeBasesCommand";
|
|
3
|
+
import type { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateSearchKnowledgeBases: (config: QuickSightPaginationConfiguration, input: SearchKnowledgeBasesCommandInput, ...rest: any[]) => Paginator<SearchKnowledgeBasesCommandOutput>;
|
|
@@ -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";
|
|
@@ -131,6 +131,7 @@ export declare var AssetBundleResourcePermissions$: StaticStructureSchema;
|
|
|
131
131
|
export declare var AssetOptions$: StaticStructureSchema;
|
|
132
132
|
export declare var AthenaParameters$: StaticStructureSchema;
|
|
133
133
|
export declare var AttributeAggregationFunction$: StaticStructureSchema;
|
|
134
|
+
export declare var AudioExtractionConfiguration$: StaticStructureSchema;
|
|
134
135
|
export declare var AuroraParameters$: StaticStructureSchema;
|
|
135
136
|
export declare var AuroraPostgreSqlParameters$: StaticStructureSchema;
|
|
136
137
|
export declare var AuthConfig$: StaticStructureSchema;
|
|
@@ -160,6 +161,10 @@ export declare var BarSeriesItem$: StaticStructureSchema;
|
|
|
160
161
|
export declare var BasicAuthConnectionMetadata$: StaticStructureSchema;
|
|
161
162
|
export declare var BatchCreateTopicReviewedAnswerRequest$: StaticStructureSchema;
|
|
162
163
|
export declare var BatchCreateTopicReviewedAnswerResponse$: StaticStructureSchema;
|
|
164
|
+
export declare var BatchDeleteKnowledgeBaseFailure$: StaticStructureSchema;
|
|
165
|
+
export declare var BatchDeleteKnowledgeBaseRequest$: StaticStructureSchema;
|
|
166
|
+
export declare var BatchDeleteKnowledgeBaseResponse$: StaticStructureSchema;
|
|
167
|
+
export declare var BatchDeleteKnowledgeBaseSuccess$: StaticStructureSchema;
|
|
163
168
|
export declare var BatchDeleteTopicReviewedAnswerRequest$: StaticStructureSchema;
|
|
164
169
|
export declare var BatchDeleteTopicReviewedAnswerResponse$: StaticStructureSchema;
|
|
165
170
|
export declare var BigQueryParameters$: StaticStructureSchema;
|
|
@@ -193,6 +198,7 @@ export declare var CalculatedMeasureField$: StaticStructureSchema;
|
|
|
193
198
|
export declare var CancelIngestionRequest$: StaticStructureSchema;
|
|
194
199
|
export declare var CancelIngestionResponse$: StaticStructureSchema;
|
|
195
200
|
export declare var Capabilities$: StaticStructureSchema;
|
|
201
|
+
export declare var CapacityBytesRangeFilter$: StaticStructureSchema;
|
|
196
202
|
export declare var CascadingControlConfiguration$: StaticStructureSchema;
|
|
197
203
|
export declare var CascadingControlSource$: StaticStructureSchema;
|
|
198
204
|
export declare var CastColumnTypeOperation$: StaticStructureSchema;
|
|
@@ -492,6 +498,8 @@ export declare var DeleteIAMPolicyAssignmentRequest$: StaticStructureSchema;
|
|
|
492
498
|
export declare var DeleteIAMPolicyAssignmentResponse$: StaticStructureSchema;
|
|
493
499
|
export declare var DeleteIdentityPropagationConfigRequest$: StaticStructureSchema;
|
|
494
500
|
export declare var DeleteIdentityPropagationConfigResponse$: StaticStructureSchema;
|
|
501
|
+
export declare var DeleteKnowledgeBaseRequest$: StaticStructureSchema;
|
|
502
|
+
export declare var DeleteKnowledgeBaseResponse$: StaticStructureSchema;
|
|
495
503
|
export declare var DeleteNamespaceRequest$: StaticStructureSchema;
|
|
496
504
|
export declare var DeleteNamespaceResponse$: StaticStructureSchema;
|
|
497
505
|
export declare var DeleteOAuthClientApplicationRequest$: StaticStructureSchema;
|
|
@@ -604,6 +612,10 @@ export declare var DescribeIpRestrictionRequest$: StaticStructureSchema;
|
|
|
604
612
|
export declare var DescribeIpRestrictionResponse$: StaticStructureSchema;
|
|
605
613
|
export declare var DescribeKeyRegistrationRequest$: StaticStructureSchema;
|
|
606
614
|
export declare var DescribeKeyRegistrationResponse$: StaticStructureSchema;
|
|
615
|
+
export declare var DescribeKnowledgeBasePermissionsRequest$: StaticStructureSchema;
|
|
616
|
+
export declare var DescribeKnowledgeBasePermissionsResponse$: StaticStructureSchema;
|
|
617
|
+
export declare var DescribeKnowledgeBaseRequest$: StaticStructureSchema;
|
|
618
|
+
export declare var DescribeKnowledgeBaseResponse$: StaticStructureSchema;
|
|
607
619
|
export declare var DescribeNamespaceRequest$: StaticStructureSchema;
|
|
608
620
|
export declare var DescribeNamespaceResponse$: StaticStructureSchema;
|
|
609
621
|
export declare var DescribeOAuthClientApplicationRequest$: StaticStructureSchema;
|
|
@@ -838,6 +850,7 @@ export declare var Image$: StaticStructureSchema;
|
|
|
838
850
|
export declare var ImageConfiguration$: StaticStructureSchema;
|
|
839
851
|
export declare var ImageCustomAction$: StaticStructureSchema;
|
|
840
852
|
export declare var ImageCustomActionOperation$: StaticStructureSchema;
|
|
853
|
+
export declare var ImageExtractionConfiguration$: StaticStructureSchema;
|
|
841
854
|
export declare var ImageInteractionOptions$: StaticStructureSchema;
|
|
842
855
|
export declare var ImageMenuOption$: StaticStructureSchema;
|
|
843
856
|
export declare var ImageSet$: StaticStructureSchema;
|
|
@@ -866,7 +879,14 @@ export declare var JoinInstruction$: StaticStructureSchema;
|
|
|
866
879
|
export declare var JoinKeyProperties$: StaticStructureSchema;
|
|
867
880
|
export declare var JoinOperandProperties$: StaticStructureSchema;
|
|
868
881
|
export declare var JoinOperation$: StaticStructureSchema;
|
|
882
|
+
export declare var KbTemplateConfiguration$: StaticStructureSchema;
|
|
869
883
|
export declare var KeyPairCredentials$: StaticStructureSchema;
|
|
884
|
+
export declare var KnowledgeBase$: StaticStructureSchema;
|
|
885
|
+
export declare var KnowledgeBaseConfiguration$: StaticStructureSchema;
|
|
886
|
+
export declare var KnowledgeBaseIngestionSummary$: StaticStructureSchema;
|
|
887
|
+
export declare var KnowledgeBaseSearchFilter$: StaticStructureSchema;
|
|
888
|
+
export declare var KnowledgeBaseSortBy$: StaticStructureSchema;
|
|
889
|
+
export declare var KnowledgeBaseSummary$: StaticStructureSchema;
|
|
870
890
|
export declare var KPIActualValueConditionalFormatting$: StaticStructureSchema;
|
|
871
891
|
export declare var KPIComparisonValueConditionalFormatting$: StaticStructureSchema;
|
|
872
892
|
export declare var KPIConditionalFormatting$: StaticStructureSchema;
|
|
@@ -944,6 +964,8 @@ export declare var ListIdentityPropagationConfigsRequest$: StaticStructureSchema
|
|
|
944
964
|
export declare var ListIdentityPropagationConfigsResponse$: StaticStructureSchema;
|
|
945
965
|
export declare var ListIngestionsRequest$: StaticStructureSchema;
|
|
946
966
|
export declare var ListIngestionsResponse$: StaticStructureSchema;
|
|
967
|
+
export declare var ListKnowledgeBasesRequest$: StaticStructureSchema;
|
|
968
|
+
export declare var ListKnowledgeBasesResponse$: StaticStructureSchema;
|
|
947
969
|
export declare var ListNamespacesRequest$: StaticStructureSchema;
|
|
948
970
|
export declare var ListNamespacesResponse$: StaticStructureSchema;
|
|
949
971
|
export declare var ListOAuthClientApplicationsRequest$: StaticStructureSchema;
|
|
@@ -980,6 +1002,8 @@ export declare var ListTopicsRequest$: StaticStructureSchema;
|
|
|
980
1002
|
export declare var ListTopicsResponse$: StaticStructureSchema;
|
|
981
1003
|
export declare var ListUserGroupsRequest$: StaticStructureSchema;
|
|
982
1004
|
export declare var ListUserGroupsResponse$: StaticStructureSchema;
|
|
1005
|
+
export declare var ListUsersIndexCapacityRequest$: StaticStructureSchema;
|
|
1006
|
+
export declare var ListUsersIndexCapacityResponse$: StaticStructureSchema;
|
|
983
1007
|
export declare var ListUsersRequest$: StaticStructureSchema;
|
|
984
1008
|
export declare var ListUsersResponse$: StaticStructureSchema;
|
|
985
1009
|
export declare var ListVPCConnectionsRequest$: StaticStructureSchema;
|
|
@@ -1001,6 +1025,7 @@ export declare var MariaDbParameters$: StaticStructureSchema;
|
|
|
1001
1025
|
export declare var MaximumLabelType$: StaticStructureSchema;
|
|
1002
1026
|
export declare var MaximumMinimumComputation$: StaticStructureSchema;
|
|
1003
1027
|
export declare var MeasureField$: StaticStructureSchema;
|
|
1028
|
+
export declare var MediaExtractionConfiguration$: StaticStructureSchema;
|
|
1004
1029
|
export declare var MemberIdArnPair$: StaticStructureSchema;
|
|
1005
1030
|
export declare var MetricComparisonComputation$: StaticStructureSchema;
|
|
1006
1031
|
export declare var MinimumLabelType$: StaticStructureSchema;
|
|
@@ -1217,6 +1242,8 @@ export declare var SearchFoldersRequest$: StaticStructureSchema;
|
|
|
1217
1242
|
export declare var SearchFoldersResponse$: StaticStructureSchema;
|
|
1218
1243
|
export declare var SearchGroupsRequest$: StaticStructureSchema;
|
|
1219
1244
|
export declare var SearchGroupsResponse$: StaticStructureSchema;
|
|
1245
|
+
export declare var SearchKnowledgeBasesRequest$: StaticStructureSchema;
|
|
1246
|
+
export declare var SearchKnowledgeBasesResponse$: StaticStructureSchema;
|
|
1220
1247
|
export declare var SearchSpacesRequest$: StaticStructureSchema;
|
|
1221
1248
|
export declare var SearchSpacesResponse$: StaticStructureSchema;
|
|
1222
1249
|
export declare var SearchTopicsRequest$: StaticStructureSchema;
|
|
@@ -1524,6 +1551,8 @@ export declare var UpdateIpRestrictionRequest$: StaticStructureSchema;
|
|
|
1524
1551
|
export declare var UpdateIpRestrictionResponse$: StaticStructureSchema;
|
|
1525
1552
|
export declare var UpdateKeyRegistrationRequest$: StaticStructureSchema;
|
|
1526
1553
|
export declare var UpdateKeyRegistrationResponse$: StaticStructureSchema;
|
|
1554
|
+
export declare var UpdateKnowledgeBasePermissionsRequest$: StaticStructureSchema;
|
|
1555
|
+
export declare var UpdateKnowledgeBasePermissionsResponse$: StaticStructureSchema;
|
|
1527
1556
|
export declare var UpdateOAuthClientApplicationRequest$: StaticStructureSchema;
|
|
1528
1557
|
export declare var UpdateOAuthClientApplicationResponse$: StaticStructureSchema;
|
|
1529
1558
|
export declare var UpdatePublicSharingSettingsRequest$: StaticStructureSchema;
|
|
@@ -1575,8 +1604,11 @@ export declare var UpdateVPCConnectionResponse$: StaticStructureSchema;
|
|
|
1575
1604
|
export declare var UploadedDocumentMetadata$: StaticStructureSchema;
|
|
1576
1605
|
export declare var UploadSettings$: StaticStructureSchema;
|
|
1577
1606
|
export declare var User$: StaticStructureSchema;
|
|
1607
|
+
export declare var UserIndexCapacity$: StaticStructureSchema;
|
|
1608
|
+
export declare var UserNameOrEmailFilter$: StaticStructureSchema;
|
|
1578
1609
|
export declare var ValidationStrategy$: StaticStructureSchema;
|
|
1579
1610
|
export declare var ValueColumnConfiguration$: StaticStructureSchema;
|
|
1611
|
+
export declare var VideoExtractionConfiguration$: StaticStructureSchema;
|
|
1580
1612
|
export declare var VisibleRangeOptions$: StaticStructureSchema;
|
|
1581
1613
|
export declare var Visual$: StaticStructureSchema;
|
|
1582
1614
|
export declare var VisualAxisSortOption$: StaticStructureSchema;
|
|
@@ -1629,7 +1661,9 @@ export declare var ReadClientCredentialsDetails$: StaticUnionSchema;
|
|
|
1629
1661
|
export declare var SpaceQuickSightResourceDetails$: StaticUnionSchema;
|
|
1630
1662
|
export declare var TransformOperation$: StaticUnionSchema;
|
|
1631
1663
|
export declare var UserIdentifier$: StaticUnionSchema;
|
|
1664
|
+
export declare var UserIndexCapacityFilter$: StaticUnionSchema;
|
|
1632
1665
|
export declare var BatchCreateTopicReviewedAnswer$: StaticOperationSchema;
|
|
1666
|
+
export declare var BatchDeleteKnowledgeBase$: StaticOperationSchema;
|
|
1633
1667
|
export declare var BatchDeleteTopicReviewedAnswer$: StaticOperationSchema;
|
|
1634
1668
|
export declare var CancelIngestion$: StaticOperationSchema;
|
|
1635
1669
|
export declare var CreateAccountCustomization$: StaticOperationSchema;
|
|
@@ -1682,6 +1716,7 @@ export declare var DeleteGroup$: StaticOperationSchema;
|
|
|
1682
1716
|
export declare var DeleteGroupMembership$: StaticOperationSchema;
|
|
1683
1717
|
export declare var DeleteIAMPolicyAssignment$: StaticOperationSchema;
|
|
1684
1718
|
export declare var DeleteIdentityPropagationConfig$: StaticOperationSchema;
|
|
1719
|
+
export declare var DeleteKnowledgeBase$: StaticOperationSchema;
|
|
1685
1720
|
export declare var DeleteNamespace$: StaticOperationSchema;
|
|
1686
1721
|
export declare var DeleteOAuthClientApplication$: StaticOperationSchema;
|
|
1687
1722
|
export declare var DeleteRefreshSchedule$: StaticOperationSchema;
|
|
@@ -1738,6 +1773,8 @@ export declare var DescribeIAMPolicyAssignment$: StaticOperationSchema;
|
|
|
1738
1773
|
export declare var DescribeIngestion$: StaticOperationSchema;
|
|
1739
1774
|
export declare var DescribeIpRestriction$: StaticOperationSchema;
|
|
1740
1775
|
export declare var DescribeKeyRegistration$: StaticOperationSchema;
|
|
1776
|
+
export declare var DescribeKnowledgeBase$: StaticOperationSchema;
|
|
1777
|
+
export declare var DescribeKnowledgeBasePermissions$: StaticOperationSchema;
|
|
1741
1778
|
export declare var DescribeNamespace$: StaticOperationSchema;
|
|
1742
1779
|
export declare var DescribeOAuthClientApplication$: StaticOperationSchema;
|
|
1743
1780
|
export declare var DescribeQPersonalizationConfiguration$: StaticOperationSchema;
|
|
@@ -1789,6 +1826,7 @@ export declare var ListIAMPolicyAssignments$: StaticOperationSchema;
|
|
|
1789
1826
|
export declare var ListIAMPolicyAssignmentsForUser$: StaticOperationSchema;
|
|
1790
1827
|
export declare var ListIdentityPropagationConfigs$: StaticOperationSchema;
|
|
1791
1828
|
export declare var ListIngestions$: StaticOperationSchema;
|
|
1829
|
+
export declare var ListKnowledgeBases$: StaticOperationSchema;
|
|
1792
1830
|
export declare var ListNamespaces$: StaticOperationSchema;
|
|
1793
1831
|
export declare var ListOAuthClientApplications$: StaticOperationSchema;
|
|
1794
1832
|
export declare var ListRefreshSchedules$: StaticOperationSchema;
|
|
@@ -1808,6 +1846,7 @@ export declare var ListTopicReviewedAnswers$: StaticOperationSchema;
|
|
|
1808
1846
|
export declare var ListTopics$: StaticOperationSchema;
|
|
1809
1847
|
export declare var ListUserGroups$: StaticOperationSchema;
|
|
1810
1848
|
export declare var ListUsers$: StaticOperationSchema;
|
|
1849
|
+
export declare var ListUsersIndexCapacity$: StaticOperationSchema;
|
|
1811
1850
|
export declare var ListVPCConnections$: StaticOperationSchema;
|
|
1812
1851
|
export declare var PredictQAResults$: StaticOperationSchema;
|
|
1813
1852
|
export declare var PutDataSetRefreshProperties$: StaticOperationSchema;
|
|
@@ -1822,6 +1861,7 @@ export declare var SearchDataSources$: StaticOperationSchema;
|
|
|
1822
1861
|
export declare var SearchFlows$: StaticOperationSchema;
|
|
1823
1862
|
export declare var SearchFolders$: StaticOperationSchema;
|
|
1824
1863
|
export declare var SearchGroups$: StaticOperationSchema;
|
|
1864
|
+
export declare var SearchKnowledgeBases$: StaticOperationSchema;
|
|
1825
1865
|
export declare var SearchSpaces$: StaticOperationSchema;
|
|
1826
1866
|
export declare var SearchTopics$: StaticOperationSchema;
|
|
1827
1867
|
export declare var StartAssetBundleExportJob$: StaticOperationSchema;
|
|
@@ -1864,6 +1904,7 @@ export declare var UpdateIAMPolicyAssignment$: StaticOperationSchema;
|
|
|
1864
1904
|
export declare var UpdateIdentityPropagationConfig$: StaticOperationSchema;
|
|
1865
1905
|
export declare var UpdateIpRestriction$: StaticOperationSchema;
|
|
1866
1906
|
export declare var UpdateKeyRegistration$: StaticOperationSchema;
|
|
1907
|
+
export declare var UpdateKnowledgeBasePermissions$: StaticOperationSchema;
|
|
1867
1908
|
export declare var UpdateOAuthClientApplication$: StaticOperationSchema;
|
|
1868
1909
|
export declare var UpdatePublicSharingSettings$: StaticOperationSchema;
|
|
1869
1910
|
export declare var UpdateQPersonalizationConfiguration$: StaticOperationSchema;
|
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
BatchCreateTopicReviewedAnswerCommandInput,
|
|
8
8
|
BatchCreateTopicReviewedAnswerCommandOutput,
|
|
9
9
|
} from "./commands/BatchCreateTopicReviewedAnswerCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchDeleteKnowledgeBaseCommandInput,
|
|
12
|
+
BatchDeleteKnowledgeBaseCommandOutput,
|
|
13
|
+
} from "./commands/BatchDeleteKnowledgeBaseCommand";
|
|
10
14
|
import {
|
|
11
15
|
BatchDeleteTopicReviewedAnswerCommandInput,
|
|
12
16
|
BatchDeleteTopicReviewedAnswerCommandOutput,
|
|
@@ -215,6 +219,10 @@ import {
|
|
|
215
219
|
DeleteIdentityPropagationConfigCommandInput,
|
|
216
220
|
DeleteIdentityPropagationConfigCommandOutput,
|
|
217
221
|
} from "./commands/DeleteIdentityPropagationConfigCommand";
|
|
222
|
+
import {
|
|
223
|
+
DeleteKnowledgeBaseCommandInput,
|
|
224
|
+
DeleteKnowledgeBaseCommandOutput,
|
|
225
|
+
} from "./commands/DeleteKnowledgeBaseCommand";
|
|
218
226
|
import {
|
|
219
227
|
DeleteNamespaceCommandInput,
|
|
220
228
|
DeleteNamespaceCommandOutput,
|
|
@@ -439,6 +447,14 @@ import {
|
|
|
439
447
|
DescribeKeyRegistrationCommandInput,
|
|
440
448
|
DescribeKeyRegistrationCommandOutput,
|
|
441
449
|
} from "./commands/DescribeKeyRegistrationCommand";
|
|
450
|
+
import {
|
|
451
|
+
DescribeKnowledgeBaseCommandInput,
|
|
452
|
+
DescribeKnowledgeBaseCommandOutput,
|
|
453
|
+
} from "./commands/DescribeKnowledgeBaseCommand";
|
|
454
|
+
import {
|
|
455
|
+
DescribeKnowledgeBasePermissionsCommandInput,
|
|
456
|
+
DescribeKnowledgeBasePermissionsCommandOutput,
|
|
457
|
+
} from "./commands/DescribeKnowledgeBasePermissionsCommand";
|
|
442
458
|
import {
|
|
443
459
|
DescribeNamespaceCommandInput,
|
|
444
460
|
DescribeNamespaceCommandOutput,
|
|
@@ -643,6 +659,10 @@ import {
|
|
|
643
659
|
ListIngestionsCommandInput,
|
|
644
660
|
ListIngestionsCommandOutput,
|
|
645
661
|
} from "./commands/ListIngestionsCommand";
|
|
662
|
+
import {
|
|
663
|
+
ListKnowledgeBasesCommandInput,
|
|
664
|
+
ListKnowledgeBasesCommandOutput,
|
|
665
|
+
} from "./commands/ListKnowledgeBasesCommand";
|
|
646
666
|
import {
|
|
647
667
|
ListNamespacesCommandInput,
|
|
648
668
|
ListNamespacesCommandOutput,
|
|
@@ -719,6 +739,10 @@ import {
|
|
|
719
739
|
ListUsersCommandInput,
|
|
720
740
|
ListUsersCommandOutput,
|
|
721
741
|
} from "./commands/ListUsersCommand";
|
|
742
|
+
import {
|
|
743
|
+
ListUsersIndexCapacityCommandInput,
|
|
744
|
+
ListUsersIndexCapacityCommandOutput,
|
|
745
|
+
} from "./commands/ListUsersIndexCapacityCommand";
|
|
722
746
|
import {
|
|
723
747
|
ListVPCConnectionsCommandInput,
|
|
724
748
|
ListVPCConnectionsCommandOutput,
|
|
@@ -775,6 +799,10 @@ import {
|
|
|
775
799
|
SearchGroupsCommandInput,
|
|
776
800
|
SearchGroupsCommandOutput,
|
|
777
801
|
} from "./commands/SearchGroupsCommand";
|
|
802
|
+
import {
|
|
803
|
+
SearchKnowledgeBasesCommandInput,
|
|
804
|
+
SearchKnowledgeBasesCommandOutput,
|
|
805
|
+
} from "./commands/SearchKnowledgeBasesCommand";
|
|
778
806
|
import {
|
|
779
807
|
SearchSpacesCommandInput,
|
|
780
808
|
SearchSpacesCommandOutput,
|
|
@@ -943,6 +971,10 @@ import {
|
|
|
943
971
|
UpdateKeyRegistrationCommandInput,
|
|
944
972
|
UpdateKeyRegistrationCommandOutput,
|
|
945
973
|
} from "./commands/UpdateKeyRegistrationCommand";
|
|
974
|
+
import {
|
|
975
|
+
UpdateKnowledgeBasePermissionsCommandInput,
|
|
976
|
+
UpdateKnowledgeBasePermissionsCommandOutput,
|
|
977
|
+
} from "./commands/UpdateKnowledgeBasePermissionsCommand";
|
|
946
978
|
import {
|
|
947
979
|
UpdateOAuthClientApplicationCommandInput,
|
|
948
980
|
UpdateOAuthClientApplicationCommandOutput,
|
|
@@ -1054,6 +1086,19 @@ export interface QuickSight {
|
|
|
1054
1086
|
options: __HttpHandlerOptions,
|
|
1055
1087
|
cb: (err: any, data?: BatchCreateTopicReviewedAnswerCommandOutput) => void
|
|
1056
1088
|
): void;
|
|
1089
|
+
batchDeleteKnowledgeBase(
|
|
1090
|
+
args: BatchDeleteKnowledgeBaseCommandInput,
|
|
1091
|
+
options?: __HttpHandlerOptions
|
|
1092
|
+
): Promise<BatchDeleteKnowledgeBaseCommandOutput>;
|
|
1093
|
+
batchDeleteKnowledgeBase(
|
|
1094
|
+
args: BatchDeleteKnowledgeBaseCommandInput,
|
|
1095
|
+
cb: (err: any, data?: BatchDeleteKnowledgeBaseCommandOutput) => void
|
|
1096
|
+
): void;
|
|
1097
|
+
batchDeleteKnowledgeBase(
|
|
1098
|
+
args: BatchDeleteKnowledgeBaseCommandInput,
|
|
1099
|
+
options: __HttpHandlerOptions,
|
|
1100
|
+
cb: (err: any, data?: BatchDeleteKnowledgeBaseCommandOutput) => void
|
|
1101
|
+
): void;
|
|
1057
1102
|
batchDeleteTopicReviewedAnswer(
|
|
1058
1103
|
args: BatchDeleteTopicReviewedAnswerCommandInput,
|
|
1059
1104
|
options?: __HttpHandlerOptions
|
|
@@ -1736,6 +1781,19 @@ export interface QuickSight {
|
|
|
1736
1781
|
options: __HttpHandlerOptions,
|
|
1737
1782
|
cb: (err: any, data?: DeleteIdentityPropagationConfigCommandOutput) => void
|
|
1738
1783
|
): void;
|
|
1784
|
+
deleteKnowledgeBase(
|
|
1785
|
+
args: DeleteKnowledgeBaseCommandInput,
|
|
1786
|
+
options?: __HttpHandlerOptions
|
|
1787
|
+
): Promise<DeleteKnowledgeBaseCommandOutput>;
|
|
1788
|
+
deleteKnowledgeBase(
|
|
1789
|
+
args: DeleteKnowledgeBaseCommandInput,
|
|
1790
|
+
cb: (err: any, data?: DeleteKnowledgeBaseCommandOutput) => void
|
|
1791
|
+
): void;
|
|
1792
|
+
deleteKnowledgeBase(
|
|
1793
|
+
args: DeleteKnowledgeBaseCommandInput,
|
|
1794
|
+
options: __HttpHandlerOptions,
|
|
1795
|
+
cb: (err: any, data?: DeleteKnowledgeBaseCommandOutput) => void
|
|
1796
|
+
): void;
|
|
1739
1797
|
deleteNamespace(
|
|
1740
1798
|
args: DeleteNamespaceCommandInput,
|
|
1741
1799
|
options?: __HttpHandlerOptions
|
|
@@ -2494,6 +2552,32 @@ export interface QuickSight {
|
|
|
2494
2552
|
options: __HttpHandlerOptions,
|
|
2495
2553
|
cb: (err: any, data?: DescribeKeyRegistrationCommandOutput) => void
|
|
2496
2554
|
): void;
|
|
2555
|
+
describeKnowledgeBase(
|
|
2556
|
+
args: DescribeKnowledgeBaseCommandInput,
|
|
2557
|
+
options?: __HttpHandlerOptions
|
|
2558
|
+
): Promise<DescribeKnowledgeBaseCommandOutput>;
|
|
2559
|
+
describeKnowledgeBase(
|
|
2560
|
+
args: DescribeKnowledgeBaseCommandInput,
|
|
2561
|
+
cb: (err: any, data?: DescribeKnowledgeBaseCommandOutput) => void
|
|
2562
|
+
): void;
|
|
2563
|
+
describeKnowledgeBase(
|
|
2564
|
+
args: DescribeKnowledgeBaseCommandInput,
|
|
2565
|
+
options: __HttpHandlerOptions,
|
|
2566
|
+
cb: (err: any, data?: DescribeKnowledgeBaseCommandOutput) => void
|
|
2567
|
+
): void;
|
|
2568
|
+
describeKnowledgeBasePermissions(
|
|
2569
|
+
args: DescribeKnowledgeBasePermissionsCommandInput,
|
|
2570
|
+
options?: __HttpHandlerOptions
|
|
2571
|
+
): Promise<DescribeKnowledgeBasePermissionsCommandOutput>;
|
|
2572
|
+
describeKnowledgeBasePermissions(
|
|
2573
|
+
args: DescribeKnowledgeBasePermissionsCommandInput,
|
|
2574
|
+
cb: (err: any, data?: DescribeKnowledgeBasePermissionsCommandOutput) => void
|
|
2575
|
+
): void;
|
|
2576
|
+
describeKnowledgeBasePermissions(
|
|
2577
|
+
args: DescribeKnowledgeBasePermissionsCommandInput,
|
|
2578
|
+
options: __HttpHandlerOptions,
|
|
2579
|
+
cb: (err: any, data?: DescribeKnowledgeBasePermissionsCommandOutput) => void
|
|
2580
|
+
): void;
|
|
2497
2581
|
describeNamespace(
|
|
2498
2582
|
args: DescribeNamespaceCommandInput,
|
|
2499
2583
|
options?: __HttpHandlerOptions
|
|
@@ -3181,6 +3265,19 @@ export interface QuickSight {
|
|
|
3181
3265
|
options: __HttpHandlerOptions,
|
|
3182
3266
|
cb: (err: any, data?: ListIngestionsCommandOutput) => void
|
|
3183
3267
|
): void;
|
|
3268
|
+
listKnowledgeBases(
|
|
3269
|
+
args: ListKnowledgeBasesCommandInput,
|
|
3270
|
+
options?: __HttpHandlerOptions
|
|
3271
|
+
): Promise<ListKnowledgeBasesCommandOutput>;
|
|
3272
|
+
listKnowledgeBases(
|
|
3273
|
+
args: ListKnowledgeBasesCommandInput,
|
|
3274
|
+
cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void
|
|
3275
|
+
): void;
|
|
3276
|
+
listKnowledgeBases(
|
|
3277
|
+
args: ListKnowledgeBasesCommandInput,
|
|
3278
|
+
options: __HttpHandlerOptions,
|
|
3279
|
+
cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void
|
|
3280
|
+
): void;
|
|
3184
3281
|
listNamespaces(
|
|
3185
3282
|
args: ListNamespacesCommandInput,
|
|
3186
3283
|
options?: __HttpHandlerOptions
|
|
@@ -3428,6 +3525,19 @@ export interface QuickSight {
|
|
|
3428
3525
|
options: __HttpHandlerOptions,
|
|
3429
3526
|
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
3430
3527
|
): void;
|
|
3528
|
+
listUsersIndexCapacity(
|
|
3529
|
+
args: ListUsersIndexCapacityCommandInput,
|
|
3530
|
+
options?: __HttpHandlerOptions
|
|
3531
|
+
): Promise<ListUsersIndexCapacityCommandOutput>;
|
|
3532
|
+
listUsersIndexCapacity(
|
|
3533
|
+
args: ListUsersIndexCapacityCommandInput,
|
|
3534
|
+
cb: (err: any, data?: ListUsersIndexCapacityCommandOutput) => void
|
|
3535
|
+
): void;
|
|
3536
|
+
listUsersIndexCapacity(
|
|
3537
|
+
args: ListUsersIndexCapacityCommandInput,
|
|
3538
|
+
options: __HttpHandlerOptions,
|
|
3539
|
+
cb: (err: any, data?: ListUsersIndexCapacityCommandOutput) => void
|
|
3540
|
+
): void;
|
|
3431
3541
|
listVPCConnections(
|
|
3432
3542
|
args: ListVPCConnectionsCommandInput,
|
|
3433
3543
|
options?: __HttpHandlerOptions
|
|
@@ -3610,6 +3720,19 @@ export interface QuickSight {
|
|
|
3610
3720
|
options: __HttpHandlerOptions,
|
|
3611
3721
|
cb: (err: any, data?: SearchGroupsCommandOutput) => void
|
|
3612
3722
|
): void;
|
|
3723
|
+
searchKnowledgeBases(
|
|
3724
|
+
args: SearchKnowledgeBasesCommandInput,
|
|
3725
|
+
options?: __HttpHandlerOptions
|
|
3726
|
+
): Promise<SearchKnowledgeBasesCommandOutput>;
|
|
3727
|
+
searchKnowledgeBases(
|
|
3728
|
+
args: SearchKnowledgeBasesCommandInput,
|
|
3729
|
+
cb: (err: any, data?: SearchKnowledgeBasesCommandOutput) => void
|
|
3730
|
+
): void;
|
|
3731
|
+
searchKnowledgeBases(
|
|
3732
|
+
args: SearchKnowledgeBasesCommandInput,
|
|
3733
|
+
options: __HttpHandlerOptions,
|
|
3734
|
+
cb: (err: any, data?: SearchKnowledgeBasesCommandOutput) => void
|
|
3735
|
+
): void;
|
|
3613
3736
|
searchSpaces(
|
|
3614
3737
|
args: SearchSpacesCommandInput,
|
|
3615
3738
|
options?: __HttpHandlerOptions
|
|
@@ -4174,6 +4297,19 @@ export interface QuickSight {
|
|
|
4174
4297
|
options: __HttpHandlerOptions,
|
|
4175
4298
|
cb: (err: any, data?: UpdateKeyRegistrationCommandOutput) => void
|
|
4176
4299
|
): void;
|
|
4300
|
+
updateKnowledgeBasePermissions(
|
|
4301
|
+
args: UpdateKnowledgeBasePermissionsCommandInput,
|
|
4302
|
+
options?: __HttpHandlerOptions
|
|
4303
|
+
): Promise<UpdateKnowledgeBasePermissionsCommandOutput>;
|
|
4304
|
+
updateKnowledgeBasePermissions(
|
|
4305
|
+
args: UpdateKnowledgeBasePermissionsCommandInput,
|
|
4306
|
+
cb: (err: any, data?: UpdateKnowledgeBasePermissionsCommandOutput) => void
|
|
4307
|
+
): void;
|
|
4308
|
+
updateKnowledgeBasePermissions(
|
|
4309
|
+
args: UpdateKnowledgeBasePermissionsCommandInput,
|
|
4310
|
+
options: __HttpHandlerOptions,
|
|
4311
|
+
cb: (err: any, data?: UpdateKnowledgeBasePermissionsCommandOutput) => void
|
|
4312
|
+
): void;
|
|
4177
4313
|
updateOAuthClientApplication(
|
|
4178
4314
|
args: UpdateOAuthClientApplicationCommandInput,
|
|
4179
4315
|
options?: __HttpHandlerOptions
|
|
@@ -4645,6 +4781,13 @@ export interface QuickSight {
|
|
|
4645
4781
|
Exclude<keyof PaginationConfiguration, "client">
|
|
4646
4782
|
>
|
|
4647
4783
|
): Paginator<ListIngestionsCommandOutput>;
|
|
4784
|
+
paginateListKnowledgeBases(
|
|
4785
|
+
args: ListKnowledgeBasesCommandInput,
|
|
4786
|
+
paginationConfig?: Pick<
|
|
4787
|
+
PaginationConfiguration,
|
|
4788
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4789
|
+
>
|
|
4790
|
+
): Paginator<ListKnowledgeBasesCommandOutput>;
|
|
4648
4791
|
paginateListNamespaces(
|
|
4649
4792
|
args: ListNamespacesCommandInput,
|
|
4650
4793
|
paginationConfig?: Pick<
|
|
@@ -4785,6 +4928,13 @@ export interface QuickSight {
|
|
|
4785
4928
|
Exclude<keyof PaginationConfiguration, "client">
|
|
4786
4929
|
>
|
|
4787
4930
|
): Paginator<SearchGroupsCommandOutput>;
|
|
4931
|
+
paginateSearchKnowledgeBases(
|
|
4932
|
+
args: SearchKnowledgeBasesCommandInput,
|
|
4933
|
+
paginationConfig?: Pick<
|
|
4934
|
+
PaginationConfiguration,
|
|
4935
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4936
|
+
>
|
|
4937
|
+
): Paginator<SearchKnowledgeBasesCommandOutput>;
|
|
4788
4938
|
paginateSearchTopics(
|
|
4789
4939
|
args: SearchTopicsCommandInput,
|
|
4790
4940
|
paginationConfig?: Pick<
|
|
@@ -40,6 +40,10 @@ import {
|
|
|
40
40
|
BatchCreateTopicReviewedAnswerCommandInput,
|
|
41
41
|
BatchCreateTopicReviewedAnswerCommandOutput,
|
|
42
42
|
} from "./commands/BatchCreateTopicReviewedAnswerCommand";
|
|
43
|
+
import {
|
|
44
|
+
BatchDeleteKnowledgeBaseCommandInput,
|
|
45
|
+
BatchDeleteKnowledgeBaseCommandOutput,
|
|
46
|
+
} from "./commands/BatchDeleteKnowledgeBaseCommand";
|
|
43
47
|
import {
|
|
44
48
|
BatchDeleteTopicReviewedAnswerCommandInput,
|
|
45
49
|
BatchDeleteTopicReviewedAnswerCommandOutput,
|
|
@@ -248,6 +252,10 @@ import {
|
|
|
248
252
|
DeleteIdentityPropagationConfigCommandInput,
|
|
249
253
|
DeleteIdentityPropagationConfigCommandOutput,
|
|
250
254
|
} from "./commands/DeleteIdentityPropagationConfigCommand";
|
|
255
|
+
import {
|
|
256
|
+
DeleteKnowledgeBaseCommandInput,
|
|
257
|
+
DeleteKnowledgeBaseCommandOutput,
|
|
258
|
+
} from "./commands/DeleteKnowledgeBaseCommand";
|
|
251
259
|
import {
|
|
252
260
|
DeleteNamespaceCommandInput,
|
|
253
261
|
DeleteNamespaceCommandOutput,
|
|
@@ -472,6 +480,14 @@ import {
|
|
|
472
480
|
DescribeKeyRegistrationCommandInput,
|
|
473
481
|
DescribeKeyRegistrationCommandOutput,
|
|
474
482
|
} from "./commands/DescribeKeyRegistrationCommand";
|
|
483
|
+
import {
|
|
484
|
+
DescribeKnowledgeBaseCommandInput,
|
|
485
|
+
DescribeKnowledgeBaseCommandOutput,
|
|
486
|
+
} from "./commands/DescribeKnowledgeBaseCommand";
|
|
487
|
+
import {
|
|
488
|
+
DescribeKnowledgeBasePermissionsCommandInput,
|
|
489
|
+
DescribeKnowledgeBasePermissionsCommandOutput,
|
|
490
|
+
} from "./commands/DescribeKnowledgeBasePermissionsCommand";
|
|
475
491
|
import {
|
|
476
492
|
DescribeNamespaceCommandInput,
|
|
477
493
|
DescribeNamespaceCommandOutput,
|
|
@@ -676,6 +692,10 @@ import {
|
|
|
676
692
|
ListIngestionsCommandInput,
|
|
677
693
|
ListIngestionsCommandOutput,
|
|
678
694
|
} from "./commands/ListIngestionsCommand";
|
|
695
|
+
import {
|
|
696
|
+
ListKnowledgeBasesCommandInput,
|
|
697
|
+
ListKnowledgeBasesCommandOutput,
|
|
698
|
+
} from "./commands/ListKnowledgeBasesCommand";
|
|
679
699
|
import {
|
|
680
700
|
ListNamespacesCommandInput,
|
|
681
701
|
ListNamespacesCommandOutput,
|
|
@@ -752,6 +772,10 @@ import {
|
|
|
752
772
|
ListUsersCommandInput,
|
|
753
773
|
ListUsersCommandOutput,
|
|
754
774
|
} from "./commands/ListUsersCommand";
|
|
775
|
+
import {
|
|
776
|
+
ListUsersIndexCapacityCommandInput,
|
|
777
|
+
ListUsersIndexCapacityCommandOutput,
|
|
778
|
+
} from "./commands/ListUsersIndexCapacityCommand";
|
|
755
779
|
import {
|
|
756
780
|
ListVPCConnectionsCommandInput,
|
|
757
781
|
ListVPCConnectionsCommandOutput,
|
|
@@ -808,6 +832,10 @@ import {
|
|
|
808
832
|
SearchGroupsCommandInput,
|
|
809
833
|
SearchGroupsCommandOutput,
|
|
810
834
|
} from "./commands/SearchGroupsCommand";
|
|
835
|
+
import {
|
|
836
|
+
SearchKnowledgeBasesCommandInput,
|
|
837
|
+
SearchKnowledgeBasesCommandOutput,
|
|
838
|
+
} from "./commands/SearchKnowledgeBasesCommand";
|
|
811
839
|
import {
|
|
812
840
|
SearchSpacesCommandInput,
|
|
813
841
|
SearchSpacesCommandOutput,
|
|
@@ -976,6 +1004,10 @@ import {
|
|
|
976
1004
|
UpdateKeyRegistrationCommandInput,
|
|
977
1005
|
UpdateKeyRegistrationCommandOutput,
|
|
978
1006
|
} from "./commands/UpdateKeyRegistrationCommand";
|
|
1007
|
+
import {
|
|
1008
|
+
UpdateKnowledgeBasePermissionsCommandInput,
|
|
1009
|
+
UpdateKnowledgeBasePermissionsCommandOutput,
|
|
1010
|
+
} from "./commands/UpdateKnowledgeBasePermissionsCommand";
|
|
979
1011
|
import {
|
|
980
1012
|
UpdateOAuthClientApplicationCommandInput,
|
|
981
1013
|
UpdateOAuthClientApplicationCommandOutput,
|
|
@@ -1081,6 +1113,7 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
|
1081
1113
|
export { __Client };
|
|
1082
1114
|
export type ServiceInputTypes =
|
|
1083
1115
|
| BatchCreateTopicReviewedAnswerCommandInput
|
|
1116
|
+
| BatchDeleteKnowledgeBaseCommandInput
|
|
1084
1117
|
| BatchDeleteTopicReviewedAnswerCommandInput
|
|
1085
1118
|
| CancelIngestionCommandInput
|
|
1086
1119
|
| CreateAccountCustomizationCommandInput
|
|
@@ -1133,6 +1166,7 @@ export type ServiceInputTypes =
|
|
|
1133
1166
|
| DeleteGroupMembershipCommandInput
|
|
1134
1167
|
| DeleteIAMPolicyAssignmentCommandInput
|
|
1135
1168
|
| DeleteIdentityPropagationConfigCommandInput
|
|
1169
|
+
| DeleteKnowledgeBaseCommandInput
|
|
1136
1170
|
| DeleteNamespaceCommandInput
|
|
1137
1171
|
| DeleteOAuthClientApplicationCommandInput
|
|
1138
1172
|
| DeleteRefreshScheduleCommandInput
|
|
@@ -1189,6 +1223,8 @@ export type ServiceInputTypes =
|
|
|
1189
1223
|
| DescribeIngestionCommandInput
|
|
1190
1224
|
| DescribeIpRestrictionCommandInput
|
|
1191
1225
|
| DescribeKeyRegistrationCommandInput
|
|
1226
|
+
| DescribeKnowledgeBaseCommandInput
|
|
1227
|
+
| DescribeKnowledgeBasePermissionsCommandInput
|
|
1192
1228
|
| DescribeNamespaceCommandInput
|
|
1193
1229
|
| DescribeOAuthClientApplicationCommandInput
|
|
1194
1230
|
| DescribeQPersonalizationConfigurationCommandInput
|
|
@@ -1240,6 +1276,7 @@ export type ServiceInputTypes =
|
|
|
1240
1276
|
| ListIAMPolicyAssignmentsForUserCommandInput
|
|
1241
1277
|
| ListIdentityPropagationConfigsCommandInput
|
|
1242
1278
|
| ListIngestionsCommandInput
|
|
1279
|
+
| ListKnowledgeBasesCommandInput
|
|
1243
1280
|
| ListNamespacesCommandInput
|
|
1244
1281
|
| ListOAuthClientApplicationsCommandInput
|
|
1245
1282
|
| ListRefreshSchedulesCommandInput
|
|
@@ -1259,6 +1296,7 @@ export type ServiceInputTypes =
|
|
|
1259
1296
|
| ListTopicsCommandInput
|
|
1260
1297
|
| ListUserGroupsCommandInput
|
|
1261
1298
|
| ListUsersCommandInput
|
|
1299
|
+
| ListUsersIndexCapacityCommandInput
|
|
1262
1300
|
| ListVPCConnectionsCommandInput
|
|
1263
1301
|
| PredictQAResultsCommandInput
|
|
1264
1302
|
| PutDataSetRefreshPropertiesCommandInput
|
|
@@ -1273,6 +1311,7 @@ export type ServiceInputTypes =
|
|
|
1273
1311
|
| SearchFlowsCommandInput
|
|
1274
1312
|
| SearchFoldersCommandInput
|
|
1275
1313
|
| SearchGroupsCommandInput
|
|
1314
|
+
| SearchKnowledgeBasesCommandInput
|
|
1276
1315
|
| SearchSpacesCommandInput
|
|
1277
1316
|
| SearchTopicsCommandInput
|
|
1278
1317
|
| StartAssetBundleExportJobCommandInput
|
|
@@ -1315,6 +1354,7 @@ export type ServiceInputTypes =
|
|
|
1315
1354
|
| UpdateIdentityPropagationConfigCommandInput
|
|
1316
1355
|
| UpdateIpRestrictionCommandInput
|
|
1317
1356
|
| UpdateKeyRegistrationCommandInput
|
|
1357
|
+
| UpdateKnowledgeBasePermissionsCommandInput
|
|
1318
1358
|
| UpdateOAuthClientApplicationCommandInput
|
|
1319
1359
|
| UpdatePublicSharingSettingsCommandInput
|
|
1320
1360
|
| UpdateQPersonalizationConfigurationCommandInput
|
|
@@ -1341,6 +1381,7 @@ export type ServiceInputTypes =
|
|
|
1341
1381
|
| UpdateVPCConnectionCommandInput;
|
|
1342
1382
|
export type ServiceOutputTypes =
|
|
1343
1383
|
| BatchCreateTopicReviewedAnswerCommandOutput
|
|
1384
|
+
| BatchDeleteKnowledgeBaseCommandOutput
|
|
1344
1385
|
| BatchDeleteTopicReviewedAnswerCommandOutput
|
|
1345
1386
|
| CancelIngestionCommandOutput
|
|
1346
1387
|
| CreateAccountCustomizationCommandOutput
|
|
@@ -1393,6 +1434,7 @@ export type ServiceOutputTypes =
|
|
|
1393
1434
|
| DeleteGroupMembershipCommandOutput
|
|
1394
1435
|
| DeleteIAMPolicyAssignmentCommandOutput
|
|
1395
1436
|
| DeleteIdentityPropagationConfigCommandOutput
|
|
1437
|
+
| DeleteKnowledgeBaseCommandOutput
|
|
1396
1438
|
| DeleteNamespaceCommandOutput
|
|
1397
1439
|
| DeleteOAuthClientApplicationCommandOutput
|
|
1398
1440
|
| DeleteRefreshScheduleCommandOutput
|
|
@@ -1449,6 +1491,8 @@ export type ServiceOutputTypes =
|
|
|
1449
1491
|
| DescribeIngestionCommandOutput
|
|
1450
1492
|
| DescribeIpRestrictionCommandOutput
|
|
1451
1493
|
| DescribeKeyRegistrationCommandOutput
|
|
1494
|
+
| DescribeKnowledgeBaseCommandOutput
|
|
1495
|
+
| DescribeKnowledgeBasePermissionsCommandOutput
|
|
1452
1496
|
| DescribeNamespaceCommandOutput
|
|
1453
1497
|
| DescribeOAuthClientApplicationCommandOutput
|
|
1454
1498
|
| DescribeQPersonalizationConfigurationCommandOutput
|
|
@@ -1500,6 +1544,7 @@ export type ServiceOutputTypes =
|
|
|
1500
1544
|
| ListIAMPolicyAssignmentsForUserCommandOutput
|
|
1501
1545
|
| ListIdentityPropagationConfigsCommandOutput
|
|
1502
1546
|
| ListIngestionsCommandOutput
|
|
1547
|
+
| ListKnowledgeBasesCommandOutput
|
|
1503
1548
|
| ListNamespacesCommandOutput
|
|
1504
1549
|
| ListOAuthClientApplicationsCommandOutput
|
|
1505
1550
|
| ListRefreshSchedulesCommandOutput
|
|
@@ -1519,6 +1564,7 @@ export type ServiceOutputTypes =
|
|
|
1519
1564
|
| ListTopicsCommandOutput
|
|
1520
1565
|
| ListUserGroupsCommandOutput
|
|
1521
1566
|
| ListUsersCommandOutput
|
|
1567
|
+
| ListUsersIndexCapacityCommandOutput
|
|
1522
1568
|
| ListVPCConnectionsCommandOutput
|
|
1523
1569
|
| PredictQAResultsCommandOutput
|
|
1524
1570
|
| PutDataSetRefreshPropertiesCommandOutput
|
|
@@ -1533,6 +1579,7 @@ export type ServiceOutputTypes =
|
|
|
1533
1579
|
| SearchFlowsCommandOutput
|
|
1534
1580
|
| SearchFoldersCommandOutput
|
|
1535
1581
|
| SearchGroupsCommandOutput
|
|
1582
|
+
| SearchKnowledgeBasesCommandOutput
|
|
1536
1583
|
| SearchSpacesCommandOutput
|
|
1537
1584
|
| SearchTopicsCommandOutput
|
|
1538
1585
|
| StartAssetBundleExportJobCommandOutput
|
|
@@ -1575,6 +1622,7 @@ export type ServiceOutputTypes =
|
|
|
1575
1622
|
| UpdateIdentityPropagationConfigCommandOutput
|
|
1576
1623
|
| UpdateIpRestrictionCommandOutput
|
|
1577
1624
|
| UpdateKeyRegistrationCommandOutput
|
|
1625
|
+
| UpdateKnowledgeBasePermissionsCommandOutput
|
|
1578
1626
|
| UpdateOAuthClientApplicationCommandOutput
|
|
1579
1627
|
| UpdatePublicSharingSettingsCommandOutput
|
|
1580
1628
|
| UpdateQPersonalizationConfigurationCommandOutput
|