mypy-boto3-dynamodb 1.26.152__py3-none-any.whl → 1.26.158__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/literals.py +2 -0
- mypy_boto3_dynamodb/literals.pyi +2 -0
- mypy_boto3_dynamodb/paginator.py +5 -5
- mypy_boto3_dynamodb/paginator.pyi +5 -5
- mypy_boto3_dynamodb/type_defs.py +364 -364
- mypy_boto3_dynamodb/type_defs.pyi +358 -358
- mypy_boto3_dynamodb/version.py +1 -1
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.158.dist-info}/METADATA +23 -23
- mypy_boto3_dynamodb-1.26.158.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.158.dist-info}/LICENSE +0 -0
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.158.dist-info}/WHEEL +0 -0
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.158.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.158
|
|
4
|
+
Summary: Type annotations for boto3.DynamoDB 1.26.158 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.158](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,
|
|
@@ -502,7 +502,6 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
502
502
|
KeysAndAttributesServiceResourceTypeDef,
|
|
503
503
|
BatchStatementErrorTypeDef,
|
|
504
504
|
ItemCollectionMetricsServiceResourceTypeDef,
|
|
505
|
-
BillingModeSummaryResponseMetadataTypeDef,
|
|
506
505
|
BillingModeSummaryTableTypeDef,
|
|
507
506
|
BillingModeSummaryTypeDef,
|
|
508
507
|
CapacityServiceResourceTypeDef,
|
|
@@ -553,13 +552,11 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
553
552
|
DescribeImportInputRequestTypeDef,
|
|
554
553
|
DescribeKinesisStreamingDestinationInputRequestTypeDef,
|
|
555
554
|
KinesisDataStreamDestinationTypeDef,
|
|
556
|
-
DescribeLimitsOutputTypeDef,
|
|
557
555
|
DescribeTableInputRequestTypeDef,
|
|
558
556
|
WaiterConfigTypeDef,
|
|
559
557
|
DescribeTableReplicaAutoScalingInputRequestTypeDef,
|
|
560
558
|
DescribeTimeToLiveInputRequestTypeDef,
|
|
561
559
|
TimeToLiveDescriptionTypeDef,
|
|
562
|
-
EmptyResponseMetadataTypeDef,
|
|
563
560
|
ExportSummaryTypeDef,
|
|
564
561
|
ExportTableToPointInTimeInputRequestTypeDef,
|
|
565
562
|
GetItemInputTableGetItemTypeDef,
|
|
@@ -568,41 +565,41 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
568
565
|
ProjectionServiceResourceTypeDef,
|
|
569
566
|
S3BucketSourceTypeDef,
|
|
570
567
|
KinesisStreamingDestinationInputRequestTypeDef,
|
|
571
|
-
|
|
572
|
-
ListBackupsInputListBackupsPaginateTypeDef,
|
|
568
|
+
PaginatorConfigTypeDef,
|
|
573
569
|
ListBackupsInputRequestTypeDef,
|
|
574
570
|
ListContributorInsightsInputRequestTypeDef,
|
|
575
571
|
ListExportsInputRequestTypeDef,
|
|
576
572
|
ListGlobalTablesInputRequestTypeDef,
|
|
577
573
|
ListImportsInputRequestTypeDef,
|
|
578
|
-
ListTablesInputListTablesPaginateTypeDef,
|
|
579
574
|
ListTablesInputRequestTypeDef,
|
|
580
|
-
ListTablesOutputTableTypeDef,
|
|
581
|
-
ListTablesOutputTypeDef,
|
|
582
|
-
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
583
575
|
ListTagsOfResourceInputRequestTypeDef,
|
|
584
576
|
TagTableTypeDef,
|
|
585
|
-
PaginatorConfigTypeDef,
|
|
586
577
|
PointInTimeRecoverySpecificationTypeDef,
|
|
587
|
-
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
588
578
|
PutRequestServiceResourceTypeDef,
|
|
589
579
|
TableClassSummaryTableTypeDef,
|
|
590
580
|
TableClassSummaryTypeDef,
|
|
591
|
-
ResponseMetadataTypeDef,
|
|
592
|
-
RestoreSummaryResponseMetadataTypeDef,
|
|
593
581
|
RestoreSummaryTableTypeDef,
|
|
594
582
|
RestoreSummaryTypeDef,
|
|
595
|
-
SSEDescriptionResponseMetadataTypeDef,
|
|
596
583
|
SSEDescriptionTableTypeDef,
|
|
597
584
|
SSEDescriptionTypeDef,
|
|
598
585
|
SSESpecificationTableTypeDef,
|
|
599
|
-
StreamSpecificationResponseMetadataTypeDef,
|
|
600
586
|
StreamSpecificationTableTypeDef,
|
|
601
587
|
TableBatchWriterRequestTypeDef,
|
|
602
|
-
TableClassSummaryResponseMetadataTypeDef,
|
|
603
588
|
TimeToLiveSpecificationTypeDef,
|
|
604
589
|
UntagResourceInputRequestTypeDef,
|
|
605
590
|
UpdateContributorInsightsInputRequestTypeDef,
|
|
591
|
+
ArchivalSummaryResponseMetadataTypeDef,
|
|
592
|
+
BillingModeSummaryResponseMetadataTypeDef,
|
|
593
|
+
DescribeLimitsOutputTypeDef,
|
|
594
|
+
EmptyResponseMetadataTypeDef,
|
|
595
|
+
KinesisStreamingDestinationOutputTypeDef,
|
|
596
|
+
ListTablesOutputTableTypeDef,
|
|
597
|
+
ListTablesOutputTypeDef,
|
|
598
|
+
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
599
|
+
RestoreSummaryResponseMetadataTypeDef,
|
|
600
|
+
SSEDescriptionResponseMetadataTypeDef,
|
|
601
|
+
StreamSpecificationResponseMetadataTypeDef,
|
|
602
|
+
TableClassSummaryResponseMetadataTypeDef,
|
|
606
603
|
UpdateContributorInsightsOutputTypeDef,
|
|
607
604
|
AttributeValueUpdateTypeDef,
|
|
608
605
|
BatchStatementRequestTypeDef,
|
|
@@ -631,9 +628,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
631
628
|
ConsumedCapacityServiceResourceTypeDef,
|
|
632
629
|
ConsumedCapacityTableTypeDef,
|
|
633
630
|
ConsumedCapacityTypeDef,
|
|
634
|
-
QueryInputQueryPaginateTypeDef,
|
|
635
631
|
QueryInputTableQueryTypeDef,
|
|
636
|
-
ScanInputScanPaginateTypeDef,
|
|
637
632
|
ScanInputTableScanTypeDef,
|
|
638
633
|
ContinuousBackupsDescriptionTypeDef,
|
|
639
634
|
ListContributorInsightsOutputTypeDef,
|
|
@@ -675,6 +670,11 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
675
670
|
GlobalSecondaryIndexServiceResourceTypeDef,
|
|
676
671
|
LocalSecondaryIndexServiceResourceTypeDef,
|
|
677
672
|
ImportSummaryTypeDef,
|
|
673
|
+
ListBackupsInputListBackupsPaginateTypeDef,
|
|
674
|
+
ListTablesInputListTablesPaginateTypeDef,
|
|
675
|
+
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
676
|
+
QueryInputQueryPaginateTypeDef,
|
|
677
|
+
ScanInputScanPaginateTypeDef,
|
|
678
678
|
ListTagsOfResourceOutputTableTypeDef,
|
|
679
679
|
UpdateContinuousBackupsInputRequestTypeDef,
|
|
680
680
|
WriteRequestServiceResourceTypeDef,
|
|
@@ -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=6GdmmK8gi4VapPOKP3mDmZUBwI8mCy9YB-bg8r3xT_o,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=nKto9mIKHhArwbSGV_Ro_xrIe-5Az39_fjtvqrZVgng,12846
|
|
7
|
+
mypy_boto3_dynamodb/literals.pyi,sha256=vmZxyeVlLhR7oriEUt2X6C24sbr_o6ZQxucx1HxO778,12844
|
|
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=SUYLa6XfwpgUo85pqfEF1GMI4z-NpjQ5wYO3DmrcxuA,27133
|
|
12
|
+
mypy_boto3_dynamodb/service_resource.pyi,sha256=jePTeUufnC2OBU9ukv-6CieVXZvvK241g15MWnT7-3g,27106
|
|
13
|
+
mypy_boto3_dynamodb/type_defs.py,sha256=Tn-smbVXVSPMT7lUorDR3F7iiJIOOcHoTgjcxzLxK-o,151904
|
|
14
|
+
mypy_boto3_dynamodb/type_defs.pyi,sha256=UfiAN4ZortEitwUDZ26ygFOADOFgxcm53A_jQut6-yk,151751
|
|
15
|
+
mypy_boto3_dynamodb/version.py,sha256=lKgpj_GjbKqr3p5NUFLxXcm1sHozL8DPLPjr0iA2xTA,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.158.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
19
|
+
mypy_boto3_dynamodb-1.26.158.dist-info/METADATA,sha256=3rD6nJ0pWZxibhr9_sgWa-BqFvMXRamq2Ph3JHqB81E,28320
|
|
20
|
+
mypy_boto3_dynamodb-1.26.158.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
21
|
+
mypy_boto3_dynamodb-1.26.158.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
|
|
22
|
+
mypy_boto3_dynamodb-1.26.158.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.158.dist-info}/top_level.txt
RENAMED
|
File without changes
|