mypy-boto3-dynamodb 1.34.114__py3-none-any.whl → 1.34.131__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.DynamoDB 1.34.114\n"
14
- "Version: 1.34.114\n"
13
+ "Type annotations for boto3.DynamoDB 1.34.131\n"
14
+ "Version: 1.34.131\n"
15
15
  "Builder version: 7.24.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"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.34.114")
27
+ print("1.34.131")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -170,7 +170,6 @@ ServiceName = Literal[
170
170
  "account",
171
171
  "acm",
172
172
  "acm-pca",
173
- "alexaforbusiness",
174
173
  "amp",
175
174
  "amplify",
176
175
  "amplifybackend",
@@ -185,11 +184,13 @@ ServiceName = Literal[
185
184
  "appintegrations",
186
185
  "application-autoscaling",
187
186
  "application-insights",
187
+ "application-signals",
188
188
  "applicationcostprofiler",
189
189
  "appmesh",
190
190
  "apprunner",
191
191
  "appstream",
192
192
  "appsync",
193
+ "apptest",
193
194
  "arc-zonal-shift",
194
195
  "artifact",
195
196
  "athena",
@@ -199,7 +200,6 @@ ServiceName = Literal[
199
200
  "b2bi",
200
201
  "backup",
201
202
  "backup-gateway",
202
- "backupstorage",
203
203
  "batch",
204
204
  "bcm-data-exports",
205
205
  "bedrock",
@@ -325,7 +325,6 @@ ServiceName = Literal[
325
325
  "guardduty",
326
326
  "health",
327
327
  "healthlake",
328
- "honeycode",
329
328
  "iam",
330
329
  "identitystore",
331
330
  "imagebuilder",
@@ -436,6 +435,7 @@ ServiceName = Literal[
436
435
  "payment-cryptography",
437
436
  "payment-cryptography-data",
438
437
  "pca-connector-ad",
438
+ "pca-connector-scep",
439
439
  "personalize",
440
440
  "personalize-events",
441
441
  "personalize-runtime",
@@ -525,6 +525,7 @@ ServiceName = Literal[
525
525
  "support-app",
526
526
  "swf",
527
527
  "synthetics",
528
+ "taxsettings",
528
529
  "textract",
529
530
  "timestream-influxdb",
530
531
  "timestream-query",
@@ -170,7 +170,6 @@ ServiceName = Literal[
170
170
  "account",
171
171
  "acm",
172
172
  "acm-pca",
173
- "alexaforbusiness",
174
173
  "amp",
175
174
  "amplify",
176
175
  "amplifybackend",
@@ -185,11 +184,13 @@ ServiceName = Literal[
185
184
  "appintegrations",
186
185
  "application-autoscaling",
187
186
  "application-insights",
187
+ "application-signals",
188
188
  "applicationcostprofiler",
189
189
  "appmesh",
190
190
  "apprunner",
191
191
  "appstream",
192
192
  "appsync",
193
+ "apptest",
193
194
  "arc-zonal-shift",
194
195
  "artifact",
195
196
  "athena",
@@ -199,7 +200,6 @@ ServiceName = Literal[
199
200
  "b2bi",
200
201
  "backup",
201
202
  "backup-gateway",
202
- "backupstorage",
203
203
  "batch",
204
204
  "bcm-data-exports",
205
205
  "bedrock",
@@ -325,7 +325,6 @@ ServiceName = Literal[
325
325
  "guardduty",
326
326
  "health",
327
327
  "healthlake",
328
- "honeycode",
329
328
  "iam",
330
329
  "identitystore",
331
330
  "imagebuilder",
@@ -436,6 +435,7 @@ ServiceName = Literal[
436
435
  "payment-cryptography",
437
436
  "payment-cryptography-data",
438
437
  "pca-connector-ad",
438
+ "pca-connector-scep",
439
439
  "personalize",
440
440
  "personalize-events",
441
441
  "personalize-runtime",
@@ -525,6 +525,7 @@ ServiceName = Literal[
525
525
  "support-app",
526
526
  "swf",
527
527
  "synthetics",
528
+ "taxsettings",
528
529
  "textract",
529
530
  "timestream-influxdb",
530
531
  "timestream-query",
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.114"
5
+ __version__ = "1.34.131"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-dynamodb
3
- Version: 1.34.114
4
- Summary: Type annotations for boto3.DynamoDB 1.34.114 service generated with mypy-boto3-builder 7.24.0
3
+ Version: 1.34.131
4
+ Summary: Type annotations for boto3.DynamoDB 1.34.131 service generated with mypy-boto3-builder 7.24.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
@@ -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.114](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
46
+ [boto3.DynamoDB 1.34.131](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/),
@@ -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=osVY_gbttagtXRTmIKGB9ABeuLFjeEk1rqugRMit5qI,926
3
+ mypy_boto3_dynamodb/__main__.py,sha256=KnEqtTJ48LJLD2aKUxCQWn-lwSdKaigu1BdElqRi9H4,926
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=XLpx9jcLg-8h0N6-R1vqHGyoYEVeT0HzNo1MTi2zbDo,14021
7
- mypy_boto3_dynamodb/literals.pyi,sha256=XLpx9jcLg-8h0N6-R1vqHGyoYEVeT0HzNo1MTi2zbDo,14021
6
+ mypy_boto3_dynamodb/literals.py,sha256=AFc3WB9hCxZyDtPcYB_CcNedUMa8XwoC3N6Q58u1Rko,14046
7
+ mypy_boto3_dynamodb/literals.pyi,sha256=AFc3WB9hCxZyDtPcYB_CcNedUMa8XwoC3N6Q58u1Rko,14046
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=2FBGCXWs41nRogdI5g_fWVWD0whZepflx
12
12
  mypy_boto3_dynamodb/service_resource.pyi,sha256=xJqk7N22et0OXawwXPPZ76jXAV8_FsDXH-6K05S5TLo,22850
13
13
  mypy_boto3_dynamodb/type_defs.py,sha256=PYLfv2uD0H1ed_nGTBg7VkQh9hqe27GwNguXsdb_6Ys,105316
14
14
  mypy_boto3_dynamodb/type_defs.pyi,sha256=PYLfv2uD0H1ed_nGTBg7VkQh9hqe27GwNguXsdb_6Ys,105316
15
- mypy_boto3_dynamodb/version.py,sha256=bACrXphLp64B93q_nUvVyPIZMrgivhezcqHRyjvAXx8,63
15
+ mypy_boto3_dynamodb/version.py,sha256=LKnSnvnVgHboGedSlSWZA_k3l3h43W1XlyCLbfr0tIM,63
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.114.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
19
- mypy_boto3_dynamodb-1.34.114.dist-info/METADATA,sha256=RaiM66MWrwVcY2p-Jh9hgzf-9VoFrYwH6fxDzTfrZms,16275
20
- mypy_boto3_dynamodb-1.34.114.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
21
- mypy_boto3_dynamodb-1.34.114.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
22
- mypy_boto3_dynamodb-1.34.114.dist-info/RECORD,,
18
+ mypy_boto3_dynamodb-1.34.131.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
19
+ mypy_boto3_dynamodb-1.34.131.dist-info/METADATA,sha256=KF8bTP3GZOD-ysXQFCjBWFmnmZyBqaHeSQkHw4UchUA,16275
20
+ mypy_boto3_dynamodb-1.34.131.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
21
+ mypy_boto3_dynamodb-1.34.131.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
22
+ mypy_boto3_dynamodb-1.34.131.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (70.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5