@aws-sdk/client-ivschat 3.928.0 → 3.930.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/dist-cjs/index.js +631 -895
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/IvschatClient.js +2 -0
- package/dist-es/commands/CreateChatTokenCommand.js +3 -10
- package/dist-es/commands/CreateLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateRoomCommand.js +3 -9
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteMessageCommand.js +3 -9
- package/dist-es/commands/DeleteRoomCommand.js +3 -9
- package/dist-es/commands/DisconnectUserCommand.js +3 -10
- package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/GetRoomCommand.js +3 -9
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListRoomsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/SendEventCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateRoomCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -26
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +577 -0
- package/dist-types/IvschatClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +4 -13
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +79 -0
- package/dist-types/ts3.4/IvschatClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -10
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +86 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -726
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -155
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -209
|
@@ -0,0 +1,577 @@
|
|
|
1
|
+
const _ADE = "AccessDeniedException";
|
|
2
|
+
const _CCT = "CreateChatToken";
|
|
3
|
+
const _CCTR = "CreateChatTokenRequest";
|
|
4
|
+
const _CCTRr = "CreateChatTokenResponse";
|
|
5
|
+
const _CE = "ConflictException";
|
|
6
|
+
const _CLC = "CreateLoggingConfiguration";
|
|
7
|
+
const _CLCR = "CreateLoggingConfigurationRequest";
|
|
8
|
+
const _CLCRr = "CreateLoggingConfigurationResponse";
|
|
9
|
+
const _CR = "CreateRoom";
|
|
10
|
+
const _CRR = "CreateRoomRequest";
|
|
11
|
+
const _CRRr = "CreateRoomResponse";
|
|
12
|
+
const _CT = "ChatToken";
|
|
13
|
+
const _CTA = "ChatTokenAttributes";
|
|
14
|
+
const _CWLDC = "CloudWatchLogsDestinationConfiguration";
|
|
15
|
+
const _DC = "DestinationConfiguration";
|
|
16
|
+
const _DLC = "DeleteLoggingConfiguration";
|
|
17
|
+
const _DLCR = "DeleteLoggingConfigurationRequest";
|
|
18
|
+
const _DM = "DeleteMessage";
|
|
19
|
+
const _DMR = "DeleteMessageRequest";
|
|
20
|
+
const _DMRe = "DeleteMessageResponse";
|
|
21
|
+
const _DR = "DeleteRoom";
|
|
22
|
+
const _DRR = "DeleteRoomRequest";
|
|
23
|
+
const _DU = "DisconnectUser";
|
|
24
|
+
const _DUR = "DisconnectUserRequest";
|
|
25
|
+
const _DURi = "DisconnectUserResponse";
|
|
26
|
+
const _FDC = "FirehoseDestinationConfiguration";
|
|
27
|
+
const _GLC = "GetLoggingConfiguration";
|
|
28
|
+
const _GLCR = "GetLoggingConfigurationRequest";
|
|
29
|
+
const _GLCRe = "GetLoggingConfigurationResponse";
|
|
30
|
+
const _GR = "GetRoom";
|
|
31
|
+
const _GRR = "GetRoomRequest";
|
|
32
|
+
const _GRRe = "GetRoomResponse";
|
|
33
|
+
const _ISE = "InternalServerException";
|
|
34
|
+
const _LCL = "LoggingConfigurationList";
|
|
35
|
+
const _LCS = "LoggingConfigurationSummary";
|
|
36
|
+
const _LLC = "ListLoggingConfigurations";
|
|
37
|
+
const _LLCR = "ListLoggingConfigurationsRequest";
|
|
38
|
+
const _LLCRi = "ListLoggingConfigurationsResponse";
|
|
39
|
+
const _LR = "ListRooms";
|
|
40
|
+
const _LRR = "ListRoomsRequest";
|
|
41
|
+
const _LRRi = "ListRoomsResponse";
|
|
42
|
+
const _LTFR = "ListTagsForResource";
|
|
43
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
44
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
45
|
+
const _MRH = "MessageReviewHandler";
|
|
46
|
+
const _PV = "PendingVerification";
|
|
47
|
+
const _RL = "RoomList";
|
|
48
|
+
const _RNFE = "ResourceNotFoundException";
|
|
49
|
+
const _RS = "RoomSummary";
|
|
50
|
+
const _SDC = "S3DestinationConfiguration";
|
|
51
|
+
const _SE = "SendEvent";
|
|
52
|
+
const _SER = "SendEventRequest";
|
|
53
|
+
const _SERe = "SendEventResponse";
|
|
54
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
55
|
+
const _TE = "ThrottlingException";
|
|
56
|
+
const _TR = "TagResource";
|
|
57
|
+
const _TRR = "TagResourceRequest";
|
|
58
|
+
const _TRRa = "TagResourceResponse";
|
|
59
|
+
const _UID = "UserID";
|
|
60
|
+
const _ULC = "UpdateLoggingConfiguration";
|
|
61
|
+
const _ULCR = "UpdateLoggingConfigurationRequest";
|
|
62
|
+
const _ULCRp = "UpdateLoggingConfigurationResponse";
|
|
63
|
+
const _UR = "UntagResource";
|
|
64
|
+
const _URR = "UntagResourceRequest";
|
|
65
|
+
const _URRn = "UntagResourceResponse";
|
|
66
|
+
const _URRp = "UpdateRoomRequest";
|
|
67
|
+
const _URRpd = "UpdateRoomResponse";
|
|
68
|
+
const _URp = "UpdateRoom";
|
|
69
|
+
const _VE = "ValidationException";
|
|
70
|
+
const _VEF = "ValidationExceptionField";
|
|
71
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
72
|
+
const _a = "attributes";
|
|
73
|
+
const _ar = "arn";
|
|
74
|
+
const _bN = "bucketName";
|
|
75
|
+
const _c = "client";
|
|
76
|
+
const _cT = "createTime";
|
|
77
|
+
const _cWL = "cloudWatchLogs";
|
|
78
|
+
const _ca = "capabilities";
|
|
79
|
+
const _dC = "destinationConfiguration";
|
|
80
|
+
const _dSN = "deliveryStreamName";
|
|
81
|
+
const _e = "error";
|
|
82
|
+
const _eN = "eventName";
|
|
83
|
+
const _f = "firehose";
|
|
84
|
+
const _fL = "fieldList";
|
|
85
|
+
const _fR = "fallbackResult";
|
|
86
|
+
const _h = "http";
|
|
87
|
+
const _hE = "httpError";
|
|
88
|
+
const _hQ = "httpQuery";
|
|
89
|
+
const _i = "id";
|
|
90
|
+
const _id = "identifier";
|
|
91
|
+
const _l = "limit";
|
|
92
|
+
const _lC = "loggingConfigurations";
|
|
93
|
+
const _lCI = "loggingConfigurationIdentifiers";
|
|
94
|
+
const _lCIo = "loggingConfigurationIdentifier";
|
|
95
|
+
const _lGN = "logGroupName";
|
|
96
|
+
const _m = "message";
|
|
97
|
+
const _mML = "maximumMessageLength";
|
|
98
|
+
const _mMRPS = "maximumMessageRatePerSecond";
|
|
99
|
+
const _mR = "maxResults";
|
|
100
|
+
const _mRH = "messageReviewHandler";
|
|
101
|
+
const _mRHU = "messageReviewHandlerUri";
|
|
102
|
+
const _n = "name";
|
|
103
|
+
const _nT = "nextToken";
|
|
104
|
+
const _r = "reason";
|
|
105
|
+
const _rA = "resourceArn";
|
|
106
|
+
const _rI = "resourceId";
|
|
107
|
+
const _rIo = "roomIdentifier";
|
|
108
|
+
const _rT = "resourceType";
|
|
109
|
+
const _ro = "rooms";
|
|
110
|
+
const _s = "state";
|
|
111
|
+
const _sDIM = "sessionDurationInMinutes";
|
|
112
|
+
const _sET = "sessionExpirationTime";
|
|
113
|
+
const _s_ = "s3";
|
|
114
|
+
const _se = "server";
|
|
115
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ivschat";
|
|
116
|
+
const _t = "token";
|
|
117
|
+
const _tET = "tokenExpirationTime";
|
|
118
|
+
const _tK = "tagKeys";
|
|
119
|
+
const _ta = "tags";
|
|
120
|
+
const _u = "uri";
|
|
121
|
+
const _uI = "userId";
|
|
122
|
+
const _uT = "updateTime";
|
|
123
|
+
const n0 = "com.amazonaws.ivschat";
|
|
124
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
125
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, PendingVerification as __PendingVerification, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
126
|
+
import { IvschatServiceException as __IvschatServiceException } from "../models/IvschatServiceException";
|
|
127
|
+
export var ChatToken = [0, n0, _CT, 8, 0];
|
|
128
|
+
export var UserID = [0, n0, _UID, 8, 0];
|
|
129
|
+
export var AccessDeniedException = [
|
|
130
|
+
-3,
|
|
131
|
+
n0,
|
|
132
|
+
_ADE,
|
|
133
|
+
{
|
|
134
|
+
[_e]: _c,
|
|
135
|
+
[_hE]: 403,
|
|
136
|
+
},
|
|
137
|
+
[_m],
|
|
138
|
+
[0],
|
|
139
|
+
];
|
|
140
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
141
|
+
export var CloudWatchLogsDestinationConfiguration = [3, n0, _CWLDC, 0, [_lGN], [0]];
|
|
142
|
+
export var ConflictException = [
|
|
143
|
+
-3,
|
|
144
|
+
n0,
|
|
145
|
+
_CE,
|
|
146
|
+
{
|
|
147
|
+
[_e]: _c,
|
|
148
|
+
[_hE]: 409,
|
|
149
|
+
},
|
|
150
|
+
[_m, _rI, _rT],
|
|
151
|
+
[0, 0, 0],
|
|
152
|
+
];
|
|
153
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
154
|
+
export var CreateChatTokenRequest = [
|
|
155
|
+
3,
|
|
156
|
+
n0,
|
|
157
|
+
_CCTR,
|
|
158
|
+
0,
|
|
159
|
+
[_rIo, _uI, _ca, _sDIM, _a],
|
|
160
|
+
[0, [() => UserID, 0], 64 | 0, 1, [() => ChatTokenAttributes, 0]],
|
|
161
|
+
];
|
|
162
|
+
export var CreateChatTokenResponse = [
|
|
163
|
+
3,
|
|
164
|
+
n0,
|
|
165
|
+
_CCTRr,
|
|
166
|
+
0,
|
|
167
|
+
[_t, _tET, _sET],
|
|
168
|
+
[[() => ChatToken, 0], 5, 5],
|
|
169
|
+
];
|
|
170
|
+
export var CreateLoggingConfigurationRequest = [
|
|
171
|
+
3,
|
|
172
|
+
n0,
|
|
173
|
+
_CLCR,
|
|
174
|
+
0,
|
|
175
|
+
[_n, _dC, _ta],
|
|
176
|
+
[0, () => DestinationConfiguration, 128 | 0],
|
|
177
|
+
];
|
|
178
|
+
export var CreateLoggingConfigurationResponse = [
|
|
179
|
+
3,
|
|
180
|
+
n0,
|
|
181
|
+
_CLCRr,
|
|
182
|
+
0,
|
|
183
|
+
[_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
|
|
184
|
+
[0, 0, 5, 5, 0, () => DestinationConfiguration, 0, 128 | 0],
|
|
185
|
+
];
|
|
186
|
+
export var CreateRoomRequest = [
|
|
187
|
+
3,
|
|
188
|
+
n0,
|
|
189
|
+
_CRR,
|
|
190
|
+
0,
|
|
191
|
+
[_n, _mMRPS, _mML, _mRH, _ta, _lCI],
|
|
192
|
+
[0, 1, 1, () => MessageReviewHandler, 128 | 0, 64 | 0],
|
|
193
|
+
];
|
|
194
|
+
export var CreateRoomResponse = [
|
|
195
|
+
3,
|
|
196
|
+
n0,
|
|
197
|
+
_CRRr,
|
|
198
|
+
0,
|
|
199
|
+
[_ar, _i, _n, _cT, _uT, _mMRPS, _mML, _mRH, _ta, _lCI],
|
|
200
|
+
[0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler, 128 | 0, 64 | 0],
|
|
201
|
+
];
|
|
202
|
+
export var DeleteLoggingConfigurationRequest = [3, n0, _DLCR, 0, [_id], [0]];
|
|
203
|
+
export var DeleteMessageRequest = [3, n0, _DMR, 0, [_rIo, _i, _r], [0, 0, 0]];
|
|
204
|
+
export var DeleteMessageResponse = [3, n0, _DMRe, 0, [_i], [0]];
|
|
205
|
+
export var DeleteRoomRequest = [3, n0, _DRR, 0, [_id], [0]];
|
|
206
|
+
export var DisconnectUserRequest = [3, n0, _DUR, 0, [_rIo, _uI, _r], [0, [() => UserID, 0], 0]];
|
|
207
|
+
export var DisconnectUserResponse = [3, n0, _DURi, 0, [], []];
|
|
208
|
+
export var FirehoseDestinationConfiguration = [3, n0, _FDC, 0, [_dSN], [0]];
|
|
209
|
+
export var GetLoggingConfigurationRequest = [3, n0, _GLCR, 0, [_id], [0]];
|
|
210
|
+
export var GetLoggingConfigurationResponse = [
|
|
211
|
+
3,
|
|
212
|
+
n0,
|
|
213
|
+
_GLCRe,
|
|
214
|
+
0,
|
|
215
|
+
[_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
|
|
216
|
+
[0, 0, 5, 5, 0, () => DestinationConfiguration, 0, 128 | 0],
|
|
217
|
+
];
|
|
218
|
+
export var GetRoomRequest = [3, n0, _GRR, 0, [_id], [0]];
|
|
219
|
+
export var GetRoomResponse = [
|
|
220
|
+
3,
|
|
221
|
+
n0,
|
|
222
|
+
_GRRe,
|
|
223
|
+
0,
|
|
224
|
+
[_ar, _i, _n, _cT, _uT, _mMRPS, _mML, _mRH, _ta, _lCI],
|
|
225
|
+
[0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler, 128 | 0, 64 | 0],
|
|
226
|
+
];
|
|
227
|
+
export var InternalServerException = [
|
|
228
|
+
-3,
|
|
229
|
+
n0,
|
|
230
|
+
_ISE,
|
|
231
|
+
{
|
|
232
|
+
[_e]: _se,
|
|
233
|
+
[_hE]: 500,
|
|
234
|
+
},
|
|
235
|
+
[_m],
|
|
236
|
+
[0],
|
|
237
|
+
];
|
|
238
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
239
|
+
export var ListLoggingConfigurationsRequest = [3, n0, _LLCR, 0, [_nT, _mR], [0, 1]];
|
|
240
|
+
export var ListLoggingConfigurationsResponse = [
|
|
241
|
+
3,
|
|
242
|
+
n0,
|
|
243
|
+
_LLCRi,
|
|
244
|
+
0,
|
|
245
|
+
[_lC, _nT],
|
|
246
|
+
[() => LoggingConfigurationList, 0],
|
|
247
|
+
];
|
|
248
|
+
export var ListRoomsRequest = [3, n0, _LRR, 0, [_n, _nT, _mR, _mRHU, _lCIo], [0, 0, 1, 0, 0]];
|
|
249
|
+
export var ListRoomsResponse = [3, n0, _LRRi, 0, [_ro, _nT], [() => RoomList, 0]];
|
|
250
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
251
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
252
|
+
export var LoggingConfigurationSummary = [
|
|
253
|
+
3,
|
|
254
|
+
n0,
|
|
255
|
+
_LCS,
|
|
256
|
+
0,
|
|
257
|
+
[_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
|
|
258
|
+
[0, 0, 5, 5, 0, () => DestinationConfiguration, 0, 128 | 0],
|
|
259
|
+
];
|
|
260
|
+
export var MessageReviewHandler = [3, n0, _MRH, 0, [_u, _fR], [0, 0]];
|
|
261
|
+
export var PendingVerification = [
|
|
262
|
+
-3,
|
|
263
|
+
n0,
|
|
264
|
+
_PV,
|
|
265
|
+
{
|
|
266
|
+
[_e]: _c,
|
|
267
|
+
[_hE]: 403,
|
|
268
|
+
},
|
|
269
|
+
[_m],
|
|
270
|
+
[0],
|
|
271
|
+
];
|
|
272
|
+
TypeRegistry.for(n0).registerError(PendingVerification, __PendingVerification);
|
|
273
|
+
export var ResourceNotFoundException = [
|
|
274
|
+
-3,
|
|
275
|
+
n0,
|
|
276
|
+
_RNFE,
|
|
277
|
+
{
|
|
278
|
+
[_e]: _c,
|
|
279
|
+
[_hE]: 404,
|
|
280
|
+
},
|
|
281
|
+
[_m, _rI, _rT],
|
|
282
|
+
[0, 0, 0],
|
|
283
|
+
];
|
|
284
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
285
|
+
export var RoomSummary = [
|
|
286
|
+
3,
|
|
287
|
+
n0,
|
|
288
|
+
_RS,
|
|
289
|
+
0,
|
|
290
|
+
[_ar, _i, _n, _mRH, _cT, _uT, _ta, _lCI],
|
|
291
|
+
[0, 0, 0, () => MessageReviewHandler, 5, 5, 128 | 0, 64 | 0],
|
|
292
|
+
];
|
|
293
|
+
export var S3DestinationConfiguration = [3, n0, _SDC, 0, [_bN], [0]];
|
|
294
|
+
export var SendEventRequest = [3, n0, _SER, 0, [_rIo, _eN, _a], [0, 0, 128 | 0]];
|
|
295
|
+
export var SendEventResponse = [3, n0, _SERe, 0, [_i], [0]];
|
|
296
|
+
export var ServiceQuotaExceededException = [
|
|
297
|
+
-3,
|
|
298
|
+
n0,
|
|
299
|
+
_SQEE,
|
|
300
|
+
{
|
|
301
|
+
[_e]: _c,
|
|
302
|
+
[_hE]: 402,
|
|
303
|
+
},
|
|
304
|
+
[_m, _rI, _rT, _l],
|
|
305
|
+
[0, 0, 0, 1],
|
|
306
|
+
];
|
|
307
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
308
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
309
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
310
|
+
export var ThrottlingException = [
|
|
311
|
+
-3,
|
|
312
|
+
n0,
|
|
313
|
+
_TE,
|
|
314
|
+
{
|
|
315
|
+
[_e]: _c,
|
|
316
|
+
[_hE]: 429,
|
|
317
|
+
},
|
|
318
|
+
[_m, _rI, _rT, _l],
|
|
319
|
+
[0, 0, 0, 1],
|
|
320
|
+
];
|
|
321
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
322
|
+
export var UntagResourceRequest = [
|
|
323
|
+
3,
|
|
324
|
+
n0,
|
|
325
|
+
_URR,
|
|
326
|
+
0,
|
|
327
|
+
[_rA, _tK],
|
|
328
|
+
[
|
|
329
|
+
[0, 1],
|
|
330
|
+
[
|
|
331
|
+
64 | 0,
|
|
332
|
+
{
|
|
333
|
+
[_hQ]: _tK,
|
|
334
|
+
},
|
|
335
|
+
],
|
|
336
|
+
],
|
|
337
|
+
];
|
|
338
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
339
|
+
export var UpdateLoggingConfigurationRequest = [
|
|
340
|
+
3,
|
|
341
|
+
n0,
|
|
342
|
+
_ULCR,
|
|
343
|
+
0,
|
|
344
|
+
[_id, _n, _dC],
|
|
345
|
+
[0, 0, () => DestinationConfiguration],
|
|
346
|
+
];
|
|
347
|
+
export var UpdateLoggingConfigurationResponse = [
|
|
348
|
+
3,
|
|
349
|
+
n0,
|
|
350
|
+
_ULCRp,
|
|
351
|
+
0,
|
|
352
|
+
[_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
|
|
353
|
+
[0, 0, 5, 5, 0, () => DestinationConfiguration, 0, 128 | 0],
|
|
354
|
+
];
|
|
355
|
+
export var UpdateRoomRequest = [
|
|
356
|
+
3,
|
|
357
|
+
n0,
|
|
358
|
+
_URRp,
|
|
359
|
+
0,
|
|
360
|
+
[_id, _n, _mMRPS, _mML, _mRH, _lCI],
|
|
361
|
+
[0, 0, 1, 1, () => MessageReviewHandler, 64 | 0],
|
|
362
|
+
];
|
|
363
|
+
export var UpdateRoomResponse = [
|
|
364
|
+
3,
|
|
365
|
+
n0,
|
|
366
|
+
_URRpd,
|
|
367
|
+
0,
|
|
368
|
+
[_ar, _i, _n, _cT, _uT, _mMRPS, _mML, _mRH, _ta, _lCI],
|
|
369
|
+
[0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler, 128 | 0, 64 | 0],
|
|
370
|
+
];
|
|
371
|
+
export var ValidationException = [
|
|
372
|
+
-3,
|
|
373
|
+
n0,
|
|
374
|
+
_VE,
|
|
375
|
+
{
|
|
376
|
+
[_e]: _c,
|
|
377
|
+
[_hE]: 400,
|
|
378
|
+
},
|
|
379
|
+
[_m, _r, _fL],
|
|
380
|
+
[0, 0, () => ValidationExceptionFieldList],
|
|
381
|
+
];
|
|
382
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
383
|
+
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
384
|
+
export var __Unit = "unit";
|
|
385
|
+
export var IvschatServiceException = [-3, _sm, "IvschatServiceException", 0, [], []];
|
|
386
|
+
TypeRegistry.for(_sm).registerError(IvschatServiceException, __IvschatServiceException);
|
|
387
|
+
export var ChatTokenCapabilities = 64 | 0;
|
|
388
|
+
export var LoggingConfigurationIdentifierList = 64 | 0;
|
|
389
|
+
export var LoggingConfigurationList = [1, n0, _LCL, 0, () => LoggingConfigurationSummary];
|
|
390
|
+
export var RoomList = [1, n0, _RL, 0, () => RoomSummary];
|
|
391
|
+
export var TagKeyList = 64 | 0;
|
|
392
|
+
export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
393
|
+
export var ChatTokenAttributes = [2, n0, _CTA, 8, 0, 0];
|
|
394
|
+
export var EventAttributes = 128 | 0;
|
|
395
|
+
export var Tags = 128 | 0;
|
|
396
|
+
export var DestinationConfiguration = [
|
|
397
|
+
3,
|
|
398
|
+
n0,
|
|
399
|
+
_DC,
|
|
400
|
+
0,
|
|
401
|
+
[_s_, _cWL, _f],
|
|
402
|
+
[
|
|
403
|
+
() => S3DestinationConfiguration,
|
|
404
|
+
() => CloudWatchLogsDestinationConfiguration,
|
|
405
|
+
() => FirehoseDestinationConfiguration,
|
|
406
|
+
],
|
|
407
|
+
];
|
|
408
|
+
export var CreateChatToken = [
|
|
409
|
+
9,
|
|
410
|
+
n0,
|
|
411
|
+
_CCT,
|
|
412
|
+
{
|
|
413
|
+
[_h]: ["POST", "/CreateChatToken", 200],
|
|
414
|
+
},
|
|
415
|
+
() => CreateChatTokenRequest,
|
|
416
|
+
() => CreateChatTokenResponse,
|
|
417
|
+
];
|
|
418
|
+
export var CreateLoggingConfiguration = [
|
|
419
|
+
9,
|
|
420
|
+
n0,
|
|
421
|
+
_CLC,
|
|
422
|
+
{
|
|
423
|
+
[_h]: ["POST", "/CreateLoggingConfiguration", 200],
|
|
424
|
+
},
|
|
425
|
+
() => CreateLoggingConfigurationRequest,
|
|
426
|
+
() => CreateLoggingConfigurationResponse,
|
|
427
|
+
];
|
|
428
|
+
export var CreateRoom = [
|
|
429
|
+
9,
|
|
430
|
+
n0,
|
|
431
|
+
_CR,
|
|
432
|
+
{
|
|
433
|
+
[_h]: ["POST", "/CreateRoom", 200],
|
|
434
|
+
},
|
|
435
|
+
() => CreateRoomRequest,
|
|
436
|
+
() => CreateRoomResponse,
|
|
437
|
+
];
|
|
438
|
+
export var DeleteLoggingConfiguration = [
|
|
439
|
+
9,
|
|
440
|
+
n0,
|
|
441
|
+
_DLC,
|
|
442
|
+
{
|
|
443
|
+
[_h]: ["POST", "/DeleteLoggingConfiguration", 204],
|
|
444
|
+
},
|
|
445
|
+
() => DeleteLoggingConfigurationRequest,
|
|
446
|
+
() => __Unit,
|
|
447
|
+
];
|
|
448
|
+
export var DeleteMessage = [
|
|
449
|
+
9,
|
|
450
|
+
n0,
|
|
451
|
+
_DM,
|
|
452
|
+
{
|
|
453
|
+
[_h]: ["POST", "/DeleteMessage", 200],
|
|
454
|
+
},
|
|
455
|
+
() => DeleteMessageRequest,
|
|
456
|
+
() => DeleteMessageResponse,
|
|
457
|
+
];
|
|
458
|
+
export var DeleteRoom = [
|
|
459
|
+
9,
|
|
460
|
+
n0,
|
|
461
|
+
_DR,
|
|
462
|
+
{
|
|
463
|
+
[_h]: ["POST", "/DeleteRoom", 204],
|
|
464
|
+
},
|
|
465
|
+
() => DeleteRoomRequest,
|
|
466
|
+
() => __Unit,
|
|
467
|
+
];
|
|
468
|
+
export var DisconnectUser = [
|
|
469
|
+
9,
|
|
470
|
+
n0,
|
|
471
|
+
_DU,
|
|
472
|
+
{
|
|
473
|
+
[_h]: ["POST", "/DisconnectUser", 200],
|
|
474
|
+
},
|
|
475
|
+
() => DisconnectUserRequest,
|
|
476
|
+
() => DisconnectUserResponse,
|
|
477
|
+
];
|
|
478
|
+
export var GetLoggingConfiguration = [
|
|
479
|
+
9,
|
|
480
|
+
n0,
|
|
481
|
+
_GLC,
|
|
482
|
+
{
|
|
483
|
+
[_h]: ["POST", "/GetLoggingConfiguration", 200],
|
|
484
|
+
},
|
|
485
|
+
() => GetLoggingConfigurationRequest,
|
|
486
|
+
() => GetLoggingConfigurationResponse,
|
|
487
|
+
];
|
|
488
|
+
export var GetRoom = [
|
|
489
|
+
9,
|
|
490
|
+
n0,
|
|
491
|
+
_GR,
|
|
492
|
+
{
|
|
493
|
+
[_h]: ["POST", "/GetRoom", 200],
|
|
494
|
+
},
|
|
495
|
+
() => GetRoomRequest,
|
|
496
|
+
() => GetRoomResponse,
|
|
497
|
+
];
|
|
498
|
+
export var ListLoggingConfigurations = [
|
|
499
|
+
9,
|
|
500
|
+
n0,
|
|
501
|
+
_LLC,
|
|
502
|
+
{
|
|
503
|
+
[_h]: ["POST", "/ListLoggingConfigurations", 200],
|
|
504
|
+
},
|
|
505
|
+
() => ListLoggingConfigurationsRequest,
|
|
506
|
+
() => ListLoggingConfigurationsResponse,
|
|
507
|
+
];
|
|
508
|
+
export var ListRooms = [
|
|
509
|
+
9,
|
|
510
|
+
n0,
|
|
511
|
+
_LR,
|
|
512
|
+
{
|
|
513
|
+
[_h]: ["POST", "/ListRooms", 200],
|
|
514
|
+
},
|
|
515
|
+
() => ListRoomsRequest,
|
|
516
|
+
() => ListRoomsResponse,
|
|
517
|
+
];
|
|
518
|
+
export var ListTagsForResource = [
|
|
519
|
+
9,
|
|
520
|
+
n0,
|
|
521
|
+
_LTFR,
|
|
522
|
+
{
|
|
523
|
+
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
524
|
+
},
|
|
525
|
+
() => ListTagsForResourceRequest,
|
|
526
|
+
() => ListTagsForResourceResponse,
|
|
527
|
+
];
|
|
528
|
+
export var SendEvent = [
|
|
529
|
+
9,
|
|
530
|
+
n0,
|
|
531
|
+
_SE,
|
|
532
|
+
{
|
|
533
|
+
[_h]: ["POST", "/SendEvent", 200],
|
|
534
|
+
},
|
|
535
|
+
() => SendEventRequest,
|
|
536
|
+
() => SendEventResponse,
|
|
537
|
+
];
|
|
538
|
+
export var TagResource = [
|
|
539
|
+
9,
|
|
540
|
+
n0,
|
|
541
|
+
_TR,
|
|
542
|
+
{
|
|
543
|
+
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
544
|
+
},
|
|
545
|
+
() => TagResourceRequest,
|
|
546
|
+
() => TagResourceResponse,
|
|
547
|
+
];
|
|
548
|
+
export var UntagResource = [
|
|
549
|
+
9,
|
|
550
|
+
n0,
|
|
551
|
+
_UR,
|
|
552
|
+
{
|
|
553
|
+
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
554
|
+
},
|
|
555
|
+
() => UntagResourceRequest,
|
|
556
|
+
() => UntagResourceResponse,
|
|
557
|
+
];
|
|
558
|
+
export var UpdateLoggingConfiguration = [
|
|
559
|
+
9,
|
|
560
|
+
n0,
|
|
561
|
+
_ULC,
|
|
562
|
+
{
|
|
563
|
+
[_h]: ["POST", "/UpdateLoggingConfiguration", 200],
|
|
564
|
+
},
|
|
565
|
+
() => UpdateLoggingConfigurationRequest,
|
|
566
|
+
() => UpdateLoggingConfigurationResponse,
|
|
567
|
+
];
|
|
568
|
+
export var UpdateRoom = [
|
|
569
|
+
9,
|
|
570
|
+
n0,
|
|
571
|
+
_URp,
|
|
572
|
+
{
|
|
573
|
+
[_h]: ["POST", "/UpdateRoom", 200],
|
|
574
|
+
},
|
|
575
|
+
() => UpdateRoomRequest,
|
|
576
|
+
() => UpdateRoomResponse,
|
|
577
|
+
];
|
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateChatTokenCommandInput, CreateChatTokenCommandOutput } from "./commands/CreateChatTokenCommand";
|
|
11
11
|
import { CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput } from "./commands/CreateLoggingConfigurationCommand";
|
|
@@ -158,6 +158,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
158
158
|
* Optional extensions
|
|
159
159
|
*/
|
|
160
160
|
extensions?: RuntimeExtension[];
|
|
161
|
+
/**
|
|
162
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
163
|
+
* may be overridden. A default will always be set by the client.
|
|
164
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
165
|
+
* the client.
|
|
166
|
+
* @alpha
|
|
167
|
+
*
|
|
168
|
+
*/
|
|
169
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
161
170
|
/**
|
|
162
171
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
163
172
|
*/
|
|
@@ -288,13 +288,16 @@ export declare namespace DestinationConfiguration {
|
|
|
288
288
|
firehose?: never;
|
|
289
289
|
$unknown: [string, any];
|
|
290
290
|
}
|
|
291
|
+
/**
|
|
292
|
+
* @deprecated unused in schema-serde mode.
|
|
293
|
+
*
|
|
294
|
+
*/
|
|
291
295
|
interface Visitor<T> {
|
|
292
296
|
s3: (value: S3DestinationConfiguration) => T;
|
|
293
297
|
cloudWatchLogs: (value: CloudWatchLogsDestinationConfiguration) => T;
|
|
294
298
|
firehose: (value: FirehoseDestinationConfiguration) => T;
|
|
295
299
|
_: (name: string, value: any) => T;
|
|
296
300
|
}
|
|
297
|
-
const visit: <T>(value: DestinationConfiguration, visitor: Visitor<T>) => T;
|
|
298
301
|
}
|
|
299
302
|
/**
|
|
300
303
|
* @public
|
|
@@ -1292,15 +1295,3 @@ export interface UpdateRoomResponse {
|
|
|
1292
1295
|
*/
|
|
1293
1296
|
loggingConfigurationIdentifiers?: string[] | undefined;
|
|
1294
1297
|
}
|
|
1295
|
-
/**
|
|
1296
|
-
* @internal
|
|
1297
|
-
*/
|
|
1298
|
-
export declare const CreateChatTokenRequestFilterSensitiveLog: (obj: CreateChatTokenRequest) => any;
|
|
1299
|
-
/**
|
|
1300
|
-
* @internal
|
|
1301
|
-
*/
|
|
1302
|
-
export declare const CreateChatTokenResponseFilterSensitiveLog: (obj: CreateChatTokenResponse) => any;
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
|
-
export declare const DisconnectUserRequestFilterSensitiveLog: (obj: DisconnectUserRequest) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IvschatHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|