@aws-sdk/client-qbusiness 3.703.0 → 3.705.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 +801 -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 +455 -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 +218 -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 +752 -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 +241 -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,30 @@ 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
|
+
const query = (0, import_smithy_client.map)({
|
|
1956
|
+
[_uI]: [, input[_uI]],
|
|
1957
|
+
[_uG]: [() => input.userGroups !== void 0, () => input[_uG] || []]
|
|
1958
|
+
});
|
|
1959
|
+
let body;
|
|
1960
|
+
body = JSON.stringify(
|
|
1961
|
+
(0, import_smithy_client.take)(input, {
|
|
1962
|
+
attributeFilter: (_) => se_AttributeFilter(_, context),
|
|
1963
|
+
contentSource: (_) => (0, import_smithy_client._json)(_),
|
|
1964
|
+
maxResults: [],
|
|
1965
|
+
nextToken: [],
|
|
1966
|
+
queryText: []
|
|
1967
|
+
})
|
|
1968
|
+
);
|
|
1969
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1970
|
+
return b.build();
|
|
1971
|
+
}, "se_SearchRelevantContentCommand");
|
|
1729
1972
|
var se_StartDataSourceSyncJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1730
1973
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1731
1974
|
const headers = {};
|
|
@@ -1820,6 +2063,24 @@ var se_UpdateChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1820
2063
|
b.m("PATCH").h(headers).b(body);
|
|
1821
2064
|
return b.build();
|
|
1822
2065
|
}, "se_UpdateChatControlsConfigurationCommand");
|
|
2066
|
+
var se_UpdateDataAccessorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2067
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2068
|
+
const headers = {
|
|
2069
|
+
"content-type": "application/json"
|
|
2070
|
+
};
|
|
2071
|
+
b.bp("/applications/{applicationId}/dataaccessors/{dataAccessorId}");
|
|
2072
|
+
b.p("applicationId", () => input.applicationId, "{applicationId}", false);
|
|
2073
|
+
b.p("dataAccessorId", () => input.dataAccessorId, "{dataAccessorId}", false);
|
|
2074
|
+
let body;
|
|
2075
|
+
body = JSON.stringify(
|
|
2076
|
+
(0, import_smithy_client.take)(input, {
|
|
2077
|
+
actionConfigurations: (_) => se_ActionConfigurationList(_, context),
|
|
2078
|
+
displayName: []
|
|
2079
|
+
})
|
|
2080
|
+
);
|
|
2081
|
+
b.m("PUT").h(headers).b(body);
|
|
2082
|
+
return b.build();
|
|
2083
|
+
}, "se_UpdateDataAccessorCommand");
|
|
1823
2084
|
var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1824
2085
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1825
2086
|
const headers = {
|
|
@@ -1936,6 +2197,7 @@ var se_UpdateWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1936
2197
|
(0, import_smithy_client.take)(input, {
|
|
1937
2198
|
authenticationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1938
2199
|
browserExtensionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2200
|
+
customizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1939
2201
|
identityProviderConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1940
2202
|
origins: (_) => (0, import_smithy_client._json)(_),
|
|
1941
2203
|
roleArn: [],
|
|
@@ -1948,6 +2210,20 @@ var se_UpdateWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1948
2210
|
b.m("PUT").h(headers).b(body);
|
|
1949
2211
|
return b.build();
|
|
1950
2212
|
}, "se_UpdateWebExperienceCommand");
|
|
2213
|
+
var de_AssociatePermissionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2214
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2215
|
+
return de_CommandError(output, context);
|
|
2216
|
+
}
|
|
2217
|
+
const contents = (0, import_smithy_client.map)({
|
|
2218
|
+
$metadata: deserializeMetadata(output)
|
|
2219
|
+
});
|
|
2220
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2221
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2222
|
+
statement: import_smithy_client.expectString
|
|
2223
|
+
});
|
|
2224
|
+
Object.assign(contents, doc);
|
|
2225
|
+
return contents;
|
|
2226
|
+
}, "de_AssociatePermissionCommand");
|
|
1951
2227
|
var de_BatchDeleteDocumentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1952
2228
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1953
2229
|
return de_CommandError(output, context);
|
|
@@ -2023,6 +2299,22 @@ var de_CreateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2023
2299
|
Object.assign(contents, doc);
|
|
2024
2300
|
return contents;
|
|
2025
2301
|
}, "de_CreateApplicationCommand");
|
|
2302
|
+
var de_CreateDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2303
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2304
|
+
return de_CommandError(output, context);
|
|
2305
|
+
}
|
|
2306
|
+
const contents = (0, import_smithy_client.map)({
|
|
2307
|
+
$metadata: deserializeMetadata(output)
|
|
2308
|
+
});
|
|
2309
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2310
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2311
|
+
dataAccessorArn: import_smithy_client.expectString,
|
|
2312
|
+
dataAccessorId: import_smithy_client.expectString,
|
|
2313
|
+
idcApplicationArn: import_smithy_client.expectString
|
|
2314
|
+
});
|
|
2315
|
+
Object.assign(contents, doc);
|
|
2316
|
+
return contents;
|
|
2317
|
+
}, "de_CreateDataAccessorCommand");
|
|
2026
2318
|
var de_CreateDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2027
2319
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2028
2320
|
return de_CommandError(output, context);
|
|
@@ -2139,6 +2431,16 @@ var de_DeleteConversationCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2139
2431
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2140
2432
|
return contents;
|
|
2141
2433
|
}, "de_DeleteConversationCommand");
|
|
2434
|
+
var de_DeleteDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2435
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2436
|
+
return de_CommandError(output, context);
|
|
2437
|
+
}
|
|
2438
|
+
const contents = (0, import_smithy_client.map)({
|
|
2439
|
+
$metadata: deserializeMetadata(output)
|
|
2440
|
+
});
|
|
2441
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2442
|
+
return contents;
|
|
2443
|
+
}, "de_DeleteDataAccessorCommand");
|
|
2142
2444
|
var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2143
2445
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2144
2446
|
return de_CommandError(output, context);
|
|
@@ -2209,6 +2511,16 @@ var de_DeleteWebExperienceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2209
2511
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2210
2512
|
return contents;
|
|
2211
2513
|
}, "de_DeleteWebExperienceCommand");
|
|
2514
|
+
var de_DisassociatePermissionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2515
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2516
|
+
return de_CommandError(output, context);
|
|
2517
|
+
}
|
|
2518
|
+
const contents = (0, import_smithy_client.map)({
|
|
2519
|
+
$metadata: deserializeMetadata(output)
|
|
2520
|
+
});
|
|
2521
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2522
|
+
return contents;
|
|
2523
|
+
}, "de_DisassociatePermissionCommand");
|
|
2212
2524
|
var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2213
2525
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2214
2526
|
return de_CommandError(output, context);
|
|
@@ -2233,6 +2545,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2233
2545
|
identityType: import_smithy_client.expectString,
|
|
2234
2546
|
personalizationConfiguration: import_smithy_client._json,
|
|
2235
2547
|
qAppsConfiguration: import_smithy_client._json,
|
|
2548
|
+
quickSightConfiguration: import_smithy_client._json,
|
|
2236
2549
|
roleArn: import_smithy_client.expectString,
|
|
2237
2550
|
status: import_smithy_client.expectString,
|
|
2238
2551
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
@@ -2258,6 +2571,28 @@ var de_GetChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2258
2571
|
Object.assign(contents, doc);
|
|
2259
2572
|
return contents;
|
|
2260
2573
|
}, "de_GetChatControlsConfigurationCommand");
|
|
2574
|
+
var de_GetDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2575
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2576
|
+
return de_CommandError(output, context);
|
|
2577
|
+
}
|
|
2578
|
+
const contents = (0, import_smithy_client.map)({
|
|
2579
|
+
$metadata: deserializeMetadata(output)
|
|
2580
|
+
});
|
|
2581
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2582
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2583
|
+
actionConfigurations: (_) => de_ActionConfigurationList(_, context),
|
|
2584
|
+
applicationId: import_smithy_client.expectString,
|
|
2585
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2586
|
+
dataAccessorArn: import_smithy_client.expectString,
|
|
2587
|
+
dataAccessorId: import_smithy_client.expectString,
|
|
2588
|
+
displayName: import_smithy_client.expectString,
|
|
2589
|
+
idcApplicationArn: import_smithy_client.expectString,
|
|
2590
|
+
principal: import_smithy_client.expectString,
|
|
2591
|
+
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2592
|
+
});
|
|
2593
|
+
Object.assign(contents, doc);
|
|
2594
|
+
return contents;
|
|
2595
|
+
}, "de_GetDataAccessorCommand");
|
|
2261
2596
|
var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2262
2597
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2263
2598
|
return de_CommandError(output, context);
|
|
@@ -2369,6 +2704,20 @@ var de_GetPluginCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2369
2704
|
Object.assign(contents, doc);
|
|
2370
2705
|
return contents;
|
|
2371
2706
|
}, "de_GetPluginCommand");
|
|
2707
|
+
var de_GetPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2708
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2709
|
+
return de_CommandError(output, context);
|
|
2710
|
+
}
|
|
2711
|
+
const contents = (0, import_smithy_client.map)({
|
|
2712
|
+
$metadata: deserializeMetadata(output)
|
|
2713
|
+
});
|
|
2714
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2715
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2716
|
+
policy: import_smithy_client.expectString
|
|
2717
|
+
});
|
|
2718
|
+
Object.assign(contents, doc);
|
|
2719
|
+
return contents;
|
|
2720
|
+
}, "de_GetPolicyCommand");
|
|
2372
2721
|
var de_GetRetrieverCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2373
2722
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2374
2723
|
return de_CommandError(output, context);
|
|
@@ -2419,6 +2768,7 @@ var de_GetWebExperienceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2419
2768
|
authenticationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2420
2769
|
browserExtensionConfiguration: import_smithy_client._json,
|
|
2421
2770
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2771
|
+
customizationConfiguration: import_smithy_client._json,
|
|
2422
2772
|
defaultEndpoint: import_smithy_client.expectString,
|
|
2423
2773
|
error: import_smithy_client._json,
|
|
2424
2774
|
identityProviderConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
@@ -2481,6 +2831,21 @@ var de_ListConversationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2481
2831
|
Object.assign(contents, doc);
|
|
2482
2832
|
return contents;
|
|
2483
2833
|
}, "de_ListConversationsCommand");
|
|
2834
|
+
var de_ListDataAccessorsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2835
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2836
|
+
return de_CommandError(output, context);
|
|
2837
|
+
}
|
|
2838
|
+
const contents = (0, import_smithy_client.map)({
|
|
2839
|
+
$metadata: deserializeMetadata(output)
|
|
2840
|
+
});
|
|
2841
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2842
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2843
|
+
dataAccessors: (_) => de_DataAccessors(_, context),
|
|
2844
|
+
nextToken: import_smithy_client.expectString
|
|
2845
|
+
});
|
|
2846
|
+
Object.assign(contents, doc);
|
|
2847
|
+
return contents;
|
|
2848
|
+
}, "de_ListDataAccessorsCommand");
|
|
2484
2849
|
var de_ListDataSourcesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2485
2850
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2486
2851
|
return de_CommandError(output, context);
|
|
@@ -2571,6 +2936,21 @@ var de_ListMessagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2571
2936
|
Object.assign(contents, doc);
|
|
2572
2937
|
return contents;
|
|
2573
2938
|
}, "de_ListMessagesCommand");
|
|
2939
|
+
var de_ListPluginActionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2940
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2941
|
+
return de_CommandError(output, context);
|
|
2942
|
+
}
|
|
2943
|
+
const contents = (0, import_smithy_client.map)({
|
|
2944
|
+
$metadata: deserializeMetadata(output)
|
|
2945
|
+
});
|
|
2946
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2947
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2948
|
+
items: import_smithy_client._json,
|
|
2949
|
+
nextToken: import_smithy_client.expectString
|
|
2950
|
+
});
|
|
2951
|
+
Object.assign(contents, doc);
|
|
2952
|
+
return contents;
|
|
2953
|
+
}, "de_ListPluginActionsCommand");
|
|
2574
2954
|
var de_ListPluginsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2575
2955
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2576
2956
|
return de_CommandError(output, context);
|
|
@@ -2586,6 +2966,36 @@ var de_ListPluginsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2586
2966
|
Object.assign(contents, doc);
|
|
2587
2967
|
return contents;
|
|
2588
2968
|
}, "de_ListPluginsCommand");
|
|
2969
|
+
var de_ListPluginTypeActionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2970
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2971
|
+
return de_CommandError(output, context);
|
|
2972
|
+
}
|
|
2973
|
+
const contents = (0, import_smithy_client.map)({
|
|
2974
|
+
$metadata: deserializeMetadata(output)
|
|
2975
|
+
});
|
|
2976
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2977
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2978
|
+
items: import_smithy_client._json,
|
|
2979
|
+
nextToken: import_smithy_client.expectString
|
|
2980
|
+
});
|
|
2981
|
+
Object.assign(contents, doc);
|
|
2982
|
+
return contents;
|
|
2983
|
+
}, "de_ListPluginTypeActionsCommand");
|
|
2984
|
+
var de_ListPluginTypeMetadataCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2985
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2986
|
+
return de_CommandError(output, context);
|
|
2987
|
+
}
|
|
2988
|
+
const contents = (0, import_smithy_client.map)({
|
|
2989
|
+
$metadata: deserializeMetadata(output)
|
|
2990
|
+
});
|
|
2991
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2992
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2993
|
+
items: import_smithy_client._json,
|
|
2994
|
+
nextToken: import_smithy_client.expectString
|
|
2995
|
+
});
|
|
2996
|
+
Object.assign(contents, doc);
|
|
2997
|
+
return contents;
|
|
2998
|
+
}, "de_ListPluginTypeMetadataCommand");
|
|
2589
2999
|
var de_ListRetrieversCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2590
3000
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2591
3001
|
return de_CommandError(output, context);
|
|
@@ -2650,6 +3060,21 @@ var de_PutGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2650
3060
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2651
3061
|
return contents;
|
|
2652
3062
|
}, "de_PutGroupCommand");
|
|
3063
|
+
var de_SearchRelevantContentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3064
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3065
|
+
return de_CommandError(output, context);
|
|
3066
|
+
}
|
|
3067
|
+
const contents = (0, import_smithy_client.map)({
|
|
3068
|
+
$metadata: deserializeMetadata(output)
|
|
3069
|
+
});
|
|
3070
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3071
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3072
|
+
nextToken: import_smithy_client.expectString,
|
|
3073
|
+
relevantContent: (_) => de_RelevantContentList(_, context)
|
|
3074
|
+
});
|
|
3075
|
+
Object.assign(contents, doc);
|
|
3076
|
+
return contents;
|
|
3077
|
+
}, "de_SearchRelevantContentCommand");
|
|
2653
3078
|
var de_StartDataSourceSyncJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2654
3079
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2655
3080
|
return de_CommandError(output, context);
|
|
@@ -2714,6 +3139,16 @@ var de_UpdateChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2714
3139
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2715
3140
|
return contents;
|
|
2716
3141
|
}, "de_UpdateChatControlsConfigurationCommand");
|
|
3142
|
+
var de_UpdateDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3143
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3144
|
+
return de_CommandError(output, context);
|
|
3145
|
+
}
|
|
3146
|
+
const contents = (0, import_smithy_client.map)({
|
|
3147
|
+
$metadata: deserializeMetadata(output)
|
|
3148
|
+
});
|
|
3149
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3150
|
+
return contents;
|
|
3151
|
+
}, "de_UpdateDataAccessorCommand");
|
|
2717
3152
|
var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2718
3153
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2719
3154
|
return de_CommandError(output, context);
|
|
@@ -2799,15 +3234,15 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2799
3234
|
case "ResourceNotFoundException":
|
|
2800
3235
|
case "com.amazonaws.qbusiness#ResourceNotFoundException":
|
|
2801
3236
|
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
3237
|
+
case "ServiceQuotaExceededException":
|
|
3238
|
+
case "com.amazonaws.qbusiness#ServiceQuotaExceededException":
|
|
3239
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
2802
3240
|
case "ThrottlingException":
|
|
2803
3241
|
case "com.amazonaws.qbusiness#ThrottlingException":
|
|
2804
3242
|
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
2805
3243
|
case "ValidationException":
|
|
2806
3244
|
case "com.amazonaws.qbusiness#ValidationException":
|
|
2807
3245
|
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2808
|
-
case "ServiceQuotaExceededException":
|
|
2809
|
-
case "com.amazonaws.qbusiness#ServiceQuotaExceededException":
|
|
2810
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
2811
3246
|
case "ExternalResourceException":
|
|
2812
3247
|
case "com.amazonaws.qbusiness#ExternalResourceException":
|
|
2813
3248
|
throw await de_ExternalResourceExceptionRes(parsedOutput, context);
|
|
@@ -3106,6 +3541,17 @@ var de_TextOutputEvent_event = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3106
3541
|
Object.assign(contents, (0, import_smithy_client._json)(data));
|
|
3107
3542
|
return contents;
|
|
3108
3543
|
}, "de_TextOutputEvent_event");
|
|
3544
|
+
var se_ActionConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3545
|
+
return (0, import_smithy_client.take)(input, {
|
|
3546
|
+
action: [],
|
|
3547
|
+
filterConfiguration: (_) => se_ActionFilterConfiguration(_, context)
|
|
3548
|
+
});
|
|
3549
|
+
}, "se_ActionConfiguration");
|
|
3550
|
+
var se_ActionConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
3551
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
3552
|
+
return se_ActionConfiguration(entry, context);
|
|
3553
|
+
});
|
|
3554
|
+
}, "se_ActionConfigurationList");
|
|
3109
3555
|
var se_ActionExecution = /* @__PURE__ */ __name((input, context) => {
|
|
3110
3556
|
return (0, import_smithy_client.take)(input, {
|
|
3111
3557
|
payload: (_) => se_ActionExecutionPayload(_, context),
|
|
@@ -3134,6 +3580,11 @@ var se_ActionExecutionPayloadField = /* @__PURE__ */ __name((input, context) =>
|
|
|
3134
3580
|
value: (_) => se_ActionPayloadFieldValue(_, context)
|
|
3135
3581
|
});
|
|
3136
3582
|
}, "se_ActionExecutionPayloadField");
|
|
3583
|
+
var se_ActionFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3584
|
+
return (0, import_smithy_client.take)(input, {
|
|
3585
|
+
documentAttributeFilter: (_) => se_AttributeFilter(_, context)
|
|
3586
|
+
});
|
|
3587
|
+
}, "se_ActionFilterConfiguration");
|
|
3137
3588
|
var se_ActionPayloadFieldValue = /* @__PURE__ */ __name((input, context) => {
|
|
3138
3589
|
return input;
|
|
3139
3590
|
}, "se_ActionPayloadFieldValue");
|
|
@@ -3276,6 +3727,18 @@ var se_MessageUsefulnessFeedback = /* @__PURE__ */ __name((input, context) => {
|
|
|
3276
3727
|
usefulness: []
|
|
3277
3728
|
});
|
|
3278
3729
|
}, "se_MessageUsefulnessFeedback");
|
|
3730
|
+
var de_ActionConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3731
|
+
return (0, import_smithy_client.take)(output, {
|
|
3732
|
+
action: import_smithy_client.expectString,
|
|
3733
|
+
filterConfiguration: (_) => de_ActionFilterConfiguration(_, context)
|
|
3734
|
+
});
|
|
3735
|
+
}, "de_ActionConfiguration");
|
|
3736
|
+
var de_ActionConfigurationList = /* @__PURE__ */ __name((output, context) => {
|
|
3737
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3738
|
+
return de_ActionConfiguration(entry, context);
|
|
3739
|
+
});
|
|
3740
|
+
return retVal;
|
|
3741
|
+
}, "de_ActionConfigurationList");
|
|
3279
3742
|
var de_ActionExecution = /* @__PURE__ */ __name((output, context) => {
|
|
3280
3743
|
return (0, import_smithy_client.take)(output, {
|
|
3281
3744
|
payload: (_) => de_ActionExecutionPayload(_, context),
|
|
@@ -3300,6 +3763,11 @@ var de_ActionExecutionPayloadField = /* @__PURE__ */ __name((output, context) =>
|
|
|
3300
3763
|
value: (_) => de_ActionPayloadFieldValue(_, context)
|
|
3301
3764
|
});
|
|
3302
3765
|
}, "de_ActionExecutionPayloadField");
|
|
3766
|
+
var de_ActionFilterConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3767
|
+
return (0, import_smithy_client.take)(output, {
|
|
3768
|
+
documentAttributeFilter: (_) => de_AttributeFilter(_, context)
|
|
3769
|
+
});
|
|
3770
|
+
}, "de_ActionFilterConfiguration");
|
|
3303
3771
|
var de_ActionPayloadFieldValue = /* @__PURE__ */ __name((output, context) => {
|
|
3304
3772
|
return output;
|
|
3305
3773
|
}, "de_ActionPayloadFieldValue");
|
|
@@ -3365,6 +3833,7 @@ var de_Application = /* @__PURE__ */ __name((output, context) => {
|
|
|
3365
3833
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3366
3834
|
displayName: import_smithy_client.expectString,
|
|
3367
3835
|
identityType: import_smithy_client.expectString,
|
|
3836
|
+
quickSightConfiguration: import_smithy_client._json,
|
|
3368
3837
|
status: import_smithy_client.expectString,
|
|
3369
3838
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3370
3839
|
});
|
|
@@ -3395,6 +3864,26 @@ var de_AttachmentList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3395
3864
|
});
|
|
3396
3865
|
return retVal;
|
|
3397
3866
|
}, "de_AttachmentList");
|
|
3867
|
+
var de_AttributeFilter = /* @__PURE__ */ __name((output, context) => {
|
|
3868
|
+
return (0, import_smithy_client.take)(output, {
|
|
3869
|
+
andAllFilters: (_) => de_AttributeFilters(_, context),
|
|
3870
|
+
containsAll: (_) => de_DocumentAttribute(_, context),
|
|
3871
|
+
containsAny: (_) => de_DocumentAttribute(_, context),
|
|
3872
|
+
equalsTo: (_) => de_DocumentAttribute(_, context),
|
|
3873
|
+
greaterThan: (_) => de_DocumentAttribute(_, context),
|
|
3874
|
+
greaterThanOrEquals: (_) => de_DocumentAttribute(_, context),
|
|
3875
|
+
lessThan: (_) => de_DocumentAttribute(_, context),
|
|
3876
|
+
lessThanOrEquals: (_) => de_DocumentAttribute(_, context),
|
|
3877
|
+
notFilter: (_) => de_AttributeFilter(_, context),
|
|
3878
|
+
orAllFilters: (_) => de_AttributeFilters(_, context)
|
|
3879
|
+
});
|
|
3880
|
+
}, "de_AttributeFilter");
|
|
3881
|
+
var de_AttributeFilters = /* @__PURE__ */ __name((output, context) => {
|
|
3882
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3883
|
+
return de_AttributeFilter(entry, context);
|
|
3884
|
+
});
|
|
3885
|
+
return retVal;
|
|
3886
|
+
}, "de_AttributeFilters");
|
|
3398
3887
|
var de_Conversation = /* @__PURE__ */ __name((output, context) => {
|
|
3399
3888
|
return (0, import_smithy_client.take)(output, {
|
|
3400
3889
|
conversationId: import_smithy_client.expectString,
|
|
@@ -3408,6 +3897,23 @@ var de_Conversations = /* @__PURE__ */ __name((output, context) => {
|
|
|
3408
3897
|
});
|
|
3409
3898
|
return retVal;
|
|
3410
3899
|
}, "de_Conversations");
|
|
3900
|
+
var de_DataAccessor = /* @__PURE__ */ __name((output, context) => {
|
|
3901
|
+
return (0, import_smithy_client.take)(output, {
|
|
3902
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3903
|
+
dataAccessorArn: import_smithy_client.expectString,
|
|
3904
|
+
dataAccessorId: import_smithy_client.expectString,
|
|
3905
|
+
displayName: import_smithy_client.expectString,
|
|
3906
|
+
idcApplicationArn: import_smithy_client.expectString,
|
|
3907
|
+
principal: import_smithy_client.expectString,
|
|
3908
|
+
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3909
|
+
});
|
|
3910
|
+
}, "de_DataAccessor");
|
|
3911
|
+
var de_DataAccessors = /* @__PURE__ */ __name((output, context) => {
|
|
3912
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3913
|
+
return de_DataAccessor(entry, context);
|
|
3914
|
+
});
|
|
3915
|
+
return retVal;
|
|
3916
|
+
}, "de_DataAccessors");
|
|
3411
3917
|
var de_DataSource = /* @__PURE__ */ __name((output, context) => {
|
|
3412
3918
|
return (0, import_smithy_client.take)(output, {
|
|
3413
3919
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -3444,6 +3950,12 @@ var de_DataSourceSyncJobs = /* @__PURE__ */ __name((output, context) => {
|
|
|
3444
3950
|
});
|
|
3445
3951
|
return retVal;
|
|
3446
3952
|
}, "de_DataSourceSyncJobs");
|
|
3953
|
+
var de_DocumentAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
3954
|
+
return (0, import_smithy_client.take)(output, {
|
|
3955
|
+
name: import_smithy_client.expectString,
|
|
3956
|
+
value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
|
|
3957
|
+
});
|
|
3958
|
+
}, "de_DocumentAttribute");
|
|
3447
3959
|
var de_DocumentAttributeCondition = /* @__PURE__ */ __name((output, context) => {
|
|
3448
3960
|
return (0, import_smithy_client.take)(output, {
|
|
3449
3961
|
key: import_smithy_client.expectString,
|
|
@@ -3451,6 +3963,12 @@ var de_DocumentAttributeCondition = /* @__PURE__ */ __name((output, context) =>
|
|
|
3451
3963
|
value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
|
|
3452
3964
|
});
|
|
3453
3965
|
}, "de_DocumentAttributeCondition");
|
|
3966
|
+
var de_DocumentAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
3967
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3968
|
+
return de_DocumentAttribute(entry, context);
|
|
3969
|
+
});
|
|
3970
|
+
return retVal;
|
|
3971
|
+
}, "de_DocumentAttributes");
|
|
3454
3972
|
var de_DocumentAttributeTarget = /* @__PURE__ */ __name((output, context) => {
|
|
3455
3973
|
return (0, import_smithy_client.take)(output, {
|
|
3456
3974
|
attributeValueOperator: import_smithy_client.expectString,
|
|
@@ -3593,6 +4111,22 @@ var de_Plugins = /* @__PURE__ */ __name((output, context) => {
|
|
|
3593
4111
|
});
|
|
3594
4112
|
return retVal;
|
|
3595
4113
|
}, "de_Plugins");
|
|
4114
|
+
var de_RelevantContent = /* @__PURE__ */ __name((output, context) => {
|
|
4115
|
+
return (0, import_smithy_client.take)(output, {
|
|
4116
|
+
content: import_smithy_client.expectString,
|
|
4117
|
+
documentAttributes: (_) => de_DocumentAttributes(_, context),
|
|
4118
|
+
documentId: import_smithy_client.expectString,
|
|
4119
|
+
documentTitle: import_smithy_client.expectString,
|
|
4120
|
+
documentUri: import_smithy_client.expectString,
|
|
4121
|
+
scoreAttributes: import_smithy_client._json
|
|
4122
|
+
});
|
|
4123
|
+
}, "de_RelevantContent");
|
|
4124
|
+
var de_RelevantContentList = /* @__PURE__ */ __name((output, context) => {
|
|
4125
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4126
|
+
return de_RelevantContent(entry, context);
|
|
4127
|
+
});
|
|
4128
|
+
return retVal;
|
|
4129
|
+
}, "de_RelevantContentList");
|
|
3596
4130
|
var de_SourceAttribution = /* @__PURE__ */ __name((output, context) => {
|
|
3597
4131
|
return (0, import_smithy_client.take)(output, {
|
|
3598
4132
|
citationNumber: import_smithy_client.expectInt32,
|
|
@@ -3650,7 +4184,21 @@ var _uET = "updatedEarlierThan";
|
|
|
3650
4184
|
var _uG = "userGroups";
|
|
3651
4185
|
var _uI = "userId";
|
|
3652
4186
|
|
|
4187
|
+
// src/commands/AssociatePermissionCommand.ts
|
|
4188
|
+
var _AssociatePermissionCommand = class _AssociatePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4189
|
+
return [
|
|
4190
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4191
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4192
|
+
];
|
|
4193
|
+
}).s("ExpertQ", "AssociatePermission", {}).n("QBusinessClient", "AssociatePermissionCommand").f(void 0, void 0).ser(se_AssociatePermissionCommand).de(de_AssociatePermissionCommand).build() {
|
|
4194
|
+
};
|
|
4195
|
+
__name(_AssociatePermissionCommand, "AssociatePermissionCommand");
|
|
4196
|
+
var AssociatePermissionCommand = _AssociatePermissionCommand;
|
|
4197
|
+
|
|
3653
4198
|
// src/commands/BatchDeleteDocumentCommand.ts
|
|
4199
|
+
|
|
4200
|
+
|
|
4201
|
+
|
|
3654
4202
|
var _BatchDeleteDocumentCommand = class _BatchDeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3655
4203
|
return [
|
|
3656
4204
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -3727,6 +4275,20 @@ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_s
|
|
|
3727
4275
|
__name(_CreateApplicationCommand, "CreateApplicationCommand");
|
|
3728
4276
|
var CreateApplicationCommand = _CreateApplicationCommand;
|
|
3729
4277
|
|
|
4278
|
+
// src/commands/CreateDataAccessorCommand.ts
|
|
4279
|
+
|
|
4280
|
+
|
|
4281
|
+
|
|
4282
|
+
var _CreateDataAccessorCommand = class _CreateDataAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4283
|
+
return [
|
|
4284
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4285
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4286
|
+
];
|
|
4287
|
+
}).s("ExpertQ", "CreateDataAccessor", {}).n("QBusinessClient", "CreateDataAccessorCommand").f(CreateDataAccessorRequestFilterSensitiveLog, void 0).ser(se_CreateDataAccessorCommand).de(de_CreateDataAccessorCommand).build() {
|
|
4288
|
+
};
|
|
4289
|
+
__name(_CreateDataAccessorCommand, "CreateDataAccessorCommand");
|
|
4290
|
+
var CreateDataAccessorCommand = _CreateDataAccessorCommand;
|
|
4291
|
+
|
|
3730
4292
|
// src/commands/CreateDataSourceCommand.ts
|
|
3731
4293
|
|
|
3732
4294
|
|
|
@@ -3853,6 +4415,20 @@ var _DeleteConversationCommand = class _DeleteConversationCommand extends import
|
|
|
3853
4415
|
__name(_DeleteConversationCommand, "DeleteConversationCommand");
|
|
3854
4416
|
var DeleteConversationCommand = _DeleteConversationCommand;
|
|
3855
4417
|
|
|
4418
|
+
// src/commands/DeleteDataAccessorCommand.ts
|
|
4419
|
+
|
|
4420
|
+
|
|
4421
|
+
|
|
4422
|
+
var _DeleteDataAccessorCommand = class _DeleteDataAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4423
|
+
return [
|
|
4424
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4425
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4426
|
+
];
|
|
4427
|
+
}).s("ExpertQ", "DeleteDataAccessor", {}).n("QBusinessClient", "DeleteDataAccessorCommand").f(void 0, void 0).ser(se_DeleteDataAccessorCommand).de(de_DeleteDataAccessorCommand).build() {
|
|
4428
|
+
};
|
|
4429
|
+
__name(_DeleteDataAccessorCommand, "DeleteDataAccessorCommand");
|
|
4430
|
+
var DeleteDataAccessorCommand = _DeleteDataAccessorCommand;
|
|
4431
|
+
|
|
3856
4432
|
// src/commands/DeleteDataSourceCommand.ts
|
|
3857
4433
|
|
|
3858
4434
|
|
|
@@ -3951,6 +4527,20 @@ var _DeleteWebExperienceCommand = class _DeleteWebExperienceCommand extends impo
|
|
|
3951
4527
|
__name(_DeleteWebExperienceCommand, "DeleteWebExperienceCommand");
|
|
3952
4528
|
var DeleteWebExperienceCommand = _DeleteWebExperienceCommand;
|
|
3953
4529
|
|
|
4530
|
+
// src/commands/DisassociatePermissionCommand.ts
|
|
4531
|
+
|
|
4532
|
+
|
|
4533
|
+
|
|
4534
|
+
var _DisassociatePermissionCommand = class _DisassociatePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4535
|
+
return [
|
|
4536
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4537
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4538
|
+
];
|
|
4539
|
+
}).s("ExpertQ", "DisassociatePermission", {}).n("QBusinessClient", "DisassociatePermissionCommand").f(void 0, void 0).ser(se_DisassociatePermissionCommand).de(de_DisassociatePermissionCommand).build() {
|
|
4540
|
+
};
|
|
4541
|
+
__name(_DisassociatePermissionCommand, "DisassociatePermissionCommand");
|
|
4542
|
+
var DisassociatePermissionCommand = _DisassociatePermissionCommand;
|
|
4543
|
+
|
|
3954
4544
|
// src/commands/GetApplicationCommand.ts
|
|
3955
4545
|
|
|
3956
4546
|
|
|
@@ -3979,6 +4569,20 @@ var _GetChatControlsConfigurationCommand = class _GetChatControlsConfigurationCo
|
|
|
3979
4569
|
__name(_GetChatControlsConfigurationCommand, "GetChatControlsConfigurationCommand");
|
|
3980
4570
|
var GetChatControlsConfigurationCommand = _GetChatControlsConfigurationCommand;
|
|
3981
4571
|
|
|
4572
|
+
// src/commands/GetDataAccessorCommand.ts
|
|
4573
|
+
|
|
4574
|
+
|
|
4575
|
+
|
|
4576
|
+
var _GetDataAccessorCommand = class _GetDataAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4577
|
+
return [
|
|
4578
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4579
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4580
|
+
];
|
|
4581
|
+
}).s("ExpertQ", "GetDataAccessor", {}).n("QBusinessClient", "GetDataAccessorCommand").f(void 0, GetDataAccessorResponseFilterSensitiveLog).ser(se_GetDataAccessorCommand).de(de_GetDataAccessorCommand).build() {
|
|
4582
|
+
};
|
|
4583
|
+
__name(_GetDataAccessorCommand, "GetDataAccessorCommand");
|
|
4584
|
+
var GetDataAccessorCommand = _GetDataAccessorCommand;
|
|
4585
|
+
|
|
3982
4586
|
// src/commands/GetDataSourceCommand.ts
|
|
3983
4587
|
|
|
3984
4588
|
|
|
@@ -4049,6 +4653,20 @@ var _GetPluginCommand = class _GetPluginCommand extends import_smithy_client.Com
|
|
|
4049
4653
|
__name(_GetPluginCommand, "GetPluginCommand");
|
|
4050
4654
|
var GetPluginCommand = _GetPluginCommand;
|
|
4051
4655
|
|
|
4656
|
+
// src/commands/GetPolicyCommand.ts
|
|
4657
|
+
|
|
4658
|
+
|
|
4659
|
+
|
|
4660
|
+
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4661
|
+
return [
|
|
4662
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4663
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4664
|
+
];
|
|
4665
|
+
}).s("ExpertQ", "GetPolicy", {}).n("QBusinessClient", "GetPolicyCommand").f(void 0, void 0).ser(se_GetPolicyCommand).de(de_GetPolicyCommand).build() {
|
|
4666
|
+
};
|
|
4667
|
+
__name(_GetPolicyCommand, "GetPolicyCommand");
|
|
4668
|
+
var GetPolicyCommand = _GetPolicyCommand;
|
|
4669
|
+
|
|
4052
4670
|
// src/commands/GetRetrieverCommand.ts
|
|
4053
4671
|
|
|
4054
4672
|
|
|
@@ -4133,6 +4751,20 @@ var _ListConversationsCommand = class _ListConversationsCommand extends import_s
|
|
|
4133
4751
|
__name(_ListConversationsCommand, "ListConversationsCommand");
|
|
4134
4752
|
var ListConversationsCommand = _ListConversationsCommand;
|
|
4135
4753
|
|
|
4754
|
+
// src/commands/ListDataAccessorsCommand.ts
|
|
4755
|
+
|
|
4756
|
+
|
|
4757
|
+
|
|
4758
|
+
var _ListDataAccessorsCommand = class _ListDataAccessorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4759
|
+
return [
|
|
4760
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4761
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4762
|
+
];
|
|
4763
|
+
}).s("ExpertQ", "ListDataAccessors", {}).n("QBusinessClient", "ListDataAccessorsCommand").f(void 0, ListDataAccessorsResponseFilterSensitiveLog).ser(se_ListDataAccessorsCommand).de(de_ListDataAccessorsCommand).build() {
|
|
4764
|
+
};
|
|
4765
|
+
__name(_ListDataAccessorsCommand, "ListDataAccessorsCommand");
|
|
4766
|
+
var ListDataAccessorsCommand = _ListDataAccessorsCommand;
|
|
4767
|
+
|
|
4136
4768
|
// src/commands/ListDataSourcesCommand.ts
|
|
4137
4769
|
|
|
4138
4770
|
|
|
@@ -4217,6 +4849,20 @@ var _ListMessagesCommand = class _ListMessagesCommand extends import_smithy_clie
|
|
|
4217
4849
|
__name(_ListMessagesCommand, "ListMessagesCommand");
|
|
4218
4850
|
var ListMessagesCommand = _ListMessagesCommand;
|
|
4219
4851
|
|
|
4852
|
+
// src/commands/ListPluginActionsCommand.ts
|
|
4853
|
+
|
|
4854
|
+
|
|
4855
|
+
|
|
4856
|
+
var _ListPluginActionsCommand = class _ListPluginActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4857
|
+
return [
|
|
4858
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4859
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4860
|
+
];
|
|
4861
|
+
}).s("ExpertQ", "ListPluginActions", {}).n("QBusinessClient", "ListPluginActionsCommand").f(void 0, void 0).ser(se_ListPluginActionsCommand).de(de_ListPluginActionsCommand).build() {
|
|
4862
|
+
};
|
|
4863
|
+
__name(_ListPluginActionsCommand, "ListPluginActionsCommand");
|
|
4864
|
+
var ListPluginActionsCommand = _ListPluginActionsCommand;
|
|
4865
|
+
|
|
4220
4866
|
// src/commands/ListPluginsCommand.ts
|
|
4221
4867
|
|
|
4222
4868
|
|
|
@@ -4231,6 +4877,34 @@ var _ListPluginsCommand = class _ListPluginsCommand extends import_smithy_client
|
|
|
4231
4877
|
__name(_ListPluginsCommand, "ListPluginsCommand");
|
|
4232
4878
|
var ListPluginsCommand = _ListPluginsCommand;
|
|
4233
4879
|
|
|
4880
|
+
// src/commands/ListPluginTypeActionsCommand.ts
|
|
4881
|
+
|
|
4882
|
+
|
|
4883
|
+
|
|
4884
|
+
var _ListPluginTypeActionsCommand = class _ListPluginTypeActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4885
|
+
return [
|
|
4886
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4887
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4888
|
+
];
|
|
4889
|
+
}).s("ExpertQ", "ListPluginTypeActions", {}).n("QBusinessClient", "ListPluginTypeActionsCommand").f(void 0, void 0).ser(se_ListPluginTypeActionsCommand).de(de_ListPluginTypeActionsCommand).build() {
|
|
4890
|
+
};
|
|
4891
|
+
__name(_ListPluginTypeActionsCommand, "ListPluginTypeActionsCommand");
|
|
4892
|
+
var ListPluginTypeActionsCommand = _ListPluginTypeActionsCommand;
|
|
4893
|
+
|
|
4894
|
+
// src/commands/ListPluginTypeMetadataCommand.ts
|
|
4895
|
+
|
|
4896
|
+
|
|
4897
|
+
|
|
4898
|
+
var _ListPluginTypeMetadataCommand = class _ListPluginTypeMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4899
|
+
return [
|
|
4900
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4901
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4902
|
+
];
|
|
4903
|
+
}).s("ExpertQ", "ListPluginTypeMetadata", {}).n("QBusinessClient", "ListPluginTypeMetadataCommand").f(void 0, void 0).ser(se_ListPluginTypeMetadataCommand).de(de_ListPluginTypeMetadataCommand).build() {
|
|
4904
|
+
};
|
|
4905
|
+
__name(_ListPluginTypeMetadataCommand, "ListPluginTypeMetadataCommand");
|
|
4906
|
+
var ListPluginTypeMetadataCommand = _ListPluginTypeMetadataCommand;
|
|
4907
|
+
|
|
4234
4908
|
// src/commands/ListRetrieversCommand.ts
|
|
4235
4909
|
|
|
4236
4910
|
|
|
@@ -4301,6 +4975,20 @@ var _PutGroupCommand = class _PutGroupCommand extends import_smithy_client.Comma
|
|
|
4301
4975
|
__name(_PutGroupCommand, "PutGroupCommand");
|
|
4302
4976
|
var PutGroupCommand = _PutGroupCommand;
|
|
4303
4977
|
|
|
4978
|
+
// src/commands/SearchRelevantContentCommand.ts
|
|
4979
|
+
|
|
4980
|
+
|
|
4981
|
+
|
|
4982
|
+
var _SearchRelevantContentCommand = class _SearchRelevantContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4983
|
+
return [
|
|
4984
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4985
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4986
|
+
];
|
|
4987
|
+
}).s("ExpertQ", "SearchRelevantContent", {}).n("QBusinessClient", "SearchRelevantContentCommand").f(void 0, void 0).ser(se_SearchRelevantContentCommand).de(de_SearchRelevantContentCommand).build() {
|
|
4988
|
+
};
|
|
4989
|
+
__name(_SearchRelevantContentCommand, "SearchRelevantContentCommand");
|
|
4990
|
+
var SearchRelevantContentCommand = _SearchRelevantContentCommand;
|
|
4991
|
+
|
|
4304
4992
|
// src/commands/StartDataSourceSyncJobCommand.ts
|
|
4305
4993
|
|
|
4306
4994
|
|
|
@@ -4385,6 +5073,20 @@ var _UpdateChatControlsConfigurationCommand = class _UpdateChatControlsConfigura
|
|
|
4385
5073
|
__name(_UpdateChatControlsConfigurationCommand, "UpdateChatControlsConfigurationCommand");
|
|
4386
5074
|
var UpdateChatControlsConfigurationCommand = _UpdateChatControlsConfigurationCommand;
|
|
4387
5075
|
|
|
5076
|
+
// src/commands/UpdateDataAccessorCommand.ts
|
|
5077
|
+
|
|
5078
|
+
|
|
5079
|
+
|
|
5080
|
+
var _UpdateDataAccessorCommand = class _UpdateDataAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5081
|
+
return [
|
|
5082
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5083
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5084
|
+
];
|
|
5085
|
+
}).s("ExpertQ", "UpdateDataAccessor", {}).n("QBusinessClient", "UpdateDataAccessorCommand").f(UpdateDataAccessorRequestFilterSensitiveLog, void 0).ser(se_UpdateDataAccessorCommand).de(de_UpdateDataAccessorCommand).build() {
|
|
5086
|
+
};
|
|
5087
|
+
__name(_UpdateDataAccessorCommand, "UpdateDataAccessorCommand");
|
|
5088
|
+
var UpdateDataAccessorCommand = _UpdateDataAccessorCommand;
|
|
5089
|
+
|
|
4388
5090
|
// src/commands/UpdateDataSourceCommand.ts
|
|
4389
5091
|
|
|
4390
5092
|
|
|
@@ -4471,11 +5173,13 @@ var UpdateWebExperienceCommand = _UpdateWebExperienceCommand;
|
|
|
4471
5173
|
|
|
4472
5174
|
// src/QBusiness.ts
|
|
4473
5175
|
var commands = {
|
|
5176
|
+
AssociatePermissionCommand,
|
|
4474
5177
|
BatchDeleteDocumentCommand,
|
|
4475
5178
|
BatchPutDocumentCommand,
|
|
4476
5179
|
ChatCommand,
|
|
4477
5180
|
ChatSyncCommand,
|
|
4478
5181
|
CreateApplicationCommand,
|
|
5182
|
+
CreateDataAccessorCommand,
|
|
4479
5183
|
CreateDataSourceCommand,
|
|
4480
5184
|
CreateIndexCommand,
|
|
4481
5185
|
CreatePluginCommand,
|
|
@@ -4485,6 +5189,7 @@ var commands = {
|
|
|
4485
5189
|
DeleteApplicationCommand,
|
|
4486
5190
|
DeleteChatControlsConfigurationCommand,
|
|
4487
5191
|
DeleteConversationCommand,
|
|
5192
|
+
DeleteDataAccessorCommand,
|
|
4488
5193
|
DeleteDataSourceCommand,
|
|
4489
5194
|
DeleteGroupCommand,
|
|
4490
5195
|
DeleteIndexCommand,
|
|
@@ -4492,37 +5197,46 @@ var commands = {
|
|
|
4492
5197
|
DeleteRetrieverCommand,
|
|
4493
5198
|
DeleteUserCommand,
|
|
4494
5199
|
DeleteWebExperienceCommand,
|
|
5200
|
+
DisassociatePermissionCommand,
|
|
4495
5201
|
GetApplicationCommand,
|
|
4496
5202
|
GetChatControlsConfigurationCommand,
|
|
5203
|
+
GetDataAccessorCommand,
|
|
4497
5204
|
GetDataSourceCommand,
|
|
4498
5205
|
GetGroupCommand,
|
|
4499
5206
|
GetIndexCommand,
|
|
4500
5207
|
GetMediaCommand,
|
|
4501
5208
|
GetPluginCommand,
|
|
5209
|
+
GetPolicyCommand,
|
|
4502
5210
|
GetRetrieverCommand,
|
|
4503
5211
|
GetUserCommand,
|
|
4504
5212
|
GetWebExperienceCommand,
|
|
4505
5213
|
ListApplicationsCommand,
|
|
4506
5214
|
ListAttachmentsCommand,
|
|
4507
5215
|
ListConversationsCommand,
|
|
5216
|
+
ListDataAccessorsCommand,
|
|
4508
5217
|
ListDataSourcesCommand,
|
|
4509
5218
|
ListDataSourceSyncJobsCommand,
|
|
4510
5219
|
ListDocumentsCommand,
|
|
4511
5220
|
ListGroupsCommand,
|
|
4512
5221
|
ListIndicesCommand,
|
|
4513
5222
|
ListMessagesCommand,
|
|
5223
|
+
ListPluginActionsCommand,
|
|
4514
5224
|
ListPluginsCommand,
|
|
5225
|
+
ListPluginTypeActionsCommand,
|
|
5226
|
+
ListPluginTypeMetadataCommand,
|
|
4515
5227
|
ListRetrieversCommand,
|
|
4516
5228
|
ListTagsForResourceCommand,
|
|
4517
5229
|
ListWebExperiencesCommand,
|
|
4518
5230
|
PutFeedbackCommand,
|
|
4519
5231
|
PutGroupCommand,
|
|
5232
|
+
SearchRelevantContentCommand,
|
|
4520
5233
|
StartDataSourceSyncJobCommand,
|
|
4521
5234
|
StopDataSourceSyncJobCommand,
|
|
4522
5235
|
TagResourceCommand,
|
|
4523
5236
|
UntagResourceCommand,
|
|
4524
5237
|
UpdateApplicationCommand,
|
|
4525
5238
|
UpdateChatControlsConfigurationCommand,
|
|
5239
|
+
UpdateDataAccessorCommand,
|
|
4526
5240
|
UpdateDataSourceCommand,
|
|
4527
5241
|
UpdateIndexCommand,
|
|
4528
5242
|
UpdatePluginCommand,
|
|
@@ -4552,6 +5266,10 @@ var paginateListAttachments = (0, import_core.createPaginator)(QBusinessClient,
|
|
|
4552
5266
|
|
|
4553
5267
|
var paginateListConversations = (0, import_core.createPaginator)(QBusinessClient, ListConversationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4554
5268
|
|
|
5269
|
+
// src/pagination/ListDataAccessorsPaginator.ts
|
|
5270
|
+
|
|
5271
|
+
var paginateListDataAccessors = (0, import_core.createPaginator)(QBusinessClient, ListDataAccessorsCommand, "nextToken", "nextToken", "maxResults");
|
|
5272
|
+
|
|
4555
5273
|
// src/pagination/ListDataSourceSyncJobsPaginator.ts
|
|
4556
5274
|
|
|
4557
5275
|
var paginateListDataSourceSyncJobs = (0, import_core.createPaginator)(QBusinessClient, ListDataSourceSyncJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -4576,6 +5294,18 @@ var paginateListIndices = (0, import_core.createPaginator)(QBusinessClient, List
|
|
|
4576
5294
|
|
|
4577
5295
|
var paginateListMessages = (0, import_core.createPaginator)(QBusinessClient, ListMessagesCommand, "nextToken", "nextToken", "maxResults");
|
|
4578
5296
|
|
|
5297
|
+
// src/pagination/ListPluginActionsPaginator.ts
|
|
5298
|
+
|
|
5299
|
+
var paginateListPluginActions = (0, import_core.createPaginator)(QBusinessClient, ListPluginActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
5300
|
+
|
|
5301
|
+
// src/pagination/ListPluginTypeActionsPaginator.ts
|
|
5302
|
+
|
|
5303
|
+
var paginateListPluginTypeActions = (0, import_core.createPaginator)(QBusinessClient, ListPluginTypeActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
5304
|
+
|
|
5305
|
+
// src/pagination/ListPluginTypeMetadataPaginator.ts
|
|
5306
|
+
|
|
5307
|
+
var paginateListPluginTypeMetadata = (0, import_core.createPaginator)(QBusinessClient, ListPluginTypeMetadataCommand, "nextToken", "nextToken", "maxResults");
|
|
5308
|
+
|
|
4579
5309
|
// src/pagination/ListPluginsPaginator.ts
|
|
4580
5310
|
|
|
4581
5311
|
var paginateListPlugins = (0, import_core.createPaginator)(QBusinessClient, ListPluginsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -4587,6 +5317,10 @@ var paginateListRetrievers = (0, import_core.createPaginator)(QBusinessClient, L
|
|
|
4587
5317
|
// src/pagination/ListWebExperiencesPaginator.ts
|
|
4588
5318
|
|
|
4589
5319
|
var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClient, ListWebExperiencesCommand, "nextToken", "nextToken", "maxResults");
|
|
5320
|
+
|
|
5321
|
+
// src/pagination/SearchRelevantContentPaginator.ts
|
|
5322
|
+
|
|
5323
|
+
var paginateSearchRelevantContent = (0, import_core.createPaginator)(QBusinessClient, SearchRelevantContentCommand, "nextToken", "nextToken", "maxResults");
|
|
4590
5324
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4591
5325
|
|
|
4592
5326
|
0 && (module.exports = {
|
|
@@ -4595,11 +5329,13 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4595
5329
|
QBusinessClient,
|
|
4596
5330
|
QBusiness,
|
|
4597
5331
|
$Command,
|
|
5332
|
+
AssociatePermissionCommand,
|
|
4598
5333
|
BatchDeleteDocumentCommand,
|
|
4599
5334
|
BatchPutDocumentCommand,
|
|
4600
5335
|
ChatCommand,
|
|
4601
5336
|
ChatSyncCommand,
|
|
4602
5337
|
CreateApplicationCommand,
|
|
5338
|
+
CreateDataAccessorCommand,
|
|
4603
5339
|
CreateDataSourceCommand,
|
|
4604
5340
|
CreateIndexCommand,
|
|
4605
5341
|
CreatePluginCommand,
|
|
@@ -4609,6 +5345,7 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4609
5345
|
DeleteApplicationCommand,
|
|
4610
5346
|
DeleteChatControlsConfigurationCommand,
|
|
4611
5347
|
DeleteConversationCommand,
|
|
5348
|
+
DeleteDataAccessorCommand,
|
|
4612
5349
|
DeleteDataSourceCommand,
|
|
4613
5350
|
DeleteGroupCommand,
|
|
4614
5351
|
DeleteIndexCommand,
|
|
@@ -4616,37 +5353,46 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4616
5353
|
DeleteRetrieverCommand,
|
|
4617
5354
|
DeleteUserCommand,
|
|
4618
5355
|
DeleteWebExperienceCommand,
|
|
5356
|
+
DisassociatePermissionCommand,
|
|
4619
5357
|
GetApplicationCommand,
|
|
4620
5358
|
GetChatControlsConfigurationCommand,
|
|
5359
|
+
GetDataAccessorCommand,
|
|
4621
5360
|
GetDataSourceCommand,
|
|
4622
5361
|
GetGroupCommand,
|
|
4623
5362
|
GetIndexCommand,
|
|
4624
5363
|
GetMediaCommand,
|
|
4625
5364
|
GetPluginCommand,
|
|
5365
|
+
GetPolicyCommand,
|
|
4626
5366
|
GetRetrieverCommand,
|
|
4627
5367
|
GetUserCommand,
|
|
4628
5368
|
GetWebExperienceCommand,
|
|
4629
5369
|
ListApplicationsCommand,
|
|
4630
5370
|
ListAttachmentsCommand,
|
|
4631
5371
|
ListConversationsCommand,
|
|
5372
|
+
ListDataAccessorsCommand,
|
|
4632
5373
|
ListDataSourceSyncJobsCommand,
|
|
4633
5374
|
ListDataSourcesCommand,
|
|
4634
5375
|
ListDocumentsCommand,
|
|
4635
5376
|
ListGroupsCommand,
|
|
4636
5377
|
ListIndicesCommand,
|
|
4637
5378
|
ListMessagesCommand,
|
|
5379
|
+
ListPluginActionsCommand,
|
|
5380
|
+
ListPluginTypeActionsCommand,
|
|
5381
|
+
ListPluginTypeMetadataCommand,
|
|
4638
5382
|
ListPluginsCommand,
|
|
4639
5383
|
ListRetrieversCommand,
|
|
4640
5384
|
ListTagsForResourceCommand,
|
|
4641
5385
|
ListWebExperiencesCommand,
|
|
4642
5386
|
PutFeedbackCommand,
|
|
4643
5387
|
PutGroupCommand,
|
|
5388
|
+
SearchRelevantContentCommand,
|
|
4644
5389
|
StartDataSourceSyncJobCommand,
|
|
4645
5390
|
StopDataSourceSyncJobCommand,
|
|
4646
5391
|
TagResourceCommand,
|
|
4647
5392
|
UntagResourceCommand,
|
|
4648
5393
|
UpdateApplicationCommand,
|
|
4649
5394
|
UpdateChatControlsConfigurationCommand,
|
|
5395
|
+
UpdateDataAccessorCommand,
|
|
4650
5396
|
UpdateDataSourceCommand,
|
|
4651
5397
|
UpdateIndexCommand,
|
|
4652
5398
|
UpdatePluginCommand,
|
|
@@ -4657,20 +5403,26 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4657
5403
|
paginateListApplications,
|
|
4658
5404
|
paginateListAttachments,
|
|
4659
5405
|
paginateListConversations,
|
|
5406
|
+
paginateListDataAccessors,
|
|
4660
5407
|
paginateListDataSourceSyncJobs,
|
|
4661
5408
|
paginateListDataSources,
|
|
4662
5409
|
paginateListDocuments,
|
|
4663
5410
|
paginateListGroups,
|
|
4664
5411
|
paginateListIndices,
|
|
4665
5412
|
paginateListMessages,
|
|
5413
|
+
paginateListPluginActions,
|
|
5414
|
+
paginateListPluginTypeActions,
|
|
5415
|
+
paginateListPluginTypeMetadata,
|
|
4666
5416
|
paginateListPlugins,
|
|
4667
5417
|
paginateListRetrievers,
|
|
4668
5418
|
paginateListWebExperiences,
|
|
5419
|
+
paginateSearchRelevantContent,
|
|
4669
5420
|
MemberRelation,
|
|
4670
5421
|
ReadAccessType,
|
|
4671
5422
|
MembershipType,
|
|
4672
5423
|
Principal,
|
|
4673
5424
|
AccessDeniedException,
|
|
5425
|
+
DocumentAttributeValue,
|
|
4674
5426
|
ActionPayloadFieldType,
|
|
4675
5427
|
PluginType,
|
|
4676
5428
|
APISchema,
|
|
@@ -4692,7 +5444,6 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4692
5444
|
ErrorCode,
|
|
4693
5445
|
IndexType,
|
|
4694
5446
|
DocumentEnrichmentConditionOperator,
|
|
4695
|
-
DocumentAttributeValue,
|
|
4696
5447
|
DocumentContentOperator,
|
|
4697
5448
|
AttributeValueOperator,
|
|
4698
5449
|
ImageExtractionStatus,
|
|
@@ -4725,6 +5476,7 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4725
5476
|
ChatOutputStream,
|
|
4726
5477
|
ExternalResourceException,
|
|
4727
5478
|
LicenseNotFoundException,
|
|
5479
|
+
ContentSource,
|
|
4728
5480
|
DataSourceSyncJobStatus,
|
|
4729
5481
|
DocumentStatus,
|
|
4730
5482
|
ResponseScope,
|
|
@@ -4733,12 +5485,15 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4733
5485
|
GroupStatus,
|
|
4734
5486
|
MediaTooLargeException,
|
|
4735
5487
|
MessageType,
|
|
5488
|
+
PluginTypeCategory,
|
|
4736
5489
|
MessageUsefulnessReason,
|
|
4737
5490
|
MessageUsefulness,
|
|
4738
|
-
|
|
5491
|
+
ScoreConfidence,
|
|
4739
5492
|
APISchemaFilterSensitiveLog,
|
|
4740
5493
|
EncryptionConfigurationFilterSensitiveLog,
|
|
4741
5494
|
CreateApplicationRequestFilterSensitiveLog,
|
|
5495
|
+
DataAccessorFilterSensitiveLog,
|
|
5496
|
+
ListDataAccessorsResponseFilterSensitiveLog,
|
|
4742
5497
|
GetApplicationResponseFilterSensitiveLog,
|
|
4743
5498
|
CustomPluginConfigurationFilterSensitiveLog,
|
|
4744
5499
|
CreatePluginRequestFilterSensitiveLog,
|
|
@@ -4746,7 +5501,11 @@ var paginateListWebExperiences = (0, import_core.createPaginator)(QBusinessClien
|
|
|
4746
5501
|
UpdatePluginRequestFilterSensitiveLog,
|
|
4747
5502
|
ChatOutputStreamFilterSensitiveLog,
|
|
4748
5503
|
ChatOutputFilterSensitiveLog,
|
|
5504
|
+
ChatInputStream,
|
|
4749
5505
|
ChatInputStreamFilterSensitiveLog,
|
|
4750
|
-
ChatInputFilterSensitiveLog
|
|
5506
|
+
ChatInputFilterSensitiveLog,
|
|
5507
|
+
CreateDataAccessorRequestFilterSensitiveLog,
|
|
5508
|
+
GetDataAccessorResponseFilterSensitiveLog,
|
|
5509
|
+
UpdateDataAccessorRequestFilterSensitiveLog
|
|
4751
5510
|
});
|
|
4752
5511
|
|