@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 { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
2
|
import {
|
|
3
|
+
AgentStatus,
|
|
3
4
|
AssignmentStatus,
|
|
4
5
|
DashboardsQAStatus,
|
|
5
6
|
DataSetImportMode,
|
|
@@ -18,11 +19,18 @@ import {
|
|
|
18
19
|
VPCConnectionAvailabilityStatus,
|
|
19
20
|
VPCConnectionResourceStatus,
|
|
20
21
|
} from "./enums";
|
|
22
|
+
import { AccountCustomization } from "./models_0";
|
|
21
23
|
import {
|
|
22
24
|
_Parameters,
|
|
25
|
+
AnalysisDefinition,
|
|
26
|
+
AnalysisSourceEntity,
|
|
27
|
+
AuthConfig,
|
|
28
|
+
BrandDefinition,
|
|
29
|
+
BrandDetail,
|
|
23
30
|
Capabilities,
|
|
24
31
|
ColumnGroup,
|
|
25
32
|
ColumnLevelPermissionRule,
|
|
33
|
+
CustomPromptInput,
|
|
26
34
|
DashboardPublishOptions,
|
|
27
35
|
DashboardSourceEntity,
|
|
28
36
|
DashboardVersionDefinition,
|
|
@@ -30,6 +38,7 @@ import {
|
|
|
30
38
|
LinkSharingConfiguration,
|
|
31
39
|
ResourcePermission,
|
|
32
40
|
SslProperties,
|
|
41
|
+
Tag,
|
|
33
42
|
TopicIR,
|
|
34
43
|
TopicTemplate,
|
|
35
44
|
ValidationStrategy,
|
|
@@ -51,6 +60,7 @@ import {
|
|
|
51
60
|
RowLevelPermissionDataSet,
|
|
52
61
|
RowLevelPermissionTagConfiguration,
|
|
53
62
|
SemanticModelConfiguration,
|
|
63
|
+
SnapshotConfiguration,
|
|
54
64
|
TemplateAlias,
|
|
55
65
|
TemplateSourceEntity,
|
|
56
66
|
TemplateVersionDefinition,
|
|
@@ -62,11 +72,197 @@ import {
|
|
|
62
72
|
import {
|
|
63
73
|
FailedKeyRegistrationEntry,
|
|
64
74
|
FailedSpaceResourceOperation,
|
|
75
|
+
FailedToUpdateAssociation,
|
|
65
76
|
RegisteredCustomerManagedKey,
|
|
66
77
|
SelfUpgradeRequestDetail,
|
|
78
|
+
SnapshotAnonymousUser,
|
|
67
79
|
SpaceQuickSightResourceDetails,
|
|
68
80
|
User,
|
|
69
81
|
} from "./models_4";
|
|
82
|
+
export interface SnapshotUserConfiguration {
|
|
83
|
+
AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface StartDashboardSnapshotJobRequest {
|
|
86
|
+
AwsAccountId: string | undefined;
|
|
87
|
+
DashboardId: string | undefined;
|
|
88
|
+
SnapshotJobId: string | undefined;
|
|
89
|
+
UserConfiguration?: SnapshotUserConfiguration | undefined;
|
|
90
|
+
SnapshotConfiguration: SnapshotConfiguration | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface StartDashboardSnapshotJobResponse {
|
|
93
|
+
Arn?: string | undefined;
|
|
94
|
+
SnapshotJobId?: string | undefined;
|
|
95
|
+
RequestId?: string | undefined;
|
|
96
|
+
Status?: number | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface StartDashboardSnapshotJobScheduleRequest {
|
|
99
|
+
AwsAccountId: string | undefined;
|
|
100
|
+
DashboardId: string | undefined;
|
|
101
|
+
ScheduleId: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface StartDashboardSnapshotJobScheduleResponse {
|
|
104
|
+
RequestId?: string | undefined;
|
|
105
|
+
Status?: number | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface TagResourceRequest {
|
|
108
|
+
ResourceArn: string | undefined;
|
|
109
|
+
Tags: Tag[] | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface TagResourceResponse {
|
|
112
|
+
RequestId?: string | undefined;
|
|
113
|
+
Status?: number | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface UntagResourceRequest {
|
|
116
|
+
ResourceArn: string | undefined;
|
|
117
|
+
TagKeys: string[] | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface UntagResourceResponse {
|
|
120
|
+
RequestId?: string | undefined;
|
|
121
|
+
Status?: number | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface UpdateAccountCustomizationRequest {
|
|
124
|
+
AwsAccountId: string | undefined;
|
|
125
|
+
Namespace?: string | undefined;
|
|
126
|
+
AccountCustomization: AccountCustomization | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface UpdateAccountCustomizationResponse {
|
|
129
|
+
Arn?: string | undefined;
|
|
130
|
+
AwsAccountId?: string | undefined;
|
|
131
|
+
Namespace?: string | undefined;
|
|
132
|
+
AccountCustomization?: AccountCustomization | undefined;
|
|
133
|
+
RequestId?: string | undefined;
|
|
134
|
+
Status?: number | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface UpdateAccountCustomPermissionRequest {
|
|
137
|
+
CustomPermissionsName: string | undefined;
|
|
138
|
+
AwsAccountId: string | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface UpdateAccountCustomPermissionResponse {
|
|
141
|
+
RequestId?: string | undefined;
|
|
142
|
+
Status?: number | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface UpdateAccountSettingsRequest {
|
|
145
|
+
AwsAccountId: string | undefined;
|
|
146
|
+
DefaultNamespace: string | undefined;
|
|
147
|
+
NotificationEmail?: string | undefined;
|
|
148
|
+
TerminationProtectionEnabled?: boolean | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface UpdateAccountSettingsResponse {
|
|
151
|
+
RequestId?: string | undefined;
|
|
152
|
+
Status?: number | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface UpdateActionConnectorRequest {
|
|
155
|
+
AwsAccountId: string | undefined;
|
|
156
|
+
ActionConnectorId: string | undefined;
|
|
157
|
+
Name: string | undefined;
|
|
158
|
+
AuthenticationConfig: AuthConfig | undefined;
|
|
159
|
+
Description?: string | undefined;
|
|
160
|
+
VpcConnectionArn?: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface UpdateActionConnectorResponse {
|
|
163
|
+
Arn?: string | undefined;
|
|
164
|
+
ActionConnectorId?: string | undefined;
|
|
165
|
+
RequestId?: string | undefined;
|
|
166
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
167
|
+
Status?: number | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface UpdateActionConnectorPermissionsRequest {
|
|
170
|
+
AwsAccountId: string | undefined;
|
|
171
|
+
ActionConnectorId: string | undefined;
|
|
172
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
173
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface UpdateActionConnectorPermissionsResponse {
|
|
176
|
+
Arn?: string | undefined;
|
|
177
|
+
ActionConnectorId?: string | undefined;
|
|
178
|
+
RequestId?: string | undefined;
|
|
179
|
+
Status?: number | undefined;
|
|
180
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface UpdateAgentRequest {
|
|
183
|
+
AgentId: string | undefined;
|
|
184
|
+
AwsAccountId: string | undefined;
|
|
185
|
+
Name: string | undefined;
|
|
186
|
+
Description?: string | undefined;
|
|
187
|
+
IconId?: string | undefined;
|
|
188
|
+
StarterPrompts?: string[] | undefined;
|
|
189
|
+
WelcomeMessage?: string | undefined;
|
|
190
|
+
CustomPromptInput?: CustomPromptInput | undefined;
|
|
191
|
+
SpacesToAdd?: string[] | undefined;
|
|
192
|
+
SpacesToRemove?: string[] | undefined;
|
|
193
|
+
ActionConnectorsToAdd?: string[] | undefined;
|
|
194
|
+
ActionConnectorsToRemove?: string[] | undefined;
|
|
195
|
+
}
|
|
196
|
+
export interface UpdateAgentResponse {
|
|
197
|
+
Arn: string | undefined;
|
|
198
|
+
AgentId: string | undefined;
|
|
199
|
+
AgentStatus: AgentStatus | undefined;
|
|
200
|
+
FailedToAddSpaces?: FailedToUpdateAssociation[] | undefined;
|
|
201
|
+
FailedToRemoveSpaces?: FailedToUpdateAssociation[] | undefined;
|
|
202
|
+
FailedToAddActionConnectors?: FailedToUpdateAssociation[] | undefined;
|
|
203
|
+
FailedToRemoveActionConnectors?: FailedToUpdateAssociation[] | undefined;
|
|
204
|
+
RequestId?: string | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface UpdateAgentPermissionsRequest {
|
|
207
|
+
AgentId: string | undefined;
|
|
208
|
+
AwsAccountId: string | undefined;
|
|
209
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
210
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface UpdateAgentPermissionsResponse {
|
|
213
|
+
Arn: string | undefined;
|
|
214
|
+
AgentId: string | undefined;
|
|
215
|
+
RequestId?: string | undefined;
|
|
216
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface UpdateAnalysisRequest {
|
|
219
|
+
AwsAccountId: string | undefined;
|
|
220
|
+
AnalysisId: string | undefined;
|
|
221
|
+
Name: string | undefined;
|
|
222
|
+
Parameters?: _Parameters | undefined;
|
|
223
|
+
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
224
|
+
ThemeArn?: string | undefined;
|
|
225
|
+
Definition?: AnalysisDefinition | undefined;
|
|
226
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface UpdateAnalysisResponse {
|
|
229
|
+
Arn?: string | undefined;
|
|
230
|
+
AnalysisId?: string | undefined;
|
|
231
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
232
|
+
Status?: number | undefined;
|
|
233
|
+
RequestId?: string | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface UpdateAnalysisPermissionsRequest {
|
|
236
|
+
AwsAccountId: string | undefined;
|
|
237
|
+
AnalysisId: string | undefined;
|
|
238
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
239
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface UpdateAnalysisPermissionsResponse {
|
|
242
|
+
AnalysisArn?: string | undefined;
|
|
243
|
+
AnalysisId?: string | undefined;
|
|
244
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
245
|
+
RequestId?: string | undefined;
|
|
246
|
+
Status?: number | undefined;
|
|
247
|
+
}
|
|
248
|
+
export interface UpdateApplicationWithTokenExchangeGrantRequest {
|
|
249
|
+
AwsAccountId: string | undefined;
|
|
250
|
+
Namespace: string | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface UpdateApplicationWithTokenExchangeGrantResponse {
|
|
253
|
+
Status?: number | undefined;
|
|
254
|
+
RequestId?: string | undefined;
|
|
255
|
+
}
|
|
256
|
+
export interface UpdateBrandRequest {
|
|
257
|
+
AwsAccountId: string | undefined;
|
|
258
|
+
BrandId: string | undefined;
|
|
259
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
260
|
+
}
|
|
261
|
+
export interface UpdateBrandResponse {
|
|
262
|
+
RequestId?: string | undefined;
|
|
263
|
+
BrandDetail?: BrandDetail | undefined;
|
|
264
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
265
|
+
}
|
|
70
266
|
export interface UpdateBrandAssignmentRequest {
|
|
71
267
|
AwsAccountId: string | undefined;
|
|
72
268
|
BrandArn: string | undefined;
|
|
@@ -351,6 +547,19 @@ export interface UpdateKeyRegistrationResponse {
|
|
|
351
547
|
SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
|
|
352
548
|
RequestId?: string | undefined;
|
|
353
549
|
}
|
|
550
|
+
export interface UpdateKnowledgeBasePermissionsRequest {
|
|
551
|
+
AwsAccountId: string | undefined;
|
|
552
|
+
KnowledgeBaseId: string | undefined;
|
|
553
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
554
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
555
|
+
}
|
|
556
|
+
export interface UpdateKnowledgeBasePermissionsResponse {
|
|
557
|
+
KnowledgeBaseArn: string | undefined;
|
|
558
|
+
KnowledgeBaseId: string | undefined;
|
|
559
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
560
|
+
RequestId?: string | undefined;
|
|
561
|
+
Status?: number | undefined;
|
|
562
|
+
}
|
|
354
563
|
export interface UpdateOAuthClientApplicationRequest {
|
|
355
564
|
AwsAccountId: string | undefined;
|
|
356
565
|
OAuthClientApplicationId: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListKnowledgeBasesCommandInput,
|
|
4
|
+
ListKnowledgeBasesCommandOutput,
|
|
5
|
+
} from "../commands/ListKnowledgeBasesCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListKnowledgeBases: (
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListKnowledgeBasesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListKnowledgeBasesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchKnowledgeBasesCommandInput,
|
|
4
|
+
SearchKnowledgeBasesCommandOutput,
|
|
5
|
+
} from "../commands/SearchKnowledgeBasesCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateSearchKnowledgeBases: (
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: SearchKnowledgeBasesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchKnowledgeBasesCommandOutput>;
|
|
@@ -20,6 +20,7 @@ export * from "./ListGroupsPaginator";
|
|
|
20
20
|
export * from "./ListIAMPolicyAssignmentsPaginator";
|
|
21
21
|
export * from "./ListIAMPolicyAssignmentsForUserPaginator";
|
|
22
22
|
export * from "./ListIngestionsPaginator";
|
|
23
|
+
export * from "./ListKnowledgeBasesPaginator";
|
|
23
24
|
export * from "./ListNamespacesPaginator";
|
|
24
25
|
export * from "./ListOAuthClientApplicationsPaginator";
|
|
25
26
|
export * from "./ListRoleMembershipsPaginator";
|
|
@@ -40,4 +41,5 @@ export * from "./SearchDataSourcesPaginator";
|
|
|
40
41
|
export * from "./SearchFlowsPaginator";
|
|
41
42
|
export * from "./SearchFoldersPaginator";
|
|
42
43
|
export * from "./SearchGroupsPaginator";
|
|
44
|
+
export * from "./SearchKnowledgeBasesPaginator";
|
|
43
45
|
export * from "./SearchTopicsPaginator";
|
|
@@ -131,6 +131,7 @@ export declare var AssetBundleResourcePermissions$: StaticStructureSchema;
|
|
|
131
131
|
export declare var AssetOptions$: StaticStructureSchema;
|
|
132
132
|
export declare var AthenaParameters$: StaticStructureSchema;
|
|
133
133
|
export declare var AttributeAggregationFunction$: StaticStructureSchema;
|
|
134
|
+
export declare var AudioExtractionConfiguration$: StaticStructureSchema;
|
|
134
135
|
export declare var AuroraParameters$: StaticStructureSchema;
|
|
135
136
|
export declare var AuroraPostgreSqlParameters$: StaticStructureSchema;
|
|
136
137
|
export declare var AuthConfig$: StaticStructureSchema;
|
|
@@ -160,6 +161,10 @@ export declare var BarSeriesItem$: StaticStructureSchema;
|
|
|
160
161
|
export declare var BasicAuthConnectionMetadata$: StaticStructureSchema;
|
|
161
162
|
export declare var BatchCreateTopicReviewedAnswerRequest$: StaticStructureSchema;
|
|
162
163
|
export declare var BatchCreateTopicReviewedAnswerResponse$: StaticStructureSchema;
|
|
164
|
+
export declare var BatchDeleteKnowledgeBaseFailure$: StaticStructureSchema;
|
|
165
|
+
export declare var BatchDeleteKnowledgeBaseRequest$: StaticStructureSchema;
|
|
166
|
+
export declare var BatchDeleteKnowledgeBaseResponse$: StaticStructureSchema;
|
|
167
|
+
export declare var BatchDeleteKnowledgeBaseSuccess$: StaticStructureSchema;
|
|
163
168
|
export declare var BatchDeleteTopicReviewedAnswerRequest$: StaticStructureSchema;
|
|
164
169
|
export declare var BatchDeleteTopicReviewedAnswerResponse$: StaticStructureSchema;
|
|
165
170
|
export declare var BigQueryParameters$: StaticStructureSchema;
|
|
@@ -193,6 +198,7 @@ export declare var CalculatedMeasureField$: StaticStructureSchema;
|
|
|
193
198
|
export declare var CancelIngestionRequest$: StaticStructureSchema;
|
|
194
199
|
export declare var CancelIngestionResponse$: StaticStructureSchema;
|
|
195
200
|
export declare var Capabilities$: StaticStructureSchema;
|
|
201
|
+
export declare var CapacityBytesRangeFilter$: StaticStructureSchema;
|
|
196
202
|
export declare var CascadingControlConfiguration$: StaticStructureSchema;
|
|
197
203
|
export declare var CascadingControlSource$: StaticStructureSchema;
|
|
198
204
|
export declare var CastColumnTypeOperation$: StaticStructureSchema;
|
|
@@ -492,6 +498,8 @@ export declare var DeleteIAMPolicyAssignmentRequest$: StaticStructureSchema;
|
|
|
492
498
|
export declare var DeleteIAMPolicyAssignmentResponse$: StaticStructureSchema;
|
|
493
499
|
export declare var DeleteIdentityPropagationConfigRequest$: StaticStructureSchema;
|
|
494
500
|
export declare var DeleteIdentityPropagationConfigResponse$: StaticStructureSchema;
|
|
501
|
+
export declare var DeleteKnowledgeBaseRequest$: StaticStructureSchema;
|
|
502
|
+
export declare var DeleteKnowledgeBaseResponse$: StaticStructureSchema;
|
|
495
503
|
export declare var DeleteNamespaceRequest$: StaticStructureSchema;
|
|
496
504
|
export declare var DeleteNamespaceResponse$: StaticStructureSchema;
|
|
497
505
|
export declare var DeleteOAuthClientApplicationRequest$: StaticStructureSchema;
|
|
@@ -604,6 +612,10 @@ export declare var DescribeIpRestrictionRequest$: StaticStructureSchema;
|
|
|
604
612
|
export declare var DescribeIpRestrictionResponse$: StaticStructureSchema;
|
|
605
613
|
export declare var DescribeKeyRegistrationRequest$: StaticStructureSchema;
|
|
606
614
|
export declare var DescribeKeyRegistrationResponse$: StaticStructureSchema;
|
|
615
|
+
export declare var DescribeKnowledgeBasePermissionsRequest$: StaticStructureSchema;
|
|
616
|
+
export declare var DescribeKnowledgeBasePermissionsResponse$: StaticStructureSchema;
|
|
617
|
+
export declare var DescribeKnowledgeBaseRequest$: StaticStructureSchema;
|
|
618
|
+
export declare var DescribeKnowledgeBaseResponse$: StaticStructureSchema;
|
|
607
619
|
export declare var DescribeNamespaceRequest$: StaticStructureSchema;
|
|
608
620
|
export declare var DescribeNamespaceResponse$: StaticStructureSchema;
|
|
609
621
|
export declare var DescribeOAuthClientApplicationRequest$: StaticStructureSchema;
|
|
@@ -838,6 +850,7 @@ export declare var Image$: StaticStructureSchema;
|
|
|
838
850
|
export declare var ImageConfiguration$: StaticStructureSchema;
|
|
839
851
|
export declare var ImageCustomAction$: StaticStructureSchema;
|
|
840
852
|
export declare var ImageCustomActionOperation$: StaticStructureSchema;
|
|
853
|
+
export declare var ImageExtractionConfiguration$: StaticStructureSchema;
|
|
841
854
|
export declare var ImageInteractionOptions$: StaticStructureSchema;
|
|
842
855
|
export declare var ImageMenuOption$: StaticStructureSchema;
|
|
843
856
|
export declare var ImageSet$: StaticStructureSchema;
|
|
@@ -866,7 +879,14 @@ export declare var JoinInstruction$: StaticStructureSchema;
|
|
|
866
879
|
export declare var JoinKeyProperties$: StaticStructureSchema;
|
|
867
880
|
export declare var JoinOperandProperties$: StaticStructureSchema;
|
|
868
881
|
export declare var JoinOperation$: StaticStructureSchema;
|
|
882
|
+
export declare var KbTemplateConfiguration$: StaticStructureSchema;
|
|
869
883
|
export declare var KeyPairCredentials$: StaticStructureSchema;
|
|
884
|
+
export declare var KnowledgeBase$: StaticStructureSchema;
|
|
885
|
+
export declare var KnowledgeBaseConfiguration$: StaticStructureSchema;
|
|
886
|
+
export declare var KnowledgeBaseIngestionSummary$: StaticStructureSchema;
|
|
887
|
+
export declare var KnowledgeBaseSearchFilter$: StaticStructureSchema;
|
|
888
|
+
export declare var KnowledgeBaseSortBy$: StaticStructureSchema;
|
|
889
|
+
export declare var KnowledgeBaseSummary$: StaticStructureSchema;
|
|
870
890
|
export declare var KPIActualValueConditionalFormatting$: StaticStructureSchema;
|
|
871
891
|
export declare var KPIComparisonValueConditionalFormatting$: StaticStructureSchema;
|
|
872
892
|
export declare var KPIConditionalFormatting$: StaticStructureSchema;
|
|
@@ -944,6 +964,8 @@ export declare var ListIdentityPropagationConfigsRequest$: StaticStructureSchema
|
|
|
944
964
|
export declare var ListIdentityPropagationConfigsResponse$: StaticStructureSchema;
|
|
945
965
|
export declare var ListIngestionsRequest$: StaticStructureSchema;
|
|
946
966
|
export declare var ListIngestionsResponse$: StaticStructureSchema;
|
|
967
|
+
export declare var ListKnowledgeBasesRequest$: StaticStructureSchema;
|
|
968
|
+
export declare var ListKnowledgeBasesResponse$: StaticStructureSchema;
|
|
947
969
|
export declare var ListNamespacesRequest$: StaticStructureSchema;
|
|
948
970
|
export declare var ListNamespacesResponse$: StaticStructureSchema;
|
|
949
971
|
export declare var ListOAuthClientApplicationsRequest$: StaticStructureSchema;
|
|
@@ -980,6 +1002,8 @@ export declare var ListTopicsRequest$: StaticStructureSchema;
|
|
|
980
1002
|
export declare var ListTopicsResponse$: StaticStructureSchema;
|
|
981
1003
|
export declare var ListUserGroupsRequest$: StaticStructureSchema;
|
|
982
1004
|
export declare var ListUserGroupsResponse$: StaticStructureSchema;
|
|
1005
|
+
export declare var ListUsersIndexCapacityRequest$: StaticStructureSchema;
|
|
1006
|
+
export declare var ListUsersIndexCapacityResponse$: StaticStructureSchema;
|
|
983
1007
|
export declare var ListUsersRequest$: StaticStructureSchema;
|
|
984
1008
|
export declare var ListUsersResponse$: StaticStructureSchema;
|
|
985
1009
|
export declare var ListVPCConnectionsRequest$: StaticStructureSchema;
|
|
@@ -1001,6 +1025,7 @@ export declare var MariaDbParameters$: StaticStructureSchema;
|
|
|
1001
1025
|
export declare var MaximumLabelType$: StaticStructureSchema;
|
|
1002
1026
|
export declare var MaximumMinimumComputation$: StaticStructureSchema;
|
|
1003
1027
|
export declare var MeasureField$: StaticStructureSchema;
|
|
1028
|
+
export declare var MediaExtractionConfiguration$: StaticStructureSchema;
|
|
1004
1029
|
export declare var MemberIdArnPair$: StaticStructureSchema;
|
|
1005
1030
|
export declare var MetricComparisonComputation$: StaticStructureSchema;
|
|
1006
1031
|
export declare var MinimumLabelType$: StaticStructureSchema;
|
|
@@ -1217,6 +1242,8 @@ export declare var SearchFoldersRequest$: StaticStructureSchema;
|
|
|
1217
1242
|
export declare var SearchFoldersResponse$: StaticStructureSchema;
|
|
1218
1243
|
export declare var SearchGroupsRequest$: StaticStructureSchema;
|
|
1219
1244
|
export declare var SearchGroupsResponse$: StaticStructureSchema;
|
|
1245
|
+
export declare var SearchKnowledgeBasesRequest$: StaticStructureSchema;
|
|
1246
|
+
export declare var SearchKnowledgeBasesResponse$: StaticStructureSchema;
|
|
1220
1247
|
export declare var SearchSpacesRequest$: StaticStructureSchema;
|
|
1221
1248
|
export declare var SearchSpacesResponse$: StaticStructureSchema;
|
|
1222
1249
|
export declare var SearchTopicsRequest$: StaticStructureSchema;
|
|
@@ -1524,6 +1551,8 @@ export declare var UpdateIpRestrictionRequest$: StaticStructureSchema;
|
|
|
1524
1551
|
export declare var UpdateIpRestrictionResponse$: StaticStructureSchema;
|
|
1525
1552
|
export declare var UpdateKeyRegistrationRequest$: StaticStructureSchema;
|
|
1526
1553
|
export declare var UpdateKeyRegistrationResponse$: StaticStructureSchema;
|
|
1554
|
+
export declare var UpdateKnowledgeBasePermissionsRequest$: StaticStructureSchema;
|
|
1555
|
+
export declare var UpdateKnowledgeBasePermissionsResponse$: StaticStructureSchema;
|
|
1527
1556
|
export declare var UpdateOAuthClientApplicationRequest$: StaticStructureSchema;
|
|
1528
1557
|
export declare var UpdateOAuthClientApplicationResponse$: StaticStructureSchema;
|
|
1529
1558
|
export declare var UpdatePublicSharingSettingsRequest$: StaticStructureSchema;
|
|
@@ -1575,8 +1604,11 @@ export declare var UpdateVPCConnectionResponse$: StaticStructureSchema;
|
|
|
1575
1604
|
export declare var UploadedDocumentMetadata$: StaticStructureSchema;
|
|
1576
1605
|
export declare var UploadSettings$: StaticStructureSchema;
|
|
1577
1606
|
export declare var User$: StaticStructureSchema;
|
|
1607
|
+
export declare var UserIndexCapacity$: StaticStructureSchema;
|
|
1608
|
+
export declare var UserNameOrEmailFilter$: StaticStructureSchema;
|
|
1578
1609
|
export declare var ValidationStrategy$: StaticStructureSchema;
|
|
1579
1610
|
export declare var ValueColumnConfiguration$: StaticStructureSchema;
|
|
1611
|
+
export declare var VideoExtractionConfiguration$: StaticStructureSchema;
|
|
1580
1612
|
export declare var VisibleRangeOptions$: StaticStructureSchema;
|
|
1581
1613
|
export declare var Visual$: StaticStructureSchema;
|
|
1582
1614
|
export declare var VisualAxisSortOption$: StaticStructureSchema;
|
|
@@ -1629,7 +1661,9 @@ export declare var ReadClientCredentialsDetails$: StaticUnionSchema;
|
|
|
1629
1661
|
export declare var SpaceQuickSightResourceDetails$: StaticUnionSchema;
|
|
1630
1662
|
export declare var TransformOperation$: StaticUnionSchema;
|
|
1631
1663
|
export declare var UserIdentifier$: StaticUnionSchema;
|
|
1664
|
+
export declare var UserIndexCapacityFilter$: StaticUnionSchema;
|
|
1632
1665
|
export declare var BatchCreateTopicReviewedAnswer$: StaticOperationSchema;
|
|
1666
|
+
export declare var BatchDeleteKnowledgeBase$: StaticOperationSchema;
|
|
1633
1667
|
export declare var BatchDeleteTopicReviewedAnswer$: StaticOperationSchema;
|
|
1634
1668
|
export declare var CancelIngestion$: StaticOperationSchema;
|
|
1635
1669
|
export declare var CreateAccountCustomization$: StaticOperationSchema;
|
|
@@ -1682,6 +1716,7 @@ export declare var DeleteGroup$: StaticOperationSchema;
|
|
|
1682
1716
|
export declare var DeleteGroupMembership$: StaticOperationSchema;
|
|
1683
1717
|
export declare var DeleteIAMPolicyAssignment$: StaticOperationSchema;
|
|
1684
1718
|
export declare var DeleteIdentityPropagationConfig$: StaticOperationSchema;
|
|
1719
|
+
export declare var DeleteKnowledgeBase$: StaticOperationSchema;
|
|
1685
1720
|
export declare var DeleteNamespace$: StaticOperationSchema;
|
|
1686
1721
|
export declare var DeleteOAuthClientApplication$: StaticOperationSchema;
|
|
1687
1722
|
export declare var DeleteRefreshSchedule$: StaticOperationSchema;
|
|
@@ -1738,6 +1773,8 @@ export declare var DescribeIAMPolicyAssignment$: StaticOperationSchema;
|
|
|
1738
1773
|
export declare var DescribeIngestion$: StaticOperationSchema;
|
|
1739
1774
|
export declare var DescribeIpRestriction$: StaticOperationSchema;
|
|
1740
1775
|
export declare var DescribeKeyRegistration$: StaticOperationSchema;
|
|
1776
|
+
export declare var DescribeKnowledgeBase$: StaticOperationSchema;
|
|
1777
|
+
export declare var DescribeKnowledgeBasePermissions$: StaticOperationSchema;
|
|
1741
1778
|
export declare var DescribeNamespace$: StaticOperationSchema;
|
|
1742
1779
|
export declare var DescribeOAuthClientApplication$: StaticOperationSchema;
|
|
1743
1780
|
export declare var DescribeQPersonalizationConfiguration$: StaticOperationSchema;
|
|
@@ -1789,6 +1826,7 @@ export declare var ListIAMPolicyAssignments$: StaticOperationSchema;
|
|
|
1789
1826
|
export declare var ListIAMPolicyAssignmentsForUser$: StaticOperationSchema;
|
|
1790
1827
|
export declare var ListIdentityPropagationConfigs$: StaticOperationSchema;
|
|
1791
1828
|
export declare var ListIngestions$: StaticOperationSchema;
|
|
1829
|
+
export declare var ListKnowledgeBases$: StaticOperationSchema;
|
|
1792
1830
|
export declare var ListNamespaces$: StaticOperationSchema;
|
|
1793
1831
|
export declare var ListOAuthClientApplications$: StaticOperationSchema;
|
|
1794
1832
|
export declare var ListRefreshSchedules$: StaticOperationSchema;
|
|
@@ -1808,6 +1846,7 @@ export declare var ListTopicReviewedAnswers$: StaticOperationSchema;
|
|
|
1808
1846
|
export declare var ListTopics$: StaticOperationSchema;
|
|
1809
1847
|
export declare var ListUserGroups$: StaticOperationSchema;
|
|
1810
1848
|
export declare var ListUsers$: StaticOperationSchema;
|
|
1849
|
+
export declare var ListUsersIndexCapacity$: StaticOperationSchema;
|
|
1811
1850
|
export declare var ListVPCConnections$: StaticOperationSchema;
|
|
1812
1851
|
export declare var PredictQAResults$: StaticOperationSchema;
|
|
1813
1852
|
export declare var PutDataSetRefreshProperties$: StaticOperationSchema;
|
|
@@ -1822,6 +1861,7 @@ export declare var SearchDataSources$: StaticOperationSchema;
|
|
|
1822
1861
|
export declare var SearchFlows$: StaticOperationSchema;
|
|
1823
1862
|
export declare var SearchFolders$: StaticOperationSchema;
|
|
1824
1863
|
export declare var SearchGroups$: StaticOperationSchema;
|
|
1864
|
+
export declare var SearchKnowledgeBases$: StaticOperationSchema;
|
|
1825
1865
|
export declare var SearchSpaces$: StaticOperationSchema;
|
|
1826
1866
|
export declare var SearchTopics$: StaticOperationSchema;
|
|
1827
1867
|
export declare var StartAssetBundleExportJob$: StaticOperationSchema;
|
|
@@ -1864,6 +1904,7 @@ export declare var UpdateIAMPolicyAssignment$: StaticOperationSchema;
|
|
|
1864
1904
|
export declare var UpdateIdentityPropagationConfig$: StaticOperationSchema;
|
|
1865
1905
|
export declare var UpdateIpRestriction$: StaticOperationSchema;
|
|
1866
1906
|
export declare var UpdateKeyRegistration$: StaticOperationSchema;
|
|
1907
|
+
export declare var UpdateKnowledgeBasePermissions$: StaticOperationSchema;
|
|
1867
1908
|
export declare var UpdateOAuthClientApplication$: StaticOperationSchema;
|
|
1868
1909
|
export declare var UpdatePublicSharingSettings$: StaticOperationSchema;
|
|
1869
1910
|
export declare var UpdateQPersonalizationConfiguration$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1063.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.974.18",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.52",
|
|
26
|
+
"@aws-sdk/types": "^3.973.11",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
29
29
|
"@smithy/node-http-handler": "^4.7.6",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
],
|
|
54
54
|
"author": {
|
|
55
55
|
"name": "AWS SDK for JavaScript Team",
|
|
56
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
56
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
57
57
|
},
|
|
58
58
|
"license": "Apache-2.0",
|
|
59
59
|
"browser": {
|