@aws-sdk/client-kinesis-video 3.496.0 → 3.501.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 +46 -45
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3302,83 +3302,84 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3302
3302
  // Annotate the CommonJS export names for ESM import in node:
3303
3303
 
3304
3304
  0 && (module.exports = {
3305
- APIName,
3306
- AccessDeniedException,
3307
- AccountChannelLimitExceededException,
3308
- AccountStreamLimitExceededException,
3309
- ChannelProtocol,
3310
- ChannelRole,
3311
- ChannelType,
3312
- ClientLimitExceededException,
3313
- ComparisonOperator,
3314
- ConfigurationStatus,
3305
+ KinesisVideoServiceException,
3306
+ __Client,
3307
+ KinesisVideoClient,
3308
+ KinesisVideo,
3309
+ $Command,
3315
3310
  CreateSignalingChannelCommand,
3316
3311
  CreateStreamCommand,
3317
3312
  DeleteEdgeConfigurationCommand,
3318
3313
  DeleteSignalingChannelCommand,
3319
3314
  DeleteStreamCommand,
3320
3315
  DescribeEdgeConfigurationCommand,
3321
- DescribeEdgeConfigurationOutputFilterSensitiveLog,
3322
3316
  DescribeImageGenerationConfigurationCommand,
3323
3317
  DescribeMappedResourceConfigurationCommand,
3324
3318
  DescribeMediaStorageConfigurationCommand,
3325
3319
  DescribeNotificationConfigurationCommand,
3326
3320
  DescribeSignalingChannelCommand,
3327
3321
  DescribeStreamCommand,
3328
- DeviceStreamLimitExceededException,
3329
- EdgeConfigFilterSensitiveLog,
3330
- Format,
3331
- FormatConfigKey,
3332
3322
  GetDataEndpointCommand,
3333
3323
  GetSignalingChannelEndpointCommand,
3334
- ImageSelectorType,
3335
- InvalidArgumentException,
3336
- InvalidDeviceException,
3337
- InvalidResourceFormatException,
3338
- KinesisVideo,
3339
- KinesisVideoClient,
3340
- KinesisVideoServiceException,
3341
3324
  ListEdgeAgentConfigurationsCommand,
3342
- ListEdgeAgentConfigurationsEdgeConfigFilterSensitiveLog,
3343
- ListEdgeAgentConfigurationsOutputFilterSensitiveLog,
3344
3325
  ListSignalingChannelsCommand,
3345
3326
  ListStreamsCommand,
3346
3327
  ListTagsForResourceCommand,
3347
3328
  ListTagsForStreamCommand,
3348
- MediaSourceConfigFilterSensitiveLog,
3349
- MediaStorageConfigurationStatus,
3350
- MediaUriType,
3351
- NoDataRetentionException,
3352
- NotAuthorizedException,
3353
- RecorderConfigFilterSensitiveLog,
3354
- RecorderStatus,
3355
- ResourceInUseException,
3356
- ResourceNotFoundException,
3357
3329
  StartEdgeConfigurationUpdateCommand,
3358
- StartEdgeConfigurationUpdateInputFilterSensitiveLog,
3359
- StartEdgeConfigurationUpdateOutputFilterSensitiveLog,
3360
- Status,
3361
- StrategyOnFullSize,
3362
- StreamEdgeConfigurationNotFoundException,
3363
- SyncStatus,
3364
3330
  TagResourceCommand,
3365
3331
  TagStreamCommand,
3366
- TagsPerResourceExceededLimitException,
3367
3332
  UntagResourceCommand,
3368
3333
  UntagStreamCommand,
3369
3334
  UpdateDataRetentionCommand,
3370
- UpdateDataRetentionOperation,
3371
3335
  UpdateImageGenerationConfigurationCommand,
3372
3336
  UpdateMediaStorageConfigurationCommand,
3373
3337
  UpdateNotificationConfigurationCommand,
3374
3338
  UpdateSignalingChannelCommand,
3375
3339
  UpdateStreamCommand,
3376
- UploaderStatus,
3377
- VersionMismatchException,
3378
- __Client,
3379
3340
  paginateDescribeMappedResourceConfiguration,
3380
3341
  paginateListEdgeAgentConfigurations,
3381
3342
  paginateListSignalingChannels,
3382
- paginateListStreams
3343
+ paginateListStreams,
3344
+ AccessDeniedException,
3345
+ AccountChannelLimitExceededException,
3346
+ AccountStreamLimitExceededException,
3347
+ APIName,
3348
+ Status,
3349
+ ChannelType,
3350
+ ComparisonOperator,
3351
+ ChannelProtocol,
3352
+ ChannelRole,
3353
+ ClientLimitExceededException,
3354
+ ConfigurationStatus,
3355
+ InvalidArgumentException,
3356
+ ResourceInUseException,
3357
+ TagsPerResourceExceededLimitException,
3358
+ DeviceStreamLimitExceededException,
3359
+ InvalidDeviceException,
3360
+ ResourceNotFoundException,
3361
+ StreamEdgeConfigurationNotFoundException,
3362
+ VersionMismatchException,
3363
+ NotAuthorizedException,
3364
+ StrategyOnFullSize,
3365
+ RecorderStatus,
3366
+ UploaderStatus,
3367
+ MediaUriType,
3368
+ SyncStatus,
3369
+ Format,
3370
+ FormatConfigKey,
3371
+ ImageSelectorType,
3372
+ MediaStorageConfigurationStatus,
3373
+ InvalidResourceFormatException,
3374
+ NoDataRetentionException,
3375
+ UpdateDataRetentionOperation,
3376
+ MediaSourceConfigFilterSensitiveLog,
3377
+ RecorderConfigFilterSensitiveLog,
3378
+ EdgeConfigFilterSensitiveLog,
3379
+ DescribeEdgeConfigurationOutputFilterSensitiveLog,
3380
+ ListEdgeAgentConfigurationsEdgeConfigFilterSensitiveLog,
3381
+ ListEdgeAgentConfigurationsOutputFilterSensitiveLog,
3382
+ StartEdgeConfigurationUpdateInputFilterSensitiveLog,
3383
+ StartEdgeConfigurationUpdateOutputFilterSensitiveLog
3383
3384
  });
3384
3385
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-video",
3
3
  "description": "AWS SDK for JavaScript Kinesis Video Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-kinesis-video",
@@ -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.501.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.501.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",