@aws-sdk/client-chime-sdk-messaging 3.490.0 → 3.496.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 (76) hide show
  1. package/dist-cjs/ChimeSDKMessaging.js +1 -113
  2. package/dist-cjs/ChimeSDKMessagingClient.js +1 -43
  3. package/dist-cjs/commands/AssociateChannelFlowCommand.js +1 -28
  4. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +1 -29
  5. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +1 -29
  6. package/dist-cjs/commands/CreateChannelBanCommand.js +1 -29
  7. package/dist-cjs/commands/CreateChannelCommand.js +1 -29
  8. package/dist-cjs/commands/CreateChannelFlowCommand.js +1 -29
  9. package/dist-cjs/commands/CreateChannelMembershipCommand.js +1 -29
  10. package/dist-cjs/commands/CreateChannelModeratorCommand.js +1 -29
  11. package/dist-cjs/commands/DeleteChannelBanCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteChannelFlowCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteChannelMessageCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeChannelBanCommand.js +1 -29
  19. package/dist-cjs/commands/DescribeChannelCommand.js +1 -29
  20. package/dist-cjs/commands/DescribeChannelFlowCommand.js +1 -29
  21. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +1 -29
  22. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +1 -29
  23. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +1 -29
  24. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +1 -29
  25. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +1 -28
  26. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +1 -29
  27. package/dist-cjs/commands/GetChannelMessageCommand.js +1 -29
  28. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +1 -28
  29. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +1 -28
  30. package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +1 -28
  31. package/dist-cjs/commands/ListChannelBansCommand.js +1 -29
  32. package/dist-cjs/commands/ListChannelFlowsCommand.js +1 -29
  33. package/dist-cjs/commands/ListChannelMembershipsCommand.js +1 -29
  34. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +1 -29
  35. package/dist-cjs/commands/ListChannelMessagesCommand.js +1 -29
  36. package/dist-cjs/commands/ListChannelModeratorsCommand.js +1 -29
  37. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +1 -29
  38. package/dist-cjs/commands/ListChannelsCommand.js +1 -29
  39. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +1 -29
  40. package/dist-cjs/commands/ListSubChannelsCommand.js +1 -29
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  42. package/dist-cjs/commands/PutChannelExpirationSettingsCommand.js +1 -28
  43. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +1 -29
  44. package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +1 -28
  45. package/dist-cjs/commands/RedactChannelMessageCommand.js +1 -28
  46. package/dist-cjs/commands/SearchChannelsCommand.js +1 -29
  47. package/dist-cjs/commands/SendChannelMessageCommand.js +1 -29
  48. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  49. package/dist-cjs/commands/UntagResourceCommand.js +1 -29
  50. package/dist-cjs/commands/UpdateChannelCommand.js +1 -29
  51. package/dist-cjs/commands/UpdateChannelFlowCommand.js +1 -29
  52. package/dist-cjs/commands/UpdateChannelMessageCommand.js +1 -29
  53. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +1 -28
  54. package/dist-cjs/commands/index.js +1 -54
  55. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  56. package/dist-cjs/extensionConfiguration.js +1 -2
  57. package/dist-cjs/index.js +5772 -11
  58. package/dist-cjs/models/ChimeSDKMessagingServiceException.js +1 -12
  59. package/dist-cjs/models/index.js +1 -4
  60. package/dist-cjs/models/models_0.js +1 -656
  61. package/dist-cjs/pagination/Interfaces.js +1 -2
  62. package/dist-cjs/pagination/ListChannelBansPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListChannelFlowsPaginator.js +1 -7
  64. package/dist-cjs/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListChannelMembershipsPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListChannelMessagesPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListChannelModeratorsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListChannelsAssociatedWithChannelFlowPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListSubChannelsPaginator.js +1 -7
  72. package/dist-cjs/pagination/SearchChannelsPaginator.js +1 -7
  73. package/dist-cjs/pagination/index.js +1 -15
  74. package/dist-cjs/protocols/Aws_restJson1.js +1 -3776
  75. package/dist-cjs/runtimeExtensions.js +1 -22
  76. package/package.json +40 -40
@@ -1,656 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChannelModeratorSummaryFilterSensitiveLog = exports.ChannelModeratorFilterSensitiveLog = exports.ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog = exports.ChannelMessageSummaryFilterSensitiveLog = exports.ChannelMessageFilterSensitiveLog = exports.ChannelMembershipSummaryFilterSensitiveLog = exports.ChannelMembershipPreferencesFilterSensitiveLog = exports.PushNotificationPreferencesFilterSensitiveLog = exports.ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog = exports.ChannelSummaryFilterSensitiveLog = exports.ChannelMembershipFilterSensitiveLog = exports.ChannelFlowSummaryFilterSensitiveLog = exports.ChannelFlowCallbackRequestFilterSensitiveLog = exports.ChannelMessageCallbackFilterSensitiveLog = exports.PushNotificationConfigurationFilterSensitiveLog = exports.MessageAttributeValueFilterSensitiveLog = exports.ChannelFlowFilterSensitiveLog = exports.ProcessorFilterSensitiveLog = exports.ChannelBanSummaryFilterSensitiveLog = exports.ChannelBanFilterSensitiveLog = exports.ChannelAssociatedWithFlowSummaryFilterSensitiveLog = exports.ChannelFilterSensitiveLog = exports.BatchCreateChannelMembershipResponseFilterSensitiveLog = exports.BatchChannelMembershipsFilterSensitiveLog = exports.IdentityFilterSensitiveLog = 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.ExpirationCriterion = 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.UpdateChannelMessageRequestFilterSensitiveLog = exports.UpdateChannelFlowRequestFilterSensitiveLog = exports.UpdateChannelRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SendChannelMessageRequestFilterSensitiveLog = exports.SearchChannelsResponseFilterSensitiveLog = exports.SearchChannelsRequestFilterSensitiveLog = exports.PutChannelMembershipPreferencesResponseFilterSensitiveLog = exports.PutChannelMembershipPreferencesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListSubChannelsResponseFilterSensitiveLog = 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.GetChannelMessageResponseFilterSensitiveLog = exports.GetChannelMembershipPreferencesResponseFilterSensitiveLog = exports.DescribeChannelModeratorResponseFilterSensitiveLog = exports.DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelMembershipResponseFilterSensitiveLog = exports.DescribeChannelFlowResponseFilterSensitiveLog = exports.DescribeChannelBanResponseFilterSensitiveLog = exports.DescribeChannelResponseFilterSensitiveLog = exports.CreateChannelModeratorResponseFilterSensitiveLog = exports.CreateChannelMembershipResponseFilterSensitiveLog = exports.CreateChannelFlowRequestFilterSensitiveLog = exports.CreateChannelBanResponseFilterSensitiveLog = exports.CreateChannelRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = void 0;
5
- const smithy_client_1 = require("@smithy/smithy-client");
6
- const ChimeSDKMessagingServiceException_1 = require("./ChimeSDKMessagingServiceException");
7
- exports.AllowNotifications = {
8
- ALL: "ALL",
9
- FILTERED: "FILTERED",
10
- NONE: "NONE",
11
- };
12
- exports.ChannelMembershipType = {
13
- DEFAULT: "DEFAULT",
14
- HIDDEN: "HIDDEN",
15
- };
16
- exports.ErrorCode = {
17
- AccessDenied: "AccessDenied",
18
- BadRequest: "BadRequest",
19
- Conflict: "Conflict",
20
- Forbidden: "Forbidden",
21
- NotFound: "NotFound",
22
- PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist",
23
- PreconditionFailed: "PreconditionFailed",
24
- ResourceLimitExceeded: "ResourceLimitExceeded",
25
- ServiceFailure: "ServiceFailure",
26
- ServiceUnavailable: "ServiceUnavailable",
27
- Throttled: "Throttled",
28
- Throttling: "Throttling",
29
- Unauthorized: "Unauthorized",
30
- Unprocessable: "Unprocessable",
31
- VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist",
32
- };
33
- class BadRequestException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
34
- constructor(opts) {
35
- super({
36
- name: "BadRequestException",
37
- $fault: "client",
38
- ...opts,
39
- });
40
- this.name = "BadRequestException";
41
- this.$fault = "client";
42
- Object.setPrototypeOf(this, BadRequestException.prototype);
43
- this.Code = opts.Code;
44
- this.Message = opts.Message;
45
- }
46
- }
47
- exports.BadRequestException = BadRequestException;
48
- class ConflictException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
49
- constructor(opts) {
50
- super({
51
- name: "ConflictException",
52
- $fault: "client",
53
- ...opts,
54
- });
55
- this.name = "ConflictException";
56
- this.$fault = "client";
57
- Object.setPrototypeOf(this, ConflictException.prototype);
58
- this.Code = opts.Code;
59
- this.Message = opts.Message;
60
- }
61
- }
62
- exports.ConflictException = ConflictException;
63
- class ForbiddenException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
64
- constructor(opts) {
65
- super({
66
- name: "ForbiddenException",
67
- $fault: "client",
68
- ...opts,
69
- });
70
- this.name = "ForbiddenException";
71
- this.$fault = "client";
72
- Object.setPrototypeOf(this, ForbiddenException.prototype);
73
- this.Code = opts.Code;
74
- this.Message = opts.Message;
75
- }
76
- }
77
- exports.ForbiddenException = ForbiddenException;
78
- class NotFoundException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
79
- constructor(opts) {
80
- super({
81
- name: "NotFoundException",
82
- $fault: "client",
83
- ...opts,
84
- });
85
- this.name = "NotFoundException";
86
- this.$fault = "client";
87
- Object.setPrototypeOf(this, NotFoundException.prototype);
88
- this.Code = opts.Code;
89
- this.Message = opts.Message;
90
- }
91
- }
92
- exports.NotFoundException = NotFoundException;
93
- class ServiceFailureException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
94
- constructor(opts) {
95
- super({
96
- name: "ServiceFailureException",
97
- $fault: "server",
98
- ...opts,
99
- });
100
- this.name = "ServiceFailureException";
101
- this.$fault = "server";
102
- Object.setPrototypeOf(this, ServiceFailureException.prototype);
103
- this.Code = opts.Code;
104
- this.Message = opts.Message;
105
- }
106
- }
107
- exports.ServiceFailureException = ServiceFailureException;
108
- class ServiceUnavailableException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
109
- constructor(opts) {
110
- super({
111
- name: "ServiceUnavailableException",
112
- $fault: "server",
113
- ...opts,
114
- });
115
- this.name = "ServiceUnavailableException";
116
- this.$fault = "server";
117
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
118
- this.Code = opts.Code;
119
- this.Message = opts.Message;
120
- }
121
- }
122
- exports.ServiceUnavailableException = ServiceUnavailableException;
123
- class ThrottledClientException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
124
- constructor(opts) {
125
- super({
126
- name: "ThrottledClientException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- this.name = "ThrottledClientException";
131
- this.$fault = "client";
132
- Object.setPrototypeOf(this, ThrottledClientException.prototype);
133
- this.Code = opts.Code;
134
- this.Message = opts.Message;
135
- }
136
- }
137
- exports.ThrottledClientException = ThrottledClientException;
138
- class UnauthorizedClientException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
139
- constructor(opts) {
140
- super({
141
- name: "UnauthorizedClientException",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- this.name = "UnauthorizedClientException";
146
- this.$fault = "client";
147
- Object.setPrototypeOf(this, UnauthorizedClientException.prototype);
148
- this.Code = opts.Code;
149
- this.Message = opts.Message;
150
- }
151
- }
152
- exports.UnauthorizedClientException = UnauthorizedClientException;
153
- class ResourceLimitExceededException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
154
- constructor(opts) {
155
- super({
156
- name: "ResourceLimitExceededException",
157
- $fault: "client",
158
- ...opts,
159
- });
160
- this.name = "ResourceLimitExceededException";
161
- this.$fault = "client";
162
- Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
163
- this.Code = opts.Code;
164
- this.Message = opts.Message;
165
- }
166
- }
167
- exports.ResourceLimitExceededException = ResourceLimitExceededException;
168
- exports.ExpirationCriterion = {
169
- CREATED_TIMESTAMP: "CREATED_TIMESTAMP",
170
- LAST_MESSAGE_TIMESTAMP: "LAST_MESSAGE_TIMESTAMP",
171
- };
172
- exports.ChannelMode = {
173
- RESTRICTED: "RESTRICTED",
174
- UNRESTRICTED: "UNRESTRICTED",
175
- };
176
- exports.ChannelPrivacy = {
177
- PRIVATE: "PRIVATE",
178
- PUBLIC: "PUBLIC",
179
- };
180
- exports.InvocationType = {
181
- ASYNC: "ASYNC",
182
- };
183
- exports.FallbackAction = {
184
- ABORT: "ABORT",
185
- CONTINUE: "CONTINUE",
186
- };
187
- exports.PushNotificationType = {
188
- DEFAULT: "DEFAULT",
189
- VOIP: "VOIP",
190
- };
191
- exports.ChannelMessagePersistenceType = {
192
- NON_PERSISTENT: "NON_PERSISTENT",
193
- PERSISTENT: "PERSISTENT",
194
- };
195
- exports.ChannelMessageStatus = {
196
- DENIED: "DENIED",
197
- FAILED: "FAILED",
198
- PENDING: "PENDING",
199
- SENT: "SENT",
200
- };
201
- exports.ChannelMessageType = {
202
- CONTROL: "CONTROL",
203
- STANDARD: "STANDARD",
204
- };
205
- exports.MessagingDataType = {
206
- Channel: "Channel",
207
- ChannelMessage: "ChannelMessage",
208
- };
209
- exports.SortOrder = {
210
- ASCENDING: "ASCENDING",
211
- DESCENDING: "DESCENDING",
212
- };
213
- exports.SearchFieldKey = {
214
- MEMBERS: "MEMBERS",
215
- };
216
- exports.SearchFieldOperator = {
217
- EQUALS: "EQUALS",
218
- INCLUDES: "INCLUDES",
219
- };
220
- const IdentityFilterSensitiveLog = (obj) => ({
221
- ...obj,
222
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
223
- });
224
- exports.IdentityFilterSensitiveLog = IdentityFilterSensitiveLog;
225
- const BatchChannelMembershipsFilterSensitiveLog = (obj) => ({
226
- ...obj,
227
- ...(obj.InvitedBy && { InvitedBy: (0, exports.IdentityFilterSensitiveLog)(obj.InvitedBy) }),
228
- ...(obj.Members && { Members: obj.Members.map((item) => (0, exports.IdentityFilterSensitiveLog)(item)) }),
229
- });
230
- exports.BatchChannelMembershipsFilterSensitiveLog = BatchChannelMembershipsFilterSensitiveLog;
231
- const BatchCreateChannelMembershipResponseFilterSensitiveLog = (obj) => ({
232
- ...obj,
233
- ...(obj.BatchChannelMemberships && {
234
- BatchChannelMemberships: (0, exports.BatchChannelMembershipsFilterSensitiveLog)(obj.BatchChannelMemberships),
235
- }),
236
- });
237
- exports.BatchCreateChannelMembershipResponseFilterSensitiveLog = BatchCreateChannelMembershipResponseFilterSensitiveLog;
238
- const ChannelFilterSensitiveLog = (obj) => ({
239
- ...obj,
240
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
241
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
242
- ...(obj.CreatedBy && { CreatedBy: (0, exports.IdentityFilterSensitiveLog)(obj.CreatedBy) }),
243
- });
244
- exports.ChannelFilterSensitiveLog = ChannelFilterSensitiveLog;
245
- const ChannelAssociatedWithFlowSummaryFilterSensitiveLog = (obj) => ({
246
- ...obj,
247
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
248
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
249
- });
250
- exports.ChannelAssociatedWithFlowSummaryFilterSensitiveLog = ChannelAssociatedWithFlowSummaryFilterSensitiveLog;
251
- const ChannelBanFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- ...(obj.Member && { Member: (0, exports.IdentityFilterSensitiveLog)(obj.Member) }),
254
- ...(obj.CreatedBy && { CreatedBy: (0, exports.IdentityFilterSensitiveLog)(obj.CreatedBy) }),
255
- });
256
- exports.ChannelBanFilterSensitiveLog = ChannelBanFilterSensitiveLog;
257
- const ChannelBanSummaryFilterSensitiveLog = (obj) => ({
258
- ...obj,
259
- ...(obj.Member && { Member: (0, exports.IdentityFilterSensitiveLog)(obj.Member) }),
260
- });
261
- exports.ChannelBanSummaryFilterSensitiveLog = ChannelBanSummaryFilterSensitiveLog;
262
- const ProcessorFilterSensitiveLog = (obj) => ({
263
- ...obj,
264
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
265
- });
266
- exports.ProcessorFilterSensitiveLog = ProcessorFilterSensitiveLog;
267
- const ChannelFlowFilterSensitiveLog = (obj) => ({
268
- ...obj,
269
- ...(obj.Processors && { Processors: obj.Processors.map((item) => (0, exports.ProcessorFilterSensitiveLog)(item)) }),
270
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
271
- });
272
- exports.ChannelFlowFilterSensitiveLog = ChannelFlowFilterSensitiveLog;
273
- const MessageAttributeValueFilterSensitiveLog = (obj) => ({
274
- ...obj,
275
- ...(obj.StringValues && { StringValues: smithy_client_1.SENSITIVE_STRING }),
276
- });
277
- exports.MessageAttributeValueFilterSensitiveLog = MessageAttributeValueFilterSensitiveLog;
278
- const PushNotificationConfigurationFilterSensitiveLog = (obj) => ({
279
- ...obj,
280
- ...(obj.Title && { Title: smithy_client_1.SENSITIVE_STRING }),
281
- ...(obj.Body && { Body: smithy_client_1.SENSITIVE_STRING }),
282
- });
283
- exports.PushNotificationConfigurationFilterSensitiveLog = PushNotificationConfigurationFilterSensitiveLog;
284
- const ChannelMessageCallbackFilterSensitiveLog = (obj) => ({
285
- ...obj,
286
- ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
287
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
288
- ...(obj.PushNotification && {
289
- PushNotification: (0, exports.PushNotificationConfigurationFilterSensitiveLog)(obj.PushNotification),
290
- }),
291
- ...(obj.MessageAttributes && {
292
- MessageAttributes: Object.entries(obj.MessageAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.MessageAttributeValueFilterSensitiveLog)(value)), acc), {}),
293
- }),
294
- ...(obj.ContentType && { ContentType: smithy_client_1.SENSITIVE_STRING }),
295
- });
296
- exports.ChannelMessageCallbackFilterSensitiveLog = ChannelMessageCallbackFilterSensitiveLog;
297
- const ChannelFlowCallbackRequestFilterSensitiveLog = (obj) => ({
298
- ...obj,
299
- ...(obj.ChannelMessage && { ChannelMessage: (0, exports.ChannelMessageCallbackFilterSensitiveLog)(obj.ChannelMessage) }),
300
- });
301
- exports.ChannelFlowCallbackRequestFilterSensitiveLog = ChannelFlowCallbackRequestFilterSensitiveLog;
302
- const ChannelFlowSummaryFilterSensitiveLog = (obj) => ({
303
- ...obj,
304
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
305
- ...(obj.Processors && { Processors: obj.Processors.map((item) => (0, exports.ProcessorFilterSensitiveLog)(item)) }),
306
- });
307
- exports.ChannelFlowSummaryFilterSensitiveLog = ChannelFlowSummaryFilterSensitiveLog;
308
- const ChannelMembershipFilterSensitiveLog = (obj) => ({
309
- ...obj,
310
- ...(obj.InvitedBy && { InvitedBy: (0, exports.IdentityFilterSensitiveLog)(obj.InvitedBy) }),
311
- ...(obj.Member && { Member: (0, exports.IdentityFilterSensitiveLog)(obj.Member) }),
312
- });
313
- exports.ChannelMembershipFilterSensitiveLog = ChannelMembershipFilterSensitiveLog;
314
- const ChannelSummaryFilterSensitiveLog = (obj) => ({
315
- ...obj,
316
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
317
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
318
- });
319
- exports.ChannelSummaryFilterSensitiveLog = ChannelSummaryFilterSensitiveLog;
320
- const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog = (obj) => ({
321
- ...obj,
322
- ...(obj.ChannelSummary && { ChannelSummary: (0, exports.ChannelSummaryFilterSensitiveLog)(obj.ChannelSummary) }),
323
- });
324
- exports.ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog = ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog;
325
- const PushNotificationPreferencesFilterSensitiveLog = (obj) => ({
326
- ...obj,
327
- ...(obj.FilterRule && { FilterRule: smithy_client_1.SENSITIVE_STRING }),
328
- });
329
- exports.PushNotificationPreferencesFilterSensitiveLog = PushNotificationPreferencesFilterSensitiveLog;
330
- const ChannelMembershipPreferencesFilterSensitiveLog = (obj) => ({
331
- ...obj,
332
- ...(obj.PushNotifications && {
333
- PushNotifications: (0, exports.PushNotificationPreferencesFilterSensitiveLog)(obj.PushNotifications),
334
- }),
335
- });
336
- exports.ChannelMembershipPreferencesFilterSensitiveLog = ChannelMembershipPreferencesFilterSensitiveLog;
337
- const ChannelMembershipSummaryFilterSensitiveLog = (obj) => ({
338
- ...obj,
339
- ...(obj.Member && { Member: (0, exports.IdentityFilterSensitiveLog)(obj.Member) }),
340
- });
341
- exports.ChannelMembershipSummaryFilterSensitiveLog = ChannelMembershipSummaryFilterSensitiveLog;
342
- const ChannelMessageFilterSensitiveLog = (obj) => ({
343
- ...obj,
344
- ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
345
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
346
- ...(obj.Sender && { Sender: (0, exports.IdentityFilterSensitiveLog)(obj.Sender) }),
347
- ...(obj.MessageAttributes && {
348
- MessageAttributes: Object.entries(obj.MessageAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.MessageAttributeValueFilterSensitiveLog)(value)), acc), {}),
349
- }),
350
- ...(obj.ContentType && { ContentType: smithy_client_1.SENSITIVE_STRING }),
351
- });
352
- exports.ChannelMessageFilterSensitiveLog = ChannelMessageFilterSensitiveLog;
353
- const ChannelMessageSummaryFilterSensitiveLog = (obj) => ({
354
- ...obj,
355
- ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
356
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
357
- ...(obj.Sender && { Sender: (0, exports.IdentityFilterSensitiveLog)(obj.Sender) }),
358
- ...(obj.MessageAttributes && {
359
- MessageAttributes: Object.entries(obj.MessageAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.MessageAttributeValueFilterSensitiveLog)(value)), acc), {}),
360
- }),
361
- ...(obj.ContentType && { ContentType: smithy_client_1.SENSITIVE_STRING }),
362
- });
363
- exports.ChannelMessageSummaryFilterSensitiveLog = ChannelMessageSummaryFilterSensitiveLog;
364
- const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog = (obj) => ({
365
- ...obj,
366
- ...(obj.ChannelSummary && { ChannelSummary: (0, exports.ChannelSummaryFilterSensitiveLog)(obj.ChannelSummary) }),
367
- });
368
- exports.ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog = ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog;
369
- const ChannelModeratorFilterSensitiveLog = (obj) => ({
370
- ...obj,
371
- ...(obj.Moderator && { Moderator: (0, exports.IdentityFilterSensitiveLog)(obj.Moderator) }),
372
- ...(obj.CreatedBy && { CreatedBy: (0, exports.IdentityFilterSensitiveLog)(obj.CreatedBy) }),
373
- });
374
- exports.ChannelModeratorFilterSensitiveLog = ChannelModeratorFilterSensitiveLog;
375
- const ChannelModeratorSummaryFilterSensitiveLog = (obj) => ({
376
- ...obj,
377
- ...(obj.Moderator && { Moderator: (0, exports.IdentityFilterSensitiveLog)(obj.Moderator) }),
378
- });
379
- exports.ChannelModeratorSummaryFilterSensitiveLog = ChannelModeratorSummaryFilterSensitiveLog;
380
- const TagFilterSensitiveLog = (obj) => ({
381
- ...obj,
382
- ...(obj.Key && { Key: smithy_client_1.SENSITIVE_STRING }),
383
- ...(obj.Value && { Value: smithy_client_1.SENSITIVE_STRING }),
384
- });
385
- exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
386
- const CreateChannelRequestFilterSensitiveLog = (obj) => ({
387
- ...obj,
388
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
389
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
390
- ...(obj.ClientRequestToken && { ClientRequestToken: smithy_client_1.SENSITIVE_STRING }),
391
- ...(obj.Tags && { Tags: obj.Tags.map((item) => (0, exports.TagFilterSensitiveLog)(item)) }),
392
- ...(obj.ChannelId && { ChannelId: smithy_client_1.SENSITIVE_STRING }),
393
- });
394
- exports.CreateChannelRequestFilterSensitiveLog = CreateChannelRequestFilterSensitiveLog;
395
- const CreateChannelBanResponseFilterSensitiveLog = (obj) => ({
396
- ...obj,
397
- ...(obj.Member && { Member: (0, exports.IdentityFilterSensitiveLog)(obj.Member) }),
398
- });
399
- exports.CreateChannelBanResponseFilterSensitiveLog = CreateChannelBanResponseFilterSensitiveLog;
400
- const CreateChannelFlowRequestFilterSensitiveLog = (obj) => ({
401
- ...obj,
402
- ...(obj.Processors && { Processors: obj.Processors.map((item) => (0, exports.ProcessorFilterSensitiveLog)(item)) }),
403
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
404
- ...(obj.Tags && { Tags: obj.Tags.map((item) => (0, exports.TagFilterSensitiveLog)(item)) }),
405
- ...(obj.ClientRequestToken && { ClientRequestToken: smithy_client_1.SENSITIVE_STRING }),
406
- });
407
- exports.CreateChannelFlowRequestFilterSensitiveLog = CreateChannelFlowRequestFilterSensitiveLog;
408
- const CreateChannelMembershipResponseFilterSensitiveLog = (obj) => ({
409
- ...obj,
410
- ...(obj.Member && { Member: (0, exports.IdentityFilterSensitiveLog)(obj.Member) }),
411
- });
412
- exports.CreateChannelMembershipResponseFilterSensitiveLog = CreateChannelMembershipResponseFilterSensitiveLog;
413
- const CreateChannelModeratorResponseFilterSensitiveLog = (obj) => ({
414
- ...obj,
415
- ...(obj.ChannelModerator && { ChannelModerator: (0, exports.IdentityFilterSensitiveLog)(obj.ChannelModerator) }),
416
- });
417
- exports.CreateChannelModeratorResponseFilterSensitiveLog = CreateChannelModeratorResponseFilterSensitiveLog;
418
- const DescribeChannelResponseFilterSensitiveLog = (obj) => ({
419
- ...obj,
420
- ...(obj.Channel && { Channel: (0, exports.ChannelFilterSensitiveLog)(obj.Channel) }),
421
- });
422
- exports.DescribeChannelResponseFilterSensitiveLog = DescribeChannelResponseFilterSensitiveLog;
423
- const DescribeChannelBanResponseFilterSensitiveLog = (obj) => ({
424
- ...obj,
425
- ...(obj.ChannelBan && { ChannelBan: (0, exports.ChannelBanFilterSensitiveLog)(obj.ChannelBan) }),
426
- });
427
- exports.DescribeChannelBanResponseFilterSensitiveLog = DescribeChannelBanResponseFilterSensitiveLog;
428
- const DescribeChannelFlowResponseFilterSensitiveLog = (obj) => ({
429
- ...obj,
430
- ...(obj.ChannelFlow && { ChannelFlow: (0, exports.ChannelFlowFilterSensitiveLog)(obj.ChannelFlow) }),
431
- });
432
- exports.DescribeChannelFlowResponseFilterSensitiveLog = DescribeChannelFlowResponseFilterSensitiveLog;
433
- const DescribeChannelMembershipResponseFilterSensitiveLog = (obj) => ({
434
- ...obj,
435
- ...(obj.ChannelMembership && { ChannelMembership: (0, exports.ChannelMembershipFilterSensitiveLog)(obj.ChannelMembership) }),
436
- });
437
- exports.DescribeChannelMembershipResponseFilterSensitiveLog = DescribeChannelMembershipResponseFilterSensitiveLog;
438
- const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
439
- ...obj,
440
- ...(obj.ChannelMembership && {
441
- ChannelMembership: (0, exports.ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog)(obj.ChannelMembership),
442
- }),
443
- });
444
- exports.DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog;
445
- const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
446
- ...obj,
447
- ...(obj.Channel && { Channel: (0, exports.ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog)(obj.Channel) }),
448
- });
449
- exports.DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog;
450
- const DescribeChannelModeratorResponseFilterSensitiveLog = (obj) => ({
451
- ...obj,
452
- ...(obj.ChannelModerator && { ChannelModerator: (0, exports.ChannelModeratorFilterSensitiveLog)(obj.ChannelModerator) }),
453
- });
454
- exports.DescribeChannelModeratorResponseFilterSensitiveLog = DescribeChannelModeratorResponseFilterSensitiveLog;
455
- const GetChannelMembershipPreferencesResponseFilterSensitiveLog = (obj) => ({
456
- ...obj,
457
- ...(obj.Member && { Member: (0, exports.IdentityFilterSensitiveLog)(obj.Member) }),
458
- ...(obj.Preferences && { Preferences: (0, exports.ChannelMembershipPreferencesFilterSensitiveLog)(obj.Preferences) }),
459
- });
460
- exports.GetChannelMembershipPreferencesResponseFilterSensitiveLog = GetChannelMembershipPreferencesResponseFilterSensitiveLog;
461
- const GetChannelMessageResponseFilterSensitiveLog = (obj) => ({
462
- ...obj,
463
- ...(obj.ChannelMessage && { ChannelMessage: (0, exports.ChannelMessageFilterSensitiveLog)(obj.ChannelMessage) }),
464
- });
465
- exports.GetChannelMessageResponseFilterSensitiveLog = GetChannelMessageResponseFilterSensitiveLog;
466
- const ListChannelBansRequestFilterSensitiveLog = (obj) => ({
467
- ...obj,
468
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
469
- });
470
- exports.ListChannelBansRequestFilterSensitiveLog = ListChannelBansRequestFilterSensitiveLog;
471
- const ListChannelBansResponseFilterSensitiveLog = (obj) => ({
472
- ...obj,
473
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
474
- ...(obj.ChannelBans && { ChannelBans: obj.ChannelBans.map((item) => (0, exports.ChannelBanSummaryFilterSensitiveLog)(item)) }),
475
- });
476
- exports.ListChannelBansResponseFilterSensitiveLog = ListChannelBansResponseFilterSensitiveLog;
477
- const ListChannelFlowsRequestFilterSensitiveLog = (obj) => ({
478
- ...obj,
479
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
480
- });
481
- exports.ListChannelFlowsRequestFilterSensitiveLog = ListChannelFlowsRequestFilterSensitiveLog;
482
- const ListChannelFlowsResponseFilterSensitiveLog = (obj) => ({
483
- ...obj,
484
- ...(obj.ChannelFlows && { ChannelFlows: obj.ChannelFlows.map((item) => (0, exports.ChannelFlowSummaryFilterSensitiveLog)(item)) }),
485
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
486
- });
487
- exports.ListChannelFlowsResponseFilterSensitiveLog = ListChannelFlowsResponseFilterSensitiveLog;
488
- const ListChannelMembershipsRequestFilterSensitiveLog = (obj) => ({
489
- ...obj,
490
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
491
- });
492
- exports.ListChannelMembershipsRequestFilterSensitiveLog = ListChannelMembershipsRequestFilterSensitiveLog;
493
- const ListChannelMembershipsResponseFilterSensitiveLog = (obj) => ({
494
- ...obj,
495
- ...(obj.ChannelMemberships && {
496
- ChannelMemberships: obj.ChannelMemberships.map((item) => (0, exports.ChannelMembershipSummaryFilterSensitiveLog)(item)),
497
- }),
498
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
499
- });
500
- exports.ListChannelMembershipsResponseFilterSensitiveLog = ListChannelMembershipsResponseFilterSensitiveLog;
501
- const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
502
- ...obj,
503
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
504
- });
505
- exports.ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog = ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog;
506
- const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
507
- ...obj,
508
- ...(obj.ChannelMemberships && {
509
- ChannelMemberships: obj.ChannelMemberships.map((item) => (0, exports.ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog)(item)),
510
- }),
511
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
512
- });
513
- exports.ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog = ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog;
514
- const ListChannelMessagesRequestFilterSensitiveLog = (obj) => ({
515
- ...obj,
516
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
517
- });
518
- exports.ListChannelMessagesRequestFilterSensitiveLog = ListChannelMessagesRequestFilterSensitiveLog;
519
- const ListChannelMessagesResponseFilterSensitiveLog = (obj) => ({
520
- ...obj,
521
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
522
- ...(obj.ChannelMessages && {
523
- ChannelMessages: obj.ChannelMessages.map((item) => (0, exports.ChannelMessageSummaryFilterSensitiveLog)(item)),
524
- }),
525
- });
526
- exports.ListChannelMessagesResponseFilterSensitiveLog = ListChannelMessagesResponseFilterSensitiveLog;
527
- const ListChannelModeratorsRequestFilterSensitiveLog = (obj) => ({
528
- ...obj,
529
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
530
- });
531
- exports.ListChannelModeratorsRequestFilterSensitiveLog = ListChannelModeratorsRequestFilterSensitiveLog;
532
- const ListChannelModeratorsResponseFilterSensitiveLog = (obj) => ({
533
- ...obj,
534
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
535
- ...(obj.ChannelModerators && {
536
- ChannelModerators: obj.ChannelModerators.map((item) => (0, exports.ChannelModeratorSummaryFilterSensitiveLog)(item)),
537
- }),
538
- });
539
- exports.ListChannelModeratorsResponseFilterSensitiveLog = ListChannelModeratorsResponseFilterSensitiveLog;
540
- const ListChannelsRequestFilterSensitiveLog = (obj) => ({
541
- ...obj,
542
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
543
- });
544
- exports.ListChannelsRequestFilterSensitiveLog = ListChannelsRequestFilterSensitiveLog;
545
- const ListChannelsResponseFilterSensitiveLog = (obj) => ({
546
- ...obj,
547
- ...(obj.Channels && { Channels: obj.Channels.map((item) => (0, exports.ChannelSummaryFilterSensitiveLog)(item)) }),
548
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
549
- });
550
- exports.ListChannelsResponseFilterSensitiveLog = ListChannelsResponseFilterSensitiveLog;
551
- const ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog = (obj) => ({
552
- ...obj,
553
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
554
- });
555
- exports.ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog = ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog;
556
- const ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog = (obj) => ({
557
- ...obj,
558
- ...(obj.Channels && {
559
- Channels: obj.Channels.map((item) => (0, exports.ChannelAssociatedWithFlowSummaryFilterSensitiveLog)(item)),
560
- }),
561
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
562
- });
563
- exports.ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog = ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog;
564
- const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
565
- ...obj,
566
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
567
- });
568
- exports.ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog = ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog;
569
- const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog = (obj) => ({
570
- ...obj,
571
- ...(obj.Channels && {
572
- Channels: obj.Channels.map((item) => (0, exports.ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog)(item)),
573
- }),
574
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
575
- });
576
- exports.ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog = ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog;
577
- const ListSubChannelsRequestFilterSensitiveLog = (obj) => ({
578
- ...obj,
579
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
580
- });
581
- exports.ListSubChannelsRequestFilterSensitiveLog = ListSubChannelsRequestFilterSensitiveLog;
582
- const ListSubChannelsResponseFilterSensitiveLog = (obj) => ({
583
- ...obj,
584
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
585
- });
586
- exports.ListSubChannelsResponseFilterSensitiveLog = ListSubChannelsResponseFilterSensitiveLog;
587
- const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
588
- ...obj,
589
- ...(obj.Tags && { Tags: obj.Tags.map((item) => (0, exports.TagFilterSensitiveLog)(item)) }),
590
- });
591
- exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
592
- const PutChannelMembershipPreferencesRequestFilterSensitiveLog = (obj) => ({
593
- ...obj,
594
- ...(obj.Preferences && { Preferences: (0, exports.ChannelMembershipPreferencesFilterSensitiveLog)(obj.Preferences) }),
595
- });
596
- exports.PutChannelMembershipPreferencesRequestFilterSensitiveLog = PutChannelMembershipPreferencesRequestFilterSensitiveLog;
597
- const PutChannelMembershipPreferencesResponseFilterSensitiveLog = (obj) => ({
598
- ...obj,
599
- ...(obj.Member && { Member: (0, exports.IdentityFilterSensitiveLog)(obj.Member) }),
600
- ...(obj.Preferences && { Preferences: (0, exports.ChannelMembershipPreferencesFilterSensitiveLog)(obj.Preferences) }),
601
- });
602
- exports.PutChannelMembershipPreferencesResponseFilterSensitiveLog = PutChannelMembershipPreferencesResponseFilterSensitiveLog;
603
- const SearchChannelsRequestFilterSensitiveLog = (obj) => ({
604
- ...obj,
605
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
606
- });
607
- exports.SearchChannelsRequestFilterSensitiveLog = SearchChannelsRequestFilterSensitiveLog;
608
- const SearchChannelsResponseFilterSensitiveLog = (obj) => ({
609
- ...obj,
610
- ...(obj.Channels && { Channels: obj.Channels.map((item) => (0, exports.ChannelSummaryFilterSensitiveLog)(item)) }),
611
- ...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
612
- });
613
- exports.SearchChannelsResponseFilterSensitiveLog = SearchChannelsResponseFilterSensitiveLog;
614
- const SendChannelMessageRequestFilterSensitiveLog = (obj) => ({
615
- ...obj,
616
- ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
617
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
618
- ...(obj.ClientRequestToken && { ClientRequestToken: smithy_client_1.SENSITIVE_STRING }),
619
- ...(obj.PushNotification && {
620
- PushNotification: (0, exports.PushNotificationConfigurationFilterSensitiveLog)(obj.PushNotification),
621
- }),
622
- ...(obj.MessageAttributes && {
623
- MessageAttributes: Object.entries(obj.MessageAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.MessageAttributeValueFilterSensitiveLog)(value)), acc), {}),
624
- }),
625
- ...(obj.ContentType && { ContentType: smithy_client_1.SENSITIVE_STRING }),
626
- });
627
- exports.SendChannelMessageRequestFilterSensitiveLog = SendChannelMessageRequestFilterSensitiveLog;
628
- const TagResourceRequestFilterSensitiveLog = (obj) => ({
629
- ...obj,
630
- ...(obj.Tags && { Tags: obj.Tags.map((item) => (0, exports.TagFilterSensitiveLog)(item)) }),
631
- });
632
- exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
633
- const UntagResourceRequestFilterSensitiveLog = (obj) => ({
634
- ...obj,
635
- ...(obj.TagKeys && { TagKeys: smithy_client_1.SENSITIVE_STRING }),
636
- });
637
- exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
638
- const UpdateChannelRequestFilterSensitiveLog = (obj) => ({
639
- ...obj,
640
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
641
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
642
- });
643
- exports.UpdateChannelRequestFilterSensitiveLog = UpdateChannelRequestFilterSensitiveLog;
644
- const UpdateChannelFlowRequestFilterSensitiveLog = (obj) => ({
645
- ...obj,
646
- ...(obj.Processors && { Processors: obj.Processors.map((item) => (0, exports.ProcessorFilterSensitiveLog)(item)) }),
647
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
648
- });
649
- exports.UpdateChannelFlowRequestFilterSensitiveLog = UpdateChannelFlowRequestFilterSensitiveLog;
650
- const UpdateChannelMessageRequestFilterSensitiveLog = (obj) => ({
651
- ...obj,
652
- ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
653
- ...(obj.Metadata && { Metadata: smithy_client_1.SENSITIVE_STRING }),
654
- ...(obj.ContentType && { ContentType: smithy_client_1.SENSITIVE_STRING }),
655
- });
656
- exports.UpdateChannelMessageRequestFilterSensitiveLog = UpdateChannelMessageRequestFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannelBans = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ChimeSDKMessagingClient_1 = require("../ChimeSDKMessagingClient");
6
- const ListChannelBansCommand_1 = require("../commands/ListChannelBansCommand");
7
- exports.paginateListChannelBans = (0, core_1.createPaginator)(ChimeSDKMessagingClient_1.ChimeSDKMessagingClient, ListChannelBansCommand_1.ListChannelBansCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");