@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
|
@@ -34,6 +34,20 @@ export class AccessDeniedException extends __BaseException {
|
|
|
34
34
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
+
export var DocumentAttributeValue;
|
|
38
|
+
(function (DocumentAttributeValue) {
|
|
39
|
+
DocumentAttributeValue.visit = (value, visitor) => {
|
|
40
|
+
if (value.stringValue !== undefined)
|
|
41
|
+
return visitor.stringValue(value.stringValue);
|
|
42
|
+
if (value.stringListValue !== undefined)
|
|
43
|
+
return visitor.stringListValue(value.stringListValue);
|
|
44
|
+
if (value.longValue !== undefined)
|
|
45
|
+
return visitor.longValue(value.longValue);
|
|
46
|
+
if (value.dateValue !== undefined)
|
|
47
|
+
return visitor.dateValue(value.dateValue);
|
|
48
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
49
|
+
};
|
|
50
|
+
})(DocumentAttributeValue || (DocumentAttributeValue = {}));
|
|
37
51
|
export const ActionPayloadFieldType = {
|
|
38
52
|
ARRAY: "ARRAY",
|
|
39
53
|
BOOLEAN: "BOOLEAN",
|
|
@@ -41,11 +55,23 @@ export const ActionPayloadFieldType = {
|
|
|
41
55
|
STRING: "STRING",
|
|
42
56
|
};
|
|
43
57
|
export const PluginType = {
|
|
58
|
+
ASANA: "ASANA",
|
|
59
|
+
ATLASSIAN_CONFLUENCE: "ATLASSIAN_CONFLUENCE",
|
|
44
60
|
CUSTOM: "CUSTOM",
|
|
61
|
+
GOOGLE_CALENDAR: "GOOGLE_CALENDAR",
|
|
45
62
|
JIRA: "JIRA",
|
|
63
|
+
JIRA_CLOUD: "JIRA_CLOUD",
|
|
64
|
+
MICROSOFT_EXCHANGE: "MICROSOFT_EXCHANGE",
|
|
65
|
+
MICROSOFT_TEAMS: "MICROSOFT_TEAMS",
|
|
66
|
+
PAGERDUTY_ADVANCE: "PAGERDUTY_ADVANCE",
|
|
67
|
+
QUICKSIGHT: "QUICKSIGHT",
|
|
46
68
|
SALESFORCE: "SALESFORCE",
|
|
69
|
+
SALESFORCE_CRM: "SALESFORCE_CRM",
|
|
70
|
+
SERVICENOW_NOW_PLATFORM: "SERVICENOW_NOW_PLATFORM",
|
|
47
71
|
SERVICE_NOW: "SERVICE_NOW",
|
|
72
|
+
SMARTSHEET: "SMARTSHEET",
|
|
48
73
|
ZENDESK: "ZENDESK",
|
|
74
|
+
ZENDESK_SUITE: "ZENDESK_SUITE",
|
|
49
75
|
};
|
|
50
76
|
export var APISchema;
|
|
51
77
|
(function (APISchema) {
|
|
@@ -64,6 +90,7 @@ export const IdentityType = {
|
|
|
64
90
|
AWS_IAM_IDC: "AWS_IAM_IDC",
|
|
65
91
|
AWS_IAM_IDP_OIDC: "AWS_IAM_IDP_OIDC",
|
|
66
92
|
AWS_IAM_IDP_SAML: "AWS_IAM_IDP_SAML",
|
|
93
|
+
AWS_QUICKSIGHT_IDP: "AWS_QUICKSIGHT_IDP",
|
|
67
94
|
};
|
|
68
95
|
export const ApplicationStatus = {
|
|
69
96
|
ACTIVE: "ACTIVE",
|
|
@@ -200,20 +227,6 @@ export const DocumentEnrichmentConditionOperator = {
|
|
|
200
227
|
NOT_EQUALS: "NOT_EQUALS",
|
|
201
228
|
NOT_EXISTS: "NOT_EXISTS",
|
|
202
229
|
};
|
|
203
|
-
export var DocumentAttributeValue;
|
|
204
|
-
(function (DocumentAttributeValue) {
|
|
205
|
-
DocumentAttributeValue.visit = (value, visitor) => {
|
|
206
|
-
if (value.stringValue !== undefined)
|
|
207
|
-
return visitor.stringValue(value.stringValue);
|
|
208
|
-
if (value.stringListValue !== undefined)
|
|
209
|
-
return visitor.stringListValue(value.stringListValue);
|
|
210
|
-
if (value.longValue !== undefined)
|
|
211
|
-
return visitor.longValue(value.longValue);
|
|
212
|
-
if (value.dateValue !== undefined)
|
|
213
|
-
return visitor.dateValue(value.dateValue);
|
|
214
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
215
|
-
};
|
|
216
|
-
})(DocumentAttributeValue || (DocumentAttributeValue = {}));
|
|
217
230
|
export const DocumentContentOperator = {
|
|
218
231
|
DELETE: "DELETE",
|
|
219
232
|
};
|
|
@@ -258,6 +271,8 @@ export var PluginAuthConfiguration;
|
|
|
258
271
|
return visitor.oAuth2ClientCredentialConfiguration(value.oAuth2ClientCredentialConfiguration);
|
|
259
272
|
if (value.noAuthConfiguration !== undefined)
|
|
260
273
|
return visitor.noAuthConfiguration(value.noAuthConfiguration);
|
|
274
|
+
if (value.idcAuthConfiguration !== undefined)
|
|
275
|
+
return visitor.idcAuthConfiguration(value.idcAuthConfiguration);
|
|
261
276
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
262
277
|
};
|
|
263
278
|
})(PluginAuthConfiguration || (PluginAuthConfiguration = {}));
|
|
@@ -450,6 +465,14 @@ export class LicenseNotFoundException extends __BaseException {
|
|
|
450
465
|
Object.setPrototypeOf(this, LicenseNotFoundException.prototype);
|
|
451
466
|
}
|
|
452
467
|
}
|
|
468
|
+
export var ContentSource;
|
|
469
|
+
(function (ContentSource) {
|
|
470
|
+
ContentSource.visit = (value, visitor) => {
|
|
471
|
+
if (value.retriever !== undefined)
|
|
472
|
+
return visitor.retriever(value.retriever);
|
|
473
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
474
|
+
};
|
|
475
|
+
})(ContentSource || (ContentSource = {}));
|
|
453
476
|
export const DataSourceSyncJobStatus = {
|
|
454
477
|
ABORTED: "ABORTED",
|
|
455
478
|
FAILED: "FAILED",
|
|
@@ -510,6 +533,13 @@ export const MessageType = {
|
|
|
510
533
|
SYSTEM: "SYSTEM",
|
|
511
534
|
USER: "USER",
|
|
512
535
|
};
|
|
536
|
+
export const PluginTypeCategory = {
|
|
537
|
+
COMMUNICATION: "Communication",
|
|
538
|
+
CRM: "Customer relationship management (CRM)",
|
|
539
|
+
PRODUCTIVITY: "Productivity",
|
|
540
|
+
PROJECT_MANAGEMENT: "Project management",
|
|
541
|
+
TICKETING_MANAGEMENT: "Ticketing and incident management",
|
|
542
|
+
};
|
|
513
543
|
export const MessageUsefulnessReason = {
|
|
514
544
|
COMPLETE: "COMPLETE",
|
|
515
545
|
FACTUALLY_CORRECT: "FACTUALLY_CORRECT",
|
|
@@ -528,24 +558,13 @@ export const MessageUsefulness = {
|
|
|
528
558
|
NOT_USEFUL: "NOT_USEFUL",
|
|
529
559
|
USEFUL: "USEFUL",
|
|
530
560
|
};
|
|
531
|
-
export
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
if (value.attachmentEvent !== undefined)
|
|
539
|
-
return visitor.attachmentEvent(value.attachmentEvent);
|
|
540
|
-
if (value.actionExecutionEvent !== undefined)
|
|
541
|
-
return visitor.actionExecutionEvent(value.actionExecutionEvent);
|
|
542
|
-
if (value.endOfInputEvent !== undefined)
|
|
543
|
-
return visitor.endOfInputEvent(value.endOfInputEvent);
|
|
544
|
-
if (value.authChallengeResponseEvent !== undefined)
|
|
545
|
-
return visitor.authChallengeResponseEvent(value.authChallengeResponseEvent);
|
|
546
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
547
|
-
};
|
|
548
|
-
})(ChatInputStream || (ChatInputStream = {}));
|
|
561
|
+
export const ScoreConfidence = {
|
|
562
|
+
HIGH: "HIGH",
|
|
563
|
+
LOW: "LOW",
|
|
564
|
+
MEDIUM: "MEDIUM",
|
|
565
|
+
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
566
|
+
VERY_HIGH: "VERY_HIGH",
|
|
567
|
+
};
|
|
549
568
|
export const APISchemaFilterSensitiveLog = (obj) => {
|
|
550
569
|
if (obj.payload !== undefined)
|
|
551
570
|
return { payload: SENSITIVE_STRING };
|
|
@@ -564,6 +583,14 @@ export const CreateApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
|
564
583
|
encryptionConfiguration: EncryptionConfigurationFilterSensitiveLog(obj.encryptionConfiguration),
|
|
565
584
|
}),
|
|
566
585
|
});
|
|
586
|
+
export const DataAccessorFilterSensitiveLog = (obj) => ({
|
|
587
|
+
...obj,
|
|
588
|
+
...(obj.displayName && { displayName: SENSITIVE_STRING }),
|
|
589
|
+
});
|
|
590
|
+
export const ListDataAccessorsResponseFilterSensitiveLog = (obj) => ({
|
|
591
|
+
...obj,
|
|
592
|
+
...(obj.dataAccessors && { dataAccessors: obj.dataAccessors.map((item) => DataAccessorFilterSensitiveLog(item)) }),
|
|
593
|
+
});
|
|
567
594
|
export const GetApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
568
595
|
...obj,
|
|
569
596
|
...(obj.encryptionConfiguration && {
|
|
@@ -613,23 +640,3 @@ export const ChatOutputFilterSensitiveLog = (obj) => ({
|
|
|
613
640
|
...obj,
|
|
614
641
|
...(obj.outputStream && { outputStream: "STREAMING_CONTENT" }),
|
|
615
642
|
});
|
|
616
|
-
export const ChatInputStreamFilterSensitiveLog = (obj) => {
|
|
617
|
-
if (obj.configurationEvent !== undefined)
|
|
618
|
-
return { configurationEvent: obj.configurationEvent };
|
|
619
|
-
if (obj.textEvent !== undefined)
|
|
620
|
-
return { textEvent: obj.textEvent };
|
|
621
|
-
if (obj.attachmentEvent !== undefined)
|
|
622
|
-
return { attachmentEvent: obj.attachmentEvent };
|
|
623
|
-
if (obj.actionExecutionEvent !== undefined)
|
|
624
|
-
return { actionExecutionEvent: obj.actionExecutionEvent };
|
|
625
|
-
if (obj.endOfInputEvent !== undefined)
|
|
626
|
-
return { endOfInputEvent: obj.endOfInputEvent };
|
|
627
|
-
if (obj.authChallengeResponseEvent !== undefined)
|
|
628
|
-
return { authChallengeResponseEvent: obj.authChallengeResponseEvent };
|
|
629
|
-
if (obj.$unknown !== undefined)
|
|
630
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
631
|
-
};
|
|
632
|
-
export const ChatInputFilterSensitiveLog = (obj) => ({
|
|
633
|
-
...obj,
|
|
634
|
-
...(obj.inputStream && { inputStream: "STREAMING_CONTENT" }),
|
|
635
|
-
});
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export var ChatInputStream;
|
|
3
|
+
(function (ChatInputStream) {
|
|
4
|
+
ChatInputStream.visit = (value, visitor) => {
|
|
5
|
+
if (value.configurationEvent !== undefined)
|
|
6
|
+
return visitor.configurationEvent(value.configurationEvent);
|
|
7
|
+
if (value.textEvent !== undefined)
|
|
8
|
+
return visitor.textEvent(value.textEvent);
|
|
9
|
+
if (value.attachmentEvent !== undefined)
|
|
10
|
+
return visitor.attachmentEvent(value.attachmentEvent);
|
|
11
|
+
if (value.actionExecutionEvent !== undefined)
|
|
12
|
+
return visitor.actionExecutionEvent(value.actionExecutionEvent);
|
|
13
|
+
if (value.endOfInputEvent !== undefined)
|
|
14
|
+
return visitor.endOfInputEvent(value.endOfInputEvent);
|
|
15
|
+
if (value.authChallengeResponseEvent !== undefined)
|
|
16
|
+
return visitor.authChallengeResponseEvent(value.authChallengeResponseEvent);
|
|
17
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
18
|
+
};
|
|
19
|
+
})(ChatInputStream || (ChatInputStream = {}));
|
|
20
|
+
export const ChatInputStreamFilterSensitiveLog = (obj) => {
|
|
21
|
+
if (obj.configurationEvent !== undefined)
|
|
22
|
+
return { configurationEvent: obj.configurationEvent };
|
|
23
|
+
if (obj.textEvent !== undefined)
|
|
24
|
+
return { textEvent: obj.textEvent };
|
|
25
|
+
if (obj.attachmentEvent !== undefined)
|
|
26
|
+
return { attachmentEvent: obj.attachmentEvent };
|
|
27
|
+
if (obj.actionExecutionEvent !== undefined)
|
|
28
|
+
return { actionExecutionEvent: obj.actionExecutionEvent };
|
|
29
|
+
if (obj.endOfInputEvent !== undefined)
|
|
30
|
+
return { endOfInputEvent: obj.endOfInputEvent };
|
|
31
|
+
if (obj.authChallengeResponseEvent !== undefined)
|
|
32
|
+
return { authChallengeResponseEvent: obj.authChallengeResponseEvent };
|
|
33
|
+
if (obj.$unknown !== undefined)
|
|
34
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
35
|
+
};
|
|
36
|
+
export const ChatInputFilterSensitiveLog = (obj) => ({
|
|
37
|
+
...obj,
|
|
38
|
+
...(obj.inputStream && { inputStream: "STREAMING_CONTENT" }),
|
|
39
|
+
});
|
|
40
|
+
export const CreateDataAccessorRequestFilterSensitiveLog = (obj) => ({
|
|
41
|
+
...obj,
|
|
42
|
+
...(obj.actionConfigurations && { actionConfigurations: obj.actionConfigurations.map((item) => item) }),
|
|
43
|
+
...(obj.displayName && { displayName: SENSITIVE_STRING }),
|
|
44
|
+
});
|
|
45
|
+
export const GetDataAccessorResponseFilterSensitiveLog = (obj) => ({
|
|
46
|
+
...obj,
|
|
47
|
+
...(obj.displayName && { displayName: SENSITIVE_STRING }),
|
|
48
|
+
...(obj.actionConfigurations && { actionConfigurations: obj.actionConfigurations.map((item) => item) }),
|
|
49
|
+
});
|
|
50
|
+
export const UpdateDataAccessorRequestFilterSensitiveLog = (obj) => ({
|
|
51
|
+
...obj,
|
|
52
|
+
...(obj.actionConfigurations && { actionConfigurations: obj.actionConfigurations.map((item) => item) }),
|
|
53
|
+
...(obj.displayName && { displayName: SENSITIVE_STRING }),
|
|
54
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListDataAccessorsCommand, } from "../commands/ListDataAccessorsCommand";
|
|
3
|
+
import { QBusinessClient } from "../QBusinessClient";
|
|
4
|
+
export const paginateListDataAccessors = createPaginator(QBusinessClient, ListDataAccessorsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListPluginActionsCommand, } from "../commands/ListPluginActionsCommand";
|
|
3
|
+
import { QBusinessClient } from "../QBusinessClient";
|
|
4
|
+
export const paginateListPluginActions = createPaginator(QBusinessClient, ListPluginActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListPluginTypeActionsCommand, } from "../commands/ListPluginTypeActionsCommand";
|
|
3
|
+
import { QBusinessClient } from "../QBusinessClient";
|
|
4
|
+
export const paginateListPluginTypeActions = createPaginator(QBusinessClient, ListPluginTypeActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListPluginTypeMetadataCommand, } from "../commands/ListPluginTypeMetadataCommand";
|
|
3
|
+
import { QBusinessClient } from "../QBusinessClient";
|
|
4
|
+
export const paginateListPluginTypeMetadata = createPaginator(QBusinessClient, ListPluginTypeMetadataCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { SearchRelevantContentCommand, } from "../commands/SearchRelevantContentCommand";
|
|
3
|
+
import { QBusinessClient } from "../QBusinessClient";
|
|
4
|
+
export const paginateSearchRelevantContent = createPaginator(QBusinessClient, SearchRelevantContentCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -3,12 +3,17 @@ export * from "./Interfaces";
|
|
|
3
3
|
export * from "./ListApplicationsPaginator";
|
|
4
4
|
export * from "./ListAttachmentsPaginator";
|
|
5
5
|
export * from "./ListConversationsPaginator";
|
|
6
|
+
export * from "./ListDataAccessorsPaginator";
|
|
6
7
|
export * from "./ListDataSourceSyncJobsPaginator";
|
|
7
8
|
export * from "./ListDataSourcesPaginator";
|
|
8
9
|
export * from "./ListDocumentsPaginator";
|
|
9
10
|
export * from "./ListGroupsPaginator";
|
|
10
11
|
export * from "./ListIndicesPaginator";
|
|
11
12
|
export * from "./ListMessagesPaginator";
|
|
13
|
+
export * from "./ListPluginActionsPaginator";
|
|
14
|
+
export * from "./ListPluginTypeActionsPaginator";
|
|
15
|
+
export * from "./ListPluginTypeMetadataPaginator";
|
|
12
16
|
export * from "./ListPluginsPaginator";
|
|
13
17
|
export * from "./ListRetrieversPaginator";
|
|
14
18
|
export * from "./ListWebExperiencesPaginator";
|
|
19
|
+
export * from "./SearchRelevantContentPaginator";
|