@aws-sdk/client-kinesis 3.40.0 → 3.44.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 (55) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/Kinesis.js +15 -0
  4. package/dist-cjs/commands/UpdateStreamModeCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +1 -0
  6. package/dist-cjs/endpoints.js +8 -0
  7. package/dist-cjs/models/models_0.js +25 -2
  8. package/dist-cjs/protocols/Aws_json1_1.js +151 -2
  9. package/dist-es/Kinesis.js +15 -0
  10. package/dist-es/commands/UpdateStreamModeCommand.js +39 -0
  11. package/dist-es/commands/index.js +1 -0
  12. package/dist-es/endpoints.js +8 -0
  13. package/dist-es/models/models_0.js +17 -0
  14. package/dist-es/protocols/Aws_json1_1.js +189 -35
  15. package/dist-types/Kinesis.d.ts +165 -143
  16. package/dist-types/KinesisClient.d.ts +5 -4
  17. package/dist-types/commands/AddTagsToStreamCommand.d.ts +3 -5
  18. package/dist-types/commands/CreateStreamCommand.d.ts +20 -20
  19. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +6 -6
  20. package/dist-types/commands/DeleteStreamCommand.d.ts +6 -5
  21. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeLimitsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeStreamCommand.d.ts +6 -2
  24. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +6 -6
  26. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +1 -1
  27. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +1 -1
  28. package/dist-types/commands/GetRecordsCommand.d.ts +30 -20
  29. package/dist-types/commands/GetShardIteratorCommand.d.ts +8 -8
  30. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +4 -4
  31. package/dist-types/commands/ListShardsCommand.d.ts +5 -3
  32. package/dist-types/commands/ListStreamConsumersCommand.d.ts +1 -1
  33. package/dist-types/commands/ListStreamsCommand.d.ts +2 -2
  34. package/dist-types/commands/ListTagsForStreamCommand.d.ts +1 -1
  35. package/dist-types/commands/MergeShardsCommand.d.ts +6 -6
  36. package/dist-types/commands/PutRecordCommand.d.ts +9 -9
  37. package/dist-types/commands/PutRecordsCommand.d.ts +8 -8
  38. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +1 -1
  39. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +1 -1
  40. package/dist-types/commands/SplitShardCommand.d.ts +18 -20
  41. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +11 -11
  42. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +9 -10
  43. package/dist-types/commands/SubscribeToShardCommand.d.ts +4 -3
  44. package/dist-types/commands/UpdateShardCountCommand.d.ts +11 -12
  45. package/dist-types/commands/UpdateStreamModeCommand.d.ts +38 -0
  46. package/dist-types/commands/index.d.ts +1 -0
  47. package/dist-types/models/models_0.d.ts +333 -152
  48. package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
  49. package/dist-types/ts3.4/Kinesis.d.ts +5 -0
  50. package/dist-types/ts3.4/KinesisClient.d.ts +3 -2
  51. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +54 -1
  54. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
  55. package/package.json +4 -4
@@ -28,6 +28,7 @@ import { StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput }
28
28
  import { StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput } from "../commands/StopStreamEncryptionCommand";
29
29
  import { SubscribeToShardCommandInput, SubscribeToShardCommandOutput } from "../commands/SubscribeToShardCommand";
30
30
  import { UpdateShardCountCommandInput, UpdateShardCountCommandOutput } from "../commands/UpdateShardCountCommand";
31
+ import { UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput } from "../commands/UpdateStreamModeCommand";
31
32
  export declare const serializeAws_json1_1AddTagsToStreamCommand: (input: AddTagsToStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
33
  export declare const serializeAws_json1_1CreateStreamCommand: (input: CreateStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
34
  export declare const serializeAws_json1_1DecreaseStreamRetentionPeriodCommand: (input: DecreaseStreamRetentionPeriodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -56,6 +57,7 @@ export declare const serializeAws_json1_1StartStreamEncryptionCommand: (input: S
56
57
  export declare const serializeAws_json1_1StopStreamEncryptionCommand: (input: StopStreamEncryptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
58
  export declare const serializeAws_json1_1SubscribeToShardCommand: (input: SubscribeToShardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
59
  export declare const serializeAws_json1_1UpdateShardCountCommand: (input: UpdateShardCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_json1_1UpdateStreamModeCommand: (input: UpdateStreamModeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
61
  export declare const deserializeAws_json1_1AddTagsToStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToStreamCommandOutput>;
60
62
  export declare const deserializeAws_json1_1CreateStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamCommandOutput>;
61
63
  export declare const deserializeAws_json1_1DecreaseStreamRetentionPeriodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseStreamRetentionPeriodCommandOutput>;
@@ -84,3 +86,4 @@ export declare const deserializeAws_json1_1StartStreamEncryptionCommand: (output
84
86
  export declare const deserializeAws_json1_1StopStreamEncryptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopStreamEncryptionCommandOutput>;
85
87
  export declare const deserializeAws_json1_1SubscribeToShardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubscribeToShardCommandOutput>;
86
88
  export declare const deserializeAws_json1_1UpdateShardCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateShardCountCommandOutput>;
89
+ export declare const deserializeAws_json1_1UpdateStreamModeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamModeCommandOutput>;
@@ -27,6 +27,7 @@ import { StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput }
27
27
  import { StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput } from "./commands/StopStreamEncryptionCommand";
28
28
  import { SubscribeToShardCommandInput, SubscribeToShardCommandOutput } from "./commands/SubscribeToShardCommand";
29
29
  import { UpdateShardCountCommandInput, UpdateShardCountCommandOutput } from "./commands/UpdateShardCountCommand";
30
+ import { UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput } from "./commands/UpdateStreamModeCommand";
30
31
  import { KinesisClient } from "./KinesisClient";
31
32
 
32
33
  export declare class Kinesis extends KinesisClient {
@@ -142,4 +143,8 @@ export declare class Kinesis extends KinesisClient {
142
143
  updateShardCount(args: UpdateShardCountCommandInput, options?: __HttpHandlerOptions): Promise<UpdateShardCountCommandOutput>;
143
144
  updateShardCount(args: UpdateShardCountCommandInput, cb: (err: any, data?: UpdateShardCountCommandOutput) => void): void;
144
145
  updateShardCount(args: UpdateShardCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateShardCountCommandOutput) => void): void;
146
+
147
+ updateStreamMode(args: UpdateStreamModeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStreamModeCommandOutput>;
148
+ updateStreamMode(args: UpdateStreamModeCommandInput, cb: (err: any, data?: UpdateStreamModeCommandOutput) => void): void;
149
+ updateStreamMode(args: UpdateStreamModeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStreamModeCommandOutput) => void): void;
145
150
  }
@@ -35,8 +35,9 @@ import { StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput }
35
35
  import { StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput } from "./commands/StopStreamEncryptionCommand";
36
36
  import { SubscribeToShardCommandInput, SubscribeToShardCommandOutput } from "./commands/SubscribeToShardCommand";
37
37
  import { UpdateShardCountCommandInput, UpdateShardCountCommandOutput } from "./commands/UpdateShardCountCommand";
38
- export declare type ServiceInputTypes = AddTagsToStreamCommandInput | CreateStreamCommandInput | DecreaseStreamRetentionPeriodCommandInput | DeleteStreamCommandInput | DeregisterStreamConsumerCommandInput | DescribeLimitsCommandInput | DescribeStreamCommandInput | DescribeStreamConsumerCommandInput | DescribeStreamSummaryCommandInput | DisableEnhancedMonitoringCommandInput | EnableEnhancedMonitoringCommandInput | GetRecordsCommandInput | GetShardIteratorCommandInput | IncreaseStreamRetentionPeriodCommandInput | ListShardsCommandInput | ListStreamConsumersCommandInput | ListStreamsCommandInput | ListTagsForStreamCommandInput | MergeShardsCommandInput | PutRecordCommandInput | PutRecordsCommandInput | RegisterStreamConsumerCommandInput | RemoveTagsFromStreamCommandInput | SplitShardCommandInput | StartStreamEncryptionCommandInput | StopStreamEncryptionCommandInput | SubscribeToShardCommandInput | UpdateShardCountCommandInput;
39
- export declare type ServiceOutputTypes = AddTagsToStreamCommandOutput | CreateStreamCommandOutput | DecreaseStreamRetentionPeriodCommandOutput | DeleteStreamCommandOutput | DeregisterStreamConsumerCommandOutput | DescribeLimitsCommandOutput | DescribeStreamCommandOutput | DescribeStreamConsumerCommandOutput | DescribeStreamSummaryCommandOutput | DisableEnhancedMonitoringCommandOutput | EnableEnhancedMonitoringCommandOutput | GetRecordsCommandOutput | GetShardIteratorCommandOutput | IncreaseStreamRetentionPeriodCommandOutput | ListShardsCommandOutput | ListStreamConsumersCommandOutput | ListStreamsCommandOutput | ListTagsForStreamCommandOutput | MergeShardsCommandOutput | PutRecordCommandOutput | PutRecordsCommandOutput | RegisterStreamConsumerCommandOutput | RemoveTagsFromStreamCommandOutput | SplitShardCommandOutput | StartStreamEncryptionCommandOutput | StopStreamEncryptionCommandOutput | SubscribeToShardCommandOutput | UpdateShardCountCommandOutput;
38
+ import { UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput } from "./commands/UpdateStreamModeCommand";
39
+ export declare type ServiceInputTypes = AddTagsToStreamCommandInput | CreateStreamCommandInput | DecreaseStreamRetentionPeriodCommandInput | DeleteStreamCommandInput | DeregisterStreamConsumerCommandInput | DescribeLimitsCommandInput | DescribeStreamCommandInput | DescribeStreamConsumerCommandInput | DescribeStreamSummaryCommandInput | DisableEnhancedMonitoringCommandInput | EnableEnhancedMonitoringCommandInput | GetRecordsCommandInput | GetShardIteratorCommandInput | IncreaseStreamRetentionPeriodCommandInput | ListShardsCommandInput | ListStreamConsumersCommandInput | ListStreamsCommandInput | ListTagsForStreamCommandInput | MergeShardsCommandInput | PutRecordCommandInput | PutRecordsCommandInput | RegisterStreamConsumerCommandInput | RemoveTagsFromStreamCommandInput | SplitShardCommandInput | StartStreamEncryptionCommandInput | StopStreamEncryptionCommandInput | SubscribeToShardCommandInput | UpdateShardCountCommandInput | UpdateStreamModeCommandInput;
40
+ export declare type ServiceOutputTypes = AddTagsToStreamCommandOutput | CreateStreamCommandOutput | DecreaseStreamRetentionPeriodCommandOutput | DeleteStreamCommandOutput | DeregisterStreamConsumerCommandOutput | DescribeLimitsCommandOutput | DescribeStreamCommandOutput | DescribeStreamConsumerCommandOutput | DescribeStreamSummaryCommandOutput | DisableEnhancedMonitoringCommandOutput | EnableEnhancedMonitoringCommandOutput | GetRecordsCommandOutput | GetShardIteratorCommandOutput | IncreaseStreamRetentionPeriodCommandOutput | ListShardsCommandOutput | ListStreamConsumersCommandOutput | ListStreamsCommandOutput | ListTagsForStreamCommandOutput | MergeShardsCommandOutput | PutRecordCommandOutput | PutRecordsCommandOutput | RegisterStreamConsumerCommandOutput | RemoveTagsFromStreamCommandOutput | SplitShardCommandOutput | StartStreamEncryptionCommandOutput | StopStreamEncryptionCommandOutput | SubscribeToShardCommandOutput | UpdateShardCountCommandOutput | UpdateStreamModeCommandOutput;
40
41
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
41
42
 
42
43
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
+ import { UpdateStreamModeInput } from "../models/models_0";
5
+ export interface UpdateStreamModeCommandInput extends UpdateStreamModeInput {
6
+ }
7
+ export interface UpdateStreamModeCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateStreamModeCommand extends $Command<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput, KinesisClientResolvedConfig> {
11
+ readonly input: UpdateStreamModeCommandInput;
12
+ constructor(input: UpdateStreamModeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -26,3 +26,4 @@ export * from "./StartStreamEncryptionCommand";
26
26
  export * from "./StopStreamEncryptionCommand";
27
27
  export * from "./SubscribeToShardCommand";
28
28
  export * from "./UpdateShardCountCommand";
29
+ export * from "./UpdateStreamModeCommand";
@@ -67,8 +67,11 @@ export declare namespace HashKeyRange {
67
67
 
68
68
  const filterSensitiveLog: (obj: HashKeyRange) => any;
69
69
  }
70
+
70
71
  export interface ChildShard {
72
+
71
73
  ShardId: string | undefined;
74
+
72
75
  ParentShards: string[] | undefined;
73
76
 
74
77
  HashKeyRange: HashKeyRange | undefined;
@@ -114,12 +117,27 @@ export declare namespace ConsumerDescription {
114
117
 
115
118
  const filterSensitiveLog: (obj: ConsumerDescription) => any;
116
119
  }
120
+ export declare enum StreamMode {
121
+ ON_DEMAND = "ON_DEMAND",
122
+ PROVISIONED = "PROVISIONED"
123
+ }
124
+
125
+ export interface StreamModeDetails {
126
+
127
+ StreamMode: StreamMode | string | undefined;
128
+ }
129
+ export declare namespace StreamModeDetails {
130
+
131
+ const filterSensitiveLog: (obj: StreamModeDetails) => any;
132
+ }
117
133
 
118
134
  export interface CreateStreamInput {
119
135
 
120
136
  StreamName: string | undefined;
121
137
 
122
- ShardCount: number | undefined;
138
+ ShardCount?: number;
139
+
140
+ StreamModeDetails?: StreamModeDetails;
123
141
  }
124
142
  export declare namespace CreateStreamInput {
125
143
 
@@ -170,6 +188,10 @@ export interface DescribeLimitsOutput {
170
188
  ShardLimit: number | undefined;
171
189
 
172
190
  OpenShardCount: number | undefined;
191
+
192
+ OnDemandStreamCount: number | undefined;
193
+
194
+ OnDemandStreamCountLimit: number | undefined;
173
195
  }
174
196
  export declare namespace DescribeLimitsOutput {
175
197
 
@@ -254,6 +276,8 @@ export interface StreamDescription {
254
276
 
255
277
  StreamStatus: StreamStatus | string | undefined;
256
278
 
279
+ StreamModeDetails?: StreamModeDetails;
280
+
257
281
  Shards: Shard[] | undefined;
258
282
 
259
283
  HasMoreShards: boolean | undefined;
@@ -318,6 +342,8 @@ export interface StreamDescriptionSummary {
318
342
 
319
343
  StreamStatus: StreamStatus | string | undefined;
320
344
 
345
+ StreamModeDetails?: StreamModeDetails;
346
+
321
347
  RetentionPeriodHours: number | undefined;
322
348
 
323
349
  StreamCreationTimestamp: Date | undefined;
@@ -436,6 +462,7 @@ export interface GetRecordsOutput {
436
462
  NextShardIterator?: string;
437
463
 
438
464
  MillisBehindLatest?: number;
465
+
439
466
  ChildShards?: ChildShard[];
440
467
  }
441
468
  export declare namespace GetRecordsOutput {
@@ -581,9 +608,13 @@ export declare enum ShardFilterType {
581
608
  FROM_TIMESTAMP = "FROM_TIMESTAMP",
582
609
  FROM_TRIM_HORIZON = "FROM_TRIM_HORIZON"
583
610
  }
611
+
584
612
  export interface ShardFilter {
613
+
585
614
  Type: ShardFilterType | string | undefined;
615
+
586
616
  ShardId?: string;
617
+
587
618
  Timestamp?: Date;
588
619
  }
589
620
  export declare namespace ShardFilter {
@@ -601,6 +632,7 @@ export interface ListShardsInput {
601
632
  MaxResults?: number;
602
633
 
603
634
  StreamCreationTimestamp?: Date;
635
+
604
636
  ShardFilter?: ShardFilter;
605
637
  }
606
638
  export declare namespace ListShardsInput {
@@ -712,6 +744,16 @@ export declare namespace MergeShardsInput {
712
744
  const filterSensitiveLog: (obj: MergeShardsInput) => any;
713
745
  }
714
746
 
747
+ export interface ValidationException extends __SmithyException, $MetadataBearer {
748
+ name: "ValidationException";
749
+ $fault: "client";
750
+ message?: string;
751
+ }
752
+ export declare namespace ValidationException {
753
+
754
+ const filterSensitiveLog: (obj: ValidationException) => any;
755
+ }
756
+
715
757
  export interface PutRecordInput {
716
758
 
717
759
  StreamName: string | undefined;
@@ -892,6 +934,7 @@ export interface SubscribeToShardEvent {
892
934
  ContinuationSequenceNumber: string | undefined;
893
935
 
894
936
  MillisBehindLatest: number | undefined;
937
+
895
938
  ChildShards?: ChildShard[];
896
939
  }
897
940
  export declare namespace SubscribeToShardEvent {
@@ -1109,3 +1152,13 @@ export declare namespace UpdateShardCountOutput {
1109
1152
 
1110
1153
  const filterSensitiveLog: (obj: UpdateShardCountOutput) => any;
1111
1154
  }
1155
+ export interface UpdateStreamModeInput {
1156
+
1157
+ StreamARN: string | undefined;
1158
+
1159
+ StreamModeDetails: StreamModeDetails | undefined;
1160
+ }
1161
+ export declare namespace UpdateStreamModeInput {
1162
+
1163
+ const filterSensitiveLog: (obj: UpdateStreamModeInput) => any;
1164
+ }
@@ -28,6 +28,7 @@ import { StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput }
28
28
  import { StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput } from "../commands/StopStreamEncryptionCommand";
29
29
  import { SubscribeToShardCommandInput, SubscribeToShardCommandOutput } from "../commands/SubscribeToShardCommand";
30
30
  import { UpdateShardCountCommandInput, UpdateShardCountCommandOutput } from "../commands/UpdateShardCountCommand";
31
+ import { UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput } from "../commands/UpdateStreamModeCommand";
31
32
  export declare const serializeAws_json1_1AddTagsToStreamCommand: (input: AddTagsToStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
33
  export declare const serializeAws_json1_1CreateStreamCommand: (input: CreateStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
34
  export declare const serializeAws_json1_1DecreaseStreamRetentionPeriodCommand: (input: DecreaseStreamRetentionPeriodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -56,6 +57,7 @@ export declare const serializeAws_json1_1StartStreamEncryptionCommand: (input: S
56
57
  export declare const serializeAws_json1_1StopStreamEncryptionCommand: (input: StopStreamEncryptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
58
  export declare const serializeAws_json1_1SubscribeToShardCommand: (input: SubscribeToShardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
59
  export declare const serializeAws_json1_1UpdateShardCountCommand: (input: UpdateShardCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_json1_1UpdateStreamModeCommand: (input: UpdateStreamModeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
61
  export declare const deserializeAws_json1_1AddTagsToStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToStreamCommandOutput>;
60
62
  export declare const deserializeAws_json1_1CreateStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamCommandOutput>;
61
63
  export declare const deserializeAws_json1_1DecreaseStreamRetentionPeriodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecreaseStreamRetentionPeriodCommandOutput>;
@@ -84,3 +86,4 @@ export declare const deserializeAws_json1_1StartStreamEncryptionCommand: (output
84
86
  export declare const deserializeAws_json1_1StopStreamEncryptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopStreamEncryptionCommandOutput>;
85
87
  export declare const deserializeAws_json1_1SubscribeToShardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubscribeToShardCommandOutput>;
86
88
  export declare const deserializeAws_json1_1UpdateShardCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateShardCountCommandOutput>;
89
+ export declare const deserializeAws_json1_1UpdateStreamModeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamModeCommandOutput>;
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.40.0",
4
+ "version": "3.44.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/eventstream-serde-browser": "3.40.0",
28
28
  "@aws-sdk/eventstream-serde-config-resolver": "3.40.0",
29
29
  "@aws-sdk/eventstream-serde-node": "3.40.0",
@@ -41,7 +41,7 @@
41
41
  "@aws-sdk/node-config-provider": "3.40.0",
42
42
  "@aws-sdk/node-http-handler": "3.40.0",
43
43
  "@aws-sdk/protocol-http": "3.40.0",
44
- "@aws-sdk/smithy-client": "3.40.0",
44
+ "@aws-sdk/smithy-client": "3.41.0",
45
45
  "@aws-sdk/types": "3.40.0",
46
46
  "@aws-sdk/url-parser": "3.40.0",
47
47
  "@aws-sdk/util-base64-browser": "3.37.0",