mypy-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.
- mypy_boto3_dynamodb/__main__.py +3 -3
- mypy_boto3_dynamodb/literals.py +5 -0
- mypy_boto3_dynamodb/literals.pyi +5 -0
- mypy_boto3_dynamodb/version.py +1 -1
- {mypy_boto3_dynamodb-1.41.0.dist-info → mypy_boto3_dynamodb-1.42.3.dist-info}/METADATA +4 -4
- {mypy_boto3_dynamodb-1.41.0.dist-info → mypy_boto3_dynamodb-1.42.3.dist-info}/RECORD +9 -9
- {mypy_boto3_dynamodb-1.41.0.dist-info → mypy_boto3_dynamodb-1.42.3.dist-info}/WHEEL +0 -0
- {mypy_boto3_dynamodb-1.41.0.dist-info → mypy_boto3_dynamodb-1.42.3.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_dynamodb-1.41.0.dist-info → mypy_boto3_dynamodb-1.42.3.dist-info}/top_level.txt +0 -0
mypy_boto3_dynamodb/__main__.py
CHANGED
|
@@ -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.
|
|
16
|
-
"Version: 1.
|
|
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/boto3_stubs_docs/mypy_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.
|
|
29
|
+
sys.stdout.write("1.42.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_dynamodb/literals.py
CHANGED
|
@@ -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",
|
mypy_boto3_dynamodb/literals.pyi
CHANGED
|
@@ -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",
|
mypy_boto3_dynamodb/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-dynamodb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 DynamoDB 1.
|
|
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
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
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/),
|
|
@@ -109,7 +109,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
109
109
|
isolation.
|
|
110
110
|
|
|
111
111
|
1. Run mypy-boto3-builder in your package root directory:
|
|
112
|
-
`uvx --with 'boto3==1.
|
|
112
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
113
113
|
2. Select `boto3-stubs` AWS SDK.
|
|
114
114
|
3. Add `DynamoDB` service.
|
|
115
115
|
4. Use provided commands to install generated packages.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
mypy_boto3_dynamodb/__init__.py,sha256=RtWLr5qHbk9BDBzkz4SQ4olA-twsDIcWdSPYar5JGCM,2090
|
|
2
2
|
mypy_boto3_dynamodb/__init__.pyi,sha256=g7AAZHZ2jejV34Cf-vht4Iz_YVHPjlQNfeiptjrAFB4,2087
|
|
3
|
-
mypy_boto3_dynamodb/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_dynamodb/__main__.py,sha256=pmDrG7ykMfnUIOXegpoGSVN2IX00pej2Z9ksq1Jo3z8,985
|
|
4
4
|
mypy_boto3_dynamodb/client.py,sha256=IqHzACmmWJ269gWO8g3P2kbp4L5oUVYaGD8OK7cgM70,42622
|
|
5
5
|
mypy_boto3_dynamodb/client.pyi,sha256=NbYD0CG4_zKZVKchCB7UqiA7pQcVGalGLm1JksJ1i1E,42619
|
|
6
|
-
mypy_boto3_dynamodb/literals.py,sha256=
|
|
7
|
-
mypy_boto3_dynamodb/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_dynamodb/literals.py,sha256=YSFX26ao1oWC2dYVDEnPGIK50w9zTPdwNduWR9G4Zj0,15260
|
|
7
|
+
mypy_boto3_dynamodb/literals.pyi,sha256=1qWx7AQKHD6KKL4mMvcXQEz-mxHehmcuVu4KiAYnpr0,15258
|
|
8
8
|
mypy_boto3_dynamodb/paginator.py,sha256=wuU1KYjaAximTUXHtfrHMKeVdgtC7Wuro8wmfUcWCrs,6929
|
|
9
9
|
mypy_boto3_dynamodb/paginator.pyi,sha256=eQf1IutnaUroIW-LxJYHKEc0sr8l7ulkXagsNGQMgh4,6913
|
|
10
10
|
mypy_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -12,11 +12,11 @@ mypy_boto3_dynamodb/service_resource.py,sha256=M2jSnhIw2gNE7aQVpRDg0AbTkJVGW4wIc
|
|
|
12
12
|
mypy_boto3_dynamodb/service_resource.pyi,sha256=57QHpm-q3A3AZLgeE0uo4Te2O6nMEZu5m2UFkcS0Sz4,17212
|
|
13
13
|
mypy_boto3_dynamodb/type_defs.py,sha256=pThxVrWevI1NndF1WrUk_04EWuCYKpERTngrxb9JIxg,86423
|
|
14
14
|
mypy_boto3_dynamodb/type_defs.pyi,sha256=urRsUHBt9VtmlWAoYxpRiEhKfYOWDJPHEg25_KeISqw,86143
|
|
15
|
-
mypy_boto3_dynamodb/version.py,sha256=
|
|
15
|
+
mypy_boto3_dynamodb/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
16
16
|
mypy_boto3_dynamodb/waiter.py,sha256=7FIuQ_7AG60CPUrBwavSVzLkAEAvP4slPOOqVNmxIYE,2635
|
|
17
17
|
mypy_boto3_dynamodb/waiter.pyi,sha256=13JrmDc8WtWAQ1yOd82vd_nu4B2q6hRj1yex7Fiar1k,2630
|
|
18
|
-
mypy_boto3_dynamodb-1.
|
|
19
|
-
mypy_boto3_dynamodb-1.
|
|
20
|
-
mypy_boto3_dynamodb-1.
|
|
21
|
-
mypy_boto3_dynamodb-1.
|
|
22
|
-
mypy_boto3_dynamodb-1.
|
|
18
|
+
mypy_boto3_dynamodb-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
19
|
+
mypy_boto3_dynamodb-1.42.3.dist-info/METADATA,sha256=FmpTWqxg9nA-WQgR08gfg-23CGiav4Im_jFXEcs8f1g,18054
|
|
20
|
+
mypy_boto3_dynamodb-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
+
mypy_boto3_dynamodb-1.42.3.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
|
|
22
|
+
mypy_boto3_dynamodb-1.42.3.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_dynamodb-1.41.0.dist-info → mypy_boto3_dynamodb-1.42.3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|