@aws-sdk/client-chime-sdk-messaging 3.168.0 → 3.170.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 +880 -240
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +412 -120
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1519 -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 +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,120 +1,412 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateChannelFlowCommandInput,
|
|
47
|
+
AssociateChannelFlowCommandOutput,
|
|
48
|
+
} from "./commands/AssociateChannelFlowCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchCreateChannelMembershipCommandInput,
|
|
51
|
+
BatchCreateChannelMembershipCommandOutput,
|
|
52
|
+
} from "./commands/BatchCreateChannelMembershipCommand";
|
|
53
|
+
import {
|
|
54
|
+
ChannelFlowCallbackCommandInput,
|
|
55
|
+
ChannelFlowCallbackCommandOutput,
|
|
56
|
+
} from "./commands/ChannelFlowCallbackCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateChannelBanCommandInput,
|
|
59
|
+
CreateChannelBanCommandOutput,
|
|
60
|
+
} from "./commands/CreateChannelBanCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateChannelCommandInput,
|
|
63
|
+
CreateChannelCommandOutput,
|
|
64
|
+
} from "./commands/CreateChannelCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateChannelFlowCommandInput,
|
|
67
|
+
CreateChannelFlowCommandOutput,
|
|
68
|
+
} from "./commands/CreateChannelFlowCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateChannelMembershipCommandInput,
|
|
71
|
+
CreateChannelMembershipCommandOutput,
|
|
72
|
+
} from "./commands/CreateChannelMembershipCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateChannelModeratorCommandInput,
|
|
75
|
+
CreateChannelModeratorCommandOutput,
|
|
76
|
+
} from "./commands/CreateChannelModeratorCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteChannelBanCommandInput,
|
|
79
|
+
DeleteChannelBanCommandOutput,
|
|
80
|
+
} from "./commands/DeleteChannelBanCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteChannelCommandInput,
|
|
83
|
+
DeleteChannelCommandOutput,
|
|
84
|
+
} from "./commands/DeleteChannelCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteChannelFlowCommandInput,
|
|
87
|
+
DeleteChannelFlowCommandOutput,
|
|
88
|
+
} from "./commands/DeleteChannelFlowCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteChannelMembershipCommandInput,
|
|
91
|
+
DeleteChannelMembershipCommandOutput,
|
|
92
|
+
} from "./commands/DeleteChannelMembershipCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteChannelMessageCommandInput,
|
|
95
|
+
DeleteChannelMessageCommandOutput,
|
|
96
|
+
} from "./commands/DeleteChannelMessageCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteChannelModeratorCommandInput,
|
|
99
|
+
DeleteChannelModeratorCommandOutput,
|
|
100
|
+
} from "./commands/DeleteChannelModeratorCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeChannelBanCommandInput,
|
|
103
|
+
DescribeChannelBanCommandOutput,
|
|
104
|
+
} from "./commands/DescribeChannelBanCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeChannelCommandInput,
|
|
107
|
+
DescribeChannelCommandOutput,
|
|
108
|
+
} from "./commands/DescribeChannelCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeChannelFlowCommandInput,
|
|
111
|
+
DescribeChannelFlowCommandOutput,
|
|
112
|
+
} from "./commands/DescribeChannelFlowCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeChannelMembershipCommandInput,
|
|
115
|
+
DescribeChannelMembershipCommandOutput,
|
|
116
|
+
} from "./commands/DescribeChannelMembershipCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
119
|
+
DescribeChannelMembershipForAppInstanceUserCommandOutput,
|
|
120
|
+
} from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
123
|
+
DescribeChannelModeratedByAppInstanceUserCommandOutput,
|
|
124
|
+
} from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeChannelModeratorCommandInput,
|
|
127
|
+
DescribeChannelModeratorCommandOutput,
|
|
128
|
+
} from "./commands/DescribeChannelModeratorCommand";
|
|
129
|
+
import {
|
|
130
|
+
DisassociateChannelFlowCommandInput,
|
|
131
|
+
DisassociateChannelFlowCommandOutput,
|
|
132
|
+
} from "./commands/DisassociateChannelFlowCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetChannelMembershipPreferencesCommandInput,
|
|
135
|
+
GetChannelMembershipPreferencesCommandOutput,
|
|
136
|
+
} from "./commands/GetChannelMembershipPreferencesCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetChannelMessageCommandInput,
|
|
139
|
+
GetChannelMessageCommandOutput,
|
|
140
|
+
} from "./commands/GetChannelMessageCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetChannelMessageStatusCommandInput,
|
|
143
|
+
GetChannelMessageStatusCommandOutput,
|
|
144
|
+
} from "./commands/GetChannelMessageStatusCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetMessagingSessionEndpointCommandInput,
|
|
147
|
+
GetMessagingSessionEndpointCommandOutput,
|
|
148
|
+
} from "./commands/GetMessagingSessionEndpointCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListChannelBansCommandInput,
|
|
151
|
+
ListChannelBansCommandOutput,
|
|
152
|
+
} from "./commands/ListChannelBansCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListChannelFlowsCommandInput,
|
|
155
|
+
ListChannelFlowsCommandOutput,
|
|
156
|
+
} from "./commands/ListChannelFlowsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListChannelMembershipsCommandInput,
|
|
159
|
+
ListChannelMembershipsCommandOutput,
|
|
160
|
+
} from "./commands/ListChannelMembershipsCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
163
|
+
ListChannelMembershipsForAppInstanceUserCommandOutput,
|
|
164
|
+
} from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListChannelMessagesCommandInput,
|
|
167
|
+
ListChannelMessagesCommandOutput,
|
|
168
|
+
} from "./commands/ListChannelMessagesCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListChannelModeratorsCommandInput,
|
|
171
|
+
ListChannelModeratorsCommandOutput,
|
|
172
|
+
} from "./commands/ListChannelModeratorsCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListChannelsAssociatedWithChannelFlowCommandInput,
|
|
175
|
+
ListChannelsAssociatedWithChannelFlowCommandOutput,
|
|
176
|
+
} from "./commands/ListChannelsAssociatedWithChannelFlowCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListChannelsCommandInput,
|
|
179
|
+
ListChannelsCommandOutput,
|
|
180
|
+
} from "./commands/ListChannelsCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
183
|
+
ListChannelsModeratedByAppInstanceUserCommandOutput,
|
|
184
|
+
} from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListSubChannelsCommandInput,
|
|
187
|
+
ListSubChannelsCommandOutput,
|
|
188
|
+
} from "./commands/ListSubChannelsCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListTagsForResourceCommandInput,
|
|
191
|
+
ListTagsForResourceCommandOutput,
|
|
192
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
193
|
+
import {
|
|
194
|
+
PutChannelMembershipPreferencesCommandInput,
|
|
195
|
+
PutChannelMembershipPreferencesCommandOutput,
|
|
196
|
+
} from "./commands/PutChannelMembershipPreferencesCommand";
|
|
197
|
+
import {
|
|
198
|
+
RedactChannelMessageCommandInput,
|
|
199
|
+
RedactChannelMessageCommandOutput,
|
|
200
|
+
} from "./commands/RedactChannelMessageCommand";
|
|
201
|
+
import {
|
|
202
|
+
SearchChannelsCommandInput,
|
|
203
|
+
SearchChannelsCommandOutput,
|
|
204
|
+
} from "./commands/SearchChannelsCommand";
|
|
205
|
+
import {
|
|
206
|
+
SendChannelMessageCommandInput,
|
|
207
|
+
SendChannelMessageCommandOutput,
|
|
208
|
+
} from "./commands/SendChannelMessageCommand";
|
|
209
|
+
import {
|
|
210
|
+
TagResourceCommandInput,
|
|
211
|
+
TagResourceCommandOutput,
|
|
212
|
+
} from "./commands/TagResourceCommand";
|
|
213
|
+
import {
|
|
214
|
+
UntagResourceCommandInput,
|
|
215
|
+
UntagResourceCommandOutput,
|
|
216
|
+
} from "./commands/UntagResourceCommand";
|
|
217
|
+
import {
|
|
218
|
+
UpdateChannelCommandInput,
|
|
219
|
+
UpdateChannelCommandOutput,
|
|
220
|
+
} from "./commands/UpdateChannelCommand";
|
|
221
|
+
import {
|
|
222
|
+
UpdateChannelFlowCommandInput,
|
|
223
|
+
UpdateChannelFlowCommandOutput,
|
|
224
|
+
} from "./commands/UpdateChannelFlowCommand";
|
|
225
|
+
import {
|
|
226
|
+
UpdateChannelMessageCommandInput,
|
|
227
|
+
UpdateChannelMessageCommandOutput,
|
|
228
|
+
} from "./commands/UpdateChannelMessageCommand";
|
|
229
|
+
import {
|
|
230
|
+
UpdateChannelReadMarkerCommandInput,
|
|
231
|
+
UpdateChannelReadMarkerCommandOutput,
|
|
232
|
+
} from "./commands/UpdateChannelReadMarkerCommand";
|
|
233
|
+
export declare type ServiceInputTypes =
|
|
234
|
+
| AssociateChannelFlowCommandInput
|
|
235
|
+
| BatchCreateChannelMembershipCommandInput
|
|
236
|
+
| ChannelFlowCallbackCommandInput
|
|
237
|
+
| CreateChannelBanCommandInput
|
|
238
|
+
| CreateChannelCommandInput
|
|
239
|
+
| CreateChannelFlowCommandInput
|
|
240
|
+
| CreateChannelMembershipCommandInput
|
|
241
|
+
| CreateChannelModeratorCommandInput
|
|
242
|
+
| DeleteChannelBanCommandInput
|
|
243
|
+
| DeleteChannelCommandInput
|
|
244
|
+
| DeleteChannelFlowCommandInput
|
|
245
|
+
| DeleteChannelMembershipCommandInput
|
|
246
|
+
| DeleteChannelMessageCommandInput
|
|
247
|
+
| DeleteChannelModeratorCommandInput
|
|
248
|
+
| DescribeChannelBanCommandInput
|
|
249
|
+
| DescribeChannelCommandInput
|
|
250
|
+
| DescribeChannelFlowCommandInput
|
|
251
|
+
| DescribeChannelMembershipCommandInput
|
|
252
|
+
| DescribeChannelMembershipForAppInstanceUserCommandInput
|
|
253
|
+
| DescribeChannelModeratedByAppInstanceUserCommandInput
|
|
254
|
+
| DescribeChannelModeratorCommandInput
|
|
255
|
+
| DisassociateChannelFlowCommandInput
|
|
256
|
+
| GetChannelMembershipPreferencesCommandInput
|
|
257
|
+
| GetChannelMessageCommandInput
|
|
258
|
+
| GetChannelMessageStatusCommandInput
|
|
259
|
+
| GetMessagingSessionEndpointCommandInput
|
|
260
|
+
| ListChannelBansCommandInput
|
|
261
|
+
| ListChannelFlowsCommandInput
|
|
262
|
+
| ListChannelMembershipsCommandInput
|
|
263
|
+
| ListChannelMembershipsForAppInstanceUserCommandInput
|
|
264
|
+
| ListChannelMessagesCommandInput
|
|
265
|
+
| ListChannelModeratorsCommandInput
|
|
266
|
+
| ListChannelsAssociatedWithChannelFlowCommandInput
|
|
267
|
+
| ListChannelsCommandInput
|
|
268
|
+
| ListChannelsModeratedByAppInstanceUserCommandInput
|
|
269
|
+
| ListSubChannelsCommandInput
|
|
270
|
+
| ListTagsForResourceCommandInput
|
|
271
|
+
| PutChannelMembershipPreferencesCommandInput
|
|
272
|
+
| RedactChannelMessageCommandInput
|
|
273
|
+
| SearchChannelsCommandInput
|
|
274
|
+
| SendChannelMessageCommandInput
|
|
275
|
+
| TagResourceCommandInput
|
|
276
|
+
| UntagResourceCommandInput
|
|
277
|
+
| UpdateChannelCommandInput
|
|
278
|
+
| UpdateChannelFlowCommandInput
|
|
279
|
+
| UpdateChannelMessageCommandInput
|
|
280
|
+
| UpdateChannelReadMarkerCommandInput;
|
|
281
|
+
export declare type ServiceOutputTypes =
|
|
282
|
+
| AssociateChannelFlowCommandOutput
|
|
283
|
+
| BatchCreateChannelMembershipCommandOutput
|
|
284
|
+
| ChannelFlowCallbackCommandOutput
|
|
285
|
+
| CreateChannelBanCommandOutput
|
|
286
|
+
| CreateChannelCommandOutput
|
|
287
|
+
| CreateChannelFlowCommandOutput
|
|
288
|
+
| CreateChannelMembershipCommandOutput
|
|
289
|
+
| CreateChannelModeratorCommandOutput
|
|
290
|
+
| DeleteChannelBanCommandOutput
|
|
291
|
+
| DeleteChannelCommandOutput
|
|
292
|
+
| DeleteChannelFlowCommandOutput
|
|
293
|
+
| DeleteChannelMembershipCommandOutput
|
|
294
|
+
| DeleteChannelMessageCommandOutput
|
|
295
|
+
| DeleteChannelModeratorCommandOutput
|
|
296
|
+
| DescribeChannelBanCommandOutput
|
|
297
|
+
| DescribeChannelCommandOutput
|
|
298
|
+
| DescribeChannelFlowCommandOutput
|
|
299
|
+
| DescribeChannelMembershipCommandOutput
|
|
300
|
+
| DescribeChannelMembershipForAppInstanceUserCommandOutput
|
|
301
|
+
| DescribeChannelModeratedByAppInstanceUserCommandOutput
|
|
302
|
+
| DescribeChannelModeratorCommandOutput
|
|
303
|
+
| DisassociateChannelFlowCommandOutput
|
|
304
|
+
| GetChannelMembershipPreferencesCommandOutput
|
|
305
|
+
| GetChannelMessageCommandOutput
|
|
306
|
+
| GetChannelMessageStatusCommandOutput
|
|
307
|
+
| GetMessagingSessionEndpointCommandOutput
|
|
308
|
+
| ListChannelBansCommandOutput
|
|
309
|
+
| ListChannelFlowsCommandOutput
|
|
310
|
+
| ListChannelMembershipsCommandOutput
|
|
311
|
+
| ListChannelMembershipsForAppInstanceUserCommandOutput
|
|
312
|
+
| ListChannelMessagesCommandOutput
|
|
313
|
+
| ListChannelModeratorsCommandOutput
|
|
314
|
+
| ListChannelsAssociatedWithChannelFlowCommandOutput
|
|
315
|
+
| ListChannelsCommandOutput
|
|
316
|
+
| ListChannelsModeratedByAppInstanceUserCommandOutput
|
|
317
|
+
| ListSubChannelsCommandOutput
|
|
318
|
+
| ListTagsForResourceCommandOutput
|
|
319
|
+
| PutChannelMembershipPreferencesCommandOutput
|
|
320
|
+
| RedactChannelMessageCommandOutput
|
|
321
|
+
| SearchChannelsCommandOutput
|
|
322
|
+
| SendChannelMessageCommandOutput
|
|
323
|
+
| TagResourceCommandOutput
|
|
324
|
+
| UntagResourceCommandOutput
|
|
325
|
+
| UpdateChannelCommandOutput
|
|
326
|
+
| UpdateChannelFlowCommandOutput
|
|
327
|
+
| UpdateChannelMessageCommandOutput
|
|
328
|
+
| UpdateChannelReadMarkerCommandOutput;
|
|
329
|
+
export interface ClientDefaults
|
|
330
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
331
|
+
requestHandler?: __HttpHandler;
|
|
332
|
+
|
|
333
|
+
sha256?: __HashConstructor;
|
|
334
|
+
|
|
335
|
+
urlParser?: __UrlParser;
|
|
336
|
+
|
|
337
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
338
|
+
|
|
339
|
+
streamCollector?: __StreamCollector;
|
|
340
|
+
|
|
341
|
+
base64Decoder?: __Decoder;
|
|
342
|
+
|
|
343
|
+
base64Encoder?: __Encoder;
|
|
344
|
+
|
|
345
|
+
utf8Decoder?: __Decoder;
|
|
346
|
+
|
|
347
|
+
utf8Encoder?: __Encoder;
|
|
348
|
+
|
|
349
|
+
runtime?: string;
|
|
350
|
+
|
|
351
|
+
disableHostPrefix?: boolean;
|
|
352
|
+
|
|
353
|
+
maxAttempts?: number | __Provider<number>;
|
|
354
|
+
|
|
355
|
+
retryMode?: string | __Provider<string>;
|
|
356
|
+
|
|
357
|
+
logger?: __Logger;
|
|
358
|
+
|
|
359
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
360
|
+
|
|
361
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
362
|
+
|
|
363
|
+
serviceId?: string;
|
|
364
|
+
|
|
365
|
+
region?: string | __Provider<string>;
|
|
366
|
+
|
|
367
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
368
|
+
|
|
369
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
370
|
+
|
|
371
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
372
|
+
|
|
373
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
374
|
+
}
|
|
375
|
+
declare type ChimeSDKMessagingClientConfigType = Partial<
|
|
376
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
377
|
+
> &
|
|
378
|
+
ClientDefaults &
|
|
379
|
+
RegionInputConfig &
|
|
380
|
+
EndpointsInputConfig &
|
|
381
|
+
RetryInputConfig &
|
|
382
|
+
HostHeaderInputConfig &
|
|
383
|
+
AwsAuthInputConfig &
|
|
384
|
+
UserAgentInputConfig;
|
|
385
|
+
|
|
386
|
+
export interface ChimeSDKMessagingClientConfig
|
|
387
|
+
extends ChimeSDKMessagingClientConfigType {}
|
|
388
|
+
declare type ChimeSDKMessagingClientResolvedConfigType =
|
|
389
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
390
|
+
Required<ClientDefaults> &
|
|
391
|
+
RegionResolvedConfig &
|
|
392
|
+
EndpointsResolvedConfig &
|
|
393
|
+
RetryResolvedConfig &
|
|
394
|
+
HostHeaderResolvedConfig &
|
|
395
|
+
AwsAuthResolvedConfig &
|
|
396
|
+
UserAgentResolvedConfig;
|
|
397
|
+
|
|
398
|
+
export interface ChimeSDKMessagingClientResolvedConfig
|
|
399
|
+
extends ChimeSDKMessagingClientResolvedConfigType {}
|
|
400
|
+
|
|
401
|
+
export declare class ChimeSDKMessagingClient extends __Client<
|
|
402
|
+
__HttpHandlerOptions,
|
|
403
|
+
ServiceInputTypes,
|
|
404
|
+
ServiceOutputTypes,
|
|
405
|
+
ChimeSDKMessagingClientResolvedConfig
|
|
406
|
+
> {
|
|
407
|
+
readonly config: ChimeSDKMessagingClientResolvedConfig;
|
|
408
|
+
constructor(configuration: ChimeSDKMessagingClientConfig);
|
|
409
|
+
|
|
410
|
+
destroy(): void;
|
|
411
|
+
}
|
|
412
|
+
export {};
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKMessagingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKMessagingClient";
|
|
13
|
+
import { AssociateChannelFlowRequest } from "../models/models_0";
|
|
14
|
+
export interface AssociateChannelFlowCommandInput
|
|
15
|
+
extends AssociateChannelFlowRequest {}
|
|
16
|
+
export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class AssociateChannelFlowCommand extends $Command<
|
|
19
|
+
AssociateChannelFlowCommandInput,
|
|
20
|
+
AssociateChannelFlowCommandOutput,
|
|
21
|
+
ChimeSDKMessagingClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: AssociateChannelFlowCommandInput;
|
|
24
|
+
constructor(input: AssociateChannelFlowCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
AssociateChannelFlowCommandInput,
|
|
32
|
+
AssociateChannelFlowCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKMessagingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKMessagingClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchCreateChannelMembershipRequest,
|
|
15
|
+
BatchCreateChannelMembershipResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchCreateChannelMembershipCommandInput
|
|
18
|
+
extends BatchCreateChannelMembershipRequest {}
|
|
19
|
+
export interface BatchCreateChannelMembershipCommandOutput
|
|
20
|
+
extends BatchCreateChannelMembershipResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchCreateChannelMembershipCommand extends $Command<
|
|
24
|
+
BatchCreateChannelMembershipCommandInput,
|
|
25
|
+
BatchCreateChannelMembershipCommandOutput,
|
|
26
|
+
ChimeSDKMessagingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchCreateChannelMembershipCommandInput;
|
|
29
|
+
constructor(input: BatchCreateChannelMembershipCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchCreateChannelMembershipCommandInput,
|
|
37
|
+
BatchCreateChannelMembershipCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|