mypy-boto3-dynamodb 1.26.152__tar.gz → 1.26.164__tar.gz
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-1.26.152 → mypy-boto3-dynamodb-1.26.164}/PKG-INFO +26 -26
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/README.md +24 -24
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/__main__.py +2 -2
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/client.py +9 -4
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/client.pyi +9 -4
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/literals.py +3 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/literals.pyi +3 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/paginator.py +5 -5
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/paginator.pyi +5 -5
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/service_resource.py +7 -3
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/service_resource.pyi +7 -3
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/type_defs.py +421 -411
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/type_defs.pyi +424 -414
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/version.py +1 -1
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb.egg-info/PKG-INFO +26 -26
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/setup.py +2 -2
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/LICENSE +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/__init__.py +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/__init__.pyi +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/py.typed +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/waiter.py +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/waiter.pyi +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/setup.cfg +0 -0
|
@@ -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
|
|
@@ -42,7 +42,7 @@ License-File: LICENSE
|
|
|
42
42
|

|
|
43
43
|
|
|
44
44
|
Type annotations for
|
|
45
|
-
[boto3.DynamoDB 1.26.
|
|
45
|
+
[boto3.DynamoDB 1.26.164](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
|
|
46
46
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -485,7 +485,7 @@ to typed dictionaries for additional type checking.
|
|
|
485
485
|
|
|
486
486
|
```python
|
|
487
487
|
from mypy_boto3_dynamodb.type_defs import (
|
|
488
|
-
|
|
488
|
+
ResponseMetadataTypeDef,
|
|
489
489
|
ArchivalSummaryTableTypeDef,
|
|
490
490
|
ArchivalSummaryTypeDef,
|
|
491
491
|
AttributeDefinitionServiceResourceTypeDef,
|
|
@@ -499,9 +499,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
499
499
|
BackupSummaryTableTypeDef,
|
|
500
500
|
BackupSummaryTypeDef,
|
|
501
501
|
KeysAndAttributesServiceResourceTypeDef,
|
|
502
|
-
BatchStatementErrorTypeDef,
|
|
503
502
|
ItemCollectionMetricsServiceResourceTypeDef,
|
|
504
|
-
BillingModeSummaryResponseMetadataTypeDef,
|
|
505
503
|
BillingModeSummaryTableTypeDef,
|
|
506
504
|
BillingModeSummaryTypeDef,
|
|
507
505
|
CapacityServiceResourceTypeDef,
|
|
@@ -552,13 +550,11 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
552
550
|
DescribeImportInputRequestTypeDef,
|
|
553
551
|
DescribeKinesisStreamingDestinationInputRequestTypeDef,
|
|
554
552
|
KinesisDataStreamDestinationTypeDef,
|
|
555
|
-
DescribeLimitsOutputTypeDef,
|
|
556
553
|
DescribeTableInputRequestTypeDef,
|
|
557
554
|
WaiterConfigTypeDef,
|
|
558
555
|
DescribeTableReplicaAutoScalingInputRequestTypeDef,
|
|
559
556
|
DescribeTimeToLiveInputRequestTypeDef,
|
|
560
557
|
TimeToLiveDescriptionTypeDef,
|
|
561
|
-
EmptyResponseMetadataTypeDef,
|
|
562
558
|
ExportSummaryTypeDef,
|
|
563
559
|
ExportTableToPointInTimeInputRequestTypeDef,
|
|
564
560
|
GetItemInputTableGetItemTypeDef,
|
|
@@ -567,43 +563,44 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
567
563
|
ProjectionServiceResourceTypeDef,
|
|
568
564
|
S3BucketSourceTypeDef,
|
|
569
565
|
KinesisStreamingDestinationInputRequestTypeDef,
|
|
570
|
-
|
|
571
|
-
ListBackupsInputListBackupsPaginateTypeDef,
|
|
566
|
+
PaginatorConfigTypeDef,
|
|
572
567
|
ListBackupsInputRequestTypeDef,
|
|
573
568
|
ListContributorInsightsInputRequestTypeDef,
|
|
574
569
|
ListExportsInputRequestTypeDef,
|
|
575
570
|
ListGlobalTablesInputRequestTypeDef,
|
|
576
571
|
ListImportsInputRequestTypeDef,
|
|
577
|
-
ListTablesInputListTablesPaginateTypeDef,
|
|
578
572
|
ListTablesInputRequestTypeDef,
|
|
579
|
-
ListTablesOutputTableTypeDef,
|
|
580
|
-
ListTablesOutputTypeDef,
|
|
581
|
-
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
582
573
|
ListTagsOfResourceInputRequestTypeDef,
|
|
583
574
|
TagTableTypeDef,
|
|
584
|
-
PaginatorConfigTypeDef,
|
|
585
575
|
PointInTimeRecoverySpecificationTypeDef,
|
|
586
|
-
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
587
576
|
PutRequestServiceResourceTypeDef,
|
|
588
577
|
TableClassSummaryTableTypeDef,
|
|
589
578
|
TableClassSummaryTypeDef,
|
|
590
|
-
ResponseMetadataTypeDef,
|
|
591
|
-
RestoreSummaryResponseMetadataTypeDef,
|
|
592
579
|
RestoreSummaryTableTypeDef,
|
|
593
580
|
RestoreSummaryTypeDef,
|
|
594
|
-
SSEDescriptionResponseMetadataTypeDef,
|
|
595
581
|
SSEDescriptionTableTypeDef,
|
|
596
582
|
SSEDescriptionTypeDef,
|
|
597
583
|
SSESpecificationTableTypeDef,
|
|
598
|
-
StreamSpecificationResponseMetadataTypeDef,
|
|
599
584
|
StreamSpecificationTableTypeDef,
|
|
600
585
|
TableBatchWriterRequestTypeDef,
|
|
601
|
-
TableClassSummaryResponseMetadataTypeDef,
|
|
602
586
|
TimeToLiveSpecificationTypeDef,
|
|
603
587
|
UntagResourceInputRequestTypeDef,
|
|
604
588
|
UpdateContributorInsightsInputRequestTypeDef,
|
|
589
|
+
ArchivalSummaryResponseMetadataTypeDef,
|
|
590
|
+
BillingModeSummaryResponseMetadataTypeDef,
|
|
591
|
+
DescribeLimitsOutputTypeDef,
|
|
592
|
+
EmptyResponseMetadataTypeDef,
|
|
593
|
+
KinesisStreamingDestinationOutputTypeDef,
|
|
594
|
+
ListTablesOutputTableTypeDef,
|
|
595
|
+
ListTablesOutputTypeDef,
|
|
596
|
+
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
597
|
+
RestoreSummaryResponseMetadataTypeDef,
|
|
598
|
+
SSEDescriptionResponseMetadataTypeDef,
|
|
599
|
+
StreamSpecificationResponseMetadataTypeDef,
|
|
600
|
+
TableClassSummaryResponseMetadataTypeDef,
|
|
605
601
|
UpdateContributorInsightsOutputTypeDef,
|
|
606
602
|
AttributeValueUpdateTypeDef,
|
|
603
|
+
BatchStatementErrorTypeDef,
|
|
607
604
|
BatchStatementRequestTypeDef,
|
|
608
605
|
ConditionCheckTypeDef,
|
|
609
606
|
ConditionTypeDef,
|
|
@@ -626,13 +623,10 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
626
623
|
ListBackupsOutputTableTypeDef,
|
|
627
624
|
ListBackupsOutputTypeDef,
|
|
628
625
|
BatchGetItemInputServiceResourceBatchGetItemTypeDef,
|
|
629
|
-
BatchStatementResponseTypeDef,
|
|
630
626
|
ConsumedCapacityServiceResourceTypeDef,
|
|
631
627
|
ConsumedCapacityTableTypeDef,
|
|
632
628
|
ConsumedCapacityTypeDef,
|
|
633
|
-
QueryInputQueryPaginateTypeDef,
|
|
634
629
|
QueryInputTableQueryTypeDef,
|
|
635
|
-
ScanInputScanPaginateTypeDef,
|
|
636
630
|
ScanInputTableScanTypeDef,
|
|
637
631
|
ContinuousBackupsDescriptionTypeDef,
|
|
638
632
|
ListContributorInsightsOutputTypeDef,
|
|
@@ -674,11 +668,17 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
674
668
|
GlobalSecondaryIndexServiceResourceTypeDef,
|
|
675
669
|
LocalSecondaryIndexServiceResourceTypeDef,
|
|
676
670
|
ImportSummaryTypeDef,
|
|
671
|
+
ListBackupsInputListBackupsPaginateTypeDef,
|
|
672
|
+
ListTablesInputListTablesPaginateTypeDef,
|
|
673
|
+
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
674
|
+
QueryInputQueryPaginateTypeDef,
|
|
675
|
+
ScanInputScanPaginateTypeDef,
|
|
677
676
|
ListTagsOfResourceOutputTableTypeDef,
|
|
678
677
|
UpdateContinuousBackupsInputRequestTypeDef,
|
|
679
678
|
WriteRequestServiceResourceTypeDef,
|
|
680
679
|
UpdateTimeToLiveInputRequestTypeDef,
|
|
681
680
|
UpdateTimeToLiveOutputTypeDef,
|
|
681
|
+
BatchStatementResponseTypeDef,
|
|
682
682
|
BatchExecuteStatementInputRequestTypeDef,
|
|
683
683
|
QueryInputRequestTypeDef,
|
|
684
684
|
ScanInputRequestTypeDef,
|
|
@@ -699,7 +699,6 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
699
699
|
QueryOutputTableTypeDef,
|
|
700
700
|
ScanOutputTableTypeDef,
|
|
701
701
|
UpdateItemOutputTableTypeDef,
|
|
702
|
-
BatchExecuteStatementOutputTypeDef,
|
|
703
702
|
BatchGetItemOutputTypeDef,
|
|
704
703
|
DeleteItemOutputTypeDef,
|
|
705
704
|
ExecuteStatementOutputTypeDef,
|
|
@@ -732,6 +731,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
732
731
|
ListImportsOutputTypeDef,
|
|
733
732
|
BatchWriteItemInputServiceResourceBatchWriteItemTypeDef,
|
|
734
733
|
BatchWriteItemOutputServiceResourceTypeDef,
|
|
734
|
+
BatchExecuteStatementOutputTypeDef,
|
|
735
735
|
TransactGetItemsInputRequestTypeDef,
|
|
736
736
|
BatchWriteItemInputRequestTypeDef,
|
|
737
737
|
BatchWriteItemOutputTypeDef,
|
|
@@ -780,7 +780,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
780
780
|
)
|
|
781
781
|
|
|
782
782
|
|
|
783
|
-
def get_structure() ->
|
|
783
|
+
def get_structure() -> ResponseMetadataTypeDef:
|
|
784
784
|
return {...}
|
|
785
785
|
```
|
|
786
786
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.DynamoDB 1.26.
|
|
13
|
+
[boto3.DynamoDB 1.26.164](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -453,7 +453,7 @@ to typed dictionaries for additional type checking.
|
|
|
453
453
|
|
|
454
454
|
```python
|
|
455
455
|
from mypy_boto3_dynamodb.type_defs import (
|
|
456
|
-
|
|
456
|
+
ResponseMetadataTypeDef,
|
|
457
457
|
ArchivalSummaryTableTypeDef,
|
|
458
458
|
ArchivalSummaryTypeDef,
|
|
459
459
|
AttributeDefinitionServiceResourceTypeDef,
|
|
@@ -467,9 +467,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
467
467
|
BackupSummaryTableTypeDef,
|
|
468
468
|
BackupSummaryTypeDef,
|
|
469
469
|
KeysAndAttributesServiceResourceTypeDef,
|
|
470
|
-
BatchStatementErrorTypeDef,
|
|
471
470
|
ItemCollectionMetricsServiceResourceTypeDef,
|
|
472
|
-
BillingModeSummaryResponseMetadataTypeDef,
|
|
473
471
|
BillingModeSummaryTableTypeDef,
|
|
474
472
|
BillingModeSummaryTypeDef,
|
|
475
473
|
CapacityServiceResourceTypeDef,
|
|
@@ -520,13 +518,11 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
520
518
|
DescribeImportInputRequestTypeDef,
|
|
521
519
|
DescribeKinesisStreamingDestinationInputRequestTypeDef,
|
|
522
520
|
KinesisDataStreamDestinationTypeDef,
|
|
523
|
-
DescribeLimitsOutputTypeDef,
|
|
524
521
|
DescribeTableInputRequestTypeDef,
|
|
525
522
|
WaiterConfigTypeDef,
|
|
526
523
|
DescribeTableReplicaAutoScalingInputRequestTypeDef,
|
|
527
524
|
DescribeTimeToLiveInputRequestTypeDef,
|
|
528
525
|
TimeToLiveDescriptionTypeDef,
|
|
529
|
-
EmptyResponseMetadataTypeDef,
|
|
530
526
|
ExportSummaryTypeDef,
|
|
531
527
|
ExportTableToPointInTimeInputRequestTypeDef,
|
|
532
528
|
GetItemInputTableGetItemTypeDef,
|
|
@@ -535,43 +531,44 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
535
531
|
ProjectionServiceResourceTypeDef,
|
|
536
532
|
S3BucketSourceTypeDef,
|
|
537
533
|
KinesisStreamingDestinationInputRequestTypeDef,
|
|
538
|
-
|
|
539
|
-
ListBackupsInputListBackupsPaginateTypeDef,
|
|
534
|
+
PaginatorConfigTypeDef,
|
|
540
535
|
ListBackupsInputRequestTypeDef,
|
|
541
536
|
ListContributorInsightsInputRequestTypeDef,
|
|
542
537
|
ListExportsInputRequestTypeDef,
|
|
543
538
|
ListGlobalTablesInputRequestTypeDef,
|
|
544
539
|
ListImportsInputRequestTypeDef,
|
|
545
|
-
ListTablesInputListTablesPaginateTypeDef,
|
|
546
540
|
ListTablesInputRequestTypeDef,
|
|
547
|
-
ListTablesOutputTableTypeDef,
|
|
548
|
-
ListTablesOutputTypeDef,
|
|
549
|
-
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
550
541
|
ListTagsOfResourceInputRequestTypeDef,
|
|
551
542
|
TagTableTypeDef,
|
|
552
|
-
PaginatorConfigTypeDef,
|
|
553
543
|
PointInTimeRecoverySpecificationTypeDef,
|
|
554
|
-
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
555
544
|
PutRequestServiceResourceTypeDef,
|
|
556
545
|
TableClassSummaryTableTypeDef,
|
|
557
546
|
TableClassSummaryTypeDef,
|
|
558
|
-
ResponseMetadataTypeDef,
|
|
559
|
-
RestoreSummaryResponseMetadataTypeDef,
|
|
560
547
|
RestoreSummaryTableTypeDef,
|
|
561
548
|
RestoreSummaryTypeDef,
|
|
562
|
-
SSEDescriptionResponseMetadataTypeDef,
|
|
563
549
|
SSEDescriptionTableTypeDef,
|
|
564
550
|
SSEDescriptionTypeDef,
|
|
565
551
|
SSESpecificationTableTypeDef,
|
|
566
|
-
StreamSpecificationResponseMetadataTypeDef,
|
|
567
552
|
StreamSpecificationTableTypeDef,
|
|
568
553
|
TableBatchWriterRequestTypeDef,
|
|
569
|
-
TableClassSummaryResponseMetadataTypeDef,
|
|
570
554
|
TimeToLiveSpecificationTypeDef,
|
|
571
555
|
UntagResourceInputRequestTypeDef,
|
|
572
556
|
UpdateContributorInsightsInputRequestTypeDef,
|
|
557
|
+
ArchivalSummaryResponseMetadataTypeDef,
|
|
558
|
+
BillingModeSummaryResponseMetadataTypeDef,
|
|
559
|
+
DescribeLimitsOutputTypeDef,
|
|
560
|
+
EmptyResponseMetadataTypeDef,
|
|
561
|
+
KinesisStreamingDestinationOutputTypeDef,
|
|
562
|
+
ListTablesOutputTableTypeDef,
|
|
563
|
+
ListTablesOutputTypeDef,
|
|
564
|
+
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
565
|
+
RestoreSummaryResponseMetadataTypeDef,
|
|
566
|
+
SSEDescriptionResponseMetadataTypeDef,
|
|
567
|
+
StreamSpecificationResponseMetadataTypeDef,
|
|
568
|
+
TableClassSummaryResponseMetadataTypeDef,
|
|
573
569
|
UpdateContributorInsightsOutputTypeDef,
|
|
574
570
|
AttributeValueUpdateTypeDef,
|
|
571
|
+
BatchStatementErrorTypeDef,
|
|
575
572
|
BatchStatementRequestTypeDef,
|
|
576
573
|
ConditionCheckTypeDef,
|
|
577
574
|
ConditionTypeDef,
|
|
@@ -594,13 +591,10 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
594
591
|
ListBackupsOutputTableTypeDef,
|
|
595
592
|
ListBackupsOutputTypeDef,
|
|
596
593
|
BatchGetItemInputServiceResourceBatchGetItemTypeDef,
|
|
597
|
-
BatchStatementResponseTypeDef,
|
|
598
594
|
ConsumedCapacityServiceResourceTypeDef,
|
|
599
595
|
ConsumedCapacityTableTypeDef,
|
|
600
596
|
ConsumedCapacityTypeDef,
|
|
601
|
-
QueryInputQueryPaginateTypeDef,
|
|
602
597
|
QueryInputTableQueryTypeDef,
|
|
603
|
-
ScanInputScanPaginateTypeDef,
|
|
604
598
|
ScanInputTableScanTypeDef,
|
|
605
599
|
ContinuousBackupsDescriptionTypeDef,
|
|
606
600
|
ListContributorInsightsOutputTypeDef,
|
|
@@ -642,11 +636,17 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
642
636
|
GlobalSecondaryIndexServiceResourceTypeDef,
|
|
643
637
|
LocalSecondaryIndexServiceResourceTypeDef,
|
|
644
638
|
ImportSummaryTypeDef,
|
|
639
|
+
ListBackupsInputListBackupsPaginateTypeDef,
|
|
640
|
+
ListTablesInputListTablesPaginateTypeDef,
|
|
641
|
+
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
642
|
+
QueryInputQueryPaginateTypeDef,
|
|
643
|
+
ScanInputScanPaginateTypeDef,
|
|
645
644
|
ListTagsOfResourceOutputTableTypeDef,
|
|
646
645
|
UpdateContinuousBackupsInputRequestTypeDef,
|
|
647
646
|
WriteRequestServiceResourceTypeDef,
|
|
648
647
|
UpdateTimeToLiveInputRequestTypeDef,
|
|
649
648
|
UpdateTimeToLiveOutputTypeDef,
|
|
649
|
+
BatchStatementResponseTypeDef,
|
|
650
650
|
BatchExecuteStatementInputRequestTypeDef,
|
|
651
651
|
QueryInputRequestTypeDef,
|
|
652
652
|
ScanInputRequestTypeDef,
|
|
@@ -667,7 +667,6 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
667
667
|
QueryOutputTableTypeDef,
|
|
668
668
|
ScanOutputTableTypeDef,
|
|
669
669
|
UpdateItemOutputTableTypeDef,
|
|
670
|
-
BatchExecuteStatementOutputTypeDef,
|
|
671
670
|
BatchGetItemOutputTypeDef,
|
|
672
671
|
DeleteItemOutputTypeDef,
|
|
673
672
|
ExecuteStatementOutputTypeDef,
|
|
@@ -700,6 +699,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
700
699
|
ListImportsOutputTypeDef,
|
|
701
700
|
BatchWriteItemInputServiceResourceBatchWriteItemTypeDef,
|
|
702
701
|
BatchWriteItemOutputServiceResourceTypeDef,
|
|
702
|
+
BatchExecuteStatementOutputTypeDef,
|
|
703
703
|
TransactGetItemsInputRequestTypeDef,
|
|
704
704
|
BatchWriteItemInputRequestTypeDef,
|
|
705
705
|
BatchWriteItemOutputTypeDef,
|
|
@@ -748,7 +748,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
748
748
|
)
|
|
749
749
|
|
|
750
750
|
|
|
751
|
-
def get_structure() ->
|
|
751
|
+
def get_structure() -> ResponseMetadataTypeDef:
|
|
752
752
|
return {...}
|
|
753
753
|
```
|
|
754
754
|
|
{mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/__main__.py
RENAMED
|
@@ -9,7 +9,7 @@ def print_info() -> None:
|
|
|
9
9
|
Print package info to stdout.
|
|
10
10
|
"""
|
|
11
11
|
print(
|
|
12
|
-
"Type annotations for boto3.DynamoDB 1.26.
|
|
12
|
+
"Type annotations for boto3.DynamoDB 1.26.164\nVersion: 1.26.164\nBuilder version:"
|
|
13
13
|
" 7.14.5\nDocs: "
|
|
14
14
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\nBoto3 docs: "
|
|
15
15
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB\nOther"
|
|
@@ -22,7 +22,7 @@ def print_version() -> None:
|
|
|
22
22
|
"""
|
|
23
23
|
Print package version to stdout.
|
|
24
24
|
"""
|
|
25
|
-
print("1.26.
|
|
25
|
+
print("1.26.164")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
|
@@ -30,6 +30,7 @@ from .literals import (
|
|
|
30
30
|
InputFormatType,
|
|
31
31
|
ReturnConsumedCapacityType,
|
|
32
32
|
ReturnItemCollectionMetricsType,
|
|
33
|
+
ReturnValuesOnConditionCheckFailureType,
|
|
33
34
|
ReturnValueType,
|
|
34
35
|
S3SseAlgorithmType,
|
|
35
36
|
SelectType,
|
|
@@ -360,7 +361,8 @@ class DynamoDBClient(BaseClient):
|
|
|
360
361
|
None,
|
|
361
362
|
],
|
|
362
363
|
],
|
|
363
|
-
] =
|
|
364
|
+
] = ...,
|
|
365
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
364
366
|
) -> DeleteItemOutputTypeDef:
|
|
365
367
|
"""
|
|
366
368
|
Deletes a single item in a table by primary key.
|
|
@@ -545,7 +547,8 @@ class DynamoDBClient(BaseClient):
|
|
|
545
547
|
ConsistentRead: bool = ...,
|
|
546
548
|
NextToken: str = ...,
|
|
547
549
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
548
|
-
Limit: int =
|
|
550
|
+
Limit: int = ...,
|
|
551
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
549
552
|
) -> ExecuteStatementOutputTypeDef:
|
|
550
553
|
"""
|
|
551
554
|
This operation allows you to perform reads and singleton writes on data stored
|
|
@@ -794,7 +797,8 @@ class DynamoDBClient(BaseClient):
|
|
|
794
797
|
None,
|
|
795
798
|
],
|
|
796
799
|
],
|
|
797
|
-
] =
|
|
800
|
+
] = ...,
|
|
801
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
798
802
|
) -> PutItemOutputTypeDef:
|
|
799
803
|
"""
|
|
800
804
|
Creates a new item, or replaces an old item with a new item.
|
|
@@ -1148,7 +1152,8 @@ class DynamoDBClient(BaseClient):
|
|
|
1148
1152
|
None,
|
|
1149
1153
|
],
|
|
1150
1154
|
],
|
|
1151
|
-
] =
|
|
1155
|
+
] = ...,
|
|
1156
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
1152
1157
|
) -> UpdateItemOutputTypeDef:
|
|
1153
1158
|
"""
|
|
1154
1159
|
Edits an existing item's attributes, or adds a new item to the table if it does
|
{mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/client.pyi
RENAMED
|
@@ -30,6 +30,7 @@ from .literals import (
|
|
|
30
30
|
InputFormatType,
|
|
31
31
|
ReturnConsumedCapacityType,
|
|
32
32
|
ReturnItemCollectionMetricsType,
|
|
33
|
+
ReturnValuesOnConditionCheckFailureType,
|
|
33
34
|
ReturnValueType,
|
|
34
35
|
S3SseAlgorithmType,
|
|
35
36
|
SelectType,
|
|
@@ -346,7 +347,8 @@ class DynamoDBClient(BaseClient):
|
|
|
346
347
|
None,
|
|
347
348
|
],
|
|
348
349
|
],
|
|
349
|
-
] =
|
|
350
|
+
] = ...,
|
|
351
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
350
352
|
) -> DeleteItemOutputTypeDef:
|
|
351
353
|
"""
|
|
352
354
|
Deletes a single item in a table by primary key.
|
|
@@ -514,7 +516,8 @@ class DynamoDBClient(BaseClient):
|
|
|
514
516
|
ConsistentRead: bool = ...,
|
|
515
517
|
NextToken: str = ...,
|
|
516
518
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
517
|
-
Limit: int =
|
|
519
|
+
Limit: int = ...,
|
|
520
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
518
521
|
) -> ExecuteStatementOutputTypeDef:
|
|
519
522
|
"""
|
|
520
523
|
This operation allows you to perform reads and singleton writes on data stored
|
|
@@ -750,7 +753,8 @@ class DynamoDBClient(BaseClient):
|
|
|
750
753
|
None,
|
|
751
754
|
],
|
|
752
755
|
],
|
|
753
|
-
] =
|
|
756
|
+
] = ...,
|
|
757
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
754
758
|
) -> PutItemOutputTypeDef:
|
|
755
759
|
"""
|
|
756
760
|
Creates a new item, or replaces an old item with a new item.
|
|
@@ -1091,7 +1095,8 @@ class DynamoDBClient(BaseClient):
|
|
|
1091
1095
|
None,
|
|
1092
1096
|
],
|
|
1093
1097
|
],
|
|
1094
|
-
] =
|
|
1098
|
+
] = ...,
|
|
1099
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
1095
1100
|
) -> UpdateItemOutputTypeDef:
|
|
1096
1101
|
"""
|
|
1097
1102
|
Edits an existing item's attributes, or adds a new item to the table if it does
|
{mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/literals.py
RENAMED
|
@@ -173,6 +173,7 @@ ServiceName = Literal[
|
|
|
173
173
|
"apigatewayv2",
|
|
174
174
|
"appconfig",
|
|
175
175
|
"appconfigdata",
|
|
176
|
+
"appfabric",
|
|
176
177
|
"appflow",
|
|
177
178
|
"appintegrations",
|
|
178
179
|
"application-autoscaling",
|
|
@@ -220,6 +221,7 @@ ServiceName = Literal[
|
|
|
220
221
|
"codecommit",
|
|
221
222
|
"codedeploy",
|
|
222
223
|
"codeguru-reviewer",
|
|
224
|
+
"codeguru-security",
|
|
223
225
|
"codeguruprofiler",
|
|
224
226
|
"codepipeline",
|
|
225
227
|
"codestar",
|
|
@@ -492,6 +494,7 @@ ServiceName = Literal[
|
|
|
492
494
|
"transcribe",
|
|
493
495
|
"transfer",
|
|
494
496
|
"translate",
|
|
497
|
+
"verifiedpermissions",
|
|
495
498
|
"voice-id",
|
|
496
499
|
"vpc-lattice",
|
|
497
500
|
"waf",
|
{mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/literals.pyi
RENAMED
|
@@ -171,6 +171,7 @@ ServiceName = Literal[
|
|
|
171
171
|
"apigatewayv2",
|
|
172
172
|
"appconfig",
|
|
173
173
|
"appconfigdata",
|
|
174
|
+
"appfabric",
|
|
174
175
|
"appflow",
|
|
175
176
|
"appintegrations",
|
|
176
177
|
"application-autoscaling",
|
|
@@ -218,6 +219,7 @@ ServiceName = Literal[
|
|
|
218
219
|
"codecommit",
|
|
219
220
|
"codedeploy",
|
|
220
221
|
"codeguru-reviewer",
|
|
222
|
+
"codeguru-security",
|
|
221
223
|
"codeguruprofiler",
|
|
222
224
|
"codepipeline",
|
|
223
225
|
"codestar",
|
|
@@ -490,6 +492,7 @@ ServiceName = Literal[
|
|
|
490
492
|
"transcribe",
|
|
491
493
|
"transfer",
|
|
492
494
|
"translate",
|
|
495
|
+
"verifiedpermissions",
|
|
493
496
|
"voice-id",
|
|
494
497
|
"vpc-lattice",
|
|
495
498
|
"waf",
|
{mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/paginator.py
RENAMED
|
@@ -81,7 +81,7 @@ class ListBackupsPaginator(Paginator):
|
|
|
81
81
|
TimeRangeLowerBound: Union[datetime, str] = ...,
|
|
82
82
|
TimeRangeUpperBound: Union[datetime, str] = ...,
|
|
83
83
|
BackupType: BackupTypeFilterType = ...,
|
|
84
|
-
PaginationConfig:
|
|
84
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
85
85
|
) -> _PageIterator[ListBackupsOutputTableTypeDef]:
|
|
86
86
|
"""
|
|
87
87
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.ListBackups.paginate)
|
|
@@ -96,7 +96,7 @@ class ListTablesPaginator(Paginator):
|
|
|
96
96
|
"""
|
|
97
97
|
|
|
98
98
|
def paginate(
|
|
99
|
-
self, *, PaginationConfig:
|
|
99
|
+
self, *, PaginationConfig: PaginatorConfigTypeDef = ...
|
|
100
100
|
) -> _PageIterator[ListTablesOutputTableTypeDef]:
|
|
101
101
|
"""
|
|
102
102
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.ListTables.paginate)
|
|
@@ -111,7 +111,7 @@ class ListTagsOfResourcePaginator(Paginator):
|
|
|
111
111
|
"""
|
|
112
112
|
|
|
113
113
|
def paginate(
|
|
114
|
-
self, *, ResourceArn: str, PaginationConfig:
|
|
114
|
+
self, *, ResourceArn: str, PaginationConfig: PaginatorConfigTypeDef = ...
|
|
115
115
|
) -> _PageIterator[ListTagsOfResourceOutputTableTypeDef]:
|
|
116
116
|
"""
|
|
117
117
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.ListTagsOfResource.paginate)
|
|
@@ -161,7 +161,7 @@ class QueryPaginator(Paginator):
|
|
|
161
161
|
None,
|
|
162
162
|
],
|
|
163
163
|
] = ...,
|
|
164
|
-
PaginationConfig:
|
|
164
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
165
165
|
) -> _PageIterator[QueryOutputTableTypeDef]:
|
|
166
166
|
"""
|
|
167
167
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.Query.paginate)
|
|
@@ -210,7 +210,7 @@ class ScanPaginator(Paginator):
|
|
|
210
210
|
],
|
|
211
211
|
] = ...,
|
|
212
212
|
ConsistentRead: bool = ...,
|
|
213
|
-
PaginationConfig:
|
|
213
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
214
214
|
) -> _PageIterator[ScanOutputTableTypeDef]:
|
|
215
215
|
"""
|
|
216
216
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.Scan.paginate)
|
{mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.164}/mypy_boto3_dynamodb/paginator.pyi
RENAMED
|
@@ -78,7 +78,7 @@ class ListBackupsPaginator(Paginator):
|
|
|
78
78
|
TimeRangeLowerBound: Union[datetime, str] = ...,
|
|
79
79
|
TimeRangeUpperBound: Union[datetime, str] = ...,
|
|
80
80
|
BackupType: BackupTypeFilterType = ...,
|
|
81
|
-
PaginationConfig:
|
|
81
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
82
82
|
) -> _PageIterator[ListBackupsOutputTableTypeDef]:
|
|
83
83
|
"""
|
|
84
84
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.ListBackups.paginate)
|
|
@@ -92,7 +92,7 @@ class ListTablesPaginator(Paginator):
|
|
|
92
92
|
"""
|
|
93
93
|
|
|
94
94
|
def paginate(
|
|
95
|
-
self, *, PaginationConfig:
|
|
95
|
+
self, *, PaginationConfig: PaginatorConfigTypeDef = ...
|
|
96
96
|
) -> _PageIterator[ListTablesOutputTableTypeDef]:
|
|
97
97
|
"""
|
|
98
98
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.ListTables.paginate)
|
|
@@ -106,7 +106,7 @@ class ListTagsOfResourcePaginator(Paginator):
|
|
|
106
106
|
"""
|
|
107
107
|
|
|
108
108
|
def paginate(
|
|
109
|
-
self, *, ResourceArn: str, PaginationConfig:
|
|
109
|
+
self, *, ResourceArn: str, PaginationConfig: PaginatorConfigTypeDef = ...
|
|
110
110
|
) -> _PageIterator[ListTagsOfResourceOutputTableTypeDef]:
|
|
111
111
|
"""
|
|
112
112
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.ListTagsOfResource.paginate)
|
|
@@ -155,7 +155,7 @@ class QueryPaginator(Paginator):
|
|
|
155
155
|
None,
|
|
156
156
|
],
|
|
157
157
|
] = ...,
|
|
158
|
-
PaginationConfig:
|
|
158
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
159
159
|
) -> _PageIterator[QueryOutputTableTypeDef]:
|
|
160
160
|
"""
|
|
161
161
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.Query.paginate)
|
|
@@ -203,7 +203,7 @@ class ScanPaginator(Paginator):
|
|
|
203
203
|
],
|
|
204
204
|
] = ...,
|
|
205
205
|
ConsistentRead: bool = ...,
|
|
206
|
-
PaginationConfig:
|
|
206
|
+
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
207
207
|
) -> _PageIterator[ScanOutputTableTypeDef]:
|
|
208
208
|
"""
|
|
209
209
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Paginator.Scan.paginate)
|
|
@@ -32,6 +32,7 @@ from .literals import (
|
|
|
32
32
|
ConditionalOperatorType,
|
|
33
33
|
ReturnConsumedCapacityType,
|
|
34
34
|
ReturnItemCollectionMetricsType,
|
|
35
|
+
ReturnValuesOnConditionCheckFailureType,
|
|
35
36
|
ReturnValueType,
|
|
36
37
|
SelectType,
|
|
37
38
|
TableClassType,
|
|
@@ -233,7 +234,8 @@ class Table(ServiceResource):
|
|
|
233
234
|
Mapping[str, Any],
|
|
234
235
|
None,
|
|
235
236
|
],
|
|
236
|
-
] =
|
|
237
|
+
] = ...,
|
|
238
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
237
239
|
) -> DeleteItemOutputTableTypeDef:
|
|
238
240
|
"""
|
|
239
241
|
Deletes a single item in a table by primary key.
|
|
@@ -342,7 +344,8 @@ class Table(ServiceResource):
|
|
|
342
344
|
Mapping[str, Any],
|
|
343
345
|
None,
|
|
344
346
|
],
|
|
345
|
-
] =
|
|
347
|
+
] = ...,
|
|
348
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
346
349
|
) -> PutItemOutputTableTypeDef:
|
|
347
350
|
"""
|
|
348
351
|
Creates a new item, or replaces an old item with a new item.
|
|
@@ -557,7 +560,8 @@ class Table(ServiceResource):
|
|
|
557
560
|
Mapping[str, Any],
|
|
558
561
|
None,
|
|
559
562
|
],
|
|
560
|
-
] =
|
|
563
|
+
] = ...,
|
|
564
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
561
565
|
) -> UpdateItemOutputTableTypeDef:
|
|
562
566
|
"""
|
|
563
567
|
Edits an existing item's attributes, or adds a new item to the table if it does
|
|
@@ -32,6 +32,7 @@ from .literals import (
|
|
|
32
32
|
ConditionalOperatorType,
|
|
33
33
|
ReturnConsumedCapacityType,
|
|
34
34
|
ReturnItemCollectionMetricsType,
|
|
35
|
+
ReturnValuesOnConditionCheckFailureType,
|
|
35
36
|
ReturnValueType,
|
|
36
37
|
SelectType,
|
|
37
38
|
TableClassType,
|
|
@@ -224,7 +225,8 @@ class Table(ServiceResource):
|
|
|
224
225
|
Mapping[str, Any],
|
|
225
226
|
None,
|
|
226
227
|
],
|
|
227
|
-
] =
|
|
228
|
+
] = ...,
|
|
229
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
228
230
|
) -> DeleteItemOutputTableTypeDef:
|
|
229
231
|
"""
|
|
230
232
|
Deletes a single item in a table by primary key.
|
|
@@ -329,7 +331,8 @@ class Table(ServiceResource):
|
|
|
329
331
|
Mapping[str, Any],
|
|
330
332
|
None,
|
|
331
333
|
],
|
|
332
|
-
] =
|
|
334
|
+
] = ...,
|
|
335
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
333
336
|
) -> PutItemOutputTableTypeDef:
|
|
334
337
|
"""
|
|
335
338
|
Creates a new item, or replaces an old item with a new item.
|
|
@@ -539,7 +542,8 @@ class Table(ServiceResource):
|
|
|
539
542
|
Mapping[str, Any],
|
|
540
543
|
None,
|
|
541
544
|
],
|
|
542
|
-
] =
|
|
545
|
+
] = ...,
|
|
546
|
+
ReturnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailureType = ...
|
|
543
547
|
) -> UpdateItemOutputTableTypeDef:
|
|
544
548
|
"""
|
|
545
549
|
Edits an existing item's attributes, or adds a new item to the table if it does
|