@aws-sdk/client-chime-sdk-messaging 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 (75) hide show
  1. package/dist-cjs/index.js +2588 -2622
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChimeSDKMessagingClient.js +2 -0
  4. package/dist-es/commands/AssociateChannelFlowCommand.js +3 -9
  5. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +3 -10
  6. package/dist-es/commands/ChannelFlowCallbackCommand.js +3 -10
  7. package/dist-es/commands/CreateChannelBanCommand.js +3 -10
  8. package/dist-es/commands/CreateChannelCommand.js +3 -10
  9. package/dist-es/commands/CreateChannelFlowCommand.js +3 -10
  10. package/dist-es/commands/CreateChannelMembershipCommand.js +3 -10
  11. package/dist-es/commands/CreateChannelModeratorCommand.js +3 -10
  12. package/dist-es/commands/DeleteChannelBanCommand.js +3 -9
  13. package/dist-es/commands/DeleteChannelCommand.js +3 -9
  14. package/dist-es/commands/DeleteChannelFlowCommand.js +3 -9
  15. package/dist-es/commands/DeleteChannelMembershipCommand.js +3 -9
  16. package/dist-es/commands/DeleteChannelMessageCommand.js +3 -9
  17. package/dist-es/commands/DeleteChannelModeratorCommand.js +3 -9
  18. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +3 -9
  19. package/dist-es/commands/DescribeChannelBanCommand.js +3 -10
  20. package/dist-es/commands/DescribeChannelCommand.js +3 -10
  21. package/dist-es/commands/DescribeChannelFlowCommand.js +3 -10
  22. package/dist-es/commands/DescribeChannelMembershipCommand.js +3 -10
  23. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +3 -10
  24. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +3 -10
  25. package/dist-es/commands/DescribeChannelModeratorCommand.js +3 -10
  26. package/dist-es/commands/DisassociateChannelFlowCommand.js +3 -9
  27. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +3 -10
  28. package/dist-es/commands/GetChannelMessageCommand.js +3 -10
  29. package/dist-es/commands/GetChannelMessageStatusCommand.js +3 -9
  30. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +3 -9
  31. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +3 -9
  32. package/dist-es/commands/ListChannelBansCommand.js +3 -10
  33. package/dist-es/commands/ListChannelFlowsCommand.js +3 -10
  34. package/dist-es/commands/ListChannelMembershipsCommand.js +3 -10
  35. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +3 -10
  36. package/dist-es/commands/ListChannelMessagesCommand.js +3 -10
  37. package/dist-es/commands/ListChannelModeratorsCommand.js +3 -10
  38. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +3 -10
  39. package/dist-es/commands/ListChannelsCommand.js +3 -10
  40. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +3 -10
  41. package/dist-es/commands/ListSubChannelsCommand.js +3 -10
  42. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  43. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +3 -9
  44. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +3 -10
  45. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +3 -9
  46. package/dist-es/commands/RedactChannelMessageCommand.js +3 -9
  47. package/dist-es/commands/SearchChannelsCommand.js +3 -10
  48. package/dist-es/commands/SendChannelMessageCommand.js +3 -10
  49. package/dist-es/commands/TagResourceCommand.js +3 -10
  50. package/dist-es/commands/UntagResourceCommand.js +3 -10
  51. package/dist-es/commands/UpdateChannelCommand.js +3 -10
  52. package/dist-es/commands/UpdateChannelFlowCommand.js +3 -10
  53. package/dist-es/commands/UpdateChannelMessageCommand.js +3 -10
  54. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +3 -9
  55. package/dist-es/models/models_0.js +0 -367
  56. package/dist-es/runtimeConfig.shared.js +2 -0
  57. package/dist-es/schemas/schemas_0.js +2487 -0
  58. package/dist-types/ChimeSDKMessagingClient.d.ts +10 -1
  59. package/dist-types/models/models_0.d.ts +0 -284
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  61. package/dist-types/runtimeConfig.d.ts +1 -0
  62. package/dist-types/runtimeConfig.native.d.ts +1 -0
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  64. package/dist-types/schemas/schemas_0.d.ts +230 -0
  65. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +4 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +0 -201
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +237 -0
  72. package/package.json +33 -34
  73. package/dist-es/protocols/Aws_restJson1.js +0 -1828
  74. package/dist-types/protocols/Aws_restJson1.d.ts +0 -461
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -617
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.chimesdkmessaging" }),
28
30
  serviceId: config?.serviceId ?? "Chime SDK Messaging",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class ChimeSDKMessagingClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -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_AssociateChannelFlowCommand, se_AssociateChannelFlowCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateChannelFlow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateChannelFlowCommand 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("ChimeMessagingService", "AssociateChannelFlow", {})
17
13
  .n("ChimeSDKMessagingClient", "AssociateChannelFlowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateChannelFlowCommand)
20
- .de(de_AssociateChannelFlowCommand)
14
+ .sc(AssociateChannelFlow)
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 { BatchCreateChannelMembershipResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_BatchCreateChannelMembershipCommand, se_BatchCreateChannelMembershipCommand, } from "../protocols/Aws_restJson1";
4
+ import { BatchCreateChannelMembership } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class BatchCreateChannelMembershipCommand 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("ChimeMessagingService", "BatchCreateChannelMembership", {})
18
13
  .n("ChimeSDKMessagingClient", "BatchCreateChannelMembershipCommand")
19
- .f(void 0, BatchCreateChannelMembershipResponseFilterSensitiveLog)
20
- .ser(se_BatchCreateChannelMembershipCommand)
21
- .de(de_BatchCreateChannelMembershipCommand)
14
+ .sc(BatchCreateChannelMembership)
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 { ChannelFlowCallbackRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ChannelFlowCallbackCommand, se_ChannelFlowCallbackCommand } from "../protocols/Aws_restJson1";
4
+ import { ChannelFlowCallback } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ChannelFlowCallbackCommand 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("ChimeMessagingService", "ChannelFlowCallback", {})
18
13
  .n("ChimeSDKMessagingClient", "ChannelFlowCallbackCommand")
19
- .f(ChannelFlowCallbackRequestFilterSensitiveLog, void 0)
20
- .ser(se_ChannelFlowCallbackCommand)
21
- .de(de_ChannelFlowCallbackCommand)
14
+ .sc(ChannelFlowCallback)
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 { CreateChannelBanResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateChannelBanCommand, se_CreateChannelBanCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateChannelBan } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateChannelBanCommand 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("ChimeMessagingService", "CreateChannelBan", {})
18
13
  .n("ChimeSDKMessagingClient", "CreateChannelBanCommand")
19
- .f(void 0, CreateChannelBanResponseFilterSensitiveLog)
20
- .ser(se_CreateChannelBanCommand)
21
- .de(de_CreateChannelBanCommand)
14
+ .sc(CreateChannelBan)
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 { CreateChannelRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateChannel } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateChannelCommand 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("ChimeMessagingService", "CreateChannel", {})
18
13
  .n("ChimeSDKMessagingClient", "CreateChannelCommand")
19
- .f(CreateChannelRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateChannelCommand)
21
- .de(de_CreateChannelCommand)
14
+ .sc(CreateChannel)
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 { CreateChannelFlowRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateChannelFlowCommand, se_CreateChannelFlowCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateChannelFlow } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateChannelFlowCommand 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("ChimeMessagingService", "CreateChannelFlow", {})
18
13
  .n("ChimeSDKMessagingClient", "CreateChannelFlowCommand")
19
- .f(CreateChannelFlowRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateChannelFlowCommand)
21
- .de(de_CreateChannelFlowCommand)
14
+ .sc(CreateChannelFlow)
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 { CreateChannelMembershipResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateChannelMembershipCommand, se_CreateChannelMembershipCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateChannelMembership } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateChannelMembershipCommand 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("ChimeMessagingService", "CreateChannelMembership", {})
18
13
  .n("ChimeSDKMessagingClient", "CreateChannelMembershipCommand")
19
- .f(void 0, CreateChannelMembershipResponseFilterSensitiveLog)
20
- .ser(se_CreateChannelMembershipCommand)
21
- .de(de_CreateChannelMembershipCommand)
14
+ .sc(CreateChannelMembership)
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 { CreateChannelModeratorResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateChannelModeratorCommand, se_CreateChannelModeratorCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateChannelModerator } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateChannelModeratorCommand 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("ChimeMessagingService", "CreateChannelModerator", {})
18
13
  .n("ChimeSDKMessagingClient", "CreateChannelModeratorCommand")
19
- .f(void 0, CreateChannelModeratorResponseFilterSensitiveLog)
20
- .ser(se_CreateChannelModeratorCommand)
21
- .de(de_CreateChannelModeratorCommand)
14
+ .sc(CreateChannelModerator)
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_DeleteChannelBanCommand, se_DeleteChannelBanCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteChannelBan } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteChannelBanCommand 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("ChimeMessagingService", "DeleteChannelBan", {})
17
13
  .n("ChimeSDKMessagingClient", "DeleteChannelBanCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteChannelBanCommand)
20
- .de(de_DeleteChannelBanCommand)
14
+ .sc(DeleteChannelBan)
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_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteChannel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteChannelCommand 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("ChimeMessagingService", "DeleteChannel", {})
17
13
  .n("ChimeSDKMessagingClient", "DeleteChannelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteChannelCommand)
20
- .de(de_DeleteChannelCommand)
14
+ .sc(DeleteChannel)
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_DeleteChannelFlowCommand, se_DeleteChannelFlowCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteChannelFlow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteChannelFlowCommand 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("ChimeMessagingService", "DeleteChannelFlow", {})
17
13
  .n("ChimeSDKMessagingClient", "DeleteChannelFlowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteChannelFlowCommand)
20
- .de(de_DeleteChannelFlowCommand)
14
+ .sc(DeleteChannelFlow)
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_DeleteChannelMembershipCommand, se_DeleteChannelMembershipCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteChannelMembership } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteChannelMembershipCommand 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("ChimeMessagingService", "DeleteChannelMembership", {})
17
13
  .n("ChimeSDKMessagingClient", "DeleteChannelMembershipCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteChannelMembershipCommand)
20
- .de(de_DeleteChannelMembershipCommand)
14
+ .sc(DeleteChannelMembership)
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_DeleteChannelMessageCommand, se_DeleteChannelMessageCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteChannelMessage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteChannelMessageCommand 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("ChimeMessagingService", "DeleteChannelMessage", {})
17
13
  .n("ChimeSDKMessagingClient", "DeleteChannelMessageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteChannelMessageCommand)
20
- .de(de_DeleteChannelMessageCommand)
14
+ .sc(DeleteChannelMessage)
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_DeleteChannelModeratorCommand, se_DeleteChannelModeratorCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteChannelModerator } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteChannelModeratorCommand 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("ChimeMessagingService", "DeleteChannelModerator", {})
17
13
  .n("ChimeSDKMessagingClient", "DeleteChannelModeratorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteChannelModeratorCommand)
20
- .de(de_DeleteChannelModeratorCommand)
14
+ .sc(DeleteChannelModerator)
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_DeleteMessagingStreamingConfigurationsCommand, se_DeleteMessagingStreamingConfigurationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteMessagingStreamingConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMessagingStreamingConfigurationsCommand 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("ChimeMessagingService", "DeleteMessagingStreamingConfigurations", {})
17
13
  .n("ChimeSDKMessagingClient", "DeleteMessagingStreamingConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMessagingStreamingConfigurationsCommand)
20
- .de(de_DeleteMessagingStreamingConfigurationsCommand)
14
+ .sc(DeleteMessagingStreamingConfigurations)
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 { DescribeChannelBanResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DescribeChannelBanCommand, se_DescribeChannelBanCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeChannelBan } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeChannelBanCommand 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("ChimeMessagingService", "DescribeChannelBan", {})
18
13
  .n("ChimeSDKMessagingClient", "DescribeChannelBanCommand")
19
- .f(void 0, DescribeChannelBanResponseFilterSensitiveLog)
20
- .ser(se_DescribeChannelBanCommand)
21
- .de(de_DescribeChannelBanCommand)
14
+ .sc(DescribeChannelBan)
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 { DescribeChannelResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeChannel } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeChannelCommand 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("ChimeMessagingService", "DescribeChannel", {})
18
13
  .n("ChimeSDKMessagingClient", "DescribeChannelCommand")
19
- .f(void 0, DescribeChannelResponseFilterSensitiveLog)
20
- .ser(se_DescribeChannelCommand)
21
- .de(de_DescribeChannelCommand)
14
+ .sc(DescribeChannel)
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 { DescribeChannelFlowResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DescribeChannelFlowCommand, se_DescribeChannelFlowCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeChannelFlow } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeChannelFlowCommand 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("ChimeMessagingService", "DescribeChannelFlow", {})
18
13
  .n("ChimeSDKMessagingClient", "DescribeChannelFlowCommand")
19
- .f(void 0, DescribeChannelFlowResponseFilterSensitiveLog)
20
- .ser(se_DescribeChannelFlowCommand)
21
- .de(de_DescribeChannelFlowCommand)
14
+ .sc(DescribeChannelFlow)
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 { DescribeChannelMembershipResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DescribeChannelMembershipCommand, se_DescribeChannelMembershipCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeChannelMembership } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeChannelMembershipCommand 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("ChimeMessagingService", "DescribeChannelMembership", {})
18
13
  .n("ChimeSDKMessagingClient", "DescribeChannelMembershipCommand")
19
- .f(void 0, DescribeChannelMembershipResponseFilterSensitiveLog)
20
- .ser(se_DescribeChannelMembershipCommand)
21
- .de(de_DescribeChannelMembershipCommand)
14
+ .sc(DescribeChannelMembership)
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 { DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DescribeChannelMembershipForAppInstanceUserCommand, se_DescribeChannelMembershipForAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
4
+ import { DescribeChannelMembershipForAppInstanceUser } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeChannelMembershipForAppInstanceUserCommand 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("ChimeMessagingService", "DescribeChannelMembershipForAppInstanceUser", {})
18
13
  .n("ChimeSDKMessagingClient", "DescribeChannelMembershipForAppInstanceUserCommand")
19
- .f(void 0, DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog)
20
- .ser(se_DescribeChannelMembershipForAppInstanceUserCommand)
21
- .de(de_DescribeChannelMembershipForAppInstanceUserCommand)
14
+ .sc(DescribeChannelMembershipForAppInstanceUser)
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 { DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DescribeChannelModeratedByAppInstanceUserCommand, se_DescribeChannelModeratedByAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
4
+ import { DescribeChannelModeratedByAppInstanceUser } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeChannelModeratedByAppInstanceUserCommand 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("ChimeMessagingService", "DescribeChannelModeratedByAppInstanceUser", {})
18
13
  .n("ChimeSDKMessagingClient", "DescribeChannelModeratedByAppInstanceUserCommand")
19
- .f(void 0, DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog)
20
- .ser(se_DescribeChannelModeratedByAppInstanceUserCommand)
21
- .de(de_DescribeChannelModeratedByAppInstanceUserCommand)
14
+ .sc(DescribeChannelModeratedByAppInstanceUser)
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 { DescribeChannelModeratorResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DescribeChannelModeratorCommand, se_DescribeChannelModeratorCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeChannelModerator } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeChannelModeratorCommand 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("ChimeMessagingService", "DescribeChannelModerator", {})
18
13
  .n("ChimeSDKMessagingClient", "DescribeChannelModeratorCommand")
19
- .f(void 0, DescribeChannelModeratorResponseFilterSensitiveLog)
20
- .ser(se_DescribeChannelModeratorCommand)
21
- .de(de_DescribeChannelModeratorCommand)
14
+ .sc(DescribeChannelModerator)
22
15
  .build() {
23
16
  }