types-boto3-kinesis 1.35.93__py3-none-any.whl → 1.37.0__py3-none-any.whl
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.
- types_boto3_kinesis/__init__.py +4 -2
- types_boto3_kinesis/__init__.pyi +4 -2
- types_boto3_kinesis/__main__.py +4 -4
- types_boto3_kinesis/client.py +64 -74
- types_boto3_kinesis/client.pyi +64 -74
- types_boto3_kinesis/literals.py +4 -5
- types_boto3_kinesis/literals.pyi +4 -5
- types_boto3_kinesis/paginator.py +2 -2
- types_boto3_kinesis/paginator.pyi +2 -2
- types_boto3_kinesis/type_defs.py +75 -66
- types_boto3_kinesis/type_defs.pyi +74 -66
- types_boto3_kinesis/version.py +1 -1
- types_boto3_kinesis/waiter.py +4 -4
- types_boto3_kinesis/waiter.pyi +4 -4
- {types_boto3_kinesis-1.35.93.dist-info → types_boto3_kinesis-1.37.0.dist-info}/METADATA +27 -11
- types_boto3_kinesis-1.37.0.dist-info/RECORD +20 -0
- {types_boto3_kinesis-1.35.93.dist-info → types_boto3_kinesis-1.37.0.dist-info}/WHEEL +1 -1
- types_boto3_kinesis-1.35.93.dist-info/RECORD +0 -20
- {types_boto3_kinesis-1.35.93.dist-info → types_boto3_kinesis-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_kinesis-1.35.93.dist-info → types_boto3_kinesis-1.37.0.dist-info}/top_level.txt +0 -0
types_boto3_kinesis/type_defs.py
CHANGED
|
@@ -3,15 +3,15 @@ Type annotations for kinesis service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/type_defs/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
9
|
-
from types_boto3_kinesis.type_defs import
|
|
11
|
+
from types_boto3_kinesis.type_defs import AddTagsToStreamInputTypeDef
|
|
10
12
|
|
|
11
|
-
data:
|
|
13
|
+
data: AddTagsToStreamInputTypeDef = ...
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -46,38 +46,39 @@ else:
|
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
__all__ = (
|
|
49
|
-
"
|
|
49
|
+
"AddTagsToStreamInputTypeDef",
|
|
50
50
|
"BlobTypeDef",
|
|
51
51
|
"ChildShardTypeDef",
|
|
52
52
|
"ConsumerDescriptionTypeDef",
|
|
53
53
|
"ConsumerTypeDef",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
54
|
+
"CreateStreamInputTypeDef",
|
|
55
|
+
"DecreaseStreamRetentionPeriodInputTypeDef",
|
|
56
|
+
"DeleteResourcePolicyInputTypeDef",
|
|
57
|
+
"DeleteStreamInputTypeDef",
|
|
58
|
+
"DeregisterStreamConsumerInputTypeDef",
|
|
59
59
|
"DescribeLimitsOutputTypeDef",
|
|
60
|
-
"
|
|
60
|
+
"DescribeStreamConsumerInputTypeDef",
|
|
61
61
|
"DescribeStreamConsumerOutputTypeDef",
|
|
62
62
|
"DescribeStreamInputPaginateTypeDef",
|
|
63
|
-
"
|
|
63
|
+
"DescribeStreamInputTypeDef",
|
|
64
|
+
"DescribeStreamInputWaitExtraTypeDef",
|
|
64
65
|
"DescribeStreamInputWaitTypeDef",
|
|
65
66
|
"DescribeStreamOutputTypeDef",
|
|
66
|
-
"
|
|
67
|
+
"DescribeStreamSummaryInputTypeDef",
|
|
67
68
|
"DescribeStreamSummaryOutputTypeDef",
|
|
68
|
-
"
|
|
69
|
+
"DisableEnhancedMonitoringInputTypeDef",
|
|
69
70
|
"EmptyResponseMetadataTypeDef",
|
|
70
|
-
"
|
|
71
|
+
"EnableEnhancedMonitoringInputTypeDef",
|
|
71
72
|
"EnhancedMetricsTypeDef",
|
|
72
73
|
"EnhancedMonitoringOutputTypeDef",
|
|
73
|
-
"
|
|
74
|
+
"GetRecordsInputTypeDef",
|
|
74
75
|
"GetRecordsOutputTypeDef",
|
|
75
|
-
"
|
|
76
|
+
"GetResourcePolicyInputTypeDef",
|
|
76
77
|
"GetResourcePolicyOutputTypeDef",
|
|
77
|
-
"
|
|
78
|
+
"GetShardIteratorInputTypeDef",
|
|
78
79
|
"GetShardIteratorOutputTypeDef",
|
|
79
80
|
"HashKeyRangeTypeDef",
|
|
80
|
-
"
|
|
81
|
+
"IncreaseStreamRetentionPeriodInputTypeDef",
|
|
81
82
|
"InternalFailureExceptionTypeDef",
|
|
82
83
|
"KMSAccessDeniedExceptionTypeDef",
|
|
83
84
|
"KMSDisabledExceptionTypeDef",
|
|
@@ -86,57 +87,57 @@ __all__ = (
|
|
|
86
87
|
"KMSOptInRequiredTypeDef",
|
|
87
88
|
"KMSThrottlingExceptionTypeDef",
|
|
88
89
|
"ListShardsInputPaginateTypeDef",
|
|
89
|
-
"
|
|
90
|
+
"ListShardsInputTypeDef",
|
|
90
91
|
"ListShardsOutputTypeDef",
|
|
91
92
|
"ListStreamConsumersInputPaginateTypeDef",
|
|
92
|
-
"
|
|
93
|
+
"ListStreamConsumersInputTypeDef",
|
|
93
94
|
"ListStreamConsumersOutputTypeDef",
|
|
94
95
|
"ListStreamsInputPaginateTypeDef",
|
|
95
|
-
"
|
|
96
|
+
"ListStreamsInputTypeDef",
|
|
96
97
|
"ListStreamsOutputTypeDef",
|
|
97
|
-
"
|
|
98
|
+
"ListTagsForStreamInputTypeDef",
|
|
98
99
|
"ListTagsForStreamOutputTypeDef",
|
|
99
|
-
"
|
|
100
|
+
"MergeShardsInputTypeDef",
|
|
100
101
|
"PaginatorConfigTypeDef",
|
|
101
|
-
"
|
|
102
|
+
"PutRecordInputTypeDef",
|
|
102
103
|
"PutRecordOutputTypeDef",
|
|
103
|
-
"
|
|
104
|
+
"PutRecordsInputTypeDef",
|
|
104
105
|
"PutRecordsOutputTypeDef",
|
|
105
106
|
"PutRecordsRequestEntryTypeDef",
|
|
106
107
|
"PutRecordsResultEntryTypeDef",
|
|
107
|
-
"
|
|
108
|
+
"PutResourcePolicyInputTypeDef",
|
|
108
109
|
"RecordTypeDef",
|
|
109
|
-
"
|
|
110
|
+
"RegisterStreamConsumerInputTypeDef",
|
|
110
111
|
"RegisterStreamConsumerOutputTypeDef",
|
|
111
|
-
"
|
|
112
|
+
"RemoveTagsFromStreamInputTypeDef",
|
|
112
113
|
"ResourceInUseExceptionTypeDef",
|
|
113
114
|
"ResourceNotFoundExceptionTypeDef",
|
|
114
115
|
"ResponseMetadataTypeDef",
|
|
115
116
|
"SequenceNumberRangeTypeDef",
|
|
116
117
|
"ShardFilterTypeDef",
|
|
117
118
|
"ShardTypeDef",
|
|
118
|
-
"
|
|
119
|
-
"
|
|
119
|
+
"SplitShardInputTypeDef",
|
|
120
|
+
"StartStreamEncryptionInputTypeDef",
|
|
120
121
|
"StartingPositionTypeDef",
|
|
121
|
-
"
|
|
122
|
+
"StopStreamEncryptionInputTypeDef",
|
|
122
123
|
"StreamDescriptionSummaryTypeDef",
|
|
123
124
|
"StreamDescriptionTypeDef",
|
|
124
125
|
"StreamModeDetailsTypeDef",
|
|
125
126
|
"StreamSummaryTypeDef",
|
|
126
127
|
"SubscribeToShardEventStreamTypeDef",
|
|
127
128
|
"SubscribeToShardEventTypeDef",
|
|
128
|
-
"
|
|
129
|
+
"SubscribeToShardInputTypeDef",
|
|
129
130
|
"SubscribeToShardOutputTypeDef",
|
|
130
131
|
"TagTypeDef",
|
|
131
132
|
"TimestampTypeDef",
|
|
132
|
-
"
|
|
133
|
+
"UpdateShardCountInputTypeDef",
|
|
133
134
|
"UpdateShardCountOutputTypeDef",
|
|
134
|
-
"
|
|
135
|
+
"UpdateStreamModeInputTypeDef",
|
|
135
136
|
"WaiterConfigTypeDef",
|
|
136
137
|
)
|
|
137
138
|
|
|
138
139
|
|
|
139
|
-
class
|
|
140
|
+
class AddTagsToStreamInputTypeDef(TypedDict):
|
|
140
141
|
Tags: Mapping[str, str]
|
|
141
142
|
StreamName: NotRequired[str]
|
|
142
143
|
StreamARN: NotRequired[str]
|
|
@@ -169,23 +170,23 @@ class StreamModeDetailsTypeDef(TypedDict):
|
|
|
169
170
|
StreamMode: StreamModeType
|
|
170
171
|
|
|
171
172
|
|
|
172
|
-
class
|
|
173
|
+
class DecreaseStreamRetentionPeriodInputTypeDef(TypedDict):
|
|
173
174
|
RetentionPeriodHours: int
|
|
174
175
|
StreamName: NotRequired[str]
|
|
175
176
|
StreamARN: NotRequired[str]
|
|
176
177
|
|
|
177
178
|
|
|
178
|
-
class
|
|
179
|
+
class DeleteResourcePolicyInputTypeDef(TypedDict):
|
|
179
180
|
ResourceARN: str
|
|
180
181
|
|
|
181
182
|
|
|
182
|
-
class
|
|
183
|
+
class DeleteStreamInputTypeDef(TypedDict):
|
|
183
184
|
StreamName: NotRequired[str]
|
|
184
185
|
EnforceConsumerDeletion: NotRequired[bool]
|
|
185
186
|
StreamARN: NotRequired[str]
|
|
186
187
|
|
|
187
188
|
|
|
188
|
-
class
|
|
189
|
+
class DeregisterStreamConsumerInputTypeDef(TypedDict):
|
|
189
190
|
StreamARN: NotRequired[str]
|
|
190
191
|
ConsumerName: NotRequired[str]
|
|
191
192
|
ConsumerARN: NotRequired[str]
|
|
@@ -199,7 +200,7 @@ class ResponseMetadataTypeDef(TypedDict):
|
|
|
199
200
|
HostId: NotRequired[str]
|
|
200
201
|
|
|
201
202
|
|
|
202
|
-
class
|
|
203
|
+
class DescribeStreamConsumerInputTypeDef(TypedDict):
|
|
203
204
|
StreamARN: NotRequired[str]
|
|
204
205
|
ConsumerName: NotRequired[str]
|
|
205
206
|
ConsumerARN: NotRequired[str]
|
|
@@ -211,7 +212,7 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
211
212
|
StartingToken: NotRequired[str]
|
|
212
213
|
|
|
213
214
|
|
|
214
|
-
class
|
|
215
|
+
class DescribeStreamInputTypeDef(TypedDict):
|
|
215
216
|
StreamName: NotRequired[str]
|
|
216
217
|
Limit: NotRequired[int]
|
|
217
218
|
ExclusiveStartShardId: NotRequired[str]
|
|
@@ -223,18 +224,18 @@ class WaiterConfigTypeDef(TypedDict):
|
|
|
223
224
|
MaxAttempts: NotRequired[int]
|
|
224
225
|
|
|
225
226
|
|
|
226
|
-
class
|
|
227
|
+
class DescribeStreamSummaryInputTypeDef(TypedDict):
|
|
227
228
|
StreamName: NotRequired[str]
|
|
228
229
|
StreamARN: NotRequired[str]
|
|
229
230
|
|
|
230
231
|
|
|
231
|
-
class
|
|
232
|
+
class DisableEnhancedMonitoringInputTypeDef(TypedDict):
|
|
232
233
|
ShardLevelMetrics: Sequence[MetricsNameType]
|
|
233
234
|
StreamName: NotRequired[str]
|
|
234
235
|
StreamARN: NotRequired[str]
|
|
235
236
|
|
|
236
237
|
|
|
237
|
-
class
|
|
238
|
+
class EnableEnhancedMonitoringInputTypeDef(TypedDict):
|
|
238
239
|
ShardLevelMetrics: Sequence[MetricsNameType]
|
|
239
240
|
StreamName: NotRequired[str]
|
|
240
241
|
StreamARN: NotRequired[str]
|
|
@@ -244,7 +245,7 @@ class EnhancedMetricsTypeDef(TypedDict):
|
|
|
244
245
|
ShardLevelMetrics: NotRequired[List[MetricsNameType]]
|
|
245
246
|
|
|
246
247
|
|
|
247
|
-
class
|
|
248
|
+
class GetRecordsInputTypeDef(TypedDict):
|
|
248
249
|
ShardIterator: str
|
|
249
250
|
Limit: NotRequired[int]
|
|
250
251
|
StreamARN: NotRequired[str]
|
|
@@ -258,14 +259,14 @@ class RecordTypeDef(TypedDict):
|
|
|
258
259
|
EncryptionType: NotRequired[EncryptionTypeType]
|
|
259
260
|
|
|
260
261
|
|
|
261
|
-
class
|
|
262
|
+
class GetResourcePolicyInputTypeDef(TypedDict):
|
|
262
263
|
ResourceARN: str
|
|
263
264
|
|
|
264
265
|
|
|
265
266
|
TimestampTypeDef = Union[datetime, str]
|
|
266
267
|
|
|
267
268
|
|
|
268
|
-
class
|
|
269
|
+
class IncreaseStreamRetentionPeriodInputTypeDef(TypedDict):
|
|
269
270
|
RetentionPeriodHours: int
|
|
270
271
|
StreamName: NotRequired[str]
|
|
271
272
|
StreamARN: NotRequired[str]
|
|
@@ -299,13 +300,13 @@ class KMSThrottlingExceptionTypeDef(TypedDict):
|
|
|
299
300
|
message: NotRequired[str]
|
|
300
301
|
|
|
301
302
|
|
|
302
|
-
class
|
|
303
|
+
class ListStreamsInputTypeDef(TypedDict):
|
|
303
304
|
Limit: NotRequired[int]
|
|
304
305
|
ExclusiveStartStreamName: NotRequired[str]
|
|
305
306
|
NextToken: NotRequired[str]
|
|
306
307
|
|
|
307
308
|
|
|
308
|
-
class
|
|
309
|
+
class ListTagsForStreamInputTypeDef(TypedDict):
|
|
309
310
|
StreamName: NotRequired[str]
|
|
310
311
|
ExclusiveStartTagKey: NotRequired[str]
|
|
311
312
|
Limit: NotRequired[int]
|
|
@@ -317,7 +318,7 @@ class TagTypeDef(TypedDict):
|
|
|
317
318
|
Value: NotRequired[str]
|
|
318
319
|
|
|
319
320
|
|
|
320
|
-
class
|
|
321
|
+
class MergeShardsInputTypeDef(TypedDict):
|
|
321
322
|
ShardToMerge: str
|
|
322
323
|
AdjacentShardToMerge: str
|
|
323
324
|
StreamName: NotRequired[str]
|
|
@@ -331,17 +332,17 @@ class PutRecordsResultEntryTypeDef(TypedDict):
|
|
|
331
332
|
ErrorMessage: NotRequired[str]
|
|
332
333
|
|
|
333
334
|
|
|
334
|
-
class
|
|
335
|
+
class PutResourcePolicyInputTypeDef(TypedDict):
|
|
335
336
|
ResourceARN: str
|
|
336
337
|
Policy: str
|
|
337
338
|
|
|
338
339
|
|
|
339
|
-
class
|
|
340
|
+
class RegisterStreamConsumerInputTypeDef(TypedDict):
|
|
340
341
|
StreamARN: str
|
|
341
342
|
ConsumerName: str
|
|
342
343
|
|
|
343
344
|
|
|
344
|
-
class
|
|
345
|
+
class RemoveTagsFromStreamInputTypeDef(TypedDict):
|
|
345
346
|
TagKeys: Sequence[str]
|
|
346
347
|
StreamName: NotRequired[str]
|
|
347
348
|
StreamARN: NotRequired[str]
|
|
@@ -360,35 +361,35 @@ class SequenceNumberRangeTypeDef(TypedDict):
|
|
|
360
361
|
EndingSequenceNumber: NotRequired[str]
|
|
361
362
|
|
|
362
363
|
|
|
363
|
-
class
|
|
364
|
+
class SplitShardInputTypeDef(TypedDict):
|
|
364
365
|
ShardToSplit: str
|
|
365
366
|
NewStartingHashKey: str
|
|
366
367
|
StreamName: NotRequired[str]
|
|
367
368
|
StreamARN: NotRequired[str]
|
|
368
369
|
|
|
369
370
|
|
|
370
|
-
class
|
|
371
|
+
class StartStreamEncryptionInputTypeDef(TypedDict):
|
|
371
372
|
EncryptionType: EncryptionTypeType
|
|
372
373
|
KeyId: str
|
|
373
374
|
StreamName: NotRequired[str]
|
|
374
375
|
StreamARN: NotRequired[str]
|
|
375
376
|
|
|
376
377
|
|
|
377
|
-
class
|
|
378
|
+
class StopStreamEncryptionInputTypeDef(TypedDict):
|
|
378
379
|
EncryptionType: EncryptionTypeType
|
|
379
380
|
KeyId: str
|
|
380
381
|
StreamName: NotRequired[str]
|
|
381
382
|
StreamARN: NotRequired[str]
|
|
382
383
|
|
|
383
384
|
|
|
384
|
-
class
|
|
385
|
+
class UpdateShardCountInputTypeDef(TypedDict):
|
|
385
386
|
TargetShardCount: int
|
|
386
387
|
ScalingType: Literal["UNIFORM_SCALING"]
|
|
387
388
|
StreamName: NotRequired[str]
|
|
388
389
|
StreamARN: NotRequired[str]
|
|
389
390
|
|
|
390
391
|
|
|
391
|
-
class
|
|
392
|
+
class PutRecordInputTypeDef(TypedDict):
|
|
392
393
|
Data: BlobTypeDef
|
|
393
394
|
PartitionKey: str
|
|
394
395
|
StreamName: NotRequired[str]
|
|
@@ -409,7 +410,7 @@ class ChildShardTypeDef(TypedDict):
|
|
|
409
410
|
HashKeyRange: HashKeyRangeTypeDef
|
|
410
411
|
|
|
411
412
|
|
|
412
|
-
class
|
|
413
|
+
class CreateStreamInputTypeDef(TypedDict):
|
|
413
414
|
StreamName: str
|
|
414
415
|
ShardCount: NotRequired[int]
|
|
415
416
|
StreamModeDetails: NotRequired[StreamModeDetailsTypeDef]
|
|
@@ -424,7 +425,7 @@ class StreamSummaryTypeDef(TypedDict):
|
|
|
424
425
|
StreamCreationTimestamp: NotRequired[datetime]
|
|
425
426
|
|
|
426
427
|
|
|
427
|
-
class
|
|
428
|
+
class UpdateStreamModeInputTypeDef(TypedDict):
|
|
428
429
|
StreamARN: str
|
|
429
430
|
StreamModeDetails: StreamModeDetailsTypeDef
|
|
430
431
|
|
|
@@ -501,6 +502,14 @@ class ListStreamsInputPaginateTypeDef(TypedDict):
|
|
|
501
502
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
502
503
|
|
|
503
504
|
|
|
505
|
+
class DescribeStreamInputWaitExtraTypeDef(TypedDict):
|
|
506
|
+
StreamName: NotRequired[str]
|
|
507
|
+
Limit: NotRequired[int]
|
|
508
|
+
ExclusiveStartShardId: NotRequired[str]
|
|
509
|
+
StreamARN: NotRequired[str]
|
|
510
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
511
|
+
|
|
512
|
+
|
|
504
513
|
class DescribeStreamInputWaitTypeDef(TypedDict):
|
|
505
514
|
StreamName: NotRequired[str]
|
|
506
515
|
Limit: NotRequired[int]
|
|
@@ -523,7 +532,7 @@ class StreamDescriptionSummaryTypeDef(TypedDict):
|
|
|
523
532
|
ConsumerCount: NotRequired[int]
|
|
524
533
|
|
|
525
534
|
|
|
526
|
-
class
|
|
535
|
+
class GetShardIteratorInputTypeDef(TypedDict):
|
|
527
536
|
ShardId: str
|
|
528
537
|
ShardIteratorType: ShardIteratorTypeType
|
|
529
538
|
StreamName: NotRequired[str]
|
|
@@ -538,7 +547,7 @@ class ListStreamConsumersInputPaginateTypeDef(TypedDict):
|
|
|
538
547
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
539
548
|
|
|
540
549
|
|
|
541
|
-
class
|
|
550
|
+
class ListStreamConsumersInputTypeDef(TypedDict):
|
|
542
551
|
StreamARN: str
|
|
543
552
|
NextToken: NotRequired[str]
|
|
544
553
|
MaxResults: NotRequired[int]
|
|
@@ -584,7 +593,7 @@ class ShardTypeDef(TypedDict):
|
|
|
584
593
|
AdjacentParentShardId: NotRequired[str]
|
|
585
594
|
|
|
586
595
|
|
|
587
|
-
class
|
|
596
|
+
class PutRecordsInputTypeDef(TypedDict):
|
|
588
597
|
Records: Sequence[PutRecordsRequestEntryTypeDef]
|
|
589
598
|
StreamName: NotRequired[str]
|
|
590
599
|
StreamARN: NotRequired[str]
|
|
@@ -627,7 +636,7 @@ class ListShardsInputPaginateTypeDef(TypedDict):
|
|
|
627
636
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
628
637
|
|
|
629
638
|
|
|
630
|
-
class
|
|
639
|
+
class ListShardsInputTypeDef(TypedDict):
|
|
631
640
|
StreamName: NotRequired[str]
|
|
632
641
|
NextToken: NotRequired[str]
|
|
633
642
|
ExclusiveStartShardId: NotRequired[str]
|
|
@@ -637,7 +646,7 @@ class ListShardsInputRequestTypeDef(TypedDict):
|
|
|
637
646
|
StreamARN: NotRequired[str]
|
|
638
647
|
|
|
639
648
|
|
|
640
|
-
class
|
|
649
|
+
class SubscribeToShardInputTypeDef(TypedDict):
|
|
641
650
|
ConsumerARN: str
|
|
642
651
|
ShardId: str
|
|
643
652
|
StartingPosition: StartingPositionTypeDef
|