@aws-sdk/client-qconnect 3.928.0 → 3.930.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 +5185 -5292
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/QConnectClient.js +2 -0
- package/dist-es/commands/ActivateMessageTemplateCommand.js +3 -9
- package/dist-es/commands/CreateAIAgentCommand.js +3 -9
- package/dist-es/commands/CreateAIAgentVersionCommand.js +3 -9
- package/dist-es/commands/CreateAIGuardrailCommand.js +3 -10
- package/dist-es/commands/CreateAIGuardrailVersionCommand.js +3 -10
- package/dist-es/commands/CreateAIPromptCommand.js +3 -10
- package/dist-es/commands/CreateAIPromptVersionCommand.js +3 -10
- package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -9
- package/dist-es/commands/CreateAssistantCommand.js +3 -9
- package/dist-es/commands/CreateContentAssociationCommand.js +3 -9
- package/dist-es/commands/CreateContentCommand.js +3 -10
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -10
- package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +3 -10
- package/dist-es/commands/CreateMessageTemplateCommand.js +3 -11
- package/dist-es/commands/CreateMessageTemplateVersionCommand.js +3 -10
- package/dist-es/commands/CreateQuickResponseCommand.js +3 -10
- package/dist-es/commands/CreateSessionCommand.js +3 -9
- package/dist-es/commands/DeactivateMessageTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteAIAgentCommand.js +3 -9
- package/dist-es/commands/DeleteAIAgentVersionCommand.js +3 -9
- package/dist-es/commands/DeleteAIGuardrailCommand.js +3 -9
- package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +3 -9
- package/dist-es/commands/DeleteAIPromptCommand.js +3 -9
- package/dist-es/commands/DeleteAIPromptVersionCommand.js +3 -9
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteAssistantCommand.js +3 -9
- package/dist-es/commands/DeleteContentAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteContentCommand.js +3 -9
- package/dist-es/commands/DeleteImportJobCommand.js +3 -9
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -9
- package/dist-es/commands/DeleteMessageTemplateAttachmentCommand.js +3 -9
- package/dist-es/commands/DeleteMessageTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteQuickResponseCommand.js +3 -9
- package/dist-es/commands/GetAIAgentCommand.js +3 -9
- package/dist-es/commands/GetAIGuardrailCommand.js +3 -10
- package/dist-es/commands/GetAIPromptCommand.js +3 -10
- package/dist-es/commands/GetAssistantAssociationCommand.js +3 -9
- package/dist-es/commands/GetAssistantCommand.js +3 -9
- package/dist-es/commands/GetContentAssociationCommand.js +3 -9
- package/dist-es/commands/GetContentCommand.js +3 -10
- package/dist-es/commands/GetContentSummaryCommand.js +3 -9
- package/dist-es/commands/GetImportJobCommand.js +3 -10
- package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -10
- package/dist-es/commands/GetMessageTemplateCommand.js +3 -10
- package/dist-es/commands/GetNextMessageCommand.js +3 -10
- package/dist-es/commands/GetQuickResponseCommand.js +3 -10
- package/dist-es/commands/GetRecommendationsCommand.js +3 -10
- package/dist-es/commands/GetSessionCommand.js +3 -9
- package/dist-es/commands/ListAIAgentVersionsCommand.js +3 -9
- package/dist-es/commands/ListAIAgentsCommand.js +3 -9
- package/dist-es/commands/ListAIGuardrailVersionsCommand.js +3 -10
- package/dist-es/commands/ListAIGuardrailsCommand.js +3 -10
- package/dist-es/commands/ListAIPromptVersionsCommand.js +3 -9
- package/dist-es/commands/ListAIPromptsCommand.js +3 -9
- package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -9
- package/dist-es/commands/ListAssistantsCommand.js +3 -9
- package/dist-es/commands/ListContentAssociationsCommand.js +3 -9
- package/dist-es/commands/ListContentsCommand.js +3 -9
- package/dist-es/commands/ListImportJobsCommand.js +3 -9
- package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -10
- package/dist-es/commands/ListMessageTemplateVersionsCommand.js +3 -9
- package/dist-es/commands/ListMessageTemplatesCommand.js +3 -9
- package/dist-es/commands/ListMessagesCommand.js +3 -10
- package/dist-es/commands/ListQuickResponsesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -9
- package/dist-es/commands/PutFeedbackCommand.js +3 -9
- package/dist-es/commands/QueryAssistantCommand.js +3 -11
- package/dist-es/commands/RemoveAssistantAIAgentCommand.js +3 -9
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -9
- package/dist-es/commands/RenderMessageTemplateCommand.js +3 -10
- package/dist-es/commands/SearchContentCommand.js +3 -9
- package/dist-es/commands/SearchMessageTemplatesCommand.js +3 -10
- package/dist-es/commands/SearchQuickResponsesCommand.js +3 -10
- package/dist-es/commands/SearchSessionsCommand.js +3 -9
- package/dist-es/commands/SendMessageCommand.js +3 -10
- package/dist-es/commands/StartContentUploadCommand.js +3 -10
- package/dist-es/commands/StartImportJobCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAIAgentCommand.js +3 -9
- package/dist-es/commands/UpdateAIGuardrailCommand.js +3 -10
- package/dist-es/commands/UpdateAIPromptCommand.js +3 -10
- package/dist-es/commands/UpdateAssistantAIAgentCommand.js +3 -9
- package/dist-es/commands/UpdateContentCommand.js +3 -10
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -10
- package/dist-es/commands/UpdateMessageTemplateCommand.js +3 -10
- package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +3 -10
- package/dist-es/commands/UpdateQuickResponseCommand.js +3 -10
- package/dist-es/commands/UpdateSessionCommand.js +3 -9
- package/dist-es/commands/UpdateSessionDataCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -722
- package/dist-es/models/models_1.js +0 -314
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +4975 -0
- package/dist-types/QConnectClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +80 -352
- package/dist-types/models/models_1.d.ts +12 -191
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +542 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -269
- package/dist-types/ts3.4/models/models_1.d.ts +0 -141
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +549 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -3456
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -821
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1097
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.qconnect" }),
|
|
28
30
|
serviceId: config?.serviceId ?? "QConnect",
|
|
29
31
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
32
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class QConnectClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ActivateMessageTemplate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ActivateMessageTemplateCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "ActivateMessageTemplate", {})
|
|
17
13
|
.n("QConnectClient", "ActivateMessageTemplateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ActivateMessageTemplateCommand)
|
|
20
|
-
.de(de_ActivateMessageTemplateCommand)
|
|
14
|
+
.sc(ActivateMessageTemplate)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateAIAgent } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateAIAgentCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "CreateAIAgent", {})
|
|
17
13
|
.n("QConnectClient", "CreateAIAgentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateAIAgentCommand)
|
|
20
|
-
.de(de_CreateAIAgentCommand)
|
|
14
|
+
.sc(CreateAIAgent)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateAIAgentVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateAIAgentVersionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "CreateAIAgentVersion", {})
|
|
17
13
|
.n("QConnectClient", "CreateAIAgentVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateAIAgentVersionCommand)
|
|
20
|
-
.de(de_CreateAIAgentVersionCommand)
|
|
14
|
+
.sc(CreateAIAgentVersion)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateAIGuardrailCommand, se_CreateAIGuardrailCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateAIGuardrail } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateAIGuardrailCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WisdomService", "CreateAIGuardrail", {})
|
|
18
13
|
.n("QConnectClient", "CreateAIGuardrailCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateAIGuardrailCommand)
|
|
21
|
-
.de(de_CreateAIGuardrailCommand)
|
|
14
|
+
.sc(CreateAIGuardrail)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateAIGuardrailVersionCommand, se_CreateAIGuardrailVersionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateAIGuardrailVersion } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateAIGuardrailVersionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WisdomService", "CreateAIGuardrailVersion", {})
|
|
18
13
|
.n("QConnectClient", "CreateAIGuardrailVersionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateAIGuardrailVersionCommand)
|
|
21
|
-
.de(de_CreateAIGuardrailVersionCommand)
|
|
14
|
+
.sc(CreateAIGuardrailVersion)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateAIPromptCommand, se_CreateAIPromptCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateAIPrompt } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateAIPromptCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WisdomService", "CreateAIPrompt", {})
|
|
18
13
|
.n("QConnectClient", "CreateAIPromptCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateAIPromptCommand)
|
|
21
|
-
.de(de_CreateAIPromptCommand)
|
|
14
|
+
.sc(CreateAIPrompt)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateAIPromptVersionCommand, se_CreateAIPromptVersionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateAIPromptVersion } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateAIPromptVersionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WisdomService", "CreateAIPromptVersion", {})
|
|
18
13
|
.n("QConnectClient", "CreateAIPromptVersionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateAIPromptVersionCommand)
|
|
21
|
-
.de(de_CreateAIPromptVersionCommand)
|
|
14
|
+
.sc(CreateAIPromptVersion)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateAssistantAssociation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateAssistantAssociationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "CreateAssistantAssociation", {})
|
|
17
13
|
.n("QConnectClient", "CreateAssistantAssociationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateAssistantAssociationCommand)
|
|
20
|
-
.de(de_CreateAssistantAssociationCommand)
|
|
14
|
+
.sc(CreateAssistantAssociation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateAssistant } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateAssistantCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "CreateAssistant", {})
|
|
17
13
|
.n("QConnectClient", "CreateAssistantCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateAssistantCommand)
|
|
20
|
-
.de(de_CreateAssistantCommand)
|
|
14
|
+
.sc(CreateAssistant)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateContentAssociation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateContentAssociationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "CreateContentAssociation", {})
|
|
17
13
|
.n("QConnectClient", "CreateContentAssociationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateContentAssociationCommand)
|
|
20
|
-
.de(de_CreateContentAssociationCommand)
|
|
14
|
+
.sc(CreateContentAssociation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateContentCommand, se_CreateContentCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateContent } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateContentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WisdomService", "CreateContent", {})
|
|
18
13
|
.n("QConnectClient", "CreateContentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateContentCommand)
|
|
21
|
-
.de(de_CreateContentCommand)
|
|
14
|
+
.sc(CreateContent)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateKnowledgeBaseCommand, se_CreateKnowledgeBaseCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateKnowledgeBase } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateKnowledgeBaseCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WisdomService", "CreateKnowledgeBase", {})
|
|
18
13
|
.n("QConnectClient", "CreateKnowledgeBaseCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateKnowledgeBaseCommand)
|
|
21
|
-
.de(de_CreateKnowledgeBaseCommand)
|
|
14
|
+
.sc(CreateKnowledgeBase)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateMessageTemplateAttachmentCommand, se_CreateMessageTemplateAttachmentCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateMessageTemplateAttachment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateMessageTemplateAttachmentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WisdomService", "CreateMessageTemplateAttachment", {})
|
|
18
13
|
.n("QConnectClient", "CreateMessageTemplateAttachmentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateMessageTemplateAttachmentCommand)
|
|
21
|
-
.de(de_CreateMessageTemplateAttachmentCommand)
|
|
14
|
+
.sc(CreateMessageTemplateAttachment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,24 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { CreateMessageTemplateResponseFilterSensitiveLog } from "../models/models_1";
|
|
7
|
-
import { de_CreateMessageTemplateCommand, se_CreateMessageTemplateCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateMessageTemplate } from "../schemas/schemas_0";
|
|
8
5
|
export { $Command };
|
|
9
6
|
export class CreateMessageTemplateCommand extends $Command
|
|
10
7
|
.classBuilder()
|
|
11
8
|
.ep(commonParams)
|
|
12
9
|
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [
|
|
14
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
17
11
|
})
|
|
18
12
|
.s("WisdomService", "CreateMessageTemplate", {})
|
|
19
13
|
.n("QConnectClient", "CreateMessageTemplateCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_CreateMessageTemplateCommand)
|
|
22
|
-
.de(de_CreateMessageTemplateCommand)
|
|
14
|
+
.sc(CreateMessageTemplate)
|
|
23
15
|
.build() {
|
|
24
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateMessageTemplateVersionCommand, se_CreateMessageTemplateVersionCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateMessageTemplateVersion } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateMessageTemplateVersionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WisdomService", "CreateMessageTemplateVersion", {})
|
|
18
13
|
.n("QConnectClient", "CreateMessageTemplateVersionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateMessageTemplateVersionCommand)
|
|
21
|
-
.de(de_CreateMessageTemplateVersionCommand)
|
|
14
|
+
.sc(CreateMessageTemplateVersion)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateQuickResponseCommand, se_CreateQuickResponseCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateQuickResponse } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateQuickResponseCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WisdomService", "CreateQuickResponse", {})
|
|
18
13
|
.n("QConnectClient", "CreateQuickResponseCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateQuickResponseCommand)
|
|
21
|
-
.de(de_CreateQuickResponseCommand)
|
|
14
|
+
.sc(CreateQuickResponse)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateSession } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateSessionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "CreateSession", {})
|
|
17
13
|
.n("QConnectClient", "CreateSessionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateSessionCommand)
|
|
20
|
-
.de(de_CreateSessionCommand)
|
|
14
|
+
.sc(CreateSession)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeactivateMessageTemplate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeactivateMessageTemplateCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "DeactivateMessageTemplate", {})
|
|
17
13
|
.n("QConnectClient", "DeactivateMessageTemplateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeactivateMessageTemplateCommand)
|
|
20
|
-
.de(de_DeactivateMessageTemplateCommand)
|
|
14
|
+
.sc(DeactivateMessageTemplate)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteAIAgent } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAIAgentCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "DeleteAIAgent", {})
|
|
17
13
|
.n("QConnectClient", "DeleteAIAgentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAIAgentCommand)
|
|
20
|
-
.de(de_DeleteAIAgentCommand)
|
|
14
|
+
.sc(DeleteAIAgent)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteAIAgentVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAIAgentVersionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "DeleteAIAgentVersion", {})
|
|
17
13
|
.n("QConnectClient", "DeleteAIAgentVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAIAgentVersionCommand)
|
|
20
|
-
.de(de_DeleteAIAgentVersionCommand)
|
|
14
|
+
.sc(DeleteAIAgentVersion)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteAIGuardrail } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAIGuardrailCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "DeleteAIGuardrail", {})
|
|
17
13
|
.n("QConnectClient", "DeleteAIGuardrailCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAIGuardrailCommand)
|
|
20
|
-
.de(de_DeleteAIGuardrailCommand)
|
|
14
|
+
.sc(DeleteAIGuardrail)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteAIGuardrailVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAIGuardrailVersionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WisdomService", "DeleteAIGuardrailVersion", {})
|
|
17
13
|
.n("QConnectClient", "DeleteAIGuardrailVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAIGuardrailVersionCommand)
|
|
20
|
-
.de(de_DeleteAIGuardrailVersionCommand)
|
|
14
|
+
.sc(DeleteAIGuardrailVersion)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|