mypy-boto3-kinesis 1.42.3__py3-none-any.whl → 1.42.41__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.
- mypy_boto3_kinesis/__init__.py +1 -1
- mypy_boto3_kinesis/__init__.pyi +1 -1
- mypy_boto3_kinesis/__main__.py +4 -4
- mypy_boto3_kinesis/client.py +1 -1
- mypy_boto3_kinesis/client.pyi +1 -1
- mypy_boto3_kinesis/literals.py +2 -2
- mypy_boto3_kinesis/literals.pyi +2 -2
- mypy_boto3_kinesis/paginator.py +1 -1
- mypy_boto3_kinesis/paginator.pyi +1 -1
- mypy_boto3_kinesis/type_defs.py +41 -1
- mypy_boto3_kinesis/type_defs.pyi +41 -1
- mypy_boto3_kinesis/version.py +2 -2
- mypy_boto3_kinesis/waiter.py +1 -1
- mypy_boto3_kinesis/waiter.pyi +1 -1
- {mypy_boto3_kinesis-1.42.3.dist-info → mypy_boto3_kinesis-1.42.41.dist-info}/METADATA +4 -4
- mypy_boto3_kinesis-1.42.41.dist-info/RECORD +20 -0
- {mypy_boto3_kinesis-1.42.3.dist-info → mypy_boto3_kinesis-1.42.41.dist-info}/WHEEL +1 -1
- {mypy_boto3_kinesis-1.42.3.dist-info → mypy_boto3_kinesis-1.42.41.dist-info}/licenses/LICENSE +1 -1
- mypy_boto3_kinesis-1.42.3.dist-info/RECORD +0 -20
- {mypy_boto3_kinesis-1.42.3.dist-info → mypy_boto3_kinesis-1.42.41.dist-info}/top_level.txt +0 -0
mypy_boto3_kinesis/__init__.py
CHANGED
mypy_boto3_kinesis/__init__.pyi
CHANGED
mypy_boto3_kinesis/__main__.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 Kinesis 1.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 Kinesis 1.42.41\n"
|
|
16
|
+
"Version: 1.42.41\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#kinesis\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.42.
|
|
29
|
+
sys.stdout.write("1.42.41\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_kinesis/client.py
CHANGED
mypy_boto3_kinesis/client.pyi
CHANGED
mypy_boto3_kinesis/literals.py
CHANGED
|
@@ -3,7 +3,7 @@ Type annotations for kinesis service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -226,7 +226,6 @@ ServiceName = Literal[
|
|
|
226
226
|
"eks-auth",
|
|
227
227
|
"elasticache",
|
|
228
228
|
"elasticbeanstalk",
|
|
229
|
-
"elastictranscoder",
|
|
230
229
|
"elb",
|
|
231
230
|
"elbv2",
|
|
232
231
|
"emr",
|
|
@@ -491,6 +490,7 @@ ServiceName = Literal[
|
|
|
491
490
|
"waf-regional",
|
|
492
491
|
"wafv2",
|
|
493
492
|
"wellarchitected",
|
|
493
|
+
"wickr",
|
|
494
494
|
"wisdom",
|
|
495
495
|
"workdocs",
|
|
496
496
|
"workmail",
|
mypy_boto3_kinesis/literals.pyi
CHANGED
|
@@ -3,7 +3,7 @@ Type annotations for kinesis service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -224,7 +224,6 @@ ServiceName = Literal[
|
|
|
224
224
|
"eks-auth",
|
|
225
225
|
"elasticache",
|
|
226
226
|
"elasticbeanstalk",
|
|
227
|
-
"elastictranscoder",
|
|
228
227
|
"elb",
|
|
229
228
|
"elbv2",
|
|
230
229
|
"emr",
|
|
@@ -489,6 +488,7 @@ ServiceName = Literal[
|
|
|
489
488
|
"waf-regional",
|
|
490
489
|
"wafv2",
|
|
491
490
|
"wellarchitected",
|
|
491
|
+
"wickr",
|
|
492
492
|
"wisdom",
|
|
493
493
|
"workdocs",
|
|
494
494
|
"workmail",
|
mypy_boto3_kinesis/paginator.py
CHANGED
mypy_boto3_kinesis/paginator.pyi
CHANGED
mypy_boto3_kinesis/type_defs.py
CHANGED
|
@@ -3,7 +3,7 @@ Type annotations for kinesis service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -151,6 +151,7 @@ class AddTagsToStreamInputTypeDef(TypedDict):
|
|
|
151
151
|
Tags: Mapping[str, str]
|
|
152
152
|
StreamName: NotRequired[str]
|
|
153
153
|
StreamARN: NotRequired[str]
|
|
154
|
+
StreamId: NotRequired[str]
|
|
154
155
|
|
|
155
156
|
|
|
156
157
|
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
@@ -184,22 +185,26 @@ class DecreaseStreamRetentionPeriodInputTypeDef(TypedDict):
|
|
|
184
185
|
RetentionPeriodHours: int
|
|
185
186
|
StreamName: NotRequired[str]
|
|
186
187
|
StreamARN: NotRequired[str]
|
|
188
|
+
StreamId: NotRequired[str]
|
|
187
189
|
|
|
188
190
|
|
|
189
191
|
class DeleteResourcePolicyInputTypeDef(TypedDict):
|
|
190
192
|
ResourceARN: str
|
|
193
|
+
StreamId: NotRequired[str]
|
|
191
194
|
|
|
192
195
|
|
|
193
196
|
class DeleteStreamInputTypeDef(TypedDict):
|
|
194
197
|
StreamName: NotRequired[str]
|
|
195
198
|
EnforceConsumerDeletion: NotRequired[bool]
|
|
196
199
|
StreamARN: NotRequired[str]
|
|
200
|
+
StreamId: NotRequired[str]
|
|
197
201
|
|
|
198
202
|
|
|
199
203
|
class DeregisterStreamConsumerInputTypeDef(TypedDict):
|
|
200
204
|
StreamARN: NotRequired[str]
|
|
201
205
|
ConsumerName: NotRequired[str]
|
|
202
206
|
ConsumerARN: NotRequired[str]
|
|
207
|
+
StreamId: NotRequired[str]
|
|
203
208
|
|
|
204
209
|
|
|
205
210
|
class MinimumThroughputBillingCommitmentOutputTypeDef(TypedDict):
|
|
@@ -221,6 +226,7 @@ class DescribeStreamConsumerInputTypeDef(TypedDict):
|
|
|
221
226
|
StreamARN: NotRequired[str]
|
|
222
227
|
ConsumerName: NotRequired[str]
|
|
223
228
|
ConsumerARN: NotRequired[str]
|
|
229
|
+
StreamId: NotRequired[str]
|
|
224
230
|
|
|
225
231
|
|
|
226
232
|
class PaginatorConfigTypeDef(TypedDict):
|
|
@@ -234,6 +240,7 @@ class DescribeStreamInputTypeDef(TypedDict):
|
|
|
234
240
|
Limit: NotRequired[int]
|
|
235
241
|
ExclusiveStartShardId: NotRequired[str]
|
|
236
242
|
StreamARN: NotRequired[str]
|
|
243
|
+
StreamId: NotRequired[str]
|
|
237
244
|
|
|
238
245
|
|
|
239
246
|
class WaiterConfigTypeDef(TypedDict):
|
|
@@ -244,18 +251,21 @@ class WaiterConfigTypeDef(TypedDict):
|
|
|
244
251
|
class DescribeStreamSummaryInputTypeDef(TypedDict):
|
|
245
252
|
StreamName: NotRequired[str]
|
|
246
253
|
StreamARN: NotRequired[str]
|
|
254
|
+
StreamId: NotRequired[str]
|
|
247
255
|
|
|
248
256
|
|
|
249
257
|
class DisableEnhancedMonitoringInputTypeDef(TypedDict):
|
|
250
258
|
ShardLevelMetrics: Sequence[MetricsNameType]
|
|
251
259
|
StreamName: NotRequired[str]
|
|
252
260
|
StreamARN: NotRequired[str]
|
|
261
|
+
StreamId: NotRequired[str]
|
|
253
262
|
|
|
254
263
|
|
|
255
264
|
class EnableEnhancedMonitoringInputTypeDef(TypedDict):
|
|
256
265
|
ShardLevelMetrics: Sequence[MetricsNameType]
|
|
257
266
|
StreamName: NotRequired[str]
|
|
258
267
|
StreamARN: NotRequired[str]
|
|
268
|
+
StreamId: NotRequired[str]
|
|
259
269
|
|
|
260
270
|
|
|
261
271
|
class EnhancedMetricsTypeDef(TypedDict):
|
|
@@ -266,6 +276,7 @@ class GetRecordsInputTypeDef(TypedDict):
|
|
|
266
276
|
ShardIterator: str
|
|
267
277
|
Limit: NotRequired[int]
|
|
268
278
|
StreamARN: NotRequired[str]
|
|
279
|
+
StreamId: NotRequired[str]
|
|
269
280
|
|
|
270
281
|
|
|
271
282
|
class RecordTypeDef(TypedDict):
|
|
@@ -278,6 +289,7 @@ class RecordTypeDef(TypedDict):
|
|
|
278
289
|
|
|
279
290
|
class GetResourcePolicyInputTypeDef(TypedDict):
|
|
280
291
|
ResourceARN: str
|
|
292
|
+
StreamId: NotRequired[str]
|
|
281
293
|
|
|
282
294
|
|
|
283
295
|
TimestampTypeDef = Union[datetime, str]
|
|
@@ -287,6 +299,7 @@ class IncreaseStreamRetentionPeriodInputTypeDef(TypedDict):
|
|
|
287
299
|
RetentionPeriodHours: int
|
|
288
300
|
StreamName: NotRequired[str]
|
|
289
301
|
StreamARN: NotRequired[str]
|
|
302
|
+
StreamId: NotRequired[str]
|
|
290
303
|
|
|
291
304
|
|
|
292
305
|
class InternalFailureExceptionTypeDef(TypedDict):
|
|
@@ -325,6 +338,7 @@ class ListStreamsInputTypeDef(TypedDict):
|
|
|
325
338
|
|
|
326
339
|
class ListTagsForResourceInputTypeDef(TypedDict):
|
|
327
340
|
ResourceARN: str
|
|
341
|
+
StreamId: NotRequired[str]
|
|
328
342
|
|
|
329
343
|
|
|
330
344
|
class TagTypeDef(TypedDict):
|
|
@@ -337,6 +351,7 @@ class ListTagsForStreamInputTypeDef(TypedDict):
|
|
|
337
351
|
ExclusiveStartTagKey: NotRequired[str]
|
|
338
352
|
Limit: NotRequired[int]
|
|
339
353
|
StreamARN: NotRequired[str]
|
|
354
|
+
StreamId: NotRequired[str]
|
|
340
355
|
|
|
341
356
|
|
|
342
357
|
class MergeShardsInputTypeDef(TypedDict):
|
|
@@ -344,6 +359,7 @@ class MergeShardsInputTypeDef(TypedDict):
|
|
|
344
359
|
AdjacentShardToMerge: str
|
|
345
360
|
StreamName: NotRequired[str]
|
|
346
361
|
StreamARN: NotRequired[str]
|
|
362
|
+
StreamId: NotRequired[str]
|
|
347
363
|
|
|
348
364
|
|
|
349
365
|
class MinimumThroughputBillingCommitmentInputTypeDef(TypedDict):
|
|
@@ -360,11 +376,13 @@ class PutRecordsResultEntryTypeDef(TypedDict):
|
|
|
360
376
|
class PutResourcePolicyInputTypeDef(TypedDict):
|
|
361
377
|
ResourceARN: str
|
|
362
378
|
Policy: str
|
|
379
|
+
StreamId: NotRequired[str]
|
|
363
380
|
|
|
364
381
|
|
|
365
382
|
class RegisterStreamConsumerInputTypeDef(TypedDict):
|
|
366
383
|
StreamARN: str
|
|
367
384
|
ConsumerName: str
|
|
385
|
+
StreamId: NotRequired[str]
|
|
368
386
|
Tags: NotRequired[Mapping[str, str]]
|
|
369
387
|
|
|
370
388
|
|
|
@@ -372,6 +390,7 @@ class RemoveTagsFromStreamInputTypeDef(TypedDict):
|
|
|
372
390
|
TagKeys: Sequence[str]
|
|
373
391
|
StreamName: NotRequired[str]
|
|
374
392
|
StreamARN: NotRequired[str]
|
|
393
|
+
StreamId: NotRequired[str]
|
|
375
394
|
|
|
376
395
|
|
|
377
396
|
class ResourceInUseExceptionTypeDef(TypedDict):
|
|
@@ -392,6 +411,7 @@ class SplitShardInputTypeDef(TypedDict):
|
|
|
392
411
|
NewStartingHashKey: str
|
|
393
412
|
StreamName: NotRequired[str]
|
|
394
413
|
StreamARN: NotRequired[str]
|
|
414
|
+
StreamId: NotRequired[str]
|
|
395
415
|
|
|
396
416
|
|
|
397
417
|
class StartStreamEncryptionInputTypeDef(TypedDict):
|
|
@@ -399,6 +419,7 @@ class StartStreamEncryptionInputTypeDef(TypedDict):
|
|
|
399
419
|
KeyId: str
|
|
400
420
|
StreamName: NotRequired[str]
|
|
401
421
|
StreamARN: NotRequired[str]
|
|
422
|
+
StreamId: NotRequired[str]
|
|
402
423
|
|
|
403
424
|
|
|
404
425
|
class StopStreamEncryptionInputTypeDef(TypedDict):
|
|
@@ -406,6 +427,7 @@ class StopStreamEncryptionInputTypeDef(TypedDict):
|
|
|
406
427
|
KeyId: str
|
|
407
428
|
StreamName: NotRequired[str]
|
|
408
429
|
StreamARN: NotRequired[str]
|
|
430
|
+
StreamId: NotRequired[str]
|
|
409
431
|
|
|
410
432
|
|
|
411
433
|
class WarmThroughputObjectTypeDef(TypedDict):
|
|
@@ -416,16 +438,19 @@ class WarmThroughputObjectTypeDef(TypedDict):
|
|
|
416
438
|
class TagResourceInputTypeDef(TypedDict):
|
|
417
439
|
Tags: Mapping[str, str]
|
|
418
440
|
ResourceARN: str
|
|
441
|
+
StreamId: NotRequired[str]
|
|
419
442
|
|
|
420
443
|
|
|
421
444
|
class UntagResourceInputTypeDef(TypedDict):
|
|
422
445
|
TagKeys: Sequence[str]
|
|
423
446
|
ResourceARN: str
|
|
447
|
+
StreamId: NotRequired[str]
|
|
424
448
|
|
|
425
449
|
|
|
426
450
|
class UpdateMaxRecordSizeInputTypeDef(TypedDict):
|
|
427
451
|
MaxRecordSizeInKiB: int
|
|
428
452
|
StreamARN: NotRequired[str]
|
|
453
|
+
StreamId: NotRequired[str]
|
|
429
454
|
|
|
430
455
|
|
|
431
456
|
class UpdateShardCountInputTypeDef(TypedDict):
|
|
@@ -433,12 +458,14 @@ class UpdateShardCountInputTypeDef(TypedDict):
|
|
|
433
458
|
ScalingType: Literal["UNIFORM_SCALING"]
|
|
434
459
|
StreamName: NotRequired[str]
|
|
435
460
|
StreamARN: NotRequired[str]
|
|
461
|
+
StreamId: NotRequired[str]
|
|
436
462
|
|
|
437
463
|
|
|
438
464
|
class UpdateStreamWarmThroughputInputTypeDef(TypedDict):
|
|
439
465
|
WarmThroughputMiBps: int
|
|
440
466
|
StreamARN: NotRequired[str]
|
|
441
467
|
StreamName: NotRequired[str]
|
|
468
|
+
StreamId: NotRequired[str]
|
|
442
469
|
|
|
443
470
|
|
|
444
471
|
class PutRecordInputTypeDef(TypedDict):
|
|
@@ -448,6 +475,7 @@ class PutRecordInputTypeDef(TypedDict):
|
|
|
448
475
|
ExplicitHashKey: NotRequired[str]
|
|
449
476
|
SequenceNumberForOrdering: NotRequired[str]
|
|
450
477
|
StreamARN: NotRequired[str]
|
|
478
|
+
StreamId: NotRequired[str]
|
|
451
479
|
|
|
452
480
|
|
|
453
481
|
class PutRecordsRequestEntryTypeDef(TypedDict):
|
|
@@ -482,6 +510,7 @@ class StreamSummaryTypeDef(TypedDict):
|
|
|
482
510
|
class UpdateStreamModeInputTypeDef(TypedDict):
|
|
483
511
|
StreamARN: str
|
|
484
512
|
StreamModeDetails: StreamModeDetailsTypeDef
|
|
513
|
+
StreamId: NotRequired[str]
|
|
485
514
|
WarmThroughputMiBps: NotRequired[int]
|
|
486
515
|
|
|
487
516
|
|
|
@@ -559,6 +588,7 @@ class UpdateShardCountOutputTypeDef(TypedDict):
|
|
|
559
588
|
class DescribeStreamInputPaginateTypeDef(TypedDict):
|
|
560
589
|
StreamName: NotRequired[str]
|
|
561
590
|
StreamARN: NotRequired[str]
|
|
591
|
+
StreamId: NotRequired[str]
|
|
562
592
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
563
593
|
|
|
564
594
|
|
|
@@ -572,6 +602,7 @@ class DescribeStreamInputWaitExtraTypeDef(TypedDict):
|
|
|
572
602
|
Limit: NotRequired[int]
|
|
573
603
|
ExclusiveStartShardId: NotRequired[str]
|
|
574
604
|
StreamARN: NotRequired[str]
|
|
605
|
+
StreamId: NotRequired[str]
|
|
575
606
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
576
607
|
|
|
577
608
|
|
|
@@ -580,6 +611,7 @@ class DescribeStreamInputWaitTypeDef(TypedDict):
|
|
|
580
611
|
Limit: NotRequired[int]
|
|
581
612
|
ExclusiveStartShardId: NotRequired[str]
|
|
582
613
|
StreamARN: NotRequired[str]
|
|
614
|
+
StreamId: NotRequired[str]
|
|
583
615
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
584
616
|
|
|
585
617
|
|
|
@@ -590,11 +622,13 @@ class GetShardIteratorInputTypeDef(TypedDict):
|
|
|
590
622
|
StartingSequenceNumber: NotRequired[str]
|
|
591
623
|
Timestamp: NotRequired[TimestampTypeDef]
|
|
592
624
|
StreamARN: NotRequired[str]
|
|
625
|
+
StreamId: NotRequired[str]
|
|
593
626
|
|
|
594
627
|
|
|
595
628
|
class ListStreamConsumersInputPaginateTypeDef(TypedDict):
|
|
596
629
|
StreamARN: str
|
|
597
630
|
StreamCreationTimestamp: NotRequired[TimestampTypeDef]
|
|
631
|
+
StreamId: NotRequired[str]
|
|
598
632
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
599
633
|
|
|
600
634
|
|
|
@@ -603,6 +637,7 @@ class ListStreamConsumersInputTypeDef(TypedDict):
|
|
|
603
637
|
NextToken: NotRequired[str]
|
|
604
638
|
MaxResults: NotRequired[int]
|
|
605
639
|
StreamCreationTimestamp: NotRequired[TimestampTypeDef]
|
|
640
|
+
StreamId: NotRequired[str]
|
|
606
641
|
|
|
607
642
|
|
|
608
643
|
ShardFilterTypeDef = TypedDict(
|
|
@@ -661,6 +696,7 @@ class StreamDescriptionSummaryTypeDef(TypedDict):
|
|
|
661
696
|
StreamCreationTimestamp: datetime
|
|
662
697
|
EnhancedMonitoring: list[EnhancedMetricsTypeDef]
|
|
663
698
|
OpenShardCount: int
|
|
699
|
+
StreamId: NotRequired[str]
|
|
664
700
|
StreamModeDetails: NotRequired[StreamModeDetailsTypeDef]
|
|
665
701
|
EncryptionType: NotRequired[EncryptionTypeType]
|
|
666
702
|
KeyId: NotRequired[str]
|
|
@@ -680,6 +716,7 @@ class PutRecordsInputTypeDef(TypedDict):
|
|
|
680
716
|
Records: Sequence[PutRecordsRequestEntryTypeDef]
|
|
681
717
|
StreamName: NotRequired[str]
|
|
682
718
|
StreamARN: NotRequired[str]
|
|
719
|
+
StreamId: NotRequired[str]
|
|
683
720
|
|
|
684
721
|
|
|
685
722
|
class GetRecordsOutputTypeDef(TypedDict):
|
|
@@ -711,6 +748,7 @@ class ListShardsInputPaginateTypeDef(TypedDict):
|
|
|
711
748
|
StreamCreationTimestamp: NotRequired[TimestampTypeDef]
|
|
712
749
|
ShardFilter: NotRequired[ShardFilterTypeDef]
|
|
713
750
|
StreamARN: NotRequired[str]
|
|
751
|
+
StreamId: NotRequired[str]
|
|
714
752
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
715
753
|
|
|
716
754
|
|
|
@@ -722,12 +760,14 @@ class ListShardsInputTypeDef(TypedDict):
|
|
|
722
760
|
StreamCreationTimestamp: NotRequired[TimestampTypeDef]
|
|
723
761
|
ShardFilter: NotRequired[ShardFilterTypeDef]
|
|
724
762
|
StreamARN: NotRequired[str]
|
|
763
|
+
StreamId: NotRequired[str]
|
|
725
764
|
|
|
726
765
|
|
|
727
766
|
class SubscribeToShardInputTypeDef(TypedDict):
|
|
728
767
|
ConsumerARN: str
|
|
729
768
|
ShardId: str
|
|
730
769
|
StartingPosition: StartingPositionTypeDef
|
|
770
|
+
StreamId: NotRequired[str]
|
|
731
771
|
|
|
732
772
|
|
|
733
773
|
class ListShardsOutputTypeDef(TypedDict):
|
mypy_boto3_kinesis/type_defs.pyi
CHANGED
|
@@ -3,7 +3,7 @@ Type annotations for kinesis service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -149,6 +149,7 @@ class AddTagsToStreamInputTypeDef(TypedDict):
|
|
|
149
149
|
Tags: Mapping[str, str]
|
|
150
150
|
StreamName: NotRequired[str]
|
|
151
151
|
StreamARN: NotRequired[str]
|
|
152
|
+
StreamId: NotRequired[str]
|
|
152
153
|
|
|
153
154
|
BlobTypeDef = Union[str, bytes, IO[Any], StreamingBody]
|
|
154
155
|
|
|
@@ -176,19 +177,23 @@ class DecreaseStreamRetentionPeriodInputTypeDef(TypedDict):
|
|
|
176
177
|
RetentionPeriodHours: int
|
|
177
178
|
StreamName: NotRequired[str]
|
|
178
179
|
StreamARN: NotRequired[str]
|
|
180
|
+
StreamId: NotRequired[str]
|
|
179
181
|
|
|
180
182
|
class DeleteResourcePolicyInputTypeDef(TypedDict):
|
|
181
183
|
ResourceARN: str
|
|
184
|
+
StreamId: NotRequired[str]
|
|
182
185
|
|
|
183
186
|
class DeleteStreamInputTypeDef(TypedDict):
|
|
184
187
|
StreamName: NotRequired[str]
|
|
185
188
|
EnforceConsumerDeletion: NotRequired[bool]
|
|
186
189
|
StreamARN: NotRequired[str]
|
|
190
|
+
StreamId: NotRequired[str]
|
|
187
191
|
|
|
188
192
|
class DeregisterStreamConsumerInputTypeDef(TypedDict):
|
|
189
193
|
StreamARN: NotRequired[str]
|
|
190
194
|
ConsumerName: NotRequired[str]
|
|
191
195
|
ConsumerARN: NotRequired[str]
|
|
196
|
+
StreamId: NotRequired[str]
|
|
192
197
|
|
|
193
198
|
class MinimumThroughputBillingCommitmentOutputTypeDef(TypedDict):
|
|
194
199
|
Status: MinimumThroughputBillingCommitmentOutputStatusType
|
|
@@ -207,6 +212,7 @@ class DescribeStreamConsumerInputTypeDef(TypedDict):
|
|
|
207
212
|
StreamARN: NotRequired[str]
|
|
208
213
|
ConsumerName: NotRequired[str]
|
|
209
214
|
ConsumerARN: NotRequired[str]
|
|
215
|
+
StreamId: NotRequired[str]
|
|
210
216
|
|
|
211
217
|
class PaginatorConfigTypeDef(TypedDict):
|
|
212
218
|
MaxItems: NotRequired[int]
|
|
@@ -218,6 +224,7 @@ class DescribeStreamInputTypeDef(TypedDict):
|
|
|
218
224
|
Limit: NotRequired[int]
|
|
219
225
|
ExclusiveStartShardId: NotRequired[str]
|
|
220
226
|
StreamARN: NotRequired[str]
|
|
227
|
+
StreamId: NotRequired[str]
|
|
221
228
|
|
|
222
229
|
class WaiterConfigTypeDef(TypedDict):
|
|
223
230
|
Delay: NotRequired[int]
|
|
@@ -226,16 +233,19 @@ class WaiterConfigTypeDef(TypedDict):
|
|
|
226
233
|
class DescribeStreamSummaryInputTypeDef(TypedDict):
|
|
227
234
|
StreamName: NotRequired[str]
|
|
228
235
|
StreamARN: NotRequired[str]
|
|
236
|
+
StreamId: NotRequired[str]
|
|
229
237
|
|
|
230
238
|
class DisableEnhancedMonitoringInputTypeDef(TypedDict):
|
|
231
239
|
ShardLevelMetrics: Sequence[MetricsNameType]
|
|
232
240
|
StreamName: NotRequired[str]
|
|
233
241
|
StreamARN: NotRequired[str]
|
|
242
|
+
StreamId: NotRequired[str]
|
|
234
243
|
|
|
235
244
|
class EnableEnhancedMonitoringInputTypeDef(TypedDict):
|
|
236
245
|
ShardLevelMetrics: Sequence[MetricsNameType]
|
|
237
246
|
StreamName: NotRequired[str]
|
|
238
247
|
StreamARN: NotRequired[str]
|
|
248
|
+
StreamId: NotRequired[str]
|
|
239
249
|
|
|
240
250
|
class EnhancedMetricsTypeDef(TypedDict):
|
|
241
251
|
ShardLevelMetrics: NotRequired[list[MetricsNameType]]
|
|
@@ -244,6 +254,7 @@ class GetRecordsInputTypeDef(TypedDict):
|
|
|
244
254
|
ShardIterator: str
|
|
245
255
|
Limit: NotRequired[int]
|
|
246
256
|
StreamARN: NotRequired[str]
|
|
257
|
+
StreamId: NotRequired[str]
|
|
247
258
|
|
|
248
259
|
class RecordTypeDef(TypedDict):
|
|
249
260
|
SequenceNumber: str
|
|
@@ -254,6 +265,7 @@ class RecordTypeDef(TypedDict):
|
|
|
254
265
|
|
|
255
266
|
class GetResourcePolicyInputTypeDef(TypedDict):
|
|
256
267
|
ResourceARN: str
|
|
268
|
+
StreamId: NotRequired[str]
|
|
257
269
|
|
|
258
270
|
TimestampTypeDef = Union[datetime, str]
|
|
259
271
|
|
|
@@ -261,6 +273,7 @@ class IncreaseStreamRetentionPeriodInputTypeDef(TypedDict):
|
|
|
261
273
|
RetentionPeriodHours: int
|
|
262
274
|
StreamName: NotRequired[str]
|
|
263
275
|
StreamARN: NotRequired[str]
|
|
276
|
+
StreamId: NotRequired[str]
|
|
264
277
|
|
|
265
278
|
class InternalFailureExceptionTypeDef(TypedDict):
|
|
266
279
|
message: NotRequired[str]
|
|
@@ -290,6 +303,7 @@ class ListStreamsInputTypeDef(TypedDict):
|
|
|
290
303
|
|
|
291
304
|
class ListTagsForResourceInputTypeDef(TypedDict):
|
|
292
305
|
ResourceARN: str
|
|
306
|
+
StreamId: NotRequired[str]
|
|
293
307
|
|
|
294
308
|
class TagTypeDef(TypedDict):
|
|
295
309
|
Key: str
|
|
@@ -300,12 +314,14 @@ class ListTagsForStreamInputTypeDef(TypedDict):
|
|
|
300
314
|
ExclusiveStartTagKey: NotRequired[str]
|
|
301
315
|
Limit: NotRequired[int]
|
|
302
316
|
StreamARN: NotRequired[str]
|
|
317
|
+
StreamId: NotRequired[str]
|
|
303
318
|
|
|
304
319
|
class MergeShardsInputTypeDef(TypedDict):
|
|
305
320
|
ShardToMerge: str
|
|
306
321
|
AdjacentShardToMerge: str
|
|
307
322
|
StreamName: NotRequired[str]
|
|
308
323
|
StreamARN: NotRequired[str]
|
|
324
|
+
StreamId: NotRequired[str]
|
|
309
325
|
|
|
310
326
|
class MinimumThroughputBillingCommitmentInputTypeDef(TypedDict):
|
|
311
327
|
Status: MinimumThroughputBillingCommitmentInputStatusType
|
|
@@ -319,16 +335,19 @@ class PutRecordsResultEntryTypeDef(TypedDict):
|
|
|
319
335
|
class PutResourcePolicyInputTypeDef(TypedDict):
|
|
320
336
|
ResourceARN: str
|
|
321
337
|
Policy: str
|
|
338
|
+
StreamId: NotRequired[str]
|
|
322
339
|
|
|
323
340
|
class RegisterStreamConsumerInputTypeDef(TypedDict):
|
|
324
341
|
StreamARN: str
|
|
325
342
|
ConsumerName: str
|
|
343
|
+
StreamId: NotRequired[str]
|
|
326
344
|
Tags: NotRequired[Mapping[str, str]]
|
|
327
345
|
|
|
328
346
|
class RemoveTagsFromStreamInputTypeDef(TypedDict):
|
|
329
347
|
TagKeys: Sequence[str]
|
|
330
348
|
StreamName: NotRequired[str]
|
|
331
349
|
StreamARN: NotRequired[str]
|
|
350
|
+
StreamId: NotRequired[str]
|
|
332
351
|
|
|
333
352
|
class ResourceInUseExceptionTypeDef(TypedDict):
|
|
334
353
|
message: NotRequired[str]
|
|
@@ -345,18 +364,21 @@ class SplitShardInputTypeDef(TypedDict):
|
|
|
345
364
|
NewStartingHashKey: str
|
|
346
365
|
StreamName: NotRequired[str]
|
|
347
366
|
StreamARN: NotRequired[str]
|
|
367
|
+
StreamId: NotRequired[str]
|
|
348
368
|
|
|
349
369
|
class StartStreamEncryptionInputTypeDef(TypedDict):
|
|
350
370
|
EncryptionType: EncryptionTypeType
|
|
351
371
|
KeyId: str
|
|
352
372
|
StreamName: NotRequired[str]
|
|
353
373
|
StreamARN: NotRequired[str]
|
|
374
|
+
StreamId: NotRequired[str]
|
|
354
375
|
|
|
355
376
|
class StopStreamEncryptionInputTypeDef(TypedDict):
|
|
356
377
|
EncryptionType: EncryptionTypeType
|
|
357
378
|
KeyId: str
|
|
358
379
|
StreamName: NotRequired[str]
|
|
359
380
|
StreamARN: NotRequired[str]
|
|
381
|
+
StreamId: NotRequired[str]
|
|
360
382
|
|
|
361
383
|
class WarmThroughputObjectTypeDef(TypedDict):
|
|
362
384
|
TargetMiBps: NotRequired[int]
|
|
@@ -365,25 +387,30 @@ class WarmThroughputObjectTypeDef(TypedDict):
|
|
|
365
387
|
class TagResourceInputTypeDef(TypedDict):
|
|
366
388
|
Tags: Mapping[str, str]
|
|
367
389
|
ResourceARN: str
|
|
390
|
+
StreamId: NotRequired[str]
|
|
368
391
|
|
|
369
392
|
class UntagResourceInputTypeDef(TypedDict):
|
|
370
393
|
TagKeys: Sequence[str]
|
|
371
394
|
ResourceARN: str
|
|
395
|
+
StreamId: NotRequired[str]
|
|
372
396
|
|
|
373
397
|
class UpdateMaxRecordSizeInputTypeDef(TypedDict):
|
|
374
398
|
MaxRecordSizeInKiB: int
|
|
375
399
|
StreamARN: NotRequired[str]
|
|
400
|
+
StreamId: NotRequired[str]
|
|
376
401
|
|
|
377
402
|
class UpdateShardCountInputTypeDef(TypedDict):
|
|
378
403
|
TargetShardCount: int
|
|
379
404
|
ScalingType: Literal["UNIFORM_SCALING"]
|
|
380
405
|
StreamName: NotRequired[str]
|
|
381
406
|
StreamARN: NotRequired[str]
|
|
407
|
+
StreamId: NotRequired[str]
|
|
382
408
|
|
|
383
409
|
class UpdateStreamWarmThroughputInputTypeDef(TypedDict):
|
|
384
410
|
WarmThroughputMiBps: int
|
|
385
411
|
StreamARN: NotRequired[str]
|
|
386
412
|
StreamName: NotRequired[str]
|
|
413
|
+
StreamId: NotRequired[str]
|
|
387
414
|
|
|
388
415
|
class PutRecordInputTypeDef(TypedDict):
|
|
389
416
|
Data: BlobTypeDef
|
|
@@ -392,6 +419,7 @@ class PutRecordInputTypeDef(TypedDict):
|
|
|
392
419
|
ExplicitHashKey: NotRequired[str]
|
|
393
420
|
SequenceNumberForOrdering: NotRequired[str]
|
|
394
421
|
StreamARN: NotRequired[str]
|
|
422
|
+
StreamId: NotRequired[str]
|
|
395
423
|
|
|
396
424
|
class PutRecordsRequestEntryTypeDef(TypedDict):
|
|
397
425
|
Data: BlobTypeDef
|
|
@@ -421,6 +449,7 @@ class StreamSummaryTypeDef(TypedDict):
|
|
|
421
449
|
class UpdateStreamModeInputTypeDef(TypedDict):
|
|
422
450
|
StreamARN: str
|
|
423
451
|
StreamModeDetails: StreamModeDetailsTypeDef
|
|
452
|
+
StreamId: NotRequired[str]
|
|
424
453
|
WarmThroughputMiBps: NotRequired[int]
|
|
425
454
|
|
|
426
455
|
class DescribeAccountSettingsOutputTypeDef(TypedDict):
|
|
@@ -485,6 +514,7 @@ class UpdateShardCountOutputTypeDef(TypedDict):
|
|
|
485
514
|
class DescribeStreamInputPaginateTypeDef(TypedDict):
|
|
486
515
|
StreamName: NotRequired[str]
|
|
487
516
|
StreamARN: NotRequired[str]
|
|
517
|
+
StreamId: NotRequired[str]
|
|
488
518
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
489
519
|
|
|
490
520
|
class ListStreamsInputPaginateTypeDef(TypedDict):
|
|
@@ -496,6 +526,7 @@ class DescribeStreamInputWaitExtraTypeDef(TypedDict):
|
|
|
496
526
|
Limit: NotRequired[int]
|
|
497
527
|
ExclusiveStartShardId: NotRequired[str]
|
|
498
528
|
StreamARN: NotRequired[str]
|
|
529
|
+
StreamId: NotRequired[str]
|
|
499
530
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
500
531
|
|
|
501
532
|
class DescribeStreamInputWaitTypeDef(TypedDict):
|
|
@@ -503,6 +534,7 @@ class DescribeStreamInputWaitTypeDef(TypedDict):
|
|
|
503
534
|
Limit: NotRequired[int]
|
|
504
535
|
ExclusiveStartShardId: NotRequired[str]
|
|
505
536
|
StreamARN: NotRequired[str]
|
|
537
|
+
StreamId: NotRequired[str]
|
|
506
538
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
507
539
|
|
|
508
540
|
class GetShardIteratorInputTypeDef(TypedDict):
|
|
@@ -512,10 +544,12 @@ class GetShardIteratorInputTypeDef(TypedDict):
|
|
|
512
544
|
StartingSequenceNumber: NotRequired[str]
|
|
513
545
|
Timestamp: NotRequired[TimestampTypeDef]
|
|
514
546
|
StreamARN: NotRequired[str]
|
|
547
|
+
StreamId: NotRequired[str]
|
|
515
548
|
|
|
516
549
|
class ListStreamConsumersInputPaginateTypeDef(TypedDict):
|
|
517
550
|
StreamARN: str
|
|
518
551
|
StreamCreationTimestamp: NotRequired[TimestampTypeDef]
|
|
552
|
+
StreamId: NotRequired[str]
|
|
519
553
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
520
554
|
|
|
521
555
|
class ListStreamConsumersInputTypeDef(TypedDict):
|
|
@@ -523,6 +557,7 @@ class ListStreamConsumersInputTypeDef(TypedDict):
|
|
|
523
557
|
NextToken: NotRequired[str]
|
|
524
558
|
MaxResults: NotRequired[int]
|
|
525
559
|
StreamCreationTimestamp: NotRequired[TimestampTypeDef]
|
|
560
|
+
StreamId: NotRequired[str]
|
|
526
561
|
|
|
527
562
|
ShardFilterTypeDef = TypedDict(
|
|
528
563
|
"ShardFilterTypeDef",
|
|
@@ -574,6 +609,7 @@ class StreamDescriptionSummaryTypeDef(TypedDict):
|
|
|
574
609
|
StreamCreationTimestamp: datetime
|
|
575
610
|
EnhancedMonitoring: list[EnhancedMetricsTypeDef]
|
|
576
611
|
OpenShardCount: int
|
|
612
|
+
StreamId: NotRequired[str]
|
|
577
613
|
StreamModeDetails: NotRequired[StreamModeDetailsTypeDef]
|
|
578
614
|
EncryptionType: NotRequired[EncryptionTypeType]
|
|
579
615
|
KeyId: NotRequired[str]
|
|
@@ -591,6 +627,7 @@ class PutRecordsInputTypeDef(TypedDict):
|
|
|
591
627
|
Records: Sequence[PutRecordsRequestEntryTypeDef]
|
|
592
628
|
StreamName: NotRequired[str]
|
|
593
629
|
StreamARN: NotRequired[str]
|
|
630
|
+
StreamId: NotRequired[str]
|
|
594
631
|
|
|
595
632
|
class GetRecordsOutputTypeDef(TypedDict):
|
|
596
633
|
Records: list[RecordTypeDef]
|
|
@@ -618,6 +655,7 @@ class ListShardsInputPaginateTypeDef(TypedDict):
|
|
|
618
655
|
StreamCreationTimestamp: NotRequired[TimestampTypeDef]
|
|
619
656
|
ShardFilter: NotRequired[ShardFilterTypeDef]
|
|
620
657
|
StreamARN: NotRequired[str]
|
|
658
|
+
StreamId: NotRequired[str]
|
|
621
659
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
622
660
|
|
|
623
661
|
class ListShardsInputTypeDef(TypedDict):
|
|
@@ -628,11 +666,13 @@ class ListShardsInputTypeDef(TypedDict):
|
|
|
628
666
|
StreamCreationTimestamp: NotRequired[TimestampTypeDef]
|
|
629
667
|
ShardFilter: NotRequired[ShardFilterTypeDef]
|
|
630
668
|
StreamARN: NotRequired[str]
|
|
669
|
+
StreamId: NotRequired[str]
|
|
631
670
|
|
|
632
671
|
class SubscribeToShardInputTypeDef(TypedDict):
|
|
633
672
|
ConsumerARN: str
|
|
634
673
|
ShardId: str
|
|
635
674
|
StartingPosition: StartingPositionTypeDef
|
|
675
|
+
StreamId: NotRequired[str]
|
|
636
676
|
|
|
637
677
|
class ListShardsOutputTypeDef(TypedDict):
|
|
638
678
|
Shards: list[ShardTypeDef]
|
mypy_boto3_kinesis/version.py
CHANGED
mypy_boto3_kinesis/waiter.py
CHANGED
mypy_boto3_kinesis/waiter.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-kinesis
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 Kinesis 1.42.
|
|
3
|
+
Version: 1.42.41
|
|
4
|
+
Summary: Type annotations for boto3 Kinesis 1.42.41 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Kinesis 1.42.
|
|
45
|
+
Type annotations for [boto3 Kinesis 1.42.41](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.41' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `Kinesis` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_kinesis/__init__.py,sha256=61gx96PcXxiMXCdZjAmq391PN34jL4Q6-pUBRe5GAjE,1627
|
|
2
|
+
mypy_boto3_kinesis/__init__.pyi,sha256=63_IIRxCVw95h3O_0pFDxOcYrc1z1ZTHwyJy18UXS94,1626
|
|
3
|
+
mypy_boto3_kinesis/__main__.py,sha256=dzHsjo3_y0EnzJGCOun8piqo68RSS2P8lzfgcYZHccg,984
|
|
4
|
+
mypy_boto3_kinesis/client.py,sha256=gpPy23IoIQgmIAHYwi-Wl6B4xeLnu8mVE58uRKBALRw,29255
|
|
5
|
+
mypy_boto3_kinesis/client.pyi,sha256=cnDFqbpY_5ROL_2IDVYALt58z7Ipd9zWLBugbIm9ijc,29252
|
|
6
|
+
mypy_boto3_kinesis/literals.py,sha256=WjmPvv02a4c8ZRr17-gNUNX9BzeSn_KbgevQQTfi2U0,11747
|
|
7
|
+
mypy_boto3_kinesis/literals.pyi,sha256=3HQBAUXInnimqCS9lhGBXkKKpUrjzAmClk09wJXNfN4,11745
|
|
8
|
+
mypy_boto3_kinesis/paginator.py,sha256=TnU5_kZIe2RyUd_uUhMXi6l5beiMRDnnBPWIOS0_sAI,5975
|
|
9
|
+
mypy_boto3_kinesis/paginator.pyi,sha256=rzSzNAfT8De0W9TOWt3NvRrTB7HLydiXnC86q5nmWPY,5962
|
|
10
|
+
mypy_boto3_kinesis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_kinesis/type_defs.py,sha256=dz868ao1qxIN7QZXQr2GbgUL81JJFT9yBR26uvAg5KA,22762
|
|
12
|
+
mypy_boto3_kinesis/type_defs.pyi,sha256=2WF6u3efGz4XPGZfPYBrB-q503y-1HrVhbK4bbJT1JA,22661
|
|
13
|
+
mypy_boto3_kinesis/version.py,sha256=0Jo1Qn2U_oFgqL4nO3MxO2uNNRY6W5kOpGYz8AyqYcE,93
|
|
14
|
+
mypy_boto3_kinesis/waiter.py,sha256=Cc2dHLzuBb9EHYzsnineezaDTy0xq_fwadCDCDii8uA,2644
|
|
15
|
+
mypy_boto3_kinesis/waiter.pyi,sha256=DCPwbw4xVYDFPL-wilGx27cmpTUAR0g1vCQit0VpvFY,2639
|
|
16
|
+
mypy_boto3_kinesis-1.42.41.dist-info/licenses/LICENSE,sha256=MdPBcMOA_mXHmAaBn41qTH8zP7qsdQfRAIxNJaCq-wE,1070
|
|
17
|
+
mypy_boto3_kinesis-1.42.41.dist-info/METADATA,sha256=vKNPXyn4DrNJpLjqYE7xMy8vWuke3Z8WSJwSsB6TmAg,15621
|
|
18
|
+
mypy_boto3_kinesis-1.42.41.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
19
|
+
mypy_boto3_kinesis-1.42.41.dist-info/top_level.txt,sha256=Kqd0fpFV60VgCylCPAkGxClbQclLdFRYnSY5JsAj_7Y,19
|
|
20
|
+
mypy_boto3_kinesis-1.42.41.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_kinesis/__init__.py,sha256=c6fbT8jb7LdZvC-Ka75wS-cvI8rHMsZs2wZjfo9-VkI,1627
|
|
2
|
-
mypy_boto3_kinesis/__init__.pyi,sha256=Wr8W1sGtUbfytB2BETNxIgcW52e5sxoLWa02XtiGUrM,1626
|
|
3
|
-
mypy_boto3_kinesis/__main__.py,sha256=fzuZnJmdpULxTSy0kpYnqdQi7R-Ba1uWc5RKsG8v7BU,981
|
|
4
|
-
mypy_boto3_kinesis/client.py,sha256=na_BuyKN2XNB6LVLBaPTV-HdxMgStWe3DZgoCMdYF1w,29255
|
|
5
|
-
mypy_boto3_kinesis/client.pyi,sha256=av8ETzJ5BcXliUFYUXGXC84zQbpaNo5hWr3r6IXif_4,29252
|
|
6
|
-
mypy_boto3_kinesis/literals.py,sha256=a8SXPdRgdw_kfrKyTJYD4LqGExaY4JJnV8A_W-ufQHU,11759
|
|
7
|
-
mypy_boto3_kinesis/literals.pyi,sha256=OZxWAgqZbcoMJ7NKBKAiwzcc03cG9Y_OeKv8AgbXdHE,11757
|
|
8
|
-
mypy_boto3_kinesis/paginator.py,sha256=tQw5iLbSfpfQpFOZO6F7E7iLl5Wa6UHVOV5NNsOSHq8,5975
|
|
9
|
-
mypy_boto3_kinesis/paginator.pyi,sha256=eKr2_uKm1SsXf32Al035W92u-GqKlcnyyN93603hREk,5962
|
|
10
|
-
mypy_boto3_kinesis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_kinesis/type_defs.py,sha256=ti4uwxTIh9zKcHB5faJ6HY7MiW28X4P71wNFuK5oS0E,21522
|
|
12
|
-
mypy_boto3_kinesis/type_defs.pyi,sha256=pzDue-YPJv8K9GN15XXlMcLSTsoOZS5b4pn63tN_lVI,21421
|
|
13
|
-
mypy_boto3_kinesis/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
|
-
mypy_boto3_kinesis/waiter.py,sha256=Rfx1x2yamg1d6o_e2_gSQMFljf5P-DW3KquwwTzeiUE,2644
|
|
15
|
-
mypy_boto3_kinesis/waiter.pyi,sha256=yTr9drWEjmfYOnOJoGVXXjj3008HPVJfLoKokt4Oxeg,2639
|
|
16
|
-
mypy_boto3_kinesis-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
mypy_boto3_kinesis-1.42.3.dist-info/METADATA,sha256=PhIhw_lgXHR6hCsZtQ2NJJJwpO0vE3nghgy2lHcYm4E,15617
|
|
18
|
-
mypy_boto3_kinesis-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
mypy_boto3_kinesis-1.42.3.dist-info/top_level.txt,sha256=Kqd0fpFV60VgCylCPAkGxClbQclLdFRYnSY5JsAj_7Y,19
|
|
20
|
-
mypy_boto3_kinesis-1.42.3.dist-info/RECORD,,
|
|
File without changes
|