@aws-sdk/client-chime 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 (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 +5 -6
  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_GetAccountCommand, se_GetAccountCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAccount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAccountCommand 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", "GetAccount", {})
17
13
  .n("ChimeClient", "GetAccountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAccountCommand)
20
- .de(de_GetAccountCommand)
14
+ .sc(GetAccount)
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_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAccountSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAccountSettingsCommand 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", "GetAccountSettings", {})
17
13
  .n("ChimeClient", "GetAccountSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAccountSettingsCommand)
20
- .de(de_GetAccountSettingsCommand)
14
+ .sc(GetAccountSettings)
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 { GetBotResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetBotCommand, se_GetBotCommand } from "../protocols/Aws_restJson1";
4
+ import { GetBot } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetBotCommand 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", "GetBot", {})
18
13
  .n("ChimeClient", "GetBotCommand")
19
- .f(void 0, GetBotResponseFilterSensitiveLog)
20
- .ser(se_GetBotCommand)
21
- .de(de_GetBotCommand)
14
+ .sc(GetBot)
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 { GetEventsConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetEventsConfigurationCommand, se_GetEventsConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetEventsConfiguration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetEventsConfigurationCommand 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", "GetEventsConfiguration", {})
18
13
  .n("ChimeClient", "GetEventsConfigurationCommand")
19
- .f(void 0, GetEventsConfigurationResponseFilterSensitiveLog)
20
- .ser(se_GetEventsConfigurationCommand)
21
- .de(de_GetEventsConfigurationCommand)
14
+ .sc(GetEventsConfiguration)
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_GetGlobalSettingsCommand, se_GetGlobalSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGlobalSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGlobalSettingsCommand 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", "GetGlobalSettings", {})
17
13
  .n("ChimeClient", "GetGlobalSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetGlobalSettingsCommand)
20
- .de(de_GetGlobalSettingsCommand)
14
+ .sc(GetGlobalSettings)
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 { GetPhoneNumberResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetPhoneNumberCommand, se_GetPhoneNumberCommand } from "../protocols/Aws_restJson1";
4
+ import { GetPhoneNumber } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetPhoneNumberCommand 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", "GetPhoneNumber", {})
18
13
  .n("ChimeClient", "GetPhoneNumberCommand")
19
- .f(void 0, GetPhoneNumberResponseFilterSensitiveLog)
20
- .ser(se_GetPhoneNumberCommand)
21
- .de(de_GetPhoneNumberCommand)
14
+ .sc(GetPhoneNumber)
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 { GetPhoneNumberOrderResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetPhoneNumberOrderCommand, se_GetPhoneNumberOrderCommand } from "../protocols/Aws_restJson1";
4
+ import { GetPhoneNumberOrder } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetPhoneNumberOrderCommand 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", "GetPhoneNumberOrder", {})
18
13
  .n("ChimeClient", "GetPhoneNumberOrderCommand")
19
- .f(void 0, GetPhoneNumberOrderResponseFilterSensitiveLog)
20
- .ser(se_GetPhoneNumberOrderCommand)
21
- .de(de_GetPhoneNumberOrderCommand)
14
+ .sc(GetPhoneNumberOrder)
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 { GetPhoneNumberSettingsResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetPhoneNumberSettingsCommand, se_GetPhoneNumberSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetPhoneNumberSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetPhoneNumberSettingsCommand 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", "GetPhoneNumberSettings", {})
18
13
  .n("ChimeClient", "GetPhoneNumberSettingsCommand")
19
- .f(void 0, GetPhoneNumberSettingsResponseFilterSensitiveLog)
20
- .ser(se_GetPhoneNumberSettingsCommand)
21
- .de(de_GetPhoneNumberSettingsCommand)
14
+ .sc(GetPhoneNumberSettings)
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_GetRetentionSettingsCommand, se_GetRetentionSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetRetentionSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRetentionSettingsCommand 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", "GetRetentionSettings", {})
17
13
  .n("ChimeClient", "GetRetentionSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRetentionSettingsCommand)
20
- .de(de_GetRetentionSettingsCommand)
14
+ .sc(GetRetentionSettings)
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 { GetRoomResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetRoomCommand, se_GetRoomCommand } from "../protocols/Aws_restJson1";
4
+ import { GetRoom } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetRoomCommand 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", "GetRoom", {})
18
13
  .n("ChimeClient", "GetRoomCommand")
19
- .f(void 0, GetRoomResponseFilterSensitiveLog)
20
- .ser(se_GetRoomCommand)
21
- .de(de_GetRoomCommand)
14
+ .sc(GetRoom)
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 { GetUserResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_restJson1";
4
+ import { GetUser } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetUserCommand 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", "GetUser", {})
18
13
  .n("ChimeClient", "GetUserCommand")
19
- .f(void 0, GetUserResponseFilterSensitiveLog)
20
- .ser(se_GetUserCommand)
21
- .de(de_GetUserCommand)
14
+ .sc(GetUser)
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_GetUserSettingsCommand, se_GetUserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetUserSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUserSettingsCommand 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", "GetUserSettings", {})
17
13
  .n("ChimeClient", "GetUserSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUserSettingsCommand)
20
- .de(de_GetUserSettingsCommand)
14
+ .sc(GetUserSettings)
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 { InviteUsersRequestFilterSensitiveLog, InviteUsersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_InviteUsersCommand, se_InviteUsersCommand } from "../protocols/Aws_restJson1";
4
+ import { InviteUsers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class InviteUsersCommand 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", "InviteUsers", {})
18
13
  .n("ChimeClient", "InviteUsersCommand")
19
- .f(InviteUsersRequestFilterSensitiveLog, InviteUsersResponseFilterSensitiveLog)
20
- .ser(se_InviteUsersCommand)
21
- .de(de_InviteUsersCommand)
14
+ .sc(InviteUsers)
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 { ListAccountsRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_ListAccountsCommand, se_ListAccountsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAccounts } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAccountsCommand 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", "ListAccounts", {})
18
13
  .n("ChimeClient", "ListAccountsCommand")
19
- .f(ListAccountsRequestFilterSensitiveLog, void 0)
20
- .ser(se_ListAccountsCommand)
21
- .de(de_ListAccountsCommand)
14
+ .sc(ListAccounts)
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 { ListBotsResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_ListBotsCommand, se_ListBotsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListBots } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListBotsCommand 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", "ListBots", {})
18
13
  .n("ChimeClient", "ListBotsCommand")
19
- .f(void 0, ListBotsResponseFilterSensitiveLog)
20
- .ser(se_ListBotsCommand)
21
- .de(de_ListBotsCommand)
14
+ .sc(ListBots)
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 { ListPhoneNumberOrdersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListPhoneNumberOrdersCommand, se_ListPhoneNumberOrdersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListPhoneNumberOrders } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListPhoneNumberOrdersCommand 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", "ListPhoneNumberOrders", {})
18
13
  .n("ChimeClient", "ListPhoneNumberOrdersCommand")
19
- .f(void 0, ListPhoneNumberOrdersResponseFilterSensitiveLog)
20
- .ser(se_ListPhoneNumberOrdersCommand)
21
- .de(de_ListPhoneNumberOrdersCommand)
14
+ .sc(ListPhoneNumberOrders)
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 { ListPhoneNumbersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListPhoneNumbersCommand, se_ListPhoneNumbersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListPhoneNumbers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListPhoneNumbersCommand 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", "ListPhoneNumbers", {})
18
13
  .n("ChimeClient", "ListPhoneNumbersCommand")
19
- .f(void 0, ListPhoneNumbersResponseFilterSensitiveLog)
20
- .ser(se_ListPhoneNumbersCommand)
21
- .de(de_ListPhoneNumbersCommand)
14
+ .sc(ListPhoneNumbers)
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 { ListRoomMembershipsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListRoomMembershipsCommand, se_ListRoomMembershipsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListRoomMemberships } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListRoomMembershipsCommand 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", "ListRoomMemberships", {})
18
13
  .n("ChimeClient", "ListRoomMembershipsCommand")
19
- .f(void 0, ListRoomMembershipsResponseFilterSensitiveLog)
20
- .ser(se_ListRoomMembershipsCommand)
21
- .de(de_ListRoomMembershipsCommand)
14
+ .sc(ListRoomMemberships)
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 { ListRoomsResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_ListRoomsCommand, se_ListRoomsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListRooms } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListRoomsCommand 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", "ListRooms", {})
18
13
  .n("ChimeClient", "ListRoomsCommand")
19
- .f(void 0, ListRoomsResponseFilterSensitiveLog)
20
- .ser(se_ListRoomsCommand)
21
- .de(de_ListRoomsCommand)
14
+ .sc(ListRooms)
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_ListSupportedPhoneNumberCountriesCommand, se_ListSupportedPhoneNumberCountriesCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListSupportedPhoneNumberCountries } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSupportedPhoneNumberCountriesCommand 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", "ListSupportedPhoneNumberCountries", {})
17
13
  .n("ChimeClient", "ListSupportedPhoneNumberCountriesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSupportedPhoneNumberCountriesCommand)
20
- .de(de_ListSupportedPhoneNumberCountriesCommand)
14
+ .sc(ListSupportedPhoneNumberCountries)
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 { ListUsersRequestFilterSensitiveLog, ListUsersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListUsers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListUsersCommand 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", "ListUsers", {})
18
13
  .n("ChimeClient", "ListUsersCommand")
19
- .f(ListUsersRequestFilterSensitiveLog, ListUsersResponseFilterSensitiveLog)
20
- .ser(se_ListUsersCommand)
21
- .de(de_ListUsersCommand)
14
+ .sc(ListUsers)
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_LogoutUserCommand, se_LogoutUserCommand } from "../protocols/Aws_restJson1";
4
+ import { LogoutUser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class LogoutUserCommand 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", "LogoutUser", {})
17
13
  .n("ChimeClient", "LogoutUserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_LogoutUserCommand)
20
- .de(de_LogoutUserCommand)
14
+ .sc(LogoutUser)
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 { PutEventsConfigurationRequestFilterSensitiveLog, PutEventsConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_PutEventsConfigurationCommand, se_PutEventsConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { PutEventsConfiguration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class PutEventsConfigurationCommand 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", "PutEventsConfiguration", {})
18
13
  .n("ChimeClient", "PutEventsConfigurationCommand")
19
- .f(PutEventsConfigurationRequestFilterSensitiveLog, PutEventsConfigurationResponseFilterSensitiveLog)
20
- .ser(se_PutEventsConfigurationCommand)
21
- .de(de_PutEventsConfigurationCommand)
14
+ .sc(PutEventsConfiguration)
22
15
  .build() {
23
16
  }