@aws-sdk/client-chime-sdk-messaging 3.295.0 → 3.297.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 (96) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/ChimeSDKMessaging.js +45 -0
  3. package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +46 -0
  4. package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +46 -0
  5. package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoint/ruleset.js +3 -3
  8. package/dist-cjs/models/models_0.js +32 -3
  9. package/dist-cjs/protocols/Aws_restJson1.js +243 -2
  10. package/dist-es/ChimeSDKMessaging.js +45 -0
  11. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +42 -0
  12. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +42 -0
  13. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +42 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoint/ruleset.js +3 -3
  16. package/dist-es/models/models_0.js +23 -0
  17. package/dist-es/protocols/Aws_restJson1.js +235 -0
  18. package/dist-types/ChimeSDKMessaging.d.ts +76 -40
  19. package/dist-types/ChimeSDKMessagingClient.d.ts +29 -6
  20. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +16 -1
  21. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +16 -0
  22. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateChannelBanCommand.d.ts +16 -1
  24. package/dist-types/commands/CreateChannelCommand.d.ts +16 -2
  25. package/dist-types/commands/CreateChannelFlowCommand.d.ts +17 -3
  26. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +16 -4
  27. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +16 -2
  28. package/dist-types/commands/DeleteChannelBanCommand.d.ts +16 -1
  29. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -1
  30. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +16 -1
  32. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +16 -1
  33. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +16 -1
  34. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +76 -0
  35. package/dist-types/commands/DescribeChannelBanCommand.d.ts +16 -2
  36. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -2
  37. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +16 -1
  40. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +16 -1
  41. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +16 -0
  42. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +16 -0
  43. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +16 -0
  44. package/dist-types/commands/GetChannelMessageCommand.d.ts +16 -1
  45. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +16 -3
  46. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +16 -0
  47. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +82 -0
  48. package/dist-types/commands/ListChannelBansCommand.d.ts +16 -1
  49. package/dist-types/commands/ListChannelFlowsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +16 -2
  51. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +16 -1
  52. package/dist-types/commands/ListChannelMessagesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +16 -0
  55. package/dist-types/commands/ListChannelsCommand.d.ts +16 -2
  56. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +16 -1
  57. package/dist-types/commands/ListSubChannelsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  59. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +16 -0
  60. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +86 -0
  61. package/dist-types/commands/RedactChannelMessageCommand.d.ts +16 -1
  62. package/dist-types/commands/SearchChannelsCommand.d.ts +16 -0
  63. package/dist-types/commands/SendChannelMessageCommand.d.ts +16 -2
  64. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +16 -1
  69. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +16 -1
  70. package/dist-types/commands/index.d.ts +3 -0
  71. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  72. package/dist-types/models/ChimeSDKMessagingServiceException.d.ts +2 -0
  73. package/dist-types/models/models_0.d.ts +430 -0
  74. package/dist-types/pagination/Interfaces.d.ts +3 -0
  75. package/dist-types/pagination/ListChannelBansPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListChannelFlowsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListSubChannelsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/SearchChannelsPaginator.d.ts +3 -0
  86. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  87. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +69 -0
  88. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +18 -0
  89. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +37 -0
  90. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +41 -0
  91. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +41 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  93. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  94. package/dist-types/ts3.4/models/models_0.d.ts +42 -0
  95. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  96. package/package.json +29 -29
package/README.md CHANGED
@@ -320,6 +320,14 @@ DeleteChannelModerator
320
320
 
321
321
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/deletechannelmoderatorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/deletechannelmoderatorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/deletechannelmoderatorcommandoutput.html)
322
322
 
323
+ </details>
324
+ <details>
325
+ <summary>
326
+ DeleteMessagingStreamingConfigurations
327
+ </summary>
328
+
329
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/deletemessagingstreamingconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/deletemessagingstreamingconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/deletemessagingstreamingconfigurationscommandoutput.html)
330
+
323
331
  </details>
324
332
  <details>
325
333
  <summary>
@@ -416,6 +424,14 @@ GetMessagingSessionEndpoint
416
424
 
417
425
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/getmessagingsessionendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/getmessagingsessionendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/getmessagingsessionendpointcommandoutput.html)
418
426
 
427
+ </details>
428
+ <details>
429
+ <summary>
430
+ GetMessagingStreamingConfigurations
431
+ </summary>
432
+
433
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/getmessagingstreamingconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/getmessagingstreamingconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/getmessagingstreamingconfigurationscommandoutput.html)
434
+
419
435
  </details>
420
436
  <details>
421
437
  <summary>
@@ -512,6 +528,14 @@ PutChannelMembershipPreferences
512
528
 
513
529
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/putchannelmembershippreferencescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/putchannelmembershippreferencescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/putchannelmembershippreferencescommandoutput.html)
514
530
 
531
+ </details>
532
+ <details>
533
+ <summary>
534
+ PutMessagingStreamingConfigurations
535
+ </summary>
536
+
537
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/classes/putmessagingstreamingconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/putmessagingstreamingconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-messaging/interfaces/putmessagingstreamingconfigurationscommandoutput.html)
538
+
515
539
  </details>
516
540
  <details>
517
541
  <summary>
@@ -16,6 +16,7 @@ const DeleteChannelFlowCommand_1 = require("./commands/DeleteChannelFlowCommand"
16
16
  const DeleteChannelMembershipCommand_1 = require("./commands/DeleteChannelMembershipCommand");
17
17
  const DeleteChannelMessageCommand_1 = require("./commands/DeleteChannelMessageCommand");
18
18
  const DeleteChannelModeratorCommand_1 = require("./commands/DeleteChannelModeratorCommand");
19
+ const DeleteMessagingStreamingConfigurationsCommand_1 = require("./commands/DeleteMessagingStreamingConfigurationsCommand");
19
20
  const DescribeChannelBanCommand_1 = require("./commands/DescribeChannelBanCommand");
20
21
  const DescribeChannelCommand_1 = require("./commands/DescribeChannelCommand");
21
22
  const DescribeChannelFlowCommand_1 = require("./commands/DescribeChannelFlowCommand");
@@ -28,6 +29,7 @@ const GetChannelMembershipPreferencesCommand_1 = require("./commands/GetChannelM
28
29
  const GetChannelMessageCommand_1 = require("./commands/GetChannelMessageCommand");
29
30
  const GetChannelMessageStatusCommand_1 = require("./commands/GetChannelMessageStatusCommand");
30
31
  const GetMessagingSessionEndpointCommand_1 = require("./commands/GetMessagingSessionEndpointCommand");
32
+ const GetMessagingStreamingConfigurationsCommand_1 = require("./commands/GetMessagingStreamingConfigurationsCommand");
31
33
  const ListChannelBansCommand_1 = require("./commands/ListChannelBansCommand");
32
34
  const ListChannelFlowsCommand_1 = require("./commands/ListChannelFlowsCommand");
33
35
  const ListChannelMembershipsCommand_1 = require("./commands/ListChannelMembershipsCommand");
@@ -40,6 +42,7 @@ const ListChannelsModeratedByAppInstanceUserCommand_1 = require("./commands/List
40
42
  const ListSubChannelsCommand_1 = require("./commands/ListSubChannelsCommand");
41
43
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
42
44
  const PutChannelMembershipPreferencesCommand_1 = require("./commands/PutChannelMembershipPreferencesCommand");
45
+ const PutMessagingStreamingConfigurationsCommand_1 = require("./commands/PutMessagingStreamingConfigurationsCommand");
43
46
  const RedactChannelMessageCommand_1 = require("./commands/RedactChannelMessageCommand");
44
47
  const SearchChannelsCommand_1 = require("./commands/SearchChannelsCommand");
45
48
  const SendChannelMessageCommand_1 = require("./commands/SendChannelMessageCommand");
@@ -246,6 +249,20 @@ class ChimeSDKMessaging extends ChimeSDKMessagingClient_1.ChimeSDKMessagingClien
246
249
  return this.send(command, optionsOrCb);
247
250
  }
248
251
  }
252
+ deleteMessagingStreamingConfigurations(args, optionsOrCb, cb) {
253
+ const command = new DeleteMessagingStreamingConfigurationsCommand_1.DeleteMessagingStreamingConfigurationsCommand(args);
254
+ if (typeof optionsOrCb === "function") {
255
+ this.send(command, optionsOrCb);
256
+ }
257
+ else if (typeof cb === "function") {
258
+ if (typeof optionsOrCb !== "object")
259
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
260
+ this.send(command, optionsOrCb || {}, cb);
261
+ }
262
+ else {
263
+ return this.send(command, optionsOrCb);
264
+ }
265
+ }
249
266
  describeChannel(args, optionsOrCb, cb) {
250
267
  const command = new DescribeChannelCommand_1.DescribeChannelCommand(args);
251
268
  if (typeof optionsOrCb === "function") {
@@ -414,6 +431,20 @@ class ChimeSDKMessaging extends ChimeSDKMessagingClient_1.ChimeSDKMessagingClien
414
431
  return this.send(command, optionsOrCb);
415
432
  }
416
433
  }
434
+ getMessagingStreamingConfigurations(args, optionsOrCb, cb) {
435
+ const command = new GetMessagingStreamingConfigurationsCommand_1.GetMessagingStreamingConfigurationsCommand(args);
436
+ if (typeof optionsOrCb === "function") {
437
+ this.send(command, optionsOrCb);
438
+ }
439
+ else if (typeof cb === "function") {
440
+ if (typeof optionsOrCb !== "object")
441
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
442
+ this.send(command, optionsOrCb || {}, cb);
443
+ }
444
+ else {
445
+ return this.send(command, optionsOrCb);
446
+ }
447
+ }
417
448
  listChannelBans(args, optionsOrCb, cb) {
418
449
  const command = new ListChannelBansCommand_1.ListChannelBansCommand(args);
419
450
  if (typeof optionsOrCb === "function") {
@@ -582,6 +613,20 @@ class ChimeSDKMessaging extends ChimeSDKMessagingClient_1.ChimeSDKMessagingClien
582
613
  return this.send(command, optionsOrCb);
583
614
  }
584
615
  }
616
+ putMessagingStreamingConfigurations(args, optionsOrCb, cb) {
617
+ const command = new PutMessagingStreamingConfigurationsCommand_1.PutMessagingStreamingConfigurationsCommand(args);
618
+ if (typeof optionsOrCb === "function") {
619
+ this.send(command, optionsOrCb);
620
+ }
621
+ else if (typeof cb === "function") {
622
+ if (typeof optionsOrCb !== "object")
623
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
624
+ this.send(command, optionsOrCb || {}, cb);
625
+ }
626
+ else {
627
+ return this.send(command, optionsOrCb);
628
+ }
629
+ }
585
630
  redactChannelMessage(args, optionsOrCb, cb) {
586
631
  const command = new RedactChannelMessageCommand_1.RedactChannelMessageCommand(args);
587
632
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteMessagingStreamingConfigurationsCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const models_0_1 = require("../models/models_0");
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class DeleteMessagingStreamingConfigurationsCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteMessagingStreamingConfigurationsCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "ChimeSDKMessagingClient";
28
+ const commandName = "DeleteMessagingStreamingConfigurationsCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: models_0_1.DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (output) => output,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DeleteMessagingStreamingConfigurationsCommand = DeleteMessagingStreamingConfigurationsCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetMessagingStreamingConfigurationsCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const models_0_1 = require("../models/models_0");
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class GetMessagingStreamingConfigurationsCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetMessagingStreamingConfigurationsCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "ChimeSDKMessagingClient";
28
+ const commandName = "GetMessagingStreamingConfigurationsCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: models_0_1.GetMessagingStreamingConfigurationsRequestFilterSensitiveLog,
34
+ outputFilterSensitiveLog: models_0_1.GetMessagingStreamingConfigurationsResponseFilterSensitiveLog,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMessagingStreamingConfigurationsCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMessagingStreamingConfigurationsCommand)(output, context);
44
+ }
45
+ }
46
+ exports.GetMessagingStreamingConfigurationsCommand = GetMessagingStreamingConfigurationsCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PutMessagingStreamingConfigurationsCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const models_0_1 = require("../models/models_0");
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class PutMessagingStreamingConfigurationsCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutMessagingStreamingConfigurationsCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "ChimeSDKMessagingClient";
28
+ const commandName = "PutMessagingStreamingConfigurationsCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: models_0_1.PutMessagingStreamingConfigurationsRequestFilterSensitiveLog,
34
+ outputFilterSensitiveLog: models_0_1.PutMessagingStreamingConfigurationsResponseFilterSensitiveLog,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutMessagingStreamingConfigurationsCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutMessagingStreamingConfigurationsCommand)(output, context);
44
+ }
45
+ }
46
+ exports.PutMessagingStreamingConfigurationsCommand = PutMessagingStreamingConfigurationsCommand;
@@ -15,6 +15,7 @@ tslib_1.__exportStar(require("./DeleteChannelFlowCommand"), exports);
15
15
  tslib_1.__exportStar(require("./DeleteChannelMembershipCommand"), exports);
16
16
  tslib_1.__exportStar(require("./DeleteChannelMessageCommand"), exports);
17
17
  tslib_1.__exportStar(require("./DeleteChannelModeratorCommand"), exports);
18
+ tslib_1.__exportStar(require("./DeleteMessagingStreamingConfigurationsCommand"), exports);
18
19
  tslib_1.__exportStar(require("./DescribeChannelBanCommand"), exports);
19
20
  tslib_1.__exportStar(require("./DescribeChannelCommand"), exports);
20
21
  tslib_1.__exportStar(require("./DescribeChannelFlowCommand"), exports);
@@ -27,6 +28,7 @@ tslib_1.__exportStar(require("./GetChannelMembershipPreferencesCommand"), export
27
28
  tslib_1.__exportStar(require("./GetChannelMessageCommand"), exports);
28
29
  tslib_1.__exportStar(require("./GetChannelMessageStatusCommand"), exports);
29
30
  tslib_1.__exportStar(require("./GetMessagingSessionEndpointCommand"), exports);
31
+ tslib_1.__exportStar(require("./GetMessagingStreamingConfigurationsCommand"), exports);
30
32
  tslib_1.__exportStar(require("./ListChannelBansCommand"), exports);
31
33
  tslib_1.__exportStar(require("./ListChannelFlowsCommand"), exports);
32
34
  tslib_1.__exportStar(require("./ListChannelMembershipsCommand"), exports);
@@ -39,6 +41,7 @@ tslib_1.__exportStar(require("./ListChannelsModeratedByAppInstanceUserCommand"),
39
41
  tslib_1.__exportStar(require("./ListSubChannelsCommand"), exports);
40
42
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
41
43
  tslib_1.__exportStar(require("./PutChannelMembershipPreferencesCommand"), exports);
44
+ tslib_1.__exportStar(require("./PutMessagingStreamingConfigurationsCommand"), exports);
42
45
  tslib_1.__exportStar(require("./RedactChannelMessageCommand"), exports);
43
46
  tslib_1.__exportStar(require("./SearchChannelsCommand"), exports);
44
47
  tslib_1.__exportStar(require("./SendChannelMessageCommand"), exports);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const r = "fn", s = "argv", t = "ref";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [t]: "Endpoint" }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, k = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, l = {}, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: d }, "supportsFIPS"] }] }, n = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: d }, "supportsDualStack"] }] }, o = [i], p = [j], q = [k];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [r]: "aws.partition", [s]: [{ [t]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [r]: "isSet", [s]: o }, { [r]: "parseURL", [s]: o, assign: "url" }], type: e, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://messaging-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://messaging-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: q, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://messaging-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://messaging-chime.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://messaging-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://messaging-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://messaging-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://messaging-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChannelMembershipPreferencesFilterSensitiveLog = exports.PushNotificationPreferencesFilterSensitiveLog = exports.ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog = exports.ChannelSummaryFilterSensitiveLog = exports.ChannelMembershipFilterSensitiveLog = exports.ChannelFlowSummaryFilterSensitiveLog = exports.ChannelFlowCallbackResponseFilterSensitiveLog = exports.ChannelFlowCallbackRequestFilterSensitiveLog = exports.ChannelMessageCallbackFilterSensitiveLog = exports.PushNotificationConfigurationFilterSensitiveLog = exports.MessageAttributeValueFilterSensitiveLog = exports.ChannelFlowFilterSensitiveLog = exports.ProcessorFilterSensitiveLog = exports.ProcessorConfigurationFilterSensitiveLog = exports.LambdaConfigurationFilterSensitiveLog = exports.ChannelBanSummaryFilterSensitiveLog = exports.ChannelBanFilterSensitiveLog = exports.ChannelAssociatedWithFlowSummaryFilterSensitiveLog = exports.ChannelFilterSensitiveLog = exports.ElasticChannelConfigurationFilterSensitiveLog = exports.BatchCreateChannelMembershipResponseFilterSensitiveLog = exports.BatchCreateChannelMembershipErrorFilterSensitiveLog = exports.BatchCreateChannelMembershipRequestFilterSensitiveLog = exports.BatchChannelMembershipsFilterSensitiveLog = exports.IdentityFilterSensitiveLog = exports.AssociateChannelFlowRequestFilterSensitiveLog = exports.AppInstanceUserMembershipSummaryFilterSensitiveLog = exports.SearchFieldOperator = exports.SearchFieldKey = exports.SortOrder = exports.ChannelMessageType = exports.ChannelMessageStatus = exports.ChannelMessagePersistenceType = exports.PushNotificationType = exports.FallbackAction = exports.InvocationType = exports.ChannelPrivacy = exports.ChannelMode = exports.ResourceLimitExceededException = exports.UnauthorizedClientException = exports.ThrottledClientException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.NotFoundException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.ErrorCode = exports.ChannelMembershipType = exports.AllowNotifications = void 0;
4
- exports.ListChannelBansResponseFilterSensitiveLog = exports.ListChannelBansRequestFilterSensitiveLog = exports.GetMessagingSessionEndpointResponseFilterSensitiveLog = exports.MessagingSessionEndpointFilterSensitiveLog = exports.GetMessagingSessionEndpointRequestFilterSensitiveLog = exports.GetChannelMessageStatusResponseFilterSensitiveLog = exports.GetChannelMessageStatusRequestFilterSensitiveLog = exports.GetChannelMessageResponseFilterSensitiveLog = exports.GetChannelMessageRequestFilterSensitiveLog = exports.GetChannelMembershipPreferencesResponseFilterSensitiveLog = exports.GetChannelMembershipPreferencesRequestFilterSensitiveLog = exports.DisassociateChannelFlowRequestFilterSensitiveLog = exports.DescribeChannelModeratorResponseFilterSensitiveLog = exports.DescribeChannelModeratorRequestFilterSensitiveLog = exports.DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog = exports.DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog = exports.DescribeChannelMembershipResponseFilterSensitiveLog = exports.DescribeChannelMembershipRequestFilterSensitiveLog = exports.DescribeChannelFlowResponseFilterSensitiveLog = exports.DescribeChannelFlowRequestFilterSensitiveLog = exports.DescribeChannelBanResponseFilterSensitiveLog = exports.DescribeChannelBanRequestFilterSensitiveLog = exports.DescribeChannelResponseFilterSensitiveLog = exports.DescribeChannelRequestFilterSensitiveLog = exports.DeleteChannelModeratorRequestFilterSensitiveLog = exports.DeleteChannelMessageRequestFilterSensitiveLog = exports.DeleteChannelMembershipRequestFilterSensitiveLog = exports.DeleteChannelFlowRequestFilterSensitiveLog = exports.DeleteChannelBanRequestFilterSensitiveLog = exports.DeleteChannelRequestFilterSensitiveLog = exports.CreateChannelModeratorResponseFilterSensitiveLog = exports.CreateChannelModeratorRequestFilterSensitiveLog = exports.CreateChannelMembershipResponseFilterSensitiveLog = exports.CreateChannelMembershipRequestFilterSensitiveLog = exports.CreateChannelFlowResponseFilterSensitiveLog = exports.CreateChannelFlowRequestFilterSensitiveLog = exports.CreateChannelBanResponseFilterSensitiveLog = exports.CreateChannelBanRequestFilterSensitiveLog = exports.CreateChannelResponseFilterSensitiveLog = exports.CreateChannelRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ChannelModeratorSummaryFilterSensitiveLog = exports.ChannelModeratorFilterSensitiveLog = exports.ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog = exports.ChannelMessageSummaryFilterSensitiveLog = exports.ChannelMessageFilterSensitiveLog = exports.ChannelMessageStatusStructureFilterSensitiveLog = exports.ChannelMembershipSummaryFilterSensitiveLog = void 0;
5
- exports.UpdateChannelReadMarkerResponseFilterSensitiveLog = exports.UpdateChannelReadMarkerRequestFilterSensitiveLog = exports.UpdateChannelMessageResponseFilterSensitiveLog = exports.UpdateChannelMessageRequestFilterSensitiveLog = exports.UpdateChannelFlowResponseFilterSensitiveLog = exports.UpdateChannelFlowRequestFilterSensitiveLog = exports.UpdateChannelResponseFilterSensitiveLog = exports.UpdateChannelRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SendChannelMessageResponseFilterSensitiveLog = exports.SendChannelMessageRequestFilterSensitiveLog = exports.SearchChannelsResponseFilterSensitiveLog = exports.SearchChannelsRequestFilterSensitiveLog = exports.SearchFieldFilterSensitiveLog = exports.RedactChannelMessageResponseFilterSensitiveLog = exports.RedactChannelMessageRequestFilterSensitiveLog = exports.PutChannelMembershipPreferencesResponseFilterSensitiveLog = exports.PutChannelMembershipPreferencesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListSubChannelsResponseFilterSensitiveLog = exports.SubChannelSummaryFilterSensitiveLog = exports.ListSubChannelsRequestFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog = exports.ListChannelsResponseFilterSensitiveLog = exports.ListChannelsRequestFilterSensitiveLog = exports.ListChannelModeratorsResponseFilterSensitiveLog = exports.ListChannelModeratorsRequestFilterSensitiveLog = exports.ListChannelMessagesResponseFilterSensitiveLog = exports.ListChannelMessagesRequestFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelMembershipsResponseFilterSensitiveLog = exports.ListChannelMembershipsRequestFilterSensitiveLog = exports.ListChannelFlowsResponseFilterSensitiveLog = exports.ListChannelFlowsRequestFilterSensitiveLog = void 0;
3
+ exports.PushNotificationPreferencesFilterSensitiveLog = exports.ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog = exports.ChannelSummaryFilterSensitiveLog = exports.ChannelMembershipFilterSensitiveLog = exports.ChannelFlowSummaryFilterSensitiveLog = exports.ChannelFlowCallbackResponseFilterSensitiveLog = exports.ChannelFlowCallbackRequestFilterSensitiveLog = exports.ChannelMessageCallbackFilterSensitiveLog = exports.PushNotificationConfigurationFilterSensitiveLog = exports.MessageAttributeValueFilterSensitiveLog = exports.ChannelFlowFilterSensitiveLog = exports.ProcessorFilterSensitiveLog = exports.ProcessorConfigurationFilterSensitiveLog = exports.LambdaConfigurationFilterSensitiveLog = exports.ChannelBanSummaryFilterSensitiveLog = exports.ChannelBanFilterSensitiveLog = exports.ChannelAssociatedWithFlowSummaryFilterSensitiveLog = exports.ChannelFilterSensitiveLog = exports.ElasticChannelConfigurationFilterSensitiveLog = exports.BatchCreateChannelMembershipResponseFilterSensitiveLog = exports.BatchCreateChannelMembershipErrorFilterSensitiveLog = exports.BatchCreateChannelMembershipRequestFilterSensitiveLog = exports.BatchChannelMembershipsFilterSensitiveLog = exports.IdentityFilterSensitiveLog = exports.AssociateChannelFlowRequestFilterSensitiveLog = exports.AppInstanceUserMembershipSummaryFilterSensitiveLog = exports.SearchFieldOperator = exports.SearchFieldKey = exports.SortOrder = exports.MessagingDataType = exports.ChannelMessageType = exports.ChannelMessageStatus = exports.ChannelMessagePersistenceType = exports.PushNotificationType = exports.FallbackAction = exports.InvocationType = exports.ChannelPrivacy = exports.ChannelMode = exports.ResourceLimitExceededException = exports.UnauthorizedClientException = exports.ThrottledClientException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.NotFoundException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.ErrorCode = exports.ChannelMembershipType = exports.AllowNotifications = void 0;
4
+ exports.GetMessagingSessionEndpointResponseFilterSensitiveLog = exports.MessagingSessionEndpointFilterSensitiveLog = exports.GetMessagingSessionEndpointRequestFilterSensitiveLog = exports.GetChannelMessageStatusResponseFilterSensitiveLog = exports.GetChannelMessageStatusRequestFilterSensitiveLog = exports.GetChannelMessageResponseFilterSensitiveLog = exports.GetChannelMessageRequestFilterSensitiveLog = exports.GetChannelMembershipPreferencesResponseFilterSensitiveLog = exports.GetChannelMembershipPreferencesRequestFilterSensitiveLog = exports.DisassociateChannelFlowRequestFilterSensitiveLog = exports.DescribeChannelModeratorResponseFilterSensitiveLog = exports.DescribeChannelModeratorRequestFilterSensitiveLog = exports.DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog = exports.DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog = exports.DescribeChannelMembershipResponseFilterSensitiveLog = exports.DescribeChannelMembershipRequestFilterSensitiveLog = exports.DescribeChannelFlowResponseFilterSensitiveLog = exports.DescribeChannelFlowRequestFilterSensitiveLog = exports.DescribeChannelBanResponseFilterSensitiveLog = exports.DescribeChannelBanRequestFilterSensitiveLog = exports.DescribeChannelResponseFilterSensitiveLog = exports.DescribeChannelRequestFilterSensitiveLog = exports.DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog = exports.DeleteChannelModeratorRequestFilterSensitiveLog = exports.DeleteChannelMessageRequestFilterSensitiveLog = exports.DeleteChannelMembershipRequestFilterSensitiveLog = exports.DeleteChannelFlowRequestFilterSensitiveLog = exports.DeleteChannelBanRequestFilterSensitiveLog = exports.DeleteChannelRequestFilterSensitiveLog = exports.CreateChannelModeratorResponseFilterSensitiveLog = exports.CreateChannelModeratorRequestFilterSensitiveLog = exports.CreateChannelMembershipResponseFilterSensitiveLog = exports.CreateChannelMembershipRequestFilterSensitiveLog = exports.CreateChannelFlowResponseFilterSensitiveLog = exports.CreateChannelFlowRequestFilterSensitiveLog = exports.CreateChannelBanResponseFilterSensitiveLog = exports.CreateChannelBanRequestFilterSensitiveLog = exports.CreateChannelResponseFilterSensitiveLog = exports.CreateChannelRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ChannelModeratorSummaryFilterSensitiveLog = exports.ChannelModeratorFilterSensitiveLog = exports.ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog = exports.ChannelMessageSummaryFilterSensitiveLog = exports.ChannelMessageFilterSensitiveLog = exports.ChannelMessageStatusStructureFilterSensitiveLog = exports.ChannelMembershipSummaryFilterSensitiveLog = exports.ChannelMembershipPreferencesFilterSensitiveLog = void 0;
5
+ exports.UpdateChannelReadMarkerResponseFilterSensitiveLog = exports.UpdateChannelReadMarkerRequestFilterSensitiveLog = exports.UpdateChannelMessageResponseFilterSensitiveLog = exports.UpdateChannelMessageRequestFilterSensitiveLog = exports.UpdateChannelFlowResponseFilterSensitiveLog = exports.UpdateChannelFlowRequestFilterSensitiveLog = exports.UpdateChannelResponseFilterSensitiveLog = exports.UpdateChannelRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SendChannelMessageResponseFilterSensitiveLog = exports.SendChannelMessageRequestFilterSensitiveLog = exports.SearchChannelsResponseFilterSensitiveLog = exports.SearchChannelsRequestFilterSensitiveLog = exports.SearchFieldFilterSensitiveLog = exports.RedactChannelMessageResponseFilterSensitiveLog = exports.RedactChannelMessageRequestFilterSensitiveLog = exports.PutMessagingStreamingConfigurationsResponseFilterSensitiveLog = exports.PutMessagingStreamingConfigurationsRequestFilterSensitiveLog = exports.PutChannelMembershipPreferencesResponseFilterSensitiveLog = exports.PutChannelMembershipPreferencesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListSubChannelsResponseFilterSensitiveLog = exports.SubChannelSummaryFilterSensitiveLog = exports.ListSubChannelsRequestFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog = exports.ListChannelsResponseFilterSensitiveLog = exports.ListChannelsRequestFilterSensitiveLog = exports.ListChannelModeratorsResponseFilterSensitiveLog = exports.ListChannelModeratorsRequestFilterSensitiveLog = exports.ListChannelMessagesResponseFilterSensitiveLog = exports.ListChannelMessagesRequestFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelMembershipsResponseFilterSensitiveLog = exports.ListChannelMembershipsRequestFilterSensitiveLog = exports.ListChannelFlowsResponseFilterSensitiveLog = exports.ListChannelFlowsRequestFilterSensitiveLog = exports.ListChannelBansResponseFilterSensitiveLog = exports.ListChannelBansRequestFilterSensitiveLog = exports.GetMessagingStreamingConfigurationsResponseFilterSensitiveLog = exports.StreamingConfigurationFilterSensitiveLog = exports.GetMessagingStreamingConfigurationsRequestFilterSensitiveLog = void 0;
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const ChimeSDKMessagingServiceException_1 = require("./ChimeSDKMessagingServiceException");
8
8
  var AllowNotifications;
@@ -210,6 +210,11 @@ var ChannelMessageType;
210
210
  ChannelMessageType["CONTROL"] = "CONTROL";
211
211
  ChannelMessageType["STANDARD"] = "STANDARD";
212
212
  })(ChannelMessageType = exports.ChannelMessageType || (exports.ChannelMessageType = {}));
213
+ var MessagingDataType;
214
+ (function (MessagingDataType) {
215
+ MessagingDataType["Channel"] = "Channel";
216
+ MessagingDataType["ChannelMessage"] = "ChannelMessage";
217
+ })(MessagingDataType = exports.MessagingDataType || (exports.MessagingDataType = {}));
213
218
  var SortOrder;
214
219
  (function (SortOrder) {
215
220
  SortOrder["ASCENDING"] = "ASCENDING";
@@ -499,6 +504,10 @@ const DeleteChannelModeratorRequestFilterSensitiveLog = (obj) => ({
499
504
  ...obj,
500
505
  });
501
506
  exports.DeleteChannelModeratorRequestFilterSensitiveLog = DeleteChannelModeratorRequestFilterSensitiveLog;
507
+ const DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog = (obj) => ({
508
+ ...obj,
509
+ });
510
+ exports.DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog = DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog;
502
511
  const DescribeChannelRequestFilterSensitiveLog = (obj) => ({
503
512
  ...obj,
504
513
  });
@@ -607,6 +616,18 @@ const GetMessagingSessionEndpointResponseFilterSensitiveLog = (obj) => ({
607
616
  ...obj,
608
617
  });
609
618
  exports.GetMessagingSessionEndpointResponseFilterSensitiveLog = GetMessagingSessionEndpointResponseFilterSensitiveLog;
619
+ const GetMessagingStreamingConfigurationsRequestFilterSensitiveLog = (obj) => ({
620
+ ...obj,
621
+ });
622
+ exports.GetMessagingStreamingConfigurationsRequestFilterSensitiveLog = GetMessagingStreamingConfigurationsRequestFilterSensitiveLog;
623
+ const StreamingConfigurationFilterSensitiveLog = (obj) => ({
624
+ ...obj,
625
+ });
626
+ exports.StreamingConfigurationFilterSensitiveLog = StreamingConfigurationFilterSensitiveLog;
627
+ const GetMessagingStreamingConfigurationsResponseFilterSensitiveLog = (obj) => ({
628
+ ...obj,
629
+ });
630
+ exports.GetMessagingStreamingConfigurationsResponseFilterSensitiveLog = GetMessagingStreamingConfigurationsResponseFilterSensitiveLog;
610
631
  const ListChannelBansRequestFilterSensitiveLog = (obj) => ({
611
632
  ...obj,
612
633
  ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
@@ -752,6 +773,14 @@ const PutChannelMembershipPreferencesResponseFilterSensitiveLog = (obj) => ({
752
773
  ...(obj.Preferences && { Preferences: (0, exports.ChannelMembershipPreferencesFilterSensitiveLog)(obj.Preferences) }),
753
774
  });
754
775
  exports.PutChannelMembershipPreferencesResponseFilterSensitiveLog = PutChannelMembershipPreferencesResponseFilterSensitiveLog;
776
+ const PutMessagingStreamingConfigurationsRequestFilterSensitiveLog = (obj) => ({
777
+ ...obj,
778
+ });
779
+ exports.PutMessagingStreamingConfigurationsRequestFilterSensitiveLog = PutMessagingStreamingConfigurationsRequestFilterSensitiveLog;
780
+ const PutMessagingStreamingConfigurationsResponseFilterSensitiveLog = (obj) => ({
781
+ ...obj,
782
+ });
783
+ exports.PutMessagingStreamingConfigurationsResponseFilterSensitiveLog = PutMessagingStreamingConfigurationsResponseFilterSensitiveLog;
755
784
  const RedactChannelMessageRequestFilterSensitiveLog = (obj) => ({
756
785
  ...obj,
757
786
  });