mypy-boto3-dynamodb 1.26.152__py3-none-any.whl → 1.26.164__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 +2 -2
- mypy_boto3_dynamodb/client.py +9 -4
- mypy_boto3_dynamodb/client.pyi +9 -4
- mypy_boto3_dynamodb/literals.py +3 -0
- mypy_boto3_dynamodb/literals.pyi +3 -0
- mypy_boto3_dynamodb/paginator.py +5 -5
- mypy_boto3_dynamodb/paginator.pyi +5 -5
- mypy_boto3_dynamodb/service_resource.py +7 -3
- mypy_boto3_dynamodb/service_resource.pyi +7 -3
- mypy_boto3_dynamodb/type_defs.py +421 -411
- mypy_boto3_dynamodb/type_defs.pyi +424 -414
- mypy_boto3_dynamodb/version.py +1 -1
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.164.dist-info}/METADATA +26 -26
- mypy_boto3_dynamodb-1.26.164.dist-info/RECORD +22 -0
- mypy_boto3_dynamodb-1.26.152.dist-info/RECORD +0 -22
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.164.dist-info}/LICENSE +0 -0
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.164.dist-info}/WHEEL +0 -0
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.164.dist-info}/top_level.txt +0 -0
mypy_boto3_dynamodb/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-dynamodb
|
|
3
|
-
Version: 1.26.
|
|
4
|
-
Summary: Type annotations for boto3.DynamoDB 1.26.
|
|
3
|
+
Version: 1.26.164
|
|
4
|
+
Summary: Type annotations for boto3.DynamoDB 1.26.164 service generated with mypy-boto3-builder 7.14.5
|
|
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.9"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.DynamoDB 1.26.
|
|
46
|
+
[boto3.DynamoDB 1.26.164](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/),
|
|
@@ -486,7 +486,7 @@ to typed dictionaries for additional type checking.
|
|
|
486
486
|
|
|
487
487
|
```python
|
|
488
488
|
from mypy_boto3_dynamodb.type_defs import (
|
|
489
|
-
|
|
489
|
+
ResponseMetadataTypeDef,
|
|
490
490
|
ArchivalSummaryTableTypeDef,
|
|
491
491
|
ArchivalSummaryTypeDef,
|
|
492
492
|
AttributeDefinitionServiceResourceTypeDef,
|
|
@@ -500,9 +500,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
500
500
|
BackupSummaryTableTypeDef,
|
|
501
501
|
BackupSummaryTypeDef,
|
|
502
502
|
KeysAndAttributesServiceResourceTypeDef,
|
|
503
|
-
BatchStatementErrorTypeDef,
|
|
504
503
|
ItemCollectionMetricsServiceResourceTypeDef,
|
|
505
|
-
BillingModeSummaryResponseMetadataTypeDef,
|
|
506
504
|
BillingModeSummaryTableTypeDef,
|
|
507
505
|
BillingModeSummaryTypeDef,
|
|
508
506
|
CapacityServiceResourceTypeDef,
|
|
@@ -553,13 +551,11 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
553
551
|
DescribeImportInputRequestTypeDef,
|
|
554
552
|
DescribeKinesisStreamingDestinationInputRequestTypeDef,
|
|
555
553
|
KinesisDataStreamDestinationTypeDef,
|
|
556
|
-
DescribeLimitsOutputTypeDef,
|
|
557
554
|
DescribeTableInputRequestTypeDef,
|
|
558
555
|
WaiterConfigTypeDef,
|
|
559
556
|
DescribeTableReplicaAutoScalingInputRequestTypeDef,
|
|
560
557
|
DescribeTimeToLiveInputRequestTypeDef,
|
|
561
558
|
TimeToLiveDescriptionTypeDef,
|
|
562
|
-
EmptyResponseMetadataTypeDef,
|
|
563
559
|
ExportSummaryTypeDef,
|
|
564
560
|
ExportTableToPointInTimeInputRequestTypeDef,
|
|
565
561
|
GetItemInputTableGetItemTypeDef,
|
|
@@ -568,43 +564,44 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
568
564
|
ProjectionServiceResourceTypeDef,
|
|
569
565
|
S3BucketSourceTypeDef,
|
|
570
566
|
KinesisStreamingDestinationInputRequestTypeDef,
|
|
571
|
-
|
|
572
|
-
ListBackupsInputListBackupsPaginateTypeDef,
|
|
567
|
+
PaginatorConfigTypeDef,
|
|
573
568
|
ListBackupsInputRequestTypeDef,
|
|
574
569
|
ListContributorInsightsInputRequestTypeDef,
|
|
575
570
|
ListExportsInputRequestTypeDef,
|
|
576
571
|
ListGlobalTablesInputRequestTypeDef,
|
|
577
572
|
ListImportsInputRequestTypeDef,
|
|
578
|
-
ListTablesInputListTablesPaginateTypeDef,
|
|
579
573
|
ListTablesInputRequestTypeDef,
|
|
580
|
-
ListTablesOutputTableTypeDef,
|
|
581
|
-
ListTablesOutputTypeDef,
|
|
582
|
-
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
583
574
|
ListTagsOfResourceInputRequestTypeDef,
|
|
584
575
|
TagTableTypeDef,
|
|
585
|
-
PaginatorConfigTypeDef,
|
|
586
576
|
PointInTimeRecoverySpecificationTypeDef,
|
|
587
|
-
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
588
577
|
PutRequestServiceResourceTypeDef,
|
|
589
578
|
TableClassSummaryTableTypeDef,
|
|
590
579
|
TableClassSummaryTypeDef,
|
|
591
|
-
ResponseMetadataTypeDef,
|
|
592
|
-
RestoreSummaryResponseMetadataTypeDef,
|
|
593
580
|
RestoreSummaryTableTypeDef,
|
|
594
581
|
RestoreSummaryTypeDef,
|
|
595
|
-
SSEDescriptionResponseMetadataTypeDef,
|
|
596
582
|
SSEDescriptionTableTypeDef,
|
|
597
583
|
SSEDescriptionTypeDef,
|
|
598
584
|
SSESpecificationTableTypeDef,
|
|
599
|
-
StreamSpecificationResponseMetadataTypeDef,
|
|
600
585
|
StreamSpecificationTableTypeDef,
|
|
601
586
|
TableBatchWriterRequestTypeDef,
|
|
602
|
-
TableClassSummaryResponseMetadataTypeDef,
|
|
603
587
|
TimeToLiveSpecificationTypeDef,
|
|
604
588
|
UntagResourceInputRequestTypeDef,
|
|
605
589
|
UpdateContributorInsightsInputRequestTypeDef,
|
|
590
|
+
ArchivalSummaryResponseMetadataTypeDef,
|
|
591
|
+
BillingModeSummaryResponseMetadataTypeDef,
|
|
592
|
+
DescribeLimitsOutputTypeDef,
|
|
593
|
+
EmptyResponseMetadataTypeDef,
|
|
594
|
+
KinesisStreamingDestinationOutputTypeDef,
|
|
595
|
+
ListTablesOutputTableTypeDef,
|
|
596
|
+
ListTablesOutputTypeDef,
|
|
597
|
+
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
598
|
+
RestoreSummaryResponseMetadataTypeDef,
|
|
599
|
+
SSEDescriptionResponseMetadataTypeDef,
|
|
600
|
+
StreamSpecificationResponseMetadataTypeDef,
|
|
601
|
+
TableClassSummaryResponseMetadataTypeDef,
|
|
606
602
|
UpdateContributorInsightsOutputTypeDef,
|
|
607
603
|
AttributeValueUpdateTypeDef,
|
|
604
|
+
BatchStatementErrorTypeDef,
|
|
608
605
|
BatchStatementRequestTypeDef,
|
|
609
606
|
ConditionCheckTypeDef,
|
|
610
607
|
ConditionTypeDef,
|
|
@@ -627,13 +624,10 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
627
624
|
ListBackupsOutputTableTypeDef,
|
|
628
625
|
ListBackupsOutputTypeDef,
|
|
629
626
|
BatchGetItemInputServiceResourceBatchGetItemTypeDef,
|
|
630
|
-
BatchStatementResponseTypeDef,
|
|
631
627
|
ConsumedCapacityServiceResourceTypeDef,
|
|
632
628
|
ConsumedCapacityTableTypeDef,
|
|
633
629
|
ConsumedCapacityTypeDef,
|
|
634
|
-
QueryInputQueryPaginateTypeDef,
|
|
635
630
|
QueryInputTableQueryTypeDef,
|
|
636
|
-
ScanInputScanPaginateTypeDef,
|
|
637
631
|
ScanInputTableScanTypeDef,
|
|
638
632
|
ContinuousBackupsDescriptionTypeDef,
|
|
639
633
|
ListContributorInsightsOutputTypeDef,
|
|
@@ -675,11 +669,17 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
675
669
|
GlobalSecondaryIndexServiceResourceTypeDef,
|
|
676
670
|
LocalSecondaryIndexServiceResourceTypeDef,
|
|
677
671
|
ImportSummaryTypeDef,
|
|
672
|
+
ListBackupsInputListBackupsPaginateTypeDef,
|
|
673
|
+
ListTablesInputListTablesPaginateTypeDef,
|
|
674
|
+
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
675
|
+
QueryInputQueryPaginateTypeDef,
|
|
676
|
+
ScanInputScanPaginateTypeDef,
|
|
678
677
|
ListTagsOfResourceOutputTableTypeDef,
|
|
679
678
|
UpdateContinuousBackupsInputRequestTypeDef,
|
|
680
679
|
WriteRequestServiceResourceTypeDef,
|
|
681
680
|
UpdateTimeToLiveInputRequestTypeDef,
|
|
682
681
|
UpdateTimeToLiveOutputTypeDef,
|
|
682
|
+
BatchStatementResponseTypeDef,
|
|
683
683
|
BatchExecuteStatementInputRequestTypeDef,
|
|
684
684
|
QueryInputRequestTypeDef,
|
|
685
685
|
ScanInputRequestTypeDef,
|
|
@@ -700,7 +700,6 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
700
700
|
QueryOutputTableTypeDef,
|
|
701
701
|
ScanOutputTableTypeDef,
|
|
702
702
|
UpdateItemOutputTableTypeDef,
|
|
703
|
-
BatchExecuteStatementOutputTypeDef,
|
|
704
703
|
BatchGetItemOutputTypeDef,
|
|
705
704
|
DeleteItemOutputTypeDef,
|
|
706
705
|
ExecuteStatementOutputTypeDef,
|
|
@@ -733,6 +732,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
733
732
|
ListImportsOutputTypeDef,
|
|
734
733
|
BatchWriteItemInputServiceResourceBatchWriteItemTypeDef,
|
|
735
734
|
BatchWriteItemOutputServiceResourceTypeDef,
|
|
735
|
+
BatchExecuteStatementOutputTypeDef,
|
|
736
736
|
TransactGetItemsInputRequestTypeDef,
|
|
737
737
|
BatchWriteItemInputRequestTypeDef,
|
|
738
738
|
BatchWriteItemOutputTypeDef,
|
|
@@ -781,7 +781,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
781
781
|
)
|
|
782
782
|
|
|
783
783
|
|
|
784
|
-
def get_structure() ->
|
|
784
|
+
def get_structure() -> ResponseMetadataTypeDef:
|
|
785
785
|
return {...}
|
|
786
786
|
```
|
|
787
787
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
mypy_boto3_dynamodb/__init__.py,sha256=MqkQHSL7HZrwHOth1N8qUU_W6QzZgptAYFvyX5PZ898,1858
|
|
2
|
+
mypy_boto3_dynamodb/__init__.pyi,sha256=OXYWs8hdRkQ_OZh244Cqc_KyEsNXX6yonMASGKrm9cQ,1856
|
|
3
|
+
mypy_boto3_dynamodb/__main__.py,sha256=c1yDydU73rwt9UWNJScF9wCK3vsFiBU8xu9QvZbZ8nk,914
|
|
4
|
+
mypy_boto3_dynamodb/client.py,sha256=b976PR5e27G9O-QRoAOggAEcoo_zBpS-TBgeHBoxM88,54381
|
|
5
|
+
mypy_boto3_dynamodb/client.pyi,sha256=wWtlhQYdNIfxic3dv841d5ATRH9m0KOBJe1UF35Xfz0,54314
|
|
6
|
+
mypy_boto3_dynamodb/literals.py,sha256=as3tf2ei8r0ROldLS5Fhi0Md-y4ELHApwbFmOEYeQpE,12863
|
|
7
|
+
mypy_boto3_dynamodb/literals.pyi,sha256=fB-ECQ9fv7Av9k-qWY0R45tulI9jH0G012JeRqcVqps,12861
|
|
8
|
+
mypy_boto3_dynamodb/paginator.py,sha256=lniP02quE49uhzrvI8tanPSif-ZMza1JDUlShuqKQ0c,8360
|
|
9
|
+
mypy_boto3_dynamodb/paginator.pyi,sha256=diNqfj_4cJaOMh-El2koEv19NINREJpyRP0L24qSAvo,8353
|
|
10
|
+
mypy_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_dynamodb/service_resource.py,sha256=U0msZZGarfn5aiBp-cr9RMwEO8l4uoTsxx3tzKdHJYA,27454
|
|
12
|
+
mypy_boto3_dynamodb/service_resource.pyi,sha256=cpjZsluZrHTRel5rhkqLXdBZpejNOCMBDWqyoSuVnPY,27427
|
|
13
|
+
mypy_boto3_dynamodb/type_defs.py,sha256=uWOp7kahVkUbKw52QY2fe94Jnj-BmBOH0Q4ZPme047I,152746
|
|
14
|
+
mypy_boto3_dynamodb/type_defs.pyi,sha256=ec6eNm1hQZEbPlCoGbMHPL8u_Rqs05w62xmqIgWfRI4,152593
|
|
15
|
+
mypy_boto3_dynamodb/version.py,sha256=E0_VDfmFoWg2DxST0YyPd0hkRZsg32ylySbhT86vHs8,62
|
|
16
|
+
mypy_boto3_dynamodb/waiter.py,sha256=tkG-N51VJGQd8hhItuTRQzvHUjw1UFQBnEdimdQAsus,2258
|
|
17
|
+
mypy_boto3_dynamodb/waiter.pyi,sha256=gZnEmkkAswkT3_2uIBq6oDEt4BtKjhPoXJ_HWmzEACo,2256
|
|
18
|
+
mypy_boto3_dynamodb-1.26.164.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
19
|
+
mypy_boto3_dynamodb-1.26.164.dist-info/METADATA,sha256=WJuCofkWPVZffUV37IDGOioFVH3acMrC_obt7xLb7jw,28320
|
|
20
|
+
mypy_boto3_dynamodb-1.26.164.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
21
|
+
mypy_boto3_dynamodb-1.26.164.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
|
|
22
|
+
mypy_boto3_dynamodb-1.26.164.dist-info/RECORD,,
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
mypy_boto3_dynamodb/__init__.py,sha256=MqkQHSL7HZrwHOth1N8qUU_W6QzZgptAYFvyX5PZ898,1858
|
|
2
|
-
mypy_boto3_dynamodb/__init__.pyi,sha256=OXYWs8hdRkQ_OZh244Cqc_KyEsNXX6yonMASGKrm9cQ,1856
|
|
3
|
-
mypy_boto3_dynamodb/__main__.py,sha256=sN_c-xjECckZ93W1Xo8hKAcCVh7BtLnKJP4ZSNREJLk,914
|
|
4
|
-
mypy_boto3_dynamodb/client.py,sha256=7wDuZ7oMGBDFZ0XvaKXIrYOf3qt_47kVu-_gnCYm0_g,53968
|
|
5
|
-
mypy_boto3_dynamodb/client.pyi,sha256=xojdUiORa8BAgT6TFgFZk7EBz9iUvUTLstpXgZHozHw,53901
|
|
6
|
-
mypy_boto3_dynamodb/literals.py,sha256=qk7iAxhx2nKKEE867XXN9NEY86wK_zgcN_wFwC4_nz4,12794
|
|
7
|
-
mypy_boto3_dynamodb/literals.pyi,sha256=W4hHoq0KPwBIW-F-DBN9PlPHbaOzAkLg1-Wl2DX1gXo,12792
|
|
8
|
-
mypy_boto3_dynamodb/paginator.py,sha256=4AmDRzwYxq6CmTl-MF1Nxh3_5E851AOrIX8ak18GDOA,8370
|
|
9
|
-
mypy_boto3_dynamodb/paginator.pyi,sha256=Qjc25ty-iOvZl3FR6JEVphiiUiI1kEuj3WBo6A004Z0,8363
|
|
10
|
-
mypy_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_dynamodb/service_resource.py,sha256=SUYLa6XfwpgUo85pqfEF1GMI4z-NpjQ5wYO3DmrcxuA,27133
|
|
12
|
-
mypy_boto3_dynamodb/service_resource.pyi,sha256=jePTeUufnC2OBU9ukv-6CieVXZvvK241g15MWnT7-3g,27106
|
|
13
|
-
mypy_boto3_dynamodb/type_defs.py,sha256=RIevexdXOdD2egvNmBc0txEL7l8Wf9AaieVjntS2qgg,152084
|
|
14
|
-
mypy_boto3_dynamodb/type_defs.pyi,sha256=uwxgYmJP91bP--SceP4CTbEY9qMj8lwdS1k-xeN4FyM,151931
|
|
15
|
-
mypy_boto3_dynamodb/version.py,sha256=jrHHNs-zgqjyBgvGCQREABEdDz74JgE7Eo-Y-FfPT0g,62
|
|
16
|
-
mypy_boto3_dynamodb/waiter.py,sha256=tkG-N51VJGQd8hhItuTRQzvHUjw1UFQBnEdimdQAsus,2258
|
|
17
|
-
mypy_boto3_dynamodb/waiter.pyi,sha256=gZnEmkkAswkT3_2uIBq6oDEt4BtKjhPoXJ_HWmzEACo,2256
|
|
18
|
-
mypy_boto3_dynamodb-1.26.152.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
19
|
-
mypy_boto3_dynamodb-1.26.152.dist-info/METADATA,sha256=mmGK2cbyzc4VSgkG9SEOA7D-cgP4wMZ_WZVXgY0Sh_4,28335
|
|
20
|
-
mypy_boto3_dynamodb-1.26.152.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
21
|
-
mypy_boto3_dynamodb-1.26.152.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
|
|
22
|
-
mypy_boto3_dynamodb-1.26.152.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.164.dist-info}/top_level.txt
RENAMED
|
File without changes
|