@aws-sdk/client-ivs-realtime 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +23 -22
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2803,32 +2803,25 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2803
2803
  // Annotate the CommonJS export names for ESM import in node:
2804
2804
 
2805
2805
  0 && (module.exports = {
2806
- AccessDeniedException,
2807
- CompositionState,
2808
- ConflictException,
2806
+ IVSRealTimeServiceException,
2807
+ __Client,
2808
+ IVSRealTimeClient,
2809
+ IVSRealTime,
2810
+ $Command,
2809
2811
  CreateEncoderConfigurationCommand,
2810
2812
  CreateParticipantTokenCommand,
2811
- CreateParticipantTokenResponseFilterSensitiveLog,
2812
2813
  CreateStageCommand,
2813
- CreateStageResponseFilterSensitiveLog,
2814
2814
  CreateStorageConfigurationCommand,
2815
2815
  DeleteEncoderConfigurationCommand,
2816
2816
  DeleteStageCommand,
2817
2817
  DeleteStorageConfigurationCommand,
2818
- DestinationState,
2819
2818
  DisconnectParticipantCommand,
2820
- EventErrorCode,
2821
- EventName,
2822
2819
  GetCompositionCommand,
2823
2820
  GetEncoderConfigurationCommand,
2824
2821
  GetParticipantCommand,
2825
2822
  GetStageCommand,
2826
2823
  GetStageSessionCommand,
2827
2824
  GetStorageConfigurationCommand,
2828
- IVSRealTime,
2829
- IVSRealTimeClient,
2830
- IVSRealTimeServiceException,
2831
- InternalServerException,
2832
2825
  ListCompositionsCommand,
2833
2826
  ListEncoderConfigurationsCommand,
2834
2827
  ListParticipantEventsCommand,
@@ -2837,26 +2830,34 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2837
2830
  ListStagesCommand,
2838
2831
  ListStorageConfigurationsCommand,
2839
2832
  ListTagsForResourceCommand,
2840
- ParticipantState,
2841
- ParticipantTokenCapability,
2842
- ParticipantTokenFilterSensitiveLog,
2843
- PendingVerification,
2844
- RecordingConfigurationFormat,
2845
- ResourceNotFoundException,
2846
- ServiceQuotaExceededException,
2847
2833
  StartCompositionCommand,
2848
2834
  StopCompositionCommand,
2849
2835
  TagResourceCommand,
2850
2836
  UntagResourceCommand,
2851
2837
  UpdateStageCommand,
2852
- ValidationException,
2853
- __Client,
2854
2838
  paginateListCompositions,
2855
2839
  paginateListEncoderConfigurations,
2856
2840
  paginateListParticipantEvents,
2857
2841
  paginateListParticipants,
2858
2842
  paginateListStageSessions,
2859
2843
  paginateListStages,
2860
- paginateListStorageConfigurations
2844
+ paginateListStorageConfigurations,
2845
+ AccessDeniedException,
2846
+ ConflictException,
2847
+ InternalServerException,
2848
+ PendingVerification,
2849
+ ResourceNotFoundException,
2850
+ ServiceQuotaExceededException,
2851
+ ValidationException,
2852
+ ParticipantTokenCapability,
2853
+ RecordingConfigurationFormat,
2854
+ DestinationState,
2855
+ CompositionState,
2856
+ ParticipantState,
2857
+ EventErrorCode,
2858
+ EventName,
2859
+ ParticipantTokenFilterSensitiveLog,
2860
+ CreateParticipantTokenResponseFilterSensitiveLog,
2861
+ CreateStageResponseFilterSensitiveLog
2861
2862
  });
2862
2863
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ivs-realtime",
3
3
  "description": "AWS SDK for JavaScript Ivs Realtime Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ivs-realtime",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",