@aws-sdk/client-kinesis 3.495.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.
- package/dist-cjs/index.js +36 -33
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -3432,10 +3432,14 @@ var waitUntilStreamNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
3432
3432
|
// src/index.ts
|
|
3433
3433
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3434
3434
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3435
|
+
|
|
3435
3436
|
0 && (module.exports = {
|
|
3436
|
-
|
|
3437
|
+
KinesisServiceException,
|
|
3438
|
+
__Client,
|
|
3439
|
+
KinesisClient,
|
|
3440
|
+
Kinesis,
|
|
3441
|
+
$Command,
|
|
3437
3442
|
AddTagsToStreamCommand,
|
|
3438
|
-
ConsumerStatus,
|
|
3439
3443
|
CreateStreamCommand,
|
|
3440
3444
|
DecreaseStreamRetentionPeriodCommand,
|
|
3441
3445
|
DeleteResourcePolicyCommand,
|
|
@@ -3447,59 +3451,58 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3447
3451
|
DescribeStreamSummaryCommand,
|
|
3448
3452
|
DisableEnhancedMonitoringCommand,
|
|
3449
3453
|
EnableEnhancedMonitoringCommand,
|
|
3450
|
-
EncryptionType,
|
|
3451
|
-
ExpiredIteratorException,
|
|
3452
|
-
ExpiredNextTokenException,
|
|
3453
3454
|
GetRecordsCommand,
|
|
3454
3455
|
GetResourcePolicyCommand,
|
|
3455
3456
|
GetShardIteratorCommand,
|
|
3456
3457
|
IncreaseStreamRetentionPeriodCommand,
|
|
3457
|
-
InternalFailureException,
|
|
3458
|
-
InvalidArgumentException,
|
|
3459
|
-
KMSAccessDeniedException,
|
|
3460
|
-
KMSDisabledException,
|
|
3461
|
-
KMSInvalidStateException,
|
|
3462
|
-
KMSNotFoundException,
|
|
3463
|
-
KMSOptInRequired,
|
|
3464
|
-
KMSThrottlingException,
|
|
3465
|
-
Kinesis,
|
|
3466
|
-
KinesisClient,
|
|
3467
|
-
KinesisServiceException,
|
|
3468
|
-
LimitExceededException,
|
|
3469
3458
|
ListShardsCommand,
|
|
3470
3459
|
ListStreamConsumersCommand,
|
|
3471
3460
|
ListStreamsCommand,
|
|
3472
3461
|
ListTagsForStreamCommand,
|
|
3473
3462
|
MergeShardsCommand,
|
|
3474
|
-
MetricsName,
|
|
3475
|
-
ProvisionedThroughputExceededException,
|
|
3476
3463
|
PutRecordCommand,
|
|
3477
3464
|
PutRecordsCommand,
|
|
3478
3465
|
PutResourcePolicyCommand,
|
|
3479
3466
|
RegisterStreamConsumerCommand,
|
|
3480
3467
|
RemoveTagsFromStreamCommand,
|
|
3481
|
-
ResourceInUseException,
|
|
3482
|
-
ResourceNotFoundException,
|
|
3483
|
-
ScalingType,
|
|
3484
|
-
ShardFilterType,
|
|
3485
|
-
ShardIteratorType,
|
|
3486
3468
|
SplitShardCommand,
|
|
3487
3469
|
StartStreamEncryptionCommand,
|
|
3488
3470
|
StopStreamEncryptionCommand,
|
|
3489
|
-
StreamMode,
|
|
3490
|
-
StreamStatus,
|
|
3491
3471
|
SubscribeToShardCommand,
|
|
3492
|
-
SubscribeToShardEventStream,
|
|
3493
|
-
SubscribeToShardEventStreamFilterSensitiveLog,
|
|
3494
|
-
SubscribeToShardOutputFilterSensitiveLog,
|
|
3495
3472
|
UpdateShardCountCommand,
|
|
3496
3473
|
UpdateStreamModeCommand,
|
|
3497
|
-
ValidationException,
|
|
3498
|
-
__Client,
|
|
3499
3474
|
paginateListStreamConsumers,
|
|
3500
3475
|
paginateListStreams,
|
|
3501
3476
|
waitForStreamExists,
|
|
3502
|
-
waitForStreamNotExists,
|
|
3503
3477
|
waitUntilStreamExists,
|
|
3504
|
-
|
|
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
|
|
3505
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.
|
|
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,51 +21,51 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.1.
|
|
38
|
-
"@smithy/core": "^1.3.
|
|
39
|
-
"@smithy/eventstream-serde-browser": "^2.1.
|
|
40
|
-
"@smithy/eventstream-serde-config-resolver": "^2.1.
|
|
41
|
-
"@smithy/eventstream-serde-node": "^2.1.
|
|
42
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
43
|
-
"@smithy/hash-node": "^2.1.
|
|
44
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
45
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
46
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
47
|
-
"@smithy/middleware-retry": "^2.1.
|
|
48
|
-
"@smithy/middleware-serde": "^2.1.
|
|
49
|
-
"@smithy/middleware-stack": "^2.1.
|
|
50
|
-
"@smithy/node-config-provider": "^2.2.
|
|
51
|
-
"@smithy/node-http-handler": "^2.3.
|
|
52
|
-
"@smithy/protocol-http": "^3.1.
|
|
53
|
-
"@smithy/smithy-client": "^2.3.
|
|
54
|
-
"@smithy/types": "^2.9.
|
|
55
|
-
"@smithy/url-parser": "^2.1.
|
|
56
|
-
"@smithy/util-base64": "^2.1.
|
|
57
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
58
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
61
|
-
"@smithy/util-endpoints": "^1.1.
|
|
62
|
-
"@smithy/util-retry": "^2.1.
|
|
63
|
-
"@smithy/util-utf8": "^2.1.
|
|
64
|
-
"@smithy/util-waiter": "^2.1.
|
|
24
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
25
|
+
"@aws-sdk/core": "3.496.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
33
|
+
"@aws-sdk/types": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
38
|
+
"@smithy/core": "^1.3.1",
|
|
39
|
+
"@smithy/eventstream-serde-browser": "^2.1.1",
|
|
40
|
+
"@smithy/eventstream-serde-config-resolver": "^2.1.1",
|
|
41
|
+
"@smithy/eventstream-serde-node": "^2.1.1",
|
|
42
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
43
|
+
"@smithy/hash-node": "^2.1.1",
|
|
44
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
47
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
48
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
49
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
50
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
51
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
52
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
53
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
54
|
+
"@smithy/types": "^2.9.1",
|
|
55
|
+
"@smithy/url-parser": "^2.1.1",
|
|
56
|
+
"@smithy/util-base64": "^2.1.1",
|
|
57
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
58
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
61
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
62
|
+
"@smithy/util-retry": "^2.1.1",
|
|
63
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
64
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
65
65
|
"tslib": "^2.5.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
68
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
69
69
|
"@tsconfig/node14": "1.0.3",
|
|
70
70
|
"@types/node": "^14.14.31",
|
|
71
71
|
"concurrently": "7.0.0",
|