@aws-sdk/client-qbusiness 3.927.0 → 3.929.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 (110) hide show
  1. package/dist-cjs/index.js +4259 -4204
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/QBusinessClient.js +2 -0
  4. package/dist-es/commands/AssociatePermissionCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteDocumentCommand.js +3 -9
  6. package/dist-es/commands/BatchPutDocumentCommand.js +3 -9
  7. package/dist-es/commands/CancelSubscriptionCommand.js +3 -9
  8. package/dist-es/commands/ChatCommand.js +3 -12
  9. package/dist-es/commands/ChatSyncCommand.js +3 -9
  10. package/dist-es/commands/CheckDocumentAccessCommand.js +3 -9
  11. package/dist-es/commands/CreateAnonymousWebExperienceUrlCommand.js +3 -9
  12. package/dist-es/commands/CreateApplicationCommand.js +3 -10
  13. package/dist-es/commands/CreateChatResponseConfigurationCommand.js +3 -9
  14. package/dist-es/commands/CreateDataAccessorCommand.js +3 -10
  15. package/dist-es/commands/CreateDataSourceCommand.js +3 -9
  16. package/dist-es/commands/CreateIndexCommand.js +3 -9
  17. package/dist-es/commands/CreatePluginCommand.js +3 -10
  18. package/dist-es/commands/CreateRetrieverCommand.js +3 -9
  19. package/dist-es/commands/CreateSubscriptionCommand.js +3 -9
  20. package/dist-es/commands/CreateUserCommand.js +3 -9
  21. package/dist-es/commands/CreateWebExperienceCommand.js +3 -9
  22. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  23. package/dist-es/commands/DeleteAttachmentCommand.js +3 -9
  24. package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DeleteChatResponseConfigurationCommand.js +3 -9
  26. package/dist-es/commands/DeleteConversationCommand.js +3 -9
  27. package/dist-es/commands/DeleteDataAccessorCommand.js +3 -9
  28. package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
  29. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteIndexCommand.js +3 -9
  31. package/dist-es/commands/DeletePluginCommand.js +3 -9
  32. package/dist-es/commands/DeleteRetrieverCommand.js +3 -9
  33. package/dist-es/commands/DeleteUserCommand.js +3 -9
  34. package/dist-es/commands/DeleteWebExperienceCommand.js +3 -9
  35. package/dist-es/commands/DisassociatePermissionCommand.js +3 -9
  36. package/dist-es/commands/GetApplicationCommand.js +3 -10
  37. package/dist-es/commands/GetChatControlsConfigurationCommand.js +3 -9
  38. package/dist-es/commands/GetChatResponseConfigurationCommand.js +3 -9
  39. package/dist-es/commands/GetDataAccessorCommand.js +3 -10
  40. package/dist-es/commands/GetDataSourceCommand.js +3 -9
  41. package/dist-es/commands/GetDocumentContentCommand.js +3 -9
  42. package/dist-es/commands/GetGroupCommand.js +3 -9
  43. package/dist-es/commands/GetIndexCommand.js +3 -9
  44. package/dist-es/commands/GetMediaCommand.js +3 -9
  45. package/dist-es/commands/GetPluginCommand.js +3 -10
  46. package/dist-es/commands/GetPolicyCommand.js +3 -9
  47. package/dist-es/commands/GetRetrieverCommand.js +3 -9
  48. package/dist-es/commands/GetUserCommand.js +3 -9
  49. package/dist-es/commands/GetWebExperienceCommand.js +3 -9
  50. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  51. package/dist-es/commands/ListAttachmentsCommand.js +3 -9
  52. package/dist-es/commands/ListChatResponseConfigurationsCommand.js +3 -9
  53. package/dist-es/commands/ListConversationsCommand.js +3 -9
  54. package/dist-es/commands/ListDataAccessorsCommand.js +3 -10
  55. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +3 -9
  56. package/dist-es/commands/ListDataSourcesCommand.js +3 -9
  57. package/dist-es/commands/ListDocumentsCommand.js +3 -9
  58. package/dist-es/commands/ListGroupsCommand.js +3 -9
  59. package/dist-es/commands/ListIndicesCommand.js +3 -9
  60. package/dist-es/commands/ListMessagesCommand.js +3 -9
  61. package/dist-es/commands/ListPluginActionsCommand.js +3 -9
  62. package/dist-es/commands/ListPluginTypeActionsCommand.js +3 -9
  63. package/dist-es/commands/ListPluginTypeMetadataCommand.js +3 -9
  64. package/dist-es/commands/ListPluginsCommand.js +3 -9
  65. package/dist-es/commands/ListRetrieversCommand.js +3 -9
  66. package/dist-es/commands/ListSubscriptionsCommand.js +3 -9
  67. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  68. package/dist-es/commands/ListWebExperiencesCommand.js +3 -9
  69. package/dist-es/commands/PutFeedbackCommand.js +3 -9
  70. package/dist-es/commands/PutGroupCommand.js +3 -9
  71. package/dist-es/commands/SearchRelevantContentCommand.js +3 -9
  72. package/dist-es/commands/StartDataSourceSyncJobCommand.js +3 -9
  73. package/dist-es/commands/StopDataSourceSyncJobCommand.js +3 -9
  74. package/dist-es/commands/TagResourceCommand.js +3 -9
  75. package/dist-es/commands/UntagResourceCommand.js +3 -9
  76. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  77. package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +3 -9
  78. package/dist-es/commands/UpdateChatResponseConfigurationCommand.js +3 -9
  79. package/dist-es/commands/UpdateDataAccessorCommand.js +3 -10
  80. package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
  81. package/dist-es/commands/UpdateIndexCommand.js +3 -9
  82. package/dist-es/commands/UpdatePluginCommand.js +3 -10
  83. package/dist-es/commands/UpdateRetrieverCommand.js +3 -9
  84. package/dist-es/commands/UpdateSubscriptionCommand.js +3 -9
  85. package/dist-es/commands/UpdateUserCommand.js +3 -9
  86. package/dist-es/commands/UpdateWebExperienceCommand.js +3 -9
  87. package/dist-es/models/models_0.js +0 -77
  88. package/dist-es/models/models_1.js +0 -39
  89. package/dist-es/runtimeConfig.shared.js +2 -0
  90. package/dist-es/schemas/schemas_0.js +4079 -0
  91. package/dist-types/QBusinessClient.d.ts +10 -1
  92. package/dist-types/models/models_0.d.ts +0 -48
  93. package/dist-types/models/models_1.d.ts +0 -20
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  95. package/dist-types/runtimeConfig.d.ts +1 -0
  96. package/dist-types/runtimeConfig.native.d.ts +1 -0
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/schemas/schemas_0.d.ts +485 -0
  99. package/dist-types/ts3.4/QBusinessClient.d.ts +4 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  101. package/dist-types/ts3.4/models/models_1.d.ts +0 -13
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  106. package/dist-types/ts3.4/schemas/schemas_0.d.ts +492 -0
  107. package/package.json +5 -6
  108. package/dist-es/protocols/Aws_restJson1.js +0 -3464
  109. package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
  110. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
@@ -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_DeleteConversationCommand, se_DeleteConversationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteConversation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteConversationCommand 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("ExpertQ", "DeleteConversation", {})
17
13
  .n("QBusinessClient", "DeleteConversationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteConversationCommand)
20
- .de(de_DeleteConversationCommand)
14
+ .sc(DeleteConversation)
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_DeleteDataAccessorCommand, se_DeleteDataAccessorCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataAccessor } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataAccessorCommand 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("ExpertQ", "DeleteDataAccessor", {})
17
13
  .n("QBusinessClient", "DeleteDataAccessorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataAccessorCommand)
20
- .de(de_DeleteDataAccessorCommand)
14
+ .sc(DeleteDataAccessor)
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_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataSourceCommand 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("ExpertQ", "DeleteDataSource", {})
17
13
  .n("QBusinessClient", "DeleteDataSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataSourceCommand)
20
- .de(de_DeleteDataSourceCommand)
14
+ .sc(DeleteDataSource)
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_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteGroupCommand 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("ExpertQ", "DeleteGroup", {})
17
13
  .n("QBusinessClient", "DeleteGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteGroupCommand)
20
- .de(de_DeleteGroupCommand)
14
+ .sc(DeleteGroup)
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_DeleteIndexCommand, se_DeleteIndexCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteIndex } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteIndexCommand 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("ExpertQ", "DeleteIndex", {})
17
13
  .n("QBusinessClient", "DeleteIndexCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteIndexCommand)
20
- .de(de_DeleteIndexCommand)
14
+ .sc(DeleteIndex)
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_DeletePluginCommand, se_DeletePluginCommand } from "../protocols/Aws_restJson1";
4
+ import { DeletePlugin } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePluginCommand 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("ExpertQ", "DeletePlugin", {})
17
13
  .n("QBusinessClient", "DeletePluginCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeletePluginCommand)
20
- .de(de_DeletePluginCommand)
14
+ .sc(DeletePlugin)
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_DeleteRetrieverCommand, se_DeleteRetrieverCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteRetriever } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRetrieverCommand 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("ExpertQ", "DeleteRetriever", {})
17
13
  .n("QBusinessClient", "DeleteRetrieverCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRetrieverCommand)
20
- .de(de_DeleteRetrieverCommand)
14
+ .sc(DeleteRetriever)
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_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteUser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteUserCommand 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("ExpertQ", "DeleteUser", {})
17
13
  .n("QBusinessClient", "DeleteUserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteUserCommand)
20
- .de(de_DeleteUserCommand)
14
+ .sc(DeleteUser)
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_DeleteWebExperienceCommand, se_DeleteWebExperienceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWebExperience } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWebExperienceCommand 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("ExpertQ", "DeleteWebExperience", {})
17
13
  .n("QBusinessClient", "DeleteWebExperienceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWebExperienceCommand)
20
- .de(de_DeleteWebExperienceCommand)
14
+ .sc(DeleteWebExperience)
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_DisassociatePermissionCommand, se_DisassociatePermissionCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociatePermission } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociatePermissionCommand 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("ExpertQ", "DisassociatePermission", {})
17
13
  .n("QBusinessClient", "DisassociatePermissionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociatePermissionCommand)
20
- .de(de_DisassociatePermissionCommand)
14
+ .sc(DisassociatePermission)
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 { GetApplicationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApplication } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetApplicationCommand 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("ExpertQ", "GetApplication", {})
18
13
  .n("QBusinessClient", "GetApplicationCommand")
19
- .f(void 0, GetApplicationResponseFilterSensitiveLog)
20
- .ser(se_GetApplicationCommand)
21
- .de(de_GetApplicationCommand)
14
+ .sc(GetApplication)
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_GetChatControlsConfigurationCommand, se_GetChatControlsConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetChatControlsConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetChatControlsConfigurationCommand 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("ExpertQ", "GetChatControlsConfiguration", {})
17
13
  .n("QBusinessClient", "GetChatControlsConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetChatControlsConfigurationCommand)
20
- .de(de_GetChatControlsConfigurationCommand)
14
+ .sc(GetChatControlsConfiguration)
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_GetChatResponseConfigurationCommand, se_GetChatResponseConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetChatResponseConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetChatResponseConfigurationCommand 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("ExpertQ", "GetChatResponseConfiguration", {})
17
13
  .n("QBusinessClient", "GetChatResponseConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetChatResponseConfigurationCommand)
20
- .de(de_GetChatResponseConfigurationCommand)
14
+ .sc(GetChatResponseConfiguration)
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 { GetDataAccessorResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_GetDataAccessorCommand, se_GetDataAccessorCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataAccessor } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetDataAccessorCommand 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("ExpertQ", "GetDataAccessor", {})
18
13
  .n("QBusinessClient", "GetDataAccessorCommand")
19
- .f(void 0, GetDataAccessorResponseFilterSensitiveLog)
20
- .ser(se_GetDataAccessorCommand)
21
- .de(de_GetDataAccessorCommand)
14
+ .sc(GetDataAccessor)
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_GetDataSourceCommand, se_GetDataSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataSourceCommand 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("ExpertQ", "GetDataSource", {})
17
13
  .n("QBusinessClient", "GetDataSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataSourceCommand)
20
- .de(de_GetDataSourceCommand)
14
+ .sc(GetDataSource)
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_GetDocumentContentCommand, se_GetDocumentContentCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDocumentContent } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDocumentContentCommand 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("ExpertQ", "GetDocumentContent", {})
17
13
  .n("QBusinessClient", "GetDocumentContentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDocumentContentCommand)
20
- .de(de_GetDocumentContentCommand)
14
+ .sc(GetDocumentContent)
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_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGroupCommand 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("ExpertQ", "GetGroup", {})
17
13
  .n("QBusinessClient", "GetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetGroupCommand)
20
- .de(de_GetGroupCommand)
14
+ .sc(GetGroup)
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_GetIndexCommand, se_GetIndexCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIndex } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetIndexCommand 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("ExpertQ", "GetIndex", {})
17
13
  .n("QBusinessClient", "GetIndexCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetIndexCommand)
20
- .de(de_GetIndexCommand)
14
+ .sc(GetIndex)
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_GetMediaCommand, se_GetMediaCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMedia } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMediaCommand 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("ExpertQ", "GetMedia", {})
17
13
  .n("QBusinessClient", "GetMediaCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMediaCommand)
20
- .de(de_GetMediaCommand)
14
+ .sc(GetMedia)
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 { GetPluginResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetPluginCommand, se_GetPluginCommand } from "../protocols/Aws_restJson1";
4
+ import { GetPlugin } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetPluginCommand 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("ExpertQ", "GetPlugin", {})
18
13
  .n("QBusinessClient", "GetPluginCommand")
19
- .f(void 0, GetPluginResponseFilterSensitiveLog)
20
- .ser(se_GetPluginCommand)
21
- .de(de_GetPluginCommand)
14
+ .sc(GetPlugin)
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_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { GetPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPolicyCommand 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("ExpertQ", "GetPolicy", {})
17
13
  .n("QBusinessClient", "GetPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetPolicyCommand)
20
- .de(de_GetPolicyCommand)
14
+ .sc(GetPolicy)
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_GetRetrieverCommand, se_GetRetrieverCommand } from "../protocols/Aws_restJson1";
4
+ import { GetRetriever } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRetrieverCommand 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("ExpertQ", "GetRetriever", {})
17
13
  .n("QBusinessClient", "GetRetrieverCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRetrieverCommand)
20
- .de(de_GetRetrieverCommand)
14
+ .sc(GetRetriever)
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_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_restJson1";
4
+ import { GetUser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUserCommand 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("ExpertQ", "GetUser", {})
17
13
  .n("QBusinessClient", "GetUserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUserCommand)
20
- .de(de_GetUserCommand)
14
+ .sc(GetUser)
21
15
  .build() {
22
16
  }