@aws-sdk/client-qbusiness 3.703.0 → 3.707.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 +96 -0
- package/dist-cjs/index.js +797 -42
- package/dist-es/QBusiness.js +24 -0
- package/dist-es/commands/AssociatePermissionCommand.js +22 -0
- package/dist-es/commands/ChatCommand.js +2 -1
- package/dist-es/commands/CreateDataAccessorCommand.js +23 -0
- package/dist-es/commands/DeleteDataAccessorCommand.js +22 -0
- package/dist-es/commands/DisassociatePermissionCommand.js +22 -0
- package/dist-es/commands/GetDataAccessorCommand.js +23 -0
- package/dist-es/commands/GetPolicyCommand.js +22 -0
- package/dist-es/commands/ListDataAccessorsCommand.js +23 -0
- package/dist-es/commands/ListPluginActionsCommand.js +22 -0
- package/dist-es/commands/ListPluginTypeActionsCommand.js +22 -0
- package/dist-es/commands/ListPluginTypeMetadataCommand.js +22 -0
- package/dist-es/commands/SearchRelevantContentCommand.js +22 -0
- package/dist-es/commands/UpdateDataAccessorCommand.js +23 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +59 -52
- package/dist-es/models/models_1.js +54 -0
- package/dist-es/pagination/ListDataAccessorsPaginator.js +4 -0
- package/dist-es/pagination/ListPluginActionsPaginator.js +4 -0
- package/dist-es/pagination/ListPluginTypeActionsPaginator.js +4 -0
- package/dist-es/pagination/ListPluginTypeMetadataPaginator.js +4 -0
- package/dist-es/pagination/SearchRelevantContentPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +451 -4
- package/dist-types/QBusiness.d.ts +85 -0
- package/dist-types/QBusinessClient.d.ts +14 -2
- package/dist-types/commands/AssociatePermissionCommand.d.ts +105 -0
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +2 -2
- package/dist-types/commands/ChatCommand.d.ts +5 -4
- package/dist-types/commands/ChatSyncCommand.d.ts +5 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -3
- package/dist-types/commands/CreateDataAccessorCommand.d.ts +203 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -2
- package/dist-types/commands/CreatePluginCommand.d.ts +9 -3
- package/dist-types/commands/CreateRetrieverCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserCommand.d.ts +2 -2
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +8 -2
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConversationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataAccessorCommand.d.ts +95 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteIndexCommand.d.ts +2 -2
- package/dist-types/commands/DeletePluginCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +2 -2
- package/dist-types/commands/DisassociatePermissionCommand.d.ts +95 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +6 -3
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetDataAccessorCommand.d.ts +191 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/GetGroupCommand.d.ts +2 -2
- package/dist-types/commands/GetIndexCommand.d.ts +2 -2
- package/dist-types/commands/GetMediaCommand.d.ts +2 -2
- package/dist-types/commands/GetPluginCommand.d.ts +9 -3
- package/dist-types/commands/GetPolicyCommand.d.ts +92 -0
- package/dist-types/commands/GetRetrieverCommand.d.ts +2 -2
- package/dist-types/commands/GetUserCommand.d.ts +2 -2
- package/dist-types/commands/GetWebExperienceCommand.d.ts +8 -2
- package/dist-types/commands/ListApplicationsCommand.d.ts +4 -1
- package/dist-types/commands/ListAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/ListConversationsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataAccessorsCommand.d.ts +106 -0
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListDocumentsCommand.d.ts +2 -2
- package/dist-types/commands/ListGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ListIndicesCommand.d.ts +2 -2
- package/dist-types/commands/ListMessagesCommand.d.ts +3 -3
- package/dist-types/commands/ListPluginActionsCommand.d.ts +102 -0
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +98 -0
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +95 -0
- package/dist-types/commands/ListPluginsCommand.d.ts +3 -3
- package/dist-types/commands/ListRetrieversCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +2 -2
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -2
- package/dist-types/commands/PutGroupCommand.d.ts +2 -2
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +214 -0
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +4 -3
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataAccessorCommand.d.ts +186 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIndexCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePluginCommand.d.ts +8 -2
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +8 -2
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +735 -636
- package/dist-types/models/models_1.d.ts +742 -0
- package/dist-types/pagination/ListDataAccessorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPluginActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPluginTypeActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPluginTypeMetadataPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchRelevantContentPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
- package/dist-types/ts3.4/QBusiness.d.ts +205 -0
- package/dist-types/ts3.4/QBusinessClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ChatCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.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/UpdateChatControlsConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +250 -224
- package/dist-types/ts3.4/models/models_1.d.ts +239 -0
- package/dist-types/ts3.4/pagination/ListDataAccessorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPluginActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPluginTypeActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPluginTypeMetadataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchRelevantContentPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -27,6 +27,7 @@ __export(src_exports, {
|
|
|
27
27
|
AccessDeniedException: () => AccessDeniedException,
|
|
28
28
|
ActionPayloadFieldType: () => ActionPayloadFieldType,
|
|
29
29
|
ApplicationStatus: () => ApplicationStatus,
|
|
30
|
+
AssociatePermissionCommand: () => AssociatePermissionCommand,
|
|
30
31
|
AttachmentStatus: () => AttachmentStatus,
|
|
31
32
|
AttachmentsControlMode: () => AttachmentsControlMode,
|
|
32
33
|
AttributeType: () => AttributeType,
|
|
@@ -46,10 +47,13 @@ __export(src_exports, {
|
|
|
46
47
|
ChatOutputStreamFilterSensitiveLog: () => ChatOutputStreamFilterSensitiveLog,
|
|
47
48
|
ChatSyncCommand: () => ChatSyncCommand,
|
|
48
49
|
ConflictException: () => ConflictException,
|
|
50
|
+
ContentSource: () => ContentSource,
|
|
49
51
|
ContentType: () => ContentType,
|
|
50
52
|
CopyFromSource: () => CopyFromSource,
|
|
51
53
|
CreateApplicationCommand: () => CreateApplicationCommand,
|
|
52
54
|
CreateApplicationRequestFilterSensitiveLog: () => CreateApplicationRequestFilterSensitiveLog,
|
|
55
|
+
CreateDataAccessorCommand: () => CreateDataAccessorCommand,
|
|
56
|
+
CreateDataAccessorRequestFilterSensitiveLog: () => CreateDataAccessorRequestFilterSensitiveLog,
|
|
53
57
|
CreateDataSourceCommand: () => CreateDataSourceCommand,
|
|
54
58
|
CreateIndexCommand: () => CreateIndexCommand,
|
|
55
59
|
CreatePluginCommand: () => CreatePluginCommand,
|
|
@@ -59,11 +63,13 @@ __export(src_exports, {
|
|
|
59
63
|
CreateWebExperienceCommand: () => CreateWebExperienceCommand,
|
|
60
64
|
CreatorModeControl: () => CreatorModeControl,
|
|
61
65
|
CustomPluginConfigurationFilterSensitiveLog: () => CustomPluginConfigurationFilterSensitiveLog,
|
|
66
|
+
DataAccessorFilterSensitiveLog: () => DataAccessorFilterSensitiveLog,
|
|
62
67
|
DataSourceStatus: () => DataSourceStatus,
|
|
63
68
|
DataSourceSyncJobStatus: () => DataSourceSyncJobStatus,
|
|
64
69
|
DeleteApplicationCommand: () => DeleteApplicationCommand,
|
|
65
70
|
DeleteChatControlsConfigurationCommand: () => DeleteChatControlsConfigurationCommand,
|
|
66
71
|
DeleteConversationCommand: () => DeleteConversationCommand,
|
|
72
|
+
DeleteDataAccessorCommand: () => DeleteDataAccessorCommand,
|
|
67
73
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
68
74
|
DeleteGroupCommand: () => DeleteGroupCommand,
|
|
69
75
|
DeleteIndexCommand: () => DeleteIndexCommand,
|
|
@@ -71,6 +77,7 @@ __export(src_exports, {
|
|
|
71
77
|
DeleteRetrieverCommand: () => DeleteRetrieverCommand,
|
|
72
78
|
DeleteUserCommand: () => DeleteUserCommand,
|
|
73
79
|
DeleteWebExperienceCommand: () => DeleteWebExperienceCommand,
|
|
80
|
+
DisassociatePermissionCommand: () => DisassociatePermissionCommand,
|
|
74
81
|
DocumentAttributeBoostingConfiguration: () => DocumentAttributeBoostingConfiguration,
|
|
75
82
|
DocumentAttributeBoostingLevel: () => DocumentAttributeBoostingLevel,
|
|
76
83
|
DocumentAttributeValue: () => DocumentAttributeValue,
|
|
@@ -84,12 +91,15 @@ __export(src_exports, {
|
|
|
84
91
|
GetApplicationCommand: () => GetApplicationCommand,
|
|
85
92
|
GetApplicationResponseFilterSensitiveLog: () => GetApplicationResponseFilterSensitiveLog,
|
|
86
93
|
GetChatControlsConfigurationCommand: () => GetChatControlsConfigurationCommand,
|
|
94
|
+
GetDataAccessorCommand: () => GetDataAccessorCommand,
|
|
95
|
+
GetDataAccessorResponseFilterSensitiveLog: () => GetDataAccessorResponseFilterSensitiveLog,
|
|
87
96
|
GetDataSourceCommand: () => GetDataSourceCommand,
|
|
88
97
|
GetGroupCommand: () => GetGroupCommand,
|
|
89
98
|
GetIndexCommand: () => GetIndexCommand,
|
|
90
99
|
GetMediaCommand: () => GetMediaCommand,
|
|
91
100
|
GetPluginCommand: () => GetPluginCommand,
|
|
92
101
|
GetPluginResponseFilterSensitiveLog: () => GetPluginResponseFilterSensitiveLog,
|
|
102
|
+
GetPolicyCommand: () => GetPolicyCommand,
|
|
93
103
|
GetRetrieverCommand: () => GetRetrieverCommand,
|
|
94
104
|
GetUserCommand: () => GetUserCommand,
|
|
95
105
|
GetWebExperienceCommand: () => GetWebExperienceCommand,
|
|
@@ -104,12 +114,17 @@ __export(src_exports, {
|
|
|
104
114
|
ListApplicationsCommand: () => ListApplicationsCommand,
|
|
105
115
|
ListAttachmentsCommand: () => ListAttachmentsCommand,
|
|
106
116
|
ListConversationsCommand: () => ListConversationsCommand,
|
|
117
|
+
ListDataAccessorsCommand: () => ListDataAccessorsCommand,
|
|
118
|
+
ListDataAccessorsResponseFilterSensitiveLog: () => ListDataAccessorsResponseFilterSensitiveLog,
|
|
107
119
|
ListDataSourceSyncJobsCommand: () => ListDataSourceSyncJobsCommand,
|
|
108
120
|
ListDataSourcesCommand: () => ListDataSourcesCommand,
|
|
109
121
|
ListDocumentsCommand: () => ListDocumentsCommand,
|
|
110
122
|
ListGroupsCommand: () => ListGroupsCommand,
|
|
111
123
|
ListIndicesCommand: () => ListIndicesCommand,
|
|
112
124
|
ListMessagesCommand: () => ListMessagesCommand,
|
|
125
|
+
ListPluginActionsCommand: () => ListPluginActionsCommand,
|
|
126
|
+
ListPluginTypeActionsCommand: () => ListPluginTypeActionsCommand,
|
|
127
|
+
ListPluginTypeMetadataCommand: () => ListPluginTypeMetadataCommand,
|
|
113
128
|
ListPluginsCommand: () => ListPluginsCommand,
|
|
114
129
|
ListRetrieversCommand: () => ListRetrieversCommand,
|
|
115
130
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
@@ -126,6 +141,7 @@ __export(src_exports, {
|
|
|
126
141
|
PluginBuildStatus: () => PluginBuildStatus,
|
|
127
142
|
PluginState: () => PluginState,
|
|
128
143
|
PluginType: () => PluginType,
|
|
144
|
+
PluginTypeCategory: () => PluginTypeCategory,
|
|
129
145
|
Principal: () => Principal,
|
|
130
146
|
PutFeedbackCommand: () => PutFeedbackCommand,
|
|
131
147
|
PutGroupCommand: () => PutGroupCommand,
|
|
@@ -141,6 +157,8 @@ __export(src_exports, {
|
|
|
141
157
|
RetrieverType: () => RetrieverType,
|
|
142
158
|
RuleConfiguration: () => RuleConfiguration,
|
|
143
159
|
RuleType: () => RuleType,
|
|
160
|
+
ScoreConfidence: () => ScoreConfidence,
|
|
161
|
+
SearchRelevantContentCommand: () => SearchRelevantContentCommand,
|
|
144
162
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
145
163
|
StartDataSourceSyncJobCommand: () => StartDataSourceSyncJobCommand,
|
|
146
164
|
Status: () => Status,
|
|
@@ -152,6 +170,8 @@ __export(src_exports, {
|
|
|
152
170
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
153
171
|
UpdateApplicationCommand: () => UpdateApplicationCommand,
|
|
154
172
|
UpdateChatControlsConfigurationCommand: () => UpdateChatControlsConfigurationCommand,
|
|
173
|
+
UpdateDataAccessorCommand: () => UpdateDataAccessorCommand,
|
|
174
|
+
UpdateDataAccessorRequestFilterSensitiveLog: () => UpdateDataAccessorRequestFilterSensitiveLog,
|
|
155
175
|
UpdateDataSourceCommand: () => UpdateDataSourceCommand,
|
|
156
176
|
UpdateIndexCommand: () => UpdateIndexCommand,
|
|
157
177
|
UpdatePluginCommand: () => UpdatePluginCommand,
|
|
@@ -169,15 +189,20 @@ __export(src_exports, {
|
|
|
169
189
|
paginateListApplications: () => paginateListApplications,
|
|
170
190
|
paginateListAttachments: () => paginateListAttachments,
|
|
171
191
|
paginateListConversations: () => paginateListConversations,
|
|
192
|
+
paginateListDataAccessors: () => paginateListDataAccessors,
|
|
172
193
|
paginateListDataSourceSyncJobs: () => paginateListDataSourceSyncJobs,
|
|
173
194
|
paginateListDataSources: () => paginateListDataSources,
|
|
174
195
|
paginateListDocuments: () => paginateListDocuments,
|
|
175
196
|
paginateListGroups: () => paginateListGroups,
|
|
176
197
|
paginateListIndices: () => paginateListIndices,
|
|
177
198
|
paginateListMessages: () => paginateListMessages,
|
|
199
|
+
paginateListPluginActions: () => paginateListPluginActions,
|
|
200
|
+
paginateListPluginTypeActions: () => paginateListPluginTypeActions,
|
|
201
|
+
paginateListPluginTypeMetadata: () => paginateListPluginTypeMetadata,
|
|
178
202
|
paginateListPlugins: () => paginateListPlugins,
|
|
179
203
|
paginateListRetrievers: () => paginateListRetrievers,
|
|
180
|
-
paginateListWebExperiences: () => paginateListWebExperiences
|
|
204
|
+
paginateListWebExperiences: () => paginateListWebExperiences,
|
|
205
|
+
paginateSearchRelevantContent: () => paginateSearchRelevantContent
|
|
181
206
|
});
|
|
182
207
|
module.exports = __toCommonJS(src_exports);
|
|
183
208
|
|
|
@@ -323,7 +348,7 @@ var QBusinessClient = _QBusinessClient;
|
|
|
323
348
|
// src/QBusiness.ts
|
|
324
349
|
|
|
325
350
|
|
|
326
|
-
// src/commands/
|
|
351
|
+
// src/commands/AssociatePermissionCommand.ts
|
|
327
352
|
|
|
328
353
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
329
354
|
|
|
@@ -391,6 +416,20 @@ var _AccessDeniedException = class _AccessDeniedException extends QBusinessServi
|
|
|
391
416
|
};
|
|
392
417
|
__name(_AccessDeniedException, "AccessDeniedException");
|
|
393
418
|
var AccessDeniedException = _AccessDeniedException;
|
|
419
|
+
var DocumentAttributeValue;
|
|
420
|
+
((DocumentAttributeValue2) => {
|
|
421
|
+
DocumentAttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
422
|
+
if (value.stringValue !== void 0)
|
|
423
|
+
return visitor.stringValue(value.stringValue);
|
|
424
|
+
if (value.stringListValue !== void 0)
|
|
425
|
+
return visitor.stringListValue(value.stringListValue);
|
|
426
|
+
if (value.longValue !== void 0)
|
|
427
|
+
return visitor.longValue(value.longValue);
|
|
428
|
+
if (value.dateValue !== void 0)
|
|
429
|
+
return visitor.dateValue(value.dateValue);
|
|
430
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
431
|
+
}, "visit");
|
|
432
|
+
})(DocumentAttributeValue || (DocumentAttributeValue = {}));
|
|
394
433
|
var ActionPayloadFieldType = {
|
|
395
434
|
ARRAY: "ARRAY",
|
|
396
435
|
BOOLEAN: "BOOLEAN",
|
|
@@ -398,11 +437,23 @@ var ActionPayloadFieldType = {
|
|
|
398
437
|
STRING: "STRING"
|
|
399
438
|
};
|
|
400
439
|
var PluginType = {
|
|
440
|
+
ASANA: "ASANA",
|
|
441
|
+
ATLASSIAN_CONFLUENCE: "ATLASSIAN_CONFLUENCE",
|
|
401
442
|
CUSTOM: "CUSTOM",
|
|
443
|
+
GOOGLE_CALENDAR: "GOOGLE_CALENDAR",
|
|
402
444
|
JIRA: "JIRA",
|
|
445
|
+
JIRA_CLOUD: "JIRA_CLOUD",
|
|
446
|
+
MICROSOFT_EXCHANGE: "MICROSOFT_EXCHANGE",
|
|
447
|
+
MICROSOFT_TEAMS: "MICROSOFT_TEAMS",
|
|
448
|
+
PAGERDUTY_ADVANCE: "PAGERDUTY_ADVANCE",
|
|
449
|
+
QUICKSIGHT: "QUICKSIGHT",
|
|
403
450
|
SALESFORCE: "SALESFORCE",
|
|
451
|
+
SALESFORCE_CRM: "SALESFORCE_CRM",
|
|
452
|
+
SERVICENOW_NOW_PLATFORM: "SERVICENOW_NOW_PLATFORM",
|
|
404
453
|
SERVICE_NOW: "SERVICE_NOW",
|
|
405
|
-
|
|
454
|
+
SMARTSHEET: "SMARTSHEET",
|
|
455
|
+
ZENDESK: "ZENDESK",
|
|
456
|
+
ZENDESK_SUITE: "ZENDESK_SUITE"
|
|
406
457
|
};
|
|
407
458
|
var APISchema;
|
|
408
459
|
((APISchema3) => {
|
|
@@ -420,7 +471,8 @@ var APISchemaType = {
|
|
|
420
471
|
var IdentityType = {
|
|
421
472
|
AWS_IAM_IDC: "AWS_IAM_IDC",
|
|
422
473
|
AWS_IAM_IDP_OIDC: "AWS_IAM_IDP_OIDC",
|
|
423
|
-
AWS_IAM_IDP_SAML: "AWS_IAM_IDP_SAML"
|
|
474
|
+
AWS_IAM_IDP_SAML: "AWS_IAM_IDP_SAML",
|
|
475
|
+
AWS_QUICKSIGHT_IDP: "AWS_QUICKSIGHT_IDP"
|
|
424
476
|
};
|
|
425
477
|
var ApplicationStatus = {
|
|
426
478
|
ACTIVE: "ACTIVE",
|
|
@@ -587,20 +639,6 @@ var DocumentEnrichmentConditionOperator = {
|
|
|
587
639
|
NOT_EQUALS: "NOT_EQUALS",
|
|
588
640
|
NOT_EXISTS: "NOT_EXISTS"
|
|
589
641
|
};
|
|
590
|
-
var DocumentAttributeValue;
|
|
591
|
-
((DocumentAttributeValue2) => {
|
|
592
|
-
DocumentAttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
593
|
-
if (value.stringValue !== void 0)
|
|
594
|
-
return visitor.stringValue(value.stringValue);
|
|
595
|
-
if (value.stringListValue !== void 0)
|
|
596
|
-
return visitor.stringListValue(value.stringListValue);
|
|
597
|
-
if (value.longValue !== void 0)
|
|
598
|
-
return visitor.longValue(value.longValue);
|
|
599
|
-
if (value.dateValue !== void 0)
|
|
600
|
-
return visitor.dateValue(value.dateValue);
|
|
601
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
602
|
-
}, "visit");
|
|
603
|
-
})(DocumentAttributeValue || (DocumentAttributeValue = {}));
|
|
604
642
|
var DocumentContentOperator = {
|
|
605
643
|
DELETE: "DELETE"
|
|
606
644
|
};
|
|
@@ -645,6 +683,8 @@ var PluginAuthConfiguration;
|
|
|
645
683
|
return visitor.oAuth2ClientCredentialConfiguration(value.oAuth2ClientCredentialConfiguration);
|
|
646
684
|
if (value.noAuthConfiguration !== void 0)
|
|
647
685
|
return visitor.noAuthConfiguration(value.noAuthConfiguration);
|
|
686
|
+
if (value.idcAuthConfiguration !== void 0)
|
|
687
|
+
return visitor.idcAuthConfiguration(value.idcAuthConfiguration);
|
|
648
688
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
649
689
|
}, "visit");
|
|
650
690
|
})(PluginAuthConfiguration || (PluginAuthConfiguration = {}));
|
|
@@ -847,6 +887,14 @@ var _LicenseNotFoundException = class _LicenseNotFoundException extends QBusines
|
|
|
847
887
|
};
|
|
848
888
|
__name(_LicenseNotFoundException, "LicenseNotFoundException");
|
|
849
889
|
var LicenseNotFoundException = _LicenseNotFoundException;
|
|
890
|
+
var ContentSource;
|
|
891
|
+
((ContentSource3) => {
|
|
892
|
+
ContentSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
893
|
+
if (value.retriever !== void 0)
|
|
894
|
+
return visitor.retriever(value.retriever);
|
|
895
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
896
|
+
}, "visit");
|
|
897
|
+
})(ContentSource || (ContentSource = {}));
|
|
850
898
|
var DataSourceSyncJobStatus = {
|
|
851
899
|
ABORTED: "ABORTED",
|
|
852
900
|
FAILED: "FAILED",
|
|
@@ -912,6 +960,13 @@ var MessageType = {
|
|
|
912
960
|
SYSTEM: "SYSTEM",
|
|
913
961
|
USER: "USER"
|
|
914
962
|
};
|
|
963
|
+
var PluginTypeCategory = {
|
|
964
|
+
COMMUNICATION: "Communication",
|
|
965
|
+
CRM: "Customer relationship management (CRM)",
|
|
966
|
+
PRODUCTIVITY: "Productivity",
|
|
967
|
+
PROJECT_MANAGEMENT: "Project management",
|
|
968
|
+
TICKETING_MANAGEMENT: "Ticketing and incident management"
|
|
969
|
+
};
|
|
915
970
|
var MessageUsefulnessReason = {
|
|
916
971
|
COMPLETE: "COMPLETE",
|
|
917
972
|
FACTUALLY_CORRECT: "FACTUALLY_CORRECT",
|
|
@@ -930,24 +985,13 @@ var MessageUsefulness = {
|
|
|
930
985
|
NOT_USEFUL: "NOT_USEFUL",
|
|
931
986
|
USEFUL: "USEFUL"
|
|
932
987
|
};
|
|
933
|
-
var
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
if (value.attachmentEvent !== void 0)
|
|
941
|
-
return visitor.attachmentEvent(value.attachmentEvent);
|
|
942
|
-
if (value.actionExecutionEvent !== void 0)
|
|
943
|
-
return visitor.actionExecutionEvent(value.actionExecutionEvent);
|
|
944
|
-
if (value.endOfInputEvent !== void 0)
|
|
945
|
-
return visitor.endOfInputEvent(value.endOfInputEvent);
|
|
946
|
-
if (value.authChallengeResponseEvent !== void 0)
|
|
947
|
-
return visitor.authChallengeResponseEvent(value.authChallengeResponseEvent);
|
|
948
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
949
|
-
}, "visit");
|
|
950
|
-
})(ChatInputStream || (ChatInputStream = {}));
|
|
988
|
+
var ScoreConfidence = {
|
|
989
|
+
HIGH: "HIGH",
|
|
990
|
+
LOW: "LOW",
|
|
991
|
+
MEDIUM: "MEDIUM",
|
|
992
|
+
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
993
|
+
VERY_HIGH: "VERY_HIGH"
|
|
994
|
+
};
|
|
951
995
|
var APISchemaFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
952
996
|
if (obj.payload !== void 0)
|
|
953
997
|
return { payload: import_smithy_client.SENSITIVE_STRING };
|
|
@@ -966,6 +1010,14 @@ var CreateApplicationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
966
1010
|
encryptionConfiguration: EncryptionConfigurationFilterSensitiveLog(obj.encryptionConfiguration)
|
|
967
1011
|
}
|
|
968
1012
|
}), "CreateApplicationRequestFilterSensitiveLog");
|
|
1013
|
+
var DataAccessorFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1014
|
+
...obj,
|
|
1015
|
+
...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING }
|
|
1016
|
+
}), "DataAccessorFilterSensitiveLog");
|
|
1017
|
+
var ListDataAccessorsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1018
|
+
...obj,
|
|
1019
|
+
...obj.dataAccessors && { dataAccessors: obj.dataAccessors.map((item) => DataAccessorFilterSensitiveLog(item)) }
|
|
1020
|
+
}), "ListDataAccessorsResponseFilterSensitiveLog");
|
|
969
1021
|
var GetApplicationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
970
1022
|
...obj,
|
|
971
1023
|
...obj.encryptionConfiguration && {
|
|
@@ -1015,6 +1067,27 @@ var ChatOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1015
1067
|
...obj,
|
|
1016
1068
|
...obj.outputStream && { outputStream: "STREAMING_CONTENT" }
|
|
1017
1069
|
}), "ChatOutputFilterSensitiveLog");
|
|
1070
|
+
|
|
1071
|
+
// src/models/models_1.ts
|
|
1072
|
+
|
|
1073
|
+
var ChatInputStream;
|
|
1074
|
+
((ChatInputStream2) => {
|
|
1075
|
+
ChatInputStream2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1076
|
+
if (value.configurationEvent !== void 0)
|
|
1077
|
+
return visitor.configurationEvent(value.configurationEvent);
|
|
1078
|
+
if (value.textEvent !== void 0)
|
|
1079
|
+
return visitor.textEvent(value.textEvent);
|
|
1080
|
+
if (value.attachmentEvent !== void 0)
|
|
1081
|
+
return visitor.attachmentEvent(value.attachmentEvent);
|
|
1082
|
+
if (value.actionExecutionEvent !== void 0)
|
|
1083
|
+
return visitor.actionExecutionEvent(value.actionExecutionEvent);
|
|
1084
|
+
if (value.endOfInputEvent !== void 0)
|
|
1085
|
+
return visitor.endOfInputEvent(value.endOfInputEvent);
|
|
1086
|
+
if (value.authChallengeResponseEvent !== void 0)
|
|
1087
|
+
return visitor.authChallengeResponseEvent(value.authChallengeResponseEvent);
|
|
1088
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1089
|
+
}, "visit");
|
|
1090
|
+
})(ChatInputStream || (ChatInputStream = {}));
|
|
1018
1091
|
var ChatInputStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1019
1092
|
if (obj.configurationEvent !== void 0)
|
|
1020
1093
|
return { configurationEvent: obj.configurationEvent };
|
|
@@ -1035,8 +1108,41 @@ var ChatInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1035
1108
|
...obj,
|
|
1036
1109
|
...obj.inputStream && { inputStream: "STREAMING_CONTENT" }
|
|
1037
1110
|
}), "ChatInputFilterSensitiveLog");
|
|
1111
|
+
var CreateDataAccessorRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
...obj.actionConfigurations && { actionConfigurations: obj.actionConfigurations.map((item) => item) },
|
|
1114
|
+
...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING }
|
|
1115
|
+
}), "CreateDataAccessorRequestFilterSensitiveLog");
|
|
1116
|
+
var GetDataAccessorResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1117
|
+
...obj,
|
|
1118
|
+
...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING },
|
|
1119
|
+
...obj.actionConfigurations && { actionConfigurations: obj.actionConfigurations.map((item) => item) }
|
|
1120
|
+
}), "GetDataAccessorResponseFilterSensitiveLog");
|
|
1121
|
+
var UpdateDataAccessorRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1122
|
+
...obj,
|
|
1123
|
+
...obj.actionConfigurations && { actionConfigurations: obj.actionConfigurations.map((item) => item) },
|
|
1124
|
+
...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING }
|
|
1125
|
+
}), "UpdateDataAccessorRequestFilterSensitiveLog");
|
|
1038
1126
|
|
|
1039
1127
|
// src/protocols/Aws_restJson1.ts
|
|
1128
|
+
var se_AssociatePermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1129
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1130
|
+
const headers = {
|
|
1131
|
+
"content-type": "application/json"
|
|
1132
|
+
};
|
|
1133
|
+
b.bp("/applications/{applicationId}/policy");
|
|
1134
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
1135
|
+
let body;
|
|
1136
|
+
body = JSON.stringify(
|
|
1137
|
+
(0, import_smithy_client.take)(input, {
|
|
1138
|
+
actions: (_) => (0, import_smithy_client._json)(_),
|
|
1139
|
+
principal: [],
|
|
1140
|
+
statementId: []
|
|
1141
|
+
})
|
|
1142
|
+
);
|
|
1143
|
+
b.m("POST").h(headers).b(body);
|
|
1144
|
+
return b.build();
|
|
1145
|
+
}, "se_AssociatePermissionCommand");
|
|
1040
1146
|
var se_BatchDeleteDocumentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1041
1147
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1042
1148
|
const headers = {
|
|
@@ -1145,6 +1251,7 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1145
1251
|
identityType: [],
|
|
1146
1252
|
personalizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1147
1253
|
qAppsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1254
|
+
quickSightConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1148
1255
|
roleArn: [],
|
|
1149
1256
|
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1150
1257
|
})
|
|
@@ -1152,6 +1259,26 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1152
1259
|
b.m("POST").h(headers).b(body);
|
|
1153
1260
|
return b.build();
|
|
1154
1261
|
}, "se_CreateApplicationCommand");
|
|
1262
|
+
var se_CreateDataAccessorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1263
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1264
|
+
const headers = {
|
|
1265
|
+
"content-type": "application/json"
|
|
1266
|
+
};
|
|
1267
|
+
b.bp("/applications/{applicationId}/dataaccessors");
|
|
1268
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
1269
|
+
let body;
|
|
1270
|
+
body = JSON.stringify(
|
|
1271
|
+
(0, import_smithy_client.take)(input, {
|
|
1272
|
+
actionConfigurations: (_) => se_ActionConfigurationList(_, context),
|
|
1273
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1274
|
+
displayName: [],
|
|
1275
|
+
principal: [],
|
|
1276
|
+
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1277
|
+
})
|
|
1278
|
+
);
|
|
1279
|
+
b.m("POST").h(headers).b(body);
|
|
1280
|
+
return b.build();
|
|
1281
|
+
}, "se_CreateDataAccessorCommand");
|
|
1155
1282
|
var se_CreateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1156
1283
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1157
1284
|
const headers = {
|
|
@@ -1272,6 +1399,7 @@ var se_CreateWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1272
1399
|
(0, import_smithy_client.take)(input, {
|
|
1273
1400
|
browserExtensionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1274
1401
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1402
|
+
customizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1275
1403
|
identityProviderConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1276
1404
|
origins: (_) => (0, import_smithy_client._json)(_),
|
|
1277
1405
|
roleArn: [],
|
|
@@ -1316,6 +1444,16 @@ var se_DeleteConversationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1316
1444
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
1317
1445
|
return b.build();
|
|
1318
1446
|
}, "se_DeleteConversationCommand");
|
|
1447
|
+
var se_DeleteDataAccessorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1448
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1449
|
+
const headers = {};
|
|
1450
|
+
b.bp("/applications/{applicationId}/dataaccessors/{dataAccessorId}");
|
|
1451
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
1452
|
+
b.p("dataAccessorId", () => input.dataAccessorId, "{dataAccessorId}", false);
|
|
1453
|
+
let body;
|
|
1454
|
+
b.m("DELETE").h(headers).b(body);
|
|
1455
|
+
return b.build();
|
|
1456
|
+
}, "se_DeleteDataAccessorCommand");
|
|
1319
1457
|
var se_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1320
1458
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1321
1459
|
const headers = {};
|
|
@@ -1391,6 +1529,16 @@ var se_DeleteWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1391
1529
|
b.m("DELETE").h(headers).b(body);
|
|
1392
1530
|
return b.build();
|
|
1393
1531
|
}, "se_DeleteWebExperienceCommand");
|
|
1532
|
+
var se_DisassociatePermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1533
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1534
|
+
const headers = {};
|
|
1535
|
+
b.bp("/applications/{applicationId}/policy/{statementId}");
|
|
1536
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
1537
|
+
b.p("statementId", () => input.statementId, "{statementId}", false);
|
|
1538
|
+
let body;
|
|
1539
|
+
b.m("DELETE").h(headers).b(body);
|
|
1540
|
+
return b.build();
|
|
1541
|
+
}, "se_DisassociatePermissionCommand");
|
|
1394
1542
|
var se_GetApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1395
1543
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1396
1544
|
const headers = {};
|
|
@@ -1413,6 +1561,16 @@ var se_GetChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (input
|
|
|
1413
1561
|
b.m("GET").h(headers).q(query).b(body);
|
|
1414
1562
|
return b.build();
|
|
1415
1563
|
}, "se_GetChatControlsConfigurationCommand");
|
|
1564
|
+
var se_GetDataAccessorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1565
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1566
|
+
const headers = {};
|
|
1567
|
+
b.bp("/applications/{applicationId}/dataaccessors/{dataAccessorId}");
|
|
1568
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
1569
|
+
b.p("dataAccessorId", () => input.dataAccessorId, "{dataAccessorId}", false);
|
|
1570
|
+
let body;
|
|
1571
|
+
b.m("GET").h(headers).b(body);
|
|
1572
|
+
return b.build();
|
|
1573
|
+
}, "se_GetDataAccessorCommand");
|
|
1416
1574
|
var se_GetDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1417
1575
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1418
1576
|
const headers = {};
|
|
@@ -1470,6 +1628,15 @@ var se_GetPluginCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1470
1628
|
b.m("GET").h(headers).b(body);
|
|
1471
1629
|
return b.build();
|
|
1472
1630
|
}, "se_GetPluginCommand");
|
|
1631
|
+
var se_GetPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1632
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1633
|
+
const headers = {};
|
|
1634
|
+
b.bp("/applications/{applicationId}/policy");
|
|
1635
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
1636
|
+
let body;
|
|
1637
|
+
b.m("GET").h(headers).b(body);
|
|
1638
|
+
return b.build();
|
|
1639
|
+
}, "se_GetPolicyCommand");
|
|
1473
1640
|
var se_GetRetrieverCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1474
1641
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1475
1642
|
const headers = {};
|
|
@@ -1541,6 +1708,19 @@ var se_ListConversationsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1541
1708
|
b.m("GET").h(headers).q(query).b(body);
|
|
1542
1709
|
return b.build();
|
|
1543
1710
|
}, "se_ListConversationsCommand");
|
|
1711
|
+
var se_ListDataAccessorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1712
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1713
|
+
const headers = {};
|
|
1714
|
+
b.bp("/applications/{applicationId}/dataaccessors");
|
|
1715
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
1716
|
+
const query = (0, import_smithy_client.map)({
|
|
1717
|
+
[_nT]: [, input[_nT]],
|
|
1718
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1719
|
+
});
|
|
1720
|
+
let body;
|
|
1721
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1722
|
+
return b.build();
|
|
1723
|
+
}, "se_ListDataAccessorsCommand");
|
|
1544
1724
|
var se_ListDataSourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1545
1725
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1546
1726
|
const headers = {};
|
|
@@ -1635,6 +1815,20 @@ var se_ListMessagesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1635
1815
|
b.m("GET").h(headers).q(query).b(body);
|
|
1636
1816
|
return b.build();
|
|
1637
1817
|
}, "se_ListMessagesCommand");
|
|
1818
|
+
var se_ListPluginActionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1819
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1820
|
+
const headers = {};
|
|
1821
|
+
b.bp("/applications/{applicationId}/plugins/{pluginId}/actions");
|
|
1822
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
1823
|
+
b.p("pluginId", () => input.pluginId, "{pluginId}", false);
|
|
1824
|
+
const query = (0, import_smithy_client.map)({
|
|
1825
|
+
[_nT]: [, input[_nT]],
|
|
1826
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1827
|
+
});
|
|
1828
|
+
let body;
|
|
1829
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1830
|
+
return b.build();
|
|
1831
|
+
}, "se_ListPluginActionsCommand");
|
|
1638
1832
|
var se_ListPluginsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1639
1833
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1640
1834
|
const headers = {};
|
|
@@ -1648,6 +1842,31 @@ var se_ListPluginsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1648
1842
|
b.m("GET").h(headers).q(query).b(body);
|
|
1649
1843
|
return b.build();
|
|
1650
1844
|
}, "se_ListPluginsCommand");
|
|
1845
|
+
var se_ListPluginTypeActionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1846
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1847
|
+
const headers = {};
|
|
1848
|
+
b.bp("/pluginTypes/{pluginType}/actions");
|
|
1849
|
+
b.p("pluginType", () => input.pluginType, "{pluginType}", false);
|
|
1850
|
+
const query = (0, import_smithy_client.map)({
|
|
1851
|
+
[_nT]: [, input[_nT]],
|
|
1852
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1853
|
+
});
|
|
1854
|
+
let body;
|
|
1855
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1856
|
+
return b.build();
|
|
1857
|
+
}, "se_ListPluginTypeActionsCommand");
|
|
1858
|
+
var se_ListPluginTypeMetadataCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1859
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1860
|
+
const headers = {};
|
|
1861
|
+
b.bp("/pluginTypeMetadata");
|
|
1862
|
+
const query = (0, import_smithy_client.map)({
|
|
1863
|
+
[_nT]: [, input[_nT]],
|
|
1864
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1865
|
+
});
|
|
1866
|
+
let body;
|
|
1867
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1868
|
+
return b.build();
|
|
1869
|
+
}, "se_ListPluginTypeMetadataCommand");
|
|
1651
1870
|
var se_ListRetrieversCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1652
1871
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1653
1872
|
const headers = {};
|
|
@@ -1726,6 +1945,26 @@ var se_PutGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1726
1945
|
b.m("PUT").h(headers).b(body);
|
|
1727
1946
|
return b.build();
|
|
1728
1947
|
}, "se_PutGroupCommand");
|
|
1948
|
+
var se_SearchRelevantContentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1949
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1950
|
+
const headers = {
|
|
1951
|
+
"content-type": "application/json"
|
|
1952
|
+
};
|
|
1953
|
+
b.bp("/applications/{applicationId}/relevant-content");
|
|
1954
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
1955
|
+
let body;
|
|
1956
|
+
body = JSON.stringify(
|
|
1957
|
+
(0, import_smithy_client.take)(input, {
|
|
1958
|
+
attributeFilter: (_) => se_AttributeFilter(_, context),
|
|
1959
|
+
contentSource: (_) => (0, import_smithy_client._json)(_),
|
|
1960
|
+
maxResults: [],
|
|
1961
|
+
nextToken: [],
|
|
1962
|
+
queryText: []
|
|
1963
|
+
})
|
|
1964
|
+
);
|
|
1965
|
+
b.m("POST").h(headers).b(body);
|
|
1966
|
+
return b.build();
|
|
1967
|
+
}, "se_SearchRelevantContentCommand");
|
|
1729
1968
|
var se_StartDataSourceSyncJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1730
1969
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1731
1970
|
const headers = {};
|
|
@@ -1820,6 +2059,24 @@ var se_UpdateChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1820
2059
|
b.m("PATCH").h(headers).b(body);
|
|
1821
2060
|
return b.build();
|
|
1822
2061
|
}, "se_UpdateChatControlsConfigurationCommand");
|
|
2062
|
+
var se_UpdateDataAccessorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2063
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2064
|
+
const headers = {
|
|
2065
|
+
"content-type": "application/json"
|
|
2066
|
+
};
|
|
2067
|
+
b.bp("/applications/{applicationId}/dataaccessors/{dataAccessorId}");
|
|
2068
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
2069
|
+
b.p("dataAccessorId", () => input.dataAccessorId, "{dataAccessorId}", false);
|
|
2070
|
+
let body;
|
|
2071
|
+
body = JSON.stringify(
|
|
2072
|
+
(0, import_smithy_client.take)(input, {
|
|
2073
|
+
actionConfigurations: (_) => se_ActionConfigurationList(_, context),
|
|
2074
|
+
displayName: []
|
|
2075
|
+
})
|
|
2076
|
+
);
|
|
2077
|
+
b.m("PUT").h(headers).b(body);
|
|
2078
|
+
return b.build();
|
|
2079
|
+
}, "se_UpdateDataAccessorCommand");
|
|
1823
2080
|
var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1824
2081
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1825
2082
|
const headers = {
|
|
@@ -1936,6 +2193,7 @@ var se_UpdateWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1936
2193
|
(0, import_smithy_client.take)(input, {
|
|
1937
2194
|
authenticationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1938
2195
|
browserExtensionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2196
|
+
customizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1939
2197
|
identityProviderConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1940
2198
|
origins: (_) => (0, import_smithy_client._json)(_),
|
|
1941
2199
|
roleArn: [],
|
|
@@ -1948,6 +2206,20 @@ var se_UpdateWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1948
2206
|
b.m("PUT").h(headers).b(body);
|
|
1949
2207
|
return b.build();
|
|
1950
2208
|
}, "se_UpdateWebExperienceCommand");
|
|
2209
|
+
var de_AssociatePermissionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2210
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2211
|
+
return de_CommandError(output, context);
|
|
2212
|
+
}
|
|
2213
|
+
const contents = (0, import_smithy_client.map)({
|
|
2214
|
+
$metadata: deserializeMetadata(output)
|
|
2215
|
+
});
|
|
2216
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2217
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2218
|
+
statement: import_smithy_client.expectString
|
|
2219
|
+
});
|
|
2220
|
+
Object.assign(contents, doc);
|
|
2221
|
+
return contents;
|
|
2222
|
+
}, "de_AssociatePermissionCommand");
|
|
1951
2223
|
var de_BatchDeleteDocumentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1952
2224
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1953
2225
|
return de_CommandError(output, context);
|
|
@@ -2023,6 +2295,22 @@ var de_CreateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2023
2295
|
Object.assign(contents, doc);
|
|
2024
2296
|
return contents;
|
|
2025
2297
|
}, "de_CreateApplicationCommand");
|
|
2298
|
+
var de_CreateDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2299
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2300
|
+
return de_CommandError(output, context);
|
|
2301
|
+
}
|
|
2302
|
+
const contents = (0, import_smithy_client.map)({
|
|
2303
|
+
$metadata: deserializeMetadata(output)
|
|
2304
|
+
});
|
|
2305
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2306
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2307
|
+
dataAccessorArn: import_smithy_client.expectString,
|
|
2308
|
+
dataAccessorId: import_smithy_client.expectString,
|
|
2309
|
+
idcApplicationArn: import_smithy_client.expectString
|
|
2310
|
+
});
|
|
2311
|
+
Object.assign(contents, doc);
|
|
2312
|
+
return contents;
|
|
2313
|
+
}, "de_CreateDataAccessorCommand");
|
|
2026
2314
|
var de_CreateDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2027
2315
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2028
2316
|
return de_CommandError(output, context);
|
|
@@ -2139,6 +2427,16 @@ var de_DeleteConversationCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2139
2427
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2140
2428
|
return contents;
|
|
2141
2429
|
}, "de_DeleteConversationCommand");
|
|
2430
|
+
var de_DeleteDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2431
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2432
|
+
return de_CommandError(output, context);
|
|
2433
|
+
}
|
|
2434
|
+
const contents = (0, import_smithy_client.map)({
|
|
2435
|
+
$metadata: deserializeMetadata(output)
|
|
2436
|
+
});
|
|
2437
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2438
|
+
return contents;
|
|
2439
|
+
}, "de_DeleteDataAccessorCommand");
|
|
2142
2440
|
var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2143
2441
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2144
2442
|
return de_CommandError(output, context);
|
|
@@ -2209,6 +2507,16 @@ var de_DeleteWebExperienceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2209
2507
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2210
2508
|
return contents;
|
|
2211
2509
|
}, "de_DeleteWebExperienceCommand");
|
|
2510
|
+
var de_DisassociatePermissionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2511
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2512
|
+
return de_CommandError(output, context);
|
|
2513
|
+
}
|
|
2514
|
+
const contents = (0, import_smithy_client.map)({
|
|
2515
|
+
$metadata: deserializeMetadata(output)
|
|
2516
|
+
});
|
|
2517
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2518
|
+
return contents;
|
|
2519
|
+
}, "de_DisassociatePermissionCommand");
|
|
2212
2520
|
var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2213
2521
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2214
2522
|
return de_CommandError(output, context);
|
|
@@ -2233,6 +2541,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2233
2541
|
identityType: import_smithy_client.expectString,
|
|
2234
2542
|
personalizationConfiguration: import_smithy_client._json,
|
|
2235
2543
|
qAppsConfiguration: import_smithy_client._json,
|
|
2544
|
+
quickSightConfiguration: import_smithy_client._json,
|
|
2236
2545
|
roleArn: import_smithy_client.expectString,
|
|
2237
2546
|
status: import_smithy_client.expectString,
|
|
2238
2547
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
@@ -2258,6 +2567,28 @@ var de_GetChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2258
2567
|
Object.assign(contents, doc);
|
|
2259
2568
|
return contents;
|
|
2260
2569
|
}, "de_GetChatControlsConfigurationCommand");
|
|
2570
|
+
var de_GetDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2571
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2572
|
+
return de_CommandError(output, context);
|
|
2573
|
+
}
|
|
2574
|
+
const contents = (0, import_smithy_client.map)({
|
|
2575
|
+
$metadata: deserializeMetadata(output)
|
|
2576
|
+
});
|
|
2577
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2578
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2579
|
+
actionConfigurations: (_) => de_ActionConfigurationList(_, context),
|
|
2580
|
+
applicationId: import_smithy_client.expectString,
|
|
2581
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2582
|
+
dataAccessorArn: import_smithy_client.expectString,
|
|
2583
|
+
dataAccessorId: import_smithy_client.expectString,
|
|
2584
|
+
displayName: import_smithy_client.expectString,
|
|
2585
|
+
idcApplicationArn: import_smithy_client.expectString,
|
|
2586
|
+
principal: import_smithy_client.expectString,
|
|
2587
|
+
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2588
|
+
});
|
|
2589
|
+
Object.assign(contents, doc);
|
|
2590
|
+
return contents;
|
|
2591
|
+
}, "de_GetDataAccessorCommand");
|
|
2261
2592
|
var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2262
2593
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2263
2594
|
return de_CommandError(output, context);
|
|
@@ -2369,6 +2700,20 @@ var de_GetPluginCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2369
2700
|
Object.assign(contents, doc);
|
|
2370
2701
|
return contents;
|
|
2371
2702
|
}, "de_GetPluginCommand");
|
|
2703
|
+
var de_GetPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2704
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2705
|
+
return de_CommandError(output, context);
|
|
2706
|
+
}
|
|
2707
|
+
const contents = (0, import_smithy_client.map)({
|
|
2708
|
+
$metadata: deserializeMetadata(output)
|
|
2709
|
+
});
|
|
2710
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2711
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2712
|
+
policy: import_smithy_client.expectString
|
|
2713
|
+
});
|
|
2714
|
+
Object.assign(contents, doc);
|
|
2715
|
+
return contents;
|
|
2716
|
+
}, "de_GetPolicyCommand");
|
|
2372
2717
|
var de_GetRetrieverCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2373
2718
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2374
2719
|
return de_CommandError(output, context);
|
|
@@ -2419,6 +2764,7 @@ var de_GetWebExperienceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2419
2764
|
authenticationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2420
2765
|
browserExtensionConfiguration: import_smithy_client._json,
|
|
2421
2766
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2767
|
+
customizationConfiguration: import_smithy_client._json,
|
|
2422
2768
|
defaultEndpoint: import_smithy_client.expectString,
|
|
2423
2769
|
error: import_smithy_client._json,
|
|
2424
2770
|
identityProviderConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
@@ -2481,6 +2827,21 @@ var de_ListConversationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2481
2827
|
Object.assign(contents, doc);
|
|
2482
2828
|
return contents;
|
|
2483
2829
|
}, "de_ListConversationsCommand");
|
|
2830
|
+
var de_ListDataAccessorsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2831
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2832
|
+
return de_CommandError(output, context);
|
|
2833
|
+
}
|
|
2834
|
+
const contents = (0, import_smithy_client.map)({
|
|
2835
|
+
$metadata: deserializeMetadata(output)
|
|
2836
|
+
});
|
|
2837
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2838
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2839
|
+
dataAccessors: (_) => de_DataAccessors(_, context),
|
|
2840
|
+
nextToken: import_smithy_client.expectString
|
|
2841
|
+
});
|
|
2842
|
+
Object.assign(contents, doc);
|
|
2843
|
+
return contents;
|
|
2844
|
+
}, "de_ListDataAccessorsCommand");
|
|
2484
2845
|
var de_ListDataSourcesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2485
2846
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2486
2847
|
return de_CommandError(output, context);
|
|
@@ -2571,6 +2932,21 @@ var de_ListMessagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2571
2932
|
Object.assign(contents, doc);
|
|
2572
2933
|
return contents;
|
|
2573
2934
|
}, "de_ListMessagesCommand");
|
|
2935
|
+
var de_ListPluginActionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2936
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2937
|
+
return de_CommandError(output, context);
|
|
2938
|
+
}
|
|
2939
|
+
const contents = (0, import_smithy_client.map)({
|
|
2940
|
+
$metadata: deserializeMetadata(output)
|
|
2941
|
+
});
|
|
2942
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2943
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2944
|
+
items: import_smithy_client._json,
|
|
2945
|
+
nextToken: import_smithy_client.expectString
|
|
2946
|
+
});
|
|
2947
|
+
Object.assign(contents, doc);
|
|
2948
|
+
return contents;
|
|
2949
|
+
}, "de_ListPluginActionsCommand");
|
|
2574
2950
|
var de_ListPluginsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2575
2951
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2576
2952
|
return de_CommandError(output, context);
|
|
@@ -2586,6 +2962,36 @@ var de_ListPluginsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2586
2962
|
Object.assign(contents, doc);
|
|
2587
2963
|
return contents;
|
|
2588
2964
|
}, "de_ListPluginsCommand");
|
|
2965
|
+
var de_ListPluginTypeActionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2966
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2967
|
+
return de_CommandError(output, context);
|
|
2968
|
+
}
|
|
2969
|
+
const contents = (0, import_smithy_client.map)({
|
|
2970
|
+
$metadata: deserializeMetadata(output)
|
|
2971
|
+
});
|
|
2972
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2973
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2974
|
+
items: import_smithy_client._json,
|
|
2975
|
+
nextToken: import_smithy_client.expectString
|
|
2976
|
+
});
|
|
2977
|
+
Object.assign(contents, doc);
|
|
2978
|
+
return contents;
|
|
2979
|
+
}, "de_ListPluginTypeActionsCommand");
|
|
2980
|
+
var de_ListPluginTypeMetadataCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2981
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2982
|
+
return de_CommandError(output, context);
|
|
2983
|
+
}
|
|
2984
|
+
const contents = (0, import_smithy_client.map)({
|
|
2985
|
+
$metadata: deserializeMetadata(output)
|
|
2986
|
+
});
|
|
2987
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2988
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2989
|
+
items: import_smithy_client._json,
|
|
2990
|
+
nextToken: import_smithy_client.expectString
|
|
2991
|
+
});
|
|
2992
|
+
Object.assign(contents, doc);
|
|
2993
|
+
return contents;
|
|
2994
|
+
}, "de_ListPluginTypeMetadataCommand");
|
|
2589
2995
|
var de_ListRetrieversCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2590
2996
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2591
2997
|
return de_CommandError(output, context);
|
|
@@ -2650,6 +3056,21 @@ var de_PutGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2650
3056
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2651
3057
|
return contents;
|
|
2652
3058
|
}, "de_PutGroupCommand");
|
|
3059
|
+
var de_SearchRelevantContentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3060
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3061
|
+
return de_CommandError(output, context);
|
|
3062
|
+
}
|
|
3063
|
+
const contents = (0, import_smithy_client.map)({
|
|
3064
|
+
$metadata: deserializeMetadata(output)
|
|
3065
|
+
});
|
|
3066
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3067
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3068
|
+
nextToken: import_smithy_client.expectString,
|
|
3069
|
+
relevantContent: (_) => de_RelevantContentList(_, context)
|
|
3070
|
+
});
|
|
3071
|
+
Object.assign(contents, doc);
|
|
3072
|
+
return contents;
|
|
3073
|
+
}, "de_SearchRelevantContentCommand");
|
|
2653
3074
|
var de_StartDataSourceSyncJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2654
3075
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2655
3076
|
return de_CommandError(output, context);
|
|
@@ -2714,6 +3135,16 @@ var de_UpdateChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2714
3135
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2715
3136
|
return contents;
|
|
2716
3137
|
}, "de_UpdateChatControlsConfigurationCommand");
|
|
3138
|
+
var de_UpdateDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3139
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3140
|
+
return de_CommandError(output, context);
|
|
3141
|
+
}
|
|
3142
|
+
const contents = (0, import_smithy_client.map)({
|
|
3143
|
+
$metadata: deserializeMetadata(output)
|
|
3144
|
+
});
|
|
3145
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3146
|
+
return contents;
|
|
3147
|
+
}, "de_UpdateDataAccessorCommand");
|
|
2717
3148
|
var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2718
3149
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2719
3150
|
return de_CommandError(output, context);
|
|
@@ -2799,15 +3230,15 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2799
3230
|
case "ResourceNotFoundException":
|
|
2800
3231
|
case "com.amazonaws.qbusiness#ResourceNotFoundException":
|
|
2801
3232
|
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
3233
|
+
case "ServiceQuotaExceededException":
|
|
3234
|
+
case "com.amazonaws.qbusiness#ServiceQuotaExceededException":
|
|
3235
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
2802
3236
|
case "ThrottlingException":
|
|
2803
3237
|
case "com.amazonaws.qbusiness#ThrottlingException":
|
|
2804
3238
|
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
2805
3239
|
case "ValidationException":
|
|
2806
3240
|
case "com.amazonaws.qbusiness#ValidationException":
|
|
2807
3241
|
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2808
|
-
case "ServiceQuotaExceededException":
|
|
2809
|
-
case "com.amazonaws.qbusiness#ServiceQuotaExceededException":
|
|
2810
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
2811
3242
|
case "ExternalResourceException":
|
|
2812
3243
|
case "com.amazonaws.qbusiness#ExternalResourceException":
|
|
2813
3244
|
throw await de_ExternalResourceExceptionRes(parsedOutput, context);
|
|
@@ -3106,6 +3537,17 @@ var de_TextOutputEvent_event = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3106
3537
|
Object.assign(contents, (0, import_smithy_client._json)(data));
|
|
3107
3538
|
return contents;
|
|
3108
3539
|
}, "de_TextOutputEvent_event");
|
|
3540
|
+
var se_ActionConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3541
|
+
return (0, import_smithy_client.take)(input, {
|
|
3542
|
+
action: [],
|
|
3543
|
+
filterConfiguration: (_) => se_ActionFilterConfiguration(_, context)
|
|
3544
|
+
});
|
|
3545
|
+
}, "se_ActionConfiguration");
|
|
3546
|
+
var se_ActionConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
3547
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
3548
|
+
return se_ActionConfiguration(entry, context);
|
|
3549
|
+
});
|
|
3550
|
+
}, "se_ActionConfigurationList");
|
|
3109
3551
|
var se_ActionExecution = /* @__PURE__ */ __name((input, context) => {
|
|
3110
3552
|
return (0, import_smithy_client.take)(input, {
|
|
3111
3553
|
payload: (_) => se_ActionExecutionPayload(_, context),
|
|
@@ -3134,6 +3576,11 @@ var se_ActionExecutionPayloadField = /* @__PURE__ */ __name((input, context) =>
|
|
|
3134
3576
|
value: (_) => se_ActionPayloadFieldValue(_, context)
|
|
3135
3577
|
});
|
|
3136
3578
|
}, "se_ActionExecutionPayloadField");
|
|
3579
|
+
var se_ActionFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3580
|
+
return (0, import_smithy_client.take)(input, {
|
|
3581
|
+
documentAttributeFilter: (_) => se_AttributeFilter(_, context)
|
|
3582
|
+
});
|
|
3583
|
+
}, "se_ActionFilterConfiguration");
|
|
3137
3584
|
var se_ActionPayloadFieldValue = /* @__PURE__ */ __name((input, context) => {
|
|
3138
3585
|
return input;
|
|
3139
3586
|
}, "se_ActionPayloadFieldValue");
|
|
@@ -3276,6 +3723,18 @@ var se_MessageUsefulnessFeedback = /* @__PURE__ */ __name((input, context) => {
|
|
|
3276
3723
|
usefulness: []
|
|
3277
3724
|
});
|
|
3278
3725
|
}, "se_MessageUsefulnessFeedback");
|
|
3726
|
+
var de_ActionConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3727
|
+
return (0, import_smithy_client.take)(output, {
|
|
3728
|
+
action: import_smithy_client.expectString,
|
|
3729
|
+
filterConfiguration: (_) => de_ActionFilterConfiguration(_, context)
|
|
3730
|
+
});
|
|
3731
|
+
}, "de_ActionConfiguration");
|
|
3732
|
+
var de_ActionConfigurationList = /* @__PURE__ */ __name((output, context) => {
|
|
3733
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3734
|
+
return de_ActionConfiguration(entry, context);
|
|
3735
|
+
});
|
|
3736
|
+
return retVal;
|
|
3737
|
+
}, "de_ActionConfigurationList");
|
|
3279
3738
|
var de_ActionExecution = /* @__PURE__ */ __name((output, context) => {
|
|
3280
3739
|
return (0, import_smithy_client.take)(output, {
|
|
3281
3740
|
payload: (_) => de_ActionExecutionPayload(_, context),
|
|
@@ -3300,6 +3759,11 @@ var de_ActionExecutionPayloadField = /* @__PURE__ */ __name((output, context) =>
|
|
|
3300
3759
|
value: (_) => de_ActionPayloadFieldValue(_, context)
|
|
3301
3760
|
});
|
|
3302
3761
|
}, "de_ActionExecutionPayloadField");
|
|
3762
|
+
var de_ActionFilterConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3763
|
+
return (0, import_smithy_client.take)(output, {
|
|
3764
|
+
documentAttributeFilter: (_) => de_AttributeFilter(_, context)
|
|
3765
|
+
});
|
|
3766
|
+
}, "de_ActionFilterConfiguration");
|
|
3303
3767
|
var de_ActionPayloadFieldValue = /* @__PURE__ */ __name((output, context) => {
|
|
3304
3768
|
return output;
|
|
3305
3769
|
}, "de_ActionPayloadFieldValue");
|
|
@@ -3365,6 +3829,7 @@ var de_Application = /* @__PURE__ */ __name((output, context) => {
|
|
|
3365
3829
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3366
3830
|
displayName: import_smithy_client.expectString,
|
|
3367
3831
|
identityType: import_smithy_client.expectString,
|
|
3832
|
+
quickSightConfiguration: import_smithy_client._json,
|
|
3368
3833
|
status: import_smithy_client.expectString,
|
|
3369
3834
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3370
3835
|
});
|
|
@@ -3395,6 +3860,26 @@ var de_AttachmentList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3395
3860
|
});
|
|
3396
3861
|
return retVal;
|
|
3397
3862
|
}, "de_AttachmentList");
|
|
3863
|
+
var de_AttributeFilter = /* @__PURE__ */ __name((output, context) => {
|
|
3864
|
+
return (0, import_smithy_client.take)(output, {
|
|
3865
|
+
andAllFilters: (_) => de_AttributeFilters(_, context),
|
|
3866
|
+
containsAll: (_) => de_DocumentAttribute(_, context),
|
|
3867
|
+
containsAny: (_) => de_DocumentAttribute(_, context),
|
|
3868
|
+
equalsTo: (_) => de_DocumentAttribute(_, context),
|
|
3869
|
+
greaterThan: (_) => de_DocumentAttribute(_, context),
|
|
3870
|
+
greaterThanOrEquals: (_) => de_DocumentAttribute(_, context),
|
|
3871
|
+
lessThan: (_) => de_DocumentAttribute(_, context),
|
|
3872
|
+
lessThanOrEquals: (_) => de_DocumentAttribute(_, context),
|
|
3873
|
+
notFilter: (_) => de_AttributeFilter(_, context),
|
|
3874
|
+
orAllFilters: (_) => de_AttributeFilters(_, context)
|
|
3875
|
+
});
|
|
3876
|
+
}, "de_AttributeFilter");
|
|
3877
|
+
var de_AttributeFilters = /* @__PURE__ */ __name((output, context) => {
|
|
3878
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3879
|
+
return de_AttributeFilter(entry, context);
|
|
3880
|
+
});
|
|
3881
|
+
return retVal;
|
|
3882
|
+
}, "de_AttributeFilters");
|
|
3398
3883
|
var de_Conversation = /* @__PURE__ */ __name((output, context) => {
|
|
3399
3884
|
return (0, import_smithy_client.take)(output, {
|
|
3400
3885
|
conversationId: import_smithy_client.expectString,
|
|
@@ -3408,6 +3893,23 @@ var de_Conversations = /* @__PURE__ */ __name((output, context) => {
|
|
|
3408
3893
|
});
|
|
3409
3894
|
return retVal;
|
|
3410
3895
|
}, "de_Conversations");
|
|
3896
|
+
var de_DataAccessor = /* @__PURE__ */ __name((output, context) => {
|
|
3897
|
+
return (0, import_smithy_client.take)(output, {
|
|
3898
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3899
|
+
dataAccessorArn: import_smithy_client.expectString,
|
|
3900
|
+
dataAccessorId: import_smithy_client.expectString,
|
|
3901
|
+
displayName: import_smithy_client.expectString,
|
|
3902
|
+
idcApplicationArn: import_smithy_client.expectString,
|
|
3903
|
+
principal: import_smithy_client.expectString,
|
|
3904
|
+
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3905
|
+
});
|
|
3906
|
+
}, "de_DataAccessor");
|
|
3907
|
+
var de_DataAccessors = /* @__PURE__ */ __name((output, context) => {
|
|
3908
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3909
|
+
return de_DataAccessor(entry, context);
|
|
3910
|
+
});
|
|
3911
|
+
return retVal;
|
|
3912
|
+
}, "de_DataAccessors");
|
|
3411
3913
|
var de_DataSource = /* @__PURE__ */ __name((output, context) => {
|
|
3412
3914
|
return (0, import_smithy_client.take)(output, {
|
|
3413
3915
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -3444,6 +3946,12 @@ var de_DataSourceSyncJobs = /* @__PURE__ */ __name((output, context) => {
|
|
|
3444
3946
|
});
|
|
3445
3947
|
return retVal;
|
|
3446
3948
|
}, "de_DataSourceSyncJobs");
|
|
3949
|
+
var de_DocumentAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
3950
|
+
return (0, import_smithy_client.take)(output, {
|
|
3951
|
+
name: import_smithy_client.expectString,
|
|
3952
|
+
value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
|
|
3953
|
+
});
|
|
3954
|
+
}, "de_DocumentAttribute");
|
|
3447
3955
|
var de_DocumentAttributeCondition = /* @__PURE__ */ __name((output, context) => {
|
|
3448
3956
|
return (0, import_smithy_client.take)(output, {
|
|
3449
3957
|
key: import_smithy_client.expectString,
|
|
@@ -3451,6 +3959,12 @@ var de_DocumentAttributeCondition = /* @__PURE__ */ __name((output, context) =>
|
|
|
3451
3959
|
value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
|
|
3452
3960
|
});
|
|
3453
3961
|
}, "de_DocumentAttributeCondition");
|
|
3962
|
+
var de_DocumentAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
3963
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3964
|
+
return de_DocumentAttribute(entry, context);
|
|
3965
|
+
});
|
|
3966
|
+
return retVal;
|
|
3967
|
+
}, "de_DocumentAttributes");
|
|
3454
3968
|
var de_DocumentAttributeTarget = /* @__PURE__ */ __name((output, context) => {
|
|
3455
3969
|
return (0, import_smithy_client.take)(output, {
|
|
3456
3970
|
attributeValueOperator: import_smithy_client.expectString,
|
|
@@ -3593,6 +4107,22 @@ var de_Plugins = /* @__PURE__ */ __name((output, context) => {
|
|
|
3593
4107
|
});
|
|
3594
4108
|
return retVal;
|
|
3595
4109
|
}, "de_Plugins");
|
|
4110
|
+
var de_RelevantContent = /* @__PURE__ */ __name((output, context) => {
|
|
4111
|
+
return (0, import_smithy_client.take)(output, {
|
|
4112
|
+
content: import_smithy_client.expectString,
|
|
4113
|
+
documentAttributes: (_) => de_DocumentAttributes(_, context),
|
|
4114
|
+
documentId: import_smithy_client.expectString,
|
|
4115
|
+
documentTitle: import_smithy_client.expectString,
|
|
4116
|
+
documentUri: import_smithy_client.expectString,
|
|
4117
|
+
scoreAttributes: import_smithy_client._json
|
|
4118
|
+
});
|
|
4119
|
+
}, "de_RelevantContent");
|
|
4120
|
+
var de_RelevantContentList = /* @__PURE__ */ __name((output, context) => {
|
|
4121
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4122
|
+
return de_RelevantContent(entry, context);
|
|
4123
|
+
});
|
|
4124
|
+
return retVal;
|
|
4125
|
+
}, "de_RelevantContentList");
|
|
3596
4126
|
var de_SourceAttribution = /* @__PURE__ */ __name((output, context) => {
|
|
3597
4127
|
return (0, import_smithy_client.take)(output, {
|
|
3598
4128
|
citationNumber: import_smithy_client.expectInt32,
|
|
@@ -3650,7 +4180,21 @@ var _uET = "updatedEarlierThan";
|
|
|
3650
4180
|
var _uG = "userGroups";
|
|
3651
4181
|
var _uI = "userId";
|
|
3652
4182
|
|
|
4183
|
+
// src/commands/AssociatePermissionCommand.ts
|
|
4184
|
+
var _AssociatePermissionCommand = class _AssociatePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4185
|
+
return [
|
|
4186
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4187
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4188
|
+
];
|
|
4189
|
+
}).s("ExpertQ", "AssociatePermission", {}).n("QBusinessClient", "AssociatePermissionCommand").f(void 0, void 0).ser(se_AssociatePermissionCommand).de(de_AssociatePermissionCommand).build() {
|
|
4190
|
+
};
|
|
4191
|
+
__name(_AssociatePermissionCommand, "AssociatePermissionCommand");
|
|
4192
|
+
var AssociatePermissionCommand = _AssociatePermissionCommand;
|
|
4193
|
+
|
|
3653
4194
|
// src/commands/BatchDeleteDocumentCommand.ts
|
|
4195
|
+
|
|
4196
|
+
|
|
4197
|
+
|
|
3654
4198
|
var _BatchDeleteDocumentCommand = class _BatchDeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3655
4199
|
return [
|
|
3656
4200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -3727,6 +4271,20 @@ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_s
|
|
|
3727
4271
|
__name(_CreateApplicationCommand, "CreateApplicationCommand");
|
|
3728
4272
|
var CreateApplicationCommand = _CreateApplicationCommand;
|
|
3729
4273
|
|
|
4274
|
+
// src/commands/CreateDataAccessorCommand.ts
|
|
4275
|
+
|
|
4276
|
+
|
|
4277
|
+
|
|
4278
|
+
var _CreateDataAccessorCommand = class _CreateDataAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4279
|
+
return [
|
|
4280
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4281
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4282
|
+
];
|
|
4283
|
+
}).s("ExpertQ", "CreateDataAccessor", {}).n("QBusinessClient", "CreateDataAccessorCommand").f(CreateDataAccessorRequestFilterSensitiveLog, void 0).ser(se_CreateDataAccessorCommand).de(de_CreateDataAccessorCommand).build() {
|
|
4284
|
+
};
|
|
4285
|
+
__name(_CreateDataAccessorCommand, "CreateDataAccessorCommand");
|
|
4286
|
+
var CreateDataAccessorCommand = _CreateDataAccessorCommand;
|
|
4287
|
+
|
|
3730
4288
|
// src/commands/CreateDataSourceCommand.ts
|
|
3731
4289
|
|
|
3732
4290
|
|
|
@@ -3853,6 +4411,20 @@ var _DeleteConversationCommand = class _DeleteConversationCommand extends import
|
|
|
3853
4411
|
__name(_DeleteConversationCommand, "DeleteConversationCommand");
|
|
3854
4412
|
var DeleteConversationCommand = _DeleteConversationCommand;
|
|
3855
4413
|
|
|
4414
|
+
// src/commands/DeleteDataAccessorCommand.ts
|
|
4415
|
+
|
|
4416
|
+
|
|
4417
|
+
|
|
4418
|
+
var _DeleteDataAccessorCommand = class _DeleteDataAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4419
|
+
return [
|
|
4420
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4421
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4422
|
+
];
|
|
4423
|
+
}).s("ExpertQ", "DeleteDataAccessor", {}).n("QBusinessClient", "DeleteDataAccessorCommand").f(void 0, void 0).ser(se_DeleteDataAccessorCommand).de(de_DeleteDataAccessorCommand).build() {
|
|
4424
|
+
};
|
|
4425
|
+
__name(_DeleteDataAccessorCommand, "DeleteDataAccessorCommand");
|
|
4426
|
+
var DeleteDataAccessorCommand = _DeleteDataAccessorCommand;
|
|
4427
|
+
|
|
3856
4428
|
// src/commands/DeleteDataSourceCommand.ts
|
|
3857
4429
|
|
|
3858
4430
|
|
|
@@ -3951,6 +4523,20 @@ var _DeleteWebExperienceCommand = class _DeleteWebExperienceCommand extends impo
|
|
|
3951
4523
|
__name(_DeleteWebExperienceCommand, "DeleteWebExperienceCommand");
|
|
3952
4524
|
var DeleteWebExperienceCommand = _DeleteWebExperienceCommand;
|
|
3953
4525
|
|
|
4526
|
+
// src/commands/DisassociatePermissionCommand.ts
|
|
4527
|
+
|
|
4528
|
+
|
|
4529
|
+
|
|
4530
|
+
var _DisassociatePermissionCommand = class _DisassociatePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4531
|
+
return [
|
|
4532
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4533
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4534
|
+
];
|
|
4535
|
+
}).s("ExpertQ", "DisassociatePermission", {}).n("QBusinessClient", "DisassociatePermissionCommand").f(void 0, void 0).ser(se_DisassociatePermissionCommand).de(de_DisassociatePermissionCommand).build() {
|
|
4536
|
+
};
|
|
4537
|
+
__name(_DisassociatePermissionCommand, "DisassociatePermissionCommand");
|
|
4538
|
+
var DisassociatePermissionCommand = _DisassociatePermissionCommand;
|
|
4539
|
+
|
|
3954
4540
|
// src/commands/GetApplicationCommand.ts
|
|
3955
4541
|
|
|
3956
4542
|
|
|
@@ -3979,6 +4565,20 @@ var _GetChatControlsConfigurationCommand = class _GetChatControlsConfigurationCo
|
|
|
3979
4565
|
__name(_GetChatControlsConfigurationCommand, "GetChatControlsConfigurationCommand");
|
|
3980
4566
|
var GetChatControlsConfigurationCommand = _GetChatControlsConfigurationCommand;
|
|
3981
4567
|
|
|
4568
|
+
// src/commands/GetDataAccessorCommand.ts
|
|
4569
|
+
|
|
4570
|
+
|
|
4571
|
+
|
|
4572
|
+
var _GetDataAccessorCommand = class _GetDataAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4573
|
+
return [
|
|
4574
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4575
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4576
|
+
];
|
|
4577
|
+
}).s("ExpertQ", "GetDataAccessor", {}).n("QBusinessClient", "GetDataAccessorCommand").f(void 0, GetDataAccessorResponseFilterSensitiveLog).ser(se_GetDataAccessorCommand).de(de_GetDataAccessorCommand).build() {
|
|
4578
|
+
};
|
|
4579
|
+
__name(_GetDataAccessorCommand, "GetDataAccessorCommand");
|
|
4580
|
+
var GetDataAccessorCommand = _GetDataAccessorCommand;
|
|
4581
|
+
|
|
3982
4582
|
// src/commands/GetDataSourceCommand.ts
|
|
3983
4583
|
|
|
3984
4584
|
|
|
@@ -4049,6 +4649,20 @@ var _GetPluginCommand = class _GetPluginCommand extends import_smithy_client.Com
|
|
|
4049
4649
|
__name(_GetPluginCommand, "GetPluginCommand");
|
|
4050
4650
|
var GetPluginCommand = _GetPluginCommand;
|
|
4051
4651
|
|
|
4652
|
+
// src/commands/GetPolicyCommand.ts
|
|
4653
|
+
|
|
4654
|
+
|
|
4655
|
+
|
|
4656
|
+
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4657
|
+
return [
|
|
4658
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4659
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4660
|
+
];
|
|
4661
|
+
}).s("ExpertQ", "GetPolicy", {}).n("QBusinessClient", "GetPolicyCommand").f(void 0, void 0).ser(se_GetPolicyCommand).de(de_GetPolicyCommand).build() {
|
|
4662
|
+
};
|
|
4663
|
+
__name(_GetPolicyCommand, "GetPolicyCommand");
|
|
4664
|
+
var GetPolicyCommand = _GetPolicyCommand;
|
|
4665
|
+
|
|
4052
4666
|
// src/commands/GetRetrieverCommand.ts
|
|
4053
4667
|
|
|
4054
4668
|
|
|
@@ -4133,6 +4747,20 @@ var _ListConversationsCommand = class _ListConversationsCommand extends import_s
|
|
|
4133
4747
|
__name(_ListConversationsCommand, "ListConversationsCommand");
|
|
4134
4748
|
var ListConversationsCommand = _ListConversationsCommand;
|
|
4135
4749
|
|
|
4750
|
+
// src/commands/ListDataAccessorsCommand.ts
|
|
4751
|
+
|
|
4752
|
+
|
|
4753
|
+
|
|
4754
|
+
var _ListDataAccessorsCommand = class _ListDataAccessorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4755
|
+
return [
|
|
4756
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4757
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4758
|
+
];
|
|
4759
|
+
}).s("ExpertQ", "ListDataAccessors", {}).n("QBusinessClient", "ListDataAccessorsCommand").f(void 0, ListDataAccessorsResponseFilterSensitiveLog).ser(se_ListDataAccessorsCommand).de(de_ListDataAccessorsCommand).build() {
|
|
4760
|
+
};
|
|
4761
|
+
__name(_ListDataAccessorsCommand, "ListDataAccessorsCommand");
|
|
4762
|
+
var ListDataAccessorsCommand = _ListDataAccessorsCommand;
|
|
4763
|
+
|
|
4136
4764
|
// src/commands/ListDataSourcesCommand.ts
|
|
4137
4765
|
|
|
4138
4766
|
|
|
@@ -4217,6 +4845,20 @@ var _ListMessagesCommand = class _ListMessagesCommand extends import_smithy_clie
|
|
|
4217
4845
|
__name(_ListMessagesCommand, "ListMessagesCommand");
|
|
4218
4846
|
var ListMessagesCommand = _ListMessagesCommand;
|
|
4219
4847
|
|
|
4848
|
+
// src/commands/ListPluginActionsCommand.ts
|
|
4849
|
+
|
|
4850
|
+
|
|
4851
|
+
|
|
4852
|
+
var _ListPluginActionsCommand = class _ListPluginActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4853
|
+
return [
|
|
4854
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4855
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4856
|
+
];
|
|
4857
|
+
}).s("ExpertQ", "ListPluginActions", {}).n("QBusinessClient", "ListPluginActionsCommand").f(void 0, void 0).ser(se_ListPluginActionsCommand).de(de_ListPluginActionsCommand).build() {
|
|
4858
|
+
};
|
|
4859
|
+
__name(_ListPluginActionsCommand, "ListPluginActionsCommand");
|
|
4860
|
+
var ListPluginActionsCommand = _ListPluginActionsCommand;
|
|
4861
|
+
|
|
4220
4862
|
// src/commands/ListPluginsCommand.ts
|
|
4221
4863
|
|
|
4222
4864
|
|
|
@@ -4231,6 +4873,34 @@ var _ListPluginsCommand = class _ListPluginsCommand extends import_smithy_client
|
|
|
4231
4873
|
__name(_ListPluginsCommand, "ListPluginsCommand");
|
|
4232
4874
|
var ListPluginsCommand = _ListPluginsCommand;
|
|
4233
4875
|
|
|
4876
|
+
// src/commands/ListPluginTypeActionsCommand.ts
|
|
4877
|
+
|
|
4878
|
+
|
|
4879
|
+
|
|
4880
|
+
var _ListPluginTypeActionsCommand = class _ListPluginTypeActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4881
|
+
return [
|
|
4882
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4883
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4884
|
+
];
|
|
4885
|
+
}).s("ExpertQ", "ListPluginTypeActions", {}).n("QBusinessClient", "ListPluginTypeActionsCommand").f(void 0, void 0).ser(se_ListPluginTypeActionsCommand).de(de_ListPluginTypeActionsCommand).build() {
|
|
4886
|
+
};
|
|
4887
|
+
__name(_ListPluginTypeActionsCommand, "ListPluginTypeActionsCommand");
|
|
4888
|
+
var ListPluginTypeActionsCommand = _ListPluginTypeActionsCommand;
|
|
4889
|
+
|
|
4890
|
+
// src/commands/ListPluginTypeMetadataCommand.ts
|
|
4891
|
+
|
|
4892
|
+
|
|
4893
|
+
|
|
4894
|
+
var _ListPluginTypeMetadataCommand = class _ListPluginTypeMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4895
|
+
return [
|
|
4896
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4897
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4898
|
+
];
|
|
4899
|
+
}).s("ExpertQ", "ListPluginTypeMetadata", {}).n("QBusinessClient", "ListPluginTypeMetadataCommand").f(void 0, void 0).ser(se_ListPluginTypeMetadataCommand).de(de_ListPluginTypeMetadataCommand).build() {
|
|
4900
|
+
};
|
|
4901
|
+
__name(_ListPluginTypeMetadataCommand, "ListPluginTypeMetadataCommand");
|
|
4902
|
+
var ListPluginTypeMetadataCommand = _ListPluginTypeMetadataCommand;
|
|
4903
|
+
|
|
4234
4904
|
// src/commands/ListRetrieversCommand.ts
|
|
4235
4905
|
|
|
4236
4906
|
|
|
@@ -4301,6 +4971,20 @@ var _PutGroupCommand = class _PutGroupCommand extends import_smithy_client.Comma
|
|
|
4301
4971
|
__name(_PutGroupCommand, "PutGroupCommand");
|
|
4302
4972
|
var PutGroupCommand = _PutGroupCommand;
|
|
4303
4973
|
|
|
4974
|
+
// src/commands/SearchRelevantContentCommand.ts
|
|
4975
|
+
|
|
4976
|
+
|
|
4977
|
+
|
|
4978
|
+
var _SearchRelevantContentCommand = class _SearchRelevantContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4979
|
+
return [
|
|
4980
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4981
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4982
|
+
];
|
|
4983
|
+
}).s("ExpertQ", "SearchRelevantContent", {}).n("QBusinessClient", "SearchRelevantContentCommand").f(void 0, void 0).ser(se_SearchRelevantContentCommand).de(de_SearchRelevantContentCommand).build() {
|
|
4984
|
+
};
|
|
4985
|
+
__name(_SearchRelevantContentCommand, "SearchRelevantContentCommand");
|
|
4986
|
+
var SearchRelevantContentCommand = _SearchRelevantContentCommand;
|
|
4987
|
+
|
|
4304
4988
|
// src/commands/StartDataSourceSyncJobCommand.ts
|
|
4305
4989
|
|
|
4306
4990
|
|
|
@@ -4385,6 +5069,20 @@ var _UpdateChatControlsConfigurationCommand = class _UpdateChatControlsConfigura
|
|
|
4385
5069
|
__name(_UpdateChatControlsConfigurationCommand, "UpdateChatControlsConfigurationCommand");
|
|
4386
5070
|
var UpdateChatControlsConfigurationCommand = _UpdateChatControlsConfigurationCommand;
|
|
4387
5071
|
|
|
5072
|
+
// src/commands/UpdateDataAccessorCommand.ts
|
|
5073
|
+
|
|
5074
|
+
|
|
5075
|
+
|
|
5076
|
+
var _UpdateDataAccessorCommand = class _UpdateDataAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5077
|
+
return [
|
|
5078
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5079
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5080
|
+
];
|
|
5081
|
+
}).s("ExpertQ", "UpdateDataAccessor", {}).n("QBusinessClient", "UpdateDataAccessorCommand").f(UpdateDataAccessorRequestFilterSensitiveLog, void 0).ser(se_UpdateDataAccessorCommand).de(de_UpdateDataAccessorCommand).build() {
|
|
5082
|
+
};
|
|
5083
|
+
__name(_UpdateDataAccessorCommand, "UpdateDataAccessorCommand");
|
|
5084
|
+
var UpdateDataAccessorCommand = _UpdateDataAccessorCommand;
|
|
5085
|
+
|
|
4388
5086
|
// src/commands/UpdateDataSourceCommand.ts
|
|
4389
5087
|
|
|
4390
5088
|
|
|
@@ -4471,11 +5169,13 @@ var UpdateWebExperienceCommand = _UpdateWebExperienceCommand;
|
|
|
4471
5169
|
|
|
4472
5170
|
// src/QBusiness.ts
|
|
4473
5171
|
var commands = {
|
|
5172
|
+
AssociatePermissionCommand,
|
|
4474
5173
|
BatchDeleteDocumentCommand,
|
|
4475
5174
|
BatchPutDocumentCommand,
|
|
4476
5175
|
ChatCommand,
|
|
4477
5176
|
ChatSyncCommand,
|
|
4478
5177
|
CreateApplicationCommand,
|
|
5178
|
+
CreateDataAccessorCommand,
|
|
4479
5179
|
CreateDataSourceCommand,
|
|
4480
5180
|
CreateIndexCommand,
|
|
4481
5181
|
CreatePluginCommand,
|
|
@@ -4485,6 +5185,7 @@ var commands = {
|
|
|
4485
5185
|
DeleteApplicationCommand,
|
|
4486
5186
|
DeleteChatControlsConfigurationCommand,
|
|
4487
5187
|
DeleteConversationCommand,
|
|
5188
|
+
DeleteDataAccessorCommand,
|
|
4488
5189
|
DeleteDataSourceCommand,
|
|
4489
5190
|
DeleteGroupCommand,
|
|
4490
5191
|
DeleteIndexCommand,
|
|
@@ -4492,37 +5193,46 @@ var commands = {
|
|
|
4492
5193
|
DeleteRetrieverCommand,
|
|
4493
5194
|
DeleteUserCommand,
|
|
4494
5195
|
DeleteWebExperienceCommand,
|
|
5196
|
+
DisassociatePermissionCommand,
|
|
4495
5197
|
GetApplicationCommand,
|
|
4496
5198
|
GetChatControlsConfigurationCommand,
|
|
5199
|
+
GetDataAccessorCommand,
|
|
4497
5200
|
GetDataSourceCommand,
|
|
4498
5201
|
GetGroupCommand,
|
|
4499
5202
|
GetIndexCommand,
|
|
4500
5203
|
GetMediaCommand,
|
|
4501
5204
|
GetPluginCommand,
|
|
5205
|
+
GetPolicyCommand,
|
|
4502
5206
|
GetRetrieverCommand,
|
|
4503
5207
|
GetUserCommand,
|
|
4504
5208
|
GetWebExperienceCommand,
|
|
4505
5209
|
ListApplicationsCommand,
|
|
4506
5210
|
ListAttachmentsCommand,
|
|
4507
5211
|
ListConversationsCommand,
|
|
5212
|
+
ListDataAccessorsCommand,
|
|
4508
5213
|
ListDataSourcesCommand,
|
|
4509
5214
|
ListDataSourceSyncJobsCommand,
|
|
4510
5215
|
ListDocumentsCommand,
|
|
4511
5216
|
ListGroupsCommand,
|
|
4512
5217
|
ListIndicesCommand,
|
|
4513
5218
|
ListMessagesCommand,
|
|
5219
|
+
ListPluginActionsCommand,
|
|
4514
5220
|
ListPluginsCommand,
|
|
5221
|
+
ListPluginTypeActionsCommand,
|
|
5222
|
+
ListPluginTypeMetadataCommand,
|
|
4515
5223
|
ListRetrieversCommand,
|
|
4516
5224
|
ListTagsForResourceCommand,
|
|
4517
5225
|
ListWebExperiencesCommand,
|
|
4518
5226
|
PutFeedbackCommand,
|
|
4519
5227
|
PutGroupCommand,
|
|
5228
|
+
SearchRelevantContentCommand,
|
|
4520
5229
|
StartDataSourceSyncJobCommand,
|
|
4521
5230
|
StopDataSourceSyncJobCommand,
|
|
4522
5231
|
TagResourceCommand,
|
|
4523
5232
|
UntagResourceCommand,
|
|
4524
5233
|
UpdateApplicationCommand,
|
|
4525
5234
|
UpdateChatControlsConfigurationCommand,
|
|
5235
|
+
UpdateDataAccessorCommand,
|
|
4526
5236
|
UpdateDataSourceCommand,
|
|
4527
5237
|
UpdateIndexCommand,
|
|
4528
5238
|
UpdatePluginCommand,
|
|
@@ -4552,6 +5262,10 @@ var paginateListAttachments = (0, import_core.createPaginator)(QBusinessClient,
|
|
|
4552
5262
|
|
|
4553
5263
|
var paginateListConversations = (0, import_core.createPaginator)(QBusinessClient, ListConversationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4554
5264
|
|
|
5265
|
+
// src/pagination/ListDataAccessorsPaginator.ts
|
|
5266
|
+
|
|
5267
|
+
var paginateListDataAccessors = (0, import_core.createPaginator)(QBusinessClient, ListDataAccessorsCommand, "nextToken", "nextToken", "maxResults");
|
|
5268
|
+
|
|
4555
5269
|
// src/pagination/ListDataSourceSyncJobsPaginator.ts
|
|
4556
5270
|
|
|
4557
5271
|
var paginateListDataSourceSyncJobs = (0, import_core.createPaginator)(QBusinessClient, ListDataSourceSyncJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -4576,6 +5290,18 @@ var paginateListIndices = (0, import_core.createPaginator)(QBusinessClient, List
|
|
|
4576
5290
|
|
|
4577
5291
|
var paginateListMessages = (0, import_core.createPaginator)(QBusinessClient, ListMessagesCommand, "nextToken", "nextToken", "maxResults");
|
|
4578
5292
|
|
|
5293
|
+
// src/pagination/ListPluginActionsPaginator.ts
|
|
5294
|
+
|
|
5295
|
+
var paginateListPluginActions = (0, import_core.createPaginator)(QBusinessClient, ListPluginActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
5296
|
+
|
|
5297
|
+
// src/pagination/ListPluginTypeActionsPaginator.ts
|
|
5298
|
+
|
|
5299
|
+
var paginateListPluginTypeActions = (0, import_core.createPaginator)(QBusinessClient, ListPluginTypeActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
5300
|
+
|
|
5301
|
+
// src/pagination/ListPluginTypeMetadataPaginator.ts
|
|
5302
|
+
|
|
5303
|
+
var paginateListPluginTypeMetadata = (0, import_core.createPaginator)(QBusinessClient, ListPluginTypeMetadataCommand, "nextToken", "nextToken", "maxResults");
|
|
5304
|
+
|
|
4579
5305
|
// src/pagination/ListPluginsPaginator.ts
|
|
4580
5306
|
|
|
4581
5307
|
var paginateListPlugins = (0, import_core.createPaginator)(QBusinessClient, ListPluginsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -4587,6 +5313,10 @@ var paginateListRetrievers = (0, import_core.createPaginator)(QBusinessClient, L
|
|
|
4587
5313
|
// src/pagination/ListWebExperiencesPaginator.ts
|
|
4588
5314
|
|
|
4589
5315
|
var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClient, ListWebExperiencesCommand, "nextToken", "nextToken", "maxResults");
|
|
5316
|
+
|
|
5317
|
+
// src/pagination/SearchRelevantContentPaginator.ts
|
|
5318
|
+
|
|
5319
|
+
var paginateSearchRelevantContent = (0, import_core.createPaginator)(QBusinessClient, SearchRelevantContentCommand, "nextToken", "nextToken", "maxResults");
|
|
4590
5320
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4591
5321
|
|
|
4592
5322
|
0 && (module.exports = {
|
|
@@ -4595,11 +5325,13 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4595
5325
|
QBusinessClient,
|
|
4596
5326
|
QBusiness,
|
|
4597
5327
|
$Command,
|
|
5328
|
+
AssociatePermissionCommand,
|
|
4598
5329
|
BatchDeleteDocumentCommand,
|
|
4599
5330
|
BatchPutDocumentCommand,
|
|
4600
5331
|
ChatCommand,
|
|
4601
5332
|
ChatSyncCommand,
|
|
4602
5333
|
CreateApplicationCommand,
|
|
5334
|
+
CreateDataAccessorCommand,
|
|
4603
5335
|
CreateDataSourceCommand,
|
|
4604
5336
|
CreateIndexCommand,
|
|
4605
5337
|
CreatePluginCommand,
|
|
@@ -4609,6 +5341,7 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4609
5341
|
DeleteApplicationCommand,
|
|
4610
5342
|
DeleteChatControlsConfigurationCommand,
|
|
4611
5343
|
DeleteConversationCommand,
|
|
5344
|
+
DeleteDataAccessorCommand,
|
|
4612
5345
|
DeleteDataSourceCommand,
|
|
4613
5346
|
DeleteGroupCommand,
|
|
4614
5347
|
DeleteIndexCommand,
|
|
@@ -4616,37 +5349,46 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4616
5349
|
DeleteRetrieverCommand,
|
|
4617
5350
|
DeleteUserCommand,
|
|
4618
5351
|
DeleteWebExperienceCommand,
|
|
5352
|
+
DisassociatePermissionCommand,
|
|
4619
5353
|
GetApplicationCommand,
|
|
4620
5354
|
GetChatControlsConfigurationCommand,
|
|
5355
|
+
GetDataAccessorCommand,
|
|
4621
5356
|
GetDataSourceCommand,
|
|
4622
5357
|
GetGroupCommand,
|
|
4623
5358
|
GetIndexCommand,
|
|
4624
5359
|
GetMediaCommand,
|
|
4625
5360
|
GetPluginCommand,
|
|
5361
|
+
GetPolicyCommand,
|
|
4626
5362
|
GetRetrieverCommand,
|
|
4627
5363
|
GetUserCommand,
|
|
4628
5364
|
GetWebExperienceCommand,
|
|
4629
5365
|
ListApplicationsCommand,
|
|
4630
5366
|
ListAttachmentsCommand,
|
|
4631
5367
|
ListConversationsCommand,
|
|
5368
|
+
ListDataAccessorsCommand,
|
|
4632
5369
|
ListDataSourceSyncJobsCommand,
|
|
4633
5370
|
ListDataSourcesCommand,
|
|
4634
5371
|
ListDocumentsCommand,
|
|
4635
5372
|
ListGroupsCommand,
|
|
4636
5373
|
ListIndicesCommand,
|
|
4637
5374
|
ListMessagesCommand,
|
|
5375
|
+
ListPluginActionsCommand,
|
|
5376
|
+
ListPluginTypeActionsCommand,
|
|
5377
|
+
ListPluginTypeMetadataCommand,
|
|
4638
5378
|
ListPluginsCommand,
|
|
4639
5379
|
ListRetrieversCommand,
|
|
4640
5380
|
ListTagsForResourceCommand,
|
|
4641
5381
|
ListWebExperiencesCommand,
|
|
4642
5382
|
PutFeedbackCommand,
|
|
4643
5383
|
PutGroupCommand,
|
|
5384
|
+
SearchRelevantContentCommand,
|
|
4644
5385
|
StartDataSourceSyncJobCommand,
|
|
4645
5386
|
StopDataSourceSyncJobCommand,
|
|
4646
5387
|
TagResourceCommand,
|
|
4647
5388
|
UntagResourceCommand,
|
|
4648
5389
|
UpdateApplicationCommand,
|
|
4649
5390
|
UpdateChatControlsConfigurationCommand,
|
|
5391
|
+
UpdateDataAccessorCommand,
|
|
4650
5392
|
UpdateDataSourceCommand,
|
|
4651
5393
|
UpdateIndexCommand,
|
|
4652
5394
|
UpdatePluginCommand,
|
|
@@ -4657,20 +5399,26 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4657
5399
|
paginateListApplications,
|
|
4658
5400
|
paginateListAttachments,
|
|
4659
5401
|
paginateListConversations,
|
|
5402
|
+
paginateListDataAccessors,
|
|
4660
5403
|
paginateListDataSourceSyncJobs,
|
|
4661
5404
|
paginateListDataSources,
|
|
4662
5405
|
paginateListDocuments,
|
|
4663
5406
|
paginateListGroups,
|
|
4664
5407
|
paginateListIndices,
|
|
4665
5408
|
paginateListMessages,
|
|
5409
|
+
paginateListPluginActions,
|
|
5410
|
+
paginateListPluginTypeActions,
|
|
5411
|
+
paginateListPluginTypeMetadata,
|
|
4666
5412
|
paginateListPlugins,
|
|
4667
5413
|
paginateListRetrievers,
|
|
4668
5414
|
paginateListWebExperiences,
|
|
5415
|
+
paginateSearchRelevantContent,
|
|
4669
5416
|
MemberRelation,
|
|
4670
5417
|
ReadAccessType,
|
|
4671
5418
|
MembershipType,
|
|
4672
5419
|
Principal,
|
|
4673
5420
|
AccessDeniedException,
|
|
5421
|
+
DocumentAttributeValue,
|
|
4674
5422
|
ActionPayloadFieldType,
|
|
4675
5423
|
PluginType,
|
|
4676
5424
|
APISchema,
|
|
@@ -4692,7 +5440,6 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4692
5440
|
ErrorCode,
|
|
4693
5441
|
IndexType,
|
|
4694
5442
|
DocumentEnrichmentConditionOperator,
|
|
4695
|
-
DocumentAttributeValue,
|
|
4696
5443
|
DocumentContentOperator,
|
|
4697
5444
|
AttributeValueOperator,
|
|
4698
5445
|
ImageExtractionStatus,
|
|
@@ -4725,6 +5472,7 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4725
5472
|
ChatOutputStream,
|
|
4726
5473
|
ExternalResourceException,
|
|
4727
5474
|
LicenseNotFoundException,
|
|
5475
|
+
ContentSource,
|
|
4728
5476
|
DataSourceSyncJobStatus,
|
|
4729
5477
|
DocumentStatus,
|
|
4730
5478
|
ResponseScope,
|
|
@@ -4733,12 +5481,15 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4733
5481
|
GroupStatus,
|
|
4734
5482
|
MediaTooLargeException,
|
|
4735
5483
|
MessageType,
|
|
5484
|
+
PluginTypeCategory,
|
|
4736
5485
|
MessageUsefulnessReason,
|
|
4737
5486
|
MessageUsefulness,
|
|
4738
|
-
|
|
5487
|
+
ScoreConfidence,
|
|
4739
5488
|
APISchemaFilterSensitiveLog,
|
|
4740
5489
|
EncryptionConfigurationFilterSensitiveLog,
|
|
4741
5490
|
CreateApplicationRequestFilterSensitiveLog,
|
|
5491
|
+
DataAccessorFilterSensitiveLog,
|
|
5492
|
+
ListDataAccessorsResponseFilterSensitiveLog,
|
|
4742
5493
|
GetApplicationResponseFilterSensitiveLog,
|
|
4743
5494
|
CustomPluginConfigurationFilterSensitiveLog,
|
|
4744
5495
|
CreatePluginRequestFilterSensitiveLog,
|
|
@@ -4746,7 +5497,11 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4746
5497
|
UpdatePluginRequestFilterSensitiveLog,
|
|
4747
5498
|
ChatOutputStreamFilterSensitiveLog,
|
|
4748
5499
|
ChatOutputFilterSensitiveLog,
|
|
5500
|
+
ChatInputStream,
|
|
4749
5501
|
ChatInputStreamFilterSensitiveLog,
|
|
4750
|
-
ChatInputFilterSensitiveLog
|
|
5502
|
+
ChatInputFilterSensitiveLog,
|
|
5503
|
+
CreateDataAccessorRequestFilterSensitiveLog,
|
|
5504
|
+
GetDataAccessorResponseFilterSensitiveLog,
|
|
5505
|
+
UpdateDataAccessorRequestFilterSensitiveLog
|
|
4751
5506
|
});
|
|
4752
5507
|
|