@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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { type BatchCreateTopicReviewedAnswerCommandInput, type BatchCreateTopicReviewedAnswerCommandOutput } from "./commands/BatchCreateTopicReviewedAnswerCommand";
|
|
3
|
+
import { type BatchDeleteKnowledgeBaseCommandInput, type BatchDeleteKnowledgeBaseCommandOutput } from "./commands/BatchDeleteKnowledgeBaseCommand";
|
|
3
4
|
import { type BatchDeleteTopicReviewedAnswerCommandInput, type BatchDeleteTopicReviewedAnswerCommandOutput } from "./commands/BatchDeleteTopicReviewedAnswerCommand";
|
|
4
5
|
import { type CancelIngestionCommandInput, type CancelIngestionCommandOutput } from "./commands/CancelIngestionCommand";
|
|
5
6
|
import { type CreateAccountCustomizationCommandInput, type CreateAccountCustomizationCommandOutput } from "./commands/CreateAccountCustomizationCommand";
|
|
@@ -52,6 +53,7 @@ import { type DeleteGroupCommandInput, type DeleteGroupCommandOutput } from "./c
|
|
|
52
53
|
import { type DeleteGroupMembershipCommandInput, type DeleteGroupMembershipCommandOutput } from "./commands/DeleteGroupMembershipCommand";
|
|
53
54
|
import { type DeleteIAMPolicyAssignmentCommandInput, type DeleteIAMPolicyAssignmentCommandOutput } from "./commands/DeleteIAMPolicyAssignmentCommand";
|
|
54
55
|
import { type DeleteIdentityPropagationConfigCommandInput, type DeleteIdentityPropagationConfigCommandOutput } from "./commands/DeleteIdentityPropagationConfigCommand";
|
|
56
|
+
import { type DeleteKnowledgeBaseCommandInput, type DeleteKnowledgeBaseCommandOutput } from "./commands/DeleteKnowledgeBaseCommand";
|
|
55
57
|
import { type DeleteNamespaceCommandInput, type DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
|
|
56
58
|
import { type DeleteOAuthClientApplicationCommandInput, type DeleteOAuthClientApplicationCommandOutput } from "./commands/DeleteOAuthClientApplicationCommand";
|
|
57
59
|
import { type DeleteRefreshScheduleCommandInput, type DeleteRefreshScheduleCommandOutput } from "./commands/DeleteRefreshScheduleCommand";
|
|
@@ -108,6 +110,8 @@ import { type DescribeIAMPolicyAssignmentCommandInput, type DescribeIAMPolicyAss
|
|
|
108
110
|
import { type DescribeIngestionCommandInput, type DescribeIngestionCommandOutput } from "./commands/DescribeIngestionCommand";
|
|
109
111
|
import { type DescribeIpRestrictionCommandInput, type DescribeIpRestrictionCommandOutput } from "./commands/DescribeIpRestrictionCommand";
|
|
110
112
|
import { type DescribeKeyRegistrationCommandInput, type DescribeKeyRegistrationCommandOutput } from "./commands/DescribeKeyRegistrationCommand";
|
|
113
|
+
import { type DescribeKnowledgeBaseCommandInput, type DescribeKnowledgeBaseCommandOutput } from "./commands/DescribeKnowledgeBaseCommand";
|
|
114
|
+
import { type DescribeKnowledgeBasePermissionsCommandInput, type DescribeKnowledgeBasePermissionsCommandOutput } from "./commands/DescribeKnowledgeBasePermissionsCommand";
|
|
111
115
|
import { type DescribeNamespaceCommandInput, type DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
112
116
|
import { type DescribeOAuthClientApplicationCommandInput, type DescribeOAuthClientApplicationCommandOutput } from "./commands/DescribeOAuthClientApplicationCommand";
|
|
113
117
|
import { type DescribeQPersonalizationConfigurationCommandInput, type DescribeQPersonalizationConfigurationCommandOutput } from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
@@ -159,6 +163,7 @@ import { type ListIAMPolicyAssignmentsCommandInput, type ListIAMPolicyAssignment
|
|
|
159
163
|
import { type ListIAMPolicyAssignmentsForUserCommandInput, type ListIAMPolicyAssignmentsForUserCommandOutput } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
160
164
|
import { type ListIdentityPropagationConfigsCommandInput, type ListIdentityPropagationConfigsCommandOutput } from "./commands/ListIdentityPropagationConfigsCommand";
|
|
161
165
|
import { type ListIngestionsCommandInput, type ListIngestionsCommandOutput } from "./commands/ListIngestionsCommand";
|
|
166
|
+
import { type ListKnowledgeBasesCommandInput, type ListKnowledgeBasesCommandOutput } from "./commands/ListKnowledgeBasesCommand";
|
|
162
167
|
import { type ListNamespacesCommandInput, type ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
|
|
163
168
|
import { type ListOAuthClientApplicationsCommandInput, type ListOAuthClientApplicationsCommandOutput } from "./commands/ListOAuthClientApplicationsCommand";
|
|
164
169
|
import { type ListRefreshSchedulesCommandInput, type ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
|
|
@@ -178,6 +183,7 @@ import { type ListTopicReviewedAnswersCommandInput, type ListTopicReviewedAnswer
|
|
|
178
183
|
import { type ListTopicsCommandInput, type ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
|
|
179
184
|
import { type ListUserGroupsCommandInput, type ListUserGroupsCommandOutput } from "./commands/ListUserGroupsCommand";
|
|
180
185
|
import { type ListUsersCommandInput, type ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
186
|
+
import { type ListUsersIndexCapacityCommandInput, type ListUsersIndexCapacityCommandOutput } from "./commands/ListUsersIndexCapacityCommand";
|
|
181
187
|
import { type ListVPCConnectionsCommandInput, type ListVPCConnectionsCommandOutput } from "./commands/ListVPCConnectionsCommand";
|
|
182
188
|
import { type PredictQAResultsCommandInput, type PredictQAResultsCommandOutput } from "./commands/PredictQAResultsCommand";
|
|
183
189
|
import { type PutDataSetRefreshPropertiesCommandInput, type PutDataSetRefreshPropertiesCommandOutput } from "./commands/PutDataSetRefreshPropertiesCommand";
|
|
@@ -192,6 +198,7 @@ import { type SearchDataSourcesCommandInput, type SearchDataSourcesCommandOutput
|
|
|
192
198
|
import { type SearchFlowsCommandInput, type SearchFlowsCommandOutput } from "./commands/SearchFlowsCommand";
|
|
193
199
|
import { type SearchFoldersCommandInput, type SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
|
|
194
200
|
import { type SearchGroupsCommandInput, type SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
|
|
201
|
+
import { type SearchKnowledgeBasesCommandInput, type SearchKnowledgeBasesCommandOutput } from "./commands/SearchKnowledgeBasesCommand";
|
|
195
202
|
import { type SearchSpacesCommandInput, type SearchSpacesCommandOutput } from "./commands/SearchSpacesCommand";
|
|
196
203
|
import { type SearchTopicsCommandInput, type SearchTopicsCommandOutput } from "./commands/SearchTopicsCommand";
|
|
197
204
|
import { type StartAssetBundleExportJobCommandInput, type StartAssetBundleExportJobCommandOutput } from "./commands/StartAssetBundleExportJobCommand";
|
|
@@ -234,6 +241,7 @@ import { type UpdateIAMPolicyAssignmentCommandInput, type UpdateIAMPolicyAssignm
|
|
|
234
241
|
import { type UpdateIdentityPropagationConfigCommandInput, type UpdateIdentityPropagationConfigCommandOutput } from "./commands/UpdateIdentityPropagationConfigCommand";
|
|
235
242
|
import { type UpdateIpRestrictionCommandInput, type UpdateIpRestrictionCommandOutput } from "./commands/UpdateIpRestrictionCommand";
|
|
236
243
|
import { type UpdateKeyRegistrationCommandInput, type UpdateKeyRegistrationCommandOutput } from "./commands/UpdateKeyRegistrationCommand";
|
|
244
|
+
import { type UpdateKnowledgeBasePermissionsCommandInput, type UpdateKnowledgeBasePermissionsCommandOutput } from "./commands/UpdateKnowledgeBasePermissionsCommand";
|
|
237
245
|
import { type UpdateOAuthClientApplicationCommandInput, type UpdateOAuthClientApplicationCommandOutput } from "./commands/UpdateOAuthClientApplicationCommand";
|
|
238
246
|
import { type UpdatePublicSharingSettingsCommandInput, type UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
239
247
|
import { type UpdateQPersonalizationConfigurationCommandInput, type UpdateQPersonalizationConfigurationCommandOutput } from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
@@ -266,6 +274,12 @@ export interface QuickSight {
|
|
|
266
274
|
batchCreateTopicReviewedAnswer(args: BatchCreateTopicReviewedAnswerCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateTopicReviewedAnswerCommandOutput>;
|
|
267
275
|
batchCreateTopicReviewedAnswer(args: BatchCreateTopicReviewedAnswerCommandInput, cb: (err: any, data?: BatchCreateTopicReviewedAnswerCommandOutput) => void): void;
|
|
268
276
|
batchCreateTopicReviewedAnswer(args: BatchCreateTopicReviewedAnswerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateTopicReviewedAnswerCommandOutput) => void): void;
|
|
277
|
+
/**
|
|
278
|
+
* @see {@link BatchDeleteKnowledgeBaseCommand}
|
|
279
|
+
*/
|
|
280
|
+
batchDeleteKnowledgeBase(args: BatchDeleteKnowledgeBaseCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteKnowledgeBaseCommandOutput>;
|
|
281
|
+
batchDeleteKnowledgeBase(args: BatchDeleteKnowledgeBaseCommandInput, cb: (err: any, data?: BatchDeleteKnowledgeBaseCommandOutput) => void): void;
|
|
282
|
+
batchDeleteKnowledgeBase(args: BatchDeleteKnowledgeBaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteKnowledgeBaseCommandOutput) => void): void;
|
|
269
283
|
/**
|
|
270
284
|
* @see {@link BatchDeleteTopicReviewedAnswerCommand}
|
|
271
285
|
*/
|
|
@@ -578,6 +592,12 @@ export interface QuickSight {
|
|
|
578
592
|
deleteIdentityPropagationConfig(args: DeleteIdentityPropagationConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdentityPropagationConfigCommandOutput>;
|
|
579
593
|
deleteIdentityPropagationConfig(args: DeleteIdentityPropagationConfigCommandInput, cb: (err: any, data?: DeleteIdentityPropagationConfigCommandOutput) => void): void;
|
|
580
594
|
deleteIdentityPropagationConfig(args: DeleteIdentityPropagationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentityPropagationConfigCommandOutput) => void): void;
|
|
595
|
+
/**
|
|
596
|
+
* @see {@link DeleteKnowledgeBaseCommand}
|
|
597
|
+
*/
|
|
598
|
+
deleteKnowledgeBase(args: DeleteKnowledgeBaseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKnowledgeBaseCommandOutput>;
|
|
599
|
+
deleteKnowledgeBase(args: DeleteKnowledgeBaseCommandInput, cb: (err: any, data?: DeleteKnowledgeBaseCommandOutput) => void): void;
|
|
600
|
+
deleteKnowledgeBase(args: DeleteKnowledgeBaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKnowledgeBaseCommandOutput) => void): void;
|
|
581
601
|
/**
|
|
582
602
|
* @see {@link DeleteNamespaceCommand}
|
|
583
603
|
*/
|
|
@@ -914,6 +934,18 @@ export interface QuickSight {
|
|
|
914
934
|
describeKeyRegistration(args: DescribeKeyRegistrationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeKeyRegistrationCommandOutput>;
|
|
915
935
|
describeKeyRegistration(args: DescribeKeyRegistrationCommandInput, cb: (err: any, data?: DescribeKeyRegistrationCommandOutput) => void): void;
|
|
916
936
|
describeKeyRegistration(args: DescribeKeyRegistrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKeyRegistrationCommandOutput) => void): void;
|
|
937
|
+
/**
|
|
938
|
+
* @see {@link DescribeKnowledgeBaseCommand}
|
|
939
|
+
*/
|
|
940
|
+
describeKnowledgeBase(args: DescribeKnowledgeBaseCommandInput, options?: __HttpHandlerOptions): Promise<DescribeKnowledgeBaseCommandOutput>;
|
|
941
|
+
describeKnowledgeBase(args: DescribeKnowledgeBaseCommandInput, cb: (err: any, data?: DescribeKnowledgeBaseCommandOutput) => void): void;
|
|
942
|
+
describeKnowledgeBase(args: DescribeKnowledgeBaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKnowledgeBaseCommandOutput) => void): void;
|
|
943
|
+
/**
|
|
944
|
+
* @see {@link DescribeKnowledgeBasePermissionsCommand}
|
|
945
|
+
*/
|
|
946
|
+
describeKnowledgeBasePermissions(args: DescribeKnowledgeBasePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeKnowledgeBasePermissionsCommandOutput>;
|
|
947
|
+
describeKnowledgeBasePermissions(args: DescribeKnowledgeBasePermissionsCommandInput, cb: (err: any, data?: DescribeKnowledgeBasePermissionsCommandOutput) => void): void;
|
|
948
|
+
describeKnowledgeBasePermissions(args: DescribeKnowledgeBasePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKnowledgeBasePermissionsCommandOutput) => void): void;
|
|
917
949
|
/**
|
|
918
950
|
* @see {@link DescribeNamespaceCommand}
|
|
919
951
|
*/
|
|
@@ -1220,6 +1252,12 @@ export interface QuickSight {
|
|
|
1220
1252
|
listIngestions(args: ListIngestionsCommandInput, options?: __HttpHandlerOptions): Promise<ListIngestionsCommandOutput>;
|
|
1221
1253
|
listIngestions(args: ListIngestionsCommandInput, cb: (err: any, data?: ListIngestionsCommandOutput) => void): void;
|
|
1222
1254
|
listIngestions(args: ListIngestionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIngestionsCommandOutput) => void): void;
|
|
1255
|
+
/**
|
|
1256
|
+
* @see {@link ListKnowledgeBasesCommand}
|
|
1257
|
+
*/
|
|
1258
|
+
listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options?: __HttpHandlerOptions): Promise<ListKnowledgeBasesCommandOutput>;
|
|
1259
|
+
listKnowledgeBases(args: ListKnowledgeBasesCommandInput, cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void): void;
|
|
1260
|
+
listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void): void;
|
|
1223
1261
|
/**
|
|
1224
1262
|
* @see {@link ListNamespacesCommand}
|
|
1225
1263
|
*/
|
|
@@ -1334,6 +1372,12 @@ export interface QuickSight {
|
|
|
1334
1372
|
listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
|
|
1335
1373
|
listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
1336
1374
|
listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
1375
|
+
/**
|
|
1376
|
+
* @see {@link ListUsersIndexCapacityCommand}
|
|
1377
|
+
*/
|
|
1378
|
+
listUsersIndexCapacity(args: ListUsersIndexCapacityCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersIndexCapacityCommandOutput>;
|
|
1379
|
+
listUsersIndexCapacity(args: ListUsersIndexCapacityCommandInput, cb: (err: any, data?: ListUsersIndexCapacityCommandOutput) => void): void;
|
|
1380
|
+
listUsersIndexCapacity(args: ListUsersIndexCapacityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersIndexCapacityCommandOutput) => void): void;
|
|
1337
1381
|
/**
|
|
1338
1382
|
* @see {@link ListVPCConnectionsCommand}
|
|
1339
1383
|
*/
|
|
@@ -1418,6 +1462,12 @@ export interface QuickSight {
|
|
|
1418
1462
|
searchGroups(args: SearchGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SearchGroupsCommandOutput>;
|
|
1419
1463
|
searchGroups(args: SearchGroupsCommandInput, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
1420
1464
|
searchGroups(args: SearchGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
1465
|
+
/**
|
|
1466
|
+
* @see {@link SearchKnowledgeBasesCommand}
|
|
1467
|
+
*/
|
|
1468
|
+
searchKnowledgeBases(args: SearchKnowledgeBasesCommandInput, options?: __HttpHandlerOptions): Promise<SearchKnowledgeBasesCommandOutput>;
|
|
1469
|
+
searchKnowledgeBases(args: SearchKnowledgeBasesCommandInput, cb: (err: any, data?: SearchKnowledgeBasesCommandOutput) => void): void;
|
|
1470
|
+
searchKnowledgeBases(args: SearchKnowledgeBasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchKnowledgeBasesCommandOutput) => void): void;
|
|
1421
1471
|
/**
|
|
1422
1472
|
* @see {@link SearchSpacesCommand}
|
|
1423
1473
|
*/
|
|
@@ -1670,6 +1720,12 @@ export interface QuickSight {
|
|
|
1670
1720
|
updateKeyRegistration(args: UpdateKeyRegistrationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKeyRegistrationCommandOutput>;
|
|
1671
1721
|
updateKeyRegistration(args: UpdateKeyRegistrationCommandInput, cb: (err: any, data?: UpdateKeyRegistrationCommandOutput) => void): void;
|
|
1672
1722
|
updateKeyRegistration(args: UpdateKeyRegistrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKeyRegistrationCommandOutput) => void): void;
|
|
1723
|
+
/**
|
|
1724
|
+
* @see {@link UpdateKnowledgeBasePermissionsCommand}
|
|
1725
|
+
*/
|
|
1726
|
+
updateKnowledgeBasePermissions(args: UpdateKnowledgeBasePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKnowledgeBasePermissionsCommandOutput>;
|
|
1727
|
+
updateKnowledgeBasePermissions(args: UpdateKnowledgeBasePermissionsCommandInput, cb: (err: any, data?: UpdateKnowledgeBasePermissionsCommandOutput) => void): void;
|
|
1728
|
+
updateKnowledgeBasePermissions(args: UpdateKnowledgeBasePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKnowledgeBasePermissionsCommandOutput) => void): void;
|
|
1673
1729
|
/**
|
|
1674
1730
|
* @see {@link UpdateOAuthClientApplicationCommand}
|
|
1675
1731
|
*/
|
|
@@ -1961,6 +2017,13 @@ export interface QuickSight {
|
|
|
1961
2017
|
* @returns AsyncIterable of {@link ListIngestionsCommandOutput}.
|
|
1962
2018
|
*/
|
|
1963
2019
|
paginateListIngestions(args: ListIngestionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIngestionsCommandOutput>;
|
|
2020
|
+
/**
|
|
2021
|
+
* @see {@link ListKnowledgeBasesCommand}
|
|
2022
|
+
* @param args - command input.
|
|
2023
|
+
* @param paginationConfig - optional pagination config.
|
|
2024
|
+
* @returns AsyncIterable of {@link ListKnowledgeBasesCommandOutput}.
|
|
2025
|
+
*/
|
|
2026
|
+
paginateListKnowledgeBases(args: ListKnowledgeBasesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListKnowledgeBasesCommandOutput>;
|
|
1964
2027
|
/**
|
|
1965
2028
|
* @see {@link ListNamespacesCommand}
|
|
1966
2029
|
* @param args - command input.
|
|
@@ -2101,6 +2164,13 @@ export interface QuickSight {
|
|
|
2101
2164
|
* @returns AsyncIterable of {@link SearchGroupsCommandOutput}.
|
|
2102
2165
|
*/
|
|
2103
2166
|
paginateSearchGroups(args: SearchGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchGroupsCommandOutput>;
|
|
2167
|
+
/**
|
|
2168
|
+
* @see {@link SearchKnowledgeBasesCommand}
|
|
2169
|
+
* @param args - command input.
|
|
2170
|
+
* @param paginationConfig - optional pagination config.
|
|
2171
|
+
* @returns AsyncIterable of {@link SearchKnowledgeBasesCommandOutput}.
|
|
2172
|
+
*/
|
|
2173
|
+
paginateSearchKnowledgeBases(args: SearchKnowledgeBasesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchKnowledgeBasesCommandOutput>;
|
|
2104
2174
|
/**
|
|
2105
2175
|
* @see {@link SearchTopicsCommand}
|
|
2106
2176
|
* @param args - command input.
|
|
@@ -7,6 +7,7 @@ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/re
|
|
|
7
7
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
8
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
9
9
|
import type { BatchCreateTopicReviewedAnswerCommandInput, BatchCreateTopicReviewedAnswerCommandOutput } from "./commands/BatchCreateTopicReviewedAnswerCommand";
|
|
10
|
+
import type { BatchDeleteKnowledgeBaseCommandInput, BatchDeleteKnowledgeBaseCommandOutput } from "./commands/BatchDeleteKnowledgeBaseCommand";
|
|
10
11
|
import type { BatchDeleteTopicReviewedAnswerCommandInput, BatchDeleteTopicReviewedAnswerCommandOutput } from "./commands/BatchDeleteTopicReviewedAnswerCommand";
|
|
11
12
|
import type { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "./commands/CancelIngestionCommand";
|
|
12
13
|
import type { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "./commands/CreateAccountCustomizationCommand";
|
|
@@ -59,6 +60,7 @@ import type { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./comman
|
|
|
59
60
|
import type { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput } from "./commands/DeleteGroupMembershipCommand";
|
|
60
61
|
import type { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "./commands/DeleteIAMPolicyAssignmentCommand";
|
|
61
62
|
import type { DeleteIdentityPropagationConfigCommandInput, DeleteIdentityPropagationConfigCommandOutput } from "./commands/DeleteIdentityPropagationConfigCommand";
|
|
63
|
+
import type { DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput } from "./commands/DeleteKnowledgeBaseCommand";
|
|
62
64
|
import type { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
|
|
63
65
|
import type { DeleteOAuthClientApplicationCommandInput, DeleteOAuthClientApplicationCommandOutput } from "./commands/DeleteOAuthClientApplicationCommand";
|
|
64
66
|
import type { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "./commands/DeleteRefreshScheduleCommand";
|
|
@@ -115,6 +117,8 @@ import type { DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignme
|
|
|
115
117
|
import type { DescribeIngestionCommandInput, DescribeIngestionCommandOutput } from "./commands/DescribeIngestionCommand";
|
|
116
118
|
import type { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput } from "./commands/DescribeIpRestrictionCommand";
|
|
117
119
|
import type { DescribeKeyRegistrationCommandInput, DescribeKeyRegistrationCommandOutput } from "./commands/DescribeKeyRegistrationCommand";
|
|
120
|
+
import type { DescribeKnowledgeBaseCommandInput, DescribeKnowledgeBaseCommandOutput } from "./commands/DescribeKnowledgeBaseCommand";
|
|
121
|
+
import type { DescribeKnowledgeBasePermissionsCommandInput, DescribeKnowledgeBasePermissionsCommandOutput } from "./commands/DescribeKnowledgeBasePermissionsCommand";
|
|
118
122
|
import type { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
119
123
|
import type { DescribeOAuthClientApplicationCommandInput, DescribeOAuthClientApplicationCommandOutput } from "./commands/DescribeOAuthClientApplicationCommand";
|
|
120
124
|
import type { DescribeQPersonalizationConfigurationCommandInput, DescribeQPersonalizationConfigurationCommandOutput } from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
@@ -166,6 +170,7 @@ import type { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsComm
|
|
|
166
170
|
import type { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
167
171
|
import type { ListIdentityPropagationConfigsCommandInput, ListIdentityPropagationConfigsCommandOutput } from "./commands/ListIdentityPropagationConfigsCommand";
|
|
168
172
|
import type { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "./commands/ListIngestionsCommand";
|
|
173
|
+
import type { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "./commands/ListKnowledgeBasesCommand";
|
|
169
174
|
import type { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
|
|
170
175
|
import type { ListOAuthClientApplicationsCommandInput, ListOAuthClientApplicationsCommandOutput } from "./commands/ListOAuthClientApplicationsCommand";
|
|
171
176
|
import type { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
|
|
@@ -185,6 +190,7 @@ import type { ListTopicReviewedAnswersCommandInput, ListTopicReviewedAnswersComm
|
|
|
185
190
|
import type { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
|
|
186
191
|
import type { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "./commands/ListUserGroupsCommand";
|
|
187
192
|
import type { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
193
|
+
import type { ListUsersIndexCapacityCommandInput, ListUsersIndexCapacityCommandOutput } from "./commands/ListUsersIndexCapacityCommand";
|
|
188
194
|
import type { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "./commands/ListVPCConnectionsCommand";
|
|
189
195
|
import type { PredictQAResultsCommandInput, PredictQAResultsCommandOutput } from "./commands/PredictQAResultsCommand";
|
|
190
196
|
import type { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "./commands/PutDataSetRefreshPropertiesCommand";
|
|
@@ -199,6 +205,7 @@ import type { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } fr
|
|
|
199
205
|
import type { SearchFlowsCommandInput, SearchFlowsCommandOutput } from "./commands/SearchFlowsCommand";
|
|
200
206
|
import type { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
|
|
201
207
|
import type { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
|
|
208
|
+
import type { SearchKnowledgeBasesCommandInput, SearchKnowledgeBasesCommandOutput } from "./commands/SearchKnowledgeBasesCommand";
|
|
202
209
|
import type { SearchSpacesCommandInput, SearchSpacesCommandOutput } from "./commands/SearchSpacesCommand";
|
|
203
210
|
import type { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "./commands/SearchTopicsCommand";
|
|
204
211
|
import type { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "./commands/StartAssetBundleExportJobCommand";
|
|
@@ -241,6 +248,7 @@ import type { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCo
|
|
|
241
248
|
import type { UpdateIdentityPropagationConfigCommandInput, UpdateIdentityPropagationConfigCommandOutput } from "./commands/UpdateIdentityPropagationConfigCommand";
|
|
242
249
|
import type { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "./commands/UpdateIpRestrictionCommand";
|
|
243
250
|
import type { UpdateKeyRegistrationCommandInput, UpdateKeyRegistrationCommandOutput } from "./commands/UpdateKeyRegistrationCommand";
|
|
251
|
+
import type { UpdateKnowledgeBasePermissionsCommandInput, UpdateKnowledgeBasePermissionsCommandOutput } from "./commands/UpdateKnowledgeBasePermissionsCommand";
|
|
244
252
|
import type { UpdateOAuthClientApplicationCommandInput, UpdateOAuthClientApplicationCommandOutput } from "./commands/UpdateOAuthClientApplicationCommand";
|
|
245
253
|
import type { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
246
254
|
import type { UpdateQPersonalizationConfigurationCommandInput, UpdateQPersonalizationConfigurationCommandOutput } from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
@@ -271,11 +279,11 @@ export { __Client };
|
|
|
271
279
|
/**
|
|
272
280
|
* @public
|
|
273
281
|
*/
|
|
274
|
-
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateActionConnectorCommandInput | CreateAgentCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFlowCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateOAuthClientApplicationCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateSpaceCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomPermissionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteActionConnectorCommandInput | DeleteAgentCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFlowCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteOAuthClientApplicationCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteSpaceCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomPermissionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeActionConnectorCommandInput | DescribeActionConnectorPermissionsCommandInput | DescribeAgentCommandInput | DescribeAgentPermissionsCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeAutomationJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFlowCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeOAuthClientApplicationCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeSelfUpgradeConfigurationCommandInput | DescribeSpaceCommandInput | DescribeSpacePermissionsCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetFlowMetadataCommandInput | GetFlowPermissionsCommandInput | GetIdentityContextCommandInput | GetSessionEmbedUrlCommandInput | ListActionConnectorsCommandInput | ListAgentsCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFlowsCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListOAuthClientApplicationsCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListSelfUpgradesCommandInput | ListSpaceResourcesCommandInput | ListSpacesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchActionConnectorsCommandInput | SearchAgentsCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFlowsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchSpacesCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartAutomationJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomPermissionCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateActionConnectorCommandInput | UpdateActionConnectorPermissionsCommandInput | UpdateAgentCommandInput | UpdateAgentPermissionsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFlowCommandInput | UpdateFlowPermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdateOAuthClientApplicationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateSelfUpgradeCommandInput | UpdateSelfUpgradeConfigurationCommandInput | UpdateSpaceCommandInput | UpdateSpacePermissionsCommandInput | UpdateSpaceResourcesCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
|
|
282
|
+
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteKnowledgeBaseCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateActionConnectorCommandInput | CreateAgentCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFlowCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateOAuthClientApplicationCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateSpaceCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomPermissionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteActionConnectorCommandInput | DeleteAgentCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFlowCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteKnowledgeBaseCommandInput | DeleteNamespaceCommandInput | DeleteOAuthClientApplicationCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteSpaceCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomPermissionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeActionConnectorCommandInput | DescribeActionConnectorPermissionsCommandInput | DescribeAgentCommandInput | DescribeAgentPermissionsCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeAutomationJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFlowCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeKnowledgeBaseCommandInput | DescribeKnowledgeBasePermissionsCommandInput | DescribeNamespaceCommandInput | DescribeOAuthClientApplicationCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeSelfUpgradeConfigurationCommandInput | DescribeSpaceCommandInput | DescribeSpacePermissionsCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetFlowMetadataCommandInput | GetFlowPermissionsCommandInput | GetIdentityContextCommandInput | GetSessionEmbedUrlCommandInput | ListActionConnectorsCommandInput | ListAgentsCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFlowsCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListKnowledgeBasesCommandInput | ListNamespacesCommandInput | ListOAuthClientApplicationsCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListSelfUpgradesCommandInput | ListSpaceResourcesCommandInput | ListSpacesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListUsersIndexCapacityCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchActionConnectorsCommandInput | SearchAgentsCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFlowsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchKnowledgeBasesCommandInput | SearchSpacesCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartAutomationJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomPermissionCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateActionConnectorCommandInput | UpdateActionConnectorPermissionsCommandInput | UpdateAgentCommandInput | UpdateAgentPermissionsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFlowCommandInput | UpdateFlowPermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdateKnowledgeBasePermissionsCommandInput | UpdateOAuthClientApplicationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateSelfUpgradeCommandInput | UpdateSelfUpgradeConfigurationCommandInput | UpdateSpaceCommandInput | UpdateSpacePermissionsCommandInput | UpdateSpaceResourcesCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
|
|
275
283
|
/**
|
|
276
284
|
* @public
|
|
277
285
|
*/
|
|
278
|
-
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateActionConnectorCommandOutput | CreateAgentCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFlowCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateOAuthClientApplicationCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateSpaceCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomPermissionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteActionConnectorCommandOutput | DeleteAgentCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFlowCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteOAuthClientApplicationCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteSpaceCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomPermissionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeActionConnectorCommandOutput | DescribeActionConnectorPermissionsCommandOutput | DescribeAgentCommandOutput | DescribeAgentPermissionsCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeAutomationJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFlowCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeOAuthClientApplicationCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeSelfUpgradeConfigurationCommandOutput | DescribeSpaceCommandOutput | DescribeSpacePermissionsCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetFlowMetadataCommandOutput | GetFlowPermissionsCommandOutput | GetIdentityContextCommandOutput | GetSessionEmbedUrlCommandOutput | ListActionConnectorsCommandOutput | ListAgentsCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFlowsCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListOAuthClientApplicationsCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListSelfUpgradesCommandOutput | ListSpaceResourcesCommandOutput | ListSpacesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchActionConnectorsCommandOutput | SearchAgentsCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFlowsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchSpacesCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartAutomationJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomPermissionCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateActionConnectorCommandOutput | UpdateActionConnectorPermissionsCommandOutput | UpdateAgentCommandOutput | UpdateAgentPermissionsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFlowCommandOutput | UpdateFlowPermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdateOAuthClientApplicationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateSelfUpgradeCommandOutput | UpdateSelfUpgradeConfigurationCommandOutput | UpdateSpaceCommandOutput | UpdateSpacePermissionsCommandOutput | UpdateSpaceResourcesCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
286
|
+
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteKnowledgeBaseCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateActionConnectorCommandOutput | CreateAgentCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFlowCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateOAuthClientApplicationCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateSpaceCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomPermissionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteActionConnectorCommandOutput | DeleteAgentCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFlowCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteKnowledgeBaseCommandOutput | DeleteNamespaceCommandOutput | DeleteOAuthClientApplicationCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteSpaceCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomPermissionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeActionConnectorCommandOutput | DescribeActionConnectorPermissionsCommandOutput | DescribeAgentCommandOutput | DescribeAgentPermissionsCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeAutomationJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFlowCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeKnowledgeBaseCommandOutput | DescribeKnowledgeBasePermissionsCommandOutput | DescribeNamespaceCommandOutput | DescribeOAuthClientApplicationCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeSelfUpgradeConfigurationCommandOutput | DescribeSpaceCommandOutput | DescribeSpacePermissionsCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetFlowMetadataCommandOutput | GetFlowPermissionsCommandOutput | GetIdentityContextCommandOutput | GetSessionEmbedUrlCommandOutput | ListActionConnectorsCommandOutput | ListAgentsCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFlowsCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListKnowledgeBasesCommandOutput | ListNamespacesCommandOutput | ListOAuthClientApplicationsCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListSelfUpgradesCommandOutput | ListSpaceResourcesCommandOutput | ListSpacesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListUsersIndexCapacityCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchActionConnectorsCommandOutput | SearchAgentsCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFlowsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchKnowledgeBasesCommandOutput | SearchSpacesCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartAutomationJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomPermissionCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateActionConnectorCommandOutput | UpdateActionConnectorPermissionsCommandOutput | UpdateAgentCommandOutput | UpdateAgentPermissionsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFlowCommandOutput | UpdateFlowPermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdateKnowledgeBasePermissionsCommandOutput | UpdateOAuthClientApplicationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateSelfUpgradeCommandOutput | UpdateSelfUpgradeConfigurationCommandOutput | UpdateSpaceCommandOutput | UpdateSpacePermissionsCommandOutput | UpdateSpaceResourcesCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
279
287
|
/**
|
|
280
288
|
* @public
|
|
281
289
|
*/
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BatchDeleteKnowledgeBaseRequest, BatchDeleteKnowledgeBaseResponse } from "../models/models_2";
|
|
4
|
+
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link BatchDeleteKnowledgeBaseCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface BatchDeleteKnowledgeBaseCommandInput extends BatchDeleteKnowledgeBaseRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link BatchDeleteKnowledgeBaseCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface BatchDeleteKnowledgeBaseCommandOutput extends BatchDeleteKnowledgeBaseResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const BatchDeleteKnowledgeBaseCommand_base: {
|
|
25
|
+
new (input: BatchDeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteKnowledgeBaseCommandInput, BatchDeleteKnowledgeBaseCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteKnowledgeBaseCommandInput, BatchDeleteKnowledgeBaseCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Deletes one or more knowledge bases.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, BatchDeleteKnowledgeBaseCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, BatchDeleteKnowledgeBaseCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
38
|
+
* // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
|
|
39
|
+
* const config = {}; // type is QuickSightClientConfig
|
|
40
|
+
* const client = new QuickSightClient(config);
|
|
41
|
+
* const input = { // BatchDeleteKnowledgeBaseRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* KnowledgeBaseIds: [ // BatchDeleteKnowledgeBaseRequestKnowledgeBaseIdsList // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* };
|
|
47
|
+
* const command = new BatchDeleteKnowledgeBaseCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // BatchDeleteKnowledgeBaseResponse
|
|
50
|
+
* // Deleted: [ // BatchDeleteKnowledgeBaseSuccessList // required
|
|
51
|
+
* // { // BatchDeleteKnowledgeBaseSuccess
|
|
52
|
+
* // KnowledgeBaseId: "STRING_VALUE", // required
|
|
53
|
+
* // KnowledgeBaseArn: "STRING_VALUE", // required
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // Errors: [ // BatchDeleteKnowledgeBaseFailureList // required
|
|
57
|
+
* // { // BatchDeleteKnowledgeBaseFailure
|
|
58
|
+
* // KnowledgeBaseId: "STRING_VALUE", // required
|
|
59
|
+
* // ErrorCode: "STRING_VALUE", // required
|
|
60
|
+
* // ErrorMessage: "STRING_VALUE", // required
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // RequestId: "STRING_VALUE",
|
|
64
|
+
* // Status: Number("int"),
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @param BatchDeleteKnowledgeBaseCommandInput - {@link BatchDeleteKnowledgeBaseCommandInput}
|
|
70
|
+
* @returns {@link BatchDeleteKnowledgeBaseCommandOutput}
|
|
71
|
+
* @see {@link BatchDeleteKnowledgeBaseCommandInput} for command's `input` shape.
|
|
72
|
+
* @see {@link BatchDeleteKnowledgeBaseCommandOutput} for command's `response` shape.
|
|
73
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
77
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
78
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
79
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
82
|
+
* <p>An internal failure occurred.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
85
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
88
|
+
* <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
91
|
+
* <p>A limit is exceeded.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
94
|
+
* <p>One or more preconditions aren't met.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
97
|
+
* <p>Access is throttled.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link QuickSightServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
101
|
+
*
|
|
102
|
+
*
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export declare class BatchDeleteKnowledgeBaseCommand extends BatchDeleteKnowledgeBaseCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: BatchDeleteKnowledgeBaseRequest;
|
|
110
|
+
output: BatchDeleteKnowledgeBaseResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: BatchDeleteKnowledgeBaseCommandInput;
|
|
114
|
+
output: BatchDeleteKnowledgeBaseCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteKnowledgeBaseRequest, DeleteKnowledgeBaseResponse } from "../models/models_3";
|
|
4
|
+
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteKnowledgeBaseCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteKnowledgeBaseCommandInput extends DeleteKnowledgeBaseRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteKnowledgeBaseCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteKnowledgeBaseCommandOutput extends DeleteKnowledgeBaseResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteKnowledgeBaseCommand_base: {
|
|
25
|
+
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Deletes a knowledge base.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, DeleteKnowledgeBaseCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, DeleteKnowledgeBaseCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
38
|
+
* // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
|
|
39
|
+
* const config = {}; // type is QuickSightClientConfig
|
|
40
|
+
* const client = new QuickSightClient(config);
|
|
41
|
+
* const input = { // DeleteKnowledgeBaseRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* KnowledgeBaseId: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
45
|
+
* const command = new DeleteKnowledgeBaseCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // DeleteKnowledgeBaseResponse
|
|
48
|
+
* // KnowledgeBaseArn: "STRING_VALUE", // required
|
|
49
|
+
* // KnowledgeBaseId: "STRING_VALUE", // required
|
|
50
|
+
* // RequestId: "STRING_VALUE",
|
|
51
|
+
* // Status: Number("int"),
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param DeleteKnowledgeBaseCommandInput - {@link DeleteKnowledgeBaseCommandInput}
|
|
57
|
+
* @returns {@link DeleteKnowledgeBaseCommandOutput}
|
|
58
|
+
* @see {@link DeleteKnowledgeBaseCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link DeleteKnowledgeBaseCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
64
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
65
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
66
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ConflictException} (client fault)
|
|
69
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
72
|
+
* <p>An internal failure occurred.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
75
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
78
|
+
* <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
81
|
+
* <p>A limit is exceeded.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
84
|
+
* <p>One or more preconditions aren't met.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
87
|
+
* <p>One or more resources can't be found.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
90
|
+
* <p>Access is throttled.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link QuickSightServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
94
|
+
*
|
|
95
|
+
*
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DeleteKnowledgeBaseRequest;
|
|
103
|
+
output: DeleteKnowledgeBaseResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DeleteKnowledgeBaseCommandInput;
|
|
107
|
+
output: DeleteKnowledgeBaseCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeDataSetRequest
|
|
3
|
+
import type { DescribeDataSetRequest } from "../models/models_3";
|
|
4
|
+
import type { DescribeDataSetResponse } from "../models/models_4";
|
|
4
5
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeDataSetPermissionsRequest, DescribeDataSetPermissionsResponse } from "../models/
|
|
3
|
+
import type { DescribeDataSetPermissionsRequest, DescribeDataSetPermissionsResponse } from "../models/models_4";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeDataSetRefreshPropertiesRequest, DescribeDataSetRefreshPropertiesResponse } from "../models/
|
|
3
|
+
import type { DescribeDataSetRefreshPropertiesRequest, DescribeDataSetRefreshPropertiesResponse } from "../models/models_4";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/
|
|
3
|
+
import type { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_4";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeDataSourcePermissionsRequest } from "../models/
|
|
4
|
-
import type { DescribeDataSourcePermissionsResponse } from "../models/models_4";
|
|
3
|
+
import type { DescribeDataSourcePermissionsRequest, DescribeDataSourcePermissionsResponse } from "../models/models_4";
|
|
5
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|