@aws-sdk/client-kinesis 3.470.0 → 3.473.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.
@@ -39,6 +39,9 @@ class SubscribeToShardCommand extends smithy_client_1.Command {
39
39
  [types_1.SMITHY_CONTEXT_KEY]: {
40
40
  service: "Kinesis_20131202",
41
41
  operation: "SubscribeToShard",
42
+ eventStream: {
43
+ output: true,
44
+ },
42
45
  },
43
46
  };
44
47
  const { requestHandler } = configuration;
@@ -36,6 +36,9 @@ export class SubscribeToShardCommand extends $Command {
36
36
  [SMITHY_CONTEXT_KEY]: {
37
37
  service: "Kinesis_20131202",
38
38
  operation: "SubscribeToShard",
39
+ eventStream: {
40
+ output: true,
41
+ },
39
42
  },
40
43
  };
41
44
  const { requestHandler } = configuration;
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.470.0",
4
+ "version": "3.473.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,7 +21,7 @@
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.470.0",
24
+ "@aws-sdk/client-sts": "3.473.0",
25
25
  "@aws-sdk/core": "3.468.0",
26
26
  "@aws-sdk/credential-provider-node": "3.470.0",
27
27
  "@aws-sdk/middleware-host-header": "3.468.0",