@aws-sdk/client-ivschat 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/CreateChatTokenCommand.js +2 -2
- package/dist-cjs/commands/CreateRoomCommand.js +2 -2
- package/dist-cjs/commands/DeleteMessageCommand.js +2 -2
- package/dist-cjs/commands/DeleteRoomCommand.js +1 -1
- package/dist-cjs/commands/DisconnectUserCommand.js +2 -2
- package/dist-cjs/commands/GetRoomCommand.js +2 -2
- package/dist-cjs/commands/ListRoomsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/SendEventCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoomCommand.js +2 -2
- package/dist-cjs/models/models_0.js +105 -157
- package/dist-es/commands/CreateChatTokenCommand.js +3 -3
- package/dist-es/commands/CreateRoomCommand.js +3 -3
- package/dist-es/commands/DeleteMessageCommand.js +3 -3
- package/dist-es/commands/DeleteRoomCommand.js +2 -2
- package/dist-es/commands/DisconnectUserCommand.js +3 -3
- package/dist-es/commands/GetRoomCommand.js +3 -3
- package/dist-es/commands/ListRoomsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/SendEventCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateRoomCommand.js +3 -3
- package/dist-es/models/models_0.js +26 -104
- package/dist-types/models/models_0.d.ts +104 -156
- package/dist-types/ts3.4/models/models_0.d.ts +52 -104
- package/package.json +6 -6
|
@@ -24,10 +24,6 @@ export interface CreateChatTokenRequest {
|
|
|
24
24
|
|
|
25
25
|
attributes?: Record<string, string>;
|
|
26
26
|
}
|
|
27
|
-
export declare namespace CreateChatTokenRequest {
|
|
28
|
-
|
|
29
|
-
const filterSensitiveLog: (obj: CreateChatTokenRequest) => any;
|
|
30
|
-
}
|
|
31
27
|
export interface CreateChatTokenResponse {
|
|
32
28
|
|
|
33
29
|
token?: string;
|
|
@@ -36,10 +32,6 @@ export interface CreateChatTokenResponse {
|
|
|
36
32
|
|
|
37
33
|
sessionExpirationTime?: Date;
|
|
38
34
|
}
|
|
39
|
-
export declare namespace CreateChatTokenResponse {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: CreateChatTokenResponse) => any;
|
|
42
|
-
}
|
|
43
35
|
|
|
44
36
|
export declare class PendingVerification extends __BaseException {
|
|
45
37
|
readonly name: "PendingVerification";
|
|
@@ -68,10 +60,6 @@ export interface ValidationExceptionField {
|
|
|
68
60
|
|
|
69
61
|
message: string | undefined;
|
|
70
62
|
}
|
|
71
|
-
export declare namespace ValidationExceptionField {
|
|
72
|
-
|
|
73
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
74
|
-
}
|
|
75
63
|
export declare enum ValidationExceptionReason {
|
|
76
64
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
77
65
|
OTHER = "OTHER",
|
|
@@ -110,10 +98,6 @@ export interface MessageReviewHandler {
|
|
|
110
98
|
|
|
111
99
|
fallbackResult?: FallbackResult | string;
|
|
112
100
|
}
|
|
113
|
-
export declare namespace MessageReviewHandler {
|
|
114
|
-
|
|
115
|
-
const filterSensitiveLog: (obj: MessageReviewHandler) => any;
|
|
116
|
-
}
|
|
117
101
|
export interface CreateRoomRequest {
|
|
118
102
|
|
|
119
103
|
name?: string;
|
|
@@ -126,10 +110,6 @@ export interface CreateRoomRequest {
|
|
|
126
110
|
|
|
127
111
|
tags?: Record<string, string>;
|
|
128
112
|
}
|
|
129
|
-
export declare namespace CreateRoomRequest {
|
|
130
|
-
|
|
131
|
-
const filterSensitiveLog: (obj: CreateRoomRequest) => any;
|
|
132
|
-
}
|
|
133
113
|
export interface CreateRoomResponse {
|
|
134
114
|
|
|
135
115
|
arn?: string;
|
|
@@ -150,10 +130,6 @@ export interface CreateRoomResponse {
|
|
|
150
130
|
|
|
151
131
|
tags?: Record<string, string>;
|
|
152
132
|
}
|
|
153
|
-
export declare namespace CreateRoomResponse {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: CreateRoomResponse) => any;
|
|
156
|
-
}
|
|
157
133
|
|
|
158
134
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
159
135
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -175,18 +151,10 @@ export interface DeleteMessageRequest {
|
|
|
175
151
|
|
|
176
152
|
reason?: string;
|
|
177
153
|
}
|
|
178
|
-
export declare namespace DeleteMessageRequest {
|
|
179
|
-
|
|
180
|
-
const filterSensitiveLog: (obj: DeleteMessageRequest) => any;
|
|
181
|
-
}
|
|
182
154
|
export interface DeleteMessageResponse {
|
|
183
155
|
|
|
184
156
|
id?: string;
|
|
185
157
|
}
|
|
186
|
-
export declare namespace DeleteMessageResponse {
|
|
187
|
-
|
|
188
|
-
const filterSensitiveLog: (obj: DeleteMessageResponse) => any;
|
|
189
|
-
}
|
|
190
158
|
|
|
191
159
|
export declare class ThrottlingException extends __BaseException {
|
|
192
160
|
readonly name: "ThrottlingException";
|
|
@@ -204,10 +172,6 @@ export interface DeleteRoomRequest {
|
|
|
204
172
|
|
|
205
173
|
identifier: string | undefined;
|
|
206
174
|
}
|
|
207
|
-
export declare namespace DeleteRoomRequest {
|
|
208
|
-
|
|
209
|
-
const filterSensitiveLog: (obj: DeleteRoomRequest) => any;
|
|
210
|
-
}
|
|
211
175
|
export interface DisconnectUserRequest {
|
|
212
176
|
|
|
213
177
|
roomIdentifier: string | undefined;
|
|
@@ -216,24 +180,12 @@ export interface DisconnectUserRequest {
|
|
|
216
180
|
|
|
217
181
|
reason?: string;
|
|
218
182
|
}
|
|
219
|
-
export declare namespace DisconnectUserRequest {
|
|
220
|
-
|
|
221
|
-
const filterSensitiveLog: (obj: DisconnectUserRequest) => any;
|
|
222
|
-
}
|
|
223
183
|
export interface DisconnectUserResponse {
|
|
224
184
|
}
|
|
225
|
-
export declare namespace DisconnectUserResponse {
|
|
226
|
-
|
|
227
|
-
const filterSensitiveLog: (obj: DisconnectUserResponse) => any;
|
|
228
|
-
}
|
|
229
185
|
export interface GetRoomRequest {
|
|
230
186
|
|
|
231
187
|
identifier: string | undefined;
|
|
232
188
|
}
|
|
233
|
-
export declare namespace GetRoomRequest {
|
|
234
|
-
|
|
235
|
-
const filterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
236
|
-
}
|
|
237
189
|
export interface GetRoomResponse {
|
|
238
190
|
|
|
239
191
|
arn?: string;
|
|
@@ -254,10 +206,6 @@ export interface GetRoomResponse {
|
|
|
254
206
|
|
|
255
207
|
tags?: Record<string, string>;
|
|
256
208
|
}
|
|
257
|
-
export declare namespace GetRoomResponse {
|
|
258
|
-
|
|
259
|
-
const filterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
260
|
-
}
|
|
261
209
|
export interface ListRoomsRequest {
|
|
262
210
|
|
|
263
211
|
name?: string;
|
|
@@ -268,10 +216,6 @@ export interface ListRoomsRequest {
|
|
|
268
216
|
|
|
269
217
|
messageReviewHandlerUri?: string;
|
|
270
218
|
}
|
|
271
|
-
export declare namespace ListRoomsRequest {
|
|
272
|
-
|
|
273
|
-
const filterSensitiveLog: (obj: ListRoomsRequest) => any;
|
|
274
|
-
}
|
|
275
219
|
|
|
276
220
|
export interface RoomSummary {
|
|
277
221
|
|
|
@@ -289,20 +233,12 @@ export interface RoomSummary {
|
|
|
289
233
|
|
|
290
234
|
tags?: Record<string, string>;
|
|
291
235
|
}
|
|
292
|
-
export declare namespace RoomSummary {
|
|
293
|
-
|
|
294
|
-
const filterSensitiveLog: (obj: RoomSummary) => any;
|
|
295
|
-
}
|
|
296
236
|
export interface ListRoomsResponse {
|
|
297
237
|
|
|
298
238
|
rooms: RoomSummary[] | undefined;
|
|
299
239
|
|
|
300
240
|
nextToken?: string;
|
|
301
241
|
}
|
|
302
|
-
export declare namespace ListRoomsResponse {
|
|
303
|
-
|
|
304
|
-
const filterSensitiveLog: (obj: ListRoomsResponse) => any;
|
|
305
|
-
}
|
|
306
242
|
|
|
307
243
|
export declare class InternalServerException extends __BaseException {
|
|
308
244
|
readonly name: "InternalServerException";
|
|
@@ -314,18 +250,10 @@ export interface ListTagsForResourceRequest {
|
|
|
314
250
|
|
|
315
251
|
resourceArn: string | undefined;
|
|
316
252
|
}
|
|
317
|
-
export declare namespace ListTagsForResourceRequest {
|
|
318
|
-
|
|
319
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
320
|
-
}
|
|
321
253
|
export interface ListTagsForResourceResponse {
|
|
322
254
|
|
|
323
255
|
tags: Record<string, string> | undefined;
|
|
324
256
|
}
|
|
325
|
-
export declare namespace ListTagsForResourceResponse {
|
|
326
|
-
|
|
327
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
328
|
-
}
|
|
329
257
|
export interface SendEventRequest {
|
|
330
258
|
|
|
331
259
|
roomIdentifier: string | undefined;
|
|
@@ -334,50 +262,26 @@ export interface SendEventRequest {
|
|
|
334
262
|
|
|
335
263
|
attributes?: Record<string, string>;
|
|
336
264
|
}
|
|
337
|
-
export declare namespace SendEventRequest {
|
|
338
|
-
|
|
339
|
-
const filterSensitiveLog: (obj: SendEventRequest) => any;
|
|
340
|
-
}
|
|
341
265
|
export interface SendEventResponse {
|
|
342
266
|
|
|
343
267
|
id?: string;
|
|
344
268
|
}
|
|
345
|
-
export declare namespace SendEventResponse {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: SendEventResponse) => any;
|
|
348
|
-
}
|
|
349
269
|
export interface TagResourceRequest {
|
|
350
270
|
|
|
351
271
|
resourceArn: string | undefined;
|
|
352
272
|
|
|
353
273
|
tags: Record<string, string> | undefined;
|
|
354
274
|
}
|
|
355
|
-
export declare namespace TagResourceRequest {
|
|
356
|
-
|
|
357
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
358
|
-
}
|
|
359
275
|
export interface TagResourceResponse {
|
|
360
276
|
}
|
|
361
|
-
export declare namespace TagResourceResponse {
|
|
362
|
-
|
|
363
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
364
|
-
}
|
|
365
277
|
export interface UntagResourceRequest {
|
|
366
278
|
|
|
367
279
|
resourceArn: string | undefined;
|
|
368
280
|
|
|
369
281
|
tagKeys: string[] | undefined;
|
|
370
282
|
}
|
|
371
|
-
export declare namespace UntagResourceRequest {
|
|
372
|
-
|
|
373
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
374
|
-
}
|
|
375
283
|
export interface UntagResourceResponse {
|
|
376
284
|
}
|
|
377
|
-
export declare namespace UntagResourceResponse {
|
|
378
|
-
|
|
379
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
380
|
-
}
|
|
381
285
|
export interface UpdateRoomRequest {
|
|
382
286
|
|
|
383
287
|
identifier: string | undefined;
|
|
@@ -390,10 +294,6 @@ export interface UpdateRoomRequest {
|
|
|
390
294
|
|
|
391
295
|
messageReviewHandler?: MessageReviewHandler;
|
|
392
296
|
}
|
|
393
|
-
export declare namespace UpdateRoomRequest {
|
|
394
|
-
|
|
395
|
-
const filterSensitiveLog: (obj: UpdateRoomRequest) => any;
|
|
396
|
-
}
|
|
397
297
|
export interface UpdateRoomResponse {
|
|
398
298
|
|
|
399
299
|
arn?: string;
|
|
@@ -414,7 +314,55 @@ export interface UpdateRoomResponse {
|
|
|
414
314
|
|
|
415
315
|
tags?: Record<string, string>;
|
|
416
316
|
}
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
317
|
+
|
|
318
|
+
export declare const CreateChatTokenRequestFilterSensitiveLog: (obj: CreateChatTokenRequest) => any;
|
|
319
|
+
|
|
320
|
+
export declare const CreateChatTokenResponseFilterSensitiveLog: (obj: CreateChatTokenResponse) => any;
|
|
321
|
+
|
|
322
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
323
|
+
|
|
324
|
+
export declare const MessageReviewHandlerFilterSensitiveLog: (obj: MessageReviewHandler) => any;
|
|
325
|
+
|
|
326
|
+
export declare const CreateRoomRequestFilterSensitiveLog: (obj: CreateRoomRequest) => any;
|
|
327
|
+
|
|
328
|
+
export declare const CreateRoomResponseFilterSensitiveLog: (obj: CreateRoomResponse) => any;
|
|
329
|
+
|
|
330
|
+
export declare const DeleteMessageRequestFilterSensitiveLog: (obj: DeleteMessageRequest) => any;
|
|
331
|
+
|
|
332
|
+
export declare const DeleteMessageResponseFilterSensitiveLog: (obj: DeleteMessageResponse) => any;
|
|
333
|
+
|
|
334
|
+
export declare const DeleteRoomRequestFilterSensitiveLog: (obj: DeleteRoomRequest) => any;
|
|
335
|
+
|
|
336
|
+
export declare const DisconnectUserRequestFilterSensitiveLog: (obj: DisconnectUserRequest) => any;
|
|
337
|
+
|
|
338
|
+
export declare const DisconnectUserResponseFilterSensitiveLog: (obj: DisconnectUserResponse) => any;
|
|
339
|
+
|
|
340
|
+
export declare const GetRoomRequestFilterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
341
|
+
|
|
342
|
+
export declare const GetRoomResponseFilterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
343
|
+
|
|
344
|
+
export declare const ListRoomsRequestFilterSensitiveLog: (obj: ListRoomsRequest) => any;
|
|
345
|
+
|
|
346
|
+
export declare const RoomSummaryFilterSensitiveLog: (obj: RoomSummary) => any;
|
|
347
|
+
|
|
348
|
+
export declare const ListRoomsResponseFilterSensitiveLog: (obj: ListRoomsResponse) => any;
|
|
349
|
+
|
|
350
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
351
|
+
|
|
352
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
353
|
+
|
|
354
|
+
export declare const SendEventRequestFilterSensitiveLog: (obj: SendEventRequest) => any;
|
|
355
|
+
|
|
356
|
+
export declare const SendEventResponseFilterSensitiveLog: (obj: SendEventResponse) => any;
|
|
357
|
+
|
|
358
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
359
|
+
|
|
360
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
361
|
+
|
|
362
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
363
|
+
|
|
364
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
365
|
+
|
|
366
|
+
export declare const UpdateRoomRequestFilterSensitiveLog: (obj: UpdateRoomRequest) => any;
|
|
367
|
+
|
|
368
|
+
export declare const UpdateRoomResponseFilterSensitiveLog: (obj: UpdateRoomResponse) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivschat",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivschat Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.137.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.137.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.137.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|