@aws-sdk/client-kinesis 3.935.0 → 3.937.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.
@@ -33,7 +33,7 @@ declare const RegisterStreamConsumerCommand_base: {
33
33
  * shard you subscribe to. This rate is unaffected by the total number of consumers that
34
34
  * read from the same stream.</p>
35
35
  * <p>You can add tags to the registered consumer when making a <code>RegisterStreamConsumer</code> request by setting the <code>Tags</code> parameter. If you pass the <code>Tags</code> parameter, in addition to having the <code>kinesis:RegisterStreamConsumer</code> permission, you must also have the <code>kinesis:TagResource</code> permission for the consumer that will be registered. Tags will take effect from the <code>CREATING</code> status of the consumer.</p>
36
- * <p>You can register up to 20 consumers per stream. A given consumer can only be
36
+ * <p>With On-demand Advantage streams, you can register up to 50 consumers per stream to use Enhanced Fan-out. With On-demand Standard and Provisioned streams, you can register up to 20 consumers per stream to use Enhanced Fan-out. A given consumer can only be
37
37
  * registered with one stream at a time.</p>
38
38
  * <p>For an example of how to use this operation, see <a href="https://docs.aws.amazon.com/streams/latest/dev/building-enhanced-consumers-api.html">Enhanced Fan-Out
39
39
  * Using the Kinesis Data Streams API</a>.</p>
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.935.0",
4
+ "version": "3.937.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",
@@ -22,17 +22,17 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/core": "3.935.0",
26
- "@aws-sdk/credential-provider-node": "3.935.0",
27
- "@aws-sdk/middleware-host-header": "3.930.0",
28
- "@aws-sdk/middleware-logger": "3.930.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
30
- "@aws-sdk/middleware-user-agent": "3.935.0",
31
- "@aws-sdk/region-config-resolver": "3.930.0",
32
- "@aws-sdk/types": "3.930.0",
33
- "@aws-sdk/util-endpoints": "3.930.0",
34
- "@aws-sdk/util-user-agent-browser": "3.930.0",
35
- "@aws-sdk/util-user-agent-node": "3.935.0",
25
+ "@aws-sdk/core": "3.936.0",
26
+ "@aws-sdk/credential-provider-node": "3.936.0",
27
+ "@aws-sdk/middleware-host-header": "3.936.0",
28
+ "@aws-sdk/middleware-logger": "3.936.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
30
+ "@aws-sdk/middleware-user-agent": "3.936.0",
31
+ "@aws-sdk/region-config-resolver": "3.936.0",
32
+ "@aws-sdk/types": "3.936.0",
33
+ "@aws-sdk/util-endpoints": "3.936.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
35
+ "@aws-sdk/util-user-agent-node": "3.936.0",
36
36
  "@smithy/config-resolver": "^4.4.3",
37
37
  "@smithy/core": "^3.18.5",
38
38
  "@smithy/eventstream-serde-browser": "^4.2.5",