@aws-sdk/client-kinesis 3.529.1 → 3.535.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 (77) hide show
  1. package/dist-types/Kinesis.d.ts +10 -1
  2. package/dist-types/KinesisClient.d.ts +1 -1
  3. package/dist-types/commands/AddTagsToStreamCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateStreamCommand.d.ts +2 -1
  5. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteStreamCommand.d.ts +2 -1
  8. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeLimitsCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeStreamCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +2 -1
  13. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +2 -1
  14. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +2 -1
  15. package/dist-types/commands/GetRecordsCommand.d.ts +3 -2
  16. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  17. package/dist-types/commands/GetShardIteratorCommand.d.ts +2 -1
  18. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +2 -1
  19. package/dist-types/commands/ListShardsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListStreamConsumersCommand.d.ts +2 -1
  21. package/dist-types/commands/ListStreamsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListTagsForStreamCommand.d.ts +2 -1
  23. package/dist-types/commands/MergeShardsCommand.d.ts +2 -1
  24. package/dist-types/commands/PutRecordCommand.d.ts +3 -2
  25. package/dist-types/commands/PutRecordsCommand.d.ts +3 -2
  26. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +2 -1
  28. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +2 -1
  29. package/dist-types/commands/SplitShardCommand.d.ts +2 -1
  30. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +2 -1
  31. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +2 -1
  32. package/dist-types/commands/SubscribeToShardCommand.d.ts +3 -2
  33. package/dist-types/commands/UpdateShardCountCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateStreamModeCommand.d.ts +2 -1
  35. package/dist-types/models/models_0.d.ts +286 -286
  36. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  37. package/dist-types/runtimeConfig.d.ts +2 -2
  38. package/dist-types/runtimeConfig.native.d.ts +2 -2
  39. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  40. package/dist-types/ts3.4/Kinesis.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  77. package/package.json +44 -44
@@ -19,6 +19,15 @@ declare const UpdateStreamModeCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UpdateStreamModeCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UpdateStreamModeCommandInput,
26
+ UpdateStreamModeCommandOutput,
27
+ KinesisClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class UpdateStreamModeCommand extends UpdateStreamModeCommand_base {}
@@ -26,9 +26,9 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
26
26
  apiVersion: string;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
- base64Encoder: import("@smithy/types").Encoder;
29
+ base64Encoder: (_input: string | Uint8Array) => string;
30
30
  utf8Decoder: import("@smithy/types").Decoder;
31
- utf8Encoder: import("@smithy/types").Encoder;
31
+ utf8Encoder: (input: string | Uint8Array) => string;
32
32
  disableHostPrefix: boolean;
33
33
  serviceId: string;
34
34
  logger: import("@smithy/types").Logger;
@@ -30,9 +30,9 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
30
30
  apiVersion: string;
31
31
  urlParser: import("@smithy/types").UrlParser;
32
32
  base64Decoder: import("@smithy/types").Decoder;
33
- base64Encoder: import("@smithy/types").Encoder;
33
+ base64Encoder: (_input: string | Uint8Array) => string;
34
34
  utf8Decoder: import("@smithy/types").Decoder;
35
- utf8Encoder: import("@smithy/types").Encoder;
35
+ utf8Encoder: (input: string | Uint8Array) => string;
36
36
  disableHostPrefix: boolean;
37
37
  serviceId: string;
38
38
  logger: import("@smithy/types").Logger;
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
13
13
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
14
  streamCollector: import("@smithy/types").StreamCollector;
15
15
  base64Decoder: import("@smithy/types").Decoder;
16
- base64Encoder: import("@smithy/types").Encoder;
16
+ base64Encoder: (_input: string | Uint8Array) => string;
17
17
  utf8Decoder: import("@smithy/types").Decoder;
18
- utf8Encoder: import("@smithy/types").Encoder;
18
+ utf8Encoder: (input: string | Uint8Array) => string;
19
19
  disableHostPrefix: boolean;
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -2,7 +2,7 @@ import { KinesisClientConfig } from "./KinesisClient";
2
2
  export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
3
3
  apiVersion: string;
4
4
  base64Decoder: import("@smithy/types").Decoder;
5
- base64Encoder: import("@smithy/types").Encoder;
5
+ base64Encoder: (_input: string | Uint8Array) => string;
6
6
  disableHostPrefix: boolean;
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
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.529.1",
4
+ "version": "3.535.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.529.1",
25
- "@aws-sdk/core": "3.529.1",
26
- "@aws-sdk/credential-provider-node": "3.529.1",
27
- "@aws-sdk/middleware-host-header": "3.523.0",
28
- "@aws-sdk/middleware-logger": "3.523.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.523.0",
30
- "@aws-sdk/middleware-user-agent": "3.525.0",
31
- "@aws-sdk/region-config-resolver": "3.525.0",
32
- "@aws-sdk/types": "3.523.0",
33
- "@aws-sdk/util-endpoints": "3.525.0",
34
- "@aws-sdk/util-user-agent-browser": "3.523.0",
35
- "@aws-sdk/util-user-agent-node": "3.525.0",
36
- "@smithy/config-resolver": "^2.1.4",
37
- "@smithy/core": "^1.3.5",
38
- "@smithy/eventstream-serde-browser": "^2.1.3",
39
- "@smithy/eventstream-serde-config-resolver": "^2.1.3",
40
- "@smithy/eventstream-serde-node": "^2.1.3",
41
- "@smithy/fetch-http-handler": "^2.4.3",
42
- "@smithy/hash-node": "^2.1.3",
43
- "@smithy/invalid-dependency": "^2.1.3",
44
- "@smithy/middleware-content-length": "^2.1.3",
45
- "@smithy/middleware-endpoint": "^2.4.4",
46
- "@smithy/middleware-retry": "^2.1.4",
47
- "@smithy/middleware-serde": "^2.1.3",
48
- "@smithy/middleware-stack": "^2.1.3",
49
- "@smithy/node-config-provider": "^2.2.4",
50
- "@smithy/node-http-handler": "^2.4.1",
51
- "@smithy/protocol-http": "^3.2.1",
52
- "@smithy/smithy-client": "^2.4.2",
53
- "@smithy/types": "^2.10.1",
54
- "@smithy/url-parser": "^2.1.3",
55
- "@smithy/util-base64": "^2.1.1",
56
- "@smithy/util-body-length-browser": "^2.1.1",
57
- "@smithy/util-body-length-node": "^2.2.1",
58
- "@smithy/util-defaults-mode-browser": "^2.1.4",
59
- "@smithy/util-defaults-mode-node": "^2.2.3",
60
- "@smithy/util-endpoints": "^1.1.4",
61
- "@smithy/util-middleware": "^2.1.3",
62
- "@smithy/util-retry": "^2.1.3",
63
- "@smithy/util-utf8": "^2.1.1",
64
- "@smithy/util-waiter": "^2.1.3",
65
- "tslib": "^2.5.0"
24
+ "@aws-sdk/client-sts": "3.535.0",
25
+ "@aws-sdk/core": "3.535.0",
26
+ "@aws-sdk/credential-provider-node": "3.535.0",
27
+ "@aws-sdk/middleware-host-header": "3.535.0",
28
+ "@aws-sdk/middleware-logger": "3.535.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
30
+ "@aws-sdk/middleware-user-agent": "3.535.0",
31
+ "@aws-sdk/region-config-resolver": "3.535.0",
32
+ "@aws-sdk/types": "3.535.0",
33
+ "@aws-sdk/util-endpoints": "3.535.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
35
+ "@aws-sdk/util-user-agent-node": "3.535.0",
36
+ "@smithy/config-resolver": "^2.2.0",
37
+ "@smithy/core": "^1.4.0",
38
+ "@smithy/eventstream-serde-browser": "^2.2.0",
39
+ "@smithy/eventstream-serde-config-resolver": "^2.2.0",
40
+ "@smithy/eventstream-serde-node": "^2.2.0",
41
+ "@smithy/fetch-http-handler": "^2.5.0",
42
+ "@smithy/hash-node": "^2.2.0",
43
+ "@smithy/invalid-dependency": "^2.2.0",
44
+ "@smithy/middleware-content-length": "^2.2.0",
45
+ "@smithy/middleware-endpoint": "^2.5.0",
46
+ "@smithy/middleware-retry": "^2.2.0",
47
+ "@smithy/middleware-serde": "^2.3.0",
48
+ "@smithy/middleware-stack": "^2.2.0",
49
+ "@smithy/node-config-provider": "^2.3.0",
50
+ "@smithy/node-http-handler": "^2.5.0",
51
+ "@smithy/protocol-http": "^3.3.0",
52
+ "@smithy/smithy-client": "^2.5.0",
53
+ "@smithy/types": "^2.12.0",
54
+ "@smithy/url-parser": "^2.2.0",
55
+ "@smithy/util-base64": "^2.3.0",
56
+ "@smithy/util-body-length-browser": "^2.2.0",
57
+ "@smithy/util-body-length-node": "^2.3.0",
58
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
59
+ "@smithy/util-defaults-mode-node": "^2.3.0",
60
+ "@smithy/util-endpoints": "^1.2.0",
61
+ "@smithy/util-middleware": "^2.2.0",
62
+ "@smithy/util-retry": "^2.2.0",
63
+ "@smithy/util-utf8": "^2.3.0",
64
+ "@smithy/util-waiter": "^2.2.0",
65
+ "tslib": "^2.6.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@smithy/service-client-documentation-generator": "^2.1.1",
68
+ "@smithy/service-client-documentation-generator": "^2.2.0",
69
69
  "@tsconfig/node14": "1.0.3",
70
70
  "@types/node": "^14.14.31",
71
71
  "concurrently": "7.0.0",