mypy-boto3-kinesis 1.40.0__py3-none-any.whl → 1.40.64__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/__main__.py +3 -3
- mypy_boto3_kinesis/client.py +12 -0
- mypy_boto3_kinesis/client.pyi +12 -0
- mypy_boto3_kinesis/literals.py +6 -20
- mypy_boto3_kinesis/literals.pyi +6 -20
- mypy_boto3_kinesis/type_defs.py +8 -0
- mypy_boto3_kinesis/type_defs.pyi +7 -0
- mypy_boto3_kinesis/version.py +1 -1
- {mypy_boto3_kinesis-1.40.0.dist-info → mypy_boto3_kinesis-1.40.64.dist-info}/METADATA +4 -4
- mypy_boto3_kinesis-1.40.64.dist-info/RECORD +20 -0
- mypy_boto3_kinesis-1.40.0.dist-info/RECORD +0 -20
- {mypy_boto3_kinesis-1.40.0.dist-info → mypy_boto3_kinesis-1.40.64.dist-info}/WHEEL +0 -0
- {mypy_boto3_kinesis-1.40.0.dist-info → mypy_boto3_kinesis-1.40.64.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_kinesis-1.40.0.dist-info → mypy_boto3_kinesis-1.40.64.dist-info}/top_level.txt +0 -0
mypy_boto3_kinesis/__main__.py
CHANGED
|
@@ -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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 Kinesis 1.40.64\n"
|
|
16
|
+
"Version: 1.40.64\n"
|
|
17
17
|
"Builder version: 8.11.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.40.
|
|
29
|
+
sys.stdout.write("1.40.64\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_kinesis/client.py
CHANGED
|
@@ -82,6 +82,7 @@ from .type_defs import (
|
|
|
82
82
|
SubscribeToShardOutputTypeDef,
|
|
83
83
|
TagResourceInputTypeDef,
|
|
84
84
|
UntagResourceInputTypeDef,
|
|
85
|
+
UpdateMaxRecordSizeInputTypeDef,
|
|
85
86
|
UpdateShardCountInputTypeDef,
|
|
86
87
|
UpdateShardCountOutputTypeDef,
|
|
87
88
|
UpdateStreamModeInputTypeDef,
|
|
@@ -484,6 +485,17 @@ class KinesisClient(BaseClient):
|
|
|
484
485
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#untag_resource)
|
|
485
486
|
"""
|
|
486
487
|
|
|
488
|
+
def update_max_record_size(
|
|
489
|
+
self, **kwargs: Unpack[UpdateMaxRecordSizeInputTypeDef]
|
|
490
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
491
|
+
"""
|
|
492
|
+
This allows you to update the <code>MaxRecordSize</code> of a single record
|
|
493
|
+
that you can write to, and read from a stream.
|
|
494
|
+
|
|
495
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/update_max_record_size.html)
|
|
496
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#update_max_record_size)
|
|
497
|
+
"""
|
|
498
|
+
|
|
487
499
|
def update_shard_count(
|
|
488
500
|
self, **kwargs: Unpack[UpdateShardCountInputTypeDef]
|
|
489
501
|
) -> UpdateShardCountOutputTypeDef:
|
mypy_boto3_kinesis/client.pyi
CHANGED
|
@@ -82,6 +82,7 @@ from .type_defs import (
|
|
|
82
82
|
SubscribeToShardOutputTypeDef,
|
|
83
83
|
TagResourceInputTypeDef,
|
|
84
84
|
UntagResourceInputTypeDef,
|
|
85
|
+
UpdateMaxRecordSizeInputTypeDef,
|
|
85
86
|
UpdateShardCountInputTypeDef,
|
|
86
87
|
UpdateShardCountOutputTypeDef,
|
|
87
88
|
UpdateStreamModeInputTypeDef,
|
|
@@ -481,6 +482,17 @@ class KinesisClient(BaseClient):
|
|
|
481
482
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#untag_resource)
|
|
482
483
|
"""
|
|
483
484
|
|
|
485
|
+
def update_max_record_size(
|
|
486
|
+
self, **kwargs: Unpack[UpdateMaxRecordSizeInputTypeDef]
|
|
487
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
488
|
+
"""
|
|
489
|
+
This allows you to update the <code>MaxRecordSize</code> of a single record
|
|
490
|
+
that you can write to, and read from a stream.
|
|
491
|
+
|
|
492
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/client/update_max_record_size.html)
|
|
493
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#update_max_record_size)
|
|
494
|
+
"""
|
|
495
|
+
|
|
484
496
|
def update_shard_count(
|
|
485
497
|
self, **kwargs: Unpack[UpdateShardCountInputTypeDef]
|
|
486
498
|
) -> UpdateShardCountOutputTypeDef:
|
mypy_boto3_kinesis/literals.py
CHANGED
|
@@ -105,7 +105,7 @@ ServiceName = Literal[
|
|
|
105
105
|
"apprunner",
|
|
106
106
|
"appstream",
|
|
107
107
|
"appsync",
|
|
108
|
-
"
|
|
108
|
+
"arc-region-switch",
|
|
109
109
|
"arc-zonal-shift",
|
|
110
110
|
"artifact",
|
|
111
111
|
"athena",
|
|
@@ -117,8 +117,10 @@ ServiceName = Literal[
|
|
|
117
117
|
"backup-gateway",
|
|
118
118
|
"backupsearch",
|
|
119
119
|
"batch",
|
|
120
|
+
"bcm-dashboards",
|
|
120
121
|
"bcm-data-exports",
|
|
121
122
|
"bcm-pricing-calculator",
|
|
123
|
+
"bcm-recommended-actions",
|
|
122
124
|
"bedrock",
|
|
123
125
|
"bedrock-agent",
|
|
124
126
|
"bedrock-agent-runtime",
|
|
@@ -270,7 +272,6 @@ ServiceName = Literal[
|
|
|
270
272
|
"iotdeviceadvisor",
|
|
271
273
|
"iotevents",
|
|
272
274
|
"iotevents-data",
|
|
273
|
-
"iotfleethub",
|
|
274
275
|
"iotfleetwise",
|
|
275
276
|
"iotsecuretunneling",
|
|
276
277
|
"iotsitewise",
|
|
@@ -309,8 +310,6 @@ ServiceName = Literal[
|
|
|
309
310
|
"location",
|
|
310
311
|
"logs",
|
|
311
312
|
"lookoutequipment",
|
|
312
|
-
"lookoutmetrics",
|
|
313
|
-
"lookoutvision",
|
|
314
313
|
"m2",
|
|
315
314
|
"machinelearning",
|
|
316
315
|
"macie2",
|
|
@@ -360,8 +359,6 @@ ServiceName = Literal[
|
|
|
360
359
|
"omics",
|
|
361
360
|
"opensearch",
|
|
362
361
|
"opensearchserverless",
|
|
363
|
-
"opsworks",
|
|
364
|
-
"opsworkscm",
|
|
365
362
|
"organizations",
|
|
366
363
|
"osis",
|
|
367
364
|
"outposts",
|
|
@@ -387,8 +384,6 @@ ServiceName = Literal[
|
|
|
387
384
|
"qapps",
|
|
388
385
|
"qbusiness",
|
|
389
386
|
"qconnect",
|
|
390
|
-
"qldb",
|
|
391
|
-
"qldb-session",
|
|
392
387
|
"quicksight",
|
|
393
388
|
"ram",
|
|
394
389
|
"rbin",
|
|
@@ -403,7 +398,6 @@ ServiceName = Literal[
|
|
|
403
398
|
"resource-explorer-2",
|
|
404
399
|
"resource-groups",
|
|
405
400
|
"resourcegroupstaggingapi",
|
|
406
|
-
"robomaker",
|
|
407
401
|
"rolesanywhere",
|
|
408
402
|
"route53",
|
|
409
403
|
"route53-recovery-cluster",
|
|
@@ -412,6 +406,7 @@ ServiceName = Literal[
|
|
|
412
406
|
"route53domains",
|
|
413
407
|
"route53profiles",
|
|
414
408
|
"route53resolver",
|
|
409
|
+
"rtbfabric",
|
|
415
410
|
"rum",
|
|
416
411
|
"s3",
|
|
417
412
|
"s3control",
|
|
@@ -443,7 +438,6 @@ ServiceName = Literal[
|
|
|
443
438
|
"shield",
|
|
444
439
|
"signer",
|
|
445
440
|
"simspaceweaver",
|
|
446
|
-
"sms",
|
|
447
441
|
"snow-device-management",
|
|
448
442
|
"snowball",
|
|
449
443
|
"sns",
|
|
@@ -494,16 +488,7 @@ ServiceName = Literal[
|
|
|
494
488
|
"xray",
|
|
495
489
|
]
|
|
496
490
|
ResourceServiceName = Literal[
|
|
497
|
-
"cloudformation",
|
|
498
|
-
"cloudwatch",
|
|
499
|
-
"dynamodb",
|
|
500
|
-
"ec2",
|
|
501
|
-
"glacier",
|
|
502
|
-
"iam",
|
|
503
|
-
"opsworks",
|
|
504
|
-
"s3",
|
|
505
|
-
"sns",
|
|
506
|
-
"sqs",
|
|
491
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
507
492
|
]
|
|
508
493
|
PaginatorName = Literal["describe_stream", "list_shards", "list_stream_consumers", "list_streams"]
|
|
509
494
|
WaiterName = Literal["stream_exists", "stream_not_exists"]
|
|
@@ -521,6 +506,7 @@ RegionName = Literal[
|
|
|
521
506
|
"ap-southeast-3",
|
|
522
507
|
"ap-southeast-4",
|
|
523
508
|
"ap-southeast-5",
|
|
509
|
+
"ap-southeast-6",
|
|
524
510
|
"ap-southeast-7",
|
|
525
511
|
"ca-central-1",
|
|
526
512
|
"ca-west-1",
|
mypy_boto3_kinesis/literals.pyi
CHANGED
|
@@ -103,7 +103,7 @@ ServiceName = Literal[
|
|
|
103
103
|
"apprunner",
|
|
104
104
|
"appstream",
|
|
105
105
|
"appsync",
|
|
106
|
-
"
|
|
106
|
+
"arc-region-switch",
|
|
107
107
|
"arc-zonal-shift",
|
|
108
108
|
"artifact",
|
|
109
109
|
"athena",
|
|
@@ -115,8 +115,10 @@ ServiceName = Literal[
|
|
|
115
115
|
"backup-gateway",
|
|
116
116
|
"backupsearch",
|
|
117
117
|
"batch",
|
|
118
|
+
"bcm-dashboards",
|
|
118
119
|
"bcm-data-exports",
|
|
119
120
|
"bcm-pricing-calculator",
|
|
121
|
+
"bcm-recommended-actions",
|
|
120
122
|
"bedrock",
|
|
121
123
|
"bedrock-agent",
|
|
122
124
|
"bedrock-agent-runtime",
|
|
@@ -268,7 +270,6 @@ ServiceName = Literal[
|
|
|
268
270
|
"iotdeviceadvisor",
|
|
269
271
|
"iotevents",
|
|
270
272
|
"iotevents-data",
|
|
271
|
-
"iotfleethub",
|
|
272
273
|
"iotfleetwise",
|
|
273
274
|
"iotsecuretunneling",
|
|
274
275
|
"iotsitewise",
|
|
@@ -307,8 +308,6 @@ ServiceName = Literal[
|
|
|
307
308
|
"location",
|
|
308
309
|
"logs",
|
|
309
310
|
"lookoutequipment",
|
|
310
|
-
"lookoutmetrics",
|
|
311
|
-
"lookoutvision",
|
|
312
311
|
"m2",
|
|
313
312
|
"machinelearning",
|
|
314
313
|
"macie2",
|
|
@@ -358,8 +357,6 @@ ServiceName = Literal[
|
|
|
358
357
|
"omics",
|
|
359
358
|
"opensearch",
|
|
360
359
|
"opensearchserverless",
|
|
361
|
-
"opsworks",
|
|
362
|
-
"opsworkscm",
|
|
363
360
|
"organizations",
|
|
364
361
|
"osis",
|
|
365
362
|
"outposts",
|
|
@@ -385,8 +382,6 @@ ServiceName = Literal[
|
|
|
385
382
|
"qapps",
|
|
386
383
|
"qbusiness",
|
|
387
384
|
"qconnect",
|
|
388
|
-
"qldb",
|
|
389
|
-
"qldb-session",
|
|
390
385
|
"quicksight",
|
|
391
386
|
"ram",
|
|
392
387
|
"rbin",
|
|
@@ -401,7 +396,6 @@ ServiceName = Literal[
|
|
|
401
396
|
"resource-explorer-2",
|
|
402
397
|
"resource-groups",
|
|
403
398
|
"resourcegroupstaggingapi",
|
|
404
|
-
"robomaker",
|
|
405
399
|
"rolesanywhere",
|
|
406
400
|
"route53",
|
|
407
401
|
"route53-recovery-cluster",
|
|
@@ -410,6 +404,7 @@ ServiceName = Literal[
|
|
|
410
404
|
"route53domains",
|
|
411
405
|
"route53profiles",
|
|
412
406
|
"route53resolver",
|
|
407
|
+
"rtbfabric",
|
|
413
408
|
"rum",
|
|
414
409
|
"s3",
|
|
415
410
|
"s3control",
|
|
@@ -441,7 +436,6 @@ ServiceName = Literal[
|
|
|
441
436
|
"shield",
|
|
442
437
|
"signer",
|
|
443
438
|
"simspaceweaver",
|
|
444
|
-
"sms",
|
|
445
439
|
"snow-device-management",
|
|
446
440
|
"snowball",
|
|
447
441
|
"sns",
|
|
@@ -492,16 +486,7 @@ ServiceName = Literal[
|
|
|
492
486
|
"xray",
|
|
493
487
|
]
|
|
494
488
|
ResourceServiceName = Literal[
|
|
495
|
-
"cloudformation",
|
|
496
|
-
"cloudwatch",
|
|
497
|
-
"dynamodb",
|
|
498
|
-
"ec2",
|
|
499
|
-
"glacier",
|
|
500
|
-
"iam",
|
|
501
|
-
"opsworks",
|
|
502
|
-
"s3",
|
|
503
|
-
"sns",
|
|
504
|
-
"sqs",
|
|
489
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
505
490
|
]
|
|
506
491
|
PaginatorName = Literal["describe_stream", "list_shards", "list_stream_consumers", "list_streams"]
|
|
507
492
|
WaiterName = Literal["stream_exists", "stream_not_exists"]
|
|
@@ -519,6 +504,7 @@ RegionName = Literal[
|
|
|
519
504
|
"ap-southeast-3",
|
|
520
505
|
"ap-southeast-4",
|
|
521
506
|
"ap-southeast-5",
|
|
507
|
+
"ap-southeast-6",
|
|
522
508
|
"ap-southeast-7",
|
|
523
509
|
"ca-central-1",
|
|
524
510
|
"ca-west-1",
|
mypy_boto3_kinesis/type_defs.py
CHANGED
|
@@ -134,6 +134,7 @@ __all__ = (
|
|
|
134
134
|
"TagTypeDef",
|
|
135
135
|
"TimestampTypeDef",
|
|
136
136
|
"UntagResourceInputTypeDef",
|
|
137
|
+
"UpdateMaxRecordSizeInputTypeDef",
|
|
137
138
|
"UpdateShardCountInputTypeDef",
|
|
138
139
|
"UpdateShardCountOutputTypeDef",
|
|
139
140
|
"UpdateStreamModeInputTypeDef",
|
|
@@ -401,6 +402,11 @@ class UntagResourceInputTypeDef(TypedDict):
|
|
|
401
402
|
ResourceARN: str
|
|
402
403
|
|
|
403
404
|
|
|
405
|
+
class UpdateMaxRecordSizeInputTypeDef(TypedDict):
|
|
406
|
+
MaxRecordSizeInKiB: int
|
|
407
|
+
StreamARN: NotRequired[str]
|
|
408
|
+
|
|
409
|
+
|
|
404
410
|
class UpdateShardCountInputTypeDef(TypedDict):
|
|
405
411
|
TargetShardCount: int
|
|
406
412
|
ScalingType: Literal["UNIFORM_SCALING"]
|
|
@@ -434,6 +440,7 @@ class CreateStreamInputTypeDef(TypedDict):
|
|
|
434
440
|
ShardCount: NotRequired[int]
|
|
435
441
|
StreamModeDetails: NotRequired[StreamModeDetailsTypeDef]
|
|
436
442
|
Tags: NotRequired[Mapping[str, str]]
|
|
443
|
+
MaxRecordSizeInKiB: NotRequired[int]
|
|
437
444
|
|
|
438
445
|
|
|
439
446
|
class StreamSummaryTypeDef(TypedDict):
|
|
@@ -549,6 +556,7 @@ class StreamDescriptionSummaryTypeDef(TypedDict):
|
|
|
549
556
|
EncryptionType: NotRequired[EncryptionTypeType]
|
|
550
557
|
KeyId: NotRequired[str]
|
|
551
558
|
ConsumerCount: NotRequired[int]
|
|
559
|
+
MaxRecordSizeInKiB: NotRequired[int]
|
|
552
560
|
|
|
553
561
|
|
|
554
562
|
class GetShardIteratorInputTypeDef(TypedDict):
|
mypy_boto3_kinesis/type_defs.pyi
CHANGED
|
@@ -133,6 +133,7 @@ __all__ = (
|
|
|
133
133
|
"TagTypeDef",
|
|
134
134
|
"TimestampTypeDef",
|
|
135
135
|
"UntagResourceInputTypeDef",
|
|
136
|
+
"UpdateMaxRecordSizeInputTypeDef",
|
|
136
137
|
"UpdateShardCountInputTypeDef",
|
|
137
138
|
"UpdateShardCountOutputTypeDef",
|
|
138
139
|
"UpdateStreamModeInputTypeDef",
|
|
@@ -351,6 +352,10 @@ class UntagResourceInputTypeDef(TypedDict):
|
|
|
351
352
|
TagKeys: Sequence[str]
|
|
352
353
|
ResourceARN: str
|
|
353
354
|
|
|
355
|
+
class UpdateMaxRecordSizeInputTypeDef(TypedDict):
|
|
356
|
+
MaxRecordSizeInKiB: int
|
|
357
|
+
StreamARN: NotRequired[str]
|
|
358
|
+
|
|
354
359
|
class UpdateShardCountInputTypeDef(TypedDict):
|
|
355
360
|
TargetShardCount: int
|
|
356
361
|
ScalingType: Literal["UNIFORM_SCALING"]
|
|
@@ -380,6 +385,7 @@ class CreateStreamInputTypeDef(TypedDict):
|
|
|
380
385
|
ShardCount: NotRequired[int]
|
|
381
386
|
StreamModeDetails: NotRequired[StreamModeDetailsTypeDef]
|
|
382
387
|
Tags: NotRequired[Mapping[str, str]]
|
|
388
|
+
MaxRecordSizeInKiB: NotRequired[int]
|
|
383
389
|
|
|
384
390
|
class StreamSummaryTypeDef(TypedDict):
|
|
385
391
|
StreamName: str
|
|
@@ -478,6 +484,7 @@ class StreamDescriptionSummaryTypeDef(TypedDict):
|
|
|
478
484
|
EncryptionType: NotRequired[EncryptionTypeType]
|
|
479
485
|
KeyId: NotRequired[str]
|
|
480
486
|
ConsumerCount: NotRequired[int]
|
|
487
|
+
MaxRecordSizeInKiB: NotRequired[int]
|
|
481
488
|
|
|
482
489
|
class GetShardIteratorInputTypeDef(TypedDict):
|
|
483
490
|
ShardId: str
|
mypy_boto3_kinesis/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-kinesis
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 Kinesis 1.40.
|
|
3
|
+
Version: 1.40.64
|
|
4
|
+
Summary: Type annotations for boto3 Kinesis 1.40.64 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 Kinesis 1.40.
|
|
59
|
+
Type annotations for [boto3 Kinesis 1.40.64](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.64' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `Kinesis` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,20 @@
|
|
|
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=rs1kP-DGPI_VQimp2sxTLjonV9UN80tQs-ZsS3hi9Fs,984
|
|
4
|
+
mypy_boto3_kinesis/client.py,sha256=RMiKatsf2-Xk9DPsY2Ir2qrGxTZBk6B3XohwzCMO81s,27528
|
|
5
|
+
mypy_boto3_kinesis/client.pyi,sha256=qbTvQoMdaEANuGlFiYRbR4EsrQ_W8Sdbq06AZcsYUCM,27525
|
|
6
|
+
mypy_boto3_kinesis/literals.py,sha256=rGzqkXIK3wcThMuTcctq1lPvJjIIYRGVvNsUkjbF4Yo,11224
|
|
7
|
+
mypy_boto3_kinesis/literals.pyi,sha256=MwEEOQR0-vljSgYQSSu7OikiwhqSdO3yRTBCA3P0KrQ,11222
|
|
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=Ue-uNLVNzwlXhVRLvxRhNiD_OnglgzzfxUTF70eUDUI,19708
|
|
12
|
+
mypy_boto3_kinesis/type_defs.pyi,sha256=XUXRRa5Eu3Yc1aJ68_MeOYKY-X9Oxv3UW18EcK3dCQM,19615
|
|
13
|
+
mypy_boto3_kinesis/version.py,sha256=OHPC7HoA44uIF6yFy8xLZmr64QoXQIVmZo5EBcZ4Cv8,93
|
|
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.40.64.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_kinesis-1.40.64.dist-info/METADATA,sha256=rW5eBaj_k4QnFqg7kAokFRfbCoc5QbkOnHiiXmKhX_0,15952
|
|
18
|
+
mypy_boto3_kinesis-1.40.64.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
mypy_boto3_kinesis-1.40.64.dist-info/top_level.txt,sha256=Kqd0fpFV60VgCylCPAkGxClbQclLdFRYnSY5JsAj_7Y,19
|
|
20
|
+
mypy_boto3_kinesis-1.40.64.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=HqkrabVojDQEzZw8jZUJ0bRYonHw0cLdDBPFU6bCrU0,981
|
|
4
|
-
mypy_boto3_kinesis/client.py,sha256=OYA4XzFAFGacqocrY9veUqbWInnpFydF_sG2XX1aUn0,26902
|
|
5
|
-
mypy_boto3_kinesis/client.pyi,sha256=9J4xOXPdRosGz02v3bZs4e_CdSM-WnnMJe7rrYs0e-w,26899
|
|
6
|
-
mypy_boto3_kinesis/literals.py,sha256=j0byiI8RyyF3DgSVs0QX8StOJKWtHUtjuEoU_Xz1mLo,11327
|
|
7
|
-
mypy_boto3_kinesis/literals.pyi,sha256=B9XZGPa8D2j_3inkUifFD-xzUeZFIFzyCfLszs0mkFk,11325
|
|
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=O7Gl7feOp119lVxsdCqbGxu3NvlyvCgpZh-XRa_lWHM,19475
|
|
12
|
-
mypy_boto3_kinesis/type_defs.pyi,sha256=4_Zyr6CBKHiuJo_L5NORdSDwEElck0B5YtgU5jcO7uc,19383
|
|
13
|
-
mypy_boto3_kinesis/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,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.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
mypy_boto3_kinesis-1.40.0.dist-info/METADATA,sha256=sg_mrOsdK01cf6O9TT0he63VyydhQnZPv6FZheXbKhw,15948
|
|
18
|
-
mypy_boto3_kinesis-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
mypy_boto3_kinesis-1.40.0.dist-info/top_level.txt,sha256=Kqd0fpFV60VgCylCPAkGxClbQclLdFRYnSY5JsAj_7Y,19
|
|
20
|
-
mypy_boto3_kinesis-1.40.0.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_kinesis-1.40.0.dist-info → mypy_boto3_kinesis-1.40.64.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|