@aws-sdk/client-qbusiness 3.758.0 → 3.772.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/dist-cjs/index.js +319 -333
- package/dist-es/models/models_0.js +28 -21
- package/dist-es/models/models_1.js +21 -0
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +6 -0
- package/dist-types/commands/ChatCommand.d.ts +20 -0
- package/dist-types/commands/ChatSyncCommand.d.ts +20 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/ListMessagesCommand.d.ts +20 -0
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +223 -190
- package/dist-types/models/models_1.d.ts +191 -1
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +89 -60
- package/dist-types/ts3.4/models/models_1.d.ts +62 -1
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
APISchema: () => APISchema,
|
|
25
25
|
APISchemaFilterSensitiveLog: () => APISchemaFilterSensitiveLog,
|
|
26
26
|
APISchemaType: () => APISchemaType,
|
|
@@ -32,6 +32,8 @@ __export(src_exports, {
|
|
|
32
32
|
AttachmentsControlMode: () => AttachmentsControlMode,
|
|
33
33
|
AttributeType: () => AttributeType,
|
|
34
34
|
AttributeValueOperator: () => AttributeValueOperator,
|
|
35
|
+
AudioExtractionStatus: () => AudioExtractionStatus,
|
|
36
|
+
AudioExtractionType: () => AudioExtractionType,
|
|
35
37
|
AutoSubscriptionStatus: () => AutoSubscriptionStatus,
|
|
36
38
|
BatchDeleteDocumentCommand: () => BatchDeleteDocumentCommand,
|
|
37
39
|
BatchPutDocumentCommand: () => BatchPutDocumentCommand,
|
|
@@ -165,6 +167,7 @@ __export(src_exports, {
|
|
|
165
167
|
ScoreConfidence: () => ScoreConfidence,
|
|
166
168
|
SearchRelevantContentCommand: () => SearchRelevantContentCommand,
|
|
167
169
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
170
|
+
SourceDetails: () => SourceDetails,
|
|
168
171
|
StartDataSourceSyncJobCommand: () => StartDataSourceSyncJobCommand,
|
|
169
172
|
Status: () => Status,
|
|
170
173
|
StopDataSourceSyncJobCommand: () => StopDataSourceSyncJobCommand,
|
|
@@ -188,6 +191,8 @@ __export(src_exports, {
|
|
|
188
191
|
UpdateWebExperienceCommand: () => UpdateWebExperienceCommand,
|
|
189
192
|
ValidationException: () => ValidationException,
|
|
190
193
|
ValidationExceptionReason: () => ValidationExceptionReason,
|
|
194
|
+
VideoExtractionStatus: () => VideoExtractionStatus,
|
|
195
|
+
VideoExtractionType: () => VideoExtractionType,
|
|
191
196
|
WebExperienceAuthConfiguration: () => WebExperienceAuthConfiguration,
|
|
192
197
|
WebExperienceSamplePromptsControlMode: () => WebExperienceSamplePromptsControlMode,
|
|
193
198
|
WebExperienceStatus: () => WebExperienceStatus,
|
|
@@ -212,7 +217,7 @@ __export(src_exports, {
|
|
|
212
217
|
paginateListWebExperiences: () => paginateListWebExperiences,
|
|
213
218
|
paginateSearchRelevantContent: () => paginateSearchRelevantContent
|
|
214
219
|
});
|
|
215
|
-
module.exports = __toCommonJS(
|
|
220
|
+
module.exports = __toCommonJS(index_exports);
|
|
216
221
|
|
|
217
222
|
// src/QBusinessClient.ts
|
|
218
223
|
var import_middleware_eventstream = require("@aws-sdk/middleware-eventstream");
|
|
@@ -341,9 +346,9 @@ var QBusinessClient = class extends import_smithy_client.Client {
|
|
|
341
346
|
this.middlewareStack.use(
|
|
342
347
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
343
348
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultQBusinessHttpAuthSchemeParametersProvider,
|
|
344
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
349
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
345
350
|
"aws.auth#sigv4": config.credentials
|
|
346
|
-
})
|
|
351
|
+
}), "identityProviderConfigProvider")
|
|
347
352
|
})
|
|
348
353
|
);
|
|
349
354
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -406,10 +411,8 @@ var MembershipType = {
|
|
|
406
411
|
var Principal;
|
|
407
412
|
((Principal3) => {
|
|
408
413
|
Principal3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
409
|
-
if (value.user !== void 0)
|
|
410
|
-
|
|
411
|
-
if (value.group !== void 0)
|
|
412
|
-
return visitor.group(value.group);
|
|
414
|
+
if (value.user !== void 0) return visitor.user(value.user);
|
|
415
|
+
if (value.group !== void 0) return visitor.group(value.group);
|
|
413
416
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
414
417
|
}, "visit");
|
|
415
418
|
})(Principal || (Principal = {}));
|
|
@@ -434,14 +437,10 @@ var AccessDeniedException = class _AccessDeniedException extends QBusinessServic
|
|
|
434
437
|
var DocumentAttributeValue;
|
|
435
438
|
((DocumentAttributeValue2) => {
|
|
436
439
|
DocumentAttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
437
|
-
if (value.stringValue !== void 0)
|
|
438
|
-
|
|
439
|
-
if (value.
|
|
440
|
-
|
|
441
|
-
if (value.longValue !== void 0)
|
|
442
|
-
return visitor.longValue(value.longValue);
|
|
443
|
-
if (value.dateValue !== void 0)
|
|
444
|
-
return visitor.dateValue(value.dateValue);
|
|
440
|
+
if (value.stringValue !== void 0) return visitor.stringValue(value.stringValue);
|
|
441
|
+
if (value.stringListValue !== void 0) return visitor.stringListValue(value.stringListValue);
|
|
442
|
+
if (value.longValue !== void 0) return visitor.longValue(value.longValue);
|
|
443
|
+
if (value.dateValue !== void 0) return visitor.dateValue(value.dateValue);
|
|
445
444
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
446
445
|
}, "visit");
|
|
447
446
|
})(DocumentAttributeValue || (DocumentAttributeValue = {}));
|
|
@@ -473,10 +472,8 @@ var PluginType = {
|
|
|
473
472
|
var APISchema;
|
|
474
473
|
((APISchema3) => {
|
|
475
474
|
APISchema3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
476
|
-
if (value.payload !== void 0)
|
|
477
|
-
|
|
478
|
-
if (value.s3 !== void 0)
|
|
479
|
-
return visitor.s3(value.s3);
|
|
475
|
+
if (value.payload !== void 0) return visitor.payload(value.payload);
|
|
476
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
480
477
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
481
478
|
}, "visit");
|
|
482
479
|
})(APISchema || (APISchema = {}));
|
|
@@ -706,10 +703,18 @@ var DocumentContentOperator = {
|
|
|
706
703
|
var AttributeValueOperator = {
|
|
707
704
|
DELETE: "DELETE"
|
|
708
705
|
};
|
|
706
|
+
var AudioExtractionStatus = {
|
|
707
|
+
DISABLED: "DISABLED",
|
|
708
|
+
ENABLED: "ENABLED"
|
|
709
|
+
};
|
|
709
710
|
var ImageExtractionStatus = {
|
|
710
711
|
DISABLED: "DISABLED",
|
|
711
712
|
ENABLED: "ENABLED"
|
|
712
713
|
};
|
|
714
|
+
var VideoExtractionStatus = {
|
|
715
|
+
DISABLED: "DISABLED",
|
|
716
|
+
ENABLED: "ENABLED"
|
|
717
|
+
};
|
|
713
718
|
var DataSourceStatus = {
|
|
714
719
|
ACTIVE: "ACTIVE",
|
|
715
720
|
CREATING: "CREATING",
|
|
@@ -738,14 +743,11 @@ var IndexStatus = {
|
|
|
738
743
|
var PluginAuthConfiguration;
|
|
739
744
|
((PluginAuthConfiguration3) => {
|
|
740
745
|
PluginAuthConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
741
|
-
if (value.basicAuthConfiguration !== void 0)
|
|
742
|
-
return visitor.basicAuthConfiguration(value.basicAuthConfiguration);
|
|
746
|
+
if (value.basicAuthConfiguration !== void 0) return visitor.basicAuthConfiguration(value.basicAuthConfiguration);
|
|
743
747
|
if (value.oAuth2ClientCredentialConfiguration !== void 0)
|
|
744
748
|
return visitor.oAuth2ClientCredentialConfiguration(value.oAuth2ClientCredentialConfiguration);
|
|
745
|
-
if (value.noAuthConfiguration !== void 0)
|
|
746
|
-
|
|
747
|
-
if (value.idcAuthConfiguration !== void 0)
|
|
748
|
-
return visitor.idcAuthConfiguration(value.idcAuthConfiguration);
|
|
749
|
+
if (value.noAuthConfiguration !== void 0) return visitor.noAuthConfiguration(value.noAuthConfiguration);
|
|
750
|
+
if (value.idcAuthConfiguration !== void 0) return visitor.idcAuthConfiguration(value.idcAuthConfiguration);
|
|
749
751
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
750
752
|
}, "visit");
|
|
751
753
|
})(PluginAuthConfiguration || (PluginAuthConfiguration = {}));
|
|
@@ -782,12 +784,9 @@ var StringAttributeValueBoostingLevel = {
|
|
|
782
784
|
var DocumentAttributeBoostingConfiguration;
|
|
783
785
|
((DocumentAttributeBoostingConfiguration3) => {
|
|
784
786
|
DocumentAttributeBoostingConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
785
|
-
if (value.numberConfiguration !== void 0)
|
|
786
|
-
|
|
787
|
-
if (value.
|
|
788
|
-
return visitor.stringConfiguration(value.stringConfiguration);
|
|
789
|
-
if (value.dateConfiguration !== void 0)
|
|
790
|
-
return visitor.dateConfiguration(value.dateConfiguration);
|
|
787
|
+
if (value.numberConfiguration !== void 0) return visitor.numberConfiguration(value.numberConfiguration);
|
|
788
|
+
if (value.stringConfiguration !== void 0) return visitor.stringConfiguration(value.stringConfiguration);
|
|
789
|
+
if (value.dateConfiguration !== void 0) return visitor.dateConfiguration(value.dateConfiguration);
|
|
791
790
|
if (value.stringListConfiguration !== void 0)
|
|
792
791
|
return visitor.stringListConfiguration(value.stringListConfiguration);
|
|
793
792
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -819,8 +818,7 @@ var BrowserExtension = {
|
|
|
819
818
|
var IdentityProviderConfiguration;
|
|
820
819
|
((IdentityProviderConfiguration3) => {
|
|
821
820
|
IdentityProviderConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
822
|
-
if (value.samlConfiguration !== void 0)
|
|
823
|
-
return visitor.samlConfiguration(value.samlConfiguration);
|
|
821
|
+
if (value.samlConfiguration !== void 0) return visitor.samlConfiguration(value.samlConfiguration);
|
|
824
822
|
if (value.openIDConnectConfiguration !== void 0)
|
|
825
823
|
return visitor.openIDConnectConfiguration(value.openIDConnectConfiguration);
|
|
826
824
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -833,8 +831,7 @@ var WebExperienceSamplePromptsControlMode = {
|
|
|
833
831
|
var WebExperienceAuthConfiguration;
|
|
834
832
|
((WebExperienceAuthConfiguration3) => {
|
|
835
833
|
WebExperienceAuthConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
836
|
-
if (value.samlConfiguration !== void 0)
|
|
837
|
-
return visitor.samlConfiguration(value.samlConfiguration);
|
|
834
|
+
if (value.samlConfiguration !== void 0) return visitor.samlConfiguration(value.samlConfiguration);
|
|
838
835
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
839
836
|
}, "visit");
|
|
840
837
|
})(WebExperienceAuthConfiguration || (WebExperienceAuthConfiguration = {}));
|
|
@@ -856,8 +853,7 @@ var OrchestrationControl = {
|
|
|
856
853
|
var CopyFromSource;
|
|
857
854
|
((CopyFromSource3) => {
|
|
858
855
|
CopyFromSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
859
|
-
if (value.conversation !== void 0)
|
|
860
|
-
return visitor.conversation(value.conversation);
|
|
856
|
+
if (value.conversation !== void 0) return visitor.conversation(value.conversation);
|
|
861
857
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
862
858
|
}, "visit");
|
|
863
859
|
})(CopyFromSource || (CopyFromSource = {}));
|
|
@@ -865,13 +861,15 @@ var AttachmentStatus = {
|
|
|
865
861
|
FAILED: "FAILED",
|
|
866
862
|
SUCCESS: "SUCCESS"
|
|
867
863
|
};
|
|
864
|
+
var AudioExtractionType = {
|
|
865
|
+
SUMMARY: "SUMMARY",
|
|
866
|
+
TRANSCRIPT: "TRANSCRIPT"
|
|
867
|
+
};
|
|
868
868
|
var DocumentContent;
|
|
869
869
|
((DocumentContent2) => {
|
|
870
870
|
DocumentContent2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
871
|
-
if (value.blob !== void 0)
|
|
872
|
-
|
|
873
|
-
if (value.s3 !== void 0)
|
|
874
|
-
return visitor.s3(value.s3);
|
|
871
|
+
if (value.blob !== void 0) return visitor.blob(value.blob);
|
|
872
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
875
873
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
876
874
|
}, "visit");
|
|
877
875
|
})(DocumentContent || (DocumentContent = {}));
|
|
@@ -897,22 +895,30 @@ var ChatMode = {
|
|
|
897
895
|
var ChatModeConfiguration;
|
|
898
896
|
((ChatModeConfiguration3) => {
|
|
899
897
|
ChatModeConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
900
|
-
if (value.pluginConfiguration !== void 0)
|
|
901
|
-
return visitor.pluginConfiguration(value.pluginConfiguration);
|
|
898
|
+
if (value.pluginConfiguration !== void 0) return visitor.pluginConfiguration(value.pluginConfiguration);
|
|
902
899
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
903
900
|
}, "visit");
|
|
904
901
|
})(ChatModeConfiguration || (ChatModeConfiguration = {}));
|
|
902
|
+
var VideoExtractionType = {
|
|
903
|
+
SUMMARY: "SUMMARY",
|
|
904
|
+
TRANSCRIPT: "TRANSCRIPT"
|
|
905
|
+
};
|
|
906
|
+
var SourceDetails;
|
|
907
|
+
((SourceDetails2) => {
|
|
908
|
+
SourceDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
909
|
+
if (value.imageSourceDetails !== void 0) return visitor.imageSourceDetails(value.imageSourceDetails);
|
|
910
|
+
if (value.audioSourceDetails !== void 0) return visitor.audioSourceDetails(value.audioSourceDetails);
|
|
911
|
+
if (value.videoSourceDetails !== void 0) return visitor.videoSourceDetails(value.videoSourceDetails);
|
|
912
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
913
|
+
}, "visit");
|
|
914
|
+
})(SourceDetails || (SourceDetails = {}));
|
|
905
915
|
var ChatOutputStream;
|
|
906
916
|
((ChatOutputStream3) => {
|
|
907
917
|
ChatOutputStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
908
|
-
if (value.textEvent !== void 0)
|
|
909
|
-
|
|
910
|
-
if (value.
|
|
911
|
-
|
|
912
|
-
if (value.actionReviewEvent !== void 0)
|
|
913
|
-
return visitor.actionReviewEvent(value.actionReviewEvent);
|
|
914
|
-
if (value.failedAttachmentEvent !== void 0)
|
|
915
|
-
return visitor.failedAttachmentEvent(value.failedAttachmentEvent);
|
|
918
|
+
if (value.textEvent !== void 0) return visitor.textEvent(value.textEvent);
|
|
919
|
+
if (value.metadataEvent !== void 0) return visitor.metadataEvent(value.metadataEvent);
|
|
920
|
+
if (value.actionReviewEvent !== void 0) return visitor.actionReviewEvent(value.actionReviewEvent);
|
|
921
|
+
if (value.failedAttachmentEvent !== void 0) return visitor.failedAttachmentEvent(value.failedAttachmentEvent);
|
|
916
922
|
if (value.authChallengeRequestEvent !== void 0)
|
|
917
923
|
return visitor.authChallengeRequestEvent(value.authChallengeRequestEvent);
|
|
918
924
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -957,18 +963,15 @@ var LicenseNotFoundException = class _LicenseNotFoundException extends QBusiness
|
|
|
957
963
|
var ContentSource;
|
|
958
964
|
((ContentSource3) => {
|
|
959
965
|
ContentSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
960
|
-
if (value.retriever !== void 0)
|
|
961
|
-
return visitor.retriever(value.retriever);
|
|
966
|
+
if (value.retriever !== void 0) return visitor.retriever(value.retriever);
|
|
962
967
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
963
968
|
}, "visit");
|
|
964
969
|
})(ContentSource || (ContentSource = {}));
|
|
965
970
|
var SubscriptionPrincipal;
|
|
966
971
|
((SubscriptionPrincipal3) => {
|
|
967
972
|
SubscriptionPrincipal3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
968
|
-
if (value.user !== void 0)
|
|
969
|
-
|
|
970
|
-
if (value.group !== void 0)
|
|
971
|
-
return visitor.group(value.group);
|
|
973
|
+
if (value.user !== void 0) return visitor.user(value.user);
|
|
974
|
+
if (value.group !== void 0) return visitor.group(value.group);
|
|
972
975
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
973
976
|
}, "visit");
|
|
974
977
|
})(SubscriptionPrincipal || (SubscriptionPrincipal = {}));
|
|
@@ -998,10 +1001,8 @@ var ResponseScope = {
|
|
|
998
1001
|
var RuleConfiguration;
|
|
999
1002
|
((RuleConfiguration3) => {
|
|
1000
1003
|
RuleConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1001
|
-
if (value.contentBlockerRule !== void 0)
|
|
1002
|
-
|
|
1003
|
-
if (value.contentRetrievalRule !== void 0)
|
|
1004
|
-
return visitor.contentRetrievalRule(value.contentRetrievalRule);
|
|
1004
|
+
if (value.contentBlockerRule !== void 0) return visitor.contentBlockerRule(value.contentBlockerRule);
|
|
1005
|
+
if (value.contentRetrievalRule !== void 0) return visitor.contentRetrievalRule(value.contentRetrievalRule);
|
|
1005
1006
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1006
1007
|
}, "visit");
|
|
1007
1008
|
})(RuleConfiguration || (RuleConfiguration = {}));
|
|
@@ -1038,34 +1039,10 @@ var MessageType = {
|
|
|
1038
1039
|
SYSTEM: "SYSTEM",
|
|
1039
1040
|
USER: "USER"
|
|
1040
1041
|
};
|
|
1041
|
-
var PluginTypeCategory = {
|
|
1042
|
-
COMMUNICATION: "Communication",
|
|
1043
|
-
CRM: "Customer relationship management (CRM)",
|
|
1044
|
-
PRODUCTIVITY: "Productivity",
|
|
1045
|
-
PROJECT_MANAGEMENT: "Project management",
|
|
1046
|
-
TICKETING_MANAGEMENT: "Ticketing and incident management"
|
|
1047
|
-
};
|
|
1048
|
-
var MessageUsefulnessReason = {
|
|
1049
|
-
COMPLETE: "COMPLETE",
|
|
1050
|
-
FACTUALLY_CORRECT: "FACTUALLY_CORRECT",
|
|
1051
|
-
HARMFUL_OR_UNSAFE: "HARMFUL_OR_UNSAFE",
|
|
1052
|
-
HELPFUL: "HELPFUL",
|
|
1053
|
-
INCORRECT_OR_MISSING_SOURCES: "INCORRECT_OR_MISSING_SOURCES",
|
|
1054
|
-
NOT_BASED_ON_DOCUMENTS: "NOT_BASED_ON_DOCUMENTS",
|
|
1055
|
-
NOT_COMPLETE: "NOT_COMPLETE",
|
|
1056
|
-
NOT_CONCISE: "NOT_CONCISE",
|
|
1057
|
-
NOT_FACTUALLY_CORRECT: "NOT_FACTUALLY_CORRECT",
|
|
1058
|
-
NOT_HELPFUL: "NOT_HELPFUL",
|
|
1059
|
-
OTHER: "OTHER",
|
|
1060
|
-
RELEVANT_SOURCES: "RELEVANT_SOURCES"
|
|
1061
|
-
};
|
|
1062
1042
|
var APISchemaFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1063
|
-
if (obj.payload !== void 0)
|
|
1064
|
-
|
|
1065
|
-
if (obj
|
|
1066
|
-
return { s3: obj.s3 };
|
|
1067
|
-
if (obj.$unknown !== void 0)
|
|
1068
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1043
|
+
if (obj.payload !== void 0) return { payload: import_smithy_client.SENSITIVE_STRING };
|
|
1044
|
+
if (obj.s3 !== void 0) return { s3: obj.s3 };
|
|
1045
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1069
1046
|
}, "APISchemaFilterSensitiveLog");
|
|
1070
1047
|
var EncryptionConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1071
1048
|
...obj,
|
|
@@ -1117,18 +1094,12 @@ var UpdatePluginRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1117
1094
|
...obj.authConfiguration && { authConfiguration: obj.authConfiguration }
|
|
1118
1095
|
}), "UpdatePluginRequestFilterSensitiveLog");
|
|
1119
1096
|
var ChatOutputStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1120
|
-
if (obj.textEvent !== void 0)
|
|
1121
|
-
|
|
1122
|
-
if (obj.
|
|
1123
|
-
|
|
1124
|
-
if (obj.
|
|
1125
|
-
|
|
1126
|
-
if (obj.failedAttachmentEvent !== void 0)
|
|
1127
|
-
return { failedAttachmentEvent: obj.failedAttachmentEvent };
|
|
1128
|
-
if (obj.authChallengeRequestEvent !== void 0)
|
|
1129
|
-
return { authChallengeRequestEvent: obj.authChallengeRequestEvent };
|
|
1130
|
-
if (obj.$unknown !== void 0)
|
|
1131
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1097
|
+
if (obj.textEvent !== void 0) return { textEvent: obj.textEvent };
|
|
1098
|
+
if (obj.metadataEvent !== void 0) return { metadataEvent: obj.metadataEvent };
|
|
1099
|
+
if (obj.actionReviewEvent !== void 0) return { actionReviewEvent: obj.actionReviewEvent };
|
|
1100
|
+
if (obj.failedAttachmentEvent !== void 0) return { failedAttachmentEvent: obj.failedAttachmentEvent };
|
|
1101
|
+
if (obj.authChallengeRequestEvent !== void 0) return { authChallengeRequestEvent: obj.authChallengeRequestEvent };
|
|
1102
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1132
1103
|
}, "ChatOutputStreamFilterSensitiveLog");
|
|
1133
1104
|
var ChatOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1134
1105
|
...obj,
|
|
@@ -1137,6 +1108,27 @@ var ChatOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1137
1108
|
|
|
1138
1109
|
// src/models/models_1.ts
|
|
1139
1110
|
|
|
1111
|
+
var PluginTypeCategory = {
|
|
1112
|
+
COMMUNICATION: "Communication",
|
|
1113
|
+
CRM: "Customer relationship management (CRM)",
|
|
1114
|
+
PRODUCTIVITY: "Productivity",
|
|
1115
|
+
PROJECT_MANAGEMENT: "Project management",
|
|
1116
|
+
TICKETING_MANAGEMENT: "Ticketing and incident management"
|
|
1117
|
+
};
|
|
1118
|
+
var MessageUsefulnessReason = {
|
|
1119
|
+
COMPLETE: "COMPLETE",
|
|
1120
|
+
FACTUALLY_CORRECT: "FACTUALLY_CORRECT",
|
|
1121
|
+
HARMFUL_OR_UNSAFE: "HARMFUL_OR_UNSAFE",
|
|
1122
|
+
HELPFUL: "HELPFUL",
|
|
1123
|
+
INCORRECT_OR_MISSING_SOURCES: "INCORRECT_OR_MISSING_SOURCES",
|
|
1124
|
+
NOT_BASED_ON_DOCUMENTS: "NOT_BASED_ON_DOCUMENTS",
|
|
1125
|
+
NOT_COMPLETE: "NOT_COMPLETE",
|
|
1126
|
+
NOT_CONCISE: "NOT_CONCISE",
|
|
1127
|
+
NOT_FACTUALLY_CORRECT: "NOT_FACTUALLY_CORRECT",
|
|
1128
|
+
NOT_HELPFUL: "NOT_HELPFUL",
|
|
1129
|
+
OTHER: "OTHER",
|
|
1130
|
+
RELEVANT_SOURCES: "RELEVANT_SOURCES"
|
|
1131
|
+
};
|
|
1140
1132
|
var MessageUsefulness = {
|
|
1141
1133
|
NOT_USEFUL: "NOT_USEFUL",
|
|
1142
1134
|
USEFUL: "USEFUL"
|
|
@@ -1151,36 +1143,25 @@ var ScoreConfidence = {
|
|
|
1151
1143
|
var ChatInputStream;
|
|
1152
1144
|
((ChatInputStream2) => {
|
|
1153
1145
|
ChatInputStream2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1154
|
-
if (value.configurationEvent !== void 0)
|
|
1155
|
-
|
|
1156
|
-
if (value.
|
|
1157
|
-
|
|
1158
|
-
if (value.
|
|
1159
|
-
return visitor.attachmentEvent(value.attachmentEvent);
|
|
1160
|
-
if (value.actionExecutionEvent !== void 0)
|
|
1161
|
-
return visitor.actionExecutionEvent(value.actionExecutionEvent);
|
|
1162
|
-
if (value.endOfInputEvent !== void 0)
|
|
1163
|
-
return visitor.endOfInputEvent(value.endOfInputEvent);
|
|
1146
|
+
if (value.configurationEvent !== void 0) return visitor.configurationEvent(value.configurationEvent);
|
|
1147
|
+
if (value.textEvent !== void 0) return visitor.textEvent(value.textEvent);
|
|
1148
|
+
if (value.attachmentEvent !== void 0) return visitor.attachmentEvent(value.attachmentEvent);
|
|
1149
|
+
if (value.actionExecutionEvent !== void 0) return visitor.actionExecutionEvent(value.actionExecutionEvent);
|
|
1150
|
+
if (value.endOfInputEvent !== void 0) return visitor.endOfInputEvent(value.endOfInputEvent);
|
|
1164
1151
|
if (value.authChallengeResponseEvent !== void 0)
|
|
1165
1152
|
return visitor.authChallengeResponseEvent(value.authChallengeResponseEvent);
|
|
1166
1153
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1167
1154
|
}, "visit");
|
|
1168
1155
|
})(ChatInputStream || (ChatInputStream = {}));
|
|
1169
1156
|
var ChatInputStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1170
|
-
if (obj.configurationEvent !== void 0)
|
|
1171
|
-
|
|
1172
|
-
if (obj.
|
|
1173
|
-
|
|
1174
|
-
if (obj.
|
|
1175
|
-
return { attachmentEvent: obj.attachmentEvent };
|
|
1176
|
-
if (obj.actionExecutionEvent !== void 0)
|
|
1177
|
-
return { actionExecutionEvent: obj.actionExecutionEvent };
|
|
1178
|
-
if (obj.endOfInputEvent !== void 0)
|
|
1179
|
-
return { endOfInputEvent: obj.endOfInputEvent };
|
|
1157
|
+
if (obj.configurationEvent !== void 0) return { configurationEvent: obj.configurationEvent };
|
|
1158
|
+
if (obj.textEvent !== void 0) return { textEvent: obj.textEvent };
|
|
1159
|
+
if (obj.attachmentEvent !== void 0) return { attachmentEvent: obj.attachmentEvent };
|
|
1160
|
+
if (obj.actionExecutionEvent !== void 0) return { actionExecutionEvent: obj.actionExecutionEvent };
|
|
1161
|
+
if (obj.endOfInputEvent !== void 0) return { endOfInputEvent: obj.endOfInputEvent };
|
|
1180
1162
|
if (obj.authChallengeResponseEvent !== void 0)
|
|
1181
1163
|
return { authChallengeResponseEvent: obj.authChallengeResponseEvent };
|
|
1182
|
-
if (obj.$unknown !== void 0)
|
|
1183
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1164
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1184
1165
|
}, "ChatInputStreamFilterSensitiveLog");
|
|
1185
1166
|
var ChatInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1186
1167
|
...obj,
|
|
@@ -1213,7 +1194,7 @@ var se_AssociatePermissionCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1213
1194
|
let body;
|
|
1214
1195
|
body = JSON.stringify(
|
|
1215
1196
|
(0, import_smithy_client.take)(input, {
|
|
1216
|
-
actions: (_) => (0, import_smithy_client._json)(_),
|
|
1197
|
+
actions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actions"),
|
|
1217
1198
|
principal: [],
|
|
1218
1199
|
statementId: []
|
|
1219
1200
|
})
|
|
@@ -1233,7 +1214,7 @@ var se_BatchDeleteDocumentCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1233
1214
|
body = JSON.stringify(
|
|
1234
1215
|
(0, import_smithy_client.take)(input, {
|
|
1235
1216
|
dataSourceSyncId: [],
|
|
1236
|
-
documents: (_) => (0, import_smithy_client._json)(_)
|
|
1217
|
+
documents: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "documents")
|
|
1237
1218
|
})
|
|
1238
1219
|
);
|
|
1239
1220
|
b.m("POST").h(headers).b(body);
|
|
@@ -1251,7 +1232,7 @@ var se_BatchPutDocumentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1251
1232
|
body = JSON.stringify(
|
|
1252
1233
|
(0, import_smithy_client.take)(input, {
|
|
1253
1234
|
dataSourceSyncId: [],
|
|
1254
|
-
documents: (_) => se_Documents(_, context),
|
|
1235
|
+
documents: /* @__PURE__ */ __name((_) => se_Documents(_, context), "documents"),
|
|
1255
1236
|
roleArn: []
|
|
1256
1237
|
})
|
|
1257
1238
|
);
|
|
@@ -1304,12 +1285,12 @@ var se_ChatSyncCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1304
1285
|
let body;
|
|
1305
1286
|
body = JSON.stringify(
|
|
1306
1287
|
(0, import_smithy_client.take)(input, {
|
|
1307
|
-
actionExecution: (_) => se_ActionExecution(_, context),
|
|
1308
|
-
attachments: (_) => se_AttachmentsInput(_, context),
|
|
1309
|
-
attributeFilter: (_) => se_AttributeFilter(_, context),
|
|
1310
|
-
authChallengeResponse: (_) => (0, import_smithy_client._json)(_),
|
|
1288
|
+
actionExecution: /* @__PURE__ */ __name((_) => se_ActionExecution(_, context), "actionExecution"),
|
|
1289
|
+
attachments: /* @__PURE__ */ __name((_) => se_AttachmentsInput(_, context), "attachments"),
|
|
1290
|
+
attributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "attributeFilter"),
|
|
1291
|
+
authChallengeResponse: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authChallengeResponse"),
|
|
1311
1292
|
chatMode: [],
|
|
1312
|
-
chatModeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1293
|
+
chatModeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "chatModeConfiguration"),
|
|
1313
1294
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1314
1295
|
conversationId: [],
|
|
1315
1296
|
parentMessageId: [],
|
|
@@ -1328,20 +1309,20 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1328
1309
|
let body;
|
|
1329
1310
|
body = JSON.stringify(
|
|
1330
1311
|
(0, import_smithy_client.take)(input, {
|
|
1331
|
-
attachmentsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1332
|
-
clientIdsForOIDC: (_) => (0, import_smithy_client._json)(_),
|
|
1312
|
+
attachmentsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attachmentsConfiguration"),
|
|
1313
|
+
clientIdsForOIDC: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "clientIdsForOIDC"),
|
|
1333
1314
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1334
1315
|
description: [],
|
|
1335
1316
|
displayName: [],
|
|
1336
|
-
encryptionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1317
|
+
encryptionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "encryptionConfiguration"),
|
|
1337
1318
|
iamIdentityProviderArn: [],
|
|
1338
1319
|
identityCenterInstanceArn: [],
|
|
1339
1320
|
identityType: [],
|
|
1340
|
-
personalizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1341
|
-
qAppsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1342
|
-
quickSightConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1321
|
+
personalizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "personalizationConfiguration"),
|
|
1322
|
+
qAppsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qAppsConfiguration"),
|
|
1323
|
+
quickSightConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "quickSightConfiguration"),
|
|
1343
1324
|
roleArn: [],
|
|
1344
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1325
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1345
1326
|
})
|
|
1346
1327
|
);
|
|
1347
1328
|
b.m("POST").h(headers).b(body);
|
|
@@ -1357,11 +1338,11 @@ var se_CreateDataAccessorCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1357
1338
|
let body;
|
|
1358
1339
|
body = JSON.stringify(
|
|
1359
1340
|
(0, import_smithy_client.take)(input, {
|
|
1360
|
-
actionConfigurations: (_) => se_ActionConfigurationList(_, context),
|
|
1341
|
+
actionConfigurations: /* @__PURE__ */ __name((_) => se_ActionConfigurationList(_, context), "actionConfigurations"),
|
|
1361
1342
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1362
1343
|
displayName: [],
|
|
1363
1344
|
principal: [],
|
|
1364
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1345
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1365
1346
|
})
|
|
1366
1347
|
);
|
|
1367
1348
|
b.m("POST").h(headers).b(body);
|
|
@@ -1379,15 +1360,15 @@ var se_CreateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1379
1360
|
body = JSON.stringify(
|
|
1380
1361
|
(0, import_smithy_client.take)(input, {
|
|
1381
1362
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1382
|
-
configuration: (_) => se_DataSourceConfiguration(_, context),
|
|
1363
|
+
configuration: /* @__PURE__ */ __name((_) => se_DataSourceConfiguration(_, context), "configuration"),
|
|
1383
1364
|
description: [],
|
|
1384
1365
|
displayName: [],
|
|
1385
|
-
documentEnrichmentConfiguration: (_) => se_DocumentEnrichmentConfiguration(_, context),
|
|
1386
|
-
mediaExtractionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1366
|
+
documentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => se_DocumentEnrichmentConfiguration(_, context), "documentEnrichmentConfiguration"),
|
|
1367
|
+
mediaExtractionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "mediaExtractionConfiguration"),
|
|
1387
1368
|
roleArn: [],
|
|
1388
1369
|
syncSchedule: [],
|
|
1389
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1390
|
-
vpcConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
1370
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1371
|
+
vpcConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vpcConfiguration")
|
|
1391
1372
|
})
|
|
1392
1373
|
);
|
|
1393
1374
|
b.m("POST").h(headers).b(body);
|
|
@@ -1403,11 +1384,11 @@ var se_CreateIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1403
1384
|
let body;
|
|
1404
1385
|
body = JSON.stringify(
|
|
1405
1386
|
(0, import_smithy_client.take)(input, {
|
|
1406
|
-
capacityConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1387
|
+
capacityConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "capacityConfiguration"),
|
|
1407
1388
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1408
1389
|
description: [],
|
|
1409
1390
|
displayName: [],
|
|
1410
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1391
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1411
1392
|
type: []
|
|
1412
1393
|
})
|
|
1413
1394
|
);
|
|
@@ -1424,12 +1405,12 @@ var se_CreatePluginCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1424
1405
|
let body;
|
|
1425
1406
|
body = JSON.stringify(
|
|
1426
1407
|
(0, import_smithy_client.take)(input, {
|
|
1427
|
-
authConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1408
|
+
authConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authConfiguration"),
|
|
1428
1409
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1429
|
-
customPluginConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1410
|
+
customPluginConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customPluginConfiguration"),
|
|
1430
1411
|
displayName: [],
|
|
1431
1412
|
serverUrl: [],
|
|
1432
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1413
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1433
1414
|
type: []
|
|
1434
1415
|
})
|
|
1435
1416
|
);
|
|
@@ -1447,10 +1428,10 @@ var se_CreateRetrieverCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1447
1428
|
body = JSON.stringify(
|
|
1448
1429
|
(0, import_smithy_client.take)(input, {
|
|
1449
1430
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1450
|
-
configuration: (_) => (0, import_smithy_client._json)(_),
|
|
1431
|
+
configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "configuration"),
|
|
1451
1432
|
displayName: [],
|
|
1452
1433
|
roleArn: [],
|
|
1453
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1434
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1454
1435
|
type: []
|
|
1455
1436
|
})
|
|
1456
1437
|
);
|
|
@@ -1468,7 +1449,7 @@ var se_CreateSubscriptionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1468
1449
|
body = JSON.stringify(
|
|
1469
1450
|
(0, import_smithy_client.take)(input, {
|
|
1470
1451
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1471
|
-
principal: (_) => (0, import_smithy_client._json)(_),
|
|
1452
|
+
principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principal"),
|
|
1472
1453
|
type: []
|
|
1473
1454
|
})
|
|
1474
1455
|
);
|
|
@@ -1486,7 +1467,7 @@ var se_CreateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1486
1467
|
body = JSON.stringify(
|
|
1487
1468
|
(0, import_smithy_client.take)(input, {
|
|
1488
1469
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1489
|
-
userAliases: (_) => (0, import_smithy_client._json)(_),
|
|
1470
|
+
userAliases: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userAliases"),
|
|
1490
1471
|
userId: []
|
|
1491
1472
|
})
|
|
1492
1473
|
);
|
|
@@ -1503,15 +1484,15 @@ var se_CreateWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1503
1484
|
let body;
|
|
1504
1485
|
body = JSON.stringify(
|
|
1505
1486
|
(0, import_smithy_client.take)(input, {
|
|
1506
|
-
browserExtensionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1487
|
+
browserExtensionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "browserExtensionConfiguration"),
|
|
1507
1488
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1508
|
-
customizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1509
|
-
identityProviderConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1510
|
-
origins: (_) => (0, import_smithy_client._json)(_),
|
|
1489
|
+
customizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customizationConfiguration"),
|
|
1490
|
+
identityProviderConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "identityProviderConfiguration"),
|
|
1491
|
+
origins: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "origins"),
|
|
1511
1492
|
roleArn: [],
|
|
1512
1493
|
samplePromptsControlMode: [],
|
|
1513
1494
|
subtitle: [],
|
|
1514
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1495
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1515
1496
|
title: [],
|
|
1516
1497
|
welcomeMessage: []
|
|
1517
1498
|
})
|
|
@@ -2050,8 +2031,8 @@ var se_PutFeedbackCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2050
2031
|
let body;
|
|
2051
2032
|
body = JSON.stringify(
|
|
2052
2033
|
(0, import_smithy_client.take)(input, {
|
|
2053
|
-
messageCopiedAt: (_) => _.getTime() / 1e3,
|
|
2054
|
-
messageUsefulness: (_) => se_MessageUsefulnessFeedback(_, context)
|
|
2034
|
+
messageCopiedAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "messageCopiedAt"),
|
|
2035
|
+
messageUsefulness: /* @__PURE__ */ __name((_) => se_MessageUsefulnessFeedback(_, context), "messageUsefulness")
|
|
2055
2036
|
})
|
|
2056
2037
|
);
|
|
2057
2038
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -2069,7 +2050,7 @@ var se_PutGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2069
2050
|
body = JSON.stringify(
|
|
2070
2051
|
(0, import_smithy_client.take)(input, {
|
|
2071
2052
|
dataSourceId: [],
|
|
2072
|
-
groupMembers: (_) => (0, import_smithy_client._json)(_),
|
|
2053
|
+
groupMembers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupMembers"),
|
|
2073
2054
|
groupName: [],
|
|
2074
2055
|
roleArn: [],
|
|
2075
2056
|
type: []
|
|
@@ -2088,8 +2069,8 @@ var se_SearchRelevantContentCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2088
2069
|
let body;
|
|
2089
2070
|
body = JSON.stringify(
|
|
2090
2071
|
(0, import_smithy_client.take)(input, {
|
|
2091
|
-
attributeFilter: (_) => se_AttributeFilter(_, context),
|
|
2092
|
-
contentSource: (_) => (0, import_smithy_client._json)(_),
|
|
2072
|
+
attributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "attributeFilter"),
|
|
2073
|
+
contentSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "contentSource"),
|
|
2093
2074
|
maxResults: [],
|
|
2094
2075
|
nextToken: [],
|
|
2095
2076
|
queryText: []
|
|
@@ -2130,7 +2111,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2130
2111
|
let body;
|
|
2131
2112
|
body = JSON.stringify(
|
|
2132
2113
|
(0, import_smithy_client.take)(input, {
|
|
2133
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2114
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2134
2115
|
})
|
|
2135
2116
|
);
|
|
2136
2117
|
b.m("POST").h(headers).b(body);
|
|
@@ -2158,13 +2139,13 @@ var se_UpdateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2158
2139
|
let body;
|
|
2159
2140
|
body = JSON.stringify(
|
|
2160
2141
|
(0, import_smithy_client.take)(input, {
|
|
2161
|
-
attachmentsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2162
|
-
autoSubscriptionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2142
|
+
attachmentsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attachmentsConfiguration"),
|
|
2143
|
+
autoSubscriptionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoSubscriptionConfiguration"),
|
|
2163
2144
|
description: [],
|
|
2164
2145
|
displayName: [],
|
|
2165
2146
|
identityCenterInstanceArn: [],
|
|
2166
|
-
personalizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2167
|
-
qAppsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2147
|
+
personalizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "personalizationConfiguration"),
|
|
2148
|
+
qAppsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qAppsConfiguration"),
|
|
2168
2149
|
roleArn: []
|
|
2169
2150
|
})
|
|
2170
2151
|
);
|
|
@@ -2181,13 +2162,13 @@ var se_UpdateChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2181
2162
|
let body;
|
|
2182
2163
|
body = JSON.stringify(
|
|
2183
2164
|
(0, import_smithy_client.take)(input, {
|
|
2184
|
-
blockedPhrasesConfigurationUpdate: (_) => (0, import_smithy_client._json)(_),
|
|
2165
|
+
blockedPhrasesConfigurationUpdate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "blockedPhrasesConfigurationUpdate"),
|
|
2185
2166
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2186
|
-
creatorModeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2187
|
-
orchestrationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2167
|
+
creatorModeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "creatorModeConfiguration"),
|
|
2168
|
+
orchestrationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "orchestrationConfiguration"),
|
|
2188
2169
|
responseScope: [],
|
|
2189
|
-
topicConfigurationsToCreateOrUpdate: (_) => (0, import_smithy_client._json)(_),
|
|
2190
|
-
topicConfigurationsToDelete: (_) => (0, import_smithy_client._json)(_)
|
|
2170
|
+
topicConfigurationsToCreateOrUpdate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "topicConfigurationsToCreateOrUpdate"),
|
|
2171
|
+
topicConfigurationsToDelete: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "topicConfigurationsToDelete")
|
|
2191
2172
|
})
|
|
2192
2173
|
);
|
|
2193
2174
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -2204,7 +2185,7 @@ var se_UpdateDataAccessorCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2204
2185
|
let body;
|
|
2205
2186
|
body = JSON.stringify(
|
|
2206
2187
|
(0, import_smithy_client.take)(input, {
|
|
2207
|
-
actionConfigurations: (_) => se_ActionConfigurationList(_, context),
|
|
2188
|
+
actionConfigurations: /* @__PURE__ */ __name((_) => se_ActionConfigurationList(_, context), "actionConfigurations"),
|
|
2208
2189
|
displayName: []
|
|
2209
2190
|
})
|
|
2210
2191
|
);
|
|
@@ -2223,14 +2204,14 @@ var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2223
2204
|
let body;
|
|
2224
2205
|
body = JSON.stringify(
|
|
2225
2206
|
(0, import_smithy_client.take)(input, {
|
|
2226
|
-
configuration: (_) => se_DataSourceConfiguration(_, context),
|
|
2207
|
+
configuration: /* @__PURE__ */ __name((_) => se_DataSourceConfiguration(_, context), "configuration"),
|
|
2227
2208
|
description: [],
|
|
2228
2209
|
displayName: [],
|
|
2229
|
-
documentEnrichmentConfiguration: (_) => se_DocumentEnrichmentConfiguration(_, context),
|
|
2230
|
-
mediaExtractionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2210
|
+
documentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => se_DocumentEnrichmentConfiguration(_, context), "documentEnrichmentConfiguration"),
|
|
2211
|
+
mediaExtractionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "mediaExtractionConfiguration"),
|
|
2231
2212
|
roleArn: [],
|
|
2232
2213
|
syncSchedule: [],
|
|
2233
|
-
vpcConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
2214
|
+
vpcConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vpcConfiguration")
|
|
2234
2215
|
})
|
|
2235
2216
|
);
|
|
2236
2217
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2247,10 +2228,10 @@ var se_UpdateIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2247
2228
|
let body;
|
|
2248
2229
|
body = JSON.stringify(
|
|
2249
2230
|
(0, import_smithy_client.take)(input, {
|
|
2250
|
-
capacityConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2231
|
+
capacityConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "capacityConfiguration"),
|
|
2251
2232
|
description: [],
|
|
2252
2233
|
displayName: [],
|
|
2253
|
-
documentAttributeConfigurations: (_) => (0, import_smithy_client._json)(_)
|
|
2234
|
+
documentAttributeConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "documentAttributeConfigurations")
|
|
2254
2235
|
})
|
|
2255
2236
|
);
|
|
2256
2237
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2267,8 +2248,8 @@ var se_UpdatePluginCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2267
2248
|
let body;
|
|
2268
2249
|
body = JSON.stringify(
|
|
2269
2250
|
(0, import_smithy_client.take)(input, {
|
|
2270
|
-
authConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2271
|
-
customPluginConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2251
|
+
authConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authConfiguration"),
|
|
2252
|
+
customPluginConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customPluginConfiguration"),
|
|
2272
2253
|
displayName: [],
|
|
2273
2254
|
serverUrl: [],
|
|
2274
2255
|
state: []
|
|
@@ -2288,7 +2269,7 @@ var se_UpdateRetrieverCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2288
2269
|
let body;
|
|
2289
2270
|
body = JSON.stringify(
|
|
2290
2271
|
(0, import_smithy_client.take)(input, {
|
|
2291
|
-
configuration: (_) => (0, import_smithy_client._json)(_),
|
|
2272
|
+
configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "configuration"),
|
|
2292
2273
|
displayName: [],
|
|
2293
2274
|
roleArn: []
|
|
2294
2275
|
})
|
|
@@ -2324,8 +2305,8 @@ var se_UpdateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2324
2305
|
let body;
|
|
2325
2306
|
body = JSON.stringify(
|
|
2326
2307
|
(0, import_smithy_client.take)(input, {
|
|
2327
|
-
userAliasesToDelete: (_) => (0, import_smithy_client._json)(_),
|
|
2328
|
-
userAliasesToUpdate: (_) => (0, import_smithy_client._json)(_)
|
|
2308
|
+
userAliasesToDelete: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userAliasesToDelete"),
|
|
2309
|
+
userAliasesToUpdate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userAliasesToUpdate")
|
|
2329
2310
|
})
|
|
2330
2311
|
);
|
|
2331
2312
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2342,11 +2323,11 @@ var se_UpdateWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2342
2323
|
let body;
|
|
2343
2324
|
body = JSON.stringify(
|
|
2344
2325
|
(0, import_smithy_client.take)(input, {
|
|
2345
|
-
authenticationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2346
|
-
browserExtensionConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2347
|
-
customizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2348
|
-
identityProviderConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2349
|
-
origins: (_) => (0, import_smithy_client._json)(_),
|
|
2326
|
+
authenticationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authenticationConfiguration"),
|
|
2327
|
+
browserExtensionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "browserExtensionConfiguration"),
|
|
2328
|
+
customizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customizationConfiguration"),
|
|
2329
|
+
identityProviderConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "identityProviderConfiguration"),
|
|
2330
|
+
origins: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "origins"),
|
|
2350
2331
|
roleArn: [],
|
|
2351
2332
|
samplePromptsControlMode: [],
|
|
2352
2333
|
subtitle: [],
|
|
@@ -2435,11 +2416,11 @@ var de_ChatSyncCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2435
2416
|
});
|
|
2436
2417
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2437
2418
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2438
|
-
actionReview: (_) => de_ActionReview(_, context),
|
|
2419
|
+
actionReview: /* @__PURE__ */ __name((_) => de_ActionReview(_, context), "actionReview"),
|
|
2439
2420
|
authChallengeRequest: import_smithy_client._json,
|
|
2440
2421
|
conversationId: import_smithy_client.expectString,
|
|
2441
2422
|
failedAttachments: import_smithy_client._json,
|
|
2442
|
-
sourceAttributions: (_) => de_SourceAttributions(_, context),
|
|
2423
|
+
sourceAttributions: /* @__PURE__ */ __name((_) => de_SourceAttributions(_, context), "sourceAttributions"),
|
|
2443
2424
|
systemMessage: import_smithy_client.expectString,
|
|
2444
2425
|
systemMessageId: import_smithy_client.expectString,
|
|
2445
2426
|
userMessageId: import_smithy_client.expectString
|
|
@@ -2725,7 +2706,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2725
2706
|
attachmentsConfiguration: import_smithy_client._json,
|
|
2726
2707
|
autoSubscriptionConfiguration: import_smithy_client._json,
|
|
2727
2708
|
clientIdsForOIDC: import_smithy_client._json,
|
|
2728
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2709
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2729
2710
|
description: import_smithy_client.expectString,
|
|
2730
2711
|
displayName: import_smithy_client.expectString,
|
|
2731
2712
|
encryptionConfiguration: import_smithy_client._json,
|
|
@@ -2738,7 +2719,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2738
2719
|
quickSightConfiguration: import_smithy_client._json,
|
|
2739
2720
|
roleArn: import_smithy_client.expectString,
|
|
2740
2721
|
status: import_smithy_client.expectString,
|
|
2741
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2722
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
2742
2723
|
});
|
|
2743
2724
|
Object.assign(contents, doc);
|
|
2744
2725
|
return contents;
|
|
@@ -2771,15 +2752,15 @@ var de_GetDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2771
2752
|
});
|
|
2772
2753
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2773
2754
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2774
|
-
actionConfigurations: (_) => de_ActionConfigurationList(_, context),
|
|
2755
|
+
actionConfigurations: /* @__PURE__ */ __name((_) => de_ActionConfigurationList(_, context), "actionConfigurations"),
|
|
2775
2756
|
applicationId: import_smithy_client.expectString,
|
|
2776
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2757
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2777
2758
|
dataAccessorArn: import_smithy_client.expectString,
|
|
2778
2759
|
dataAccessorId: import_smithy_client.expectString,
|
|
2779
2760
|
displayName: import_smithy_client.expectString,
|
|
2780
2761
|
idcApplicationArn: import_smithy_client.expectString,
|
|
2781
2762
|
principal: import_smithy_client.expectString,
|
|
2782
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2763
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
2783
2764
|
});
|
|
2784
2765
|
Object.assign(contents, doc);
|
|
2785
2766
|
return contents;
|
|
@@ -2794,13 +2775,13 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2794
2775
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2795
2776
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2796
2777
|
applicationId: import_smithy_client.expectString,
|
|
2797
|
-
configuration: (_) => de_DataSourceConfiguration(_, context),
|
|
2798
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2778
|
+
configuration: /* @__PURE__ */ __name((_) => de_DataSourceConfiguration(_, context), "configuration"),
|
|
2779
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2799
2780
|
dataSourceArn: import_smithy_client.expectString,
|
|
2800
2781
|
dataSourceId: import_smithy_client.expectString,
|
|
2801
2782
|
description: import_smithy_client.expectString,
|
|
2802
2783
|
displayName: import_smithy_client.expectString,
|
|
2803
|
-
documentEnrichmentConfiguration: (_) => de_DocumentEnrichmentConfiguration(_, context),
|
|
2784
|
+
documentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => de_DocumentEnrichmentConfiguration(_, context), "documentEnrichmentConfiguration"),
|
|
2804
2785
|
error: import_smithy_client._json,
|
|
2805
2786
|
indexId: import_smithy_client.expectString,
|
|
2806
2787
|
mediaExtractionConfiguration: import_smithy_client._json,
|
|
@@ -2808,7 +2789,7 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2808
2789
|
status: import_smithy_client.expectString,
|
|
2809
2790
|
syncSchedule: import_smithy_client.expectString,
|
|
2810
2791
|
type: import_smithy_client.expectString,
|
|
2811
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2792
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
2812
2793
|
vpcConfiguration: import_smithy_client._json
|
|
2813
2794
|
});
|
|
2814
2795
|
Object.assign(contents, doc);
|
|
@@ -2823,8 +2804,8 @@ var de_GetGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2823
2804
|
});
|
|
2824
2805
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2825
2806
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2826
|
-
status: (_) => de_GroupStatusDetail(_, context),
|
|
2827
|
-
statusHistory: (_) => de_GroupStatusDetails(_, context)
|
|
2807
|
+
status: /* @__PURE__ */ __name((_) => de_GroupStatusDetail(_, context), "status"),
|
|
2808
|
+
statusHistory: /* @__PURE__ */ __name((_) => de_GroupStatusDetails(_, context), "statusHistory")
|
|
2828
2809
|
});
|
|
2829
2810
|
Object.assign(contents, doc);
|
|
2830
2811
|
return contents;
|
|
@@ -2840,7 +2821,7 @@ var de_GetIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2840
2821
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2841
2822
|
applicationId: import_smithy_client.expectString,
|
|
2842
2823
|
capacityConfiguration: import_smithy_client._json,
|
|
2843
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2824
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2844
2825
|
description: import_smithy_client.expectString,
|
|
2845
2826
|
displayName: import_smithy_client.expectString,
|
|
2846
2827
|
documentAttributeConfigurations: import_smithy_client._json,
|
|
@@ -2850,7 +2831,7 @@ var de_GetIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2850
2831
|
indexStatistics: import_smithy_client._json,
|
|
2851
2832
|
status: import_smithy_client.expectString,
|
|
2852
2833
|
type: import_smithy_client.expectString,
|
|
2853
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2834
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
2854
2835
|
});
|
|
2855
2836
|
Object.assign(contents, doc);
|
|
2856
2837
|
return contents;
|
|
@@ -2880,9 +2861,9 @@ var de_GetPluginCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2880
2861
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2881
2862
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2882
2863
|
applicationId: import_smithy_client.expectString,
|
|
2883
|
-
authConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2864
|
+
authConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "authConfiguration"),
|
|
2884
2865
|
buildStatus: import_smithy_client.expectString,
|
|
2885
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2866
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2886
2867
|
customPluginConfiguration: import_smithy_client._json,
|
|
2887
2868
|
displayName: import_smithy_client.expectString,
|
|
2888
2869
|
pluginArn: import_smithy_client.expectString,
|
|
@@ -2890,7 +2871,7 @@ var de_GetPluginCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2890
2871
|
serverUrl: import_smithy_client.expectString,
|
|
2891
2872
|
state: import_smithy_client.expectString,
|
|
2892
2873
|
type: import_smithy_client.expectString,
|
|
2893
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2874
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
2894
2875
|
});
|
|
2895
2876
|
Object.assign(contents, doc);
|
|
2896
2877
|
return contents;
|
|
@@ -2919,15 +2900,15 @@ var de_GetRetrieverCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2919
2900
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2920
2901
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2921
2902
|
applicationId: import_smithy_client.expectString,
|
|
2922
|
-
configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2923
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2903
|
+
configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "configuration"),
|
|
2904
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2924
2905
|
displayName: import_smithy_client.expectString,
|
|
2925
2906
|
retrieverArn: import_smithy_client.expectString,
|
|
2926
2907
|
retrieverId: import_smithy_client.expectString,
|
|
2927
2908
|
roleArn: import_smithy_client.expectString,
|
|
2928
2909
|
status: import_smithy_client.expectString,
|
|
2929
2910
|
type: import_smithy_client.expectString,
|
|
2930
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2911
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
2931
2912
|
});
|
|
2932
2913
|
Object.assign(contents, doc);
|
|
2933
2914
|
return contents;
|
|
@@ -2956,20 +2937,20 @@ var de_GetWebExperienceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2956
2937
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2957
2938
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2958
2939
|
applicationId: import_smithy_client.expectString,
|
|
2959
|
-
authenticationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2940
|
+
authenticationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "authenticationConfiguration"),
|
|
2960
2941
|
browserExtensionConfiguration: import_smithy_client._json,
|
|
2961
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2942
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2962
2943
|
customizationConfiguration: import_smithy_client._json,
|
|
2963
2944
|
defaultEndpoint: import_smithy_client.expectString,
|
|
2964
2945
|
error: import_smithy_client._json,
|
|
2965
|
-
identityProviderConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2946
|
+
identityProviderConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "identityProviderConfiguration"),
|
|
2966
2947
|
origins: import_smithy_client._json,
|
|
2967
2948
|
roleArn: import_smithy_client.expectString,
|
|
2968
2949
|
samplePromptsControlMode: import_smithy_client.expectString,
|
|
2969
2950
|
status: import_smithy_client.expectString,
|
|
2970
2951
|
subtitle: import_smithy_client.expectString,
|
|
2971
2952
|
title: import_smithy_client.expectString,
|
|
2972
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2953
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
2973
2954
|
webExperienceArn: import_smithy_client.expectString,
|
|
2974
2955
|
webExperienceId: import_smithy_client.expectString,
|
|
2975
2956
|
welcomeMessage: import_smithy_client.expectString
|
|
@@ -2986,7 +2967,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2986
2967
|
});
|
|
2987
2968
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2988
2969
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2989
|
-
applications: (_) => de_Applications(_, context),
|
|
2970
|
+
applications: /* @__PURE__ */ __name((_) => de_Applications(_, context), "applications"),
|
|
2990
2971
|
nextToken: import_smithy_client.expectString
|
|
2991
2972
|
});
|
|
2992
2973
|
Object.assign(contents, doc);
|
|
@@ -3001,7 +2982,7 @@ var de_ListAttachmentsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3001
2982
|
});
|
|
3002
2983
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3003
2984
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3004
|
-
attachments: (_) => de_AttachmentList(_, context),
|
|
2985
|
+
attachments: /* @__PURE__ */ __name((_) => de_AttachmentList(_, context), "attachments"),
|
|
3005
2986
|
nextToken: import_smithy_client.expectString
|
|
3006
2987
|
});
|
|
3007
2988
|
Object.assign(contents, doc);
|
|
@@ -3016,7 +2997,7 @@ var de_ListConversationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3016
2997
|
});
|
|
3017
2998
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3018
2999
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3019
|
-
conversations: (_) => de_Conversations(_, context),
|
|
3000
|
+
conversations: /* @__PURE__ */ __name((_) => de_Conversations(_, context), "conversations"),
|
|
3020
3001
|
nextToken: import_smithy_client.expectString
|
|
3021
3002
|
});
|
|
3022
3003
|
Object.assign(contents, doc);
|
|
@@ -3031,7 +3012,7 @@ var de_ListDataAccessorsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3031
3012
|
});
|
|
3032
3013
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3033
3014
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3034
|
-
dataAccessors: (_) => de_DataAccessors(_, context),
|
|
3015
|
+
dataAccessors: /* @__PURE__ */ __name((_) => de_DataAccessors(_, context), "dataAccessors"),
|
|
3035
3016
|
nextToken: import_smithy_client.expectString
|
|
3036
3017
|
});
|
|
3037
3018
|
Object.assign(contents, doc);
|
|
@@ -3046,7 +3027,7 @@ var de_ListDataSourcesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3046
3027
|
});
|
|
3047
3028
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3048
3029
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3049
|
-
dataSources: (_) => de_DataSources(_, context),
|
|
3030
|
+
dataSources: /* @__PURE__ */ __name((_) => de_DataSources(_, context), "dataSources"),
|
|
3050
3031
|
nextToken: import_smithy_client.expectString
|
|
3051
3032
|
});
|
|
3052
3033
|
Object.assign(contents, doc);
|
|
@@ -3061,7 +3042,7 @@ var de_ListDataSourceSyncJobsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3061
3042
|
});
|
|
3062
3043
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3063
3044
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3064
|
-
history: (_) => de_DataSourceSyncJobs(_, context),
|
|
3045
|
+
history: /* @__PURE__ */ __name((_) => de_DataSourceSyncJobs(_, context), "history"),
|
|
3065
3046
|
nextToken: import_smithy_client.expectString
|
|
3066
3047
|
});
|
|
3067
3048
|
Object.assign(contents, doc);
|
|
@@ -3076,7 +3057,7 @@ var de_ListDocumentsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3076
3057
|
});
|
|
3077
3058
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3078
3059
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3079
|
-
documentDetailList: (_) => de_DocumentDetailList(_, context),
|
|
3060
|
+
documentDetailList: /* @__PURE__ */ __name((_) => de_DocumentDetailList(_, context), "documentDetailList"),
|
|
3080
3061
|
nextToken: import_smithy_client.expectString
|
|
3081
3062
|
});
|
|
3082
3063
|
Object.assign(contents, doc);
|
|
@@ -3106,7 +3087,7 @@ var de_ListIndicesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3106
3087
|
});
|
|
3107
3088
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3108
3089
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3109
|
-
indices: (_) => de_Indices(_, context),
|
|
3090
|
+
indices: /* @__PURE__ */ __name((_) => de_Indices(_, context), "indices"),
|
|
3110
3091
|
nextToken: import_smithy_client.expectString
|
|
3111
3092
|
});
|
|
3112
3093
|
Object.assign(contents, doc);
|
|
@@ -3121,7 +3102,7 @@ var de_ListMessagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3121
3102
|
});
|
|
3122
3103
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3123
3104
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3124
|
-
messages: (_) => de_Messages(_, context),
|
|
3105
|
+
messages: /* @__PURE__ */ __name((_) => de_Messages(_, context), "messages"),
|
|
3125
3106
|
nextToken: import_smithy_client.expectString
|
|
3126
3107
|
});
|
|
3127
3108
|
Object.assign(contents, doc);
|
|
@@ -3152,7 +3133,7 @@ var de_ListPluginsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3152
3133
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3153
3134
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3154
3135
|
nextToken: import_smithy_client.expectString,
|
|
3155
|
-
plugins: (_) => de_Plugins(_, context)
|
|
3136
|
+
plugins: /* @__PURE__ */ __name((_) => de_Plugins(_, context), "plugins")
|
|
3156
3137
|
});
|
|
3157
3138
|
Object.assign(contents, doc);
|
|
3158
3139
|
return contents;
|
|
@@ -3241,7 +3222,7 @@ var de_ListWebExperiencesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3241
3222
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3242
3223
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3243
3224
|
nextToken: import_smithy_client.expectString,
|
|
3244
|
-
webExperiences: (_) => de_WebExperiences(_, context)
|
|
3225
|
+
webExperiences: /* @__PURE__ */ __name((_) => de_WebExperiences(_, context), "webExperiences")
|
|
3245
3226
|
});
|
|
3246
3227
|
Object.assign(contents, doc);
|
|
3247
3228
|
return contents;
|
|
@@ -3276,7 +3257,7 @@ var de_SearchRelevantContentCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3276
3257
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3277
3258
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3278
3259
|
nextToken: import_smithy_client.expectString,
|
|
3279
|
-
relevantContent: (_) => de_RelevantContentList(_, context)
|
|
3260
|
+
relevantContent: /* @__PURE__ */ __name((_) => de_RelevantContentList(_, context), "relevantContent")
|
|
3280
3261
|
});
|
|
3281
3262
|
Object.assign(contents, doc);
|
|
3282
3263
|
return contents;
|
|
@@ -3624,13 +3605,13 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
3624
3605
|
}, "de_ValidationExceptionRes");
|
|
3625
3606
|
var se_ChatInputStream = /* @__PURE__ */ __name((input, context) => {
|
|
3626
3607
|
const eventMarshallingVisitor = /* @__PURE__ */ __name((event) => ChatInputStream.visit(event, {
|
|
3627
|
-
configurationEvent: (value) => se_ConfigurationEvent_event(value, context),
|
|
3628
|
-
textEvent: (value) => se_TextInputEvent_event(value, context),
|
|
3629
|
-
attachmentEvent: (value) => se_AttachmentInputEvent_event(value, context),
|
|
3630
|
-
actionExecutionEvent: (value) => se_ActionExecutionEvent_event(value, context),
|
|
3631
|
-
endOfInputEvent: (value) => se_EndOfInputEvent_event(value, context),
|
|
3632
|
-
authChallengeResponseEvent: (value) => se_AuthChallengeResponseEvent_event(value, context),
|
|
3633
|
-
_: (value) => value
|
|
3608
|
+
configurationEvent: /* @__PURE__ */ __name((value) => se_ConfigurationEvent_event(value, context), "configurationEvent"),
|
|
3609
|
+
textEvent: /* @__PURE__ */ __name((value) => se_TextInputEvent_event(value, context), "textEvent"),
|
|
3610
|
+
attachmentEvent: /* @__PURE__ */ __name((value) => se_AttachmentInputEvent_event(value, context), "attachmentEvent"),
|
|
3611
|
+
actionExecutionEvent: /* @__PURE__ */ __name((value) => se_ActionExecutionEvent_event(value, context), "actionExecutionEvent"),
|
|
3612
|
+
endOfInputEvent: /* @__PURE__ */ __name((value) => se_EndOfInputEvent_event(value, context), "endOfInputEvent"),
|
|
3613
|
+
authChallengeResponseEvent: /* @__PURE__ */ __name((value) => se_AuthChallengeResponseEvent_event(value, context), "authChallengeResponseEvent"),
|
|
3614
|
+
_: /* @__PURE__ */ __name((value) => value, "_")
|
|
3634
3615
|
}), "eventMarshallingVisitor");
|
|
3635
3616
|
return context.eventStreamMarshaller.serialize(input, eventMarshallingVisitor);
|
|
3636
3617
|
}, "se_ChatInputStream");
|
|
@@ -3766,7 +3747,7 @@ var de_TextOutputEvent_event = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3766
3747
|
var se_ActionConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3767
3748
|
return (0, import_smithy_client.take)(input, {
|
|
3768
3749
|
action: [],
|
|
3769
|
-
filterConfiguration: (_) => se_ActionFilterConfiguration(_, context)
|
|
3750
|
+
filterConfiguration: /* @__PURE__ */ __name((_) => se_ActionFilterConfiguration(_, context), "filterConfiguration")
|
|
3770
3751
|
});
|
|
3771
3752
|
}, "se_ActionConfiguration");
|
|
3772
3753
|
var se_ActionConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3776,14 +3757,14 @@ var se_ActionConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3776
3757
|
}, "se_ActionConfigurationList");
|
|
3777
3758
|
var se_ActionExecution = /* @__PURE__ */ __name((input, context) => {
|
|
3778
3759
|
return (0, import_smithy_client.take)(input, {
|
|
3779
|
-
payload: (_) => se_ActionExecutionPayload(_, context),
|
|
3760
|
+
payload: /* @__PURE__ */ __name((_) => se_ActionExecutionPayload(_, context), "payload"),
|
|
3780
3761
|
payloadFieldNameSeparator: [],
|
|
3781
3762
|
pluginId: []
|
|
3782
3763
|
});
|
|
3783
3764
|
}, "se_ActionExecution");
|
|
3784
3765
|
var se_ActionExecutionEvent = /* @__PURE__ */ __name((input, context) => {
|
|
3785
3766
|
return (0, import_smithy_client.take)(input, {
|
|
3786
|
-
payload: (_) => se_ActionExecutionPayload(_, context),
|
|
3767
|
+
payload: /* @__PURE__ */ __name((_) => se_ActionExecutionPayload(_, context), "payload"),
|
|
3787
3768
|
payloadFieldNameSeparator: [],
|
|
3788
3769
|
pluginId: []
|
|
3789
3770
|
});
|
|
@@ -3799,12 +3780,12 @@ var se_ActionExecutionPayload = /* @__PURE__ */ __name((input, context) => {
|
|
|
3799
3780
|
}, "se_ActionExecutionPayload");
|
|
3800
3781
|
var se_ActionExecutionPayloadField = /* @__PURE__ */ __name((input, context) => {
|
|
3801
3782
|
return (0, import_smithy_client.take)(input, {
|
|
3802
|
-
value: (_) => se_ActionPayloadFieldValue(_, context)
|
|
3783
|
+
value: /* @__PURE__ */ __name((_) => se_ActionPayloadFieldValue(_, context), "value")
|
|
3803
3784
|
});
|
|
3804
3785
|
}, "se_ActionExecutionPayloadField");
|
|
3805
3786
|
var se_ActionFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3806
3787
|
return (0, import_smithy_client.take)(input, {
|
|
3807
|
-
documentAttributeFilter: (_) => se_AttributeFilter(_, context)
|
|
3788
|
+
documentAttributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "documentAttributeFilter")
|
|
3808
3789
|
});
|
|
3809
3790
|
}, "se_ActionFilterConfiguration");
|
|
3810
3791
|
var se_ActionPayloadFieldValue = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3819,7 +3800,7 @@ var se_AttachmentInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3819
3800
|
}, "se_AttachmentInput");
|
|
3820
3801
|
var se_AttachmentInputEvent = /* @__PURE__ */ __name((input, context) => {
|
|
3821
3802
|
return (0, import_smithy_client.take)(input, {
|
|
3822
|
-
attachment: (_) => se_AttachmentInput(_, context)
|
|
3803
|
+
attachment: /* @__PURE__ */ __name((_) => se_AttachmentInput(_, context), "attachment")
|
|
3823
3804
|
});
|
|
3824
3805
|
}, "se_AttachmentInputEvent");
|
|
3825
3806
|
var se_AttachmentsInput = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3829,16 +3810,16 @@ var se_AttachmentsInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3829
3810
|
}, "se_AttachmentsInput");
|
|
3830
3811
|
var se_AttributeFilter = /* @__PURE__ */ __name((input, context) => {
|
|
3831
3812
|
return (0, import_smithy_client.take)(input, {
|
|
3832
|
-
andAllFilters: (_) => se_AttributeFilters(_, context),
|
|
3833
|
-
containsAll: (_) => se_DocumentAttribute(_, context),
|
|
3834
|
-
containsAny: (_) => se_DocumentAttribute(_, context),
|
|
3835
|
-
equalsTo: (_) => se_DocumentAttribute(_, context),
|
|
3836
|
-
greaterThan: (_) => se_DocumentAttribute(_, context),
|
|
3837
|
-
greaterThanOrEquals: (_) => se_DocumentAttribute(_, context),
|
|
3838
|
-
lessThan: (_) => se_DocumentAttribute(_, context),
|
|
3839
|
-
lessThanOrEquals: (_) => se_DocumentAttribute(_, context),
|
|
3840
|
-
notFilter: (_) => se_AttributeFilter(_, context),
|
|
3841
|
-
orAllFilters: (_) => se_AttributeFilters(_, context)
|
|
3813
|
+
andAllFilters: /* @__PURE__ */ __name((_) => se_AttributeFilters(_, context), "andAllFilters"),
|
|
3814
|
+
containsAll: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "containsAll"),
|
|
3815
|
+
containsAny: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "containsAny"),
|
|
3816
|
+
equalsTo: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "equalsTo"),
|
|
3817
|
+
greaterThan: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "greaterThan"),
|
|
3818
|
+
greaterThanOrEquals: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "greaterThanOrEquals"),
|
|
3819
|
+
lessThan: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "lessThan"),
|
|
3820
|
+
lessThanOrEquals: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "lessThanOrEquals"),
|
|
3821
|
+
notFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "notFilter"),
|
|
3822
|
+
orAllFilters: /* @__PURE__ */ __name((_) => se_AttributeFilters(_, context), "orAllFilters")
|
|
3842
3823
|
});
|
|
3843
3824
|
}, "se_AttributeFilter");
|
|
3844
3825
|
var se_AttributeFilters = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3848,7 +3829,7 @@ var se_AttributeFilters = /* @__PURE__ */ __name((input, context) => {
|
|
|
3848
3829
|
}, "se_AttributeFilters");
|
|
3849
3830
|
var se_ConfigurationEvent = /* @__PURE__ */ __name((input, context) => {
|
|
3850
3831
|
return (0, import_smithy_client.take)(input, {
|
|
3851
|
-
attributeFilter: (_) => se_AttributeFilter(_, context),
|
|
3832
|
+
attributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "attributeFilter"),
|
|
3852
3833
|
chatMode: [],
|
|
3853
3834
|
chatModeConfiguration: import_smithy_client._json
|
|
3854
3835
|
});
|
|
@@ -3859,10 +3840,10 @@ var se_DataSourceConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
3859
3840
|
var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
3860
3841
|
return (0, import_smithy_client.take)(input, {
|
|
3861
3842
|
accessConfiguration: import_smithy_client._json,
|
|
3862
|
-
attributes: (_) => se_DocumentAttributes(_, context),
|
|
3863
|
-
content: (_) => se_DocumentContent(_, context),
|
|
3843
|
+
attributes: /* @__PURE__ */ __name((_) => se_DocumentAttributes(_, context), "attributes"),
|
|
3844
|
+
content: /* @__PURE__ */ __name((_) => se_DocumentContent(_, context), "content"),
|
|
3864
3845
|
contentType: [],
|
|
3865
|
-
documentEnrichmentConfiguration: (_) => se_DocumentEnrichmentConfiguration(_, context),
|
|
3846
|
+
documentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => se_DocumentEnrichmentConfiguration(_, context), "documentEnrichmentConfiguration"),
|
|
3866
3847
|
id: [],
|
|
3867
3848
|
mediaExtractionConfiguration: import_smithy_client._json,
|
|
3868
3849
|
title: []
|
|
@@ -3871,14 +3852,14 @@ var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
|
3871
3852
|
var se_DocumentAttribute = /* @__PURE__ */ __name((input, context) => {
|
|
3872
3853
|
return (0, import_smithy_client.take)(input, {
|
|
3873
3854
|
name: [],
|
|
3874
|
-
value: (_) => se_DocumentAttributeValue(_, context)
|
|
3855
|
+
value: /* @__PURE__ */ __name((_) => se_DocumentAttributeValue(_, context), "value")
|
|
3875
3856
|
});
|
|
3876
3857
|
}, "se_DocumentAttribute");
|
|
3877
3858
|
var se_DocumentAttributeCondition = /* @__PURE__ */ __name((input, context) => {
|
|
3878
3859
|
return (0, import_smithy_client.take)(input, {
|
|
3879
3860
|
key: [],
|
|
3880
3861
|
operator: [],
|
|
3881
|
-
value: (_) => se_DocumentAttributeValue(_, context)
|
|
3862
|
+
value: /* @__PURE__ */ __name((_) => se_DocumentAttributeValue(_, context), "value")
|
|
3882
3863
|
});
|
|
3883
3864
|
}, "se_DocumentAttributeCondition");
|
|
3884
3865
|
var se_DocumentAttributes = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3890,30 +3871,30 @@ var se_DocumentAttributeTarget = /* @__PURE__ */ __name((input, context) => {
|
|
|
3890
3871
|
return (0, import_smithy_client.take)(input, {
|
|
3891
3872
|
attributeValueOperator: [],
|
|
3892
3873
|
key: [],
|
|
3893
|
-
value: (_) => se_DocumentAttributeValue(_, context)
|
|
3874
|
+
value: /* @__PURE__ */ __name((_) => se_DocumentAttributeValue(_, context), "value")
|
|
3894
3875
|
});
|
|
3895
3876
|
}, "se_DocumentAttributeTarget");
|
|
3896
3877
|
var se_DocumentAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
3897
3878
|
return DocumentAttributeValue.visit(input, {
|
|
3898
|
-
dateValue: (value) => ({ dateValue: value.getTime() / 1e3 }),
|
|
3899
|
-
longValue: (value) => ({ longValue: value }),
|
|
3900
|
-
stringListValue: (value) => ({ stringListValue: (0, import_smithy_client._json)(value) }),
|
|
3901
|
-
stringValue: (value) => ({ stringValue: value }),
|
|
3902
|
-
_: (name, value) => ({ [name]: value })
|
|
3879
|
+
dateValue: /* @__PURE__ */ __name((value) => ({ dateValue: value.getTime() / 1e3 }), "dateValue"),
|
|
3880
|
+
longValue: /* @__PURE__ */ __name((value) => ({ longValue: value }), "longValue"),
|
|
3881
|
+
stringListValue: /* @__PURE__ */ __name((value) => ({ stringListValue: (0, import_smithy_client._json)(value) }), "stringListValue"),
|
|
3882
|
+
stringValue: /* @__PURE__ */ __name((value) => ({ stringValue: value }), "stringValue"),
|
|
3883
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
3903
3884
|
});
|
|
3904
3885
|
}, "se_DocumentAttributeValue");
|
|
3905
3886
|
var se_DocumentContent = /* @__PURE__ */ __name((input, context) => {
|
|
3906
3887
|
return DocumentContent.visit(input, {
|
|
3907
|
-
blob: (value) => ({ blob: context.base64Encoder(value) }),
|
|
3908
|
-
s3: (value) => ({ s3: (0, import_smithy_client._json)(value) }),
|
|
3909
|
-
_: (name, value) => ({ [name]: value })
|
|
3888
|
+
blob: /* @__PURE__ */ __name((value) => ({ blob: context.base64Encoder(value) }), "blob"),
|
|
3889
|
+
s3: /* @__PURE__ */ __name((value) => ({ s3: (0, import_smithy_client._json)(value) }), "s3"),
|
|
3890
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
3910
3891
|
});
|
|
3911
3892
|
}, "se_DocumentContent");
|
|
3912
3893
|
var se_DocumentEnrichmentConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3913
3894
|
return (0, import_smithy_client.take)(input, {
|
|
3914
|
-
inlineConfigurations: (_) => se_InlineDocumentEnrichmentConfigurations(_, context),
|
|
3915
|
-
postExtractionHookConfiguration: (_) => se_HookConfiguration(_, context),
|
|
3916
|
-
preExtractionHookConfiguration: (_) => se_HookConfiguration(_, context)
|
|
3895
|
+
inlineConfigurations: /* @__PURE__ */ __name((_) => se_InlineDocumentEnrichmentConfigurations(_, context), "inlineConfigurations"),
|
|
3896
|
+
postExtractionHookConfiguration: /* @__PURE__ */ __name((_) => se_HookConfiguration(_, context), "postExtractionHookConfiguration"),
|
|
3897
|
+
preExtractionHookConfiguration: /* @__PURE__ */ __name((_) => se_HookConfiguration(_, context), "preExtractionHookConfiguration")
|
|
3917
3898
|
});
|
|
3918
3899
|
}, "se_DocumentEnrichmentConfiguration");
|
|
3919
3900
|
var se_Documents = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3923,7 +3904,7 @@ var se_Documents = /* @__PURE__ */ __name((input, context) => {
|
|
|
3923
3904
|
}, "se_Documents");
|
|
3924
3905
|
var se_HookConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3925
3906
|
return (0, import_smithy_client.take)(input, {
|
|
3926
|
-
invocationCondition: (_) => se_DocumentAttributeCondition(_, context),
|
|
3907
|
+
invocationCondition: /* @__PURE__ */ __name((_) => se_DocumentAttributeCondition(_, context), "invocationCondition"),
|
|
3927
3908
|
lambdaArn: [],
|
|
3928
3909
|
roleArn: [],
|
|
3929
3910
|
s3BucketName: []
|
|
@@ -3931,9 +3912,9 @@ var se_HookConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
3931
3912
|
}, "se_HookConfiguration");
|
|
3932
3913
|
var se_InlineDocumentEnrichmentConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3933
3914
|
return (0, import_smithy_client.take)(input, {
|
|
3934
|
-
condition: (_) => se_DocumentAttributeCondition(_, context),
|
|
3915
|
+
condition: /* @__PURE__ */ __name((_) => se_DocumentAttributeCondition(_, context), "condition"),
|
|
3935
3916
|
documentContentOperator: [],
|
|
3936
|
-
target: (_) => se_DocumentAttributeTarget(_, context)
|
|
3917
|
+
target: /* @__PURE__ */ __name((_) => se_DocumentAttributeTarget(_, context), "target")
|
|
3937
3918
|
});
|
|
3938
3919
|
}, "se_InlineDocumentEnrichmentConfiguration");
|
|
3939
3920
|
var se_InlineDocumentEnrichmentConfigurations = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3945,14 +3926,14 @@ var se_MessageUsefulnessFeedback = /* @__PURE__ */ __name((input, context) => {
|
|
|
3945
3926
|
return (0, import_smithy_client.take)(input, {
|
|
3946
3927
|
comment: [],
|
|
3947
3928
|
reason: [],
|
|
3948
|
-
submittedAt: (_) => _.getTime() / 1e3,
|
|
3929
|
+
submittedAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "submittedAt"),
|
|
3949
3930
|
usefulness: []
|
|
3950
3931
|
});
|
|
3951
3932
|
}, "se_MessageUsefulnessFeedback");
|
|
3952
3933
|
var de_ActionConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3953
3934
|
return (0, import_smithy_client.take)(output, {
|
|
3954
3935
|
action: import_smithy_client.expectString,
|
|
3955
|
-
filterConfiguration: (_) => de_ActionFilterConfiguration(_, context)
|
|
3936
|
+
filterConfiguration: /* @__PURE__ */ __name((_) => de_ActionFilterConfiguration(_, context), "filterConfiguration")
|
|
3956
3937
|
});
|
|
3957
3938
|
}, "de_ActionConfiguration");
|
|
3958
3939
|
var de_ActionConfigurationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3963,7 +3944,7 @@ var de_ActionConfigurationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3963
3944
|
}, "de_ActionConfigurationList");
|
|
3964
3945
|
var de_ActionExecution = /* @__PURE__ */ __name((output, context) => {
|
|
3965
3946
|
return (0, import_smithy_client.take)(output, {
|
|
3966
|
-
payload: (_) => de_ActionExecutionPayload(_, context),
|
|
3947
|
+
payload: /* @__PURE__ */ __name((_) => de_ActionExecutionPayload(_, context), "payload"),
|
|
3967
3948
|
payloadFieldNameSeparator: import_smithy_client.expectString,
|
|
3968
3949
|
pluginId: import_smithy_client.expectString
|
|
3969
3950
|
});
|
|
@@ -3982,12 +3963,12 @@ var de_ActionExecutionPayload = /* @__PURE__ */ __name((output, context) => {
|
|
|
3982
3963
|
}, "de_ActionExecutionPayload");
|
|
3983
3964
|
var de_ActionExecutionPayloadField = /* @__PURE__ */ __name((output, context) => {
|
|
3984
3965
|
return (0, import_smithy_client.take)(output, {
|
|
3985
|
-
value: (_) => de_ActionPayloadFieldValue(_, context)
|
|
3966
|
+
value: /* @__PURE__ */ __name((_) => de_ActionPayloadFieldValue(_, context), "value")
|
|
3986
3967
|
});
|
|
3987
3968
|
}, "de_ActionExecutionPayloadField");
|
|
3988
3969
|
var de_ActionFilterConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3989
3970
|
return (0, import_smithy_client.take)(output, {
|
|
3990
|
-
documentAttributeFilter: (_) => de_AttributeFilter(_, context)
|
|
3971
|
+
documentAttributeFilter: /* @__PURE__ */ __name((_) => de_AttributeFilter(_, context), "documentAttributeFilter")
|
|
3991
3972
|
});
|
|
3992
3973
|
}, "de_ActionFilterConfiguration");
|
|
3993
3974
|
var de_ActionPayloadFieldValue = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3995,7 +3976,7 @@ var de_ActionPayloadFieldValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
3995
3976
|
}, "de_ActionPayloadFieldValue");
|
|
3996
3977
|
var de_ActionReview = /* @__PURE__ */ __name((output, context) => {
|
|
3997
3978
|
return (0, import_smithy_client.take)(output, {
|
|
3998
|
-
payload: (_) => de_ActionReviewPayload(_, context),
|
|
3979
|
+
payload: /* @__PURE__ */ __name((_) => de_ActionReviewPayload(_, context), "payload"),
|
|
3999
3980
|
payloadFieldNameSeparator: import_smithy_client.expectString,
|
|
4000
3981
|
pluginId: import_smithy_client.expectString,
|
|
4001
3982
|
pluginType: import_smithy_client.expectString
|
|
@@ -4004,7 +3985,7 @@ var de_ActionReview = /* @__PURE__ */ __name((output, context) => {
|
|
|
4004
3985
|
var de_ActionReviewEvent = /* @__PURE__ */ __name((output, context) => {
|
|
4005
3986
|
return (0, import_smithy_client.take)(output, {
|
|
4006
3987
|
conversationId: import_smithy_client.expectString,
|
|
4007
|
-
payload: (_) => de_ActionReviewPayload(_, context),
|
|
3988
|
+
payload: /* @__PURE__ */ __name((_) => de_ActionReviewPayload(_, context), "payload"),
|
|
4008
3989
|
payloadFieldNameSeparator: import_smithy_client.expectString,
|
|
4009
3990
|
pluginId: import_smithy_client.expectString,
|
|
4010
3991
|
pluginType: import_smithy_client.expectString,
|
|
@@ -4024,20 +4005,20 @@ var de_ActionReviewPayload = /* @__PURE__ */ __name((output, context) => {
|
|
|
4024
4005
|
var de_ActionReviewPayloadField = /* @__PURE__ */ __name((output, context) => {
|
|
4025
4006
|
return (0, import_smithy_client.take)(output, {
|
|
4026
4007
|
allowedFormat: import_smithy_client.expectString,
|
|
4027
|
-
allowedValues: (_) => de_ActionReviewPayloadFieldAllowedValues(_, context),
|
|
4028
|
-
arrayItemJsonSchema: (_) => de_ActionReviewPayloadFieldArrayItemJsonSchema(_, context),
|
|
4008
|
+
allowedValues: /* @__PURE__ */ __name((_) => de_ActionReviewPayloadFieldAllowedValues(_, context), "allowedValues"),
|
|
4009
|
+
arrayItemJsonSchema: /* @__PURE__ */ __name((_) => de_ActionReviewPayloadFieldArrayItemJsonSchema(_, context), "arrayItemJsonSchema"),
|
|
4029
4010
|
displayDescription: import_smithy_client.expectString,
|
|
4030
4011
|
displayName: import_smithy_client.expectString,
|
|
4031
4012
|
displayOrder: import_smithy_client.expectInt32,
|
|
4032
4013
|
required: import_smithy_client.expectBoolean,
|
|
4033
4014
|
type: import_smithy_client.expectString,
|
|
4034
|
-
value: (_) => de_ActionPayloadFieldValue(_, context)
|
|
4015
|
+
value: /* @__PURE__ */ __name((_) => de_ActionPayloadFieldValue(_, context), "value")
|
|
4035
4016
|
});
|
|
4036
4017
|
}, "de_ActionReviewPayloadField");
|
|
4037
4018
|
var de_ActionReviewPayloadFieldAllowedValue = /* @__PURE__ */ __name((output, context) => {
|
|
4038
4019
|
return (0, import_smithy_client.take)(output, {
|
|
4039
|
-
displayValue: (_) => de_ActionPayloadFieldValue(_, context),
|
|
4040
|
-
value: (_) => de_ActionPayloadFieldValue(_, context)
|
|
4020
|
+
displayValue: /* @__PURE__ */ __name((_) => de_ActionPayloadFieldValue(_, context), "displayValue"),
|
|
4021
|
+
value: /* @__PURE__ */ __name((_) => de_ActionPayloadFieldValue(_, context), "value")
|
|
4041
4022
|
});
|
|
4042
4023
|
}, "de_ActionReviewPayloadFieldAllowedValue");
|
|
4043
4024
|
var de_ActionReviewPayloadFieldAllowedValues = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4052,12 +4033,12 @@ var de_ActionReviewPayloadFieldArrayItemJsonSchema = /* @__PURE__ */ __name((out
|
|
|
4052
4033
|
var de_Application = /* @__PURE__ */ __name((output, context) => {
|
|
4053
4034
|
return (0, import_smithy_client.take)(output, {
|
|
4054
4035
|
applicationId: import_smithy_client.expectString,
|
|
4055
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4036
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
4056
4037
|
displayName: import_smithy_client.expectString,
|
|
4057
4038
|
identityType: import_smithy_client.expectString,
|
|
4058
4039
|
quickSightConfiguration: import_smithy_client._json,
|
|
4059
4040
|
status: import_smithy_client.expectString,
|
|
4060
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4041
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
4061
4042
|
});
|
|
4062
4043
|
}, "de_Application");
|
|
4063
4044
|
var de_Applications = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4070,8 +4051,8 @@ var de_Attachment = /* @__PURE__ */ __name((output, context) => {
|
|
|
4070
4051
|
return (0, import_smithy_client.take)(output, {
|
|
4071
4052
|
attachmentId: import_smithy_client.expectString,
|
|
4072
4053
|
conversationId: import_smithy_client.expectString,
|
|
4073
|
-
copyFrom: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4074
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4054
|
+
copyFrom: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "copyFrom"),
|
|
4055
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
4075
4056
|
error: import_smithy_client._json,
|
|
4076
4057
|
fileSize: import_smithy_client.expectInt32,
|
|
4077
4058
|
fileType: import_smithy_client.expectString,
|
|
@@ -4088,16 +4069,16 @@ var de_AttachmentList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4088
4069
|
}, "de_AttachmentList");
|
|
4089
4070
|
var de_AttributeFilter = /* @__PURE__ */ __name((output, context) => {
|
|
4090
4071
|
return (0, import_smithy_client.take)(output, {
|
|
4091
|
-
andAllFilters: (_) => de_AttributeFilters(_, context),
|
|
4092
|
-
containsAll: (_) => de_DocumentAttribute(_, context),
|
|
4093
|
-
containsAny: (_) => de_DocumentAttribute(_, context),
|
|
4094
|
-
equalsTo: (_) => de_DocumentAttribute(_, context),
|
|
4095
|
-
greaterThan: (_) => de_DocumentAttribute(_, context),
|
|
4096
|
-
greaterThanOrEquals: (_) => de_DocumentAttribute(_, context),
|
|
4097
|
-
lessThan: (_) => de_DocumentAttribute(_, context),
|
|
4098
|
-
lessThanOrEquals: (_) => de_DocumentAttribute(_, context),
|
|
4099
|
-
notFilter: (_) => de_AttributeFilter(_, context),
|
|
4100
|
-
orAllFilters: (_) => de_AttributeFilters(_, context)
|
|
4072
|
+
andAllFilters: /* @__PURE__ */ __name((_) => de_AttributeFilters(_, context), "andAllFilters"),
|
|
4073
|
+
containsAll: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "containsAll"),
|
|
4074
|
+
containsAny: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "containsAny"),
|
|
4075
|
+
equalsTo: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "equalsTo"),
|
|
4076
|
+
greaterThan: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "greaterThan"),
|
|
4077
|
+
greaterThanOrEquals: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "greaterThanOrEquals"),
|
|
4078
|
+
lessThan: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "lessThan"),
|
|
4079
|
+
lessThanOrEquals: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "lessThanOrEquals"),
|
|
4080
|
+
notFilter: /* @__PURE__ */ __name((_) => de_AttributeFilter(_, context), "notFilter"),
|
|
4081
|
+
orAllFilters: /* @__PURE__ */ __name((_) => de_AttributeFilters(_, context), "orAllFilters")
|
|
4101
4082
|
});
|
|
4102
4083
|
}, "de_AttributeFilter");
|
|
4103
4084
|
var de_AttributeFilters = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4109,7 +4090,7 @@ var de_AttributeFilters = /* @__PURE__ */ __name((output, context) => {
|
|
|
4109
4090
|
var de_Conversation = /* @__PURE__ */ __name((output, context) => {
|
|
4110
4091
|
return (0, import_smithy_client.take)(output, {
|
|
4111
4092
|
conversationId: import_smithy_client.expectString,
|
|
4112
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4093
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
4113
4094
|
title: import_smithy_client.expectString
|
|
4114
4095
|
});
|
|
4115
4096
|
}, "de_Conversation");
|
|
@@ -4121,13 +4102,13 @@ var de_Conversations = /* @__PURE__ */ __name((output, context) => {
|
|
|
4121
4102
|
}, "de_Conversations");
|
|
4122
4103
|
var de_DataAccessor = /* @__PURE__ */ __name((output, context) => {
|
|
4123
4104
|
return (0, import_smithy_client.take)(output, {
|
|
4124
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4105
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
4125
4106
|
dataAccessorArn: import_smithy_client.expectString,
|
|
4126
4107
|
dataAccessorId: import_smithy_client.expectString,
|
|
4127
4108
|
displayName: import_smithy_client.expectString,
|
|
4128
4109
|
idcApplicationArn: import_smithy_client.expectString,
|
|
4129
4110
|
principal: import_smithy_client.expectString,
|
|
4130
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4111
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
4131
4112
|
});
|
|
4132
4113
|
}, "de_DataAccessor");
|
|
4133
4114
|
var de_DataAccessors = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4138,12 +4119,12 @@ var de_DataAccessors = /* @__PURE__ */ __name((output, context) => {
|
|
|
4138
4119
|
}, "de_DataAccessors");
|
|
4139
4120
|
var de_DataSource = /* @__PURE__ */ __name((output, context) => {
|
|
4140
4121
|
return (0, import_smithy_client.take)(output, {
|
|
4141
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4122
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
4142
4123
|
dataSourceId: import_smithy_client.expectString,
|
|
4143
4124
|
displayName: import_smithy_client.expectString,
|
|
4144
4125
|
status: import_smithy_client.expectString,
|
|
4145
4126
|
type: import_smithy_client.expectString,
|
|
4146
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4127
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
4147
4128
|
});
|
|
4148
4129
|
}, "de_DataSource");
|
|
4149
4130
|
var de_DataSourceConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4158,11 +4139,11 @@ var de_DataSources = /* @__PURE__ */ __name((output, context) => {
|
|
|
4158
4139
|
var de_DataSourceSyncJob = /* @__PURE__ */ __name((output, context) => {
|
|
4159
4140
|
return (0, import_smithy_client.take)(output, {
|
|
4160
4141
|
dataSourceErrorCode: import_smithy_client.expectString,
|
|
4161
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4142
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
4162
4143
|
error: import_smithy_client._json,
|
|
4163
4144
|
executionId: import_smithy_client.expectString,
|
|
4164
4145
|
metrics: import_smithy_client._json,
|
|
4165
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4146
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
4166
4147
|
status: import_smithy_client.expectString
|
|
4167
4148
|
});
|
|
4168
4149
|
}, "de_DataSourceSyncJob");
|
|
@@ -4175,14 +4156,14 @@ var de_DataSourceSyncJobs = /* @__PURE__ */ __name((output, context) => {
|
|
|
4175
4156
|
var de_DocumentAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
4176
4157
|
return (0, import_smithy_client.take)(output, {
|
|
4177
4158
|
name: import_smithy_client.expectString,
|
|
4178
|
-
value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
|
|
4159
|
+
value: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context), "value")
|
|
4179
4160
|
});
|
|
4180
4161
|
}, "de_DocumentAttribute");
|
|
4181
4162
|
var de_DocumentAttributeCondition = /* @__PURE__ */ __name((output, context) => {
|
|
4182
4163
|
return (0, import_smithy_client.take)(output, {
|
|
4183
4164
|
key: import_smithy_client.expectString,
|
|
4184
4165
|
operator: import_smithy_client.expectString,
|
|
4185
|
-
value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
|
|
4166
|
+
value: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context), "value")
|
|
4186
4167
|
});
|
|
4187
4168
|
}, "de_DocumentAttributeCondition");
|
|
4188
4169
|
var de_DocumentAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4195,7 +4176,7 @@ var de_DocumentAttributeTarget = /* @__PURE__ */ __name((output, context) => {
|
|
|
4195
4176
|
return (0, import_smithy_client.take)(output, {
|
|
4196
4177
|
attributeValueOperator: import_smithy_client.expectString,
|
|
4197
4178
|
key: import_smithy_client.expectString,
|
|
4198
|
-
value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
|
|
4179
|
+
value: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context), "value")
|
|
4199
4180
|
});
|
|
4200
4181
|
}, "de_DocumentAttributeTarget");
|
|
4201
4182
|
var de_DocumentAttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4225,24 +4206,24 @@ var de_DocumentDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4225
4206
|
}, "de_DocumentDetailList");
|
|
4226
4207
|
var de_DocumentDetails = /* @__PURE__ */ __name((output, context) => {
|
|
4227
4208
|
return (0, import_smithy_client.take)(output, {
|
|
4228
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4209
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
4229
4210
|
documentId: import_smithy_client.expectString,
|
|
4230
4211
|
error: import_smithy_client._json,
|
|
4231
4212
|
status: import_smithy_client.expectString,
|
|
4232
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4213
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
4233
4214
|
});
|
|
4234
4215
|
}, "de_DocumentDetails");
|
|
4235
4216
|
var de_DocumentEnrichmentConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
4236
4217
|
return (0, import_smithy_client.take)(output, {
|
|
4237
|
-
inlineConfigurations: (_) => de_InlineDocumentEnrichmentConfigurations(_, context),
|
|
4238
|
-
postExtractionHookConfiguration: (_) => de_HookConfiguration(_, context),
|
|
4239
|
-
preExtractionHookConfiguration: (_) => de_HookConfiguration(_, context)
|
|
4218
|
+
inlineConfigurations: /* @__PURE__ */ __name((_) => de_InlineDocumentEnrichmentConfigurations(_, context), "inlineConfigurations"),
|
|
4219
|
+
postExtractionHookConfiguration: /* @__PURE__ */ __name((_) => de_HookConfiguration(_, context), "postExtractionHookConfiguration"),
|
|
4220
|
+
preExtractionHookConfiguration: /* @__PURE__ */ __name((_) => de_HookConfiguration(_, context), "preExtractionHookConfiguration")
|
|
4240
4221
|
});
|
|
4241
4222
|
}, "de_DocumentEnrichmentConfiguration");
|
|
4242
4223
|
var de_GroupStatusDetail = /* @__PURE__ */ __name((output, context) => {
|
|
4243
4224
|
return (0, import_smithy_client.take)(output, {
|
|
4244
4225
|
errorDetail: import_smithy_client._json,
|
|
4245
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4226
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
4246
4227
|
status: import_smithy_client.expectString
|
|
4247
4228
|
});
|
|
4248
4229
|
}, "de_GroupStatusDetail");
|
|
@@ -4254,7 +4235,7 @@ var de_GroupStatusDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4254
4235
|
}, "de_GroupStatusDetails");
|
|
4255
4236
|
var de_HookConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
4256
4237
|
return (0, import_smithy_client.take)(output, {
|
|
4257
|
-
invocationCondition: (_) => de_DocumentAttributeCondition(_, context),
|
|
4238
|
+
invocationCondition: /* @__PURE__ */ __name((_) => de_DocumentAttributeCondition(_, context), "invocationCondition"),
|
|
4258
4239
|
lambdaArn: import_smithy_client.expectString,
|
|
4259
4240
|
roleArn: import_smithy_client.expectString,
|
|
4260
4241
|
s3BucketName: import_smithy_client.expectString
|
|
@@ -4262,11 +4243,11 @@ var de_HookConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
4262
4243
|
}, "de_HookConfiguration");
|
|
4263
4244
|
var de_Index = /* @__PURE__ */ __name((output, context) => {
|
|
4264
4245
|
return (0, import_smithy_client.take)(output, {
|
|
4265
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4246
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
4266
4247
|
displayName: import_smithy_client.expectString,
|
|
4267
4248
|
indexId: import_smithy_client.expectString,
|
|
4268
4249
|
status: import_smithy_client.expectString,
|
|
4269
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4250
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
4270
4251
|
});
|
|
4271
4252
|
}, "de_Index");
|
|
4272
4253
|
var de_Indices = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4277,9 +4258,9 @@ var de_Indices = /* @__PURE__ */ __name((output, context) => {
|
|
|
4277
4258
|
}, "de_Indices");
|
|
4278
4259
|
var de_InlineDocumentEnrichmentConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
4279
4260
|
return (0, import_smithy_client.take)(output, {
|
|
4280
|
-
condition: (_) => de_DocumentAttributeCondition(_, context),
|
|
4261
|
+
condition: /* @__PURE__ */ __name((_) => de_DocumentAttributeCondition(_, context), "condition"),
|
|
4281
4262
|
documentContentOperator: import_smithy_client.expectString,
|
|
4282
|
-
target: (_) => de_DocumentAttributeTarget(_, context)
|
|
4263
|
+
target: /* @__PURE__ */ __name((_) => de_DocumentAttributeTarget(_, context), "target")
|
|
4283
4264
|
});
|
|
4284
4265
|
}, "de_InlineDocumentEnrichmentConfiguration");
|
|
4285
4266
|
var de_InlineDocumentEnrichmentConfigurations = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4290,13 +4271,13 @@ var de_InlineDocumentEnrichmentConfigurations = /* @__PURE__ */ __name((output,
|
|
|
4290
4271
|
}, "de_InlineDocumentEnrichmentConfigurations");
|
|
4291
4272
|
var de_Message = /* @__PURE__ */ __name((output, context) => {
|
|
4292
4273
|
return (0, import_smithy_client.take)(output, {
|
|
4293
|
-
actionExecution: (_) => de_ActionExecution(_, context),
|
|
4294
|
-
actionReview: (_) => de_ActionReview(_, context),
|
|
4274
|
+
actionExecution: /* @__PURE__ */ __name((_) => de_ActionExecution(_, context), "actionExecution"),
|
|
4275
|
+
actionReview: /* @__PURE__ */ __name((_) => de_ActionReview(_, context), "actionReview"),
|
|
4295
4276
|
attachments: import_smithy_client._json,
|
|
4296
4277
|
body: import_smithy_client.expectString,
|
|
4297
4278
|
messageId: import_smithy_client.expectString,
|
|
4298
|
-
sourceAttribution: (_) => de_SourceAttributions(_, context),
|
|
4299
|
-
time: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4279
|
+
sourceAttribution: /* @__PURE__ */ __name((_) => de_SourceAttributions(_, context), "sourceAttribution"),
|
|
4280
|
+
time: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "time"),
|
|
4300
4281
|
type: import_smithy_client.expectString
|
|
4301
4282
|
});
|
|
4302
4283
|
}, "de_Message");
|
|
@@ -4310,7 +4291,7 @@ var de_MetadataEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
4310
4291
|
return (0, import_smithy_client.take)(output, {
|
|
4311
4292
|
conversationId: import_smithy_client.expectString,
|
|
4312
4293
|
finalTextMessage: import_smithy_client.expectString,
|
|
4313
|
-
sourceAttributions: (_) => de_SourceAttributions(_, context),
|
|
4294
|
+
sourceAttributions: /* @__PURE__ */ __name((_) => de_SourceAttributions(_, context), "sourceAttributions"),
|
|
4314
4295
|
systemMessageId: import_smithy_client.expectString,
|
|
4315
4296
|
userMessageId: import_smithy_client.expectString
|
|
4316
4297
|
});
|
|
@@ -4318,13 +4299,13 @@ var de_MetadataEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
4318
4299
|
var de_Plugin = /* @__PURE__ */ __name((output, context) => {
|
|
4319
4300
|
return (0, import_smithy_client.take)(output, {
|
|
4320
4301
|
buildStatus: import_smithy_client.expectString,
|
|
4321
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4302
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
4322
4303
|
displayName: import_smithy_client.expectString,
|
|
4323
4304
|
pluginId: import_smithy_client.expectString,
|
|
4324
4305
|
serverUrl: import_smithy_client.expectString,
|
|
4325
4306
|
state: import_smithy_client.expectString,
|
|
4326
4307
|
type: import_smithy_client.expectString,
|
|
4327
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4308
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
4328
4309
|
});
|
|
4329
4310
|
}, "de_Plugin");
|
|
4330
4311
|
var de_Plugins = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4336,7 +4317,7 @@ var de_Plugins = /* @__PURE__ */ __name((output, context) => {
|
|
|
4336
4317
|
var de_RelevantContent = /* @__PURE__ */ __name((output, context) => {
|
|
4337
4318
|
return (0, import_smithy_client.take)(output, {
|
|
4338
4319
|
content: import_smithy_client.expectString,
|
|
4339
|
-
documentAttributes: (_) => de_DocumentAttributes(_, context),
|
|
4320
|
+
documentAttributes: /* @__PURE__ */ __name((_) => de_DocumentAttributes(_, context), "documentAttributes"),
|
|
4340
4321
|
documentId: import_smithy_client.expectString,
|
|
4341
4322
|
documentTitle: import_smithy_client.expectString,
|
|
4342
4323
|
documentUri: import_smithy_client.expectString,
|
|
@@ -4355,7 +4336,7 @@ var de_SourceAttribution = /* @__PURE__ */ __name((output, context) => {
|
|
|
4355
4336
|
snippet: import_smithy_client.expectString,
|
|
4356
4337
|
textMessageSegments: import_smithy_client._json,
|
|
4357
4338
|
title: import_smithy_client.expectString,
|
|
4358
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4339
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
4359
4340
|
url: import_smithy_client.expectString
|
|
4360
4341
|
});
|
|
4361
4342
|
}, "de_SourceAttribution");
|
|
@@ -4370,10 +4351,10 @@ var de_SourceAttributions = /* @__PURE__ */ __name((output, context) => {
|
|
|
4370
4351
|
}, "de_SourceAttributions");
|
|
4371
4352
|
var de_WebExperience = /* @__PURE__ */ __name((output, context) => {
|
|
4372
4353
|
return (0, import_smithy_client.take)(output, {
|
|
4373
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4354
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
4374
4355
|
defaultEndpoint: import_smithy_client.expectString,
|
|
4375
4356
|
status: import_smithy_client.expectString,
|
|
4376
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4357
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
4377
4358
|
webExperienceId: import_smithy_client.expectString
|
|
4378
4359
|
});
|
|
4379
4360
|
}, "de_WebExperience");
|
|
@@ -5829,7 +5810,9 @@ var paginateSearchRelevantContent = (0, import_core.createPaginator)(QBusinessCl
|
|
|
5829
5810
|
DocumentEnrichmentConditionOperator,
|
|
5830
5811
|
DocumentContentOperator,
|
|
5831
5812
|
AttributeValueOperator,
|
|
5813
|
+
AudioExtractionStatus,
|
|
5832
5814
|
ImageExtractionStatus,
|
|
5815
|
+
VideoExtractionStatus,
|
|
5833
5816
|
DataSourceStatus,
|
|
5834
5817
|
Status,
|
|
5835
5818
|
AttributeType,
|
|
@@ -5853,10 +5836,13 @@ var paginateSearchRelevantContent = (0, import_core.createPaginator)(QBusinessCl
|
|
|
5853
5836
|
OrchestrationControl,
|
|
5854
5837
|
CopyFromSource,
|
|
5855
5838
|
AttachmentStatus,
|
|
5839
|
+
AudioExtractionType,
|
|
5856
5840
|
DocumentContent,
|
|
5857
5841
|
ContentType,
|
|
5858
5842
|
ChatMode,
|
|
5859
5843
|
ChatModeConfiguration,
|
|
5844
|
+
VideoExtractionType,
|
|
5845
|
+
SourceDetails,
|
|
5860
5846
|
ChatOutputStream,
|
|
5861
5847
|
ExternalResourceException,
|
|
5862
5848
|
LicenseNotFoundException,
|
|
@@ -5870,8 +5856,6 @@ var paginateSearchRelevantContent = (0, import_core.createPaginator)(QBusinessCl
|
|
|
5870
5856
|
GroupStatus,
|
|
5871
5857
|
MediaTooLargeException,
|
|
5872
5858
|
MessageType,
|
|
5873
|
-
PluginTypeCategory,
|
|
5874
|
-
MessageUsefulnessReason,
|
|
5875
5859
|
APISchemaFilterSensitiveLog,
|
|
5876
5860
|
EncryptionConfigurationFilterSensitiveLog,
|
|
5877
5861
|
CreateApplicationRequestFilterSensitiveLog,
|
|
@@ -5884,6 +5868,8 @@ var paginateSearchRelevantContent = (0, import_core.createPaginator)(QBusinessCl
|
|
|
5884
5868
|
UpdatePluginRequestFilterSensitiveLog,
|
|
5885
5869
|
ChatOutputStreamFilterSensitiveLog,
|
|
5886
5870
|
ChatOutputFilterSensitiveLog,
|
|
5871
|
+
PluginTypeCategory,
|
|
5872
|
+
MessageUsefulnessReason,
|
|
5887
5873
|
MessageUsefulness,
|
|
5888
5874
|
ScoreConfidence,
|
|
5889
5875
|
ChatInputStream,
|