types-boto3-dynamodb 1.41.0__py3-none-any.whl → 1.42.3__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 DynamoDB 1.41.0\n"
16
- "Version: 1.41.0\n"
15
+ "Type annotations for boto3 DynamoDB 1.42.3\n"
16
+ "Version: 1.42.3\n"
17
17
  "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#dynamodb\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.41.0\n")
29
+ sys.stdout.write("1.42.3\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -274,6 +274,7 @@ ServiceName = Literal[
274
274
  "comprehend",
275
275
  "comprehendmedical",
276
276
  "compute-optimizer",
277
+ "compute-optimizer-automation",
277
278
  "config",
278
279
  "connect",
279
280
  "connect-contact-lens",
@@ -454,6 +455,7 @@ ServiceName = Literal[
454
455
  "networkmonitor",
455
456
  "notifications",
456
457
  "notificationscontacts",
458
+ "nova-act",
457
459
  "oam",
458
460
  "observabilityadmin",
459
461
  "odb",
@@ -464,6 +466,8 @@ ServiceName = Literal[
464
466
  "osis",
465
467
  "outposts",
466
468
  "panorama",
469
+ "partnercentral-account",
470
+ "partnercentral-benefits",
467
471
  "partnercentral-channel",
468
472
  "partnercentral-selling",
469
473
  "payment-cryptography",
@@ -506,6 +510,7 @@ ServiceName = Literal[
506
510
  "route53-recovery-control-config",
507
511
  "route53-recovery-readiness",
508
512
  "route53domains",
513
+ "route53globalresolver",
509
514
  "route53profiles",
510
515
  "route53resolver",
511
516
  "rtbfabric",
@@ -272,6 +272,7 @@ ServiceName = Literal[
272
272
  "comprehend",
273
273
  "comprehendmedical",
274
274
  "compute-optimizer",
275
+ "compute-optimizer-automation",
275
276
  "config",
276
277
  "connect",
277
278
  "connect-contact-lens",
@@ -452,6 +453,7 @@ ServiceName = Literal[
452
453
  "networkmonitor",
453
454
  "notifications",
454
455
  "notificationscontacts",
456
+ "nova-act",
455
457
  "oam",
456
458
  "observabilityadmin",
457
459
  "odb",
@@ -462,6 +464,8 @@ ServiceName = Literal[
462
464
  "osis",
463
465
  "outposts",
464
466
  "panorama",
467
+ "partnercentral-account",
468
+ "partnercentral-benefits",
465
469
  "partnercentral-channel",
466
470
  "partnercentral-selling",
467
471
  "payment-cryptography",
@@ -504,6 +508,7 @@ ServiceName = Literal[
504
508
  "route53-recovery-control-config",
505
509
  "route53-recovery-readiness",
506
510
  "route53domains",
511
+ "route53globalresolver",
507
512
  "route53profiles",
508
513
  "route53resolver",
509
514
  "rtbfabric",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.41.0"
7
+ __version__ = "1.42.3"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-dynamodb
3
- Version: 1.41.0
4
- Summary: Type annotations for boto3 DynamoDB 1.41.0 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.3
4
+ Summary: Type annotations for boto3 DynamoDB 1.42.3 service generated with mypy-boto3-builder 8.12.0
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -42,7 +42,7 @@ Dynamic: license-file
42
42
 
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 DynamoDB 1.41.0](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 DynamoDB 1.42.3](https://pypi.org/project/boto3/)
46
46
  compatible with [VSCode](https://code.visualstudio.com/),
47
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -108,7 +108,7 @@ You can generate type annotations for `boto3` package locally with
108
108
  isolation.
109
109
 
110
110
  1. Run mypy-boto3-builder in your package root directory:
111
- `uvx --with 'boto3==1.41.0' mypy-boto3-builder`
111
+ `uvx --with 'boto3==1.42.3' mypy-boto3-builder`
112
112
  2. Select `boto3` AWS SDK.
113
113
  3. Add `DynamoDB` service.
114
114
  4. Use provided commands to install generated packages.
@@ -1,10 +1,10 @@
1
1
  types_boto3_dynamodb/__init__.py,sha256=ZBO-3ULG66wH_yzzdXl422EifLzuATrq6kR6tDNnxQs,2092
2
2
  types_boto3_dynamodb/__init__.pyi,sha256=XGRVsY9lNlWDBYxVOpvdLfoe1luub8AuBOiTwhM6bes,2089
3
- types_boto3_dynamodb/__main__.py,sha256=1O84zEuwHua--YP3tNYQ8tlAhNwkmjpsVlaGCo6mPaA,986
3
+ types_boto3_dynamodb/__main__.py,sha256=GT_ea6gJomvVvSPZDP2NW8bHn2DydyewjIyr7sqLg_4,986
4
4
  types_boto3_dynamodb/client.py,sha256=Dt5IcVIBlJgeOJcLYNgwa71saVPQtMh6wXQQkfY-d1M,42692
5
5
  types_boto3_dynamodb/client.pyi,sha256=X9aLePvQ4f3vzNDYJvBQRsV-2IcVa0atyLn6ieODH0c,42689
6
- types_boto3_dynamodb/literals.py,sha256=yUosxeUao_JWrO7oGpai4Evn61xDjSDaHo7rPMyyTbo,15120
7
- types_boto3_dynamodb/literals.pyi,sha256=NAK_Dp5xelp-GeDkLuTH3jgcrIItMJwM3TRTrjiDPZI,15118
6
+ types_boto3_dynamodb/literals.py,sha256=DRWqo9w7ziTAA7EI-8cl71-fwD6J7Dq-OG-7HUZDKIs,15262
7
+ types_boto3_dynamodb/literals.pyi,sha256=dqZ0UwXbOG7dd_yUNQzNCBaUAYS4Wa2Wk12jrlZYeLw,15260
8
8
  types_boto3_dynamodb/paginator.py,sha256=oZ2wmLVV2seBjn_VO65rdSrb0CuTS8s_uZbr2-wH04Y,6942
9
9
  types_boto3_dynamodb/paginator.pyi,sha256=aO4anFQGtr3QOlll-9MW7liKjxqfye4JMYOYVaV2T2g,6926
10
10
  types_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -12,11 +12,11 @@ types_boto3_dynamodb/service_resource.py,sha256=7ZeBdLepGbWF5B7T1uykzOj44YQZIBAr
12
12
  types_boto3_dynamodb/service_resource.pyi,sha256=0CtL_S0HLAHOWf2eH_Oc4vt5X38edqJJRqbhJwpNNbo,17243
13
13
  types_boto3_dynamodb/type_defs.py,sha256=6N72ld0fG7310MgCv3TBN2lwusNWW5_DCBYVY7McoWo,86425
14
14
  types_boto3_dynamodb/type_defs.pyi,sha256=bM28a7oIqrex5lKN3TUlvJDo2fAM_qcWbtFi414R568,86145
15
- types_boto3_dynamodb/version.py,sha256=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,92
15
+ types_boto3_dynamodb/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
16
16
  types_boto3_dynamodb/waiter.py,sha256=fO1bs9OQZo1fE_rrJJL_APQKNhs09xy6MDjx0VpLA7c,2642
17
17
  types_boto3_dynamodb/waiter.pyi,sha256=kiS4o4KdVkaorJjgmwWAruStbd2hTtTl7C9Q1uqfB3c,2637
18
- types_boto3_dynamodb-1.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
19
- types_boto3_dynamodb-1.41.0.dist-info/METADATA,sha256=SwDsoudKNECPRqVx6--s2j04NGqgSe9__zTI06fzFFo,17559
20
- types_boto3_dynamodb-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- types_boto3_dynamodb-1.41.0.dist-info/top_level.txt,sha256=qetKI9-H-rMGIOB1IBzTvryBK-GlE9YjkQQwaB1GpB8,21
22
- types_boto3_dynamodb-1.41.0.dist-info/RECORD,,
18
+ types_boto3_dynamodb-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
19
+ types_boto3_dynamodb-1.42.3.dist-info/METADATA,sha256=2DoWfgoJmpDY93Yzt-66KhYkIIZHkbFz3sbg0FhmXmw,17559
20
+ types_boto3_dynamodb-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ types_boto3_dynamodb-1.42.3.dist-info/top_level.txt,sha256=qetKI9-H-rMGIOB1IBzTvryBK-GlE9YjkQQwaB1GpB8,21
22
+ types_boto3_dynamodb-1.42.3.dist-info/RECORD,,