@aws-sdk/client-qbusiness 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 (110) hide show
  1. package/dist-cjs/index.js +4259 -4402
  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 -257
  88. package/dist-es/models/models_1.js +0 -57
  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 +68 -65
  93. package/dist-types/models/models_1.d.ts +4 -21
  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 -59
  101. package/dist-types/ts3.4/models/models_1.d.ts +0 -14
  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 +38 -39
  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_StopDataSourceSyncJobCommand, se_StopDataSourceSyncJobCommand } from "../protocols/Aws_restJson1";
4
+ import { StopDataSourceSyncJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopDataSourceSyncJobCommand 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", "StopDataSourceSyncJob", {})
17
13
  .n("QBusinessClient", "StopDataSourceSyncJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopDataSourceSyncJobCommand)
20
- .de(de_StopDataSourceSyncJobCommand)
14
+ .sc(StopDataSourceSyncJob)
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand 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", "TagResource", {})
17
13
  .n("QBusinessClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand 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", "UntagResource", {})
17
13
  .n("QBusinessClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
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_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateApplication } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateApplicationCommand 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", "UpdateApplication", {})
17
13
  .n("QBusinessClient", "UpdateApplicationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateApplicationCommand)
20
- .de(de_UpdateApplicationCommand)
14
+ .sc(UpdateApplication)
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_UpdateChatControlsConfigurationCommand, se_UpdateChatControlsConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateChatControlsConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateChatControlsConfigurationCommand 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", "UpdateChatControlsConfiguration", {})
17
13
  .n("QBusinessClient", "UpdateChatControlsConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateChatControlsConfigurationCommand)
20
- .de(de_UpdateChatControlsConfigurationCommand)
14
+ .sc(UpdateChatControlsConfiguration)
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_UpdateChatResponseConfigurationCommand, se_UpdateChatResponseConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateChatResponseConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateChatResponseConfigurationCommand 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", "UpdateChatResponseConfiguration", {})
17
13
  .n("QBusinessClient", "UpdateChatResponseConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateChatResponseConfigurationCommand)
20
- .de(de_UpdateChatResponseConfigurationCommand)
14
+ .sc(UpdateChatResponseConfiguration)
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 { UpdateDataAccessorRequestFilterSensitiveLog } from "../models/models_1";
6
- import { de_UpdateDataAccessorCommand, se_UpdateDataAccessorCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateDataAccessor } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateDataAccessorCommand 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", "UpdateDataAccessor", {})
18
13
  .n("QBusinessClient", "UpdateDataAccessorCommand")
19
- .f(UpdateDataAccessorRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateDataAccessorCommand)
21
- .de(de_UpdateDataAccessorCommand)
14
+ .sc(UpdateDataAccessor)
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_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateDataSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateDataSourceCommand 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", "UpdateDataSource", {})
17
13
  .n("QBusinessClient", "UpdateDataSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateDataSourceCommand)
20
- .de(de_UpdateDataSourceCommand)
14
+ .sc(UpdateDataSource)
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_UpdateIndexCommand, se_UpdateIndexCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateIndex } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateIndexCommand 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", "UpdateIndex", {})
17
13
  .n("QBusinessClient", "UpdateIndexCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateIndexCommand)
20
- .de(de_UpdateIndexCommand)
14
+ .sc(UpdateIndex)
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 { UpdatePluginRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_UpdatePluginCommand, se_UpdatePluginCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdatePlugin } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdatePluginCommand 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", "UpdatePlugin", {})
18
13
  .n("QBusinessClient", "UpdatePluginCommand")
19
- .f(UpdatePluginRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdatePluginCommand)
21
- .de(de_UpdatePluginCommand)
14
+ .sc(UpdatePlugin)
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_UpdateRetrieverCommand, se_UpdateRetrieverCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateRetriever } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateRetrieverCommand 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", "UpdateRetriever", {})
17
13
  .n("QBusinessClient", "UpdateRetrieverCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateRetrieverCommand)
20
- .de(de_UpdateRetrieverCommand)
14
+ .sc(UpdateRetriever)
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_UpdateSubscriptionCommand, se_UpdateSubscriptionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateSubscriptionCommand 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", "UpdateSubscription", {})
17
13
  .n("QBusinessClient", "UpdateSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateSubscriptionCommand)
20
- .de(de_UpdateSubscriptionCommand)
14
+ .sc(UpdateSubscription)
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_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateUser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateUserCommand 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", "UpdateUser", {})
17
13
  .n("QBusinessClient", "UpdateUserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateUserCommand)
20
- .de(de_UpdateUserCommand)
14
+ .sc(UpdateUser)
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_UpdateWebExperienceCommand, se_UpdateWebExperienceCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateWebExperience } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateWebExperienceCommand 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", "UpdateWebExperience", {})
17
13
  .n("QBusinessClient", "UpdateWebExperienceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateWebExperienceCommand)
20
- .de(de_UpdateWebExperienceCommand)
14
+ .sc(UpdateWebExperience)
21
15
  .build() {
22
16
  }