@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,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 { TagResourceRequest, TagResourceResponse } from "../models/
|
|
3
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_5";
|
|
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 { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
3
|
+
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_5";
|
|
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 { UpdateAccountCustomPermissionRequest, UpdateAccountCustomPermissionResponse } from "../models/
|
|
3
|
+
import type { UpdateAccountCustomPermissionRequest, UpdateAccountCustomPermissionResponse } from "../models/models_5";
|
|
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 { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/
|
|
3
|
+
import type { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/models_5";
|
|
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 { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/
|
|
3
|
+
import type { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_5";
|
|
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 { UpdateActionConnectorRequest, UpdateActionConnectorResponse } from "../models/
|
|
3
|
+
import type { UpdateActionConnectorRequest, UpdateActionConnectorResponse } from "../models/models_5";
|
|
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 { UpdateActionConnectorPermissionsRequest, UpdateActionConnectorPermissionsResponse } from "../models/
|
|
3
|
+
import type { UpdateActionConnectorPermissionsRequest, UpdateActionConnectorPermissionsResponse } from "../models/models_5";
|
|
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 { UpdateAgentRequest, UpdateAgentResponse } from "../models/
|
|
3
|
+
import type { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_5";
|
|
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 { UpdateAgentPermissionsRequest, UpdateAgentPermissionsResponse } from "../models/
|
|
3
|
+
import type { UpdateAgentPermissionsRequest, UpdateAgentPermissionsResponse } from "../models/models_5";
|
|
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 { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/
|
|
3
|
+
import type { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/models_5";
|
|
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 { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/
|
|
3
|
+
import type { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/models_5";
|
|
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 { UpdateApplicationWithTokenExchangeGrantRequest, UpdateApplicationWithTokenExchangeGrantResponse } from "../models/
|
|
3
|
+
import type { UpdateApplicationWithTokenExchangeGrantRequest, UpdateApplicationWithTokenExchangeGrantResponse } from "../models/models_5";
|
|
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 { UpdateBrandRequest, UpdateBrandResponse } from "../models/
|
|
3
|
+
import type { UpdateBrandRequest, UpdateBrandResponse } from "../models/models_5";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateKnowledgeBasePermissionsRequest, UpdateKnowledgeBasePermissionsResponse } from "../models/models_5";
|
|
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 UpdateKnowledgeBasePermissionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateKnowledgeBasePermissionsCommandInput extends UpdateKnowledgeBasePermissionsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateKnowledgeBasePermissionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateKnowledgeBasePermissionsCommandOutput extends UpdateKnowledgeBasePermissionsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateKnowledgeBasePermissionsCommand_base: {
|
|
25
|
+
new (input: UpdateKnowledgeBasePermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateKnowledgeBasePermissionsCommandInput, UpdateKnowledgeBasePermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateKnowledgeBasePermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateKnowledgeBasePermissionsCommandInput, UpdateKnowledgeBasePermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Updates the resource permissions for 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, UpdateKnowledgeBasePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, UpdateKnowledgeBasePermissionsCommand } = 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 = { // UpdateKnowledgeBasePermissionsRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* KnowledgeBaseId: "STRING_VALUE", // required
|
|
44
|
+
* GrantPermissions: [ // ResourcePermissionList
|
|
45
|
+
* { // ResourcePermission
|
|
46
|
+
* Principal: "STRING_VALUE", // required
|
|
47
|
+
* Actions: [ // ActionList // required
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* },
|
|
51
|
+
* ],
|
|
52
|
+
* RevokePermissions: [
|
|
53
|
+
* {
|
|
54
|
+
* Principal: "STRING_VALUE", // required
|
|
55
|
+
* Actions: [ // required
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* };
|
|
61
|
+
* const command = new UpdateKnowledgeBasePermissionsCommand(input);
|
|
62
|
+
* const response = await client.send(command);
|
|
63
|
+
* // { // UpdateKnowledgeBasePermissionsResponse
|
|
64
|
+
* // KnowledgeBaseArn: "STRING_VALUE", // required
|
|
65
|
+
* // KnowledgeBaseId: "STRING_VALUE", // required
|
|
66
|
+
* // Permissions: [ // ResourcePermissionList
|
|
67
|
+
* // { // ResourcePermission
|
|
68
|
+
* // Principal: "STRING_VALUE", // required
|
|
69
|
+
* // Actions: [ // ActionList // required
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // RequestId: "STRING_VALUE",
|
|
75
|
+
* // Status: Number("int"),
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
80
|
+
* @param UpdateKnowledgeBasePermissionsCommandInput - {@link UpdateKnowledgeBasePermissionsCommandInput}
|
|
81
|
+
* @returns {@link UpdateKnowledgeBasePermissionsCommandOutput}
|
|
82
|
+
* @see {@link UpdateKnowledgeBasePermissionsCommandInput} for command's `input` shape.
|
|
83
|
+
* @see {@link UpdateKnowledgeBasePermissionsCommandOutput} for command's `response` shape.
|
|
84
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
87
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
88
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
89
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
90
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ConflictException} (client fault)
|
|
93
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
96
|
+
* <p>An internal failure occurred.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
99
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
102
|
+
* <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
105
|
+
* <p>A limit is exceeded.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
108
|
+
* <p>One or more preconditions aren't met.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
111
|
+
* <p>One or more resources can't be found.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
114
|
+
* <p>Access is throttled.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link QuickSightServiceException}
|
|
117
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
118
|
+
*
|
|
119
|
+
*
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
export declare class UpdateKnowledgeBasePermissionsCommand extends UpdateKnowledgeBasePermissionsCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: UpdateKnowledgeBasePermissionsRequest;
|
|
127
|
+
output: UpdateKnowledgeBasePermissionsResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: UpdateKnowledgeBasePermissionsCommandInput;
|
|
131
|
+
output: UpdateKnowledgeBasePermissionsCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./BatchCreateTopicReviewedAnswerCommand";
|
|
2
|
+
export * from "./BatchDeleteKnowledgeBaseCommand";
|
|
2
3
|
export * from "./BatchDeleteTopicReviewedAnswerCommand";
|
|
3
4
|
export * from "./CancelIngestionCommand";
|
|
4
5
|
export * from "./CreateAccountCustomizationCommand";
|
|
@@ -51,6 +52,7 @@ export * from "./DeleteGroupCommand";
|
|
|
51
52
|
export * from "./DeleteGroupMembershipCommand";
|
|
52
53
|
export * from "./DeleteIAMPolicyAssignmentCommand";
|
|
53
54
|
export * from "./DeleteIdentityPropagationConfigCommand";
|
|
55
|
+
export * from "./DeleteKnowledgeBaseCommand";
|
|
54
56
|
export * from "./DeleteNamespaceCommand";
|
|
55
57
|
export * from "./DeleteOAuthClientApplicationCommand";
|
|
56
58
|
export * from "./DeleteRefreshScheduleCommand";
|
|
@@ -107,6 +109,8 @@ export * from "./DescribeIAMPolicyAssignmentCommand";
|
|
|
107
109
|
export * from "./DescribeIngestionCommand";
|
|
108
110
|
export * from "./DescribeIpRestrictionCommand";
|
|
109
111
|
export * from "./DescribeKeyRegistrationCommand";
|
|
112
|
+
export * from "./DescribeKnowledgeBaseCommand";
|
|
113
|
+
export * from "./DescribeKnowledgeBasePermissionsCommand";
|
|
110
114
|
export * from "./DescribeNamespaceCommand";
|
|
111
115
|
export * from "./DescribeOAuthClientApplicationCommand";
|
|
112
116
|
export * from "./DescribeQPersonalizationConfigurationCommand";
|
|
@@ -158,6 +162,7 @@ export * from "./ListIAMPolicyAssignmentsCommand";
|
|
|
158
162
|
export * from "./ListIAMPolicyAssignmentsForUserCommand";
|
|
159
163
|
export * from "./ListIdentityPropagationConfigsCommand";
|
|
160
164
|
export * from "./ListIngestionsCommand";
|
|
165
|
+
export * from "./ListKnowledgeBasesCommand";
|
|
161
166
|
export * from "./ListNamespacesCommand";
|
|
162
167
|
export * from "./ListOAuthClientApplicationsCommand";
|
|
163
168
|
export * from "./ListRefreshSchedulesCommand";
|
|
@@ -177,6 +182,7 @@ export * from "./ListTopicReviewedAnswersCommand";
|
|
|
177
182
|
export * from "./ListTopicsCommand";
|
|
178
183
|
export * from "./ListUserGroupsCommand";
|
|
179
184
|
export * from "./ListUsersCommand";
|
|
185
|
+
export * from "./ListUsersIndexCapacityCommand";
|
|
180
186
|
export * from "./ListVPCConnectionsCommand";
|
|
181
187
|
export * from "./PredictQAResultsCommand";
|
|
182
188
|
export * from "./PutDataSetRefreshPropertiesCommand";
|
|
@@ -191,6 +197,7 @@ export * from "./SearchDataSourcesCommand";
|
|
|
191
197
|
export * from "./SearchFlowsCommand";
|
|
192
198
|
export * from "./SearchFoldersCommand";
|
|
193
199
|
export * from "./SearchGroupsCommand";
|
|
200
|
+
export * from "./SearchKnowledgeBasesCommand";
|
|
194
201
|
export * from "./SearchSpacesCommand";
|
|
195
202
|
export * from "./SearchTopicsCommand";
|
|
196
203
|
export * from "./StartAssetBundleExportJobCommand";
|
|
@@ -233,6 +240,7 @@ export * from "./UpdateIAMPolicyAssignmentCommand";
|
|
|
233
240
|
export * from "./UpdateIdentityPropagationConfigCommand";
|
|
234
241
|
export * from "./UpdateIpRestrictionCommand";
|
|
235
242
|
export * from "./UpdateKeyRegistrationCommand";
|
|
243
|
+
export * from "./UpdateKnowledgeBasePermissionsCommand";
|
|
236
244
|
export * from "./UpdateOAuthClientApplicationCommand";
|
|
237
245
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
238
246
|
export * from "./UpdateQPersonalizationConfigurationCommand";
|
|
@@ -2370,6 +2370,18 @@ export declare const AssignmentStatus: {
|
|
|
2370
2370
|
* @public
|
|
2371
2371
|
*/
|
|
2372
2372
|
export type AssignmentStatus = (typeof AssignmentStatus)[keyof typeof AssignmentStatus];
|
|
2373
|
+
/**
|
|
2374
|
+
* @public
|
|
2375
|
+
* @enum
|
|
2376
|
+
*/
|
|
2377
|
+
export declare const AudioExtractionStatus: {
|
|
2378
|
+
readonly DISABLED: "DISABLED";
|
|
2379
|
+
readonly ENABLED: "ENABLED";
|
|
2380
|
+
};
|
|
2381
|
+
/**
|
|
2382
|
+
* @public
|
|
2383
|
+
*/
|
|
2384
|
+
export type AudioExtractionStatus = (typeof AudioExtractionStatus)[keyof typeof AudioExtractionStatus];
|
|
2373
2385
|
/**
|
|
2374
2386
|
* @public
|
|
2375
2387
|
* @enum
|
|
@@ -3514,6 +3526,21 @@ export declare const DataSetFilterAttribute: {
|
|
|
3514
3526
|
* @public
|
|
3515
3527
|
*/
|
|
3516
3528
|
export type DataSetFilterAttribute = (typeof DataSetFilterAttribute)[keyof typeof DataSetFilterAttribute];
|
|
3529
|
+
/**
|
|
3530
|
+
* @public
|
|
3531
|
+
* @enum
|
|
3532
|
+
*/
|
|
3533
|
+
export declare const DataSetStatus: {
|
|
3534
|
+
readonly ACTIVE: "ACTIVE";
|
|
3535
|
+
readonly CREATING: "CREATING";
|
|
3536
|
+
readonly DELETING: "DELETING";
|
|
3537
|
+
readonly FAILED: "FAILED";
|
|
3538
|
+
readonly UPDATING: "UPDATING";
|
|
3539
|
+
};
|
|
3540
|
+
/**
|
|
3541
|
+
* @public
|
|
3542
|
+
*/
|
|
3543
|
+
export type DataSetStatus = (typeof DataSetStatus)[keyof typeof DataSetStatus];
|
|
3517
3544
|
/**
|
|
3518
3545
|
* @public
|
|
3519
3546
|
* @enum
|
|
@@ -3679,6 +3706,60 @@ export declare const QDataKeyType: {
|
|
|
3679
3706
|
* @public
|
|
3680
3707
|
*/
|
|
3681
3708
|
export type QDataKeyType = (typeof QDataKeyType)[keyof typeof QDataKeyType];
|
|
3709
|
+
/**
|
|
3710
|
+
* @public
|
|
3711
|
+
* @enum
|
|
3712
|
+
*/
|
|
3713
|
+
export declare const KbIngestionStatus: {
|
|
3714
|
+
readonly CANCELLED: "CANCELLED";
|
|
3715
|
+
readonly CANCELLING: "CANCELLING";
|
|
3716
|
+
readonly COMPLETED: "COMPLETED";
|
|
3717
|
+
readonly FAILED: "FAILED";
|
|
3718
|
+
readonly INCOMPLETE: "INCOMPLETE";
|
|
3719
|
+
readonly QUEUED: "QUEUED";
|
|
3720
|
+
readonly RUNNING: "RUNNING";
|
|
3721
|
+
readonly TIMEOUT: "TIMEOUT";
|
|
3722
|
+
};
|
|
3723
|
+
/**
|
|
3724
|
+
* @public
|
|
3725
|
+
*/
|
|
3726
|
+
export type KbIngestionStatus = (typeof KbIngestionStatus)[keyof typeof KbIngestionStatus];
|
|
3727
|
+
/**
|
|
3728
|
+
* @public
|
|
3729
|
+
* @enum
|
|
3730
|
+
*/
|
|
3731
|
+
export declare const ImageExtractionStatus: {
|
|
3732
|
+
readonly DISABLED: "DISABLED";
|
|
3733
|
+
readonly ENABLED: "ENABLED";
|
|
3734
|
+
};
|
|
3735
|
+
/**
|
|
3736
|
+
* @public
|
|
3737
|
+
*/
|
|
3738
|
+
export type ImageExtractionStatus = (typeof ImageExtractionStatus)[keyof typeof ImageExtractionStatus];
|
|
3739
|
+
/**
|
|
3740
|
+
* @public
|
|
3741
|
+
* @enum
|
|
3742
|
+
*/
|
|
3743
|
+
export declare const VideoExtractionStatus: {
|
|
3744
|
+
readonly DISABLED: "DISABLED";
|
|
3745
|
+
readonly ENABLED: "ENABLED";
|
|
3746
|
+
};
|
|
3747
|
+
/**
|
|
3748
|
+
* @public
|
|
3749
|
+
*/
|
|
3750
|
+
export type VideoExtractionStatus = (typeof VideoExtractionStatus)[keyof typeof VideoExtractionStatus];
|
|
3751
|
+
/**
|
|
3752
|
+
* @public
|
|
3753
|
+
* @enum
|
|
3754
|
+
*/
|
|
3755
|
+
export declare const VideoExtractionType: {
|
|
3756
|
+
readonly AUDIO_TRANSCRIPTION_ONLY: "AUDIO_TRANSCRIPTION_ONLY";
|
|
3757
|
+
readonly VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION: "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION";
|
|
3758
|
+
};
|
|
3759
|
+
/**
|
|
3760
|
+
* @public
|
|
3761
|
+
*/
|
|
3762
|
+
export type VideoExtractionType = (typeof VideoExtractionType)[keyof typeof VideoExtractionType];
|
|
3682
3763
|
/**
|
|
3683
3764
|
* @public
|
|
3684
3765
|
* @enum
|
|
@@ -3952,6 +4033,61 @@ export declare const IncludeQuickSightQIndex: {
|
|
|
3952
4033
|
* @public
|
|
3953
4034
|
*/
|
|
3954
4035
|
export type IncludeQuickSightQIndex = (typeof IncludeQuickSightQIndex)[keyof typeof IncludeQuickSightQIndex];
|
|
4036
|
+
/**
|
|
4037
|
+
* @public
|
|
4038
|
+
* @enum
|
|
4039
|
+
*/
|
|
4040
|
+
export declare const KnowledgeBaseSearchFilterName: {
|
|
4041
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
4042
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
4043
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
4044
|
+
readonly KNOWLEDGE_BASE_ID: "KNOWLEDGE_BASE_ID";
|
|
4045
|
+
readonly KNOWLEDGE_BASE_NAME: "KNOWLEDGE_BASE_NAME";
|
|
4046
|
+
readonly KNOWLEDGE_BASE_SIZE_BYTES: "KNOWLEDGE_BASE_SIZE_BYTES";
|
|
4047
|
+
readonly PRIMARY_OWNER: "PRIMARY_OWNER";
|
|
4048
|
+
};
|
|
4049
|
+
/**
|
|
4050
|
+
* @public
|
|
4051
|
+
*/
|
|
4052
|
+
export type KnowledgeBaseSearchFilterName = (typeof KnowledgeBaseSearchFilterName)[keyof typeof KnowledgeBaseSearchFilterName];
|
|
4053
|
+
/**
|
|
4054
|
+
* @public
|
|
4055
|
+
* @enum
|
|
4056
|
+
*/
|
|
4057
|
+
export declare const KnowledgeBaseSearchOperator: {
|
|
4058
|
+
readonly GREATER_THAN_OR_EQUALS: "GREATER_THAN_OR_EQUALS";
|
|
4059
|
+
readonly LESS_THAN_OR_EQUALS: "LESS_THAN_OR_EQUALS";
|
|
4060
|
+
readonly STRING_EQUALS: "STRING_EQUALS";
|
|
4061
|
+
readonly STRING_LIKE: "STRING_LIKE";
|
|
4062
|
+
};
|
|
4063
|
+
/**
|
|
4064
|
+
* @public
|
|
4065
|
+
*/
|
|
4066
|
+
export type KnowledgeBaseSearchOperator = (typeof KnowledgeBaseSearchOperator)[keyof typeof KnowledgeBaseSearchOperator];
|
|
4067
|
+
/**
|
|
4068
|
+
* @public
|
|
4069
|
+
* @enum
|
|
4070
|
+
*/
|
|
4071
|
+
export declare const KnowledgeBaseSortByField: {
|
|
4072
|
+
readonly CREATED_AT: "CREATED_AT";
|
|
4073
|
+
readonly KNOWLEDGE_BASE_SIZE_BYTES: "KNOWLEDGE_BASE_SIZE_BYTES";
|
|
4074
|
+
};
|
|
4075
|
+
/**
|
|
4076
|
+
* @public
|
|
4077
|
+
*/
|
|
4078
|
+
export type KnowledgeBaseSortByField = (typeof KnowledgeBaseSortByField)[keyof typeof KnowledgeBaseSortByField];
|
|
4079
|
+
/**
|
|
4080
|
+
* @public
|
|
4081
|
+
* @enum
|
|
4082
|
+
*/
|
|
4083
|
+
export declare const SortOrder: {
|
|
4084
|
+
readonly ASC: "ASC";
|
|
4085
|
+
readonly DESC: "DESC";
|
|
4086
|
+
};
|
|
4087
|
+
/**
|
|
4088
|
+
* @public
|
|
4089
|
+
*/
|
|
4090
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
3955
4091
|
/**
|
|
3956
4092
|
* @public
|
|
3957
4093
|
* @enum
|
|
@@ -3967,6 +4103,29 @@ export declare const SelfUpgradeRequestStatus: {
|
|
|
3967
4103
|
* @public
|
|
3968
4104
|
*/
|
|
3969
4105
|
export type SelfUpgradeRequestStatus = (typeof SelfUpgradeRequestStatus)[keyof typeof SelfUpgradeRequestStatus];
|
|
4106
|
+
/**
|
|
4107
|
+
* @public
|
|
4108
|
+
* @enum
|
|
4109
|
+
*/
|
|
4110
|
+
export declare const UserIndexCapacitySortBy: {
|
|
4111
|
+
readonly TOTAL_CAPACITY_BYTES: "TOTAL_CAPACITY_BYTES";
|
|
4112
|
+
};
|
|
4113
|
+
/**
|
|
4114
|
+
* @public
|
|
4115
|
+
*/
|
|
4116
|
+
export type UserIndexCapacitySortBy = (typeof UserIndexCapacitySortBy)[keyof typeof UserIndexCapacitySortBy];
|
|
4117
|
+
/**
|
|
4118
|
+
* @public
|
|
4119
|
+
* @enum
|
|
4120
|
+
*/
|
|
4121
|
+
export declare const UserIndexCapacitySortOrder: {
|
|
4122
|
+
readonly ASC: "ASC";
|
|
4123
|
+
readonly DESC: "DESC";
|
|
4124
|
+
};
|
|
4125
|
+
/**
|
|
4126
|
+
* @public
|
|
4127
|
+
*/
|
|
4128
|
+
export type UserIndexCapacitySortOrder = (typeof UserIndexCapacitySortOrder)[keyof typeof UserIndexCapacitySortOrder];
|
|
3970
4129
|
/**
|
|
3971
4130
|
* @public
|
|
3972
4131
|
* @enum
|