@aws-sdk/client-chime 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 (86) hide show
  1. package/dist-cjs/index.js +2286 -2820
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChimeClient.js +2 -0
  4. package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +3 -10
  5. package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +3 -9
  6. package/dist-es/commands/BatchCreateRoomMembershipCommand.js +3 -9
  7. package/dist-es/commands/BatchDeletePhoneNumberCommand.js +3 -9
  8. package/dist-es/commands/BatchSuspendUserCommand.js +3 -9
  9. package/dist-es/commands/BatchUnsuspendUserCommand.js +3 -9
  10. package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +3 -10
  11. package/dist-es/commands/BatchUpdateUserCommand.js +3 -10
  12. package/dist-es/commands/CreateAccountCommand.js +3 -9
  13. package/dist-es/commands/CreateBotCommand.js +3 -10
  14. package/dist-es/commands/CreateMeetingDialOutCommand.js +3 -10
  15. package/dist-es/commands/CreatePhoneNumberOrderCommand.js +3 -10
  16. package/dist-es/commands/CreateRoomCommand.js +3 -10
  17. package/dist-es/commands/CreateRoomMembershipCommand.js +3 -10
  18. package/dist-es/commands/CreateUserCommand.js +3 -10
  19. package/dist-es/commands/DeleteAccountCommand.js +3 -9
  20. package/dist-es/commands/DeleteEventsConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeletePhoneNumberCommand.js +3 -9
  22. package/dist-es/commands/DeleteRoomCommand.js +3 -9
  23. package/dist-es/commands/DeleteRoomMembershipCommand.js +3 -9
  24. package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +3 -9
  25. package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +3 -9
  26. package/dist-es/commands/GetAccountCommand.js +3 -9
  27. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  28. package/dist-es/commands/GetBotCommand.js +3 -10
  29. package/dist-es/commands/GetEventsConfigurationCommand.js +3 -10
  30. package/dist-es/commands/GetGlobalSettingsCommand.js +3 -9
  31. package/dist-es/commands/GetPhoneNumberCommand.js +3 -10
  32. package/dist-es/commands/GetPhoneNumberOrderCommand.js +3 -10
  33. package/dist-es/commands/GetPhoneNumberSettingsCommand.js +3 -10
  34. package/dist-es/commands/GetRetentionSettingsCommand.js +3 -9
  35. package/dist-es/commands/GetRoomCommand.js +3 -10
  36. package/dist-es/commands/GetUserCommand.js +3 -10
  37. package/dist-es/commands/GetUserSettingsCommand.js +3 -9
  38. package/dist-es/commands/InviteUsersCommand.js +3 -10
  39. package/dist-es/commands/ListAccountsCommand.js +3 -10
  40. package/dist-es/commands/ListBotsCommand.js +3 -10
  41. package/dist-es/commands/ListPhoneNumberOrdersCommand.js +3 -10
  42. package/dist-es/commands/ListPhoneNumbersCommand.js +3 -10
  43. package/dist-es/commands/ListRoomMembershipsCommand.js +3 -10
  44. package/dist-es/commands/ListRoomsCommand.js +3 -10
  45. package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +3 -9
  46. package/dist-es/commands/ListUsersCommand.js +3 -10
  47. package/dist-es/commands/LogoutUserCommand.js +3 -9
  48. package/dist-es/commands/PutEventsConfigurationCommand.js +3 -10
  49. package/dist-es/commands/PutRetentionSettingsCommand.js +3 -9
  50. package/dist-es/commands/RedactConversationMessageCommand.js +3 -9
  51. package/dist-es/commands/RedactRoomMessageCommand.js +3 -9
  52. package/dist-es/commands/RegenerateSecurityTokenCommand.js +3 -10
  53. package/dist-es/commands/ResetPersonalPINCommand.js +3 -10
  54. package/dist-es/commands/RestorePhoneNumberCommand.js +3 -10
  55. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +3 -10
  56. package/dist-es/commands/UpdateAccountCommand.js +3 -9
  57. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
  58. package/dist-es/commands/UpdateBotCommand.js +3 -10
  59. package/dist-es/commands/UpdateGlobalSettingsCommand.js +3 -9
  60. package/dist-es/commands/UpdatePhoneNumberCommand.js +3 -10
  61. package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +3 -10
  62. package/dist-es/commands/UpdateRoomCommand.js +3 -10
  63. package/dist-es/commands/UpdateRoomMembershipCommand.js +3 -10
  64. package/dist-es/commands/UpdateUserCommand.js +3 -10
  65. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -9
  66. package/dist-es/models/models_0.js +0 -262
  67. package/dist-es/runtimeConfig.shared.js +2 -0
  68. package/dist-es/schemas/schemas_0.js +2158 -0
  69. package/dist-types/ChimeClient.d.ts +10 -1
  70. package/dist-types/models/models_0.d.ts +0 -232
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  72. package/dist-types/runtimeConfig.d.ts +1 -0
  73. package/dist-types/runtimeConfig.native.d.ts +1 -0
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  75. package/dist-types/schemas/schemas_0.d.ts +251 -0
  76. package/dist-types/ts3.4/ChimeClient.d.ts +4 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +0 -162
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -0
  83. package/package.json +33 -34
  84. package/dist-es/protocols/Aws_restJson1.js +0 -2062
  85. package/dist-types/protocols/Aws_restJson1.d.ts +0 -560
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -749
@@ -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_PutRetentionSettingsCommand, se_PutRetentionSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { PutRetentionSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutRetentionSettingsCommand 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("UCBuzzConsoleService", "PutRetentionSettings", {})
17
13
  .n("ChimeClient", "PutRetentionSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutRetentionSettingsCommand)
20
- .de(de_PutRetentionSettingsCommand)
14
+ .sc(PutRetentionSettings)
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_RedactConversationMessageCommand, se_RedactConversationMessageCommand } from "../protocols/Aws_restJson1";
4
+ import { RedactConversationMessage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RedactConversationMessageCommand 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("UCBuzzConsoleService", "RedactConversationMessage", {})
17
13
  .n("ChimeClient", "RedactConversationMessageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RedactConversationMessageCommand)
20
- .de(de_RedactConversationMessageCommand)
14
+ .sc(RedactConversationMessage)
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_RedactRoomMessageCommand, se_RedactRoomMessageCommand } from "../protocols/Aws_restJson1";
4
+ import { RedactRoomMessage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RedactRoomMessageCommand 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("UCBuzzConsoleService", "RedactRoomMessage", {})
17
13
  .n("ChimeClient", "RedactRoomMessageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RedactRoomMessageCommand)
20
- .de(de_RedactRoomMessageCommand)
14
+ .sc(RedactRoomMessage)
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 { RegenerateSecurityTokenResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_RegenerateSecurityTokenCommand, se_RegenerateSecurityTokenCommand } from "../protocols/Aws_restJson1";
4
+ import { RegenerateSecurityToken } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class RegenerateSecurityTokenCommand 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("UCBuzzConsoleService", "RegenerateSecurityToken", {})
18
13
  .n("ChimeClient", "RegenerateSecurityTokenCommand")
19
- .f(void 0, RegenerateSecurityTokenResponseFilterSensitiveLog)
20
- .ser(se_RegenerateSecurityTokenCommand)
21
- .de(de_RegenerateSecurityTokenCommand)
14
+ .sc(RegenerateSecurityToken)
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 { ResetPersonalPINResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ResetPersonalPINCommand, se_ResetPersonalPINCommand } from "../protocols/Aws_restJson1";
4
+ import { ResetPersonalPIN } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ResetPersonalPINCommand 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("UCBuzzConsoleService", "ResetPersonalPIN", {})
18
13
  .n("ChimeClient", "ResetPersonalPINCommand")
19
- .f(void 0, ResetPersonalPINResponseFilterSensitiveLog)
20
- .ser(se_ResetPersonalPINCommand)
21
- .de(de_ResetPersonalPINCommand)
14
+ .sc(ResetPersonalPIN)
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 { RestorePhoneNumberResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_RestorePhoneNumberCommand, se_RestorePhoneNumberCommand } from "../protocols/Aws_restJson1";
4
+ import { RestorePhoneNumber } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class RestorePhoneNumberCommand 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("UCBuzzConsoleService", "RestorePhoneNumber", {})
18
13
  .n("ChimeClient", "RestorePhoneNumberCommand")
19
- .f(void 0, RestorePhoneNumberResponseFilterSensitiveLog)
20
- .ser(se_RestorePhoneNumberCommand)
21
- .de(de_RestorePhoneNumberCommand)
14
+ .sc(RestorePhoneNumber)
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 { SearchAvailablePhoneNumbersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_SearchAvailablePhoneNumbersCommand, se_SearchAvailablePhoneNumbersCommand, } from "../protocols/Aws_restJson1";
4
+ import { SearchAvailablePhoneNumbers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class SearchAvailablePhoneNumbersCommand 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("UCBuzzConsoleService", "SearchAvailablePhoneNumbers", {})
18
13
  .n("ChimeClient", "SearchAvailablePhoneNumbersCommand")
19
- .f(void 0, SearchAvailablePhoneNumbersResponseFilterSensitiveLog)
20
- .ser(se_SearchAvailablePhoneNumbersCommand)
21
- .de(de_SearchAvailablePhoneNumbersCommand)
14
+ .sc(SearchAvailablePhoneNumbers)
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_UpdateAccountCommand, se_UpdateAccountCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateAccount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateAccountCommand 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("UCBuzzConsoleService", "UpdateAccount", {})
17
13
  .n("ChimeClient", "UpdateAccountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateAccountCommand)
20
- .de(de_UpdateAccountCommand)
14
+ .sc(UpdateAccount)
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_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateAccountSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateAccountSettingsCommand 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("UCBuzzConsoleService", "UpdateAccountSettings", {})
17
13
  .n("ChimeClient", "UpdateAccountSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateAccountSettingsCommand)
20
- .de(de_UpdateAccountSettingsCommand)
14
+ .sc(UpdateAccountSettings)
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 { UpdateBotResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_UpdateBotCommand, se_UpdateBotCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateBot } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateBotCommand 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("UCBuzzConsoleService", "UpdateBot", {})
18
13
  .n("ChimeClient", "UpdateBotCommand")
19
- .f(void 0, UpdateBotResponseFilterSensitiveLog)
20
- .ser(se_UpdateBotCommand)
21
- .de(de_UpdateBotCommand)
14
+ .sc(UpdateBot)
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_UpdateGlobalSettingsCommand, se_UpdateGlobalSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateGlobalSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateGlobalSettingsCommand 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("UCBuzzConsoleService", "UpdateGlobalSettings", {})
17
13
  .n("ChimeClient", "UpdateGlobalSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateGlobalSettingsCommand)
20
- .de(de_UpdateGlobalSettingsCommand)
14
+ .sc(UpdateGlobalSettings)
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 { UpdatePhoneNumberRequestFilterSensitiveLog, UpdatePhoneNumberResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdatePhoneNumberCommand, se_UpdatePhoneNumberCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdatePhoneNumber } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdatePhoneNumberCommand 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("UCBuzzConsoleService", "UpdatePhoneNumber", {})
18
13
  .n("ChimeClient", "UpdatePhoneNumberCommand")
19
- .f(UpdatePhoneNumberRequestFilterSensitiveLog, UpdatePhoneNumberResponseFilterSensitiveLog)
20
- .ser(se_UpdatePhoneNumberCommand)
21
- .de(de_UpdatePhoneNumberCommand)
14
+ .sc(UpdatePhoneNumber)
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 { UpdatePhoneNumberSettingsRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdatePhoneNumberSettingsCommand, se_UpdatePhoneNumberSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdatePhoneNumberSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdatePhoneNumberSettingsCommand 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("UCBuzzConsoleService", "UpdatePhoneNumberSettings", {})
18
13
  .n("ChimeClient", "UpdatePhoneNumberSettingsCommand")
19
- .f(UpdatePhoneNumberSettingsRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdatePhoneNumberSettingsCommand)
21
- .de(de_UpdatePhoneNumberSettingsCommand)
14
+ .sc(UpdatePhoneNumberSettings)
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 { UpdateRoomRequestFilterSensitiveLog, UpdateRoomResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateRoomCommand, se_UpdateRoomCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateRoom } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateRoomCommand 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("UCBuzzConsoleService", "UpdateRoom", {})
18
13
  .n("ChimeClient", "UpdateRoomCommand")
19
- .f(UpdateRoomRequestFilterSensitiveLog, UpdateRoomResponseFilterSensitiveLog)
20
- .ser(se_UpdateRoomCommand)
21
- .de(de_UpdateRoomCommand)
14
+ .sc(UpdateRoom)
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 { UpdateRoomMembershipResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateRoomMembershipCommand, se_UpdateRoomMembershipCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateRoomMembership } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateRoomMembershipCommand 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("UCBuzzConsoleService", "UpdateRoomMembership", {})
18
13
  .n("ChimeClient", "UpdateRoomMembershipCommand")
19
- .f(void 0, UpdateRoomMembershipResponseFilterSensitiveLog)
20
- .ser(se_UpdateRoomMembershipCommand)
21
- .de(de_UpdateRoomMembershipCommand)
14
+ .sc(UpdateRoomMembership)
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 { UpdateUserRequestFilterSensitiveLog, UpdateUserResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateUser } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateUserCommand 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("UCBuzzConsoleService", "UpdateUser", {})
18
13
  .n("ChimeClient", "UpdateUserCommand")
19
- .f(UpdateUserRequestFilterSensitiveLog, UpdateUserResponseFilterSensitiveLog)
20
- .ser(se_UpdateUserCommand)
21
- .de(de_UpdateUserCommand)
14
+ .sc(UpdateUser)
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_UpdateUserSettingsCommand, se_UpdateUserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateUserSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateUserSettingsCommand 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("UCBuzzConsoleService", "UpdateUserSettings", {})
17
13
  .n("ChimeClient", "UpdateUserSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateUserSettingsCommand)
20
- .de(de_UpdateUserSettingsCommand)
14
+ .sc(UpdateUserSettings)
21
15
  .build() {
22
16
  }