@aws-sdk/client-chime-sdk-messaging 3.169.0 → 3.171.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +833 -240
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +387 -120
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1092 -1404
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelFlowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSubChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,143 +1,569 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateChannelFlowCommandInput,
|
|
8
|
+
AssociateChannelFlowCommandOutput,
|
|
9
|
+
} from "../commands/AssociateChannelFlowCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchCreateChannelMembershipCommandInput,
|
|
12
|
+
BatchCreateChannelMembershipCommandOutput,
|
|
13
|
+
} from "../commands/BatchCreateChannelMembershipCommand";
|
|
14
|
+
import {
|
|
15
|
+
ChannelFlowCallbackCommandInput,
|
|
16
|
+
ChannelFlowCallbackCommandOutput,
|
|
17
|
+
} from "../commands/ChannelFlowCallbackCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateChannelBanCommandInput,
|
|
20
|
+
CreateChannelBanCommandOutput,
|
|
21
|
+
} from "../commands/CreateChannelBanCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateChannelCommandInput,
|
|
24
|
+
CreateChannelCommandOutput,
|
|
25
|
+
} from "../commands/CreateChannelCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateChannelFlowCommandInput,
|
|
28
|
+
CreateChannelFlowCommandOutput,
|
|
29
|
+
} from "../commands/CreateChannelFlowCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateChannelMembershipCommandInput,
|
|
32
|
+
CreateChannelMembershipCommandOutput,
|
|
33
|
+
} from "../commands/CreateChannelMembershipCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateChannelModeratorCommandInput,
|
|
36
|
+
CreateChannelModeratorCommandOutput,
|
|
37
|
+
} from "../commands/CreateChannelModeratorCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteChannelBanCommandInput,
|
|
40
|
+
DeleteChannelBanCommandOutput,
|
|
41
|
+
} from "../commands/DeleteChannelBanCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteChannelCommandInput,
|
|
44
|
+
DeleteChannelCommandOutput,
|
|
45
|
+
} from "../commands/DeleteChannelCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteChannelFlowCommandInput,
|
|
48
|
+
DeleteChannelFlowCommandOutput,
|
|
49
|
+
} from "../commands/DeleteChannelFlowCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteChannelMembershipCommandInput,
|
|
52
|
+
DeleteChannelMembershipCommandOutput,
|
|
53
|
+
} from "../commands/DeleteChannelMembershipCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteChannelMessageCommandInput,
|
|
56
|
+
DeleteChannelMessageCommandOutput,
|
|
57
|
+
} from "../commands/DeleteChannelMessageCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteChannelModeratorCommandInput,
|
|
60
|
+
DeleteChannelModeratorCommandOutput,
|
|
61
|
+
} from "../commands/DeleteChannelModeratorCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeChannelBanCommandInput,
|
|
64
|
+
DescribeChannelBanCommandOutput,
|
|
65
|
+
} from "../commands/DescribeChannelBanCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeChannelCommandInput,
|
|
68
|
+
DescribeChannelCommandOutput,
|
|
69
|
+
} from "../commands/DescribeChannelCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeChannelFlowCommandInput,
|
|
72
|
+
DescribeChannelFlowCommandOutput,
|
|
73
|
+
} from "../commands/DescribeChannelFlowCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeChannelMembershipCommandInput,
|
|
76
|
+
DescribeChannelMembershipCommandOutput,
|
|
77
|
+
} from "../commands/DescribeChannelMembershipCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
80
|
+
DescribeChannelMembershipForAppInstanceUserCommandOutput,
|
|
81
|
+
} from "../commands/DescribeChannelMembershipForAppInstanceUserCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
84
|
+
DescribeChannelModeratedByAppInstanceUserCommandOutput,
|
|
85
|
+
} from "../commands/DescribeChannelModeratedByAppInstanceUserCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeChannelModeratorCommandInput,
|
|
88
|
+
DescribeChannelModeratorCommandOutput,
|
|
89
|
+
} from "../commands/DescribeChannelModeratorCommand";
|
|
90
|
+
import {
|
|
91
|
+
DisassociateChannelFlowCommandInput,
|
|
92
|
+
DisassociateChannelFlowCommandOutput,
|
|
93
|
+
} from "../commands/DisassociateChannelFlowCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetChannelMembershipPreferencesCommandInput,
|
|
96
|
+
GetChannelMembershipPreferencesCommandOutput,
|
|
97
|
+
} from "../commands/GetChannelMembershipPreferencesCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetChannelMessageCommandInput,
|
|
100
|
+
GetChannelMessageCommandOutput,
|
|
101
|
+
} from "../commands/GetChannelMessageCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetChannelMessageStatusCommandInput,
|
|
104
|
+
GetChannelMessageStatusCommandOutput,
|
|
105
|
+
} from "../commands/GetChannelMessageStatusCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetMessagingSessionEndpointCommandInput,
|
|
108
|
+
GetMessagingSessionEndpointCommandOutput,
|
|
109
|
+
} from "../commands/GetMessagingSessionEndpointCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListChannelBansCommandInput,
|
|
112
|
+
ListChannelBansCommandOutput,
|
|
113
|
+
} from "../commands/ListChannelBansCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListChannelFlowsCommandInput,
|
|
116
|
+
ListChannelFlowsCommandOutput,
|
|
117
|
+
} from "../commands/ListChannelFlowsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListChannelMembershipsCommandInput,
|
|
120
|
+
ListChannelMembershipsCommandOutput,
|
|
121
|
+
} from "../commands/ListChannelMembershipsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
124
|
+
ListChannelMembershipsForAppInstanceUserCommandOutput,
|
|
125
|
+
} from "../commands/ListChannelMembershipsForAppInstanceUserCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListChannelMessagesCommandInput,
|
|
128
|
+
ListChannelMessagesCommandOutput,
|
|
129
|
+
} from "../commands/ListChannelMessagesCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListChannelModeratorsCommandInput,
|
|
132
|
+
ListChannelModeratorsCommandOutput,
|
|
133
|
+
} from "../commands/ListChannelModeratorsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListChannelsAssociatedWithChannelFlowCommandInput,
|
|
136
|
+
ListChannelsAssociatedWithChannelFlowCommandOutput,
|
|
137
|
+
} from "../commands/ListChannelsAssociatedWithChannelFlowCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListChannelsCommandInput,
|
|
140
|
+
ListChannelsCommandOutput,
|
|
141
|
+
} from "../commands/ListChannelsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
144
|
+
ListChannelsModeratedByAppInstanceUserCommandOutput,
|
|
145
|
+
} from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListSubChannelsCommandInput,
|
|
148
|
+
ListSubChannelsCommandOutput,
|
|
149
|
+
} from "../commands/ListSubChannelsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListTagsForResourceCommandInput,
|
|
152
|
+
ListTagsForResourceCommandOutput,
|
|
153
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
PutChannelMembershipPreferencesCommandInput,
|
|
156
|
+
PutChannelMembershipPreferencesCommandOutput,
|
|
157
|
+
} from "../commands/PutChannelMembershipPreferencesCommand";
|
|
158
|
+
import {
|
|
159
|
+
RedactChannelMessageCommandInput,
|
|
160
|
+
RedactChannelMessageCommandOutput,
|
|
161
|
+
} from "../commands/RedactChannelMessageCommand";
|
|
162
|
+
import {
|
|
163
|
+
SearchChannelsCommandInput,
|
|
164
|
+
SearchChannelsCommandOutput,
|
|
165
|
+
} from "../commands/SearchChannelsCommand";
|
|
166
|
+
import {
|
|
167
|
+
SendChannelMessageCommandInput,
|
|
168
|
+
SendChannelMessageCommandOutput,
|
|
169
|
+
} from "../commands/SendChannelMessageCommand";
|
|
170
|
+
import {
|
|
171
|
+
TagResourceCommandInput,
|
|
172
|
+
TagResourceCommandOutput,
|
|
173
|
+
} from "../commands/TagResourceCommand";
|
|
174
|
+
import {
|
|
175
|
+
UntagResourceCommandInput,
|
|
176
|
+
UntagResourceCommandOutput,
|
|
177
|
+
} from "../commands/UntagResourceCommand";
|
|
178
|
+
import {
|
|
179
|
+
UpdateChannelCommandInput,
|
|
180
|
+
UpdateChannelCommandOutput,
|
|
181
|
+
} from "../commands/UpdateChannelCommand";
|
|
182
|
+
import {
|
|
183
|
+
UpdateChannelFlowCommandInput,
|
|
184
|
+
UpdateChannelFlowCommandOutput,
|
|
185
|
+
} from "../commands/UpdateChannelFlowCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateChannelMessageCommandInput,
|
|
188
|
+
UpdateChannelMessageCommandOutput,
|
|
189
|
+
} from "../commands/UpdateChannelMessageCommand";
|
|
190
|
+
import {
|
|
191
|
+
UpdateChannelReadMarkerCommandInput,
|
|
192
|
+
UpdateChannelReadMarkerCommandOutput,
|
|
193
|
+
} from "../commands/UpdateChannelReadMarkerCommand";
|
|
194
|
+
export declare const serializeAws_restJson1AssociateChannelFlowCommand: (
|
|
195
|
+
input: AssociateChannelFlowCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_restJson1BatchCreateChannelMembershipCommand: (
|
|
199
|
+
input: BatchCreateChannelMembershipCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_restJson1ChannelFlowCallbackCommand: (
|
|
203
|
+
input: ChannelFlowCallbackCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_restJson1CreateChannelCommand: (
|
|
207
|
+
input: CreateChannelCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_restJson1CreateChannelBanCommand: (
|
|
211
|
+
input: CreateChannelBanCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_restJson1CreateChannelFlowCommand: (
|
|
215
|
+
input: CreateChannelFlowCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_restJson1CreateChannelMembershipCommand: (
|
|
219
|
+
input: CreateChannelMembershipCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_restJson1CreateChannelModeratorCommand: (
|
|
223
|
+
input: CreateChannelModeratorCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_restJson1DeleteChannelCommand: (
|
|
227
|
+
input: DeleteChannelCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_restJson1DeleteChannelBanCommand: (
|
|
231
|
+
input: DeleteChannelBanCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1DeleteChannelFlowCommand: (
|
|
235
|
+
input: DeleteChannelFlowCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_restJson1DeleteChannelMembershipCommand: (
|
|
239
|
+
input: DeleteChannelMembershipCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_restJson1DeleteChannelMessageCommand: (
|
|
243
|
+
input: DeleteChannelMessageCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1DeleteChannelModeratorCommand: (
|
|
247
|
+
input: DeleteChannelModeratorCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1DescribeChannelCommand: (
|
|
251
|
+
input: DescribeChannelCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_restJson1DescribeChannelBanCommand: (
|
|
255
|
+
input: DescribeChannelBanCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_restJson1DescribeChannelFlowCommand: (
|
|
259
|
+
input: DescribeChannelFlowCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_restJson1DescribeChannelMembershipCommand: (
|
|
263
|
+
input: DescribeChannelMembershipCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (
|
|
267
|
+
input: DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (
|
|
271
|
+
input: DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1DescribeChannelModeratorCommand: (
|
|
275
|
+
input: DescribeChannelModeratorCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1DisassociateChannelFlowCommand: (
|
|
279
|
+
input: DisassociateChannelFlowCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1GetChannelMembershipPreferencesCommand: (
|
|
283
|
+
input: GetChannelMembershipPreferencesCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_restJson1GetChannelMessageCommand: (
|
|
287
|
+
input: GetChannelMessageCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_restJson1GetChannelMessageStatusCommand: (
|
|
291
|
+
input: GetChannelMessageStatusCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_restJson1GetMessagingSessionEndpointCommand: (
|
|
295
|
+
input: GetMessagingSessionEndpointCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_restJson1ListChannelBansCommand: (
|
|
299
|
+
input: ListChannelBansCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_restJson1ListChannelFlowsCommand: (
|
|
303
|
+
input: ListChannelFlowsCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1ListChannelMembershipsCommand: (
|
|
307
|
+
input: ListChannelMembershipsCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (
|
|
311
|
+
input: ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1ListChannelMessagesCommand: (
|
|
315
|
+
input: ListChannelMessagesCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1ListChannelModeratorsCommand: (
|
|
319
|
+
input: ListChannelModeratorsCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1ListChannelsCommand: (
|
|
323
|
+
input: ListChannelsCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand: (
|
|
327
|
+
input: ListChannelsAssociatedWithChannelFlowCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (
|
|
331
|
+
input: ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1ListSubChannelsCommand: (
|
|
335
|
+
input: ListSubChannelsCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
339
|
+
input: ListTagsForResourceCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1PutChannelMembershipPreferencesCommand: (
|
|
343
|
+
input: PutChannelMembershipPreferencesCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1RedactChannelMessageCommand: (
|
|
347
|
+
input: RedactChannelMessageCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1SearchChannelsCommand: (
|
|
351
|
+
input: SearchChannelsCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1SendChannelMessageCommand: (
|
|
355
|
+
input: SendChannelMessageCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
359
|
+
input: TagResourceCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
363
|
+
input: UntagResourceCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_restJson1UpdateChannelCommand: (
|
|
367
|
+
input: UpdateChannelCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_restJson1UpdateChannelFlowCommand: (
|
|
371
|
+
input: UpdateChannelFlowCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_restJson1UpdateChannelMessageCommand: (
|
|
375
|
+
input: UpdateChannelMessageCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_restJson1UpdateChannelReadMarkerCommand: (
|
|
379
|
+
input: UpdateChannelReadMarkerCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const deserializeAws_restJson1AssociateChannelFlowCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<AssociateChannelFlowCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_restJson1BatchCreateChannelMembershipCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<BatchCreateChannelMembershipCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_restJson1ChannelFlowCallbackCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<ChannelFlowCallbackCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_restJson1CreateChannelCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<CreateChannelCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_restJson1CreateChannelBanCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<CreateChannelBanCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_restJson1CreateChannelFlowCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<CreateChannelFlowCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_restJson1CreateChannelMembershipCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<CreateChannelMembershipCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_restJson1CreateChannelModeratorCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<CreateChannelModeratorCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_restJson1DeleteChannelCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<DeleteChannelCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_restJson1DeleteChannelBanCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<DeleteChannelBanCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_restJson1DeleteChannelFlowCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<DeleteChannelFlowCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_restJson1DeleteChannelMembershipCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<DeleteChannelMembershipCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_restJson1DeleteChannelMessageCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<DeleteChannelMessageCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_restJson1DeleteChannelModeratorCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<DeleteChannelModeratorCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_restJson1DescribeChannelCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<DescribeChannelCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_restJson1DescribeChannelBanCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<DescribeChannelBanCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_restJson1DescribeChannelFlowCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<DescribeChannelFlowCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_restJson1DescribeChannelMembershipCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<DescribeChannelMembershipCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_restJson1DescribeChannelModeratorCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<DescribeChannelModeratorCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_restJson1DisassociateChannelFlowCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<DisassociateChannelFlowCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_restJson1GetChannelMembershipPreferencesCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<GetChannelMembershipPreferencesCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_restJson1GetChannelMessageCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<GetChannelMessageCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_restJson1GetChannelMessageStatusCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<GetChannelMessageStatusCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_restJson1GetMessagingSessionEndpointCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<GetMessagingSessionEndpointCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_restJson1ListChannelBansCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<ListChannelBansCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_restJson1ListChannelFlowsCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<ListChannelFlowsCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_restJson1ListChannelMembershipsCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<ListChannelMembershipsCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_restJson1ListChannelMessagesCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<ListChannelMessagesCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_restJson1ListChannelModeratorsCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<ListChannelModeratorsCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_restJson1ListChannelsCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<ListChannelsCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<ListChannelsAssociatedWithChannelFlowCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_restJson1ListSubChannelsCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<ListSubChannelsCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_restJson1PutChannelMembershipPreferencesCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<PutChannelMembershipPreferencesCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_restJson1RedactChannelMessageCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<RedactChannelMessageCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_restJson1SearchChannelsCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<SearchChannelsCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_restJson1SendChannelMessageCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<SendChannelMessageCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<TagResourceCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_restJson1UpdateChannelCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<UpdateChannelCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_restJson1UpdateChannelFlowCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<UpdateChannelFlowCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_restJson1UpdateChannelMessageCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<UpdateChannelMessageCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_restJson1UpdateChannelReadMarkerCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<UpdateChannelReadMarkerCommandOutput>;
|