@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.
Files changed (118) hide show
  1. package/dist-cjs/index.js +5185 -5292
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/QConnectClient.js +2 -0
  4. package/dist-es/commands/ActivateMessageTemplateCommand.js +3 -9
  5. package/dist-es/commands/CreateAIAgentCommand.js +3 -9
  6. package/dist-es/commands/CreateAIAgentVersionCommand.js +3 -9
  7. package/dist-es/commands/CreateAIGuardrailCommand.js +3 -10
  8. package/dist-es/commands/CreateAIGuardrailVersionCommand.js +3 -10
  9. package/dist-es/commands/CreateAIPromptCommand.js +3 -10
  10. package/dist-es/commands/CreateAIPromptVersionCommand.js +3 -10
  11. package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -9
  12. package/dist-es/commands/CreateAssistantCommand.js +3 -9
  13. package/dist-es/commands/CreateContentAssociationCommand.js +3 -9
  14. package/dist-es/commands/CreateContentCommand.js +3 -10
  15. package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -10
  16. package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +3 -10
  17. package/dist-es/commands/CreateMessageTemplateCommand.js +3 -11
  18. package/dist-es/commands/CreateMessageTemplateVersionCommand.js +3 -10
  19. package/dist-es/commands/CreateQuickResponseCommand.js +3 -10
  20. package/dist-es/commands/CreateSessionCommand.js +3 -9
  21. package/dist-es/commands/DeactivateMessageTemplateCommand.js +3 -9
  22. package/dist-es/commands/DeleteAIAgentCommand.js +3 -9
  23. package/dist-es/commands/DeleteAIAgentVersionCommand.js +3 -9
  24. package/dist-es/commands/DeleteAIGuardrailCommand.js +3 -9
  25. package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +3 -9
  26. package/dist-es/commands/DeleteAIPromptCommand.js +3 -9
  27. package/dist-es/commands/DeleteAIPromptVersionCommand.js +3 -9
  28. package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -9
  29. package/dist-es/commands/DeleteAssistantCommand.js +3 -9
  30. package/dist-es/commands/DeleteContentAssociationCommand.js +3 -9
  31. package/dist-es/commands/DeleteContentCommand.js +3 -9
  32. package/dist-es/commands/DeleteImportJobCommand.js +3 -9
  33. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -9
  34. package/dist-es/commands/DeleteMessageTemplateAttachmentCommand.js +3 -9
  35. package/dist-es/commands/DeleteMessageTemplateCommand.js +3 -9
  36. package/dist-es/commands/DeleteQuickResponseCommand.js +3 -9
  37. package/dist-es/commands/GetAIAgentCommand.js +3 -9
  38. package/dist-es/commands/GetAIGuardrailCommand.js +3 -10
  39. package/dist-es/commands/GetAIPromptCommand.js +3 -10
  40. package/dist-es/commands/GetAssistantAssociationCommand.js +3 -9
  41. package/dist-es/commands/GetAssistantCommand.js +3 -9
  42. package/dist-es/commands/GetContentAssociationCommand.js +3 -9
  43. package/dist-es/commands/GetContentCommand.js +3 -10
  44. package/dist-es/commands/GetContentSummaryCommand.js +3 -9
  45. package/dist-es/commands/GetImportJobCommand.js +3 -10
  46. package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -10
  47. package/dist-es/commands/GetMessageTemplateCommand.js +3 -10
  48. package/dist-es/commands/GetNextMessageCommand.js +3 -10
  49. package/dist-es/commands/GetQuickResponseCommand.js +3 -10
  50. package/dist-es/commands/GetRecommendationsCommand.js +3 -10
  51. package/dist-es/commands/GetSessionCommand.js +3 -9
  52. package/dist-es/commands/ListAIAgentVersionsCommand.js +3 -9
  53. package/dist-es/commands/ListAIAgentsCommand.js +3 -9
  54. package/dist-es/commands/ListAIGuardrailVersionsCommand.js +3 -10
  55. package/dist-es/commands/ListAIGuardrailsCommand.js +3 -10
  56. package/dist-es/commands/ListAIPromptVersionsCommand.js +3 -9
  57. package/dist-es/commands/ListAIPromptsCommand.js +3 -9
  58. package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -9
  59. package/dist-es/commands/ListAssistantsCommand.js +3 -9
  60. package/dist-es/commands/ListContentAssociationsCommand.js +3 -9
  61. package/dist-es/commands/ListContentsCommand.js +3 -9
  62. package/dist-es/commands/ListImportJobsCommand.js +3 -9
  63. package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -10
  64. package/dist-es/commands/ListMessageTemplateVersionsCommand.js +3 -9
  65. package/dist-es/commands/ListMessageTemplatesCommand.js +3 -9
  66. package/dist-es/commands/ListMessagesCommand.js +3 -10
  67. package/dist-es/commands/ListQuickResponsesCommand.js +3 -10
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  69. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -9
  70. package/dist-es/commands/PutFeedbackCommand.js +3 -9
  71. package/dist-es/commands/QueryAssistantCommand.js +3 -11
  72. package/dist-es/commands/RemoveAssistantAIAgentCommand.js +3 -9
  73. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -9
  74. package/dist-es/commands/RenderMessageTemplateCommand.js +3 -10
  75. package/dist-es/commands/SearchContentCommand.js +3 -9
  76. package/dist-es/commands/SearchMessageTemplatesCommand.js +3 -10
  77. package/dist-es/commands/SearchQuickResponsesCommand.js +3 -10
  78. package/dist-es/commands/SearchSessionsCommand.js +3 -9
  79. package/dist-es/commands/SendMessageCommand.js +3 -10
  80. package/dist-es/commands/StartContentUploadCommand.js +3 -10
  81. package/dist-es/commands/StartImportJobCommand.js +3 -10
  82. package/dist-es/commands/TagResourceCommand.js +3 -9
  83. package/dist-es/commands/UntagResourceCommand.js +3 -9
  84. package/dist-es/commands/UpdateAIAgentCommand.js +3 -9
  85. package/dist-es/commands/UpdateAIGuardrailCommand.js +3 -10
  86. package/dist-es/commands/UpdateAIPromptCommand.js +3 -10
  87. package/dist-es/commands/UpdateAssistantAIAgentCommand.js +3 -9
  88. package/dist-es/commands/UpdateContentCommand.js +3 -10
  89. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -10
  90. package/dist-es/commands/UpdateMessageTemplateCommand.js +3 -10
  91. package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +3 -10
  92. package/dist-es/commands/UpdateQuickResponseCommand.js +3 -10
  93. package/dist-es/commands/UpdateSessionCommand.js +3 -9
  94. package/dist-es/commands/UpdateSessionDataCommand.js +3 -10
  95. package/dist-es/models/models_0.js +0 -722
  96. package/dist-es/models/models_1.js +0 -314
  97. package/dist-es/runtimeConfig.shared.js +2 -0
  98. package/dist-es/schemas/schemas_0.js +4975 -0
  99. package/dist-types/QConnectClient.d.ts +10 -1
  100. package/dist-types/models/models_0.d.ts +80 -352
  101. package/dist-types/models/models_1.d.ts +12 -191
  102. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  103. package/dist-types/runtimeConfig.d.ts +1 -0
  104. package/dist-types/runtimeConfig.native.d.ts +1 -0
  105. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  106. package/dist-types/schemas/schemas_0.d.ts +542 -0
  107. package/dist-types/ts3.4/QConnectClient.d.ts +4 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +0 -269
  109. package/dist-types/ts3.4/models/models_1.d.ts +0 -141
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  114. package/dist-types/ts3.4/schemas/schemas_0.d.ts +549 -0
  115. package/package.json +33 -34
  116. package/dist-es/protocols/Aws_restJson1.js +0 -3456
  117. package/dist-types/protocols/Aws_restJson1.d.ts +0 -821
  118. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1097
@@ -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 { de_DeleteAIPromptCommand, se_DeleteAIPromptCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAIPrompt } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAIPromptCommand 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", "DeleteAIPrompt", {})
17
13
  .n("QConnectClient", "DeleteAIPromptCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAIPromptCommand)
20
- .de(de_DeleteAIPromptCommand)
14
+ .sc(DeleteAIPrompt)
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 { de_DeleteAIPromptVersionCommand, se_DeleteAIPromptVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAIPromptVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAIPromptVersionCommand 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", "DeleteAIPromptVersion", {})
17
13
  .n("QConnectClient", "DeleteAIPromptVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAIPromptVersionCommand)
20
- .de(de_DeleteAIPromptVersionCommand)
14
+ .sc(DeleteAIPromptVersion)
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 { de_DeleteAssistantAssociationCommand, se_DeleteAssistantAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAssistantAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAssistantAssociationCommand 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", "DeleteAssistantAssociation", {})
17
13
  .n("QConnectClient", "DeleteAssistantAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAssistantAssociationCommand)
20
- .de(de_DeleteAssistantAssociationCommand)
14
+ .sc(DeleteAssistantAssociation)
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 { de_DeleteAssistantCommand, se_DeleteAssistantCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAssistant } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAssistantCommand 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", "DeleteAssistant", {})
17
13
  .n("QConnectClient", "DeleteAssistantCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAssistantCommand)
20
- .de(de_DeleteAssistantCommand)
14
+ .sc(DeleteAssistant)
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 { de_DeleteContentAssociationCommand, se_DeleteContentAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteContentAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteContentAssociationCommand 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", "DeleteContentAssociation", {})
17
13
  .n("QConnectClient", "DeleteContentAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteContentAssociationCommand)
20
- .de(de_DeleteContentAssociationCommand)
14
+ .sc(DeleteContentAssociation)
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 { de_DeleteContentCommand, se_DeleteContentCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteContent } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteContentCommand 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", "DeleteContent", {})
17
13
  .n("QConnectClient", "DeleteContentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteContentCommand)
20
- .de(de_DeleteContentCommand)
14
+ .sc(DeleteContent)
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 { de_DeleteImportJobCommand, se_DeleteImportJobCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteImportJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteImportJobCommand 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", "DeleteImportJob", {})
17
13
  .n("QConnectClient", "DeleteImportJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteImportJobCommand)
20
- .de(de_DeleteImportJobCommand)
14
+ .sc(DeleteImportJob)
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 { de_DeleteKnowledgeBaseCommand, se_DeleteKnowledgeBaseCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteKnowledgeBase } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteKnowledgeBaseCommand 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", "DeleteKnowledgeBase", {})
17
13
  .n("QConnectClient", "DeleteKnowledgeBaseCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteKnowledgeBaseCommand)
20
- .de(de_DeleteKnowledgeBaseCommand)
14
+ .sc(DeleteKnowledgeBase)
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 { de_DeleteMessageTemplateAttachmentCommand, se_DeleteMessageTemplateAttachmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteMessageTemplateAttachment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMessageTemplateAttachmentCommand 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", "DeleteMessageTemplateAttachment", {})
17
13
  .n("QConnectClient", "DeleteMessageTemplateAttachmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMessageTemplateAttachmentCommand)
20
- .de(de_DeleteMessageTemplateAttachmentCommand)
14
+ .sc(DeleteMessageTemplateAttachment)
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 { de_DeleteMessageTemplateCommand, se_DeleteMessageTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteMessageTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMessageTemplateCommand 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", "DeleteMessageTemplate", {})
17
13
  .n("QConnectClient", "DeleteMessageTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMessageTemplateCommand)
20
- .de(de_DeleteMessageTemplateCommand)
14
+ .sc(DeleteMessageTemplate)
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 { de_DeleteQuickResponseCommand, se_DeleteQuickResponseCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteQuickResponse } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteQuickResponseCommand 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", "DeleteQuickResponse", {})
17
13
  .n("QConnectClient", "DeleteQuickResponseCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteQuickResponseCommand)
20
- .de(de_DeleteQuickResponseCommand)
14
+ .sc(DeleteQuickResponse)
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 { de_GetAIAgentCommand, se_GetAIAgentCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAIAgent } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAIAgentCommand 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", "GetAIAgent", {})
17
13
  .n("QConnectClient", "GetAIAgentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAIAgentCommand)
20
- .de(de_GetAIAgentCommand)
14
+ .sc(GetAIAgent)
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 { GetAIGuardrailResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetAIGuardrailCommand, se_GetAIGuardrailCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAIGuardrail } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetAIGuardrailCommand 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", "GetAIGuardrail", {})
18
13
  .n("QConnectClient", "GetAIGuardrailCommand")
19
- .f(void 0, GetAIGuardrailResponseFilterSensitiveLog)
20
- .ser(se_GetAIGuardrailCommand)
21
- .de(de_GetAIGuardrailCommand)
14
+ .sc(GetAIGuardrail)
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 { GetAIPromptResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetAIPromptCommand, se_GetAIPromptCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAIPrompt } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetAIPromptCommand 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", "GetAIPrompt", {})
18
13
  .n("QConnectClient", "GetAIPromptCommand")
19
- .f(void 0, GetAIPromptResponseFilterSensitiveLog)
20
- .ser(se_GetAIPromptCommand)
21
- .de(de_GetAIPromptCommand)
14
+ .sc(GetAIPrompt)
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 { de_GetAssistantAssociationCommand, se_GetAssistantAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAssistantAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAssistantAssociationCommand 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", "GetAssistantAssociation", {})
17
13
  .n("QConnectClient", "GetAssistantAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAssistantAssociationCommand)
20
- .de(de_GetAssistantAssociationCommand)
14
+ .sc(GetAssistantAssociation)
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 { de_GetAssistantCommand, se_GetAssistantCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAssistant } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAssistantCommand 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", "GetAssistant", {})
17
13
  .n("QConnectClient", "GetAssistantCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAssistantCommand)
20
- .de(de_GetAssistantCommand)
14
+ .sc(GetAssistant)
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 { de_GetContentAssociationCommand, se_GetContentAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetContentAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetContentAssociationCommand 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", "GetContentAssociation", {})
17
13
  .n("QConnectClient", "GetContentAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetContentAssociationCommand)
20
- .de(de_GetContentAssociationCommand)
14
+ .sc(GetContentAssociation)
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 { GetContentResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetContentCommand, se_GetContentCommand } from "../protocols/Aws_restJson1";
4
+ import { GetContent } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetContentCommand 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", "GetContent", {})
18
13
  .n("QConnectClient", "GetContentCommand")
19
- .f(void 0, GetContentResponseFilterSensitiveLog)
20
- .ser(se_GetContentCommand)
21
- .de(de_GetContentCommand)
14
+ .sc(GetContent)
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 { de_GetContentSummaryCommand, se_GetContentSummaryCommand } from "../protocols/Aws_restJson1";
4
+ import { GetContentSummary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetContentSummaryCommand 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", "GetContentSummary", {})
17
13
  .n("QConnectClient", "GetContentSummaryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetContentSummaryCommand)
20
- .de(de_GetContentSummaryCommand)
14
+ .sc(GetContentSummary)
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 { GetImportJobResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_GetImportJobCommand, se_GetImportJobCommand } from "../protocols/Aws_restJson1";
4
+ import { GetImportJob } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetImportJobCommand 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", "GetImportJob", {})
18
13
  .n("QConnectClient", "GetImportJobCommand")
19
- .f(void 0, GetImportJobResponseFilterSensitiveLog)
20
- .ser(se_GetImportJobCommand)
21
- .de(de_GetImportJobCommand)
14
+ .sc(GetImportJob)
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 { GetKnowledgeBaseResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_GetKnowledgeBaseCommand, se_GetKnowledgeBaseCommand } from "../protocols/Aws_restJson1";
4
+ import { GetKnowledgeBase } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetKnowledgeBaseCommand 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", "GetKnowledgeBase", {})
18
13
  .n("QConnectClient", "GetKnowledgeBaseCommand")
19
- .f(void 0, GetKnowledgeBaseResponseFilterSensitiveLog)
20
- .ser(se_GetKnowledgeBaseCommand)
21
- .de(de_GetKnowledgeBaseCommand)
14
+ .sc(GetKnowledgeBase)
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 { GetMessageTemplateResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_GetMessageTemplateCommand, se_GetMessageTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMessageTemplate } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetMessageTemplateCommand 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", "GetMessageTemplate", {})
18
13
  .n("QConnectClient", "GetMessageTemplateCommand")
19
- .f(void 0, GetMessageTemplateResponseFilterSensitiveLog)
20
- .ser(se_GetMessageTemplateCommand)
21
- .de(de_GetMessageTemplateCommand)
14
+ .sc(GetMessageTemplate)
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 { GetNextMessageResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetNextMessageCommand, se_GetNextMessageCommand } from "../protocols/Aws_restJson1";
4
+ import { GetNextMessage } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetNextMessageCommand 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", "GetNextMessage", {})
18
13
  .n("QConnectClient", "GetNextMessageCommand")
19
- .f(void 0, GetNextMessageResponseFilterSensitiveLog)
20
- .ser(se_GetNextMessageCommand)
21
- .de(de_GetNextMessageCommand)
14
+ .sc(GetNextMessage)
22
15
  .build() {
23
16
  }