mypy-boto3-kinesis 1.29.0__py3-none-any.whl → 1.33.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.
@@ -10,7 +10,7 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.Kinesis 1.29.0\nVersion: 1.29.0\nBuilder version:"
13
+ "Type annotations for boto3.Kinesis 1.33.0\nVersion: 1.33.0\nBuilder version:"
14
14
  " 7.20.3\nDocs: "
15
15
  " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis//\nBoto3 docs: "
16
16
  " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis\nOther"
@@ -23,7 +23,7 @@ def print_version() -> None:
23
23
  """
24
24
  Print package version to stdout.
25
25
  """
26
- print("1.29.0")
26
+ print("1.33.0")
27
27
 
28
28
 
29
29
  def main() -> None:
@@ -35,6 +35,7 @@ from .type_defs import (
35
35
  EmptyResponseMetadataTypeDef,
36
36
  EnhancedMonitoringOutputTypeDef,
37
37
  GetRecordsOutputTypeDef,
38
+ GetResourcePolicyOutputTypeDef,
38
39
  GetShardIteratorOutputTypeDef,
39
40
  ListShardsOutputTypeDef,
40
41
  ListStreamConsumersOutputTypeDef,
@@ -159,6 +160,14 @@ class KinesisClient(BaseClient):
159
160
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#decrease_stream_retention_period)
160
161
  """
161
162
 
163
+ def delete_resource_policy(self, *, ResourceARN: str) -> EmptyResponseMetadataTypeDef:
164
+ """
165
+ Delete a policy for the specified data stream or consumer.
166
+
167
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client.delete_resource_policy)
168
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#delete_resource_policy)
169
+ """
170
+
162
171
  def delete_stream(
163
172
  self, *, StreamName: str = ..., EnforceConsumerDeletion: bool = ..., StreamARN: str = ...
164
173
  ) -> EmptyResponseMetadataTypeDef:
@@ -277,6 +286,14 @@ class KinesisClient(BaseClient):
277
286
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#get_records)
278
287
  """
279
288
 
289
+ def get_resource_policy(self, *, ResourceARN: str) -> GetResourcePolicyOutputTypeDef:
290
+ """
291
+ Returns a policy attached to the specified data stream or consumer.
292
+
293
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client.get_resource_policy)
294
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#get_resource_policy)
295
+ """
296
+
280
297
  def get_shard_iterator(
281
298
  self,
282
299
  *,
@@ -416,6 +433,14 @@ class KinesisClient(BaseClient):
416
433
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#put_records)
417
434
  """
418
435
 
436
+ def put_resource_policy(self, *, ResourceARN: str, Policy: str) -> EmptyResponseMetadataTypeDef:
437
+ """
438
+ Attaches a resource-based policy to a data stream or registered consumer.
439
+
440
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client.put_resource_policy)
441
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#put_resource_policy)
442
+ """
443
+
419
444
  def register_stream_consumer(
420
445
  self, *, StreamARN: str, ConsumerName: str
421
446
  ) -> RegisterStreamConsumerOutputTypeDef:
@@ -35,6 +35,7 @@ from .type_defs import (
35
35
  EmptyResponseMetadataTypeDef,
36
36
  EnhancedMonitoringOutputTypeDef,
37
37
  GetRecordsOutputTypeDef,
38
+ GetResourcePolicyOutputTypeDef,
38
39
  GetShardIteratorOutputTypeDef,
39
40
  ListShardsOutputTypeDef,
40
41
  ListStreamConsumersOutputTypeDef,
@@ -155,6 +156,14 @@ class KinesisClient(BaseClient):
155
156
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#decrease_stream_retention_period)
156
157
  """
157
158
 
159
+ def delete_resource_policy(self, *, ResourceARN: str) -> EmptyResponseMetadataTypeDef:
160
+ """
161
+ Delete a policy for the specified data stream or consumer.
162
+
163
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client.delete_resource_policy)
164
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#delete_resource_policy)
165
+ """
166
+
158
167
  def delete_stream(
159
168
  self, *, StreamName: str = ..., EnforceConsumerDeletion: bool = ..., StreamARN: str = ...
160
169
  ) -> EmptyResponseMetadataTypeDef:
@@ -273,6 +282,14 @@ class KinesisClient(BaseClient):
273
282
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#get_records)
274
283
  """
275
284
 
285
+ def get_resource_policy(self, *, ResourceARN: str) -> GetResourcePolicyOutputTypeDef:
286
+ """
287
+ Returns a policy attached to the specified data stream or consumer.
288
+
289
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client.get_resource_policy)
290
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#get_resource_policy)
291
+ """
292
+
276
293
  def get_shard_iterator(
277
294
  self,
278
295
  *,
@@ -412,6 +429,14 @@ class KinesisClient(BaseClient):
412
429
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#put_records)
413
430
  """
414
431
 
432
+ def put_resource_policy(self, *, ResourceARN: str, Policy: str) -> EmptyResponseMetadataTypeDef:
433
+ """
434
+ Attaches a resource-based policy to a data stream or registered consumer.
435
+
436
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client.put_resource_policy)
437
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/client/#put_resource_policy)
438
+ """
439
+
415
440
  def register_stream_consumer(
416
441
  self, *, StreamARN: str, ConsumerName: str
417
442
  ) -> RegisterStreamConsumerOutputTypeDef:
@@ -107,10 +107,12 @@ ServiceName = Literal[
107
107
  "auditmanager",
108
108
  "autoscaling",
109
109
  "autoscaling-plans",
110
+ "b2bi",
110
111
  "backup",
111
112
  "backup-gateway",
112
113
  "backupstorage",
113
114
  "batch",
115
+ "bcm-data-exports",
114
116
  "bedrock",
115
117
  "bedrock-runtime",
116
118
  "billingconductor",
@@ -129,6 +131,7 @@ ServiceName = Literal[
129
131
  "clouddirectory",
130
132
  "cloudformation",
131
133
  "cloudfront",
134
+ "cloudfront-keyvaluestore",
132
135
  "cloudhsm",
133
136
  "cloudhsmv2",
134
137
  "cloudsearch",
@@ -161,6 +164,7 @@ ServiceName = Literal[
161
164
  "connectcases",
162
165
  "connectparticipant",
163
166
  "controltower",
167
+ "cost-optimization-hub",
164
168
  "cur",
165
169
  "customer-profiles",
166
170
  "databrew",
@@ -190,6 +194,7 @@ ServiceName = Literal[
190
194
  "ecs",
191
195
  "efs",
192
196
  "eks",
197
+ "eks-auth",
193
198
  "elastic-inference",
194
199
  "elasticache",
195
200
  "elasticbeanstalk",
@@ -211,6 +216,7 @@ ServiceName = Literal[
211
216
  "forecast",
212
217
  "forecastquery",
213
218
  "frauddetector",
219
+ "freetier",
214
220
  "fsx",
215
221
  "gamelift",
216
222
  "glacier",
@@ -229,6 +235,7 @@ ServiceName = Literal[
229
235
  "imagebuilder",
230
236
  "importexport",
231
237
  "inspector",
238
+ "inspector-scan",
232
239
  "inspector2",
233
240
  "internetmonitor",
234
241
  "iot",
@@ -283,7 +290,6 @@ ServiceName = Literal[
283
290
  "lookoutvision",
284
291
  "m2",
285
292
  "machinelearning",
286
- "macie",
287
293
  "macie2",
288
294
  "managedblockchain",
289
295
  "managedblockchain-query",
@@ -354,6 +360,7 @@ ServiceName = Literal[
354
360
  "redshift-data",
355
361
  "redshift-serverless",
356
362
  "rekognition",
363
+ "repostspace",
357
364
  "resiliencehub",
358
365
  "resource-explorer-2",
359
366
  "resource-groups",
@@ -421,6 +428,7 @@ ServiceName = Literal[
421
428
  "transcribe",
422
429
  "transfer",
423
430
  "translate",
431
+ "trustedadvisor",
424
432
  "verifiedpermissions",
425
433
  "voice-id",
426
434
  "vpc-lattice",
@@ -434,6 +442,7 @@ ServiceName = Literal[
434
442
  "workmail",
435
443
  "workmailmessageflow",
436
444
  "workspaces",
445
+ "workspaces-thin-client",
437
446
  "workspaces-web",
438
447
  "xray",
439
448
  ]
@@ -105,10 +105,12 @@ ServiceName = Literal[
105
105
  "auditmanager",
106
106
  "autoscaling",
107
107
  "autoscaling-plans",
108
+ "b2bi",
108
109
  "backup",
109
110
  "backup-gateway",
110
111
  "backupstorage",
111
112
  "batch",
113
+ "bcm-data-exports",
112
114
  "bedrock",
113
115
  "bedrock-runtime",
114
116
  "billingconductor",
@@ -127,6 +129,7 @@ ServiceName = Literal[
127
129
  "clouddirectory",
128
130
  "cloudformation",
129
131
  "cloudfront",
132
+ "cloudfront-keyvaluestore",
130
133
  "cloudhsm",
131
134
  "cloudhsmv2",
132
135
  "cloudsearch",
@@ -159,6 +162,7 @@ ServiceName = Literal[
159
162
  "connectcases",
160
163
  "connectparticipant",
161
164
  "controltower",
165
+ "cost-optimization-hub",
162
166
  "cur",
163
167
  "customer-profiles",
164
168
  "databrew",
@@ -188,6 +192,7 @@ ServiceName = Literal[
188
192
  "ecs",
189
193
  "efs",
190
194
  "eks",
195
+ "eks-auth",
191
196
  "elastic-inference",
192
197
  "elasticache",
193
198
  "elasticbeanstalk",
@@ -209,6 +214,7 @@ ServiceName = Literal[
209
214
  "forecast",
210
215
  "forecastquery",
211
216
  "frauddetector",
217
+ "freetier",
212
218
  "fsx",
213
219
  "gamelift",
214
220
  "glacier",
@@ -227,6 +233,7 @@ ServiceName = Literal[
227
233
  "imagebuilder",
228
234
  "importexport",
229
235
  "inspector",
236
+ "inspector-scan",
230
237
  "inspector2",
231
238
  "internetmonitor",
232
239
  "iot",
@@ -281,7 +288,6 @@ ServiceName = Literal[
281
288
  "lookoutvision",
282
289
  "m2",
283
290
  "machinelearning",
284
- "macie",
285
291
  "macie2",
286
292
  "managedblockchain",
287
293
  "managedblockchain-query",
@@ -352,6 +358,7 @@ ServiceName = Literal[
352
358
  "redshift-data",
353
359
  "redshift-serverless",
354
360
  "rekognition",
361
+ "repostspace",
355
362
  "resiliencehub",
356
363
  "resource-explorer-2",
357
364
  "resource-groups",
@@ -419,6 +426,7 @@ ServiceName = Literal[
419
426
  "transcribe",
420
427
  "transfer",
421
428
  "translate",
429
+ "trustedadvisor",
422
430
  "verifiedpermissions",
423
431
  "voice-id",
424
432
  "vpc-lattice",
@@ -432,6 +440,7 @@ ServiceName = Literal[
432
440
  "workmail",
433
441
  "workmailmessageflow",
434
442
  "workspaces",
443
+ "workspaces-thin-client",
435
444
  "workspaces-web",
436
445
  "xray",
437
446
  ]
@@ -51,6 +51,7 @@ __all__ = (
51
51
  "ConsumerTypeDef",
52
52
  "StreamModeDetailsTypeDef",
53
53
  "DecreaseStreamRetentionPeriodInputRequestTypeDef",
54
+ "DeleteResourcePolicyInputRequestTypeDef",
54
55
  "DeleteStreamInputRequestTypeDef",
55
56
  "DeregisterStreamConsumerInputRequestTypeDef",
56
57
  "ResponseMetadataTypeDef",
@@ -64,6 +65,7 @@ __all__ = (
64
65
  "EnhancedMetricsTypeDef",
65
66
  "GetRecordsInputRequestTypeDef",
66
67
  "RecordTypeDef",
68
+ "GetResourcePolicyInputRequestTypeDef",
67
69
  "TimestampTypeDef",
68
70
  "IncreaseStreamRetentionPeriodInputRequestTypeDef",
69
71
  "InternalFailureExceptionTypeDef",
@@ -78,6 +80,7 @@ __all__ = (
78
80
  "TagTypeDef",
79
81
  "MergeShardsInputRequestTypeDef",
80
82
  "PutRecordsResultEntryTypeDef",
83
+ "PutResourcePolicyInputRequestTypeDef",
81
84
  "RegisterStreamConsumerInputRequestTypeDef",
82
85
  "RemoveTagsFromStreamInputRequestTypeDef",
83
86
  "ResourceInUseExceptionTypeDef",
@@ -97,6 +100,7 @@ __all__ = (
97
100
  "DescribeStreamConsumerOutputTypeDef",
98
101
  "EmptyResponseMetadataTypeDef",
99
102
  "EnhancedMonitoringOutputTypeDef",
103
+ "GetResourcePolicyOutputTypeDef",
100
104
  "GetShardIteratorOutputTypeDef",
101
105
  "ListStreamConsumersOutputTypeDef",
102
106
  "PutRecordOutputTypeDef",
@@ -179,6 +183,12 @@ DecreaseStreamRetentionPeriodInputRequestTypeDef = TypedDict(
179
183
  "StreamARN": NotRequired[str],
180
184
  },
181
185
  )
186
+ DeleteResourcePolicyInputRequestTypeDef = TypedDict(
187
+ "DeleteResourcePolicyInputRequestTypeDef",
188
+ {
189
+ "ResourceARN": str,
190
+ },
191
+ )
182
192
  DeleteStreamInputRequestTypeDef = TypedDict(
183
193
  "DeleteStreamInputRequestTypeDef",
184
194
  {
@@ -284,6 +294,12 @@ RecordTypeDef = TypedDict(
284
294
  "EncryptionType": NotRequired[EncryptionTypeType],
285
295
  },
286
296
  )
297
+ GetResourcePolicyInputRequestTypeDef = TypedDict(
298
+ "GetResourcePolicyInputRequestTypeDef",
299
+ {
300
+ "ResourceARN": str,
301
+ },
302
+ )
287
303
  TimestampTypeDef = Union[datetime, str]
288
304
  IncreaseStreamRetentionPeriodInputRequestTypeDef = TypedDict(
289
305
  "IncreaseStreamRetentionPeriodInputRequestTypeDef",
@@ -377,6 +393,13 @@ PutRecordsResultEntryTypeDef = TypedDict(
377
393
  "ErrorMessage": NotRequired[str],
378
394
  },
379
395
  )
396
+ PutResourcePolicyInputRequestTypeDef = TypedDict(
397
+ "PutResourcePolicyInputRequestTypeDef",
398
+ {
399
+ "ResourceARN": str,
400
+ "Policy": str,
401
+ },
402
+ )
380
403
  RegisterStreamConsumerInputRequestTypeDef = TypedDict(
381
404
  "RegisterStreamConsumerInputRequestTypeDef",
382
405
  {
@@ -532,6 +555,13 @@ EnhancedMonitoringOutputTypeDef = TypedDict(
532
555
  "ResponseMetadata": ResponseMetadataTypeDef,
533
556
  },
534
557
  )
558
+ GetResourcePolicyOutputTypeDef = TypedDict(
559
+ "GetResourcePolicyOutputTypeDef",
560
+ {
561
+ "Policy": str,
562
+ "ResponseMetadata": ResponseMetadataTypeDef,
563
+ },
564
+ )
535
565
  GetShardIteratorOutputTypeDef = TypedDict(
536
566
  "GetShardIteratorOutputTypeDef",
537
567
  {
@@ -50,6 +50,7 @@ __all__ = (
50
50
  "ConsumerTypeDef",
51
51
  "StreamModeDetailsTypeDef",
52
52
  "DecreaseStreamRetentionPeriodInputRequestTypeDef",
53
+ "DeleteResourcePolicyInputRequestTypeDef",
53
54
  "DeleteStreamInputRequestTypeDef",
54
55
  "DeregisterStreamConsumerInputRequestTypeDef",
55
56
  "ResponseMetadataTypeDef",
@@ -63,6 +64,7 @@ __all__ = (
63
64
  "EnhancedMetricsTypeDef",
64
65
  "GetRecordsInputRequestTypeDef",
65
66
  "RecordTypeDef",
67
+ "GetResourcePolicyInputRequestTypeDef",
66
68
  "TimestampTypeDef",
67
69
  "IncreaseStreamRetentionPeriodInputRequestTypeDef",
68
70
  "InternalFailureExceptionTypeDef",
@@ -77,6 +79,7 @@ __all__ = (
77
79
  "TagTypeDef",
78
80
  "MergeShardsInputRequestTypeDef",
79
81
  "PutRecordsResultEntryTypeDef",
82
+ "PutResourcePolicyInputRequestTypeDef",
80
83
  "RegisterStreamConsumerInputRequestTypeDef",
81
84
  "RemoveTagsFromStreamInputRequestTypeDef",
82
85
  "ResourceInUseExceptionTypeDef",
@@ -96,6 +99,7 @@ __all__ = (
96
99
  "DescribeStreamConsumerOutputTypeDef",
97
100
  "EmptyResponseMetadataTypeDef",
98
101
  "EnhancedMonitoringOutputTypeDef",
102
+ "GetResourcePolicyOutputTypeDef",
99
103
  "GetShardIteratorOutputTypeDef",
100
104
  "ListStreamConsumersOutputTypeDef",
101
105
  "PutRecordOutputTypeDef",
@@ -178,6 +182,12 @@ DecreaseStreamRetentionPeriodInputRequestTypeDef = TypedDict(
178
182
  "StreamARN": NotRequired[str],
179
183
  },
180
184
  )
185
+ DeleteResourcePolicyInputRequestTypeDef = TypedDict(
186
+ "DeleteResourcePolicyInputRequestTypeDef",
187
+ {
188
+ "ResourceARN": str,
189
+ },
190
+ )
181
191
  DeleteStreamInputRequestTypeDef = TypedDict(
182
192
  "DeleteStreamInputRequestTypeDef",
183
193
  {
@@ -283,6 +293,12 @@ RecordTypeDef = TypedDict(
283
293
  "EncryptionType": NotRequired[EncryptionTypeType],
284
294
  },
285
295
  )
296
+ GetResourcePolicyInputRequestTypeDef = TypedDict(
297
+ "GetResourcePolicyInputRequestTypeDef",
298
+ {
299
+ "ResourceARN": str,
300
+ },
301
+ )
286
302
  TimestampTypeDef = Union[datetime, str]
287
303
  IncreaseStreamRetentionPeriodInputRequestTypeDef = TypedDict(
288
304
  "IncreaseStreamRetentionPeriodInputRequestTypeDef",
@@ -376,6 +392,13 @@ PutRecordsResultEntryTypeDef = TypedDict(
376
392
  "ErrorMessage": NotRequired[str],
377
393
  },
378
394
  )
395
+ PutResourcePolicyInputRequestTypeDef = TypedDict(
396
+ "PutResourcePolicyInputRequestTypeDef",
397
+ {
398
+ "ResourceARN": str,
399
+ "Policy": str,
400
+ },
401
+ )
379
402
  RegisterStreamConsumerInputRequestTypeDef = TypedDict(
380
403
  "RegisterStreamConsumerInputRequestTypeDef",
381
404
  {
@@ -531,6 +554,13 @@ EnhancedMonitoringOutputTypeDef = TypedDict(
531
554
  "ResponseMetadata": ResponseMetadataTypeDef,
532
555
  },
533
556
  )
557
+ GetResourcePolicyOutputTypeDef = TypedDict(
558
+ "GetResourcePolicyOutputTypeDef",
559
+ {
560
+ "Policy": str,
561
+ "ResponseMetadata": ResponseMetadataTypeDef,
562
+ },
563
+ )
534
564
  GetShardIteratorOutputTypeDef = TypedDict(
535
565
  "GetShardIteratorOutputTypeDef",
536
566
  {
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.29.0"
5
+ __version__ = "1.33.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-kinesis
3
- Version: 1.29.0
4
- Summary: Type annotations for boto3.Kinesis 1.29.0 service generated with mypy-boto3-builder 7.20.3
3
+ Version: 1.33.0
4
+ Summary: Type annotations for boto3.Kinesis 1.33.0 service generated with mypy-boto3-builder 7.20.3
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
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
46
  Type annotations for
47
- [boto3.Kinesis 1.29.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
47
+ [boto3.Kinesis 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
48
48
  service compatible with [VSCode](https://code.visualstudio.com/),
49
49
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
50
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -0,0 +1,20 @@
1
+ mypy_boto3_kinesis/__init__.py,sha256=6Lrh1aSR9qGPlUCIrRPNIR_Q77R7SvWHYTjUVJBHztM,1515
2
+ mypy_boto3_kinesis/__init__.pyi,sha256=8pcfPbCs9IodLMjxqOmLNZxgv_usxzgu2bCAZ1e7gzo,1514
3
+ mypy_boto3_kinesis/__main__.py,sha256=wWeLp3AfRNk9BcN0BNuiIBOBwVINreiWKSt9AnvI1ls,905
4
+ mypy_boto3_kinesis/client.py,sha256=fAtlh2SLoDCCBKJeVcreX1kDqUaV573se03fYdGjfTk,26330
5
+ mypy_boto3_kinesis/client.pyi,sha256=owZ9MO-Vz54j1gJtIm1JGozmdFoK5QgmOzQK5TIvdH4,26326
6
+ mypy_boto3_kinesis/literals.py,sha256=VzAODsEcjxBnJQYkGwlZB3yThJ6hivDQXjDHjzWVMjs,10219
7
+ mypy_boto3_kinesis/literals.pyi,sha256=RHBSWLgVQPtXmwYjdY9J0Utd5_LcuEjq7vzm6tyIXug,10217
8
+ mypy_boto3_kinesis/paginator.py,sha256=sGwdWtzQt36iH9Y_SlagaluzMFDnLnXglE9Rt7Ajf0o,5315
9
+ mypy_boto3_kinesis/paginator.pyi,sha256=cNtkRuP5AS5xfMFKa9aQgbHQjLWVsmlOv-azxrmzneg,5309
10
+ mypy_boto3_kinesis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_kinesis/type_defs.py,sha256=L-Gj-yHUPrFq4YIAifij1_vXbRJWgYBFV4Pa6QECoJk,25271
12
+ mypy_boto3_kinesis/type_defs.pyi,sha256=wFQk4dHF7R0K8dELvBWTJuVfg8qXnB9KzAHOE1vspQ0,25270
13
+ mypy_boto3_kinesis/version.py,sha256=pRH6mk1FqaU5XuRtL3N0KMuAI2_Ng9oXtSxujxS8QKo,61
14
+ mypy_boto3_kinesis/waiter.py,sha256=jYrGRn49gdeb5EX1mRjgsIesTJLqXLUvJ0uiFSqonhI,2546
15
+ mypy_boto3_kinesis/waiter.pyi,sha256=L_MIQzpjj9FaoxRrK2-pn5VaXVhX1BauVdrG_DbX5ik,2544
16
+ mypy_boto3_kinesis-1.33.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
17
+ mypy_boto3_kinesis-1.33.0.dist-info/METADATA,sha256=k4_L1-uke-1ScogI535kFzqoFx1qy4vcC46-gZ13uaY,13799
18
+ mypy_boto3_kinesis-1.33.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
19
+ mypy_boto3_kinesis-1.33.0.dist-info/top_level.txt,sha256=Kqd0fpFV60VgCylCPAkGxClbQclLdFRYnSY5JsAj_7Y,19
20
+ mypy_boto3_kinesis-1.33.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.3)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,20 +0,0 @@
1
- mypy_boto3_kinesis/__init__.py,sha256=6Lrh1aSR9qGPlUCIrRPNIR_Q77R7SvWHYTjUVJBHztM,1515
2
- mypy_boto3_kinesis/__init__.pyi,sha256=8pcfPbCs9IodLMjxqOmLNZxgv_usxzgu2bCAZ1e7gzo,1514
3
- mypy_boto3_kinesis/__main__.py,sha256=L2rwUr8ByVg9Psi7HeaG9nZP8VWpFN1-CsCHOuCwsUA,905
4
- mypy_boto3_kinesis/client.py,sha256=LLUk2FsK2894QNgAeQSYC_lIQie5IAr4SDbGfVoTw38,24830
5
- mypy_boto3_kinesis/client.pyi,sha256=4d9IJYNw9ccbLF1WpKmB_3iqTIYH8xh4cDsc_M07qbA,24826
6
- mypy_boto3_kinesis/literals.py,sha256=nshVDBwBCy_sMzbK5xCRtrpdN1XP5Cv54OR66ohb6rM,10010
7
- mypy_boto3_kinesis/literals.pyi,sha256=hQrtuCRrPXbEVE3lR2AU3aGhY9jgpx7TlzLWyf-zYrA,10008
8
- mypy_boto3_kinesis/paginator.py,sha256=sGwdWtzQt36iH9Y_SlagaluzMFDnLnXglE9Rt7Ajf0o,5315
9
- mypy_boto3_kinesis/paginator.pyi,sha256=cNtkRuP5AS5xfMFKa9aQgbHQjLWVsmlOv-azxrmzneg,5309
10
- mypy_boto3_kinesis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_kinesis/type_defs.py,sha256=_eYC5NEWNx9AKPuIgRW_vgALzByWFAKK00-E-W3Uf30,24485
12
- mypy_boto3_kinesis/type_defs.pyi,sha256=d2cB3oO3XRdeoC6l6GtF5eF1GiUZuPDoAXX2vhNFJUU,24484
13
- mypy_boto3_kinesis/version.py,sha256=mNcCytW-69sJJzx3XNhhsfbD50BPuV9MHF1qR-EBBZ0,61
14
- mypy_boto3_kinesis/waiter.py,sha256=jYrGRn49gdeb5EX1mRjgsIesTJLqXLUvJ0uiFSqonhI,2546
15
- mypy_boto3_kinesis/waiter.pyi,sha256=L_MIQzpjj9FaoxRrK2-pn5VaXVhX1BauVdrG_DbX5ik,2544
16
- mypy_boto3_kinesis-1.29.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
17
- mypy_boto3_kinesis-1.29.0.dist-info/METADATA,sha256=iURYoz2da74goZO4lsLawS2KmYf7ecHet-qFL8WKci0,13799
18
- mypy_boto3_kinesis-1.29.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
19
- mypy_boto3_kinesis-1.29.0.dist-info/top_level.txt,sha256=Kqd0fpFV60VgCylCPAkGxClbQclLdFRYnSY5JsAj_7Y,19
20
- mypy_boto3_kinesis-1.29.0.dist-info/RECORD,,