@aws-sdk/client-qbusiness 3.645.0 → 3.650.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 (66) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +56 -168
  3. package/dist-es/commands/BatchDeleteDocumentCommand.js +1 -3
  4. package/dist-es/commands/BatchPutDocumentCommand.js +1 -3
  5. package/dist-es/commands/ChatCommand.js +1 -3
  6. package/dist-es/commands/ChatSyncCommand.js +1 -3
  7. package/dist-es/commands/CreateApplicationCommand.js +1 -3
  8. package/dist-es/commands/CreateDataSourceCommand.js +1 -3
  9. package/dist-es/commands/CreateIndexCommand.js +1 -3
  10. package/dist-es/commands/CreatePluginCommand.js +1 -3
  11. package/dist-es/commands/CreateRetrieverCommand.js +1 -3
  12. package/dist-es/commands/CreateUserCommand.js +1 -3
  13. package/dist-es/commands/CreateWebExperienceCommand.js +1 -3
  14. package/dist-es/commands/DeleteApplicationCommand.js +1 -3
  15. package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +1 -3
  16. package/dist-es/commands/DeleteConversationCommand.js +1 -3
  17. package/dist-es/commands/DeleteDataSourceCommand.js +1 -3
  18. package/dist-es/commands/DeleteGroupCommand.js +1 -3
  19. package/dist-es/commands/DeleteIndexCommand.js +1 -3
  20. package/dist-es/commands/DeletePluginCommand.js +1 -3
  21. package/dist-es/commands/DeleteRetrieverCommand.js +1 -3
  22. package/dist-es/commands/DeleteUserCommand.js +1 -3
  23. package/dist-es/commands/DeleteWebExperienceCommand.js +1 -3
  24. package/dist-es/commands/GetApplicationCommand.js +1 -3
  25. package/dist-es/commands/GetChatControlsConfigurationCommand.js +1 -3
  26. package/dist-es/commands/GetDataSourceCommand.js +1 -3
  27. package/dist-es/commands/GetGroupCommand.js +1 -3
  28. package/dist-es/commands/GetIndexCommand.js +1 -3
  29. package/dist-es/commands/GetPluginCommand.js +1 -3
  30. package/dist-es/commands/GetRetrieverCommand.js +1 -3
  31. package/dist-es/commands/GetUserCommand.js +1 -3
  32. package/dist-es/commands/GetWebExperienceCommand.js +1 -3
  33. package/dist-es/commands/ListApplicationsCommand.js +1 -3
  34. package/dist-es/commands/ListConversationsCommand.js +1 -3
  35. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +1 -3
  36. package/dist-es/commands/ListDataSourcesCommand.js +1 -3
  37. package/dist-es/commands/ListDocumentsCommand.js +1 -3
  38. package/dist-es/commands/ListGroupsCommand.js +1 -3
  39. package/dist-es/commands/ListIndicesCommand.js +1 -3
  40. package/dist-es/commands/ListMessagesCommand.js +1 -3
  41. package/dist-es/commands/ListPluginsCommand.js +1 -3
  42. package/dist-es/commands/ListRetrieversCommand.js +1 -3
  43. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  44. package/dist-es/commands/ListWebExperiencesCommand.js +1 -3
  45. package/dist-es/commands/PutFeedbackCommand.js +1 -3
  46. package/dist-es/commands/PutGroupCommand.js +1 -3
  47. package/dist-es/commands/StartDataSourceSyncJobCommand.js +1 -3
  48. package/dist-es/commands/StopDataSourceSyncJobCommand.js +1 -3
  49. package/dist-es/commands/TagResourceCommand.js +1 -3
  50. package/dist-es/commands/UntagResourceCommand.js +1 -3
  51. package/dist-es/commands/UpdateApplicationCommand.js +1 -3
  52. package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +1 -3
  53. package/dist-es/commands/UpdateDataSourceCommand.js +1 -3
  54. package/dist-es/commands/UpdateIndexCommand.js +1 -3
  55. package/dist-es/commands/UpdatePluginCommand.js +1 -3
  56. package/dist-es/commands/UpdateRetrieverCommand.js +1 -3
  57. package/dist-es/commands/UpdateUserCommand.js +1 -3
  58. package/dist-es/commands/UpdateWebExperienceCommand.js +1 -3
  59. package/dist-es/endpoint/endpointResolver.js +7 -3
  60. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  61. package/dist-types/runtimeConfig.d.ts +2 -0
  62. package/dist-types/runtimeConfig.native.d.ts +2 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  66. package/package.json +40 -40
@@ -6,9 +6,7 @@ import { de_ChatSyncCommand, se_ChatSyncCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class ChatSyncCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
7
7
  export { $Command };
8
8
  export class CreateApplicationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDataSourceCommand, se_CreateDataSourceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateIndexCommand, se_CreateIndexCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class CreateIndexCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreatePluginCommand, se_CreatePluginCommand } from "../protocols/Aws
7
7
  export { $Command };
8
8
  export class CreatePluginCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateRetrieverCommand, se_CreateRetrieverCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateRetrieverCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class CreateUserCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateWebExperienceCommand, se_CreateWebExperienceCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateWebExperienceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteChatControlsConfigurationCommand, se_DeleteChatControlsConfigu
6
6
  export { $Command };
7
7
  export class DeleteChatControlsConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteConversationCommand, se_DeleteConversationCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteConversationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteIndexCommand, se_DeleteIndexCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteIndexCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePluginCommand, se_DeletePluginCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeletePluginCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRetrieverCommand, se_DeleteRetrieverCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteRetrieverCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class DeleteUserCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteWebExperienceCommand, se_DeleteWebExperienceCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteWebExperienceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class GetApplicationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetChatControlsConfigurationCommand, se_GetChatControlsConfiguration
6
6
  export { $Command };
7
7
  export class GetChatControlsConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDataSourceCommand, se_GetDataSourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class GetGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetIndexCommand, se_GetIndexCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class GetIndexCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetPluginCommand, se_GetPluginCommand } from "../protocols/Aws_restJ
7
7
  export { $Command };
8
8
  export class GetPluginCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetRetrieverCommand, se_GetRetrieverCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetRetrieverCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_restJson1
6
6
  export { $Command };
7
7
  export class GetUserCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetWebExperienceCommand, se_GetWebExperienceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetWebExperienceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListApplicationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConversationsCommand, se_ListConversationsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListConversationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDataSourceSyncJobsCommand, se_ListDataSourceSyncJobsCommand } fr
6
6
  export { $Command };
7
7
  export class ListDataSourceSyncJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListDataSourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDocumentsCommand, se_ListDocumentsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListDocumentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ListGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListIndicesCommand, se_ListIndicesCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class ListIndicesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListMessagesCommand, se_ListMessagesCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListMessagesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListPluginsCommand, se_ListPluginsCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class ListPluginsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListRetrieversCommand, se_ListRetrieversCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListRetrieversCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListWebExperiencesCommand, se_ListWebExperiencesCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListWebExperiencesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutFeedbackCommand, se_PutFeedbackCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class PutFeedbackCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutGroupCommand, se_PutGroupCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class PutGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartDataSourceSyncJobCommand, se_StartDataSourceSyncJobCommand } fr
6
6
  export { $Command };
7
7
  export class StartDataSourceSyncJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopDataSourceSyncJobCommand, se_StopDataSourceSyncJobCommand } from
6
6
  export { $Command };
7
7
  export class StopDataSourceSyncJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateChatControlsConfigurationCommand, se_UpdateChatControlsConfigu
6
6
  export { $Command };
7
7
  export class UpdateChatControlsConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateIndexCommand, se_UpdateIndexCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class UpdateIndexCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdatePluginCommand, se_UpdatePluginCommand } from "../protocols/Aws
7
7
  export { $Command };
8
8
  export class UpdatePluginCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateRetrieverCommand, se_UpdateRetrieverCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class UpdateRetrieverCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class UpdateUserCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateWebExperienceCommand, se_UpdateWebExperienceCommand } from "..
6
6
  export { $Command };
7
7
  export class UpdateWebExperienceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),