mypy-boto3-kinesis 1.33.0__py3-none-any.whl → 1.34.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,8 +10,8 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.Kinesis 1.33.0\nVersion: 1.33.0\nBuilder version:"
14
- " 7.20.3\nDocs: "
13
+ "Type annotations for boto3.Kinesis 1.34.0\nVersion: 1.34.0\nBuilder version:"
14
+ " 7.21.0\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"
17
17
  " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
@@ -23,7 +23,7 @@ def print_version() -> None:
23
23
  """
24
24
  Print package version to stdout.
25
25
  """
26
- print("1.33.0")
26
+ print("1.34.0")
27
27
 
28
28
 
29
29
  def main() -> None:
@@ -114,6 +114,8 @@ ServiceName = Literal[
114
114
  "batch",
115
115
  "bcm-data-exports",
116
116
  "bedrock",
117
+ "bedrock-agent",
118
+ "bedrock-agent-runtime",
117
119
  "bedrock-runtime",
118
120
  "billingconductor",
119
121
  "braket",
@@ -126,6 +128,7 @@ ServiceName = Literal[
126
128
  "chime-sdk-messaging",
127
129
  "chime-sdk-voice",
128
130
  "cleanrooms",
131
+ "cleanroomsml",
129
132
  "cloud9",
130
133
  "cloudcontrol",
131
134
  "clouddirectory",
@@ -293,7 +296,9 @@ ServiceName = Literal[
293
296
  "macie2",
294
297
  "managedblockchain",
295
298
  "managedblockchain-query",
299
+ "marketplace-agreement",
296
300
  "marketplace-catalog",
301
+ "marketplace-deployment",
297
302
  "marketplace-entitlement",
298
303
  "marketplacecommerceanalytics",
299
304
  "mediaconnect",
@@ -349,6 +354,8 @@ ServiceName = Literal[
349
354
  "pricing",
350
355
  "privatenetworks",
351
356
  "proton",
357
+ "qbusiness",
358
+ "qconnect",
352
359
  "qldb",
353
360
  "qldb-session",
354
361
  "quicksight",
@@ -112,6 +112,8 @@ ServiceName = Literal[
112
112
  "batch",
113
113
  "bcm-data-exports",
114
114
  "bedrock",
115
+ "bedrock-agent",
116
+ "bedrock-agent-runtime",
115
117
  "bedrock-runtime",
116
118
  "billingconductor",
117
119
  "braket",
@@ -124,6 +126,7 @@ ServiceName = Literal[
124
126
  "chime-sdk-messaging",
125
127
  "chime-sdk-voice",
126
128
  "cleanrooms",
129
+ "cleanroomsml",
127
130
  "cloud9",
128
131
  "cloudcontrol",
129
132
  "clouddirectory",
@@ -291,7 +294,9 @@ ServiceName = Literal[
291
294
  "macie2",
292
295
  "managedblockchain",
293
296
  "managedblockchain-query",
297
+ "marketplace-agreement",
294
298
  "marketplace-catalog",
299
+ "marketplace-deployment",
295
300
  "marketplace-entitlement",
296
301
  "marketplacecommerceanalytics",
297
302
  "mediaconnect",
@@ -347,6 +352,8 @@ ServiceName = Literal[
347
352
  "pricing",
348
353
  "privatenetworks",
349
354
  "proton",
355
+ "qbusiness",
356
+ "qconnect",
350
357
  "qldb",
351
358
  "qldb-session",
352
359
  "quicksight",
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.33.0"
5
+ __version__ = "1.34.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-kinesis
3
- Version: 1.33.0
4
- Summary: Type annotations for boto3.Kinesis 1.33.0 service generated with mypy-boto3-builder 7.20.3
3
+ Version: 1.34.0
4
+ Summary: Type annotations for boto3.Kinesis 1.34.0 service generated with mypy-boto3-builder 7.21.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
@@ -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.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis)
47
+ [boto3.Kinesis 1.34.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/),
@@ -53,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
53
53
  [pyright](https://github.com/microsoft/pyright) and other tools.
54
54
 
55
55
  Generated by
56
- [mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
56
+ [mypy-boto3-builder 7.21.0](https://github.com/youtype/mypy_boto3_builder).
57
57
 
58
58
  More information can be found on
59
59
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -1,20 +1,20 @@
1
1
  mypy_boto3_kinesis/__init__.py,sha256=6Lrh1aSR9qGPlUCIrRPNIR_Q77R7SvWHYTjUVJBHztM,1515
2
2
  mypy_boto3_kinesis/__init__.pyi,sha256=8pcfPbCs9IodLMjxqOmLNZxgv_usxzgu2bCAZ1e7gzo,1514
3
- mypy_boto3_kinesis/__main__.py,sha256=wWeLp3AfRNk9BcN0BNuiIBOBwVINreiWKSt9AnvI1ls,905
3
+ mypy_boto3_kinesis/__main__.py,sha256=E5woeqFr-t8-yAiZ2uafXNSTQpRt4bHOgORJRTb0D8Q,905
4
4
  mypy_boto3_kinesis/client.py,sha256=fAtlh2SLoDCCBKJeVcreX1kDqUaV573se03fYdGjfTk,26330
5
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
6
+ mypy_boto3_kinesis/literals.py,sha256=H7efI1ZcTc0UnfBJgNeDgThRFRPJDAGW9ZLPk9wTYng,10381
7
+ mypy_boto3_kinesis/literals.pyi,sha256=JVeYAeftzWQ7Wh1tGSHtCv3_OCsOUxBUqxCGM4hXh0c,10379
8
8
  mypy_boto3_kinesis/paginator.py,sha256=sGwdWtzQt36iH9Y_SlagaluzMFDnLnXglE9Rt7Ajf0o,5315
9
9
  mypy_boto3_kinesis/paginator.pyi,sha256=cNtkRuP5AS5xfMFKa9aQgbHQjLWVsmlOv-azxrmzneg,5309
10
10
  mypy_boto3_kinesis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  mypy_boto3_kinesis/type_defs.py,sha256=L-Gj-yHUPrFq4YIAifij1_vXbRJWgYBFV4Pa6QECoJk,25271
12
12
  mypy_boto3_kinesis/type_defs.pyi,sha256=wFQk4dHF7R0K8dELvBWTJuVfg8qXnB9KzAHOE1vspQ0,25270
13
- mypy_boto3_kinesis/version.py,sha256=pRH6mk1FqaU5XuRtL3N0KMuAI2_Ng9oXtSxujxS8QKo,61
13
+ mypy_boto3_kinesis/version.py,sha256=8Qbu8HOCjrY6O2_gOYfRFBCem64Ka_MtjvbfMGE_iFg,61
14
14
  mypy_boto3_kinesis/waiter.py,sha256=jYrGRn49gdeb5EX1mRjgsIesTJLqXLUvJ0uiFSqonhI,2546
15
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,,
16
+ mypy_boto3_kinesis-1.34.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
17
+ mypy_boto3_kinesis-1.34.0.dist-info/METADATA,sha256=ezUtxx5SJ7LRq9QRH-pDBuViFHzFpwbzc2IfbI2Ygv4,13799
18
+ mypy_boto3_kinesis-1.34.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
19
+ mypy_boto3_kinesis-1.34.0.dist-info/top_level.txt,sha256=Kqd0fpFV60VgCylCPAkGxClbQclLdFRYnSY5JsAj_7Y,19
20
+ mypy_boto3_kinesis-1.34.0.dist-info/RECORD,,