mypy-boto3-dynamodb 1.34.148__py3-none-any.whl → 1.35.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,9 +10,9 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.DynamoDB 1.34.148\n"
14
- "Version: 1.34.148\n"
15
- "Builder version: 7.25.0\n"
13
+ "Type annotations for boto3.DynamoDB 1.35.0\n"
14
+ "Version: 1.35.0\n"
15
+ "Builder version: 7.26.0\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB\n"
18
18
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.34.148")
27
+ print("1.35.0")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -513,6 +513,7 @@ ServiceName = Literal[
513
513
  "ssm",
514
514
  "ssm-contacts",
515
515
  "ssm-incidents",
516
+ "ssm-quicksetup",
516
517
  "ssm-sap",
517
518
  "sso",
518
519
  "sso-admin",
@@ -513,6 +513,7 @@ ServiceName = Literal[
513
513
  "ssm",
514
514
  "ssm-contacts",
515
515
  "ssm-incidents",
516
+ "ssm-quicksetup",
516
517
  "ssm-sap",
517
518
  "sso",
518
519
  "sso-admin",
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.148"
5
+ __version__ = "1.35.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-dynamodb
3
- Version: 1.34.148
4
- Summary: Type annotations for boto3.DynamoDB 1.34.148 service generated with mypy-boto3-builder 7.25.0
3
+ Version: 1.35.0
4
+ Summary: Type annotations for boto3.DynamoDB 1.35.0 service generated with mypy-boto3-builder 7.26.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
@@ -29,7 +29,7 @@ Classifier: Typing :: Stubs Only
29
29
  Requires-Python: >=3.8
30
30
  Description-Content-Type: text/markdown
31
31
  License-File: LICENSE
32
- Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
32
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
33
 
34
34
  <a id="mypy-boto3-dynamodb"></a>
35
35
 
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.DynamoDB 1.34.148](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
46
+ [boto3.DynamoDB 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.25.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -1,10 +1,10 @@
1
1
  mypy_boto3_dynamodb/__init__.py,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
2
2
  mypy_boto3_dynamodb/__init__.pyi,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
3
- mypy_boto3_dynamodb/__main__.py,sha256=Cxf2Jw9mesg7FaMbo2UwG4xg8pABI-UYAZGcoq2YboM,926
3
+ mypy_boto3_dynamodb/__main__.py,sha256=oGhHgeIZg7W06WGV_s9uAlXdYHQ5IJtGDtzNkY_sZ9A,920
4
4
  mypy_boto3_dynamodb/client.py,sha256=Nx_pVb5Bz1o9sqq6fpGQd6QbdXt_dh1oeQhMzDWtBYA,51861
5
5
  mypy_boto3_dynamodb/client.pyi,sha256=M5tky67WNOIgytofCgna2llOYb6uxhbvSjasYxJ7qKE,51858
6
- mypy_boto3_dynamodb/literals.py,sha256=2nfLm8_RpIfOgmis3kRMV-c85MpgocdQSV57ojBWh44,14045
7
- mypy_boto3_dynamodb/literals.pyi,sha256=2nfLm8_RpIfOgmis3kRMV-c85MpgocdQSV57ojBWh44,14045
6
+ mypy_boto3_dynamodb/literals.py,sha256=8GC7C95c5QeYVL2_f1aIuwYy5YhQDgOouBGyOF3cryE,14067
7
+ mypy_boto3_dynamodb/literals.pyi,sha256=8GC7C95c5QeYVL2_f1aIuwYy5YhQDgOouBGyOF3cryE,14067
8
8
  mypy_boto3_dynamodb/paginator.py,sha256=f03nXXsUgkQ2oMZ5VeDdUWhmHarJjo4UY4NWGdIBRwI,7480
9
9
  mypy_boto3_dynamodb/paginator.pyi,sha256=CDR12_4ExFt03vv_k9BAT9k0aURoYX47BxplhcTfyWk,7474
10
10
  mypy_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -12,11 +12,11 @@ mypy_boto3_dynamodb/service_resource.py,sha256=P3UpRmlqejz3yQGlwH3CvjBo9U5tyn75N
12
12
  mypy_boto3_dynamodb/service_resource.pyi,sha256=p6y-vFK_qHuYZ4VMozo918GaLvVYQ70UuHCFtbMCuXY,22659
13
13
  mypy_boto3_dynamodb/type_defs.py,sha256=WOQB4EpaZpR3XqdWVXm0Dhwnm0tak2zf2V3JMpP7QYI,102827
14
14
  mypy_boto3_dynamodb/type_defs.pyi,sha256=WOQB4EpaZpR3XqdWVXm0Dhwnm0tak2zf2V3JMpP7QYI,102827
15
- mypy_boto3_dynamodb/version.py,sha256=c-mNQgyfer4JcDpXk-y4yVl3c5lq4it9r8HWGrO5VaY,63
15
+ mypy_boto3_dynamodb/version.py,sha256=LGeN8DOPs0tRcJcxZVxCtqSh0iyZT7lFggGF3KkSqhA,61
16
16
  mypy_boto3_dynamodb/waiter.py,sha256=7xcR5DzbFgG6mwzPduSlv_EelwquNvRJRo7L8ye-ig4,2259
17
17
  mypy_boto3_dynamodb/waiter.pyi,sha256=oRlb0atdfvM7XJBKZuoBxq-5JiGytB6bfjUzQcL5kY8,2257
18
- mypy_boto3_dynamodb-1.34.148.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
19
- mypy_boto3_dynamodb-1.34.148.dist-info/METADATA,sha256=O_Pip7wTGW-a8fIV_v8Yu8ZYsODiNYG1P2hfcTAXxBQ,16273
20
- mypy_boto3_dynamodb-1.34.148.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
21
- mypy_boto3_dynamodb-1.34.148.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
22
- mypy_boto3_dynamodb-1.34.148.dist-info/RECORD,,
18
+ mypy_boto3_dynamodb-1.35.0.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
19
+ mypy_boto3_dynamodb-1.35.0.dist-info/METADATA,sha256=oD_clISN6J3dVTkZgn9LcEiann9bVdkt9catu1w4O6A,16265
20
+ mypy_boto3_dynamodb-1.35.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
21
+ mypy_boto3_dynamodb-1.35.0.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
22
+ mypy_boto3_dynamodb-1.35.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (72.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5