mypy-boto3-kinesis 1.40.60__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.
@@ -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.60\n"
16
- "Version: 1.40.60\n"
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.60\n")
29
+ sys.stdout.write("1.40.64\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -105,7 +105,6 @@ ServiceName = Literal[
105
105
  "apprunner",
106
106
  "appstream",
107
107
  "appsync",
108
- "apptest",
109
108
  "arc-region-switch",
110
109
  "arc-zonal-shift",
111
110
  "artifact",
@@ -273,7 +272,6 @@ ServiceName = Literal[
273
272
  "iotdeviceadvisor",
274
273
  "iotevents",
275
274
  "iotevents-data",
276
- "iotfleethub",
277
275
  "iotfleetwise",
278
276
  "iotsecuretunneling",
279
277
  "iotsitewise",
@@ -312,8 +310,6 @@ ServiceName = Literal[
312
310
  "location",
313
311
  "logs",
314
312
  "lookoutequipment",
315
- "lookoutmetrics",
316
- "lookoutvision",
317
313
  "m2",
318
314
  "machinelearning",
319
315
  "macie2",
@@ -388,8 +384,6 @@ ServiceName = Literal[
388
384
  "qapps",
389
385
  "qbusiness",
390
386
  "qconnect",
391
- "qldb",
392
- "qldb-session",
393
387
  "quicksight",
394
388
  "ram",
395
389
  "rbin",
@@ -404,7 +398,6 @@ ServiceName = Literal[
404
398
  "resource-explorer-2",
405
399
  "resource-groups",
406
400
  "resourcegroupstaggingapi",
407
- "robomaker",
408
401
  "rolesanywhere",
409
402
  "route53",
410
403
  "route53-recovery-cluster",
@@ -103,7 +103,6 @@ ServiceName = Literal[
103
103
  "apprunner",
104
104
  "appstream",
105
105
  "appsync",
106
- "apptest",
107
106
  "arc-region-switch",
108
107
  "arc-zonal-shift",
109
108
  "artifact",
@@ -271,7 +270,6 @@ ServiceName = Literal[
271
270
  "iotdeviceadvisor",
272
271
  "iotevents",
273
272
  "iotevents-data",
274
- "iotfleethub",
275
273
  "iotfleetwise",
276
274
  "iotsecuretunneling",
277
275
  "iotsitewise",
@@ -310,8 +308,6 @@ ServiceName = Literal[
310
308
  "location",
311
309
  "logs",
312
310
  "lookoutequipment",
313
- "lookoutmetrics",
314
- "lookoutvision",
315
311
  "m2",
316
312
  "machinelearning",
317
313
  "macie2",
@@ -386,8 +382,6 @@ ServiceName = Literal[
386
382
  "qapps",
387
383
  "qbusiness",
388
384
  "qconnect",
389
- "qldb",
390
- "qldb-session",
391
385
  "quicksight",
392
386
  "ram",
393
387
  "rbin",
@@ -402,7 +396,6 @@ ServiceName = Literal[
402
396
  "resource-explorer-2",
403
397
  "resource-groups",
404
398
  "resourcegroupstaggingapi",
405
- "robomaker",
406
399
  "rolesanywhere",
407
400
  "route53",
408
401
  "route53-recovery-cluster",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.60"
7
+ __version__ = "1.40.64"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-kinesis
3
- Version: 1.40.60
4
- Summary: Type annotations for boto3 Kinesis 1.40.60 service generated with mypy-boto3-builder 8.11.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 Kinesis 1.40.60](https://pypi.org/project/boto3/)
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.60' mypy-boto3-builder`
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.
@@ -1,20 +1,20 @@
1
1
  mypy_boto3_kinesis/__init__.py,sha256=c6fbT8jb7LdZvC-Ka75wS-cvI8rHMsZs2wZjfo9-VkI,1627
2
2
  mypy_boto3_kinesis/__init__.pyi,sha256=Wr8W1sGtUbfytB2BETNxIgcW52e5sxoLWa02XtiGUrM,1626
3
- mypy_boto3_kinesis/__main__.py,sha256=0PceRL51u-LbWJREM5L-9qoMHMxdNmNnGD_NTgWxiJ0,984
3
+ mypy_boto3_kinesis/__main__.py,sha256=rs1kP-DGPI_VQimp2sxTLjonV9UN80tQs-ZsS3hi9Fs,984
4
4
  mypy_boto3_kinesis/client.py,sha256=RMiKatsf2-Xk9DPsY2Ir2qrGxTZBk6B3XohwzCMO81s,27528
5
5
  mypy_boto3_kinesis/client.pyi,sha256=qbTvQoMdaEANuGlFiYRbR4EsrQ_W8Sdbq06AZcsYUCM,27525
6
- mypy_boto3_kinesis/literals.py,sha256=GDqrfZSrh4ThgP2OL-oR4T_bMUQHLgQeU5t63dp3Ra4,11350
7
- mypy_boto3_kinesis/literals.pyi,sha256=dAU1Ca_WRrP-JmDq9XUXq0muVspsb6tKIz_Lj2IMfZc,11348
6
+ mypy_boto3_kinesis/literals.py,sha256=rGzqkXIK3wcThMuTcctq1lPvJjIIYRGVvNsUkjbF4Yo,11224
7
+ mypy_boto3_kinesis/literals.pyi,sha256=MwEEOQR0-vljSgYQSSu7OikiwhqSdO3yRTBCA3P0KrQ,11222
8
8
  mypy_boto3_kinesis/paginator.py,sha256=tQw5iLbSfpfQpFOZO6F7E7iLl5Wa6UHVOV5NNsOSHq8,5975
9
9
  mypy_boto3_kinesis/paginator.pyi,sha256=eKr2_uKm1SsXf32Al035W92u-GqKlcnyyN93603hREk,5962
10
10
  mypy_boto3_kinesis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  mypy_boto3_kinesis/type_defs.py,sha256=Ue-uNLVNzwlXhVRLvxRhNiD_OnglgzzfxUTF70eUDUI,19708
12
12
  mypy_boto3_kinesis/type_defs.pyi,sha256=XUXRRa5Eu3Yc1aJ68_MeOYKY-X9Oxv3UW18EcK3dCQM,19615
13
- mypy_boto3_kinesis/version.py,sha256=NzXluJrrNARU_IqVC98fZ7B1YuUJkewLTY2LI9mZCDQ,93
13
+ mypy_boto3_kinesis/version.py,sha256=OHPC7HoA44uIF6yFy8xLZmr64QoXQIVmZo5EBcZ4Cv8,93
14
14
  mypy_boto3_kinesis/waiter.py,sha256=Rfx1x2yamg1d6o_e2_gSQMFljf5P-DW3KquwwTzeiUE,2644
15
15
  mypy_boto3_kinesis/waiter.pyi,sha256=yTr9drWEjmfYOnOJoGVXXjj3008HPVJfLoKokt4Oxeg,2639
16
- mypy_boto3_kinesis-1.40.60.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_kinesis-1.40.60.dist-info/METADATA,sha256=Aj1BuJfB4lZ5OcSsrnVXAZoWmvGlZOnftRirKrynChA,15952
18
- mypy_boto3_kinesis-1.40.60.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- mypy_boto3_kinesis-1.40.60.dist-info/top_level.txt,sha256=Kqd0fpFV60VgCylCPAkGxClbQclLdFRYnSY5JsAj_7Y,19
20
- mypy_boto3_kinesis-1.40.60.dist-info/RECORD,,
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,,