@aws-sdk/client-ivs 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 +33 -32
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2959,20 +2959,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2959
2959
  // Annotate the CommonJS export names for ESM import in node:
2960
2960
 
2961
2961
  0 && (module.exports = {
2962
- AccessDeniedException,
2962
+ IvsServiceException,
2963
+ __Client,
2964
+ IvsClient,
2965
+ Ivs,
2966
+ $Command,
2963
2967
  BatchGetChannelCommand,
2964
2968
  BatchGetStreamKeyCommand,
2965
- BatchGetStreamKeyResponseFilterSensitiveLog,
2966
2969
  BatchStartViewerSessionRevocationCommand,
2967
- ChannelLatencyMode,
2968
- ChannelNotBroadcasting,
2969
- ChannelType,
2970
- ConflictException,
2971
2970
  CreateChannelCommand,
2972
- CreateChannelResponseFilterSensitiveLog,
2973
2971
  CreateRecordingConfigurationCommand,
2974
2972
  CreateStreamKeyCommand,
2975
- CreateStreamKeyResponseFilterSensitiveLog,
2976
2973
  DeleteChannelCommand,
2977
2974
  DeletePlaybackKeyPairCommand,
2978
2975
  DeleteRecordingConfigurationCommand,
@@ -2982,13 +2979,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2982
2979
  GetRecordingConfigurationCommand,
2983
2980
  GetStreamCommand,
2984
2981
  GetStreamKeyCommand,
2985
- GetStreamKeyResponseFilterSensitiveLog,
2986
2982
  GetStreamSessionCommand,
2987
2983
  ImportPlaybackKeyPairCommand,
2988
- InternalServerException,
2989
- Ivs,
2990
- IvsClient,
2991
- IvsServiceException,
2992
2984
  ListChannelsCommand,
2993
2985
  ListPlaybackKeyPairsCommand,
2994
2986
  ListRecordingConfigurationsCommand,
@@ -2996,35 +2988,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2996
2988
  ListStreamSessionsCommand,
2997
2989
  ListStreamsCommand,
2998
2990
  ListTagsForResourceCommand,
2999
- PendingVerification,
3000
2991
  PutMetadataCommand,
3001
- PutMetadataRequestFilterSensitiveLog,
3002
- RecordingConfigurationState,
3003
- RecordingMode,
3004
- RenditionConfigurationRendition,
3005
- RenditionConfigurationRenditionSelection,
3006
- ResourceNotFoundException,
3007
- ServiceQuotaExceededException,
3008
2992
  StartViewerSessionRevocationCommand,
3009
2993
  StopStreamCommand,
3010
- StreamHealth,
3011
- StreamKeyFilterSensitiveLog,
3012
- StreamState,
3013
- StreamUnavailable,
3014
2994
  TagResourceCommand,
3015
- ThrottlingException,
3016
- ThumbnailConfigurationResolution,
3017
- ThumbnailConfigurationStorage,
3018
- TranscodePreset,
3019
2995
  UntagResourceCommand,
3020
2996
  UpdateChannelCommand,
3021
- ValidationException,
3022
- __Client,
3023
2997
  paginateListChannels,
3024
2998
  paginateListPlaybackKeyPairs,
3025
2999
  paginateListRecordingConfigurations,
3026
3000
  paginateListStreamKeys,
3027
3001
  paginateListStreamSessions,
3028
- paginateListStreams
3002
+ paginateListStreams,
3003
+ AccessDeniedException,
3004
+ ChannelLatencyMode,
3005
+ TranscodePreset,
3006
+ ChannelType,
3007
+ PendingVerification,
3008
+ ThrottlingException,
3009
+ ValidationException,
3010
+ ResourceNotFoundException,
3011
+ ServiceQuotaExceededException,
3012
+ ConflictException,
3013
+ RenditionConfigurationRendition,
3014
+ RenditionConfigurationRenditionSelection,
3015
+ RecordingMode,
3016
+ ThumbnailConfigurationResolution,
3017
+ ThumbnailConfigurationStorage,
3018
+ RecordingConfigurationState,
3019
+ InternalServerException,
3020
+ ChannelNotBroadcasting,
3021
+ StreamHealth,
3022
+ StreamState,
3023
+ StreamUnavailable,
3024
+ StreamKeyFilterSensitiveLog,
3025
+ BatchGetStreamKeyResponseFilterSensitiveLog,
3026
+ CreateChannelResponseFilterSensitiveLog,
3027
+ CreateStreamKeyResponseFilterSensitiveLog,
3028
+ GetStreamKeyResponseFilterSensitiveLog,
3029
+ PutMetadataRequestFilterSensitiveLog
3029
3030
  });
3030
3031
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ivs",
3
3
  "description": "AWS SDK for JavaScript Ivs 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",
@@ -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",