@aws-sdk/client-kinesis 3.775.0 → 3.782.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 (33) hide show
  1. package/dist-types/commands/AddTagsToStreamCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateStreamCommand.d.ts +1 -0
  3. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +1 -0
  4. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  5. package/dist-types/commands/DeleteStreamCommand.d.ts +1 -0
  6. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +1 -0
  7. package/dist-types/commands/DescribeLimitsCommand.d.ts +1 -0
  8. package/dist-types/commands/DescribeStreamCommand.d.ts +1 -0
  9. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +1 -0
  10. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +1 -0
  11. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +1 -0
  12. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +1 -0
  13. package/dist-types/commands/GetRecordsCommand.d.ts +1 -0
  14. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
  15. package/dist-types/commands/GetShardIteratorCommand.d.ts +1 -0
  16. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +1 -0
  17. package/dist-types/commands/ListShardsCommand.d.ts +1 -0
  18. package/dist-types/commands/ListStreamConsumersCommand.d.ts +1 -0
  19. package/dist-types/commands/ListStreamsCommand.d.ts +1 -0
  20. package/dist-types/commands/ListTagsForStreamCommand.d.ts +1 -0
  21. package/dist-types/commands/MergeShardsCommand.d.ts +1 -0
  22. package/dist-types/commands/PutRecordCommand.d.ts +1 -0
  23. package/dist-types/commands/PutRecordsCommand.d.ts +1 -0
  24. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  25. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +1 -0
  26. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +1 -0
  27. package/dist-types/commands/SplitShardCommand.d.ts +1 -0
  28. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +1 -0
  29. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +1 -0
  30. package/dist-types/commands/SubscribeToShardCommand.d.ts +1 -0
  31. package/dist-types/commands/UpdateShardCountCommand.d.ts +1 -0
  32. package/dist-types/commands/UpdateStreamModeCommand.d.ts +1 -0
  33. package/package.json +5 -5
@@ -87,6 +87,7 @@ declare const AddTagsToStreamCommand_base: {
87
87
  * @throws {@link KinesisServiceException}
88
88
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class AddTagsToStreamCommand extends AddTagsToStreamCommand_base {
@@ -119,6 +119,7 @@ declare const CreateStreamCommand_base: {
119
119
  * @throws {@link KinesisServiceException}
120
120
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class CreateStreamCommand extends CreateStreamCommand_base {
@@ -84,6 +84,7 @@ declare const DecreaseStreamRetentionPeriodCommand_base: {
84
84
  * @throws {@link KinesisServiceException}
85
85
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class DecreaseStreamRetentionPeriodCommand extends DecreaseStreamRetentionPeriodCommand_base {
@@ -82,6 +82,7 @@ declare const DeleteResourcePolicyCommand_base: {
82
82
  * @throws {@link KinesisServiceException}
83
83
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
@@ -97,6 +97,7 @@ declare const DeleteStreamCommand_base: {
97
97
  * @throws {@link KinesisServiceException}
98
98
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
@@ -73,6 +73,7 @@ declare const DeregisterStreamConsumerCommand_base: {
73
73
  * @throws {@link KinesisServiceException}
74
74
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeregisterStreamConsumerCommand extends DeregisterStreamConsumerCommand_base {
@@ -62,6 +62,7 @@ declare const DescribeLimitsCommand_base: {
62
62
  * @throws {@link KinesisServiceException}
63
63
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
@@ -131,6 +131,7 @@ declare const DescribeStreamCommand_base: {
131
131
  * @throws {@link KinesisServiceException}
132
132
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
133
133
  *
134
+ *
134
135
  * @public
135
136
  */
136
137
  export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
@@ -84,6 +84,7 @@ declare const DescribeStreamConsumerCommand_base: {
84
84
  * @throws {@link KinesisServiceException}
85
85
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_base {
@@ -103,6 +103,7 @@ declare const DescribeStreamSummaryCommand_base: {
103
103
  * @throws {@link KinesisServiceException}
104
104
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_base {
@@ -90,6 +90,7 @@ declare const DisableEnhancedMonitoringCommand_base: {
90
90
  * @throws {@link KinesisServiceException}
91
91
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_base {
@@ -90,6 +90,7 @@ declare const EnableEnhancedMonitoringCommand_base: {
90
90
  * @throws {@link KinesisServiceException}
91
91
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_base {
@@ -179,6 +179,7 @@ declare const GetRecordsCommand_base: {
179
179
  * @throws {@link KinesisServiceException}
180
180
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
181
181
  *
182
+ *
182
183
  * @public
183
184
  */
184
185
  export declare class GetRecordsCommand extends GetRecordsCommand_base {
@@ -84,6 +84,7 @@ declare const GetResourcePolicyCommand_base: {
84
84
  * @throws {@link KinesisServiceException}
85
85
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
@@ -116,6 +116,7 @@ declare const GetShardIteratorCommand_base: {
116
116
  * @throws {@link KinesisServiceException}
117
117
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class GetShardIteratorCommand extends GetShardIteratorCommand_base {
@@ -87,6 +87,7 @@ declare const IncreaseStreamRetentionPeriodCommand_base: {
87
87
  * @throws {@link KinesisServiceException}
88
88
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_base {
@@ -117,6 +117,7 @@ declare const ListShardsCommand_base: {
117
117
  * @throws {@link KinesisServiceException}
118
118
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
119
119
  *
120
+ *
120
121
  * @public
121
122
  */
122
123
  export declare class ListShardsCommand extends ListShardsCommand_base {
@@ -86,6 +86,7 @@ declare const ListStreamConsumersCommand_base: {
86
86
  * @throws {@link KinesisServiceException}
87
87
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListStreamConsumersCommand extends ListStreamConsumersCommand_base {
@@ -97,6 +97,7 @@ declare const ListStreamsCommand_base: {
97
97
  * @throws {@link KinesisServiceException}
98
98
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class ListStreamsCommand extends ListStreamsCommand_base {
@@ -85,6 +85,7 @@ declare const ListTagsForStreamCommand_base: {
85
85
  * @throws {@link KinesisServiceException}
86
86
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
@@ -121,6 +121,7 @@ declare const MergeShardsCommand_base: {
121
121
  * @throws {@link KinesisServiceException}
122
122
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class MergeShardsCommand extends MergeShardsCommand_base {
@@ -147,6 +147,7 @@ declare const PutRecordCommand_base: {
147
147
  * @throws {@link KinesisServiceException}
148
148
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
149
149
  *
150
+ *
150
151
  * @public
151
152
  */
152
153
  export declare class PutRecordCommand extends PutRecordCommand_base {
@@ -177,6 +177,7 @@ declare const PutRecordsCommand_base: {
177
177
  * @throws {@link KinesisServiceException}
178
178
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
179
179
  *
180
+ *
180
181
  * @public
181
182
  */
182
183
  export declare class PutRecordsCommand extends PutRecordsCommand_base {
@@ -90,6 +90,7 @@ declare const PutResourcePolicyCommand_base: {
90
90
  * @throws {@link KinesisServiceException}
91
91
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
@@ -89,6 +89,7 @@ declare const RegisterStreamConsumerCommand_base: {
89
89
  * @throws {@link KinesisServiceException}
90
90
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class RegisterStreamConsumerCommand extends RegisterStreamConsumerCommand_base {
@@ -86,6 +86,7 @@ declare const RemoveTagsFromStreamCommand_base: {
86
86
  * @throws {@link KinesisServiceException}
87
87
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class RemoveTagsFromStreamCommand extends RemoveTagsFromStreamCommand_base {
@@ -125,6 +125,7 @@ declare const SplitShardCommand_base: {
125
125
  * @throws {@link KinesisServiceException}
126
126
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
127
127
  *
128
+ *
128
129
  * @public
129
130
  */
130
131
  export declare class SplitShardCommand extends SplitShardCommand_base {
@@ -122,6 +122,7 @@ declare const StartStreamEncryptionCommand_base: {
122
122
  * @throws {@link KinesisServiceException}
123
123
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
124
124
  *
125
+ *
125
126
  * @public
126
127
  */
127
128
  export declare class StartStreamEncryptionCommand extends StartStreamEncryptionCommand_base {
@@ -94,6 +94,7 @@ declare const StopStreamEncryptionCommand_base: {
94
94
  * @throws {@link KinesisServiceException}
95
95
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class StopStreamEncryptionCommand extends StopStreamEncryptionCommand_base {
@@ -155,6 +155,7 @@ declare const SubscribeToShardCommand_base: {
155
155
  * @throws {@link KinesisServiceException}
156
156
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
157
157
  *
158
+ *
158
159
  * @public
159
160
  */
160
161
  export declare class SubscribeToShardCommand extends SubscribeToShardCommand_base {
@@ -136,6 +136,7 @@ declare const UpdateShardCountCommand_base: {
136
136
  * @throws {@link KinesisServiceException}
137
137
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
138
138
  *
139
+ *
139
140
  * @public
140
141
  */
141
142
  export declare class UpdateShardCountCommand extends UpdateShardCountCommand_base {
@@ -74,6 +74,7 @@ declare const UpdateStreamModeCommand_base: {
74
74
  * @throws {@link KinesisServiceException}
75
75
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class UpdateStreamModeCommand extends UpdateStreamModeCommand_base {
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.775.0",
4
+ "version": "3.782.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",
@@ -23,16 +23,16 @@
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
25
  "@aws-sdk/core": "3.775.0",
26
- "@aws-sdk/credential-provider-node": "3.775.0",
26
+ "@aws-sdk/credential-provider-node": "3.782.0",
27
27
  "@aws-sdk/middleware-host-header": "3.775.0",
28
28
  "@aws-sdk/middleware-logger": "3.775.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
30
- "@aws-sdk/middleware-user-agent": "3.775.0",
30
+ "@aws-sdk/middleware-user-agent": "3.782.0",
31
31
  "@aws-sdk/region-config-resolver": "3.775.0",
32
32
  "@aws-sdk/types": "3.775.0",
33
- "@aws-sdk/util-endpoints": "3.775.0",
33
+ "@aws-sdk/util-endpoints": "3.782.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.775.0",
35
- "@aws-sdk/util-user-agent-node": "3.775.0",
35
+ "@aws-sdk/util-user-agent-node": "3.782.0",
36
36
  "@smithy/config-resolver": "^4.1.0",
37
37
  "@smithy/core": "^3.2.0",
38
38
  "@smithy/eventstream-serde-browser": "^4.0.2",