@wildix/stream-client 0.0.4 → 0.0.5

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 (170) hide show
  1. package/dist-cjs/StreamService.js +98 -6
  2. package/dist-cjs/commands/AddChannelMemberCommand.js +21 -0
  3. package/dist-cjs/commands/AddChannelMembersCommand.js +21 -0
  4. package/dist-cjs/commands/AssignChannelCommand.js +21 -0
  5. package/dist-cjs/commands/CreateGroupChannelCommand.js +21 -0
  6. package/dist-cjs/commands/CreateKiteChannelCommand.js +21 -0
  7. package/dist-cjs/commands/CreateSectionCommand.js +21 -0
  8. package/dist-cjs/commands/DeleteChannelCommand.js +21 -0
  9. package/dist-cjs/commands/DeleteChannelMemberCommand.js +21 -0
  10. package/dist-cjs/commands/DeleteMessageReactionCommand.js +21 -0
  11. package/dist-cjs/commands/DeleteSectionCommand.js +21 -0
  12. package/dist-cjs/commands/GetChannelCommand.js +21 -0
  13. package/dist-cjs/commands/GetChannelMemberCommand.js +21 -0
  14. package/dist-cjs/commands/GetDirectChannelIdCommand.js +21 -0
  15. package/dist-cjs/commands/GetFilePresignedDownloadUrlCommand.js +21 -0
  16. package/dist-cjs/commands/GetOrCreateDirectChannelCommand.js +21 -0
  17. package/dist-cjs/commands/GetOrCreateSmsChannelCommand.js +21 -0
  18. package/dist-cjs/commands/GetOrCreateTelephonyChannelCommand.js +21 -0
  19. package/dist-cjs/commands/GetOrCreateWhatsAppChannelCommand.js +21 -0
  20. package/dist-cjs/commands/GetSmsChannelIdCommand.js +21 -0
  21. package/dist-cjs/commands/GetTelephonyChannelIdCommand.js +21 -0
  22. package/dist-cjs/commands/GetTokenCommand.js +21 -0
  23. package/dist-cjs/commands/GetUploadedFileInfoCommand.js +21 -0
  24. package/dist-cjs/commands/GetWhatsAppChannelIdCommand.js +21 -0
  25. package/dist-cjs/commands/{AddReactionCommand.js → HideChannelCommand.js} +7 -7
  26. package/dist-cjs/commands/{EditMessageCommand.js → JoinChannelCommand.js} +7 -7
  27. package/dist-cjs/commands/LeaveChannelCommand.js +21 -0
  28. package/dist-cjs/commands/ListChannelMembersCommand.js +21 -0
  29. package/dist-cjs/commands/ListChannelMembersReadStatusCommand.js +21 -0
  30. package/dist-cjs/commands/MarkReadCommand.js +21 -0
  31. package/dist-cjs/commands/MarkUnreadCommand.js +21 -0
  32. package/dist-cjs/commands/MoveChannelToSectionCommand.js +21 -0
  33. package/dist-cjs/commands/MuteChannelCommand.js +21 -0
  34. package/dist-cjs/commands/PartialUpdateChannelCommand.js +21 -0
  35. package/dist-cjs/commands/PartialUpdateMessageCommand.js +21 -0
  36. package/dist-cjs/commands/PinChannelCommand.js +21 -0
  37. package/dist-cjs/commands/QueryChannelsCommand.js +21 -0
  38. package/dist-cjs/commands/RemoveChannelFromSectionCommand.js +21 -0
  39. package/dist-cjs/commands/RenameSectionCommand.js +21 -0
  40. package/dist-cjs/commands/SendGiphyCommand.js +21 -0
  41. package/dist-cjs/commands/SendMessageReactionCommand.js +21 -0
  42. package/dist-cjs/commands/SendSystemMessageCommand.js +21 -0
  43. package/dist-cjs/commands/SendTypingStartCommand.js +21 -0
  44. package/dist-cjs/commands/{RemoveReactionCommand.js → SendTypingStopCommand.js} +7 -7
  45. package/dist-cjs/commands/ShowChannelCommand.js +21 -0
  46. package/dist-cjs/commands/UnmuteChannelCommand.js +21 -0
  47. package/dist-cjs/commands/UnpinChannelCommand.js +21 -0
  48. package/dist-cjs/commands/UpdateChannelCommand.js +21 -0
  49. package/dist-cjs/commands/UpdateMessageCommand.js +21 -0
  50. package/dist-cjs/commands/UploadFileCommand.js +21 -0
  51. package/dist-cjs/commands/index.js +49 -3
  52. package/dist-cjs/models/models_0.js +254 -49
  53. package/dist-cjs/protocols/Aws_restJson1.js +1954 -130
  54. package/dist-es/StreamService.js +98 -6
  55. package/dist-es/commands/AddChannelMemberCommand.js +17 -0
  56. package/dist-es/commands/AddChannelMembersCommand.js +17 -0
  57. package/dist-es/commands/AssignChannelCommand.js +17 -0
  58. package/dist-es/commands/CreateGroupChannelCommand.js +17 -0
  59. package/dist-es/commands/CreateKiteChannelCommand.js +17 -0
  60. package/dist-es/commands/CreateSectionCommand.js +17 -0
  61. package/dist-es/commands/DeleteChannelCommand.js +17 -0
  62. package/dist-es/commands/DeleteChannelMemberCommand.js +17 -0
  63. package/dist-es/commands/DeleteMessageReactionCommand.js +17 -0
  64. package/dist-es/commands/DeleteSectionCommand.js +17 -0
  65. package/dist-es/commands/GetChannelCommand.js +17 -0
  66. package/dist-es/commands/GetChannelMemberCommand.js +17 -0
  67. package/dist-es/commands/GetDirectChannelIdCommand.js +17 -0
  68. package/dist-es/commands/GetFilePresignedDownloadUrlCommand.js +17 -0
  69. package/dist-es/commands/GetOrCreateDirectChannelCommand.js +17 -0
  70. package/dist-es/commands/GetOrCreateSmsChannelCommand.js +17 -0
  71. package/dist-es/commands/GetOrCreateTelephonyChannelCommand.js +17 -0
  72. package/dist-es/commands/GetOrCreateWhatsAppChannelCommand.js +17 -0
  73. package/dist-es/commands/GetSmsChannelIdCommand.js +17 -0
  74. package/dist-es/commands/GetTelephonyChannelIdCommand.js +17 -0
  75. package/dist-es/commands/GetTokenCommand.js +17 -0
  76. package/dist-es/commands/GetUploadedFileInfoCommand.js +17 -0
  77. package/dist-es/commands/GetWhatsAppChannelIdCommand.js +17 -0
  78. package/dist-es/commands/{EditMessageCommand.js → HideChannelCommand.js} +6 -6
  79. package/dist-es/commands/{AddReactionCommand.js → JoinChannelCommand.js} +6 -6
  80. package/dist-es/commands/LeaveChannelCommand.js +17 -0
  81. package/dist-es/commands/ListChannelMembersCommand.js +17 -0
  82. package/dist-es/commands/ListChannelMembersReadStatusCommand.js +17 -0
  83. package/dist-es/commands/MarkReadCommand.js +17 -0
  84. package/dist-es/commands/MarkUnreadCommand.js +17 -0
  85. package/dist-es/commands/MoveChannelToSectionCommand.js +17 -0
  86. package/dist-es/commands/MuteChannelCommand.js +17 -0
  87. package/dist-es/commands/PartialUpdateChannelCommand.js +17 -0
  88. package/dist-es/commands/PartialUpdateMessageCommand.js +17 -0
  89. package/dist-es/commands/PinChannelCommand.js +17 -0
  90. package/dist-es/commands/QueryChannelsCommand.js +17 -0
  91. package/dist-es/commands/RemoveChannelFromSectionCommand.js +17 -0
  92. package/dist-es/commands/RenameSectionCommand.js +17 -0
  93. package/dist-es/commands/SendGiphyCommand.js +17 -0
  94. package/dist-es/commands/SendMessageReactionCommand.js +17 -0
  95. package/dist-es/commands/SendSystemMessageCommand.js +17 -0
  96. package/dist-es/commands/SendTypingStartCommand.js +17 -0
  97. package/dist-es/commands/{RemoveReactionCommand.js → SendTypingStopCommand.js} +6 -6
  98. package/dist-es/commands/ShowChannelCommand.js +17 -0
  99. package/dist-es/commands/UnmuteChannelCommand.js +17 -0
  100. package/dist-es/commands/UnpinChannelCommand.js +17 -0
  101. package/dist-es/commands/UpdateChannelCommand.js +17 -0
  102. package/dist-es/commands/UpdateMessageCommand.js +17 -0
  103. package/dist-es/commands/UploadFileCommand.js +17 -0
  104. package/dist-es/commands/index.js +49 -3
  105. package/dist-es/models/models_0.js +242 -46
  106. package/dist-es/protocols/Aws_restJson1.js +1842 -112
  107. package/dist-types/StreamService.d.ts +341 -15
  108. package/dist-types/StreamServiceClient.d.ts +51 -5
  109. package/dist-types/commands/AddChannelMemberCommand.d.ts +101 -0
  110. package/dist-types/commands/AddChannelMembersCommand.d.ts +108 -0
  111. package/dist-types/commands/AssignChannelCommand.d.ts +96 -0
  112. package/dist-types/commands/CreateGroupChannelCommand.d.ts +201 -0
  113. package/dist-types/commands/CreateKiteChannelCommand.d.ts +291 -0
  114. package/dist-types/commands/CreateSectionCommand.d.ts +96 -0
  115. package/dist-types/commands/DeleteChannelCommand.d.ts +82 -0
  116. package/dist-types/commands/DeleteChannelMemberCommand.d.ts +88 -0
  117. package/dist-types/commands/DeleteMessageCommand.d.ts +1 -1
  118. package/dist-types/commands/{RemoveReactionCommand.d.ts → DeleteMessageReactionCommand.d.ts} +26 -27
  119. package/dist-types/commands/DeleteSectionCommand.d.ts +84 -0
  120. package/dist-types/commands/GetChannelCommand.d.ts +150 -0
  121. package/dist-types/commands/GetChannelMemberCommand.d.ts +93 -0
  122. package/dist-types/commands/GetDirectChannelIdCommand.d.ts +90 -0
  123. package/dist-types/commands/GetFilePresignedDownloadUrlCommand.d.ts +94 -0
  124. package/dist-types/commands/GetInboxCommand.d.ts +35 -35
  125. package/dist-types/commands/GetMessageCommand.d.ts +4 -5
  126. package/dist-types/commands/GetOrCreateDirectChannelCommand.d.ts +154 -0
  127. package/dist-types/commands/GetOrCreateSmsChannelCommand.d.ts +151 -0
  128. package/dist-types/commands/GetOrCreateTelephonyChannelCommand.d.ts +150 -0
  129. package/dist-types/commands/GetOrCreateWhatsAppChannelCommand.d.ts +151 -0
  130. package/dist-types/commands/GetSmsChannelIdCommand.d.ts +86 -0
  131. package/dist-types/commands/GetTelephonyChannelIdCommand.d.ts +86 -0
  132. package/dist-types/commands/GetTokenCommand.d.ts +85 -0
  133. package/dist-types/commands/GetUploadedFileInfoCommand.d.ts +98 -0
  134. package/dist-types/commands/GetWhatsAppChannelIdCommand.d.ts +86 -0
  135. package/dist-types/commands/HideChannelCommand.d.ts +84 -0
  136. package/dist-types/commands/JoinChannelCommand.d.ts +151 -0
  137. package/dist-types/commands/LeaveChannelCommand.d.ts +85 -0
  138. package/dist-types/commands/ListChannelMembersCommand.d.ts +94 -0
  139. package/dist-types/commands/ListChannelMembersReadStatusCommand.d.ts +92 -0
  140. package/dist-types/commands/ListChannelsCommand.d.ts +35 -35
  141. package/dist-types/commands/ListMentionsCommand.d.ts +5 -6
  142. package/dist-types/commands/ListMessagesCommand.d.ts +4 -5
  143. package/dist-types/commands/MarkReadCommand.d.ts +99 -0
  144. package/dist-types/commands/MarkUnreadCommand.d.ts +103 -0
  145. package/dist-types/commands/MoveChannelToSectionCommand.d.ts +101 -0
  146. package/dist-types/commands/MuteChannelCommand.d.ts +99 -0
  147. package/dist-types/commands/PartialUpdateChannelCommand.d.ts +195 -0
  148. package/dist-types/commands/PartialUpdateMessageCommand.d.ts +261 -0
  149. package/dist-types/commands/PinChannelCommand.d.ts +87 -0
  150. package/dist-types/commands/PinMessageCommand.d.ts +4 -5
  151. package/dist-types/commands/QueryChannelsCommand.d.ts +167 -0
  152. package/dist-types/commands/RemoveChannelFromSectionCommand.d.ts +101 -0
  153. package/dist-types/commands/RenameSectionCommand.d.ts +98 -0
  154. package/dist-types/commands/{EditMessageCommand.d.ts → SendGiphyCommand.d.ts} +40 -41
  155. package/dist-types/commands/SendMessageCommand.d.ts +52 -12
  156. package/dist-types/commands/{AddReactionCommand.d.ts → SendMessageReactionCommand.d.ts} +27 -28
  157. package/dist-types/commands/SendSystemMessageCommand.d.ts +199 -0
  158. package/dist-types/commands/SendTypingStartCommand.d.ts +84 -0
  159. package/dist-types/commands/SendTypingStopCommand.d.ts +84 -0
  160. package/dist-types/commands/ShowChannelCommand.d.ts +84 -0
  161. package/dist-types/commands/UnmuteChannelCommand.d.ts +98 -0
  162. package/dist-types/commands/UnpinChannelCommand.d.ts +84 -0
  163. package/dist-types/commands/UnpinMessageCommand.d.ts +4 -5
  164. package/dist-types/commands/UpdateChannelCommand.d.ts +190 -0
  165. package/dist-types/commands/UpdateMessageCommand.d.ts +256 -0
  166. package/dist-types/commands/UploadFileCommand.d.ts +94 -0
  167. package/dist-types/commands/index.d.ts +49 -3
  168. package/dist-types/models/models_0.d.ts +3076 -563
  169. package/dist-types/protocols/Aws_restJson1.d.ts +429 -15
  170. package/package.json +1 -1
@@ -1,29 +1,123 @@
1
- import { AddReactionCommandInput, AddReactionCommandOutput } from "../commands/AddReactionCommand";
1
+ import { AddChannelMemberCommandInput, AddChannelMemberCommandOutput } from "../commands/AddChannelMemberCommand";
2
+ import { AddChannelMembersCommandInput, AddChannelMembersCommandOutput } from "../commands/AddChannelMembersCommand";
3
+ import { AssignChannelCommandInput, AssignChannelCommandOutput } from "../commands/AssignChannelCommand";
4
+ import { CreateGroupChannelCommandInput, CreateGroupChannelCommandOutput } from "../commands/CreateGroupChannelCommand";
5
+ import { CreateKiteChannelCommandInput, CreateKiteChannelCommandOutput } from "../commands/CreateKiteChannelCommand";
6
+ import { CreateSectionCommandInput, CreateSectionCommandOutput } from "../commands/CreateSectionCommand";
7
+ import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
8
+ import { DeleteChannelMemberCommandInput, DeleteChannelMemberCommandOutput } from "../commands/DeleteChannelMemberCommand";
2
9
  import { DeleteMessageCommandInput, DeleteMessageCommandOutput } from "../commands/DeleteMessageCommand";
3
- import { EditMessageCommandInput, EditMessageCommandOutput } from "../commands/EditMessageCommand";
10
+ import { DeleteMessageReactionCommandInput, DeleteMessageReactionCommandOutput } from "../commands/DeleteMessageReactionCommand";
11
+ import { DeleteSectionCommandInput, DeleteSectionCommandOutput } from "../commands/DeleteSectionCommand";
12
+ import { GetChannelCommandInput, GetChannelCommandOutput } from "../commands/GetChannelCommand";
13
+ import { GetChannelMemberCommandInput, GetChannelMemberCommandOutput } from "../commands/GetChannelMemberCommand";
14
+ import { GetDirectChannelIdCommandInput, GetDirectChannelIdCommandOutput } from "../commands/GetDirectChannelIdCommand";
15
+ import { GetFilePresignedDownloadUrlCommandInput, GetFilePresignedDownloadUrlCommandOutput } from "../commands/GetFilePresignedDownloadUrlCommand";
4
16
  import { GetInboxCommandInput, GetInboxCommandOutput } from "../commands/GetInboxCommand";
5
17
  import { GetMessageCommandInput, GetMessageCommandOutput } from "../commands/GetMessageCommand";
18
+ import { GetOrCreateDirectChannelCommandInput, GetOrCreateDirectChannelCommandOutput } from "../commands/GetOrCreateDirectChannelCommand";
19
+ import { GetOrCreateSmsChannelCommandInput, GetOrCreateSmsChannelCommandOutput } from "../commands/GetOrCreateSmsChannelCommand";
20
+ import { GetOrCreateTelephonyChannelCommandInput, GetOrCreateTelephonyChannelCommandOutput } from "../commands/GetOrCreateTelephonyChannelCommand";
21
+ import { GetOrCreateWhatsAppChannelCommandInput, GetOrCreateWhatsAppChannelCommandOutput } from "../commands/GetOrCreateWhatsAppChannelCommand";
22
+ import { GetSmsChannelIdCommandInput, GetSmsChannelIdCommandOutput } from "../commands/GetSmsChannelIdCommand";
23
+ import { GetTelephonyChannelIdCommandInput, GetTelephonyChannelIdCommandOutput } from "../commands/GetTelephonyChannelIdCommand";
24
+ import { GetTokenCommandInput, GetTokenCommandOutput } from "../commands/GetTokenCommand";
25
+ import { GetUploadedFileInfoCommandInput, GetUploadedFileInfoCommandOutput } from "../commands/GetUploadedFileInfoCommand";
26
+ import { GetWhatsAppChannelIdCommandInput, GetWhatsAppChannelIdCommandOutput } from "../commands/GetWhatsAppChannelIdCommand";
27
+ import { HideChannelCommandInput, HideChannelCommandOutput } from "../commands/HideChannelCommand";
28
+ import { JoinChannelCommandInput, JoinChannelCommandOutput } from "../commands/JoinChannelCommand";
29
+ import { LeaveChannelCommandInput, LeaveChannelCommandOutput } from "../commands/LeaveChannelCommand";
30
+ import { ListChannelMembersCommandInput, ListChannelMembersCommandOutput } from "../commands/ListChannelMembersCommand";
31
+ import { ListChannelMembersReadStatusCommandInput, ListChannelMembersReadStatusCommandOutput } from "../commands/ListChannelMembersReadStatusCommand";
6
32
  import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
7
33
  import { ListMentionsCommandInput, ListMentionsCommandOutput } from "../commands/ListMentionsCommand";
8
34
  import { ListMessagesCommandInput, ListMessagesCommandOutput } from "../commands/ListMessagesCommand";
35
+ import { MarkReadCommandInput, MarkReadCommandOutput } from "../commands/MarkReadCommand";
36
+ import { MarkUnreadCommandInput, MarkUnreadCommandOutput } from "../commands/MarkUnreadCommand";
37
+ import { MoveChannelToSectionCommandInput, MoveChannelToSectionCommandOutput } from "../commands/MoveChannelToSectionCommand";
38
+ import { MuteChannelCommandInput, MuteChannelCommandOutput } from "../commands/MuteChannelCommand";
39
+ import { PartialUpdateChannelCommandInput, PartialUpdateChannelCommandOutput } from "../commands/PartialUpdateChannelCommand";
40
+ import { PartialUpdateMessageCommandInput, PartialUpdateMessageCommandOutput } from "../commands/PartialUpdateMessageCommand";
41
+ import { PinChannelCommandInput, PinChannelCommandOutput } from "../commands/PinChannelCommand";
9
42
  import { PinMessageCommandInput, PinMessageCommandOutput } from "../commands/PinMessageCommand";
10
- import { RemoveReactionCommandInput, RemoveReactionCommandOutput } from "../commands/RemoveReactionCommand";
43
+ import { QueryChannelsCommandInput, QueryChannelsCommandOutput } from "../commands/QueryChannelsCommand";
44
+ import { RemoveChannelFromSectionCommandInput, RemoveChannelFromSectionCommandOutput } from "../commands/RemoveChannelFromSectionCommand";
45
+ import { RenameSectionCommandInput, RenameSectionCommandOutput } from "../commands/RenameSectionCommand";
46
+ import { SendGiphyCommandInput, SendGiphyCommandOutput } from "../commands/SendGiphyCommand";
11
47
  import { SendMessageCommandInput, SendMessageCommandOutput } from "../commands/SendMessageCommand";
48
+ import { SendMessageReactionCommandInput, SendMessageReactionCommandOutput } from "../commands/SendMessageReactionCommand";
49
+ import { SendSystemMessageCommandInput, SendSystemMessageCommandOutput } from "../commands/SendSystemMessageCommand";
50
+ import { SendTypingStartCommandInput, SendTypingStartCommandOutput } from "../commands/SendTypingStartCommand";
51
+ import { SendTypingStopCommandInput, SendTypingStopCommandOutput } from "../commands/SendTypingStopCommand";
52
+ import { ShowChannelCommandInput, ShowChannelCommandOutput } from "../commands/ShowChannelCommand";
53
+ import { UnmuteChannelCommandInput, UnmuteChannelCommandOutput } from "../commands/UnmuteChannelCommand";
54
+ import { UnpinChannelCommandInput, UnpinChannelCommandOutput } from "../commands/UnpinChannelCommand";
12
55
  import { UnpinMessageCommandInput, UnpinMessageCommandOutput } from "../commands/UnpinMessageCommand";
56
+ import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
57
+ import { UpdateMessageCommandInput, UpdateMessageCommandOutput } from "../commands/UpdateMessageCommand";
58
+ import { UploadFileCommandInput, UploadFileCommandOutput } from "../commands/UploadFileCommand";
13
59
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
14
60
  import { SerdeContext as __SerdeContext } from "@smithy/types";
15
61
  /**
16
- * serializeAws_restJson1AddReactionCommand
62
+ * serializeAws_restJson1AddChannelMemberCommand
17
63
  */
18
- export declare const se_AddReactionCommand: (input: AddReactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const se_AddChannelMemberCommand: (input: AddChannelMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1AddChannelMembersCommand
67
+ */
68
+ export declare const se_AddChannelMembersCommand: (input: AddChannelMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1AssignChannelCommand
71
+ */
72
+ export declare const se_AssignChannelCommand: (input: AssignChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1CreateGroupChannelCommand
75
+ */
76
+ export declare const se_CreateGroupChannelCommand: (input: CreateGroupChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1CreateKiteChannelCommand
79
+ */
80
+ export declare const se_CreateKiteChannelCommand: (input: CreateKiteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1CreateSectionCommand
83
+ */
84
+ export declare const se_CreateSectionCommand: (input: CreateSectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1DeleteChannelCommand
87
+ */
88
+ export declare const se_DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1DeleteChannelMemberCommand
91
+ */
92
+ export declare const se_DeleteChannelMemberCommand: (input: DeleteChannelMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
93
  /**
20
94
  * serializeAws_restJson1DeleteMessageCommand
21
95
  */
22
96
  export declare const se_DeleteMessageCommand: (input: DeleteMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
97
  /**
24
- * serializeAws_restJson1EditMessageCommand
98
+ * serializeAws_restJson1DeleteMessageReactionCommand
99
+ */
100
+ export declare const se_DeleteMessageReactionCommand: (input: DeleteMessageReactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1DeleteSectionCommand
103
+ */
104
+ export declare const se_DeleteSectionCommand: (input: DeleteSectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1GetChannelCommand
107
+ */
108
+ export declare const se_GetChannelCommand: (input: GetChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1GetChannelMemberCommand
111
+ */
112
+ export declare const se_GetChannelMemberCommand: (input: GetChannelMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1GetDirectChannelIdCommand
115
+ */
116
+ export declare const se_GetDirectChannelIdCommand: (input: GetDirectChannelIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1GetFilePresignedDownloadUrlCommand
25
119
  */
26
- export declare const se_EditMessageCommand: (input: EditMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ export declare const se_GetFilePresignedDownloadUrlCommand: (input: GetFilePresignedDownloadUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
121
  /**
28
122
  * serializeAws_restJson1GetInboxCommand
29
123
  */
@@ -32,6 +126,62 @@ export declare const se_GetInboxCommand: (input: GetInboxCommandInput, context:
32
126
  * serializeAws_restJson1GetMessageCommand
33
127
  */
34
128
  export declare const se_GetMessageCommand: (input: GetMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1GetOrCreateDirectChannelCommand
131
+ */
132
+ export declare const se_GetOrCreateDirectChannelCommand: (input: GetOrCreateDirectChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restJson1GetOrCreateSmsChannelCommand
135
+ */
136
+ export declare const se_GetOrCreateSmsChannelCommand: (input: GetOrCreateSmsChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_restJson1GetOrCreateTelephonyChannelCommand
139
+ */
140
+ export declare const se_GetOrCreateTelephonyChannelCommand: (input: GetOrCreateTelephonyChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_restJson1GetOrCreateWhatsAppChannelCommand
143
+ */
144
+ export declare const se_GetOrCreateWhatsAppChannelCommand: (input: GetOrCreateWhatsAppChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_restJson1GetSmsChannelIdCommand
147
+ */
148
+ export declare const se_GetSmsChannelIdCommand: (input: GetSmsChannelIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_restJson1GetTelephonyChannelIdCommand
151
+ */
152
+ export declare const se_GetTelephonyChannelIdCommand: (input: GetTelephonyChannelIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_restJson1GetTokenCommand
155
+ */
156
+ export declare const se_GetTokenCommand: (input: GetTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_restJson1GetUploadedFileInfoCommand
159
+ */
160
+ export declare const se_GetUploadedFileInfoCommand: (input: GetUploadedFileInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_restJson1GetWhatsAppChannelIdCommand
163
+ */
164
+ export declare const se_GetWhatsAppChannelIdCommand: (input: GetWhatsAppChannelIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_restJson1HideChannelCommand
167
+ */
168
+ export declare const se_HideChannelCommand: (input: HideChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_restJson1JoinChannelCommand
171
+ */
172
+ export declare const se_JoinChannelCommand: (input: JoinChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_restJson1LeaveChannelCommand
175
+ */
176
+ export declare const se_LeaveChannelCommand: (input: LeaveChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_restJson1ListChannelMembersCommand
179
+ */
180
+ export declare const se_ListChannelMembersCommand: (input: ListChannelMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_restJson1ListChannelMembersReadStatusCommand
183
+ */
184
+ export declare const se_ListChannelMembersReadStatusCommand: (input: ListChannelMembersReadStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
185
  /**
36
186
  * serializeAws_restJson1ListChannelsCommand
37
187
  */
@@ -44,34 +194,162 @@ export declare const se_ListMentionsCommand: (input: ListMentionsCommandInput, c
44
194
  * serializeAws_restJson1ListMessagesCommand
45
195
  */
46
196
  export declare const se_ListMessagesCommand: (input: ListMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ /**
198
+ * serializeAws_restJson1MarkReadCommand
199
+ */
200
+ export declare const se_MarkReadCommand: (input: MarkReadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ /**
202
+ * serializeAws_restJson1MarkUnreadCommand
203
+ */
204
+ export declare const se_MarkUnreadCommand: (input: MarkUnreadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_restJson1MoveChannelToSectionCommand
207
+ */
208
+ export declare const se_MoveChannelToSectionCommand: (input: MoveChannelToSectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ /**
210
+ * serializeAws_restJson1MuteChannelCommand
211
+ */
212
+ export declare const se_MuteChannelCommand: (input: MuteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * serializeAws_restJson1PartialUpdateChannelCommand
215
+ */
216
+ export declare const se_PartialUpdateChannelCommand: (input: PartialUpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ /**
218
+ * serializeAws_restJson1PartialUpdateMessageCommand
219
+ */
220
+ export declare const se_PartialUpdateMessageCommand: (input: PartialUpdateMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
+ /**
222
+ * serializeAws_restJson1PinChannelCommand
223
+ */
224
+ export declare const se_PinChannelCommand: (input: PinChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
225
  /**
48
226
  * serializeAws_restJson1PinMessageCommand
49
227
  */
50
228
  export declare const se_PinMessageCommand: (input: PinMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
229
  /**
52
- * serializeAws_restJson1RemoveReactionCommand
230
+ * serializeAws_restJson1QueryChannelsCommand
231
+ */
232
+ export declare const se_QueryChannelsCommand: (input: QueryChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ /**
234
+ * serializeAws_restJson1RemoveChannelFromSectionCommand
235
+ */
236
+ export declare const se_RemoveChannelFromSectionCommand: (input: RemoveChannelFromSectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
+ /**
238
+ * serializeAws_restJson1RenameSectionCommand
239
+ */
240
+ export declare const se_RenameSectionCommand: (input: RenameSectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
+ /**
242
+ * serializeAws_restJson1SendGiphyCommand
53
243
  */
54
- export declare const se_RemoveReactionCommand: (input: RemoveReactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
+ export declare const se_SendGiphyCommand: (input: SendGiphyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
245
  /**
56
246
  * serializeAws_restJson1SendMessageCommand
57
247
  */
58
248
  export declare const se_SendMessageCommand: (input: SendMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ /**
250
+ * serializeAws_restJson1SendMessageReactionCommand
251
+ */
252
+ export declare const se_SendMessageReactionCommand: (input: SendMessageReactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
+ /**
254
+ * serializeAws_restJson1SendSystemMessageCommand
255
+ */
256
+ export declare const se_SendSystemMessageCommand: (input: SendSystemMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
+ /**
258
+ * serializeAws_restJson1SendTypingStartCommand
259
+ */
260
+ export declare const se_SendTypingStartCommand: (input: SendTypingStartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
+ /**
262
+ * serializeAws_restJson1SendTypingStopCommand
263
+ */
264
+ export declare const se_SendTypingStopCommand: (input: SendTypingStopCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
+ /**
266
+ * serializeAws_restJson1ShowChannelCommand
267
+ */
268
+ export declare const se_ShowChannelCommand: (input: ShowChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
+ /**
270
+ * serializeAws_restJson1UnmuteChannelCommand
271
+ */
272
+ export declare const se_UnmuteChannelCommand: (input: UnmuteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
+ /**
274
+ * serializeAws_restJson1UnpinChannelCommand
275
+ */
276
+ export declare const se_UnpinChannelCommand: (input: UnpinChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
277
  /**
60
278
  * serializeAws_restJson1UnpinMessageCommand
61
279
  */
62
280
  export declare const se_UnpinMessageCommand: (input: UnpinMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
281
  /**
64
- * deserializeAws_restJson1AddReactionCommand
282
+ * serializeAws_restJson1UpdateChannelCommand
283
+ */
284
+ export declare const se_UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
+ /**
286
+ * serializeAws_restJson1UpdateMessageCommand
287
+ */
288
+ export declare const se_UpdateMessageCommand: (input: UpdateMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
+ /**
290
+ * serializeAws_restJson1UploadFileCommand
291
+ */
292
+ export declare const se_UploadFileCommand: (input: UploadFileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
+ /**
294
+ * deserializeAws_restJson1AddChannelMemberCommand
65
295
  */
66
- export declare const de_AddReactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddReactionCommandOutput>;
296
+ export declare const de_AddChannelMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddChannelMemberCommandOutput>;
297
+ /**
298
+ * deserializeAws_restJson1AddChannelMembersCommand
299
+ */
300
+ export declare const de_AddChannelMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddChannelMembersCommandOutput>;
301
+ /**
302
+ * deserializeAws_restJson1AssignChannelCommand
303
+ */
304
+ export declare const de_AssignChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssignChannelCommandOutput>;
305
+ /**
306
+ * deserializeAws_restJson1CreateGroupChannelCommand
307
+ */
308
+ export declare const de_CreateGroupChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupChannelCommandOutput>;
309
+ /**
310
+ * deserializeAws_restJson1CreateKiteChannelCommand
311
+ */
312
+ export declare const de_CreateKiteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKiteChannelCommandOutput>;
313
+ /**
314
+ * deserializeAws_restJson1CreateSectionCommand
315
+ */
316
+ export declare const de_CreateSectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSectionCommandOutput>;
317
+ /**
318
+ * deserializeAws_restJson1DeleteChannelCommand
319
+ */
320
+ export declare const de_DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
321
+ /**
322
+ * deserializeAws_restJson1DeleteChannelMemberCommand
323
+ */
324
+ export declare const de_DeleteChannelMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMemberCommandOutput>;
67
325
  /**
68
326
  * deserializeAws_restJson1DeleteMessageCommand
69
327
  */
70
328
  export declare const de_DeleteMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageCommandOutput>;
71
329
  /**
72
- * deserializeAws_restJson1EditMessageCommand
330
+ * deserializeAws_restJson1DeleteMessageReactionCommand
331
+ */
332
+ export declare const de_DeleteMessageReactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageReactionCommandOutput>;
333
+ /**
334
+ * deserializeAws_restJson1DeleteSectionCommand
335
+ */
336
+ export declare const de_DeleteSectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSectionCommandOutput>;
337
+ /**
338
+ * deserializeAws_restJson1GetChannelCommand
339
+ */
340
+ export declare const de_GetChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelCommandOutput>;
341
+ /**
342
+ * deserializeAws_restJson1GetChannelMemberCommand
343
+ */
344
+ export declare const de_GetChannelMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMemberCommandOutput>;
345
+ /**
346
+ * deserializeAws_restJson1GetDirectChannelIdCommand
347
+ */
348
+ export declare const de_GetDirectChannelIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDirectChannelIdCommandOutput>;
349
+ /**
350
+ * deserializeAws_restJson1GetFilePresignedDownloadUrlCommand
73
351
  */
74
- export declare const de_EditMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EditMessageCommandOutput>;
352
+ export declare const de_GetFilePresignedDownloadUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFilePresignedDownloadUrlCommandOutput>;
75
353
  /**
76
354
  * deserializeAws_restJson1GetInboxCommand
77
355
  */
@@ -80,6 +358,62 @@ export declare const de_GetInboxCommand: (output: __HttpResponse, context: __Ser
80
358
  * deserializeAws_restJson1GetMessageCommand
81
359
  */
82
360
  export declare const de_GetMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessageCommandOutput>;
361
+ /**
362
+ * deserializeAws_restJson1GetOrCreateDirectChannelCommand
363
+ */
364
+ export declare const de_GetOrCreateDirectChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrCreateDirectChannelCommandOutput>;
365
+ /**
366
+ * deserializeAws_restJson1GetOrCreateSmsChannelCommand
367
+ */
368
+ export declare const de_GetOrCreateSmsChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrCreateSmsChannelCommandOutput>;
369
+ /**
370
+ * deserializeAws_restJson1GetOrCreateTelephonyChannelCommand
371
+ */
372
+ export declare const de_GetOrCreateTelephonyChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrCreateTelephonyChannelCommandOutput>;
373
+ /**
374
+ * deserializeAws_restJson1GetOrCreateWhatsAppChannelCommand
375
+ */
376
+ export declare const de_GetOrCreateWhatsAppChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrCreateWhatsAppChannelCommandOutput>;
377
+ /**
378
+ * deserializeAws_restJson1GetSmsChannelIdCommand
379
+ */
380
+ export declare const de_GetSmsChannelIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSmsChannelIdCommandOutput>;
381
+ /**
382
+ * deserializeAws_restJson1GetTelephonyChannelIdCommand
383
+ */
384
+ export declare const de_GetTelephonyChannelIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTelephonyChannelIdCommandOutput>;
385
+ /**
386
+ * deserializeAws_restJson1GetTokenCommand
387
+ */
388
+ export declare const de_GetTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTokenCommandOutput>;
389
+ /**
390
+ * deserializeAws_restJson1GetUploadedFileInfoCommand
391
+ */
392
+ export declare const de_GetUploadedFileInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUploadedFileInfoCommandOutput>;
393
+ /**
394
+ * deserializeAws_restJson1GetWhatsAppChannelIdCommand
395
+ */
396
+ export declare const de_GetWhatsAppChannelIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWhatsAppChannelIdCommandOutput>;
397
+ /**
398
+ * deserializeAws_restJson1HideChannelCommand
399
+ */
400
+ export declare const de_HideChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<HideChannelCommandOutput>;
401
+ /**
402
+ * deserializeAws_restJson1JoinChannelCommand
403
+ */
404
+ export declare const de_JoinChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<JoinChannelCommandOutput>;
405
+ /**
406
+ * deserializeAws_restJson1LeaveChannelCommand
407
+ */
408
+ export declare const de_LeaveChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LeaveChannelCommandOutput>;
409
+ /**
410
+ * deserializeAws_restJson1ListChannelMembersCommand
411
+ */
412
+ export declare const de_ListChannelMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembersCommandOutput>;
413
+ /**
414
+ * deserializeAws_restJson1ListChannelMembersReadStatusCommand
415
+ */
416
+ export declare const de_ListChannelMembersReadStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembersReadStatusCommandOutput>;
83
417
  /**
84
418
  * deserializeAws_restJson1ListChannelsCommand
85
419
  */
@@ -92,19 +426,99 @@ export declare const de_ListMentionsCommand: (output: __HttpResponse, context: _
92
426
  * deserializeAws_restJson1ListMessagesCommand
93
427
  */
94
428
  export declare const de_ListMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessagesCommandOutput>;
429
+ /**
430
+ * deserializeAws_restJson1MarkReadCommand
431
+ */
432
+ export declare const de_MarkReadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MarkReadCommandOutput>;
433
+ /**
434
+ * deserializeAws_restJson1MarkUnreadCommand
435
+ */
436
+ export declare const de_MarkUnreadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MarkUnreadCommandOutput>;
437
+ /**
438
+ * deserializeAws_restJson1MoveChannelToSectionCommand
439
+ */
440
+ export declare const de_MoveChannelToSectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MoveChannelToSectionCommandOutput>;
441
+ /**
442
+ * deserializeAws_restJson1MuteChannelCommand
443
+ */
444
+ export declare const de_MuteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MuteChannelCommandOutput>;
445
+ /**
446
+ * deserializeAws_restJson1PartialUpdateChannelCommand
447
+ */
448
+ export declare const de_PartialUpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PartialUpdateChannelCommandOutput>;
449
+ /**
450
+ * deserializeAws_restJson1PartialUpdateMessageCommand
451
+ */
452
+ export declare const de_PartialUpdateMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PartialUpdateMessageCommandOutput>;
453
+ /**
454
+ * deserializeAws_restJson1PinChannelCommand
455
+ */
456
+ export declare const de_PinChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PinChannelCommandOutput>;
95
457
  /**
96
458
  * deserializeAws_restJson1PinMessageCommand
97
459
  */
98
460
  export declare const de_PinMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PinMessageCommandOutput>;
99
461
  /**
100
- * deserializeAws_restJson1RemoveReactionCommand
462
+ * deserializeAws_restJson1QueryChannelsCommand
463
+ */
464
+ export declare const de_QueryChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryChannelsCommandOutput>;
465
+ /**
466
+ * deserializeAws_restJson1RemoveChannelFromSectionCommand
467
+ */
468
+ export declare const de_RemoveChannelFromSectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveChannelFromSectionCommandOutput>;
469
+ /**
470
+ * deserializeAws_restJson1RenameSectionCommand
471
+ */
472
+ export declare const de_RenameSectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenameSectionCommandOutput>;
473
+ /**
474
+ * deserializeAws_restJson1SendGiphyCommand
101
475
  */
102
- export declare const de_RemoveReactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveReactionCommandOutput>;
476
+ export declare const de_SendGiphyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendGiphyCommandOutput>;
103
477
  /**
104
478
  * deserializeAws_restJson1SendMessageCommand
105
479
  */
106
480
  export declare const de_SendMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageCommandOutput>;
481
+ /**
482
+ * deserializeAws_restJson1SendMessageReactionCommand
483
+ */
484
+ export declare const de_SendMessageReactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageReactionCommandOutput>;
485
+ /**
486
+ * deserializeAws_restJson1SendSystemMessageCommand
487
+ */
488
+ export declare const de_SendSystemMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendSystemMessageCommandOutput>;
489
+ /**
490
+ * deserializeAws_restJson1SendTypingStartCommand
491
+ */
492
+ export declare const de_SendTypingStartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTypingStartCommandOutput>;
493
+ /**
494
+ * deserializeAws_restJson1SendTypingStopCommand
495
+ */
496
+ export declare const de_SendTypingStopCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTypingStopCommandOutput>;
497
+ /**
498
+ * deserializeAws_restJson1ShowChannelCommand
499
+ */
500
+ export declare const de_ShowChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ShowChannelCommandOutput>;
501
+ /**
502
+ * deserializeAws_restJson1UnmuteChannelCommand
503
+ */
504
+ export declare const de_UnmuteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnmuteChannelCommandOutput>;
505
+ /**
506
+ * deserializeAws_restJson1UnpinChannelCommand
507
+ */
508
+ export declare const de_UnpinChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnpinChannelCommandOutput>;
107
509
  /**
108
510
  * deserializeAws_restJson1UnpinMessageCommand
109
511
  */
110
512
  export declare const de_UnpinMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnpinMessageCommandOutput>;
513
+ /**
514
+ * deserializeAws_restJson1UpdateChannelCommand
515
+ */
516
+ export declare const de_UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
517
+ /**
518
+ * deserializeAws_restJson1UpdateMessageCommand
519
+ */
520
+ export declare const de_UpdateMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMessageCommandOutput>;
521
+ /**
522
+ * deserializeAws_restJson1UploadFileCommand
523
+ */
524
+ export declare const de_UploadFileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadFileCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/stream-client",
3
3
  "description": "@wildix/stream-client client",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",