@aws-sdk/client-qconnect 3.716.0 → 3.723.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 +447 -330
- package/dist-es/QConnectClient.js +1 -0
- package/dist-es/models/models_0.js +19 -18
- package/dist-es/models/models_1.js +3 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -453,7 +453,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
453
453
|
}, "resolveRuntimeExtensions");
|
|
454
454
|
|
|
455
455
|
// src/QConnectClient.ts
|
|
456
|
-
var
|
|
456
|
+
var QConnectClient = class extends import_smithy_client.Client {
|
|
457
|
+
static {
|
|
458
|
+
__name(this, "QConnectClient");
|
|
459
|
+
}
|
|
460
|
+
/**
|
|
461
|
+
* The resolved configuration of QConnectClient class. This is resolved and normalized from the {@link QConnectClientConfig | constructor configuration interface}.
|
|
462
|
+
*/
|
|
463
|
+
config;
|
|
457
464
|
constructor(...[configuration]) {
|
|
458
465
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
459
466
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -463,7 +470,7 @@ var _QConnectClient = class _QConnectClient extends import_smithy_client.Client
|
|
|
463
470
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
464
471
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
465
472
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
466
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
473
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
467
474
|
super(_config_8);
|
|
468
475
|
this.config = _config_8;
|
|
469
476
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -491,8 +498,6 @@ var _QConnectClient = class _QConnectClient extends import_smithy_client.Client
|
|
|
491
498
|
super.destroy();
|
|
492
499
|
}
|
|
493
500
|
};
|
|
494
|
-
__name(_QConnectClient, "QConnectClient");
|
|
495
|
-
var QConnectClient = _QConnectClient;
|
|
496
501
|
|
|
497
502
|
// src/QConnect.ts
|
|
498
503
|
|
|
@@ -513,7 +518,10 @@ var import_uuid = require("uuid");
|
|
|
513
518
|
|
|
514
519
|
// src/models/QConnectServiceException.ts
|
|
515
520
|
|
|
516
|
-
var
|
|
521
|
+
var QConnectServiceException = class _QConnectServiceException extends import_smithy_client.ServiceException {
|
|
522
|
+
static {
|
|
523
|
+
__name(this, "QConnectServiceException");
|
|
524
|
+
}
|
|
517
525
|
/**
|
|
518
526
|
* @internal
|
|
519
527
|
*/
|
|
@@ -522,11 +530,14 @@ var _QConnectServiceException = class _QConnectServiceException extends import_s
|
|
|
522
530
|
Object.setPrototypeOf(this, _QConnectServiceException.prototype);
|
|
523
531
|
}
|
|
524
532
|
};
|
|
525
|
-
__name(_QConnectServiceException, "QConnectServiceException");
|
|
526
|
-
var QConnectServiceException = _QConnectServiceException;
|
|
527
533
|
|
|
528
534
|
// src/models/models_0.ts
|
|
529
|
-
var
|
|
535
|
+
var AccessDeniedException = class _AccessDeniedException extends QConnectServiceException {
|
|
536
|
+
static {
|
|
537
|
+
__name(this, "AccessDeniedException");
|
|
538
|
+
}
|
|
539
|
+
name = "AccessDeniedException";
|
|
540
|
+
$fault = "client";
|
|
530
541
|
/**
|
|
531
542
|
* @internal
|
|
532
543
|
*/
|
|
@@ -536,14 +547,15 @@ var _AccessDeniedException = class _AccessDeniedException extends QConnectServic
|
|
|
536
547
|
$fault: "client",
|
|
537
548
|
...opts
|
|
538
549
|
});
|
|
539
|
-
this.name = "AccessDeniedException";
|
|
540
|
-
this.$fault = "client";
|
|
541
550
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
542
551
|
}
|
|
543
552
|
};
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
553
|
+
var ConflictException = class _ConflictException extends QConnectServiceException {
|
|
554
|
+
static {
|
|
555
|
+
__name(this, "ConflictException");
|
|
556
|
+
}
|
|
557
|
+
name = "ConflictException";
|
|
558
|
+
$fault = "client";
|
|
547
559
|
/**
|
|
548
560
|
* @internal
|
|
549
561
|
*/
|
|
@@ -553,14 +565,20 @@ var _ConflictException = class _ConflictException extends QConnectServiceExcepti
|
|
|
553
565
|
$fault: "client",
|
|
554
566
|
...opts
|
|
555
567
|
});
|
|
556
|
-
this.name = "ConflictException";
|
|
557
|
-
this.$fault = "client";
|
|
558
568
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
559
569
|
}
|
|
560
570
|
};
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
571
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends QConnectServiceException {
|
|
572
|
+
static {
|
|
573
|
+
__name(this, "ResourceNotFoundException");
|
|
574
|
+
}
|
|
575
|
+
name = "ResourceNotFoundException";
|
|
576
|
+
$fault = "client";
|
|
577
|
+
/**
|
|
578
|
+
* <p>The specified resource name.</p>
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
resourceName;
|
|
564
582
|
/**
|
|
565
583
|
* @internal
|
|
566
584
|
*/
|
|
@@ -570,15 +588,17 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends QConne
|
|
|
570
588
|
$fault: "client",
|
|
571
589
|
...opts
|
|
572
590
|
});
|
|
573
|
-
this.name = "ResourceNotFoundException";
|
|
574
|
-
this.$fault = "client";
|
|
575
591
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
576
592
|
this.resourceName = opts.resourceName;
|
|
577
593
|
}
|
|
578
594
|
};
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
595
|
+
var ThrottlingException = class _ThrottlingException extends QConnectServiceException {
|
|
596
|
+
static {
|
|
597
|
+
__name(this, "ThrottlingException");
|
|
598
|
+
}
|
|
599
|
+
name = "ThrottlingException";
|
|
600
|
+
$fault = "client";
|
|
601
|
+
$retryable = {};
|
|
582
602
|
/**
|
|
583
603
|
* @internal
|
|
584
604
|
*/
|
|
@@ -588,15 +608,15 @@ var _ThrottlingException = class _ThrottlingException extends QConnectServiceExc
|
|
|
588
608
|
$fault: "client",
|
|
589
609
|
...opts
|
|
590
610
|
});
|
|
591
|
-
this.name = "ThrottlingException";
|
|
592
|
-
this.$fault = "client";
|
|
593
|
-
this.$retryable = {};
|
|
594
611
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
595
612
|
}
|
|
596
613
|
};
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
614
|
+
var ValidationException = class _ValidationException extends QConnectServiceException {
|
|
615
|
+
static {
|
|
616
|
+
__name(this, "ValidationException");
|
|
617
|
+
}
|
|
618
|
+
name = "ValidationException";
|
|
619
|
+
$fault = "client";
|
|
600
620
|
/**
|
|
601
621
|
* @internal
|
|
602
622
|
*/
|
|
@@ -606,13 +626,9 @@ var _ValidationException = class _ValidationException extends QConnectServiceExc
|
|
|
606
626
|
$fault: "client",
|
|
607
627
|
...opts
|
|
608
628
|
});
|
|
609
|
-
this.name = "ValidationException";
|
|
610
|
-
this.$fault = "client";
|
|
611
629
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
612
630
|
}
|
|
613
631
|
};
|
|
614
|
-
__name(_ValidationException, "ValidationException");
|
|
615
|
-
var ValidationException = _ValidationException;
|
|
616
632
|
var OrCondition;
|
|
617
633
|
((OrCondition3) => {
|
|
618
634
|
OrCondition3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -683,7 +699,12 @@ var Status = {
|
|
|
683
699
|
DELETE_FAILED: "DELETE_FAILED",
|
|
684
700
|
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"
|
|
685
701
|
};
|
|
686
|
-
var
|
|
702
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends QConnectServiceException {
|
|
703
|
+
static {
|
|
704
|
+
__name(this, "ServiceQuotaExceededException");
|
|
705
|
+
}
|
|
706
|
+
name = "ServiceQuotaExceededException";
|
|
707
|
+
$fault = "client";
|
|
687
708
|
/**
|
|
688
709
|
* @internal
|
|
689
710
|
*/
|
|
@@ -693,13 +714,9 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
693
714
|
$fault: "client",
|
|
694
715
|
...opts
|
|
695
716
|
});
|
|
696
|
-
this.name = "ServiceQuotaExceededException";
|
|
697
|
-
this.$fault = "client";
|
|
698
717
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
699
718
|
}
|
|
700
719
|
};
|
|
701
|
-
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
702
|
-
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
703
720
|
var GuardrailFilterStrength = {
|
|
704
721
|
HIGH: "HIGH",
|
|
705
722
|
LOW: "LOW",
|
|
@@ -907,7 +924,13 @@ var QueryResultType = {
|
|
|
907
924
|
INTENT_ANSWER: "INTENT_ANSWER",
|
|
908
925
|
KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT"
|
|
909
926
|
};
|
|
910
|
-
var
|
|
927
|
+
var RequestTimeoutException = class _RequestTimeoutException extends QConnectServiceException {
|
|
928
|
+
static {
|
|
929
|
+
__name(this, "RequestTimeoutException");
|
|
930
|
+
}
|
|
931
|
+
name = "RequestTimeoutException";
|
|
932
|
+
$fault = "client";
|
|
933
|
+
$retryable = {};
|
|
911
934
|
/**
|
|
912
935
|
* @internal
|
|
913
936
|
*/
|
|
@@ -917,14 +940,9 @@ var _RequestTimeoutException = class _RequestTimeoutException extends QConnectSe
|
|
|
917
940
|
$fault: "client",
|
|
918
941
|
...opts
|
|
919
942
|
});
|
|
920
|
-
this.name = "RequestTimeoutException";
|
|
921
|
-
this.$fault = "client";
|
|
922
|
-
this.$retryable = {};
|
|
923
943
|
Object.setPrototypeOf(this, _RequestTimeoutException.prototype);
|
|
924
944
|
}
|
|
925
945
|
};
|
|
926
|
-
__name(_RequestTimeoutException, "RequestTimeoutException");
|
|
927
|
-
var RequestTimeoutException = _RequestTimeoutException;
|
|
928
946
|
var FilterField = {
|
|
929
947
|
NAME: "NAME"
|
|
930
948
|
};
|
|
@@ -1006,7 +1024,12 @@ var ContentStatus = {
|
|
|
1006
1024
|
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
1007
1025
|
UPDATE_FAILED: "UPDATE_FAILED"
|
|
1008
1026
|
};
|
|
1009
|
-
var
|
|
1027
|
+
var PreconditionFailedException = class _PreconditionFailedException extends QConnectServiceException {
|
|
1028
|
+
static {
|
|
1029
|
+
__name(this, "PreconditionFailedException");
|
|
1030
|
+
}
|
|
1031
|
+
name = "PreconditionFailedException";
|
|
1032
|
+
$fault = "client";
|
|
1010
1033
|
/**
|
|
1011
1034
|
* @internal
|
|
1012
1035
|
*/
|
|
@@ -1016,13 +1039,9 @@ var _PreconditionFailedException = class _PreconditionFailedException extends QC
|
|
|
1016
1039
|
$fault: "client",
|
|
1017
1040
|
...opts
|
|
1018
1041
|
});
|
|
1019
|
-
this.name = "PreconditionFailedException";
|
|
1020
|
-
this.$fault = "client";
|
|
1021
1042
|
Object.setPrototypeOf(this, _PreconditionFailedException.prototype);
|
|
1022
1043
|
}
|
|
1023
1044
|
};
|
|
1024
|
-
__name(_PreconditionFailedException, "PreconditionFailedException");
|
|
1025
|
-
var PreconditionFailedException = _PreconditionFailedException;
|
|
1026
1045
|
var ContentDisposition = {
|
|
1027
1046
|
ATTACHMENT: "ATTACHMENT"
|
|
1028
1047
|
};
|
|
@@ -1758,7 +1777,17 @@ var QuickResponseQueryOperator = {
|
|
|
1758
1777
|
CONTAINS: "CONTAINS",
|
|
1759
1778
|
CONTAINS_AND_PREFIX: "CONTAINS_AND_PREFIX"
|
|
1760
1779
|
};
|
|
1761
|
-
var
|
|
1780
|
+
var TooManyTagsException = class _TooManyTagsException extends QConnectServiceException {
|
|
1781
|
+
static {
|
|
1782
|
+
__name(this, "TooManyTagsException");
|
|
1783
|
+
}
|
|
1784
|
+
name = "TooManyTagsException";
|
|
1785
|
+
$fault = "client";
|
|
1786
|
+
/**
|
|
1787
|
+
* <p>The specified resource name.</p>
|
|
1788
|
+
* @public
|
|
1789
|
+
*/
|
|
1790
|
+
resourceName;
|
|
1762
1791
|
/**
|
|
1763
1792
|
* @internal
|
|
1764
1793
|
*/
|
|
@@ -1768,14 +1797,10 @@ var _TooManyTagsException = class _TooManyTagsException extends QConnectServiceE
|
|
|
1768
1797
|
$fault: "client",
|
|
1769
1798
|
...opts
|
|
1770
1799
|
});
|
|
1771
|
-
this.name = "TooManyTagsException";
|
|
1772
|
-
this.$fault = "client";
|
|
1773
1800
|
Object.setPrototypeOf(this, _TooManyTagsException.prototype);
|
|
1774
1801
|
this.resourceName = opts.resourceName;
|
|
1775
1802
|
}
|
|
1776
1803
|
};
|
|
1777
|
-
__name(_TooManyTagsException, "TooManyTagsException");
|
|
1778
|
-
var TooManyTagsException = _TooManyTagsException;
|
|
1779
1804
|
var DataDetails;
|
|
1780
1805
|
((DataDetails3) => {
|
|
1781
1806
|
DataDetails3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -5407,175 +5432,187 @@ var _tK = "tagKeys";
|
|
|
5407
5432
|
var _wTS = "waitTimeSeconds";
|
|
5408
5433
|
|
|
5409
5434
|
// src/commands/ActivateMessageTemplateCommand.ts
|
|
5410
|
-
var
|
|
5435
|
+
var ActivateMessageTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5411
5436
|
return [
|
|
5412
5437
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5413
5438
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5414
5439
|
];
|
|
5415
5440
|
}).s("WisdomService", "ActivateMessageTemplate", {}).n("QConnectClient", "ActivateMessageTemplateCommand").f(void 0, void 0).ser(se_ActivateMessageTemplateCommand).de(de_ActivateMessageTemplateCommand).build() {
|
|
5441
|
+
static {
|
|
5442
|
+
__name(this, "ActivateMessageTemplateCommand");
|
|
5443
|
+
}
|
|
5416
5444
|
};
|
|
5417
|
-
__name(_ActivateMessageTemplateCommand, "ActivateMessageTemplateCommand");
|
|
5418
|
-
var ActivateMessageTemplateCommand = _ActivateMessageTemplateCommand;
|
|
5419
5445
|
|
|
5420
5446
|
// src/commands/CreateAIAgentCommand.ts
|
|
5421
5447
|
|
|
5422
5448
|
|
|
5423
5449
|
|
|
5424
|
-
var
|
|
5450
|
+
var CreateAIAgentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5425
5451
|
return [
|
|
5426
5452
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5427
5453
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5428
5454
|
];
|
|
5429
5455
|
}).s("WisdomService", "CreateAIAgent", {}).n("QConnectClient", "CreateAIAgentCommand").f(void 0, void 0).ser(se_CreateAIAgentCommand).de(de_CreateAIAgentCommand).build() {
|
|
5456
|
+
static {
|
|
5457
|
+
__name(this, "CreateAIAgentCommand");
|
|
5458
|
+
}
|
|
5430
5459
|
};
|
|
5431
|
-
__name(_CreateAIAgentCommand, "CreateAIAgentCommand");
|
|
5432
|
-
var CreateAIAgentCommand = _CreateAIAgentCommand;
|
|
5433
5460
|
|
|
5434
5461
|
// src/commands/CreateAIAgentVersionCommand.ts
|
|
5435
5462
|
|
|
5436
5463
|
|
|
5437
5464
|
|
|
5438
|
-
var
|
|
5465
|
+
var CreateAIAgentVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5439
5466
|
return [
|
|
5440
5467
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5441
5468
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5442
5469
|
];
|
|
5443
5470
|
}).s("WisdomService", "CreateAIAgentVersion", {}).n("QConnectClient", "CreateAIAgentVersionCommand").f(void 0, void 0).ser(se_CreateAIAgentVersionCommand).de(de_CreateAIAgentVersionCommand).build() {
|
|
5471
|
+
static {
|
|
5472
|
+
__name(this, "CreateAIAgentVersionCommand");
|
|
5473
|
+
}
|
|
5444
5474
|
};
|
|
5445
|
-
__name(_CreateAIAgentVersionCommand, "CreateAIAgentVersionCommand");
|
|
5446
|
-
var CreateAIAgentVersionCommand = _CreateAIAgentVersionCommand;
|
|
5447
5475
|
|
|
5448
5476
|
// src/commands/CreateAIGuardrailCommand.ts
|
|
5449
5477
|
|
|
5450
5478
|
|
|
5451
5479
|
|
|
5452
|
-
var
|
|
5480
|
+
var CreateAIGuardrailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5453
5481
|
return [
|
|
5454
5482
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5455
5483
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5456
5484
|
];
|
|
5457
5485
|
}).s("WisdomService", "CreateAIGuardrail", {}).n("QConnectClient", "CreateAIGuardrailCommand").f(CreateAIGuardrailRequestFilterSensitiveLog, CreateAIGuardrailResponseFilterSensitiveLog).ser(se_CreateAIGuardrailCommand).de(de_CreateAIGuardrailCommand).build() {
|
|
5486
|
+
static {
|
|
5487
|
+
__name(this, "CreateAIGuardrailCommand");
|
|
5488
|
+
}
|
|
5458
5489
|
};
|
|
5459
|
-
__name(_CreateAIGuardrailCommand, "CreateAIGuardrailCommand");
|
|
5460
|
-
var CreateAIGuardrailCommand = _CreateAIGuardrailCommand;
|
|
5461
5490
|
|
|
5462
5491
|
// src/commands/CreateAIGuardrailVersionCommand.ts
|
|
5463
5492
|
|
|
5464
5493
|
|
|
5465
5494
|
|
|
5466
|
-
var
|
|
5495
|
+
var CreateAIGuardrailVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5467
5496
|
return [
|
|
5468
5497
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5469
5498
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5470
5499
|
];
|
|
5471
5500
|
}).s("WisdomService", "CreateAIGuardrailVersion", {}).n("QConnectClient", "CreateAIGuardrailVersionCommand").f(void 0, CreateAIGuardrailVersionResponseFilterSensitiveLog).ser(se_CreateAIGuardrailVersionCommand).de(de_CreateAIGuardrailVersionCommand).build() {
|
|
5501
|
+
static {
|
|
5502
|
+
__name(this, "CreateAIGuardrailVersionCommand");
|
|
5503
|
+
}
|
|
5472
5504
|
};
|
|
5473
|
-
__name(_CreateAIGuardrailVersionCommand, "CreateAIGuardrailVersionCommand");
|
|
5474
|
-
var CreateAIGuardrailVersionCommand = _CreateAIGuardrailVersionCommand;
|
|
5475
5505
|
|
|
5476
5506
|
// src/commands/CreateAIPromptCommand.ts
|
|
5477
5507
|
|
|
5478
5508
|
|
|
5479
5509
|
|
|
5480
|
-
var
|
|
5510
|
+
var CreateAIPromptCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5481
5511
|
return [
|
|
5482
5512
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5483
5513
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5484
5514
|
];
|
|
5485
5515
|
}).s("WisdomService", "CreateAIPrompt", {}).n("QConnectClient", "CreateAIPromptCommand").f(CreateAIPromptRequestFilterSensitiveLog, CreateAIPromptResponseFilterSensitiveLog).ser(se_CreateAIPromptCommand).de(de_CreateAIPromptCommand).build() {
|
|
5516
|
+
static {
|
|
5517
|
+
__name(this, "CreateAIPromptCommand");
|
|
5518
|
+
}
|
|
5486
5519
|
};
|
|
5487
|
-
__name(_CreateAIPromptCommand, "CreateAIPromptCommand");
|
|
5488
|
-
var CreateAIPromptCommand = _CreateAIPromptCommand;
|
|
5489
5520
|
|
|
5490
5521
|
// src/commands/CreateAIPromptVersionCommand.ts
|
|
5491
5522
|
|
|
5492
5523
|
|
|
5493
5524
|
|
|
5494
|
-
var
|
|
5525
|
+
var CreateAIPromptVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5495
5526
|
return [
|
|
5496
5527
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5497
5528
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5498
5529
|
];
|
|
5499
5530
|
}).s("WisdomService", "CreateAIPromptVersion", {}).n("QConnectClient", "CreateAIPromptVersionCommand").f(void 0, CreateAIPromptVersionResponseFilterSensitiveLog).ser(se_CreateAIPromptVersionCommand).de(de_CreateAIPromptVersionCommand).build() {
|
|
5531
|
+
static {
|
|
5532
|
+
__name(this, "CreateAIPromptVersionCommand");
|
|
5533
|
+
}
|
|
5500
5534
|
};
|
|
5501
|
-
__name(_CreateAIPromptVersionCommand, "CreateAIPromptVersionCommand");
|
|
5502
|
-
var CreateAIPromptVersionCommand = _CreateAIPromptVersionCommand;
|
|
5503
5535
|
|
|
5504
5536
|
// src/commands/CreateAssistantAssociationCommand.ts
|
|
5505
5537
|
|
|
5506
5538
|
|
|
5507
5539
|
|
|
5508
|
-
var
|
|
5540
|
+
var CreateAssistantAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5509
5541
|
return [
|
|
5510
5542
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5511
5543
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5512
5544
|
];
|
|
5513
5545
|
}).s("WisdomService", "CreateAssistantAssociation", {}).n("QConnectClient", "CreateAssistantAssociationCommand").f(void 0, void 0).ser(se_CreateAssistantAssociationCommand).de(de_CreateAssistantAssociationCommand).build() {
|
|
5546
|
+
static {
|
|
5547
|
+
__name(this, "CreateAssistantAssociationCommand");
|
|
5548
|
+
}
|
|
5514
5549
|
};
|
|
5515
|
-
__name(_CreateAssistantAssociationCommand, "CreateAssistantAssociationCommand");
|
|
5516
|
-
var CreateAssistantAssociationCommand = _CreateAssistantAssociationCommand;
|
|
5517
5550
|
|
|
5518
5551
|
// src/commands/CreateAssistantCommand.ts
|
|
5519
5552
|
|
|
5520
5553
|
|
|
5521
5554
|
|
|
5522
|
-
var
|
|
5555
|
+
var CreateAssistantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5523
5556
|
return [
|
|
5524
5557
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5525
5558
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5526
5559
|
];
|
|
5527
5560
|
}).s("WisdomService", "CreateAssistant", {}).n("QConnectClient", "CreateAssistantCommand").f(void 0, void 0).ser(se_CreateAssistantCommand).de(de_CreateAssistantCommand).build() {
|
|
5561
|
+
static {
|
|
5562
|
+
__name(this, "CreateAssistantCommand");
|
|
5563
|
+
}
|
|
5528
5564
|
};
|
|
5529
|
-
__name(_CreateAssistantCommand, "CreateAssistantCommand");
|
|
5530
|
-
var CreateAssistantCommand = _CreateAssistantCommand;
|
|
5531
5565
|
|
|
5532
5566
|
// src/commands/CreateContentAssociationCommand.ts
|
|
5533
5567
|
|
|
5534
5568
|
|
|
5535
5569
|
|
|
5536
|
-
var
|
|
5570
|
+
var CreateContentAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5537
5571
|
return [
|
|
5538
5572
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5539
5573
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5540
5574
|
];
|
|
5541
5575
|
}).s("WisdomService", "CreateContentAssociation", {}).n("QConnectClient", "CreateContentAssociationCommand").f(void 0, void 0).ser(se_CreateContentAssociationCommand).de(de_CreateContentAssociationCommand).build() {
|
|
5576
|
+
static {
|
|
5577
|
+
__name(this, "CreateContentAssociationCommand");
|
|
5578
|
+
}
|
|
5542
5579
|
};
|
|
5543
|
-
__name(_CreateContentAssociationCommand, "CreateContentAssociationCommand");
|
|
5544
|
-
var CreateContentAssociationCommand = _CreateContentAssociationCommand;
|
|
5545
5580
|
|
|
5546
5581
|
// src/commands/CreateContentCommand.ts
|
|
5547
5582
|
|
|
5548
5583
|
|
|
5549
5584
|
|
|
5550
|
-
var
|
|
5585
|
+
var CreateContentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5551
5586
|
return [
|
|
5552
5587
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5553
5588
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5554
5589
|
];
|
|
5555
5590
|
}).s("WisdomService", "CreateContent", {}).n("QConnectClient", "CreateContentCommand").f(void 0, CreateContentResponseFilterSensitiveLog).ser(se_CreateContentCommand).de(de_CreateContentCommand).build() {
|
|
5591
|
+
static {
|
|
5592
|
+
__name(this, "CreateContentCommand");
|
|
5593
|
+
}
|
|
5556
5594
|
};
|
|
5557
|
-
__name(_CreateContentCommand, "CreateContentCommand");
|
|
5558
|
-
var CreateContentCommand = _CreateContentCommand;
|
|
5559
5595
|
|
|
5560
5596
|
// src/commands/CreateKnowledgeBaseCommand.ts
|
|
5561
5597
|
|
|
5562
5598
|
|
|
5563
5599
|
|
|
5564
|
-
var
|
|
5600
|
+
var CreateKnowledgeBaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5565
5601
|
return [
|
|
5566
5602
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5567
5603
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5568
5604
|
];
|
|
5569
5605
|
}).s("WisdomService", "CreateKnowledgeBase", {}).n("QConnectClient", "CreateKnowledgeBaseCommand").f(CreateKnowledgeBaseRequestFilterSensitiveLog, CreateKnowledgeBaseResponseFilterSensitiveLog).ser(se_CreateKnowledgeBaseCommand).de(de_CreateKnowledgeBaseCommand).build() {
|
|
5606
|
+
static {
|
|
5607
|
+
__name(this, "CreateKnowledgeBaseCommand");
|
|
5608
|
+
}
|
|
5570
5609
|
};
|
|
5571
|
-
__name(_CreateKnowledgeBaseCommand, "CreateKnowledgeBaseCommand");
|
|
5572
|
-
var CreateKnowledgeBaseCommand = _CreateKnowledgeBaseCommand;
|
|
5573
5610
|
|
|
5574
5611
|
// src/commands/CreateMessageTemplateAttachmentCommand.ts
|
|
5575
5612
|
|
|
5576
5613
|
|
|
5577
5614
|
|
|
5578
|
-
var
|
|
5615
|
+
var CreateMessageTemplateAttachmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5579
5616
|
return [
|
|
5580
5617
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5581
5618
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5584,1101 +5621,1180 @@ var _CreateMessageTemplateAttachmentCommand = class _CreateMessageTemplateAttach
|
|
|
5584
5621
|
CreateMessageTemplateAttachmentRequestFilterSensitiveLog,
|
|
5585
5622
|
CreateMessageTemplateAttachmentResponseFilterSensitiveLog
|
|
5586
5623
|
).ser(se_CreateMessageTemplateAttachmentCommand).de(de_CreateMessageTemplateAttachmentCommand).build() {
|
|
5624
|
+
static {
|
|
5625
|
+
__name(this, "CreateMessageTemplateAttachmentCommand");
|
|
5626
|
+
}
|
|
5587
5627
|
};
|
|
5588
|
-
__name(_CreateMessageTemplateAttachmentCommand, "CreateMessageTemplateAttachmentCommand");
|
|
5589
|
-
var CreateMessageTemplateAttachmentCommand = _CreateMessageTemplateAttachmentCommand;
|
|
5590
5628
|
|
|
5591
5629
|
// src/commands/CreateMessageTemplateCommand.ts
|
|
5592
5630
|
|
|
5593
5631
|
|
|
5594
5632
|
|
|
5595
|
-
var
|
|
5633
|
+
var CreateMessageTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5596
5634
|
return [
|
|
5597
5635
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5598
5636
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5599
5637
|
];
|
|
5600
5638
|
}).s("WisdomService", "CreateMessageTemplate", {}).n("QConnectClient", "CreateMessageTemplateCommand").f(CreateMessageTemplateRequestFilterSensitiveLog, CreateMessageTemplateResponseFilterSensitiveLog).ser(se_CreateMessageTemplateCommand).de(de_CreateMessageTemplateCommand).build() {
|
|
5639
|
+
static {
|
|
5640
|
+
__name(this, "CreateMessageTemplateCommand");
|
|
5641
|
+
}
|
|
5601
5642
|
};
|
|
5602
|
-
__name(_CreateMessageTemplateCommand, "CreateMessageTemplateCommand");
|
|
5603
|
-
var CreateMessageTemplateCommand = _CreateMessageTemplateCommand;
|
|
5604
5643
|
|
|
5605
5644
|
// src/commands/CreateMessageTemplateVersionCommand.ts
|
|
5606
5645
|
|
|
5607
5646
|
|
|
5608
5647
|
|
|
5609
|
-
var
|
|
5648
|
+
var CreateMessageTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5610
5649
|
return [
|
|
5611
5650
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5612
5651
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5613
5652
|
];
|
|
5614
5653
|
}).s("WisdomService", "CreateMessageTemplateVersion", {}).n("QConnectClient", "CreateMessageTemplateVersionCommand").f(void 0, CreateMessageTemplateVersionResponseFilterSensitiveLog).ser(se_CreateMessageTemplateVersionCommand).de(de_CreateMessageTemplateVersionCommand).build() {
|
|
5654
|
+
static {
|
|
5655
|
+
__name(this, "CreateMessageTemplateVersionCommand");
|
|
5656
|
+
}
|
|
5615
5657
|
};
|
|
5616
|
-
__name(_CreateMessageTemplateVersionCommand, "CreateMessageTemplateVersionCommand");
|
|
5617
|
-
var CreateMessageTemplateVersionCommand = _CreateMessageTemplateVersionCommand;
|
|
5618
5658
|
|
|
5619
5659
|
// src/commands/CreateQuickResponseCommand.ts
|
|
5620
5660
|
|
|
5621
5661
|
|
|
5622
5662
|
|
|
5623
|
-
var
|
|
5663
|
+
var CreateQuickResponseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5624
5664
|
return [
|
|
5625
5665
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5626
5666
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5627
5667
|
];
|
|
5628
5668
|
}).s("WisdomService", "CreateQuickResponse", {}).n("QConnectClient", "CreateQuickResponseCommand").f(CreateQuickResponseRequestFilterSensitiveLog, CreateQuickResponseResponseFilterSensitiveLog).ser(se_CreateQuickResponseCommand).de(de_CreateQuickResponseCommand).build() {
|
|
5669
|
+
static {
|
|
5670
|
+
__name(this, "CreateQuickResponseCommand");
|
|
5671
|
+
}
|
|
5629
5672
|
};
|
|
5630
|
-
__name(_CreateQuickResponseCommand, "CreateQuickResponseCommand");
|
|
5631
|
-
var CreateQuickResponseCommand = _CreateQuickResponseCommand;
|
|
5632
5673
|
|
|
5633
5674
|
// src/commands/CreateSessionCommand.ts
|
|
5634
5675
|
|
|
5635
5676
|
|
|
5636
5677
|
|
|
5637
|
-
var
|
|
5678
|
+
var CreateSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5638
5679
|
return [
|
|
5639
5680
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5640
5681
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5641
5682
|
];
|
|
5642
5683
|
}).s("WisdomService", "CreateSession", {}).n("QConnectClient", "CreateSessionCommand").f(void 0, void 0).ser(se_CreateSessionCommand).de(de_CreateSessionCommand).build() {
|
|
5684
|
+
static {
|
|
5685
|
+
__name(this, "CreateSessionCommand");
|
|
5686
|
+
}
|
|
5643
5687
|
};
|
|
5644
|
-
__name(_CreateSessionCommand, "CreateSessionCommand");
|
|
5645
|
-
var CreateSessionCommand = _CreateSessionCommand;
|
|
5646
5688
|
|
|
5647
5689
|
// src/commands/DeactivateMessageTemplateCommand.ts
|
|
5648
5690
|
|
|
5649
5691
|
|
|
5650
5692
|
|
|
5651
|
-
var
|
|
5693
|
+
var DeactivateMessageTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5652
5694
|
return [
|
|
5653
5695
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5654
5696
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5655
5697
|
];
|
|
5656
5698
|
}).s("WisdomService", "DeactivateMessageTemplate", {}).n("QConnectClient", "DeactivateMessageTemplateCommand").f(void 0, void 0).ser(se_DeactivateMessageTemplateCommand).de(de_DeactivateMessageTemplateCommand).build() {
|
|
5699
|
+
static {
|
|
5700
|
+
__name(this, "DeactivateMessageTemplateCommand");
|
|
5701
|
+
}
|
|
5657
5702
|
};
|
|
5658
|
-
__name(_DeactivateMessageTemplateCommand, "DeactivateMessageTemplateCommand");
|
|
5659
|
-
var DeactivateMessageTemplateCommand = _DeactivateMessageTemplateCommand;
|
|
5660
5703
|
|
|
5661
5704
|
// src/commands/DeleteAIAgentCommand.ts
|
|
5662
5705
|
|
|
5663
5706
|
|
|
5664
5707
|
|
|
5665
|
-
var
|
|
5708
|
+
var DeleteAIAgentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5666
5709
|
return [
|
|
5667
5710
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5668
5711
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5669
5712
|
];
|
|
5670
5713
|
}).s("WisdomService", "DeleteAIAgent", {}).n("QConnectClient", "DeleteAIAgentCommand").f(void 0, void 0).ser(se_DeleteAIAgentCommand).de(de_DeleteAIAgentCommand).build() {
|
|
5714
|
+
static {
|
|
5715
|
+
__name(this, "DeleteAIAgentCommand");
|
|
5716
|
+
}
|
|
5671
5717
|
};
|
|
5672
|
-
__name(_DeleteAIAgentCommand, "DeleteAIAgentCommand");
|
|
5673
|
-
var DeleteAIAgentCommand = _DeleteAIAgentCommand;
|
|
5674
5718
|
|
|
5675
5719
|
// src/commands/DeleteAIAgentVersionCommand.ts
|
|
5676
5720
|
|
|
5677
5721
|
|
|
5678
5722
|
|
|
5679
|
-
var
|
|
5723
|
+
var DeleteAIAgentVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5680
5724
|
return [
|
|
5681
5725
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5682
5726
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5683
5727
|
];
|
|
5684
5728
|
}).s("WisdomService", "DeleteAIAgentVersion", {}).n("QConnectClient", "DeleteAIAgentVersionCommand").f(void 0, void 0).ser(se_DeleteAIAgentVersionCommand).de(de_DeleteAIAgentVersionCommand).build() {
|
|
5729
|
+
static {
|
|
5730
|
+
__name(this, "DeleteAIAgentVersionCommand");
|
|
5731
|
+
}
|
|
5685
5732
|
};
|
|
5686
|
-
__name(_DeleteAIAgentVersionCommand, "DeleteAIAgentVersionCommand");
|
|
5687
|
-
var DeleteAIAgentVersionCommand = _DeleteAIAgentVersionCommand;
|
|
5688
5733
|
|
|
5689
5734
|
// src/commands/DeleteAIGuardrailCommand.ts
|
|
5690
5735
|
|
|
5691
5736
|
|
|
5692
5737
|
|
|
5693
|
-
var
|
|
5738
|
+
var DeleteAIGuardrailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5694
5739
|
return [
|
|
5695
5740
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5696
5741
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5697
5742
|
];
|
|
5698
5743
|
}).s("WisdomService", "DeleteAIGuardrail", {}).n("QConnectClient", "DeleteAIGuardrailCommand").f(void 0, void 0).ser(se_DeleteAIGuardrailCommand).de(de_DeleteAIGuardrailCommand).build() {
|
|
5744
|
+
static {
|
|
5745
|
+
__name(this, "DeleteAIGuardrailCommand");
|
|
5746
|
+
}
|
|
5699
5747
|
};
|
|
5700
|
-
__name(_DeleteAIGuardrailCommand, "DeleteAIGuardrailCommand");
|
|
5701
|
-
var DeleteAIGuardrailCommand = _DeleteAIGuardrailCommand;
|
|
5702
5748
|
|
|
5703
5749
|
// src/commands/DeleteAIGuardrailVersionCommand.ts
|
|
5704
5750
|
|
|
5705
5751
|
|
|
5706
5752
|
|
|
5707
|
-
var
|
|
5753
|
+
var DeleteAIGuardrailVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5708
5754
|
return [
|
|
5709
5755
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5710
5756
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5711
5757
|
];
|
|
5712
5758
|
}).s("WisdomService", "DeleteAIGuardrailVersion", {}).n("QConnectClient", "DeleteAIGuardrailVersionCommand").f(void 0, void 0).ser(se_DeleteAIGuardrailVersionCommand).de(de_DeleteAIGuardrailVersionCommand).build() {
|
|
5759
|
+
static {
|
|
5760
|
+
__name(this, "DeleteAIGuardrailVersionCommand");
|
|
5761
|
+
}
|
|
5713
5762
|
};
|
|
5714
|
-
__name(_DeleteAIGuardrailVersionCommand, "DeleteAIGuardrailVersionCommand");
|
|
5715
|
-
var DeleteAIGuardrailVersionCommand = _DeleteAIGuardrailVersionCommand;
|
|
5716
5763
|
|
|
5717
5764
|
// src/commands/DeleteAIPromptCommand.ts
|
|
5718
5765
|
|
|
5719
5766
|
|
|
5720
5767
|
|
|
5721
|
-
var
|
|
5768
|
+
var DeleteAIPromptCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5722
5769
|
return [
|
|
5723
5770
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5724
5771
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5725
5772
|
];
|
|
5726
5773
|
}).s("WisdomService", "DeleteAIPrompt", {}).n("QConnectClient", "DeleteAIPromptCommand").f(void 0, void 0).ser(se_DeleteAIPromptCommand).de(de_DeleteAIPromptCommand).build() {
|
|
5774
|
+
static {
|
|
5775
|
+
__name(this, "DeleteAIPromptCommand");
|
|
5776
|
+
}
|
|
5727
5777
|
};
|
|
5728
|
-
__name(_DeleteAIPromptCommand, "DeleteAIPromptCommand");
|
|
5729
|
-
var DeleteAIPromptCommand = _DeleteAIPromptCommand;
|
|
5730
5778
|
|
|
5731
5779
|
// src/commands/DeleteAIPromptVersionCommand.ts
|
|
5732
5780
|
|
|
5733
5781
|
|
|
5734
5782
|
|
|
5735
|
-
var
|
|
5783
|
+
var DeleteAIPromptVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5736
5784
|
return [
|
|
5737
5785
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5738
5786
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5739
5787
|
];
|
|
5740
5788
|
}).s("WisdomService", "DeleteAIPromptVersion", {}).n("QConnectClient", "DeleteAIPromptVersionCommand").f(void 0, void 0).ser(se_DeleteAIPromptVersionCommand).de(de_DeleteAIPromptVersionCommand).build() {
|
|
5789
|
+
static {
|
|
5790
|
+
__name(this, "DeleteAIPromptVersionCommand");
|
|
5791
|
+
}
|
|
5741
5792
|
};
|
|
5742
|
-
__name(_DeleteAIPromptVersionCommand, "DeleteAIPromptVersionCommand");
|
|
5743
|
-
var DeleteAIPromptVersionCommand = _DeleteAIPromptVersionCommand;
|
|
5744
5793
|
|
|
5745
5794
|
// src/commands/DeleteAssistantAssociationCommand.ts
|
|
5746
5795
|
|
|
5747
5796
|
|
|
5748
5797
|
|
|
5749
|
-
var
|
|
5798
|
+
var DeleteAssistantAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5750
5799
|
return [
|
|
5751
5800
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5752
5801
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5753
5802
|
];
|
|
5754
5803
|
}).s("WisdomService", "DeleteAssistantAssociation", {}).n("QConnectClient", "DeleteAssistantAssociationCommand").f(void 0, void 0).ser(se_DeleteAssistantAssociationCommand).de(de_DeleteAssistantAssociationCommand).build() {
|
|
5804
|
+
static {
|
|
5805
|
+
__name(this, "DeleteAssistantAssociationCommand");
|
|
5806
|
+
}
|
|
5755
5807
|
};
|
|
5756
|
-
__name(_DeleteAssistantAssociationCommand, "DeleteAssistantAssociationCommand");
|
|
5757
|
-
var DeleteAssistantAssociationCommand = _DeleteAssistantAssociationCommand;
|
|
5758
5808
|
|
|
5759
5809
|
// src/commands/DeleteAssistantCommand.ts
|
|
5760
5810
|
|
|
5761
5811
|
|
|
5762
5812
|
|
|
5763
|
-
var
|
|
5813
|
+
var DeleteAssistantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5764
5814
|
return [
|
|
5765
5815
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5766
5816
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5767
5817
|
];
|
|
5768
5818
|
}).s("WisdomService", "DeleteAssistant", {}).n("QConnectClient", "DeleteAssistantCommand").f(void 0, void 0).ser(se_DeleteAssistantCommand).de(de_DeleteAssistantCommand).build() {
|
|
5819
|
+
static {
|
|
5820
|
+
__name(this, "DeleteAssistantCommand");
|
|
5821
|
+
}
|
|
5769
5822
|
};
|
|
5770
|
-
__name(_DeleteAssistantCommand, "DeleteAssistantCommand");
|
|
5771
|
-
var DeleteAssistantCommand = _DeleteAssistantCommand;
|
|
5772
5823
|
|
|
5773
5824
|
// src/commands/DeleteContentAssociationCommand.ts
|
|
5774
5825
|
|
|
5775
5826
|
|
|
5776
5827
|
|
|
5777
|
-
var
|
|
5828
|
+
var DeleteContentAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5778
5829
|
return [
|
|
5779
5830
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5780
5831
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5781
5832
|
];
|
|
5782
5833
|
}).s("WisdomService", "DeleteContentAssociation", {}).n("QConnectClient", "DeleteContentAssociationCommand").f(void 0, void 0).ser(se_DeleteContentAssociationCommand).de(de_DeleteContentAssociationCommand).build() {
|
|
5834
|
+
static {
|
|
5835
|
+
__name(this, "DeleteContentAssociationCommand");
|
|
5836
|
+
}
|
|
5783
5837
|
};
|
|
5784
|
-
__name(_DeleteContentAssociationCommand, "DeleteContentAssociationCommand");
|
|
5785
|
-
var DeleteContentAssociationCommand = _DeleteContentAssociationCommand;
|
|
5786
5838
|
|
|
5787
5839
|
// src/commands/DeleteContentCommand.ts
|
|
5788
5840
|
|
|
5789
5841
|
|
|
5790
5842
|
|
|
5791
|
-
var
|
|
5843
|
+
var DeleteContentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5792
5844
|
return [
|
|
5793
5845
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5794
5846
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5795
5847
|
];
|
|
5796
5848
|
}).s("WisdomService", "DeleteContent", {}).n("QConnectClient", "DeleteContentCommand").f(void 0, void 0).ser(se_DeleteContentCommand).de(de_DeleteContentCommand).build() {
|
|
5849
|
+
static {
|
|
5850
|
+
__name(this, "DeleteContentCommand");
|
|
5851
|
+
}
|
|
5797
5852
|
};
|
|
5798
|
-
__name(_DeleteContentCommand, "DeleteContentCommand");
|
|
5799
|
-
var DeleteContentCommand = _DeleteContentCommand;
|
|
5800
5853
|
|
|
5801
5854
|
// src/commands/DeleteImportJobCommand.ts
|
|
5802
5855
|
|
|
5803
5856
|
|
|
5804
5857
|
|
|
5805
|
-
var
|
|
5858
|
+
var DeleteImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5806
5859
|
return [
|
|
5807
5860
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5808
5861
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5809
5862
|
];
|
|
5810
5863
|
}).s("WisdomService", "DeleteImportJob", {}).n("QConnectClient", "DeleteImportJobCommand").f(void 0, void 0).ser(se_DeleteImportJobCommand).de(de_DeleteImportJobCommand).build() {
|
|
5864
|
+
static {
|
|
5865
|
+
__name(this, "DeleteImportJobCommand");
|
|
5866
|
+
}
|
|
5811
5867
|
};
|
|
5812
|
-
__name(_DeleteImportJobCommand, "DeleteImportJobCommand");
|
|
5813
|
-
var DeleteImportJobCommand = _DeleteImportJobCommand;
|
|
5814
5868
|
|
|
5815
5869
|
// src/commands/DeleteKnowledgeBaseCommand.ts
|
|
5816
5870
|
|
|
5817
5871
|
|
|
5818
5872
|
|
|
5819
|
-
var
|
|
5873
|
+
var DeleteKnowledgeBaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5820
5874
|
return [
|
|
5821
5875
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5822
5876
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5823
5877
|
];
|
|
5824
5878
|
}).s("WisdomService", "DeleteKnowledgeBase", {}).n("QConnectClient", "DeleteKnowledgeBaseCommand").f(void 0, void 0).ser(se_DeleteKnowledgeBaseCommand).de(de_DeleteKnowledgeBaseCommand).build() {
|
|
5879
|
+
static {
|
|
5880
|
+
__name(this, "DeleteKnowledgeBaseCommand");
|
|
5881
|
+
}
|
|
5825
5882
|
};
|
|
5826
|
-
__name(_DeleteKnowledgeBaseCommand, "DeleteKnowledgeBaseCommand");
|
|
5827
|
-
var DeleteKnowledgeBaseCommand = _DeleteKnowledgeBaseCommand;
|
|
5828
5883
|
|
|
5829
5884
|
// src/commands/DeleteMessageTemplateAttachmentCommand.ts
|
|
5830
5885
|
|
|
5831
5886
|
|
|
5832
5887
|
|
|
5833
|
-
var
|
|
5888
|
+
var DeleteMessageTemplateAttachmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5834
5889
|
return [
|
|
5835
5890
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5836
5891
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5837
5892
|
];
|
|
5838
5893
|
}).s("WisdomService", "DeleteMessageTemplateAttachment", {}).n("QConnectClient", "DeleteMessageTemplateAttachmentCommand").f(void 0, void 0).ser(se_DeleteMessageTemplateAttachmentCommand).de(de_DeleteMessageTemplateAttachmentCommand).build() {
|
|
5894
|
+
static {
|
|
5895
|
+
__name(this, "DeleteMessageTemplateAttachmentCommand");
|
|
5896
|
+
}
|
|
5839
5897
|
};
|
|
5840
|
-
__name(_DeleteMessageTemplateAttachmentCommand, "DeleteMessageTemplateAttachmentCommand");
|
|
5841
|
-
var DeleteMessageTemplateAttachmentCommand = _DeleteMessageTemplateAttachmentCommand;
|
|
5842
5898
|
|
|
5843
5899
|
// src/commands/DeleteMessageTemplateCommand.ts
|
|
5844
5900
|
|
|
5845
5901
|
|
|
5846
5902
|
|
|
5847
|
-
var
|
|
5903
|
+
var DeleteMessageTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5848
5904
|
return [
|
|
5849
5905
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5850
5906
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5851
5907
|
];
|
|
5852
5908
|
}).s("WisdomService", "DeleteMessageTemplate", {}).n("QConnectClient", "DeleteMessageTemplateCommand").f(void 0, void 0).ser(se_DeleteMessageTemplateCommand).de(de_DeleteMessageTemplateCommand).build() {
|
|
5909
|
+
static {
|
|
5910
|
+
__name(this, "DeleteMessageTemplateCommand");
|
|
5911
|
+
}
|
|
5853
5912
|
};
|
|
5854
|
-
__name(_DeleteMessageTemplateCommand, "DeleteMessageTemplateCommand");
|
|
5855
|
-
var DeleteMessageTemplateCommand = _DeleteMessageTemplateCommand;
|
|
5856
5913
|
|
|
5857
5914
|
// src/commands/DeleteQuickResponseCommand.ts
|
|
5858
5915
|
|
|
5859
5916
|
|
|
5860
5917
|
|
|
5861
|
-
var
|
|
5918
|
+
var DeleteQuickResponseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5862
5919
|
return [
|
|
5863
5920
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5864
5921
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5865
5922
|
];
|
|
5866
5923
|
}).s("WisdomService", "DeleteQuickResponse", {}).n("QConnectClient", "DeleteQuickResponseCommand").f(void 0, void 0).ser(se_DeleteQuickResponseCommand).de(de_DeleteQuickResponseCommand).build() {
|
|
5924
|
+
static {
|
|
5925
|
+
__name(this, "DeleteQuickResponseCommand");
|
|
5926
|
+
}
|
|
5867
5927
|
};
|
|
5868
|
-
__name(_DeleteQuickResponseCommand, "DeleteQuickResponseCommand");
|
|
5869
|
-
var DeleteQuickResponseCommand = _DeleteQuickResponseCommand;
|
|
5870
5928
|
|
|
5871
5929
|
// src/commands/GetAIAgentCommand.ts
|
|
5872
5930
|
|
|
5873
5931
|
|
|
5874
5932
|
|
|
5875
|
-
var
|
|
5933
|
+
var GetAIAgentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5876
5934
|
return [
|
|
5877
5935
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5878
5936
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5879
5937
|
];
|
|
5880
5938
|
}).s("WisdomService", "GetAIAgent", {}).n("QConnectClient", "GetAIAgentCommand").f(void 0, void 0).ser(se_GetAIAgentCommand).de(de_GetAIAgentCommand).build() {
|
|
5939
|
+
static {
|
|
5940
|
+
__name(this, "GetAIAgentCommand");
|
|
5941
|
+
}
|
|
5881
5942
|
};
|
|
5882
|
-
__name(_GetAIAgentCommand, "GetAIAgentCommand");
|
|
5883
|
-
var GetAIAgentCommand = _GetAIAgentCommand;
|
|
5884
5943
|
|
|
5885
5944
|
// src/commands/GetAIGuardrailCommand.ts
|
|
5886
5945
|
|
|
5887
5946
|
|
|
5888
5947
|
|
|
5889
|
-
var
|
|
5948
|
+
var GetAIGuardrailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5890
5949
|
return [
|
|
5891
5950
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5892
5951
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5893
5952
|
];
|
|
5894
5953
|
}).s("WisdomService", "GetAIGuardrail", {}).n("QConnectClient", "GetAIGuardrailCommand").f(void 0, GetAIGuardrailResponseFilterSensitiveLog).ser(se_GetAIGuardrailCommand).de(de_GetAIGuardrailCommand).build() {
|
|
5954
|
+
static {
|
|
5955
|
+
__name(this, "GetAIGuardrailCommand");
|
|
5956
|
+
}
|
|
5895
5957
|
};
|
|
5896
|
-
__name(_GetAIGuardrailCommand, "GetAIGuardrailCommand");
|
|
5897
|
-
var GetAIGuardrailCommand = _GetAIGuardrailCommand;
|
|
5898
5958
|
|
|
5899
5959
|
// src/commands/GetAIPromptCommand.ts
|
|
5900
5960
|
|
|
5901
5961
|
|
|
5902
5962
|
|
|
5903
|
-
var
|
|
5963
|
+
var GetAIPromptCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5904
5964
|
return [
|
|
5905
5965
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5906
5966
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5907
5967
|
];
|
|
5908
5968
|
}).s("WisdomService", "GetAIPrompt", {}).n("QConnectClient", "GetAIPromptCommand").f(void 0, GetAIPromptResponseFilterSensitiveLog).ser(se_GetAIPromptCommand).de(de_GetAIPromptCommand).build() {
|
|
5969
|
+
static {
|
|
5970
|
+
__name(this, "GetAIPromptCommand");
|
|
5971
|
+
}
|
|
5909
5972
|
};
|
|
5910
|
-
__name(_GetAIPromptCommand, "GetAIPromptCommand");
|
|
5911
|
-
var GetAIPromptCommand = _GetAIPromptCommand;
|
|
5912
5973
|
|
|
5913
5974
|
// src/commands/GetAssistantAssociationCommand.ts
|
|
5914
5975
|
|
|
5915
5976
|
|
|
5916
5977
|
|
|
5917
|
-
var
|
|
5978
|
+
var GetAssistantAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5918
5979
|
return [
|
|
5919
5980
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5920
5981
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5921
5982
|
];
|
|
5922
5983
|
}).s("WisdomService", "GetAssistantAssociation", {}).n("QConnectClient", "GetAssistantAssociationCommand").f(void 0, void 0).ser(se_GetAssistantAssociationCommand).de(de_GetAssistantAssociationCommand).build() {
|
|
5984
|
+
static {
|
|
5985
|
+
__name(this, "GetAssistantAssociationCommand");
|
|
5986
|
+
}
|
|
5923
5987
|
};
|
|
5924
|
-
__name(_GetAssistantAssociationCommand, "GetAssistantAssociationCommand");
|
|
5925
|
-
var GetAssistantAssociationCommand = _GetAssistantAssociationCommand;
|
|
5926
5988
|
|
|
5927
5989
|
// src/commands/GetAssistantCommand.ts
|
|
5928
5990
|
|
|
5929
5991
|
|
|
5930
5992
|
|
|
5931
|
-
var
|
|
5993
|
+
var GetAssistantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5932
5994
|
return [
|
|
5933
5995
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5934
5996
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5935
5997
|
];
|
|
5936
5998
|
}).s("WisdomService", "GetAssistant", {}).n("QConnectClient", "GetAssistantCommand").f(void 0, void 0).ser(se_GetAssistantCommand).de(de_GetAssistantCommand).build() {
|
|
5999
|
+
static {
|
|
6000
|
+
__name(this, "GetAssistantCommand");
|
|
6001
|
+
}
|
|
5937
6002
|
};
|
|
5938
|
-
__name(_GetAssistantCommand, "GetAssistantCommand");
|
|
5939
|
-
var GetAssistantCommand = _GetAssistantCommand;
|
|
5940
6003
|
|
|
5941
6004
|
// src/commands/GetContentAssociationCommand.ts
|
|
5942
6005
|
|
|
5943
6006
|
|
|
5944
6007
|
|
|
5945
|
-
var
|
|
6008
|
+
var GetContentAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5946
6009
|
return [
|
|
5947
6010
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5948
6011
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5949
6012
|
];
|
|
5950
6013
|
}).s("WisdomService", "GetContentAssociation", {}).n("QConnectClient", "GetContentAssociationCommand").f(void 0, void 0).ser(se_GetContentAssociationCommand).de(de_GetContentAssociationCommand).build() {
|
|
6014
|
+
static {
|
|
6015
|
+
__name(this, "GetContentAssociationCommand");
|
|
6016
|
+
}
|
|
5951
6017
|
};
|
|
5952
|
-
__name(_GetContentAssociationCommand, "GetContentAssociationCommand");
|
|
5953
|
-
var GetContentAssociationCommand = _GetContentAssociationCommand;
|
|
5954
6018
|
|
|
5955
6019
|
// src/commands/GetContentCommand.ts
|
|
5956
6020
|
|
|
5957
6021
|
|
|
5958
6022
|
|
|
5959
|
-
var
|
|
6023
|
+
var GetContentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5960
6024
|
return [
|
|
5961
6025
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5962
6026
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5963
6027
|
];
|
|
5964
6028
|
}).s("WisdomService", "GetContent", {}).n("QConnectClient", "GetContentCommand").f(void 0, GetContentResponseFilterSensitiveLog).ser(se_GetContentCommand).de(de_GetContentCommand).build() {
|
|
6029
|
+
static {
|
|
6030
|
+
__name(this, "GetContentCommand");
|
|
6031
|
+
}
|
|
5965
6032
|
};
|
|
5966
|
-
__name(_GetContentCommand, "GetContentCommand");
|
|
5967
|
-
var GetContentCommand = _GetContentCommand;
|
|
5968
6033
|
|
|
5969
6034
|
// src/commands/GetContentSummaryCommand.ts
|
|
5970
6035
|
|
|
5971
6036
|
|
|
5972
6037
|
|
|
5973
|
-
var
|
|
6038
|
+
var GetContentSummaryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5974
6039
|
return [
|
|
5975
6040
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5976
6041
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5977
6042
|
];
|
|
5978
6043
|
}).s("WisdomService", "GetContentSummary", {}).n("QConnectClient", "GetContentSummaryCommand").f(void 0, void 0).ser(se_GetContentSummaryCommand).de(de_GetContentSummaryCommand).build() {
|
|
6044
|
+
static {
|
|
6045
|
+
__name(this, "GetContentSummaryCommand");
|
|
6046
|
+
}
|
|
5979
6047
|
};
|
|
5980
|
-
__name(_GetContentSummaryCommand, "GetContentSummaryCommand");
|
|
5981
|
-
var GetContentSummaryCommand = _GetContentSummaryCommand;
|
|
5982
6048
|
|
|
5983
6049
|
// src/commands/GetImportJobCommand.ts
|
|
5984
6050
|
|
|
5985
6051
|
|
|
5986
6052
|
|
|
5987
|
-
var
|
|
6053
|
+
var GetImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5988
6054
|
return [
|
|
5989
6055
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5990
6056
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5991
6057
|
];
|
|
5992
6058
|
}).s("WisdomService", "GetImportJob", {}).n("QConnectClient", "GetImportJobCommand").f(void 0, GetImportJobResponseFilterSensitiveLog).ser(se_GetImportJobCommand).de(de_GetImportJobCommand).build() {
|
|
6059
|
+
static {
|
|
6060
|
+
__name(this, "GetImportJobCommand");
|
|
6061
|
+
}
|
|
5993
6062
|
};
|
|
5994
|
-
__name(_GetImportJobCommand, "GetImportJobCommand");
|
|
5995
|
-
var GetImportJobCommand = _GetImportJobCommand;
|
|
5996
6063
|
|
|
5997
6064
|
// src/commands/GetKnowledgeBaseCommand.ts
|
|
5998
6065
|
|
|
5999
6066
|
|
|
6000
6067
|
|
|
6001
|
-
var
|
|
6068
|
+
var GetKnowledgeBaseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6002
6069
|
return [
|
|
6003
6070
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6004
6071
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6005
6072
|
];
|
|
6006
6073
|
}).s("WisdomService", "GetKnowledgeBase", {}).n("QConnectClient", "GetKnowledgeBaseCommand").f(void 0, GetKnowledgeBaseResponseFilterSensitiveLog).ser(se_GetKnowledgeBaseCommand).de(de_GetKnowledgeBaseCommand).build() {
|
|
6074
|
+
static {
|
|
6075
|
+
__name(this, "GetKnowledgeBaseCommand");
|
|
6076
|
+
}
|
|
6007
6077
|
};
|
|
6008
|
-
__name(_GetKnowledgeBaseCommand, "GetKnowledgeBaseCommand");
|
|
6009
|
-
var GetKnowledgeBaseCommand = _GetKnowledgeBaseCommand;
|
|
6010
6078
|
|
|
6011
6079
|
// src/commands/GetMessageTemplateCommand.ts
|
|
6012
6080
|
|
|
6013
6081
|
|
|
6014
6082
|
|
|
6015
|
-
var
|
|
6083
|
+
var GetMessageTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6016
6084
|
return [
|
|
6017
6085
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6018
6086
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6019
6087
|
];
|
|
6020
6088
|
}).s("WisdomService", "GetMessageTemplate", {}).n("QConnectClient", "GetMessageTemplateCommand").f(void 0, GetMessageTemplateResponseFilterSensitiveLog).ser(se_GetMessageTemplateCommand).de(de_GetMessageTemplateCommand).build() {
|
|
6089
|
+
static {
|
|
6090
|
+
__name(this, "GetMessageTemplateCommand");
|
|
6091
|
+
}
|
|
6021
6092
|
};
|
|
6022
|
-
__name(_GetMessageTemplateCommand, "GetMessageTemplateCommand");
|
|
6023
|
-
var GetMessageTemplateCommand = _GetMessageTemplateCommand;
|
|
6024
6093
|
|
|
6025
6094
|
// src/commands/GetNextMessageCommand.ts
|
|
6026
6095
|
|
|
6027
6096
|
|
|
6028
6097
|
|
|
6029
|
-
var
|
|
6098
|
+
var GetNextMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6030
6099
|
return [
|
|
6031
6100
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6032
6101
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6033
6102
|
];
|
|
6034
6103
|
}).s("WisdomService", "GetNextMessage", {}).n("QConnectClient", "GetNextMessageCommand").f(void 0, GetNextMessageResponseFilterSensitiveLog).ser(se_GetNextMessageCommand).de(de_GetNextMessageCommand).build() {
|
|
6104
|
+
static {
|
|
6105
|
+
__name(this, "GetNextMessageCommand");
|
|
6106
|
+
}
|
|
6035
6107
|
};
|
|
6036
|
-
__name(_GetNextMessageCommand, "GetNextMessageCommand");
|
|
6037
|
-
var GetNextMessageCommand = _GetNextMessageCommand;
|
|
6038
6108
|
|
|
6039
6109
|
// src/commands/GetQuickResponseCommand.ts
|
|
6040
6110
|
|
|
6041
6111
|
|
|
6042
6112
|
|
|
6043
|
-
var
|
|
6113
|
+
var GetQuickResponseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6044
6114
|
return [
|
|
6045
6115
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6046
6116
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6047
6117
|
];
|
|
6048
6118
|
}).s("WisdomService", "GetQuickResponse", {}).n("QConnectClient", "GetQuickResponseCommand").f(void 0, GetQuickResponseResponseFilterSensitiveLog).ser(se_GetQuickResponseCommand).de(de_GetQuickResponseCommand).build() {
|
|
6119
|
+
static {
|
|
6120
|
+
__name(this, "GetQuickResponseCommand");
|
|
6121
|
+
}
|
|
6049
6122
|
};
|
|
6050
|
-
__name(_GetQuickResponseCommand, "GetQuickResponseCommand");
|
|
6051
|
-
var GetQuickResponseCommand = _GetQuickResponseCommand;
|
|
6052
6123
|
|
|
6053
6124
|
// src/commands/GetRecommendationsCommand.ts
|
|
6054
6125
|
|
|
6055
6126
|
|
|
6056
6127
|
|
|
6057
|
-
var
|
|
6128
|
+
var GetRecommendationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6058
6129
|
return [
|
|
6059
6130
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6060
6131
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6061
6132
|
];
|
|
6062
6133
|
}).s("WisdomService", "GetRecommendations", {}).n("QConnectClient", "GetRecommendationsCommand").f(void 0, GetRecommendationsResponseFilterSensitiveLog).ser(se_GetRecommendationsCommand).de(de_GetRecommendationsCommand).build() {
|
|
6134
|
+
static {
|
|
6135
|
+
__name(this, "GetRecommendationsCommand");
|
|
6136
|
+
}
|
|
6063
6137
|
};
|
|
6064
|
-
__name(_GetRecommendationsCommand, "GetRecommendationsCommand");
|
|
6065
|
-
var GetRecommendationsCommand = _GetRecommendationsCommand;
|
|
6066
6138
|
|
|
6067
6139
|
// src/commands/GetSessionCommand.ts
|
|
6068
6140
|
|
|
6069
6141
|
|
|
6070
6142
|
|
|
6071
|
-
var
|
|
6143
|
+
var GetSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6072
6144
|
return [
|
|
6073
6145
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6074
6146
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6075
6147
|
];
|
|
6076
6148
|
}).s("WisdomService", "GetSession", {}).n("QConnectClient", "GetSessionCommand").f(void 0, void 0).ser(se_GetSessionCommand).de(de_GetSessionCommand).build() {
|
|
6149
|
+
static {
|
|
6150
|
+
__name(this, "GetSessionCommand");
|
|
6151
|
+
}
|
|
6077
6152
|
};
|
|
6078
|
-
__name(_GetSessionCommand, "GetSessionCommand");
|
|
6079
|
-
var GetSessionCommand = _GetSessionCommand;
|
|
6080
6153
|
|
|
6081
6154
|
// src/commands/ListAIAgentsCommand.ts
|
|
6082
6155
|
|
|
6083
6156
|
|
|
6084
6157
|
|
|
6085
|
-
var
|
|
6158
|
+
var ListAIAgentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6086
6159
|
return [
|
|
6087
6160
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6088
6161
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6089
6162
|
];
|
|
6090
6163
|
}).s("WisdomService", "ListAIAgents", {}).n("QConnectClient", "ListAIAgentsCommand").f(void 0, void 0).ser(se_ListAIAgentsCommand).de(de_ListAIAgentsCommand).build() {
|
|
6164
|
+
static {
|
|
6165
|
+
__name(this, "ListAIAgentsCommand");
|
|
6166
|
+
}
|
|
6091
6167
|
};
|
|
6092
|
-
__name(_ListAIAgentsCommand, "ListAIAgentsCommand");
|
|
6093
|
-
var ListAIAgentsCommand = _ListAIAgentsCommand;
|
|
6094
6168
|
|
|
6095
6169
|
// src/commands/ListAIAgentVersionsCommand.ts
|
|
6096
6170
|
|
|
6097
6171
|
|
|
6098
6172
|
|
|
6099
|
-
var
|
|
6173
|
+
var ListAIAgentVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6100
6174
|
return [
|
|
6101
6175
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6102
6176
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6103
6177
|
];
|
|
6104
6178
|
}).s("WisdomService", "ListAIAgentVersions", {}).n("QConnectClient", "ListAIAgentVersionsCommand").f(void 0, void 0).ser(se_ListAIAgentVersionsCommand).de(de_ListAIAgentVersionsCommand).build() {
|
|
6179
|
+
static {
|
|
6180
|
+
__name(this, "ListAIAgentVersionsCommand");
|
|
6181
|
+
}
|
|
6105
6182
|
};
|
|
6106
|
-
__name(_ListAIAgentVersionsCommand, "ListAIAgentVersionsCommand");
|
|
6107
|
-
var ListAIAgentVersionsCommand = _ListAIAgentVersionsCommand;
|
|
6108
6183
|
|
|
6109
6184
|
// src/commands/ListAIGuardrailsCommand.ts
|
|
6110
6185
|
|
|
6111
6186
|
|
|
6112
6187
|
|
|
6113
|
-
var
|
|
6188
|
+
var ListAIGuardrailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6114
6189
|
return [
|
|
6115
6190
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6116
6191
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6117
6192
|
];
|
|
6118
6193
|
}).s("WisdomService", "ListAIGuardrails", {}).n("QConnectClient", "ListAIGuardrailsCommand").f(void 0, ListAIGuardrailsResponseFilterSensitiveLog).ser(se_ListAIGuardrailsCommand).de(de_ListAIGuardrailsCommand).build() {
|
|
6194
|
+
static {
|
|
6195
|
+
__name(this, "ListAIGuardrailsCommand");
|
|
6196
|
+
}
|
|
6119
6197
|
};
|
|
6120
|
-
__name(_ListAIGuardrailsCommand, "ListAIGuardrailsCommand");
|
|
6121
|
-
var ListAIGuardrailsCommand = _ListAIGuardrailsCommand;
|
|
6122
6198
|
|
|
6123
6199
|
// src/commands/ListAIGuardrailVersionsCommand.ts
|
|
6124
6200
|
|
|
6125
6201
|
|
|
6126
6202
|
|
|
6127
|
-
var
|
|
6203
|
+
var ListAIGuardrailVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6128
6204
|
return [
|
|
6129
6205
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6130
6206
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6131
6207
|
];
|
|
6132
6208
|
}).s("WisdomService", "ListAIGuardrailVersions", {}).n("QConnectClient", "ListAIGuardrailVersionsCommand").f(void 0, ListAIGuardrailVersionsResponseFilterSensitiveLog).ser(se_ListAIGuardrailVersionsCommand).de(de_ListAIGuardrailVersionsCommand).build() {
|
|
6209
|
+
static {
|
|
6210
|
+
__name(this, "ListAIGuardrailVersionsCommand");
|
|
6211
|
+
}
|
|
6133
6212
|
};
|
|
6134
|
-
__name(_ListAIGuardrailVersionsCommand, "ListAIGuardrailVersionsCommand");
|
|
6135
|
-
var ListAIGuardrailVersionsCommand = _ListAIGuardrailVersionsCommand;
|
|
6136
6213
|
|
|
6137
6214
|
// src/commands/ListAIPromptsCommand.ts
|
|
6138
6215
|
|
|
6139
6216
|
|
|
6140
6217
|
|
|
6141
|
-
var
|
|
6218
|
+
var ListAIPromptsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6142
6219
|
return [
|
|
6143
6220
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6144
6221
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6145
6222
|
];
|
|
6146
6223
|
}).s("WisdomService", "ListAIPrompts", {}).n("QConnectClient", "ListAIPromptsCommand").f(void 0, void 0).ser(se_ListAIPromptsCommand).de(de_ListAIPromptsCommand).build() {
|
|
6224
|
+
static {
|
|
6225
|
+
__name(this, "ListAIPromptsCommand");
|
|
6226
|
+
}
|
|
6147
6227
|
};
|
|
6148
|
-
__name(_ListAIPromptsCommand, "ListAIPromptsCommand");
|
|
6149
|
-
var ListAIPromptsCommand = _ListAIPromptsCommand;
|
|
6150
6228
|
|
|
6151
6229
|
// src/commands/ListAIPromptVersionsCommand.ts
|
|
6152
6230
|
|
|
6153
6231
|
|
|
6154
6232
|
|
|
6155
|
-
var
|
|
6233
|
+
var ListAIPromptVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6156
6234
|
return [
|
|
6157
6235
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6158
6236
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6159
6237
|
];
|
|
6160
6238
|
}).s("WisdomService", "ListAIPromptVersions", {}).n("QConnectClient", "ListAIPromptVersionsCommand").f(void 0, void 0).ser(se_ListAIPromptVersionsCommand).de(de_ListAIPromptVersionsCommand).build() {
|
|
6239
|
+
static {
|
|
6240
|
+
__name(this, "ListAIPromptVersionsCommand");
|
|
6241
|
+
}
|
|
6161
6242
|
};
|
|
6162
|
-
__name(_ListAIPromptVersionsCommand, "ListAIPromptVersionsCommand");
|
|
6163
|
-
var ListAIPromptVersionsCommand = _ListAIPromptVersionsCommand;
|
|
6164
6243
|
|
|
6165
6244
|
// src/commands/ListAssistantAssociationsCommand.ts
|
|
6166
6245
|
|
|
6167
6246
|
|
|
6168
6247
|
|
|
6169
|
-
var
|
|
6248
|
+
var ListAssistantAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6170
6249
|
return [
|
|
6171
6250
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6172
6251
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6173
6252
|
];
|
|
6174
6253
|
}).s("WisdomService", "ListAssistantAssociations", {}).n("QConnectClient", "ListAssistantAssociationsCommand").f(void 0, void 0).ser(se_ListAssistantAssociationsCommand).de(de_ListAssistantAssociationsCommand).build() {
|
|
6254
|
+
static {
|
|
6255
|
+
__name(this, "ListAssistantAssociationsCommand");
|
|
6256
|
+
}
|
|
6175
6257
|
};
|
|
6176
|
-
__name(_ListAssistantAssociationsCommand, "ListAssistantAssociationsCommand");
|
|
6177
|
-
var ListAssistantAssociationsCommand = _ListAssistantAssociationsCommand;
|
|
6178
6258
|
|
|
6179
6259
|
// src/commands/ListAssistantsCommand.ts
|
|
6180
6260
|
|
|
6181
6261
|
|
|
6182
6262
|
|
|
6183
|
-
var
|
|
6263
|
+
var ListAssistantsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6184
6264
|
return [
|
|
6185
6265
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6186
6266
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6187
6267
|
];
|
|
6188
6268
|
}).s("WisdomService", "ListAssistants", {}).n("QConnectClient", "ListAssistantsCommand").f(void 0, void 0).ser(se_ListAssistantsCommand).de(de_ListAssistantsCommand).build() {
|
|
6269
|
+
static {
|
|
6270
|
+
__name(this, "ListAssistantsCommand");
|
|
6271
|
+
}
|
|
6189
6272
|
};
|
|
6190
|
-
__name(_ListAssistantsCommand, "ListAssistantsCommand");
|
|
6191
|
-
var ListAssistantsCommand = _ListAssistantsCommand;
|
|
6192
6273
|
|
|
6193
6274
|
// src/commands/ListContentAssociationsCommand.ts
|
|
6194
6275
|
|
|
6195
6276
|
|
|
6196
6277
|
|
|
6197
|
-
var
|
|
6278
|
+
var ListContentAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6198
6279
|
return [
|
|
6199
6280
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6200
6281
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6201
6282
|
];
|
|
6202
6283
|
}).s("WisdomService", "ListContentAssociations", {}).n("QConnectClient", "ListContentAssociationsCommand").f(void 0, void 0).ser(se_ListContentAssociationsCommand).de(de_ListContentAssociationsCommand).build() {
|
|
6284
|
+
static {
|
|
6285
|
+
__name(this, "ListContentAssociationsCommand");
|
|
6286
|
+
}
|
|
6203
6287
|
};
|
|
6204
|
-
__name(_ListContentAssociationsCommand, "ListContentAssociationsCommand");
|
|
6205
|
-
var ListContentAssociationsCommand = _ListContentAssociationsCommand;
|
|
6206
6288
|
|
|
6207
6289
|
// src/commands/ListContentsCommand.ts
|
|
6208
6290
|
|
|
6209
6291
|
|
|
6210
6292
|
|
|
6211
|
-
var
|
|
6293
|
+
var ListContentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6212
6294
|
return [
|
|
6213
6295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6214
6296
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6215
6297
|
];
|
|
6216
6298
|
}).s("WisdomService", "ListContents", {}).n("QConnectClient", "ListContentsCommand").f(void 0, void 0).ser(se_ListContentsCommand).de(de_ListContentsCommand).build() {
|
|
6299
|
+
static {
|
|
6300
|
+
__name(this, "ListContentsCommand");
|
|
6301
|
+
}
|
|
6217
6302
|
};
|
|
6218
|
-
__name(_ListContentsCommand, "ListContentsCommand");
|
|
6219
|
-
var ListContentsCommand = _ListContentsCommand;
|
|
6220
6303
|
|
|
6221
6304
|
// src/commands/ListImportJobsCommand.ts
|
|
6222
6305
|
|
|
6223
6306
|
|
|
6224
6307
|
|
|
6225
|
-
var
|
|
6308
|
+
var ListImportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6226
6309
|
return [
|
|
6227
6310
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6228
6311
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6229
6312
|
];
|
|
6230
6313
|
}).s("WisdomService", "ListImportJobs", {}).n("QConnectClient", "ListImportJobsCommand").f(void 0, void 0).ser(se_ListImportJobsCommand).de(de_ListImportJobsCommand).build() {
|
|
6314
|
+
static {
|
|
6315
|
+
__name(this, "ListImportJobsCommand");
|
|
6316
|
+
}
|
|
6231
6317
|
};
|
|
6232
|
-
__name(_ListImportJobsCommand, "ListImportJobsCommand");
|
|
6233
|
-
var ListImportJobsCommand = _ListImportJobsCommand;
|
|
6234
6318
|
|
|
6235
6319
|
// src/commands/ListKnowledgeBasesCommand.ts
|
|
6236
6320
|
|
|
6237
6321
|
|
|
6238
6322
|
|
|
6239
|
-
var
|
|
6323
|
+
var ListKnowledgeBasesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6240
6324
|
return [
|
|
6241
6325
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6242
6326
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6243
6327
|
];
|
|
6244
6328
|
}).s("WisdomService", "ListKnowledgeBases", {}).n("QConnectClient", "ListKnowledgeBasesCommand").f(void 0, ListKnowledgeBasesResponseFilterSensitiveLog).ser(se_ListKnowledgeBasesCommand).de(de_ListKnowledgeBasesCommand).build() {
|
|
6329
|
+
static {
|
|
6330
|
+
__name(this, "ListKnowledgeBasesCommand");
|
|
6331
|
+
}
|
|
6245
6332
|
};
|
|
6246
|
-
__name(_ListKnowledgeBasesCommand, "ListKnowledgeBasesCommand");
|
|
6247
|
-
var ListKnowledgeBasesCommand = _ListKnowledgeBasesCommand;
|
|
6248
6333
|
|
|
6249
6334
|
// src/commands/ListMessagesCommand.ts
|
|
6250
6335
|
|
|
6251
6336
|
|
|
6252
6337
|
|
|
6253
|
-
var
|
|
6338
|
+
var ListMessagesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6254
6339
|
return [
|
|
6255
6340
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6256
6341
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6257
6342
|
];
|
|
6258
6343
|
}).s("WisdomService", "ListMessages", {}).n("QConnectClient", "ListMessagesCommand").f(void 0, ListMessagesResponseFilterSensitiveLog).ser(se_ListMessagesCommand).de(de_ListMessagesCommand).build() {
|
|
6344
|
+
static {
|
|
6345
|
+
__name(this, "ListMessagesCommand");
|
|
6346
|
+
}
|
|
6259
6347
|
};
|
|
6260
|
-
__name(_ListMessagesCommand, "ListMessagesCommand");
|
|
6261
|
-
var ListMessagesCommand = _ListMessagesCommand;
|
|
6262
6348
|
|
|
6263
6349
|
// src/commands/ListMessageTemplatesCommand.ts
|
|
6264
6350
|
|
|
6265
6351
|
|
|
6266
6352
|
|
|
6267
|
-
var
|
|
6353
|
+
var ListMessageTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6268
6354
|
return [
|
|
6269
6355
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6270
6356
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6271
6357
|
];
|
|
6272
6358
|
}).s("WisdomService", "ListMessageTemplates", {}).n("QConnectClient", "ListMessageTemplatesCommand").f(void 0, void 0).ser(se_ListMessageTemplatesCommand).de(de_ListMessageTemplatesCommand).build() {
|
|
6359
|
+
static {
|
|
6360
|
+
__name(this, "ListMessageTemplatesCommand");
|
|
6361
|
+
}
|
|
6273
6362
|
};
|
|
6274
|
-
__name(_ListMessageTemplatesCommand, "ListMessageTemplatesCommand");
|
|
6275
|
-
var ListMessageTemplatesCommand = _ListMessageTemplatesCommand;
|
|
6276
6363
|
|
|
6277
6364
|
// src/commands/ListMessageTemplateVersionsCommand.ts
|
|
6278
6365
|
|
|
6279
6366
|
|
|
6280
6367
|
|
|
6281
|
-
var
|
|
6368
|
+
var ListMessageTemplateVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6282
6369
|
return [
|
|
6283
6370
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6284
6371
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6285
6372
|
];
|
|
6286
6373
|
}).s("WisdomService", "ListMessageTemplateVersions", {}).n("QConnectClient", "ListMessageTemplateVersionsCommand").f(void 0, void 0).ser(se_ListMessageTemplateVersionsCommand).de(de_ListMessageTemplateVersionsCommand).build() {
|
|
6374
|
+
static {
|
|
6375
|
+
__name(this, "ListMessageTemplateVersionsCommand");
|
|
6376
|
+
}
|
|
6287
6377
|
};
|
|
6288
|
-
__name(_ListMessageTemplateVersionsCommand, "ListMessageTemplateVersionsCommand");
|
|
6289
|
-
var ListMessageTemplateVersionsCommand = _ListMessageTemplateVersionsCommand;
|
|
6290
6378
|
|
|
6291
6379
|
// src/commands/ListQuickResponsesCommand.ts
|
|
6292
6380
|
|
|
6293
6381
|
|
|
6294
6382
|
|
|
6295
|
-
var
|
|
6383
|
+
var ListQuickResponsesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6296
6384
|
return [
|
|
6297
6385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6298
6386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6299
6387
|
];
|
|
6300
6388
|
}).s("WisdomService", "ListQuickResponses", {}).n("QConnectClient", "ListQuickResponsesCommand").f(void 0, ListQuickResponsesResponseFilterSensitiveLog).ser(se_ListQuickResponsesCommand).de(de_ListQuickResponsesCommand).build() {
|
|
6389
|
+
static {
|
|
6390
|
+
__name(this, "ListQuickResponsesCommand");
|
|
6391
|
+
}
|
|
6301
6392
|
};
|
|
6302
|
-
__name(_ListQuickResponsesCommand, "ListQuickResponsesCommand");
|
|
6303
|
-
var ListQuickResponsesCommand = _ListQuickResponsesCommand;
|
|
6304
6393
|
|
|
6305
6394
|
// src/commands/ListTagsForResourceCommand.ts
|
|
6306
6395
|
|
|
6307
6396
|
|
|
6308
6397
|
|
|
6309
|
-
var
|
|
6398
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6310
6399
|
return [
|
|
6311
6400
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6312
6401
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6313
6402
|
];
|
|
6314
6403
|
}).s("WisdomService", "ListTagsForResource", {}).n("QConnectClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
6404
|
+
static {
|
|
6405
|
+
__name(this, "ListTagsForResourceCommand");
|
|
6406
|
+
}
|
|
6315
6407
|
};
|
|
6316
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
6317
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
6318
6408
|
|
|
6319
6409
|
// src/commands/NotifyRecommendationsReceivedCommand.ts
|
|
6320
6410
|
|
|
6321
6411
|
|
|
6322
6412
|
|
|
6323
|
-
var
|
|
6413
|
+
var NotifyRecommendationsReceivedCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6324
6414
|
return [
|
|
6325
6415
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6326
6416
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6327
6417
|
];
|
|
6328
6418
|
}).s("WisdomService", "NotifyRecommendationsReceived", {}).n("QConnectClient", "NotifyRecommendationsReceivedCommand").f(void 0, void 0).ser(se_NotifyRecommendationsReceivedCommand).de(de_NotifyRecommendationsReceivedCommand).build() {
|
|
6419
|
+
static {
|
|
6420
|
+
__name(this, "NotifyRecommendationsReceivedCommand");
|
|
6421
|
+
}
|
|
6329
6422
|
};
|
|
6330
|
-
__name(_NotifyRecommendationsReceivedCommand, "NotifyRecommendationsReceivedCommand");
|
|
6331
|
-
var NotifyRecommendationsReceivedCommand = _NotifyRecommendationsReceivedCommand;
|
|
6332
6423
|
|
|
6333
6424
|
// src/commands/PutFeedbackCommand.ts
|
|
6334
6425
|
|
|
6335
6426
|
|
|
6336
6427
|
|
|
6337
|
-
var
|
|
6428
|
+
var PutFeedbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6338
6429
|
return [
|
|
6339
6430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6340
6431
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6341
6432
|
];
|
|
6342
6433
|
}).s("WisdomService", "PutFeedback", {}).n("QConnectClient", "PutFeedbackCommand").f(void 0, void 0).ser(se_PutFeedbackCommand).de(de_PutFeedbackCommand).build() {
|
|
6434
|
+
static {
|
|
6435
|
+
__name(this, "PutFeedbackCommand");
|
|
6436
|
+
}
|
|
6343
6437
|
};
|
|
6344
|
-
__name(_PutFeedbackCommand, "PutFeedbackCommand");
|
|
6345
|
-
var PutFeedbackCommand = _PutFeedbackCommand;
|
|
6346
6438
|
|
|
6347
6439
|
// src/commands/QueryAssistantCommand.ts
|
|
6348
6440
|
|
|
6349
6441
|
|
|
6350
6442
|
|
|
6351
|
-
var
|
|
6443
|
+
var QueryAssistantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6352
6444
|
return [
|
|
6353
6445
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6354
6446
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6355
6447
|
];
|
|
6356
6448
|
}).s("WisdomService", "QueryAssistant", {}).n("QConnectClient", "QueryAssistantCommand").f(QueryAssistantRequestFilterSensitiveLog, QueryAssistantResponseFilterSensitiveLog).ser(se_QueryAssistantCommand).de(de_QueryAssistantCommand).build() {
|
|
6449
|
+
static {
|
|
6450
|
+
__name(this, "QueryAssistantCommand");
|
|
6451
|
+
}
|
|
6357
6452
|
};
|
|
6358
|
-
__name(_QueryAssistantCommand, "QueryAssistantCommand");
|
|
6359
|
-
var QueryAssistantCommand = _QueryAssistantCommand;
|
|
6360
6453
|
|
|
6361
6454
|
// src/commands/RemoveAssistantAIAgentCommand.ts
|
|
6362
6455
|
|
|
6363
6456
|
|
|
6364
6457
|
|
|
6365
|
-
var
|
|
6458
|
+
var RemoveAssistantAIAgentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6366
6459
|
return [
|
|
6367
6460
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6368
6461
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6369
6462
|
];
|
|
6370
6463
|
}).s("WisdomService", "RemoveAssistantAIAgent", {}).n("QConnectClient", "RemoveAssistantAIAgentCommand").f(void 0, void 0).ser(se_RemoveAssistantAIAgentCommand).de(de_RemoveAssistantAIAgentCommand).build() {
|
|
6464
|
+
static {
|
|
6465
|
+
__name(this, "RemoveAssistantAIAgentCommand");
|
|
6466
|
+
}
|
|
6371
6467
|
};
|
|
6372
|
-
__name(_RemoveAssistantAIAgentCommand, "RemoveAssistantAIAgentCommand");
|
|
6373
|
-
var RemoveAssistantAIAgentCommand = _RemoveAssistantAIAgentCommand;
|
|
6374
6468
|
|
|
6375
6469
|
// src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts
|
|
6376
6470
|
|
|
6377
6471
|
|
|
6378
6472
|
|
|
6379
|
-
var
|
|
6473
|
+
var RemoveKnowledgeBaseTemplateUriCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6380
6474
|
return [
|
|
6381
6475
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6382
6476
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6383
6477
|
];
|
|
6384
6478
|
}).s("WisdomService", "RemoveKnowledgeBaseTemplateUri", {}).n("QConnectClient", "RemoveKnowledgeBaseTemplateUriCommand").f(void 0, void 0).ser(se_RemoveKnowledgeBaseTemplateUriCommand).de(de_RemoveKnowledgeBaseTemplateUriCommand).build() {
|
|
6479
|
+
static {
|
|
6480
|
+
__name(this, "RemoveKnowledgeBaseTemplateUriCommand");
|
|
6481
|
+
}
|
|
6385
6482
|
};
|
|
6386
|
-
__name(_RemoveKnowledgeBaseTemplateUriCommand, "RemoveKnowledgeBaseTemplateUriCommand");
|
|
6387
|
-
var RemoveKnowledgeBaseTemplateUriCommand = _RemoveKnowledgeBaseTemplateUriCommand;
|
|
6388
6483
|
|
|
6389
6484
|
// src/commands/RenderMessageTemplateCommand.ts
|
|
6390
6485
|
|
|
6391
6486
|
|
|
6392
6487
|
|
|
6393
|
-
var
|
|
6488
|
+
var RenderMessageTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6394
6489
|
return [
|
|
6395
6490
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6396
6491
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6397
6492
|
];
|
|
6398
6493
|
}).s("WisdomService", "RenderMessageTemplate", {}).n("QConnectClient", "RenderMessageTemplateCommand").f(RenderMessageTemplateRequestFilterSensitiveLog, RenderMessageTemplateResponseFilterSensitiveLog).ser(se_RenderMessageTemplateCommand).de(de_RenderMessageTemplateCommand).build() {
|
|
6494
|
+
static {
|
|
6495
|
+
__name(this, "RenderMessageTemplateCommand");
|
|
6496
|
+
}
|
|
6399
6497
|
};
|
|
6400
|
-
__name(_RenderMessageTemplateCommand, "RenderMessageTemplateCommand");
|
|
6401
|
-
var RenderMessageTemplateCommand = _RenderMessageTemplateCommand;
|
|
6402
6498
|
|
|
6403
6499
|
// src/commands/SearchContentCommand.ts
|
|
6404
6500
|
|
|
6405
6501
|
|
|
6406
6502
|
|
|
6407
|
-
var
|
|
6503
|
+
var SearchContentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6408
6504
|
return [
|
|
6409
6505
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6410
6506
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6411
6507
|
];
|
|
6412
6508
|
}).s("WisdomService", "SearchContent", {}).n("QConnectClient", "SearchContentCommand").f(void 0, void 0).ser(se_SearchContentCommand).de(de_SearchContentCommand).build() {
|
|
6509
|
+
static {
|
|
6510
|
+
__name(this, "SearchContentCommand");
|
|
6511
|
+
}
|
|
6413
6512
|
};
|
|
6414
|
-
__name(_SearchContentCommand, "SearchContentCommand");
|
|
6415
|
-
var SearchContentCommand = _SearchContentCommand;
|
|
6416
6513
|
|
|
6417
6514
|
// src/commands/SearchMessageTemplatesCommand.ts
|
|
6418
6515
|
|
|
6419
6516
|
|
|
6420
6517
|
|
|
6421
|
-
var
|
|
6518
|
+
var SearchMessageTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6422
6519
|
return [
|
|
6423
6520
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6424
6521
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6425
6522
|
];
|
|
6426
6523
|
}).s("WisdomService", "SearchMessageTemplates", {}).n("QConnectClient", "SearchMessageTemplatesCommand").f(void 0, SearchMessageTemplatesResponseFilterSensitiveLog).ser(se_SearchMessageTemplatesCommand).de(de_SearchMessageTemplatesCommand).build() {
|
|
6524
|
+
static {
|
|
6525
|
+
__name(this, "SearchMessageTemplatesCommand");
|
|
6526
|
+
}
|
|
6427
6527
|
};
|
|
6428
|
-
__name(_SearchMessageTemplatesCommand, "SearchMessageTemplatesCommand");
|
|
6429
|
-
var SearchMessageTemplatesCommand = _SearchMessageTemplatesCommand;
|
|
6430
6528
|
|
|
6431
6529
|
// src/commands/SearchQuickResponsesCommand.ts
|
|
6432
6530
|
|
|
6433
6531
|
|
|
6434
6532
|
|
|
6435
|
-
var
|
|
6533
|
+
var SearchQuickResponsesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6436
6534
|
return [
|
|
6437
6535
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6438
6536
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6439
6537
|
];
|
|
6440
6538
|
}).s("WisdomService", "SearchQuickResponses", {}).n("QConnectClient", "SearchQuickResponsesCommand").f(SearchQuickResponsesRequestFilterSensitiveLog, SearchQuickResponsesResponseFilterSensitiveLog).ser(se_SearchQuickResponsesCommand).de(de_SearchQuickResponsesCommand).build() {
|
|
6539
|
+
static {
|
|
6540
|
+
__name(this, "SearchQuickResponsesCommand");
|
|
6541
|
+
}
|
|
6441
6542
|
};
|
|
6442
|
-
__name(_SearchQuickResponsesCommand, "SearchQuickResponsesCommand");
|
|
6443
|
-
var SearchQuickResponsesCommand = _SearchQuickResponsesCommand;
|
|
6444
6543
|
|
|
6445
6544
|
// src/commands/SearchSessionsCommand.ts
|
|
6446
6545
|
|
|
6447
6546
|
|
|
6448
6547
|
|
|
6449
|
-
var
|
|
6548
|
+
var SearchSessionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6450
6549
|
return [
|
|
6451
6550
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6452
6551
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6453
6552
|
];
|
|
6454
6553
|
}).s("WisdomService", "SearchSessions", {}).n("QConnectClient", "SearchSessionsCommand").f(void 0, void 0).ser(se_SearchSessionsCommand).de(de_SearchSessionsCommand).build() {
|
|
6554
|
+
static {
|
|
6555
|
+
__name(this, "SearchSessionsCommand");
|
|
6556
|
+
}
|
|
6455
6557
|
};
|
|
6456
|
-
__name(_SearchSessionsCommand, "SearchSessionsCommand");
|
|
6457
|
-
var SearchSessionsCommand = _SearchSessionsCommand;
|
|
6458
6558
|
|
|
6459
6559
|
// src/commands/SendMessageCommand.ts
|
|
6460
6560
|
|
|
6461
6561
|
|
|
6462
6562
|
|
|
6463
|
-
var
|
|
6563
|
+
var SendMessageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6464
6564
|
return [
|
|
6465
6565
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6466
6566
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6467
6567
|
];
|
|
6468
6568
|
}).s("WisdomService", "SendMessage", {}).n("QConnectClient", "SendMessageCommand").f(SendMessageRequestFilterSensitiveLog, void 0).ser(se_SendMessageCommand).de(de_SendMessageCommand).build() {
|
|
6569
|
+
static {
|
|
6570
|
+
__name(this, "SendMessageCommand");
|
|
6571
|
+
}
|
|
6469
6572
|
};
|
|
6470
|
-
__name(_SendMessageCommand, "SendMessageCommand");
|
|
6471
|
-
var SendMessageCommand = _SendMessageCommand;
|
|
6472
6573
|
|
|
6473
6574
|
// src/commands/StartContentUploadCommand.ts
|
|
6474
6575
|
|
|
6475
6576
|
|
|
6476
6577
|
|
|
6477
|
-
var
|
|
6578
|
+
var StartContentUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6478
6579
|
return [
|
|
6479
6580
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6480
6581
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6481
6582
|
];
|
|
6482
6583
|
}).s("WisdomService", "StartContentUpload", {}).n("QConnectClient", "StartContentUploadCommand").f(void 0, StartContentUploadResponseFilterSensitiveLog).ser(se_StartContentUploadCommand).de(de_StartContentUploadCommand).build() {
|
|
6584
|
+
static {
|
|
6585
|
+
__name(this, "StartContentUploadCommand");
|
|
6586
|
+
}
|
|
6483
6587
|
};
|
|
6484
|
-
__name(_StartContentUploadCommand, "StartContentUploadCommand");
|
|
6485
|
-
var StartContentUploadCommand = _StartContentUploadCommand;
|
|
6486
6588
|
|
|
6487
6589
|
// src/commands/StartImportJobCommand.ts
|
|
6488
6590
|
|
|
6489
6591
|
|
|
6490
6592
|
|
|
6491
|
-
var
|
|
6593
|
+
var StartImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6492
6594
|
return [
|
|
6493
6595
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6494
6596
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6495
6597
|
];
|
|
6496
6598
|
}).s("WisdomService", "StartImportJob", {}).n("QConnectClient", "StartImportJobCommand").f(void 0, StartImportJobResponseFilterSensitiveLog).ser(se_StartImportJobCommand).de(de_StartImportJobCommand).build() {
|
|
6599
|
+
static {
|
|
6600
|
+
__name(this, "StartImportJobCommand");
|
|
6601
|
+
}
|
|
6497
6602
|
};
|
|
6498
|
-
__name(_StartImportJobCommand, "StartImportJobCommand");
|
|
6499
|
-
var StartImportJobCommand = _StartImportJobCommand;
|
|
6500
6603
|
|
|
6501
6604
|
// src/commands/TagResourceCommand.ts
|
|
6502
6605
|
|
|
6503
6606
|
|
|
6504
6607
|
|
|
6505
|
-
var
|
|
6608
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6506
6609
|
return [
|
|
6507
6610
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6508
6611
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6509
6612
|
];
|
|
6510
6613
|
}).s("WisdomService", "TagResource", {}).n("QConnectClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
6614
|
+
static {
|
|
6615
|
+
__name(this, "TagResourceCommand");
|
|
6616
|
+
}
|
|
6511
6617
|
};
|
|
6512
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
6513
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
6514
6618
|
|
|
6515
6619
|
// src/commands/UntagResourceCommand.ts
|
|
6516
6620
|
|
|
6517
6621
|
|
|
6518
6622
|
|
|
6519
|
-
var
|
|
6623
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6520
6624
|
return [
|
|
6521
6625
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6522
6626
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6523
6627
|
];
|
|
6524
6628
|
}).s("WisdomService", "UntagResource", {}).n("QConnectClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
6629
|
+
static {
|
|
6630
|
+
__name(this, "UntagResourceCommand");
|
|
6631
|
+
}
|
|
6525
6632
|
};
|
|
6526
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
6527
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
6528
6633
|
|
|
6529
6634
|
// src/commands/UpdateAIAgentCommand.ts
|
|
6530
6635
|
|
|
6531
6636
|
|
|
6532
6637
|
|
|
6533
|
-
var
|
|
6638
|
+
var UpdateAIAgentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6534
6639
|
return [
|
|
6535
6640
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6536
6641
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6537
6642
|
];
|
|
6538
6643
|
}).s("WisdomService", "UpdateAIAgent", {}).n("QConnectClient", "UpdateAIAgentCommand").f(void 0, void 0).ser(se_UpdateAIAgentCommand).de(de_UpdateAIAgentCommand).build() {
|
|
6644
|
+
static {
|
|
6645
|
+
__name(this, "UpdateAIAgentCommand");
|
|
6646
|
+
}
|
|
6539
6647
|
};
|
|
6540
|
-
__name(_UpdateAIAgentCommand, "UpdateAIAgentCommand");
|
|
6541
|
-
var UpdateAIAgentCommand = _UpdateAIAgentCommand;
|
|
6542
6648
|
|
|
6543
6649
|
// src/commands/UpdateAIGuardrailCommand.ts
|
|
6544
6650
|
|
|
6545
6651
|
|
|
6546
6652
|
|
|
6547
|
-
var
|
|
6653
|
+
var UpdateAIGuardrailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6548
6654
|
return [
|
|
6549
6655
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6550
6656
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6551
6657
|
];
|
|
6552
6658
|
}).s("WisdomService", "UpdateAIGuardrail", {}).n("QConnectClient", "UpdateAIGuardrailCommand").f(UpdateAIGuardrailRequestFilterSensitiveLog, UpdateAIGuardrailResponseFilterSensitiveLog).ser(se_UpdateAIGuardrailCommand).de(de_UpdateAIGuardrailCommand).build() {
|
|
6659
|
+
static {
|
|
6660
|
+
__name(this, "UpdateAIGuardrailCommand");
|
|
6661
|
+
}
|
|
6553
6662
|
};
|
|
6554
|
-
__name(_UpdateAIGuardrailCommand, "UpdateAIGuardrailCommand");
|
|
6555
|
-
var UpdateAIGuardrailCommand = _UpdateAIGuardrailCommand;
|
|
6556
6663
|
|
|
6557
6664
|
// src/commands/UpdateAIPromptCommand.ts
|
|
6558
6665
|
|
|
6559
6666
|
|
|
6560
6667
|
|
|
6561
|
-
var
|
|
6668
|
+
var UpdateAIPromptCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6562
6669
|
return [
|
|
6563
6670
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6564
6671
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6565
6672
|
];
|
|
6566
6673
|
}).s("WisdomService", "UpdateAIPrompt", {}).n("QConnectClient", "UpdateAIPromptCommand").f(UpdateAIPromptRequestFilterSensitiveLog, UpdateAIPromptResponseFilterSensitiveLog).ser(se_UpdateAIPromptCommand).de(de_UpdateAIPromptCommand).build() {
|
|
6674
|
+
static {
|
|
6675
|
+
__name(this, "UpdateAIPromptCommand");
|
|
6676
|
+
}
|
|
6567
6677
|
};
|
|
6568
|
-
__name(_UpdateAIPromptCommand, "UpdateAIPromptCommand");
|
|
6569
|
-
var UpdateAIPromptCommand = _UpdateAIPromptCommand;
|
|
6570
6678
|
|
|
6571
6679
|
// src/commands/UpdateAssistantAIAgentCommand.ts
|
|
6572
6680
|
|
|
6573
6681
|
|
|
6574
6682
|
|
|
6575
|
-
var
|
|
6683
|
+
var UpdateAssistantAIAgentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6576
6684
|
return [
|
|
6577
6685
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6578
6686
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6579
6687
|
];
|
|
6580
6688
|
}).s("WisdomService", "UpdateAssistantAIAgent", {}).n("QConnectClient", "UpdateAssistantAIAgentCommand").f(void 0, void 0).ser(se_UpdateAssistantAIAgentCommand).de(de_UpdateAssistantAIAgentCommand).build() {
|
|
6689
|
+
static {
|
|
6690
|
+
__name(this, "UpdateAssistantAIAgentCommand");
|
|
6691
|
+
}
|
|
6581
6692
|
};
|
|
6582
|
-
__name(_UpdateAssistantAIAgentCommand, "UpdateAssistantAIAgentCommand");
|
|
6583
|
-
var UpdateAssistantAIAgentCommand = _UpdateAssistantAIAgentCommand;
|
|
6584
6693
|
|
|
6585
6694
|
// src/commands/UpdateContentCommand.ts
|
|
6586
6695
|
|
|
6587
6696
|
|
|
6588
6697
|
|
|
6589
|
-
var
|
|
6698
|
+
var UpdateContentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6590
6699
|
return [
|
|
6591
6700
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6592
6701
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6593
6702
|
];
|
|
6594
6703
|
}).s("WisdomService", "UpdateContent", {}).n("QConnectClient", "UpdateContentCommand").f(void 0, UpdateContentResponseFilterSensitiveLog).ser(se_UpdateContentCommand).de(de_UpdateContentCommand).build() {
|
|
6704
|
+
static {
|
|
6705
|
+
__name(this, "UpdateContentCommand");
|
|
6706
|
+
}
|
|
6595
6707
|
};
|
|
6596
|
-
__name(_UpdateContentCommand, "UpdateContentCommand");
|
|
6597
|
-
var UpdateContentCommand = _UpdateContentCommand;
|
|
6598
6708
|
|
|
6599
6709
|
// src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts
|
|
6600
6710
|
|
|
6601
6711
|
|
|
6602
6712
|
|
|
6603
|
-
var
|
|
6713
|
+
var UpdateKnowledgeBaseTemplateUriCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6604
6714
|
return [
|
|
6605
6715
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6606
6716
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6607
6717
|
];
|
|
6608
6718
|
}).s("WisdomService", "UpdateKnowledgeBaseTemplateUri", {}).n("QConnectClient", "UpdateKnowledgeBaseTemplateUriCommand").f(void 0, UpdateKnowledgeBaseTemplateUriResponseFilterSensitiveLog).ser(se_UpdateKnowledgeBaseTemplateUriCommand).de(de_UpdateKnowledgeBaseTemplateUriCommand).build() {
|
|
6719
|
+
static {
|
|
6720
|
+
__name(this, "UpdateKnowledgeBaseTemplateUriCommand");
|
|
6721
|
+
}
|
|
6609
6722
|
};
|
|
6610
|
-
__name(_UpdateKnowledgeBaseTemplateUriCommand, "UpdateKnowledgeBaseTemplateUriCommand");
|
|
6611
|
-
var UpdateKnowledgeBaseTemplateUriCommand = _UpdateKnowledgeBaseTemplateUriCommand;
|
|
6612
6723
|
|
|
6613
6724
|
// src/commands/UpdateMessageTemplateCommand.ts
|
|
6614
6725
|
|
|
6615
6726
|
|
|
6616
6727
|
|
|
6617
|
-
var
|
|
6728
|
+
var UpdateMessageTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6618
6729
|
return [
|
|
6619
6730
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6620
6731
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6621
6732
|
];
|
|
6622
6733
|
}).s("WisdomService", "UpdateMessageTemplate", {}).n("QConnectClient", "UpdateMessageTemplateCommand").f(UpdateMessageTemplateRequestFilterSensitiveLog, UpdateMessageTemplateResponseFilterSensitiveLog).ser(se_UpdateMessageTemplateCommand).de(de_UpdateMessageTemplateCommand).build() {
|
|
6734
|
+
static {
|
|
6735
|
+
__name(this, "UpdateMessageTemplateCommand");
|
|
6736
|
+
}
|
|
6623
6737
|
};
|
|
6624
|
-
__name(_UpdateMessageTemplateCommand, "UpdateMessageTemplateCommand");
|
|
6625
|
-
var UpdateMessageTemplateCommand = _UpdateMessageTemplateCommand;
|
|
6626
6738
|
|
|
6627
6739
|
// src/commands/UpdateMessageTemplateMetadataCommand.ts
|
|
6628
6740
|
|
|
6629
6741
|
|
|
6630
6742
|
|
|
6631
|
-
var
|
|
6743
|
+
var UpdateMessageTemplateMetadataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6632
6744
|
return [
|
|
6633
6745
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6634
6746
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6635
6747
|
];
|
|
6636
6748
|
}).s("WisdomService", "UpdateMessageTemplateMetadata", {}).n("QConnectClient", "UpdateMessageTemplateMetadataCommand").f(UpdateMessageTemplateMetadataRequestFilterSensitiveLog, UpdateMessageTemplateMetadataResponseFilterSensitiveLog).ser(se_UpdateMessageTemplateMetadataCommand).de(de_UpdateMessageTemplateMetadataCommand).build() {
|
|
6749
|
+
static {
|
|
6750
|
+
__name(this, "UpdateMessageTemplateMetadataCommand");
|
|
6751
|
+
}
|
|
6637
6752
|
};
|
|
6638
|
-
__name(_UpdateMessageTemplateMetadataCommand, "UpdateMessageTemplateMetadataCommand");
|
|
6639
|
-
var UpdateMessageTemplateMetadataCommand = _UpdateMessageTemplateMetadataCommand;
|
|
6640
6753
|
|
|
6641
6754
|
// src/commands/UpdateQuickResponseCommand.ts
|
|
6642
6755
|
|
|
6643
6756
|
|
|
6644
6757
|
|
|
6645
|
-
var
|
|
6758
|
+
var UpdateQuickResponseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6646
6759
|
return [
|
|
6647
6760
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6648
6761
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6649
6762
|
];
|
|
6650
6763
|
}).s("WisdomService", "UpdateQuickResponse", {}).n("QConnectClient", "UpdateQuickResponseCommand").f(UpdateQuickResponseRequestFilterSensitiveLog, UpdateQuickResponseResponseFilterSensitiveLog).ser(se_UpdateQuickResponseCommand).de(de_UpdateQuickResponseCommand).build() {
|
|
6764
|
+
static {
|
|
6765
|
+
__name(this, "UpdateQuickResponseCommand");
|
|
6766
|
+
}
|
|
6651
6767
|
};
|
|
6652
|
-
__name(_UpdateQuickResponseCommand, "UpdateQuickResponseCommand");
|
|
6653
|
-
var UpdateQuickResponseCommand = _UpdateQuickResponseCommand;
|
|
6654
6768
|
|
|
6655
6769
|
// src/commands/UpdateSessionCommand.ts
|
|
6656
6770
|
|
|
6657
6771
|
|
|
6658
6772
|
|
|
6659
|
-
var
|
|
6773
|
+
var UpdateSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6660
6774
|
return [
|
|
6661
6775
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6662
6776
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6663
6777
|
];
|
|
6664
6778
|
}).s("WisdomService", "UpdateSession", {}).n("QConnectClient", "UpdateSessionCommand").f(void 0, void 0).ser(se_UpdateSessionCommand).de(de_UpdateSessionCommand).build() {
|
|
6779
|
+
static {
|
|
6780
|
+
__name(this, "UpdateSessionCommand");
|
|
6781
|
+
}
|
|
6665
6782
|
};
|
|
6666
|
-
__name(_UpdateSessionCommand, "UpdateSessionCommand");
|
|
6667
|
-
var UpdateSessionCommand = _UpdateSessionCommand;
|
|
6668
6783
|
|
|
6669
6784
|
// src/commands/UpdateSessionDataCommand.ts
|
|
6670
6785
|
|
|
6671
6786
|
|
|
6672
6787
|
|
|
6673
|
-
var
|
|
6788
|
+
var UpdateSessionDataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6674
6789
|
return [
|
|
6675
6790
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6676
6791
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6677
6792
|
];
|
|
6678
6793
|
}).s("WisdomService", "UpdateSessionData", {}).n("QConnectClient", "UpdateSessionDataCommand").f(UpdateSessionDataRequestFilterSensitiveLog, UpdateSessionDataResponseFilterSensitiveLog).ser(se_UpdateSessionDataCommand).de(de_UpdateSessionDataCommand).build() {
|
|
6794
|
+
static {
|
|
6795
|
+
__name(this, "UpdateSessionDataCommand");
|
|
6796
|
+
}
|
|
6679
6797
|
};
|
|
6680
|
-
__name(_UpdateSessionDataCommand, "UpdateSessionDataCommand");
|
|
6681
|
-
var UpdateSessionDataCommand = _UpdateSessionDataCommand;
|
|
6682
6798
|
|
|
6683
6799
|
// src/QConnect.ts
|
|
6684
6800
|
var commands = {
|
|
@@ -6774,10 +6890,11 @@ var commands = {
|
|
|
6774
6890
|
UpdateSessionCommand,
|
|
6775
6891
|
UpdateSessionDataCommand
|
|
6776
6892
|
};
|
|
6777
|
-
var
|
|
6893
|
+
var QConnect = class extends QConnectClient {
|
|
6894
|
+
static {
|
|
6895
|
+
__name(this, "QConnect");
|
|
6896
|
+
}
|
|
6778
6897
|
};
|
|
6779
|
-
__name(_QConnect, "QConnect");
|
|
6780
|
-
var QConnect = _QConnect;
|
|
6781
6898
|
(0, import_smithy_client.createAggregatedClient)(commands, QConnect);
|
|
6782
6899
|
|
|
6783
6900
|
// src/pagination/ListAIAgentVersionsPaginator.ts
|