@aws-sdk/client-kinesis 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 +34 -33
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3434,9 +3434,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3434
3434
  // Annotate the CommonJS export names for ESM import in node:
3435
3435
 
3436
3436
  0 && (module.exports = {
3437
- AccessDeniedException,
3437
+ KinesisServiceException,
3438
+ __Client,
3439
+ KinesisClient,
3440
+ Kinesis,
3441
+ $Command,
3438
3442
  AddTagsToStreamCommand,
3439
- ConsumerStatus,
3440
3443
  CreateStreamCommand,
3441
3444
  DecreaseStreamRetentionPeriodCommand,
3442
3445
  DeleteResourcePolicyCommand,
@@ -3448,60 +3451,58 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3448
3451
  DescribeStreamSummaryCommand,
3449
3452
  DisableEnhancedMonitoringCommand,
3450
3453
  EnableEnhancedMonitoringCommand,
3451
- EncryptionType,
3452
- ExpiredIteratorException,
3453
- ExpiredNextTokenException,
3454
3454
  GetRecordsCommand,
3455
3455
  GetResourcePolicyCommand,
3456
3456
  GetShardIteratorCommand,
3457
3457
  IncreaseStreamRetentionPeriodCommand,
3458
- InternalFailureException,
3459
- InvalidArgumentException,
3460
- KMSAccessDeniedException,
3461
- KMSDisabledException,
3462
- KMSInvalidStateException,
3463
- KMSNotFoundException,
3464
- KMSOptInRequired,
3465
- KMSThrottlingException,
3466
- Kinesis,
3467
- KinesisClient,
3468
- KinesisServiceException,
3469
- LimitExceededException,
3470
3458
  ListShardsCommand,
3471
3459
  ListStreamConsumersCommand,
3472
3460
  ListStreamsCommand,
3473
3461
  ListTagsForStreamCommand,
3474
3462
  MergeShardsCommand,
3475
- MetricsName,
3476
- ProvisionedThroughputExceededException,
3477
3463
  PutRecordCommand,
3478
3464
  PutRecordsCommand,
3479
3465
  PutResourcePolicyCommand,
3480
3466
  RegisterStreamConsumerCommand,
3481
3467
  RemoveTagsFromStreamCommand,
3482
- ResourceInUseException,
3483
- ResourceNotFoundException,
3484
- ScalingType,
3485
- ShardFilterType,
3486
- ShardIteratorType,
3487
3468
  SplitShardCommand,
3488
3469
  StartStreamEncryptionCommand,
3489
3470
  StopStreamEncryptionCommand,
3490
- StreamMode,
3491
- StreamStatus,
3492
3471
  SubscribeToShardCommand,
3493
- SubscribeToShardEventStream,
3494
- SubscribeToShardEventStreamFilterSensitiveLog,
3495
- SubscribeToShardOutputFilterSensitiveLog,
3496
3472
  UpdateShardCountCommand,
3497
3473
  UpdateStreamModeCommand,
3498
- ValidationException,
3499
- __Client,
3500
3474
  paginateListStreamConsumers,
3501
3475
  paginateListStreams,
3502
3476
  waitForStreamExists,
3503
- waitForStreamNotExists,
3504
3477
  waitUntilStreamExists,
3505
- waitUntilStreamNotExists
3478
+ waitForStreamNotExists,
3479
+ waitUntilStreamNotExists,
3480
+ AccessDeniedException,
3481
+ InvalidArgumentException,
3482
+ LimitExceededException,
3483
+ ResourceInUseException,
3484
+ ResourceNotFoundException,
3485
+ ConsumerStatus,
3486
+ StreamMode,
3487
+ EncryptionType,
3488
+ MetricsName,
3489
+ StreamStatus,
3490
+ ExpiredIteratorException,
3491
+ ExpiredNextTokenException,
3492
+ KMSAccessDeniedException,
3493
+ KMSDisabledException,
3494
+ KMSInvalidStateException,
3495
+ KMSNotFoundException,
3496
+ KMSOptInRequired,
3497
+ KMSThrottlingException,
3498
+ ProvisionedThroughputExceededException,
3499
+ ShardIteratorType,
3500
+ InternalFailureException,
3501
+ ShardFilterType,
3502
+ ValidationException,
3503
+ SubscribeToShardEventStream,
3504
+ ScalingType,
3505
+ SubscribeToShardEventStreamFilterSensitiveLog,
3506
+ SubscribeToShardOutputFilterSensitiveLog
3506
3507
  });
3507
3508
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis",
3
3
  "description": "AWS SDK for JavaScript Kinesis 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-kinesis",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.496.0",
24
+ "@aws-sdk/client-sts": "3.499.0",
25
25
  "@aws-sdk/core": "3.496.0",
26
- "@aws-sdk/credential-provider-node": "3.496.0",
26
+ "@aws-sdk/credential-provider-node": "3.499.0",
27
27
  "@aws-sdk/middleware-host-header": "3.496.0",
28
28
  "@aws-sdk/middleware-logger": "3.496.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.496.0",