@aws-sdk/client-qbusiness 3.929.0 → 3.931.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 +0 -198
- package/dist-es/models/models_0.js +0 -180
- package/dist-es/models/models_1.js +0 -18
- package/dist-types/models/models_0.d.ts +68 -17
- package/dist-types/models/models_1.d.ts +4 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -29
- package/dist-types/ts3.4/models/models_1.d.ts +0 -1
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -131,16 +131,6 @@ const MembershipType = {
|
|
|
131
131
|
DATASOURCE: "DATASOURCE",
|
|
132
132
|
INDEX: "INDEX",
|
|
133
133
|
};
|
|
134
|
-
exports.Principal = void 0;
|
|
135
|
-
(function (Principal) {
|
|
136
|
-
Principal.visit = (value, visitor) => {
|
|
137
|
-
if (value.user !== undefined)
|
|
138
|
-
return visitor.user(value.user);
|
|
139
|
-
if (value.group !== undefined)
|
|
140
|
-
return visitor.group(value.group);
|
|
141
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
142
|
-
};
|
|
143
|
-
})(exports.Principal || (exports.Principal = {}));
|
|
144
134
|
let AccessDeniedException$1 = class AccessDeniedException extends QBusinessServiceException$1 {
|
|
145
135
|
name = "AccessDeniedException";
|
|
146
136
|
$fault = "client";
|
|
@@ -153,20 +143,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends QBusinessServi
|
|
|
153
143
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
154
144
|
}
|
|
155
145
|
};
|
|
156
|
-
exports.DocumentAttributeValue = void 0;
|
|
157
|
-
(function (DocumentAttributeValue) {
|
|
158
|
-
DocumentAttributeValue.visit = (value, visitor) => {
|
|
159
|
-
if (value.stringValue !== undefined)
|
|
160
|
-
return visitor.stringValue(value.stringValue);
|
|
161
|
-
if (value.stringListValue !== undefined)
|
|
162
|
-
return visitor.stringListValue(value.stringListValue);
|
|
163
|
-
if (value.longValue !== undefined)
|
|
164
|
-
return visitor.longValue(value.longValue);
|
|
165
|
-
if (value.dateValue !== undefined)
|
|
166
|
-
return visitor.dateValue(value.dateValue);
|
|
167
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
168
|
-
};
|
|
169
|
-
})(exports.DocumentAttributeValue || (exports.DocumentAttributeValue = {}));
|
|
170
146
|
const ActionPayloadFieldType = {
|
|
171
147
|
ARRAY: "ARRAY",
|
|
172
148
|
BOOLEAN: "BOOLEAN",
|
|
@@ -192,16 +168,6 @@ const PluginType = {
|
|
|
192
168
|
ZENDESK: "ZENDESK",
|
|
193
169
|
ZENDESK_SUITE: "ZENDESK_SUITE",
|
|
194
170
|
};
|
|
195
|
-
exports.APISchema = void 0;
|
|
196
|
-
(function (APISchema) {
|
|
197
|
-
APISchema.visit = (value, visitor) => {
|
|
198
|
-
if (value.payload !== undefined)
|
|
199
|
-
return visitor.payload(value.payload);
|
|
200
|
-
if (value.s3 !== undefined)
|
|
201
|
-
return visitor.s3(value.s3);
|
|
202
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
203
|
-
};
|
|
204
|
-
})(exports.APISchema || (exports.APISchema = {}));
|
|
205
171
|
const APISchemaType = {
|
|
206
172
|
OPEN_API_V3: "OPEN_API_V3",
|
|
207
173
|
};
|
|
@@ -324,14 +290,6 @@ let ValidationException$1 = class ValidationException extends QBusinessServiceEx
|
|
|
324
290
|
this.fields = opts.fields;
|
|
325
291
|
}
|
|
326
292
|
};
|
|
327
|
-
exports.DataAccessorAuthenticationConfiguration = void 0;
|
|
328
|
-
(function (DataAccessorAuthenticationConfiguration) {
|
|
329
|
-
DataAccessorAuthenticationConfiguration.visit = (value, visitor) => {
|
|
330
|
-
if (value.idcTrustedTokenIssuerConfiguration !== undefined)
|
|
331
|
-
return visitor.idcTrustedTokenIssuerConfiguration(value.idcTrustedTokenIssuerConfiguration);
|
|
332
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
333
|
-
};
|
|
334
|
-
})(exports.DataAccessorAuthenticationConfiguration || (exports.DataAccessorAuthenticationConfiguration = {}));
|
|
335
293
|
const DataAccessorAuthenticationType = {
|
|
336
294
|
AWS_IAM_IDC_AUTH_CODE: "AWS_IAM_IDC_AUTH_CODE",
|
|
337
295
|
AWS_IAM_IDC_TTI: "AWS_IAM_IDC_TTI",
|
|
@@ -410,20 +368,6 @@ const IndexStatus = {
|
|
|
410
368
|
FAILED: "FAILED",
|
|
411
369
|
UPDATING: "UPDATING",
|
|
412
370
|
};
|
|
413
|
-
exports.PluginAuthConfiguration = void 0;
|
|
414
|
-
(function (PluginAuthConfiguration) {
|
|
415
|
-
PluginAuthConfiguration.visit = (value, visitor) => {
|
|
416
|
-
if (value.basicAuthConfiguration !== undefined)
|
|
417
|
-
return visitor.basicAuthConfiguration(value.basicAuthConfiguration);
|
|
418
|
-
if (value.oAuth2ClientCredentialConfiguration !== undefined)
|
|
419
|
-
return visitor.oAuth2ClientCredentialConfiguration(value.oAuth2ClientCredentialConfiguration);
|
|
420
|
-
if (value.noAuthConfiguration !== undefined)
|
|
421
|
-
return visitor.noAuthConfiguration(value.noAuthConfiguration);
|
|
422
|
-
if (value.idcAuthConfiguration !== undefined)
|
|
423
|
-
return visitor.idcAuthConfiguration(value.idcAuthConfiguration);
|
|
424
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
425
|
-
};
|
|
426
|
-
})(exports.PluginAuthConfiguration || (exports.PluginAuthConfiguration = {}));
|
|
427
371
|
const PluginBuildStatus = {
|
|
428
372
|
CREATE_FAILED: "CREATE_FAILED",
|
|
429
373
|
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
@@ -461,30 +405,6 @@ const StringAttributeValueBoostingLevel = {
|
|
|
461
405
|
TWO: "TWO",
|
|
462
406
|
VERY_HIGH: "VERY_HIGH",
|
|
463
407
|
};
|
|
464
|
-
exports.DocumentAttributeBoostingConfiguration = void 0;
|
|
465
|
-
(function (DocumentAttributeBoostingConfiguration) {
|
|
466
|
-
DocumentAttributeBoostingConfiguration.visit = (value, visitor) => {
|
|
467
|
-
if (value.numberConfiguration !== undefined)
|
|
468
|
-
return visitor.numberConfiguration(value.numberConfiguration);
|
|
469
|
-
if (value.stringConfiguration !== undefined)
|
|
470
|
-
return visitor.stringConfiguration(value.stringConfiguration);
|
|
471
|
-
if (value.dateConfiguration !== undefined)
|
|
472
|
-
return visitor.dateConfiguration(value.dateConfiguration);
|
|
473
|
-
if (value.stringListConfiguration !== undefined)
|
|
474
|
-
return visitor.stringListConfiguration(value.stringListConfiguration);
|
|
475
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
476
|
-
};
|
|
477
|
-
})(exports.DocumentAttributeBoostingConfiguration || (exports.DocumentAttributeBoostingConfiguration = {}));
|
|
478
|
-
exports.RetrieverConfiguration = void 0;
|
|
479
|
-
(function (RetrieverConfiguration) {
|
|
480
|
-
RetrieverConfiguration.visit = (value, visitor) => {
|
|
481
|
-
if (value.nativeIndexConfiguration !== undefined)
|
|
482
|
-
return visitor.nativeIndexConfiguration(value.nativeIndexConfiguration);
|
|
483
|
-
if (value.kendraIndexConfiguration !== undefined)
|
|
484
|
-
return visitor.kendraIndexConfiguration(value.kendraIndexConfiguration);
|
|
485
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
486
|
-
};
|
|
487
|
-
})(exports.RetrieverConfiguration || (exports.RetrieverConfiguration = {}));
|
|
488
408
|
const RetrieverType = {
|
|
489
409
|
KENDRA_INDEX: "KENDRA_INDEX",
|
|
490
410
|
NATIVE_INDEX: "NATIVE_INDEX",
|
|
@@ -498,28 +418,10 @@ const BrowserExtension = {
|
|
|
498
418
|
CHROME: "CHROME",
|
|
499
419
|
FIREFOX: "FIREFOX",
|
|
500
420
|
};
|
|
501
|
-
exports.IdentityProviderConfiguration = void 0;
|
|
502
|
-
(function (IdentityProviderConfiguration) {
|
|
503
|
-
IdentityProviderConfiguration.visit = (value, visitor) => {
|
|
504
|
-
if (value.samlConfiguration !== undefined)
|
|
505
|
-
return visitor.samlConfiguration(value.samlConfiguration);
|
|
506
|
-
if (value.openIDConnectConfiguration !== undefined)
|
|
507
|
-
return visitor.openIDConnectConfiguration(value.openIDConnectConfiguration);
|
|
508
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
509
|
-
};
|
|
510
|
-
})(exports.IdentityProviderConfiguration || (exports.IdentityProviderConfiguration = {}));
|
|
511
421
|
const WebExperienceSamplePromptsControlMode = {
|
|
512
422
|
DISABLED: "DISABLED",
|
|
513
423
|
ENABLED: "ENABLED",
|
|
514
424
|
};
|
|
515
|
-
exports.WebExperienceAuthConfiguration = void 0;
|
|
516
|
-
(function (WebExperienceAuthConfiguration) {
|
|
517
|
-
WebExperienceAuthConfiguration.visit = (value, visitor) => {
|
|
518
|
-
if (value.samlConfiguration !== undefined)
|
|
519
|
-
return visitor.samlConfiguration(value.samlConfiguration);
|
|
520
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
521
|
-
};
|
|
522
|
-
})(exports.WebExperienceAuthConfiguration || (exports.WebExperienceAuthConfiguration = {}));
|
|
523
425
|
const WebExperienceStatus = {
|
|
524
426
|
ACTIVE: "ACTIVE",
|
|
525
427
|
CREATING: "CREATING",
|
|
@@ -538,14 +440,6 @@ const OrchestrationControl = {
|
|
|
538
440
|
const PermissionConditionOperator = {
|
|
539
441
|
STRING_EQUALS: "StringEquals",
|
|
540
442
|
};
|
|
541
|
-
exports.CopyFromSource = void 0;
|
|
542
|
-
(function (CopyFromSource) {
|
|
543
|
-
CopyFromSource.visit = (value, visitor) => {
|
|
544
|
-
if (value.conversation !== undefined)
|
|
545
|
-
return visitor.conversation(value.conversation);
|
|
546
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
547
|
-
};
|
|
548
|
-
})(exports.CopyFromSource || (exports.CopyFromSource = {}));
|
|
549
443
|
const AttachmentStatus = {
|
|
550
444
|
FAILED: "FAILED",
|
|
551
445
|
SUCCESS: "SUCCESS",
|
|
@@ -554,16 +448,6 @@ const AudioExtractionType = {
|
|
|
554
448
|
SUMMARY: "SUMMARY",
|
|
555
449
|
TRANSCRIPT: "TRANSCRIPT",
|
|
556
450
|
};
|
|
557
|
-
exports.DocumentContent = void 0;
|
|
558
|
-
(function (DocumentContent) {
|
|
559
|
-
DocumentContent.visit = (value, visitor) => {
|
|
560
|
-
if (value.blob !== undefined)
|
|
561
|
-
return visitor.blob(value.blob);
|
|
562
|
-
if (value.s3 !== undefined)
|
|
563
|
-
return visitor.s3(value.s3);
|
|
564
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
565
|
-
};
|
|
566
|
-
})(exports.DocumentContent || (exports.DocumentContent = {}));
|
|
567
451
|
const ContentType = {
|
|
568
452
|
CSV: "CSV",
|
|
569
453
|
HTML: "HTML",
|
|
@@ -583,50 +467,14 @@ const ChatMode = {
|
|
|
583
467
|
PLUGIN_MODE: "PLUGIN_MODE",
|
|
584
468
|
RETRIEVAL_MODE: "RETRIEVAL_MODE",
|
|
585
469
|
};
|
|
586
|
-
exports.ChatModeConfiguration = void 0;
|
|
587
|
-
(function (ChatModeConfiguration) {
|
|
588
|
-
ChatModeConfiguration.visit = (value, visitor) => {
|
|
589
|
-
if (value.pluginConfiguration !== undefined)
|
|
590
|
-
return visitor.pluginConfiguration(value.pluginConfiguration);
|
|
591
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
592
|
-
};
|
|
593
|
-
})(exports.ChatModeConfiguration || (exports.ChatModeConfiguration = {}));
|
|
594
470
|
const VideoExtractionType = {
|
|
595
471
|
SUMMARY: "SUMMARY",
|
|
596
472
|
TRANSCRIPT: "TRANSCRIPT",
|
|
597
473
|
};
|
|
598
|
-
exports.SourceDetails = void 0;
|
|
599
|
-
(function (SourceDetails) {
|
|
600
|
-
SourceDetails.visit = (value, visitor) => {
|
|
601
|
-
if (value.imageSourceDetails !== undefined)
|
|
602
|
-
return visitor.imageSourceDetails(value.imageSourceDetails);
|
|
603
|
-
if (value.audioSourceDetails !== undefined)
|
|
604
|
-
return visitor.audioSourceDetails(value.audioSourceDetails);
|
|
605
|
-
if (value.videoSourceDetails !== undefined)
|
|
606
|
-
return visitor.videoSourceDetails(value.videoSourceDetails);
|
|
607
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
608
|
-
};
|
|
609
|
-
})(exports.SourceDetails || (exports.SourceDetails = {}));
|
|
610
474
|
const SystemMessageType = {
|
|
611
475
|
GROUNDED_RESPONSE: "GROUNDED_RESPONSE",
|
|
612
476
|
RESPONSE: "RESPONSE",
|
|
613
477
|
};
|
|
614
|
-
exports.ChatOutputStream = void 0;
|
|
615
|
-
(function (ChatOutputStream) {
|
|
616
|
-
ChatOutputStream.visit = (value, visitor) => {
|
|
617
|
-
if (value.textEvent !== undefined)
|
|
618
|
-
return visitor.textEvent(value.textEvent);
|
|
619
|
-
if (value.metadataEvent !== undefined)
|
|
620
|
-
return visitor.metadataEvent(value.metadataEvent);
|
|
621
|
-
if (value.actionReviewEvent !== undefined)
|
|
622
|
-
return visitor.actionReviewEvent(value.actionReviewEvent);
|
|
623
|
-
if (value.failedAttachmentEvent !== undefined)
|
|
624
|
-
return visitor.failedAttachmentEvent(value.failedAttachmentEvent);
|
|
625
|
-
if (value.authChallengeRequestEvent !== undefined)
|
|
626
|
-
return visitor.authChallengeRequestEvent(value.authChallengeRequestEvent);
|
|
627
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
628
|
-
};
|
|
629
|
-
})(exports.ChatOutputStream || (exports.ChatOutputStream = {}));
|
|
630
478
|
let ExternalResourceException$1 = class ExternalResourceException extends QBusinessServiceException$1 {
|
|
631
479
|
name = "ExternalResourceException";
|
|
632
480
|
$fault = "client";
|
|
@@ -660,24 +508,6 @@ const ChatResponseConfigurationStatus = {
|
|
|
660
508
|
const ResponseConfigurationType = {
|
|
661
509
|
ALL: "ALL",
|
|
662
510
|
};
|
|
663
|
-
exports.ContentSource = void 0;
|
|
664
|
-
(function (ContentSource) {
|
|
665
|
-
ContentSource.visit = (value, visitor) => {
|
|
666
|
-
if (value.retriever !== undefined)
|
|
667
|
-
return visitor.retriever(value.retriever);
|
|
668
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
669
|
-
};
|
|
670
|
-
})(exports.ContentSource || (exports.ContentSource = {}));
|
|
671
|
-
exports.SubscriptionPrincipal = void 0;
|
|
672
|
-
(function (SubscriptionPrincipal) {
|
|
673
|
-
SubscriptionPrincipal.visit = (value, visitor) => {
|
|
674
|
-
if (value.user !== undefined)
|
|
675
|
-
return visitor.user(value.user);
|
|
676
|
-
if (value.group !== undefined)
|
|
677
|
-
return visitor.group(value.group);
|
|
678
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
679
|
-
};
|
|
680
|
-
})(exports.SubscriptionPrincipal || (exports.SubscriptionPrincipal = {}));
|
|
681
511
|
const DataSourceSyncJobStatus = {
|
|
682
512
|
ABORTED: "ABORTED",
|
|
683
513
|
FAILED: "FAILED",
|
|
@@ -705,16 +535,6 @@ const ResponseScope = {
|
|
|
705
535
|
ENTERPRISE_CONTENT_ONLY: "ENTERPRISE_CONTENT_ONLY",
|
|
706
536
|
EXTENDED_KNOWLEDGE_ENABLED: "EXTENDED_KNOWLEDGE_ENABLED",
|
|
707
537
|
};
|
|
708
|
-
exports.RuleConfiguration = void 0;
|
|
709
|
-
(function (RuleConfiguration) {
|
|
710
|
-
RuleConfiguration.visit = (value, visitor) => {
|
|
711
|
-
if (value.contentBlockerRule !== undefined)
|
|
712
|
-
return visitor.contentBlockerRule(value.contentBlockerRule);
|
|
713
|
-
if (value.contentRetrievalRule !== undefined)
|
|
714
|
-
return visitor.contentRetrievalRule(value.contentRetrievalRule);
|
|
715
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
716
|
-
};
|
|
717
|
-
})(exports.RuleConfiguration || (exports.RuleConfiguration = {}));
|
|
718
538
|
const RuleType = {
|
|
719
539
|
CONTENT_BLOCKER_RULE: "CONTENT_BLOCKER_RULE",
|
|
720
540
|
CONTENT_RETRIEVAL_RULE: "CONTENT_RETRIEVAL_RULE",
|
|
@@ -779,24 +599,6 @@ const ScoreConfidence = {
|
|
|
779
599
|
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
780
600
|
VERY_HIGH: "VERY_HIGH",
|
|
781
601
|
};
|
|
782
|
-
exports.ChatInputStream = void 0;
|
|
783
|
-
(function (ChatInputStream) {
|
|
784
|
-
ChatInputStream.visit = (value, visitor) => {
|
|
785
|
-
if (value.configurationEvent !== undefined)
|
|
786
|
-
return visitor.configurationEvent(value.configurationEvent);
|
|
787
|
-
if (value.textEvent !== undefined)
|
|
788
|
-
return visitor.textEvent(value.textEvent);
|
|
789
|
-
if (value.attachmentEvent !== undefined)
|
|
790
|
-
return visitor.attachmentEvent(value.attachmentEvent);
|
|
791
|
-
if (value.actionExecutionEvent !== undefined)
|
|
792
|
-
return visitor.actionExecutionEvent(value.actionExecutionEvent);
|
|
793
|
-
if (value.endOfInputEvent !== undefined)
|
|
794
|
-
return visitor.endOfInputEvent(value.endOfInputEvent);
|
|
795
|
-
if (value.authChallengeResponseEvent !== undefined)
|
|
796
|
-
return visitor.authChallengeResponseEvent(value.authChallengeResponseEvent);
|
|
797
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
798
|
-
};
|
|
799
|
-
})(exports.ChatInputStream || (exports.ChatInputStream = {}));
|
|
800
602
|
|
|
801
603
|
const _A = "Application";
|
|
802
604
|
const _AAC = "AppliedAttachmentsConfiguration";
|
|
@@ -11,16 +11,6 @@ export const MembershipType = {
|
|
|
11
11
|
DATASOURCE: "DATASOURCE",
|
|
12
12
|
INDEX: "INDEX",
|
|
13
13
|
};
|
|
14
|
-
export var Principal;
|
|
15
|
-
(function (Principal) {
|
|
16
|
-
Principal.visit = (value, visitor) => {
|
|
17
|
-
if (value.user !== undefined)
|
|
18
|
-
return visitor.user(value.user);
|
|
19
|
-
if (value.group !== undefined)
|
|
20
|
-
return visitor.group(value.group);
|
|
21
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
22
|
-
};
|
|
23
|
-
})(Principal || (Principal = {}));
|
|
24
14
|
export class AccessDeniedException extends __BaseException {
|
|
25
15
|
name = "AccessDeniedException";
|
|
26
16
|
$fault = "client";
|
|
@@ -33,20 +23,6 @@ export class AccessDeniedException extends __BaseException {
|
|
|
33
23
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
34
24
|
}
|
|
35
25
|
}
|
|
36
|
-
export var DocumentAttributeValue;
|
|
37
|
-
(function (DocumentAttributeValue) {
|
|
38
|
-
DocumentAttributeValue.visit = (value, visitor) => {
|
|
39
|
-
if (value.stringValue !== undefined)
|
|
40
|
-
return visitor.stringValue(value.stringValue);
|
|
41
|
-
if (value.stringListValue !== undefined)
|
|
42
|
-
return visitor.stringListValue(value.stringListValue);
|
|
43
|
-
if (value.longValue !== undefined)
|
|
44
|
-
return visitor.longValue(value.longValue);
|
|
45
|
-
if (value.dateValue !== undefined)
|
|
46
|
-
return visitor.dateValue(value.dateValue);
|
|
47
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
48
|
-
};
|
|
49
|
-
})(DocumentAttributeValue || (DocumentAttributeValue = {}));
|
|
50
26
|
export const ActionPayloadFieldType = {
|
|
51
27
|
ARRAY: "ARRAY",
|
|
52
28
|
BOOLEAN: "BOOLEAN",
|
|
@@ -72,16 +48,6 @@ export const PluginType = {
|
|
|
72
48
|
ZENDESK: "ZENDESK",
|
|
73
49
|
ZENDESK_SUITE: "ZENDESK_SUITE",
|
|
74
50
|
};
|
|
75
|
-
export var APISchema;
|
|
76
|
-
(function (APISchema) {
|
|
77
|
-
APISchema.visit = (value, visitor) => {
|
|
78
|
-
if (value.payload !== undefined)
|
|
79
|
-
return visitor.payload(value.payload);
|
|
80
|
-
if (value.s3 !== undefined)
|
|
81
|
-
return visitor.s3(value.s3);
|
|
82
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
83
|
-
};
|
|
84
|
-
})(APISchema || (APISchema = {}));
|
|
85
51
|
export const APISchemaType = {
|
|
86
52
|
OPEN_API_V3: "OPEN_API_V3",
|
|
87
53
|
};
|
|
@@ -204,14 +170,6 @@ export class ValidationException extends __BaseException {
|
|
|
204
170
|
this.fields = opts.fields;
|
|
205
171
|
}
|
|
206
172
|
}
|
|
207
|
-
export var DataAccessorAuthenticationConfiguration;
|
|
208
|
-
(function (DataAccessorAuthenticationConfiguration) {
|
|
209
|
-
DataAccessorAuthenticationConfiguration.visit = (value, visitor) => {
|
|
210
|
-
if (value.idcTrustedTokenIssuerConfiguration !== undefined)
|
|
211
|
-
return visitor.idcTrustedTokenIssuerConfiguration(value.idcTrustedTokenIssuerConfiguration);
|
|
212
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
213
|
-
};
|
|
214
|
-
})(DataAccessorAuthenticationConfiguration || (DataAccessorAuthenticationConfiguration = {}));
|
|
215
173
|
export const DataAccessorAuthenticationType = {
|
|
216
174
|
AWS_IAM_IDC_AUTH_CODE: "AWS_IAM_IDC_AUTH_CODE",
|
|
217
175
|
AWS_IAM_IDC_TTI: "AWS_IAM_IDC_TTI",
|
|
@@ -290,20 +248,6 @@ export const IndexStatus = {
|
|
|
290
248
|
FAILED: "FAILED",
|
|
291
249
|
UPDATING: "UPDATING",
|
|
292
250
|
};
|
|
293
|
-
export var PluginAuthConfiguration;
|
|
294
|
-
(function (PluginAuthConfiguration) {
|
|
295
|
-
PluginAuthConfiguration.visit = (value, visitor) => {
|
|
296
|
-
if (value.basicAuthConfiguration !== undefined)
|
|
297
|
-
return visitor.basicAuthConfiguration(value.basicAuthConfiguration);
|
|
298
|
-
if (value.oAuth2ClientCredentialConfiguration !== undefined)
|
|
299
|
-
return visitor.oAuth2ClientCredentialConfiguration(value.oAuth2ClientCredentialConfiguration);
|
|
300
|
-
if (value.noAuthConfiguration !== undefined)
|
|
301
|
-
return visitor.noAuthConfiguration(value.noAuthConfiguration);
|
|
302
|
-
if (value.idcAuthConfiguration !== undefined)
|
|
303
|
-
return visitor.idcAuthConfiguration(value.idcAuthConfiguration);
|
|
304
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
305
|
-
};
|
|
306
|
-
})(PluginAuthConfiguration || (PluginAuthConfiguration = {}));
|
|
307
251
|
export const PluginBuildStatus = {
|
|
308
252
|
CREATE_FAILED: "CREATE_FAILED",
|
|
309
253
|
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
@@ -341,30 +285,6 @@ export const StringAttributeValueBoostingLevel = {
|
|
|
341
285
|
TWO: "TWO",
|
|
342
286
|
VERY_HIGH: "VERY_HIGH",
|
|
343
287
|
};
|
|
344
|
-
export var DocumentAttributeBoostingConfiguration;
|
|
345
|
-
(function (DocumentAttributeBoostingConfiguration) {
|
|
346
|
-
DocumentAttributeBoostingConfiguration.visit = (value, visitor) => {
|
|
347
|
-
if (value.numberConfiguration !== undefined)
|
|
348
|
-
return visitor.numberConfiguration(value.numberConfiguration);
|
|
349
|
-
if (value.stringConfiguration !== undefined)
|
|
350
|
-
return visitor.stringConfiguration(value.stringConfiguration);
|
|
351
|
-
if (value.dateConfiguration !== undefined)
|
|
352
|
-
return visitor.dateConfiguration(value.dateConfiguration);
|
|
353
|
-
if (value.stringListConfiguration !== undefined)
|
|
354
|
-
return visitor.stringListConfiguration(value.stringListConfiguration);
|
|
355
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
356
|
-
};
|
|
357
|
-
})(DocumentAttributeBoostingConfiguration || (DocumentAttributeBoostingConfiguration = {}));
|
|
358
|
-
export var RetrieverConfiguration;
|
|
359
|
-
(function (RetrieverConfiguration) {
|
|
360
|
-
RetrieverConfiguration.visit = (value, visitor) => {
|
|
361
|
-
if (value.nativeIndexConfiguration !== undefined)
|
|
362
|
-
return visitor.nativeIndexConfiguration(value.nativeIndexConfiguration);
|
|
363
|
-
if (value.kendraIndexConfiguration !== undefined)
|
|
364
|
-
return visitor.kendraIndexConfiguration(value.kendraIndexConfiguration);
|
|
365
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
366
|
-
};
|
|
367
|
-
})(RetrieverConfiguration || (RetrieverConfiguration = {}));
|
|
368
288
|
export const RetrieverType = {
|
|
369
289
|
KENDRA_INDEX: "KENDRA_INDEX",
|
|
370
290
|
NATIVE_INDEX: "NATIVE_INDEX",
|
|
@@ -378,28 +298,10 @@ export const BrowserExtension = {
|
|
|
378
298
|
CHROME: "CHROME",
|
|
379
299
|
FIREFOX: "FIREFOX",
|
|
380
300
|
};
|
|
381
|
-
export var IdentityProviderConfiguration;
|
|
382
|
-
(function (IdentityProviderConfiguration) {
|
|
383
|
-
IdentityProviderConfiguration.visit = (value, visitor) => {
|
|
384
|
-
if (value.samlConfiguration !== undefined)
|
|
385
|
-
return visitor.samlConfiguration(value.samlConfiguration);
|
|
386
|
-
if (value.openIDConnectConfiguration !== undefined)
|
|
387
|
-
return visitor.openIDConnectConfiguration(value.openIDConnectConfiguration);
|
|
388
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
389
|
-
};
|
|
390
|
-
})(IdentityProviderConfiguration || (IdentityProviderConfiguration = {}));
|
|
391
301
|
export const WebExperienceSamplePromptsControlMode = {
|
|
392
302
|
DISABLED: "DISABLED",
|
|
393
303
|
ENABLED: "ENABLED",
|
|
394
304
|
};
|
|
395
|
-
export var WebExperienceAuthConfiguration;
|
|
396
|
-
(function (WebExperienceAuthConfiguration) {
|
|
397
|
-
WebExperienceAuthConfiguration.visit = (value, visitor) => {
|
|
398
|
-
if (value.samlConfiguration !== undefined)
|
|
399
|
-
return visitor.samlConfiguration(value.samlConfiguration);
|
|
400
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
401
|
-
};
|
|
402
|
-
})(WebExperienceAuthConfiguration || (WebExperienceAuthConfiguration = {}));
|
|
403
305
|
export const WebExperienceStatus = {
|
|
404
306
|
ACTIVE: "ACTIVE",
|
|
405
307
|
CREATING: "CREATING",
|
|
@@ -418,14 +320,6 @@ export const OrchestrationControl = {
|
|
|
418
320
|
export const PermissionConditionOperator = {
|
|
419
321
|
STRING_EQUALS: "StringEquals",
|
|
420
322
|
};
|
|
421
|
-
export var CopyFromSource;
|
|
422
|
-
(function (CopyFromSource) {
|
|
423
|
-
CopyFromSource.visit = (value, visitor) => {
|
|
424
|
-
if (value.conversation !== undefined)
|
|
425
|
-
return visitor.conversation(value.conversation);
|
|
426
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
427
|
-
};
|
|
428
|
-
})(CopyFromSource || (CopyFromSource = {}));
|
|
429
323
|
export const AttachmentStatus = {
|
|
430
324
|
FAILED: "FAILED",
|
|
431
325
|
SUCCESS: "SUCCESS",
|
|
@@ -434,16 +328,6 @@ export const AudioExtractionType = {
|
|
|
434
328
|
SUMMARY: "SUMMARY",
|
|
435
329
|
TRANSCRIPT: "TRANSCRIPT",
|
|
436
330
|
};
|
|
437
|
-
export var DocumentContent;
|
|
438
|
-
(function (DocumentContent) {
|
|
439
|
-
DocumentContent.visit = (value, visitor) => {
|
|
440
|
-
if (value.blob !== undefined)
|
|
441
|
-
return visitor.blob(value.blob);
|
|
442
|
-
if (value.s3 !== undefined)
|
|
443
|
-
return visitor.s3(value.s3);
|
|
444
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
445
|
-
};
|
|
446
|
-
})(DocumentContent || (DocumentContent = {}));
|
|
447
331
|
export const ContentType = {
|
|
448
332
|
CSV: "CSV",
|
|
449
333
|
HTML: "HTML",
|
|
@@ -463,50 +347,14 @@ export const ChatMode = {
|
|
|
463
347
|
PLUGIN_MODE: "PLUGIN_MODE",
|
|
464
348
|
RETRIEVAL_MODE: "RETRIEVAL_MODE",
|
|
465
349
|
};
|
|
466
|
-
export var ChatModeConfiguration;
|
|
467
|
-
(function (ChatModeConfiguration) {
|
|
468
|
-
ChatModeConfiguration.visit = (value, visitor) => {
|
|
469
|
-
if (value.pluginConfiguration !== undefined)
|
|
470
|
-
return visitor.pluginConfiguration(value.pluginConfiguration);
|
|
471
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
472
|
-
};
|
|
473
|
-
})(ChatModeConfiguration || (ChatModeConfiguration = {}));
|
|
474
350
|
export const VideoExtractionType = {
|
|
475
351
|
SUMMARY: "SUMMARY",
|
|
476
352
|
TRANSCRIPT: "TRANSCRIPT",
|
|
477
353
|
};
|
|
478
|
-
export var SourceDetails;
|
|
479
|
-
(function (SourceDetails) {
|
|
480
|
-
SourceDetails.visit = (value, visitor) => {
|
|
481
|
-
if (value.imageSourceDetails !== undefined)
|
|
482
|
-
return visitor.imageSourceDetails(value.imageSourceDetails);
|
|
483
|
-
if (value.audioSourceDetails !== undefined)
|
|
484
|
-
return visitor.audioSourceDetails(value.audioSourceDetails);
|
|
485
|
-
if (value.videoSourceDetails !== undefined)
|
|
486
|
-
return visitor.videoSourceDetails(value.videoSourceDetails);
|
|
487
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
488
|
-
};
|
|
489
|
-
})(SourceDetails || (SourceDetails = {}));
|
|
490
354
|
export const SystemMessageType = {
|
|
491
355
|
GROUNDED_RESPONSE: "GROUNDED_RESPONSE",
|
|
492
356
|
RESPONSE: "RESPONSE",
|
|
493
357
|
};
|
|
494
|
-
export var ChatOutputStream;
|
|
495
|
-
(function (ChatOutputStream) {
|
|
496
|
-
ChatOutputStream.visit = (value, visitor) => {
|
|
497
|
-
if (value.textEvent !== undefined)
|
|
498
|
-
return visitor.textEvent(value.textEvent);
|
|
499
|
-
if (value.metadataEvent !== undefined)
|
|
500
|
-
return visitor.metadataEvent(value.metadataEvent);
|
|
501
|
-
if (value.actionReviewEvent !== undefined)
|
|
502
|
-
return visitor.actionReviewEvent(value.actionReviewEvent);
|
|
503
|
-
if (value.failedAttachmentEvent !== undefined)
|
|
504
|
-
return visitor.failedAttachmentEvent(value.failedAttachmentEvent);
|
|
505
|
-
if (value.authChallengeRequestEvent !== undefined)
|
|
506
|
-
return visitor.authChallengeRequestEvent(value.authChallengeRequestEvent);
|
|
507
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
508
|
-
};
|
|
509
|
-
})(ChatOutputStream || (ChatOutputStream = {}));
|
|
510
358
|
export class ExternalResourceException extends __BaseException {
|
|
511
359
|
name = "ExternalResourceException";
|
|
512
360
|
$fault = "client";
|
|
@@ -540,24 +388,6 @@ export const ChatResponseConfigurationStatus = {
|
|
|
540
388
|
export const ResponseConfigurationType = {
|
|
541
389
|
ALL: "ALL",
|
|
542
390
|
};
|
|
543
|
-
export var ContentSource;
|
|
544
|
-
(function (ContentSource) {
|
|
545
|
-
ContentSource.visit = (value, visitor) => {
|
|
546
|
-
if (value.retriever !== undefined)
|
|
547
|
-
return visitor.retriever(value.retriever);
|
|
548
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
549
|
-
};
|
|
550
|
-
})(ContentSource || (ContentSource = {}));
|
|
551
|
-
export var SubscriptionPrincipal;
|
|
552
|
-
(function (SubscriptionPrincipal) {
|
|
553
|
-
SubscriptionPrincipal.visit = (value, visitor) => {
|
|
554
|
-
if (value.user !== undefined)
|
|
555
|
-
return visitor.user(value.user);
|
|
556
|
-
if (value.group !== undefined)
|
|
557
|
-
return visitor.group(value.group);
|
|
558
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
559
|
-
};
|
|
560
|
-
})(SubscriptionPrincipal || (SubscriptionPrincipal = {}));
|
|
561
391
|
export const DataSourceSyncJobStatus = {
|
|
562
392
|
ABORTED: "ABORTED",
|
|
563
393
|
FAILED: "FAILED",
|
|
@@ -585,16 +415,6 @@ export const ResponseScope = {
|
|
|
585
415
|
ENTERPRISE_CONTENT_ONLY: "ENTERPRISE_CONTENT_ONLY",
|
|
586
416
|
EXTENDED_KNOWLEDGE_ENABLED: "EXTENDED_KNOWLEDGE_ENABLED",
|
|
587
417
|
};
|
|
588
|
-
export var RuleConfiguration;
|
|
589
|
-
(function (RuleConfiguration) {
|
|
590
|
-
RuleConfiguration.visit = (value, visitor) => {
|
|
591
|
-
if (value.contentBlockerRule !== undefined)
|
|
592
|
-
return visitor.contentBlockerRule(value.contentBlockerRule);
|
|
593
|
-
if (value.contentRetrievalRule !== undefined)
|
|
594
|
-
return visitor.contentRetrievalRule(value.contentRetrievalRule);
|
|
595
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
596
|
-
};
|
|
597
|
-
})(RuleConfiguration || (RuleConfiguration = {}));
|
|
598
418
|
export const RuleType = {
|
|
599
419
|
CONTENT_BLOCKER_RULE: "CONTENT_BLOCKER_RULE",
|
|
600
420
|
CONTENT_RETRIEVAL_RULE: "CONTENT_RETRIEVAL_RULE",
|
|
@@ -58,21 +58,3 @@ export const ScoreConfidence = {
|
|
|
58
58
|
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
59
59
|
VERY_HIGH: "VERY_HIGH",
|
|
60
60
|
};
|
|
61
|
-
export var ChatInputStream;
|
|
62
|
-
(function (ChatInputStream) {
|
|
63
|
-
ChatInputStream.visit = (value, visitor) => {
|
|
64
|
-
if (value.configurationEvent !== undefined)
|
|
65
|
-
return visitor.configurationEvent(value.configurationEvent);
|
|
66
|
-
if (value.textEvent !== undefined)
|
|
67
|
-
return visitor.textEvent(value.textEvent);
|
|
68
|
-
if (value.attachmentEvent !== undefined)
|
|
69
|
-
return visitor.attachmentEvent(value.attachmentEvent);
|
|
70
|
-
if (value.actionExecutionEvent !== undefined)
|
|
71
|
-
return visitor.actionExecutionEvent(value.actionExecutionEvent);
|
|
72
|
-
if (value.endOfInputEvent !== undefined)
|
|
73
|
-
return visitor.endOfInputEvent(value.endOfInputEvent);
|
|
74
|
-
if (value.authChallengeResponseEvent !== undefined)
|
|
75
|
-
return visitor.authChallengeResponseEvent(value.authChallengeResponseEvent);
|
|
76
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
77
|
-
};
|
|
78
|
-
})(ChatInputStream || (ChatInputStream = {}));
|
|
@@ -114,12 +114,15 @@ export declare namespace Principal {
|
|
|
114
114
|
group?: never;
|
|
115
115
|
$unknown: [string, any];
|
|
116
116
|
}
|
|
117
|
+
/**
|
|
118
|
+
* @deprecated unused in schema-serde mode.
|
|
119
|
+
*
|
|
120
|
+
*/
|
|
117
121
|
interface Visitor<T> {
|
|
118
122
|
user: (value: PrincipalUser) => T;
|
|
119
123
|
group: (value: PrincipalGroup) => T;
|
|
120
124
|
_: (name: string, value: any) => T;
|
|
121
125
|
}
|
|
122
|
-
const visit: <T>(value: Principal, visitor: Visitor<T>) => T;
|
|
123
126
|
}
|
|
124
127
|
/**
|
|
125
128
|
* <p>A list of principals. Each principal can be either a <code>USER</code> or a <code>GROUP</code> and can be designated document access permissions of either <code>ALLOW</code> or <code>DENY</code>.</p>
|
|
@@ -228,6 +231,10 @@ export declare namespace DocumentAttributeValue {
|
|
|
228
231
|
dateValue?: never;
|
|
229
232
|
$unknown: [string, any];
|
|
230
233
|
}
|
|
234
|
+
/**
|
|
235
|
+
* @deprecated unused in schema-serde mode.
|
|
236
|
+
*
|
|
237
|
+
*/
|
|
231
238
|
interface Visitor<T> {
|
|
232
239
|
stringValue: (value: string) => T;
|
|
233
240
|
stringListValue: (value: string[]) => T;
|
|
@@ -235,7 +242,6 @@ export declare namespace DocumentAttributeValue {
|
|
|
235
242
|
dateValue: (value: Date) => T;
|
|
236
243
|
_: (name: string, value: any) => T;
|
|
237
244
|
}
|
|
238
|
-
const visit: <T>(value: DocumentAttributeValue, visitor: Visitor<T>) => T;
|
|
239
245
|
}
|
|
240
246
|
/**
|
|
241
247
|
* <p>A document attribute or metadata field.</p>
|
|
@@ -558,12 +564,15 @@ export declare namespace APISchema {
|
|
|
558
564
|
s3?: never;
|
|
559
565
|
$unknown: [string, any];
|
|
560
566
|
}
|
|
567
|
+
/**
|
|
568
|
+
* @deprecated unused in schema-serde mode.
|
|
569
|
+
*
|
|
570
|
+
*/
|
|
561
571
|
interface Visitor<T> {
|
|
562
572
|
payload: (value: string) => T;
|
|
563
573
|
s3: (value: S3) => T;
|
|
564
574
|
_: (name: string, value: any) => T;
|
|
565
575
|
}
|
|
566
|
-
const visit: <T>(value: APISchema, visitor: Visitor<T>) => T;
|
|
567
576
|
}
|
|
568
577
|
/**
|
|
569
578
|
* @public
|
|
@@ -1020,11 +1029,14 @@ export declare namespace DataAccessorAuthenticationConfiguration {
|
|
|
1020
1029
|
idcTrustedTokenIssuerConfiguration?: never;
|
|
1021
1030
|
$unknown: [string, any];
|
|
1022
1031
|
}
|
|
1032
|
+
/**
|
|
1033
|
+
* @deprecated unused in schema-serde mode.
|
|
1034
|
+
*
|
|
1035
|
+
*/
|
|
1023
1036
|
interface Visitor<T> {
|
|
1024
1037
|
idcTrustedTokenIssuerConfiguration: (value: DataAccessorIdcTrustedTokenIssuerConfiguration) => T;
|
|
1025
1038
|
_: (name: string, value: any) => T;
|
|
1026
1039
|
}
|
|
1027
|
-
const visit: <T>(value: DataAccessorAuthenticationConfiguration, visitor: Visitor<T>) => T;
|
|
1028
1040
|
}
|
|
1029
1041
|
/**
|
|
1030
1042
|
* @public
|
|
@@ -2572,6 +2584,10 @@ export declare namespace PluginAuthConfiguration {
|
|
|
2572
2584
|
idcAuthConfiguration?: never;
|
|
2573
2585
|
$unknown: [string, any];
|
|
2574
2586
|
}
|
|
2587
|
+
/**
|
|
2588
|
+
* @deprecated unused in schema-serde mode.
|
|
2589
|
+
*
|
|
2590
|
+
*/
|
|
2575
2591
|
interface Visitor<T> {
|
|
2576
2592
|
basicAuthConfiguration: (value: BasicAuthConfiguration) => T;
|
|
2577
2593
|
oAuth2ClientCredentialConfiguration: (value: OAuth2ClientCredentialConfiguration) => T;
|
|
@@ -2579,7 +2595,6 @@ export declare namespace PluginAuthConfiguration {
|
|
|
2579
2595
|
idcAuthConfiguration: (value: IdcAuthConfiguration) => T;
|
|
2580
2596
|
_: (name: string, value: any) => T;
|
|
2581
2597
|
}
|
|
2582
|
-
const visit: <T>(value: PluginAuthConfiguration, visitor: Visitor<T>) => T;
|
|
2583
2598
|
}
|
|
2584
2599
|
/**
|
|
2585
2600
|
* <p> Configuration information required to create a custom plugin.</p>
|
|
@@ -3103,6 +3118,10 @@ export declare namespace DocumentAttributeBoostingConfiguration {
|
|
|
3103
3118
|
stringListConfiguration?: never;
|
|
3104
3119
|
$unknown: [string, any];
|
|
3105
3120
|
}
|
|
3121
|
+
/**
|
|
3122
|
+
* @deprecated unused in schema-serde mode.
|
|
3123
|
+
*
|
|
3124
|
+
*/
|
|
3106
3125
|
interface Visitor<T> {
|
|
3107
3126
|
numberConfiguration: (value: NumberAttributeBoostingConfiguration) => T;
|
|
3108
3127
|
stringConfiguration: (value: StringAttributeBoostingConfiguration) => T;
|
|
@@ -3110,7 +3129,6 @@ export declare namespace DocumentAttributeBoostingConfiguration {
|
|
|
3110
3129
|
stringListConfiguration: (value: StringListAttributeBoostingConfiguration) => T;
|
|
3111
3130
|
_: (name: string, value: any) => T;
|
|
3112
3131
|
}
|
|
3113
|
-
const visit: <T>(value: DocumentAttributeBoostingConfiguration, visitor: Visitor<T>) => T;
|
|
3114
3132
|
}
|
|
3115
3133
|
/**
|
|
3116
3134
|
* <p>Configuration information for an Amazon Q Business index.</p>
|
|
@@ -3168,12 +3186,15 @@ export declare namespace RetrieverConfiguration {
|
|
|
3168
3186
|
kendraIndexConfiguration?: never;
|
|
3169
3187
|
$unknown: [string, any];
|
|
3170
3188
|
}
|
|
3189
|
+
/**
|
|
3190
|
+
* @deprecated unused in schema-serde mode.
|
|
3191
|
+
*
|
|
3192
|
+
*/
|
|
3171
3193
|
interface Visitor<T> {
|
|
3172
3194
|
nativeIndexConfiguration: (value: NativeIndexConfiguration) => T;
|
|
3173
3195
|
kendraIndexConfiguration: (value: KendraIndexConfiguration) => T;
|
|
3174
3196
|
_: (name: string, value: any) => T;
|
|
3175
3197
|
}
|
|
3176
|
-
const visit: <T>(value: RetrieverConfiguration, visitor: Visitor<T>) => T;
|
|
3177
3198
|
}
|
|
3178
3199
|
/**
|
|
3179
3200
|
* @public
|
|
@@ -3612,12 +3633,15 @@ export declare namespace IdentityProviderConfiguration {
|
|
|
3612
3633
|
openIDConnectConfiguration?: never;
|
|
3613
3634
|
$unknown: [string, any];
|
|
3614
3635
|
}
|
|
3636
|
+
/**
|
|
3637
|
+
* @deprecated unused in schema-serde mode.
|
|
3638
|
+
*
|
|
3639
|
+
*/
|
|
3615
3640
|
interface Visitor<T> {
|
|
3616
3641
|
samlConfiguration: (value: SamlProviderConfiguration) => T;
|
|
3617
3642
|
openIDConnectConfiguration: (value: OpenIDConnectProviderConfiguration) => T;
|
|
3618
3643
|
_: (name: string, value: any) => T;
|
|
3619
3644
|
}
|
|
3620
|
-
const visit: <T>(value: IdentityProviderConfiguration, visitor: Visitor<T>) => T;
|
|
3621
3645
|
}
|
|
3622
3646
|
/**
|
|
3623
3647
|
* @public
|
|
@@ -3796,11 +3820,14 @@ export declare namespace WebExperienceAuthConfiguration {
|
|
|
3796
3820
|
samlConfiguration?: never;
|
|
3797
3821
|
$unknown: [string, any];
|
|
3798
3822
|
}
|
|
3823
|
+
/**
|
|
3824
|
+
* @deprecated unused in schema-serde mode.
|
|
3825
|
+
*
|
|
3826
|
+
*/
|
|
3799
3827
|
interface Visitor<T> {
|
|
3800
3828
|
samlConfiguration: (value: SamlConfiguration) => T;
|
|
3801
3829
|
_: (name: string, value: any) => T;
|
|
3802
3830
|
}
|
|
3803
|
-
const visit: <T>(value: WebExperienceAuthConfiguration, visitor: Visitor<T>) => T;
|
|
3804
3831
|
}
|
|
3805
3832
|
/**
|
|
3806
3833
|
* @public
|
|
@@ -4242,11 +4269,14 @@ export declare namespace CopyFromSource {
|
|
|
4242
4269
|
conversation?: never;
|
|
4243
4270
|
$unknown: [string, any];
|
|
4244
4271
|
}
|
|
4272
|
+
/**
|
|
4273
|
+
* @deprecated unused in schema-serde mode.
|
|
4274
|
+
*
|
|
4275
|
+
*/
|
|
4245
4276
|
interface Visitor<T> {
|
|
4246
4277
|
conversation: (value: ConversationSource) => T;
|
|
4247
4278
|
_: (name: string, value: any) => T;
|
|
4248
4279
|
}
|
|
4249
|
-
const visit: <T>(value: CopyFromSource, visitor: Visitor<T>) => T;
|
|
4250
4280
|
}
|
|
4251
4281
|
/**
|
|
4252
4282
|
* @public
|
|
@@ -4568,12 +4598,15 @@ export declare namespace DocumentContent {
|
|
|
4568
4598
|
s3?: never;
|
|
4569
4599
|
$unknown: [string, any];
|
|
4570
4600
|
}
|
|
4601
|
+
/**
|
|
4602
|
+
* @deprecated unused in schema-serde mode.
|
|
4603
|
+
*
|
|
4604
|
+
*/
|
|
4571
4605
|
interface Visitor<T> {
|
|
4572
4606
|
blob: (value: Uint8Array) => T;
|
|
4573
4607
|
s3: (value: S3) => T;
|
|
4574
4608
|
_: (name: string, value: any) => T;
|
|
4575
4609
|
}
|
|
4576
|
-
const visit: <T>(value: DocumentContent, visitor: Visitor<T>) => T;
|
|
4577
4610
|
}
|
|
4578
4611
|
/**
|
|
4579
4612
|
* @public
|
|
@@ -4814,11 +4847,14 @@ export declare namespace ChatModeConfiguration {
|
|
|
4814
4847
|
pluginConfiguration?: never;
|
|
4815
4848
|
$unknown: [string, any];
|
|
4816
4849
|
}
|
|
4850
|
+
/**
|
|
4851
|
+
* @deprecated unused in schema-serde mode.
|
|
4852
|
+
*
|
|
4853
|
+
*/
|
|
4817
4854
|
interface Visitor<T> {
|
|
4818
4855
|
pluginConfiguration: (value: PluginConfiguration) => T;
|
|
4819
4856
|
_: (name: string, value: any) => T;
|
|
4820
4857
|
}
|
|
4821
|
-
const visit: <T>(value: ChatModeConfiguration, visitor: Visitor<T>) => T;
|
|
4822
4858
|
}
|
|
4823
4859
|
/**
|
|
4824
4860
|
* <p>The end of the streaming input for the <code>Chat</code> API.</p>
|
|
@@ -4981,13 +5017,16 @@ export declare namespace SourceDetails {
|
|
|
4981
5017
|
videoSourceDetails?: never;
|
|
4982
5018
|
$unknown: [string, any];
|
|
4983
5019
|
}
|
|
5020
|
+
/**
|
|
5021
|
+
* @deprecated unused in schema-serde mode.
|
|
5022
|
+
*
|
|
5023
|
+
*/
|
|
4984
5024
|
interface Visitor<T> {
|
|
4985
5025
|
imageSourceDetails: (value: ImageSourceDetails) => T;
|
|
4986
5026
|
audioSourceDetails: (value: AudioSourceDetails) => T;
|
|
4987
5027
|
videoSourceDetails: (value: VideoSourceDetails) => T;
|
|
4988
5028
|
_: (name: string, value: any) => T;
|
|
4989
5029
|
}
|
|
4990
|
-
const visit: <T>(value: SourceDetails, visitor: Visitor<T>) => T;
|
|
4991
5030
|
}
|
|
4992
5031
|
/**
|
|
4993
5032
|
* <p>Provides information about a text extract in a chat response that can be attributed to a source document.</p>
|
|
@@ -5234,6 +5273,10 @@ export declare namespace ChatOutputStream {
|
|
|
5234
5273
|
authChallengeRequestEvent?: never;
|
|
5235
5274
|
$unknown: [string, any];
|
|
5236
5275
|
}
|
|
5276
|
+
/**
|
|
5277
|
+
* @deprecated unused in schema-serde mode.
|
|
5278
|
+
*
|
|
5279
|
+
*/
|
|
5237
5280
|
interface Visitor<T> {
|
|
5238
5281
|
textEvent: (value: TextOutputEvent) => T;
|
|
5239
5282
|
metadataEvent: (value: MetadataEvent) => T;
|
|
@@ -5242,7 +5285,6 @@ export declare namespace ChatOutputStream {
|
|
|
5242
5285
|
authChallengeRequestEvent: (value: AuthChallengeRequestEvent) => T;
|
|
5243
5286
|
_: (name: string, value: any) => T;
|
|
5244
5287
|
}
|
|
5245
|
-
const visit: <T>(value: ChatOutputStream, visitor: Visitor<T>) => T;
|
|
5246
5288
|
}
|
|
5247
5289
|
/**
|
|
5248
5290
|
* @public
|
|
@@ -5690,11 +5732,14 @@ export declare namespace ContentSource {
|
|
|
5690
5732
|
retriever?: never;
|
|
5691
5733
|
$unknown: [string, any];
|
|
5692
5734
|
}
|
|
5735
|
+
/**
|
|
5736
|
+
* @deprecated unused in schema-serde mode.
|
|
5737
|
+
*
|
|
5738
|
+
*/
|
|
5693
5739
|
interface Visitor<T> {
|
|
5694
5740
|
retriever: (value: RetrieverContentSource) => T;
|
|
5695
5741
|
_: (name: string, value: any) => T;
|
|
5696
5742
|
}
|
|
5697
|
-
const visit: <T>(value: ContentSource, visitor: Visitor<T>) => T;
|
|
5698
5743
|
}
|
|
5699
5744
|
/**
|
|
5700
5745
|
* <p>A conversation in an Amazon Q Business application.</p>
|
|
@@ -5827,12 +5872,15 @@ export declare namespace SubscriptionPrincipal {
|
|
|
5827
5872
|
group?: never;
|
|
5828
5873
|
$unknown: [string, any];
|
|
5829
5874
|
}
|
|
5875
|
+
/**
|
|
5876
|
+
* @deprecated unused in schema-serde mode.
|
|
5877
|
+
*
|
|
5878
|
+
*/
|
|
5830
5879
|
interface Visitor<T> {
|
|
5831
5880
|
user: (value: string) => T;
|
|
5832
5881
|
group: (value: string) => T;
|
|
5833
5882
|
_: (name: string, value: any) => T;
|
|
5834
5883
|
}
|
|
5835
|
-
const visit: <T>(value: SubscriptionPrincipal, visitor: Visitor<T>) => T;
|
|
5836
5884
|
}
|
|
5837
5885
|
/**
|
|
5838
5886
|
* @public
|
|
@@ -6350,12 +6398,15 @@ export declare namespace RuleConfiguration {
|
|
|
6350
6398
|
contentRetrievalRule?: never;
|
|
6351
6399
|
$unknown: [string, any];
|
|
6352
6400
|
}
|
|
6401
|
+
/**
|
|
6402
|
+
* @deprecated unused in schema-serde mode.
|
|
6403
|
+
*
|
|
6404
|
+
*/
|
|
6353
6405
|
interface Visitor<T> {
|
|
6354
6406
|
contentBlockerRule: (value: ContentBlockerRule) => T;
|
|
6355
6407
|
contentRetrievalRule: (value: ContentRetrievalRule) => T;
|
|
6356
6408
|
_: (name: string, value: any) => T;
|
|
6357
6409
|
}
|
|
6358
|
-
const visit: <T>(value: RuleConfiguration, visitor: Visitor<T>) => T;
|
|
6359
6410
|
}
|
|
6360
6411
|
/**
|
|
6361
6412
|
* @public
|
|
@@ -1756,6 +1756,10 @@ export declare namespace ChatInputStream {
|
|
|
1756
1756
|
authChallengeResponseEvent?: never;
|
|
1757
1757
|
$unknown: [string, any];
|
|
1758
1758
|
}
|
|
1759
|
+
/**
|
|
1760
|
+
* @deprecated unused in schema-serde mode.
|
|
1761
|
+
*
|
|
1762
|
+
*/
|
|
1759
1763
|
interface Visitor<T> {
|
|
1760
1764
|
configurationEvent: (value: ConfigurationEvent) => T;
|
|
1761
1765
|
textEvent: (value: TextInputEvent) => T;
|
|
@@ -1765,7 +1769,6 @@ export declare namespace ChatInputStream {
|
|
|
1765
1769
|
authChallengeResponseEvent: (value: AuthChallengeResponseEvent) => T;
|
|
1766
1770
|
_: (name: string, value: any) => T;
|
|
1767
1771
|
}
|
|
1768
|
-
const visit: <T>(value: ChatInputStream, visitor: Visitor<T>) => T;
|
|
1769
1772
|
}
|
|
1770
1773
|
/**
|
|
1771
1774
|
* @public
|
|
@@ -54,7 +54,6 @@ export declare namespace Principal {
|
|
|
54
54
|
group: (value: PrincipalGroup) => T;
|
|
55
55
|
_: (name: string, value: any) => T;
|
|
56
56
|
}
|
|
57
|
-
const visit: <T>(value: Principal, visitor: Visitor<T>) => T;
|
|
58
57
|
}
|
|
59
58
|
export interface AccessControl {
|
|
60
59
|
principals: Principal[] | undefined;
|
|
@@ -120,7 +119,6 @@ export declare namespace DocumentAttributeValue {
|
|
|
120
119
|
dateValue: (value: Date) => T;
|
|
121
120
|
_: (name: string, value: any) => T;
|
|
122
121
|
}
|
|
123
|
-
const visit: <T>(value: DocumentAttributeValue, visitor: Visitor<T>) => T;
|
|
124
122
|
}
|
|
125
123
|
export interface DocumentAttribute {
|
|
126
124
|
name: string | undefined;
|
|
@@ -232,7 +230,6 @@ export declare namespace APISchema {
|
|
|
232
230
|
s3: (value: S3) => T;
|
|
233
231
|
_: (name: string, value: any) => T;
|
|
234
232
|
}
|
|
235
|
-
const visit: <T>(value: APISchema, visitor: Visitor<T>) => T;
|
|
236
233
|
}
|
|
237
234
|
export declare const APISchemaType: {
|
|
238
235
|
readonly OPEN_API_V3: "OPEN_API_V3";
|
|
@@ -401,10 +398,6 @@ export declare namespace DataAccessorAuthenticationConfiguration {
|
|
|
401
398
|
) => T;
|
|
402
399
|
_: (name: string, value: any) => T;
|
|
403
400
|
}
|
|
404
|
-
const visit: <T>(
|
|
405
|
-
value: DataAccessorAuthenticationConfiguration,
|
|
406
|
-
visitor: Visitor<T>
|
|
407
|
-
) => T;
|
|
408
401
|
}
|
|
409
402
|
export declare const DataAccessorAuthenticationType: {
|
|
410
403
|
readonly AWS_IAM_IDC_AUTH_CODE: "AWS_IAM_IDC_AUTH_CODE";
|
|
@@ -868,7 +861,6 @@ export declare namespace PluginAuthConfiguration {
|
|
|
868
861
|
idcAuthConfiguration: (value: IdcAuthConfiguration) => T;
|
|
869
862
|
_: (name: string, value: any) => T;
|
|
870
863
|
}
|
|
871
|
-
const visit: <T>(value: PluginAuthConfiguration, visitor: Visitor<T>) => T;
|
|
872
864
|
}
|
|
873
865
|
export interface CustomPluginConfiguration {
|
|
874
866
|
description: string | undefined;
|
|
@@ -1059,10 +1051,6 @@ export declare namespace DocumentAttributeBoostingConfiguration {
|
|
|
1059
1051
|
) => T;
|
|
1060
1052
|
_: (name: string, value: any) => T;
|
|
1061
1053
|
}
|
|
1062
|
-
const visit: <T>(
|
|
1063
|
-
value: DocumentAttributeBoostingConfiguration,
|
|
1064
|
-
visitor: Visitor<T>
|
|
1065
|
-
) => T;
|
|
1066
1054
|
}
|
|
1067
1055
|
export interface NativeIndexConfiguration {
|
|
1068
1056
|
indexId: string | undefined;
|
|
@@ -1096,7 +1084,6 @@ export declare namespace RetrieverConfiguration {
|
|
|
1096
1084
|
kendraIndexConfiguration: (value: KendraIndexConfiguration) => T;
|
|
1097
1085
|
_: (name: string, value: any) => T;
|
|
1098
1086
|
}
|
|
1099
|
-
const visit: <T>(value: RetrieverConfiguration, visitor: Visitor<T>) => T;
|
|
1100
1087
|
}
|
|
1101
1088
|
export declare const RetrieverType: {
|
|
1102
1089
|
readonly KENDRA_INDEX: "KENDRA_INDEX";
|
|
@@ -1229,10 +1216,6 @@ export declare namespace IdentityProviderConfiguration {
|
|
|
1229
1216
|
) => T;
|
|
1230
1217
|
_: (name: string, value: any) => T;
|
|
1231
1218
|
}
|
|
1232
|
-
const visit: <T>(
|
|
1233
|
-
value: IdentityProviderConfiguration,
|
|
1234
|
-
visitor: Visitor<T>
|
|
1235
|
-
) => T;
|
|
1236
1219
|
}
|
|
1237
1220
|
export declare const WebExperienceSamplePromptsControlMode: {
|
|
1238
1221
|
readonly DISABLED: "DISABLED";
|
|
@@ -1289,10 +1272,6 @@ export declare namespace WebExperienceAuthConfiguration {
|
|
|
1289
1272
|
samlConfiguration: (value: SamlConfiguration) => T;
|
|
1290
1273
|
_: (name: string, value: any) => T;
|
|
1291
1274
|
}
|
|
1292
|
-
const visit: <T>(
|
|
1293
|
-
value: WebExperienceAuthConfiguration,
|
|
1294
|
-
visitor: Visitor<T>
|
|
1295
|
-
) => T;
|
|
1296
1275
|
}
|
|
1297
1276
|
export declare const WebExperienceStatus: {
|
|
1298
1277
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -1420,7 +1399,6 @@ export declare namespace CopyFromSource {
|
|
|
1420
1399
|
conversation: (value: ConversationSource) => T;
|
|
1421
1400
|
_: (name: string, value: any) => T;
|
|
1422
1401
|
}
|
|
1423
|
-
const visit: <T>(value: CopyFromSource, visitor: Visitor<T>) => T;
|
|
1424
1402
|
}
|
|
1425
1403
|
export declare const AttachmentStatus: {
|
|
1426
1404
|
readonly FAILED: "FAILED";
|
|
@@ -1522,7 +1500,6 @@ export declare namespace DocumentContent {
|
|
|
1522
1500
|
s3: (value: S3) => T;
|
|
1523
1501
|
_: (name: string, value: any) => T;
|
|
1524
1502
|
}
|
|
1525
|
-
const visit: <T>(value: DocumentContent, visitor: Visitor<T>) => T;
|
|
1526
1503
|
}
|
|
1527
1504
|
export declare const ContentType: {
|
|
1528
1505
|
readonly CSV: "CSV";
|
|
@@ -1605,7 +1582,6 @@ export declare namespace ChatModeConfiguration {
|
|
|
1605
1582
|
pluginConfiguration: (value: PluginConfiguration) => T;
|
|
1606
1583
|
_: (name: string, value: any) => T;
|
|
1607
1584
|
}
|
|
1608
|
-
const visit: <T>(value: ChatModeConfiguration, visitor: Visitor<T>) => T;
|
|
1609
1585
|
}
|
|
1610
1586
|
export interface EndOfInputEvent {}
|
|
1611
1587
|
export interface TextInputEvent {
|
|
@@ -1673,7 +1649,6 @@ export declare namespace SourceDetails {
|
|
|
1673
1649
|
videoSourceDetails: (value: VideoSourceDetails) => T;
|
|
1674
1650
|
_: (name: string, value: any) => T;
|
|
1675
1651
|
}
|
|
1676
|
-
const visit: <T>(value: SourceDetails, visitor: Visitor<T>) => T;
|
|
1677
1652
|
}
|
|
1678
1653
|
export interface TextSegment {
|
|
1679
1654
|
beginOffset?: number | undefined;
|
|
@@ -1778,7 +1753,6 @@ export declare namespace ChatOutputStream {
|
|
|
1778
1753
|
authChallengeRequestEvent: (value: AuthChallengeRequestEvent) => T;
|
|
1779
1754
|
_: (name: string, value: any) => T;
|
|
1780
1755
|
}
|
|
1781
|
-
const visit: <T>(value: ChatOutputStream, visitor: Visitor<T>) => T;
|
|
1782
1756
|
}
|
|
1783
1757
|
export interface ChatOutput {
|
|
1784
1758
|
outputStream?: AsyncIterable<ChatOutputStream> | undefined;
|
|
@@ -1914,7 +1888,6 @@ export declare namespace ContentSource {
|
|
|
1914
1888
|
retriever: (value: RetrieverContentSource) => T;
|
|
1915
1889
|
_: (name: string, value: any) => T;
|
|
1916
1890
|
}
|
|
1917
|
-
const visit: <T>(value: ContentSource, visitor: Visitor<T>) => T;
|
|
1918
1891
|
}
|
|
1919
1892
|
export interface Conversation {
|
|
1920
1893
|
conversationId?: string | undefined;
|
|
@@ -1967,7 +1940,6 @@ export declare namespace SubscriptionPrincipal {
|
|
|
1967
1940
|
group: (value: string) => T;
|
|
1968
1941
|
_: (name: string, value: any) => T;
|
|
1969
1942
|
}
|
|
1970
|
-
const visit: <T>(value: SubscriptionPrincipal, visitor: Visitor<T>) => T;
|
|
1971
1943
|
}
|
|
1972
1944
|
export interface CreateSubscriptionRequest {
|
|
1973
1945
|
applicationId: string | undefined;
|
|
@@ -2129,7 +2101,6 @@ export declare namespace RuleConfiguration {
|
|
|
2129
2101
|
contentRetrievalRule: (value: ContentRetrievalRule) => T;
|
|
2130
2102
|
_: (name: string, value: any) => T;
|
|
2131
2103
|
}
|
|
2132
|
-
const visit: <T>(value: RuleConfiguration, visitor: Visitor<T>) => T;
|
|
2133
2104
|
}
|
|
2134
2105
|
export declare const RuleType: {
|
|
2135
2106
|
readonly CONTENT_BLOCKER_RULE: "CONTENT_BLOCKER_RULE";
|
|
@@ -568,7 +568,6 @@ export declare namespace ChatInputStream {
|
|
|
568
568
|
authChallengeResponseEvent: (value: AuthChallengeResponseEvent) => T;
|
|
569
569
|
_: (name: string, value: any) => T;
|
|
570
570
|
}
|
|
571
|
-
const visit: <T>(value: ChatInputStream, visitor: Visitor<T>) => T;
|
|
572
571
|
}
|
|
573
572
|
export interface ChatInput {
|
|
574
573
|
applicationId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qbusiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.931.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
|
|
@@ -20,46 +20,46 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^4.4.
|
|
37
|
-
"@smithy/core": "^3.
|
|
38
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
39
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
40
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
41
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
42
|
-
"@smithy/hash-node": "^4.2.
|
|
43
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
44
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
45
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
46
|
-
"@smithy/middleware-retry": "^4.4.
|
|
47
|
-
"@smithy/middleware-serde": "^4.2.
|
|
48
|
-
"@smithy/middleware-stack": "^4.2.
|
|
49
|
-
"@smithy/node-config-provider": "^4.3.
|
|
50
|
-
"@smithy/node-http-handler": "^4.4.
|
|
51
|
-
"@smithy/protocol-http": "^5.3.
|
|
52
|
-
"@smithy/smithy-client": "^4.9.
|
|
53
|
-
"@smithy/types": "^4.
|
|
54
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.931.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.931.0",
|
|
25
|
+
"@aws-sdk/eventstream-handler-node": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-eventstream": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.931.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
32
|
+
"@aws-sdk/types": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.931.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
37
|
+
"@smithy/core": "^3.18.2",
|
|
38
|
+
"@smithy/eventstream-serde-browser": "^4.2.5",
|
|
39
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.5",
|
|
40
|
+
"@smithy/eventstream-serde-node": "^4.2.5",
|
|
41
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
42
|
+
"@smithy/hash-node": "^4.2.5",
|
|
43
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
44
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
45
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
46
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
47
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
48
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
49
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
50
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
51
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
52
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
53
|
+
"@smithy/types": "^4.9.0",
|
|
54
|
+
"@smithy/url-parser": "^4.2.5",
|
|
55
55
|
"@smithy/util-base64": "^4.3.0",
|
|
56
56
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
57
57
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
58
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
60
|
-
"@smithy/util-endpoints": "^3.2.
|
|
61
|
-
"@smithy/util-middleware": "^4.2.
|
|
62
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
59
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
60
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
61
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
62
|
+
"@smithy/util-retry": "^4.2.5",
|
|
63
63
|
"@smithy/util-utf8": "^4.2.0",
|
|
64
64
|
"tslib": "^2.6.2"
|
|
65
65
|
},
|