@aws-sdk/client-ivschat 3.296.0 → 3.298.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.
Files changed (62) hide show
  1. package/dist-cjs/commands/CreateChatTokenCommand.js +2 -3
  2. package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +2 -3
  3. package/dist-cjs/commands/CreateRoomCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteMessageCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteRoomCommand.js +2 -3
  7. package/dist-cjs/commands/DisconnectUserCommand.js +2 -3
  8. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/GetRoomCommand.js +2 -3
  10. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +2 -3
  11. package/dist-cjs/commands/ListRoomsCommand.js +2 -3
  12. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  13. package/dist-cjs/commands/SendEventCommand.js +2 -3
  14. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  15. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  16. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -3
  17. package/dist-cjs/commands/UpdateRoomCommand.js +2 -3
  18. package/dist-cjs/models/models_0.js +1 -190
  19. package/dist-es/commands/CreateChatTokenCommand.js +2 -3
  20. package/dist-es/commands/CreateLoggingConfigurationCommand.js +2 -3
  21. package/dist-es/commands/CreateRoomCommand.js +2 -3
  22. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -3
  23. package/dist-es/commands/DeleteMessageCommand.js +2 -3
  24. package/dist-es/commands/DeleteRoomCommand.js +2 -3
  25. package/dist-es/commands/DisconnectUserCommand.js +2 -3
  26. package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -3
  27. package/dist-es/commands/GetRoomCommand.js +2 -3
  28. package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -3
  29. package/dist-es/commands/ListRoomsCommand.js +2 -3
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  31. package/dist-es/commands/SendEventCommand.js +2 -3
  32. package/dist-es/commands/TagResourceCommand.js +2 -3
  33. package/dist-es/commands/UntagResourceCommand.js +2 -3
  34. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -3
  35. package/dist-es/commands/UpdateRoomCommand.js +2 -3
  36. package/dist-es/models/models_0.js +0 -148
  37. package/dist-types/Ivschat.d.ts +18 -0
  38. package/dist-types/IvschatClient.d.ts +24 -4
  39. package/dist-types/commands/CreateChatTokenCommand.d.ts +16 -0
  40. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +16 -0
  41. package/dist-types/commands/CreateRoomCommand.d.ts +16 -0
  42. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +16 -0
  43. package/dist-types/commands/DeleteMessageCommand.d.ts +16 -0
  44. package/dist-types/commands/DeleteRoomCommand.d.ts +16 -0
  45. package/dist-types/commands/DisconnectUserCommand.d.ts +16 -0
  46. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +16 -0
  47. package/dist-types/commands/GetRoomCommand.d.ts +16 -0
  48. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListRoomsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  51. package/dist-types/commands/SendEventCommand.d.ts +16 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  54. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateRoomCommand.d.ts +16 -0
  56. package/dist-types/models/IvschatServiceException.d.ts +2 -0
  57. package/dist-types/models/models_0.d.ts +136 -160
  58. package/dist-types/pagination/Interfaces.d.ts +3 -0
  59. package/dist-types/pagination/ListLoggingConfigurationsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListRoomsPaginator.d.ts +3 -0
  61. package/dist-types/ts3.4/models/models_0.d.ts +0 -118
  62. package/package.json +4 -3
@@ -346,121 +346,3 @@ export interface UpdateRoomResponse {
346
346
  tags?: Record<string, string>;
347
347
  loggingConfigurationIdentifiers?: string[];
348
348
  }
349
- export declare const CreateChatTokenRequestFilterSensitiveLog: (
350
- obj: CreateChatTokenRequest
351
- ) => any;
352
- export declare const CreateChatTokenResponseFilterSensitiveLog: (
353
- obj: CreateChatTokenResponse
354
- ) => any;
355
- export declare const ValidationExceptionFieldFilterSensitiveLog: (
356
- obj: ValidationExceptionField
357
- ) => any;
358
- export declare const CloudWatchLogsDestinationConfigurationFilterSensitiveLog: (
359
- obj: CloudWatchLogsDestinationConfiguration
360
- ) => any;
361
- export declare const FirehoseDestinationConfigurationFilterSensitiveLog: (
362
- obj: FirehoseDestinationConfiguration
363
- ) => any;
364
- export declare const S3DestinationConfigurationFilterSensitiveLog: (
365
- obj: S3DestinationConfiguration
366
- ) => any;
367
- export declare const DestinationConfigurationFilterSensitiveLog: (
368
- obj: DestinationConfiguration
369
- ) => any;
370
- export declare const CreateLoggingConfigurationRequestFilterSensitiveLog: (
371
- obj: CreateLoggingConfigurationRequest
372
- ) => any;
373
- export declare const CreateLoggingConfigurationResponseFilterSensitiveLog: (
374
- obj: CreateLoggingConfigurationResponse
375
- ) => any;
376
- export declare const MessageReviewHandlerFilterSensitiveLog: (
377
- obj: MessageReviewHandler
378
- ) => any;
379
- export declare const CreateRoomRequestFilterSensitiveLog: (
380
- obj: CreateRoomRequest
381
- ) => any;
382
- export declare const CreateRoomResponseFilterSensitiveLog: (
383
- obj: CreateRoomResponse
384
- ) => any;
385
- export declare const DeleteLoggingConfigurationRequestFilterSensitiveLog: (
386
- obj: DeleteLoggingConfigurationRequest
387
- ) => any;
388
- export declare const DeleteMessageRequestFilterSensitiveLog: (
389
- obj: DeleteMessageRequest
390
- ) => any;
391
- export declare const DeleteMessageResponseFilterSensitiveLog: (
392
- obj: DeleteMessageResponse
393
- ) => any;
394
- export declare const DeleteRoomRequestFilterSensitiveLog: (
395
- obj: DeleteRoomRequest
396
- ) => any;
397
- export declare const DisconnectUserRequestFilterSensitiveLog: (
398
- obj: DisconnectUserRequest
399
- ) => any;
400
- export declare const DisconnectUserResponseFilterSensitiveLog: (
401
- obj: DisconnectUserResponse
402
- ) => any;
403
- export declare const GetLoggingConfigurationRequestFilterSensitiveLog: (
404
- obj: GetLoggingConfigurationRequest
405
- ) => any;
406
- export declare const GetLoggingConfigurationResponseFilterSensitiveLog: (
407
- obj: GetLoggingConfigurationResponse
408
- ) => any;
409
- export declare const GetRoomRequestFilterSensitiveLog: (
410
- obj: GetRoomRequest
411
- ) => any;
412
- export declare const GetRoomResponseFilterSensitiveLog: (
413
- obj: GetRoomResponse
414
- ) => any;
415
- export declare const ListLoggingConfigurationsRequestFilterSensitiveLog: (
416
- obj: ListLoggingConfigurationsRequest
417
- ) => any;
418
- export declare const LoggingConfigurationSummaryFilterSensitiveLog: (
419
- obj: LoggingConfigurationSummary
420
- ) => any;
421
- export declare const ListLoggingConfigurationsResponseFilterSensitiveLog: (
422
- obj: ListLoggingConfigurationsResponse
423
- ) => any;
424
- export declare const ListRoomsRequestFilterSensitiveLog: (
425
- obj: ListRoomsRequest
426
- ) => any;
427
- export declare const RoomSummaryFilterSensitiveLog: (obj: RoomSummary) => any;
428
- export declare const ListRoomsResponseFilterSensitiveLog: (
429
- obj: ListRoomsResponse
430
- ) => any;
431
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
432
- obj: ListTagsForResourceRequest
433
- ) => any;
434
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
435
- obj: ListTagsForResourceResponse
436
- ) => any;
437
- export declare const SendEventRequestFilterSensitiveLog: (
438
- obj: SendEventRequest
439
- ) => any;
440
- export declare const SendEventResponseFilterSensitiveLog: (
441
- obj: SendEventResponse
442
- ) => any;
443
- export declare const TagResourceRequestFilterSensitiveLog: (
444
- obj: TagResourceRequest
445
- ) => any;
446
- export declare const TagResourceResponseFilterSensitiveLog: (
447
- obj: TagResourceResponse
448
- ) => any;
449
- export declare const UntagResourceRequestFilterSensitiveLog: (
450
- obj: UntagResourceRequest
451
- ) => any;
452
- export declare const UntagResourceResponseFilterSensitiveLog: (
453
- obj: UntagResourceResponse
454
- ) => any;
455
- export declare const UpdateLoggingConfigurationRequestFilterSensitiveLog: (
456
- obj: UpdateLoggingConfigurationRequest
457
- ) => any;
458
- export declare const UpdateLoggingConfigurationResponseFilterSensitiveLog: (
459
- obj: UpdateLoggingConfigurationResponse
460
- ) => any;
461
- export declare const UpdateRoomRequestFilterSensitiveLog: (
462
- obj: UpdateRoomRequest
463
- ) => any;
464
- export declare const UpdateRoomResponseFilterSensitiveLog: (
465
- obj: UpdateRoomResponse
466
- ) => 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.296.0",
4
+ "version": "3.298.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",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo ivschat"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",