mypy-boto3-dynamodb 1.26.152__tar.gz → 1.26.158__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.158}/PKG-INFO +23 -23
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/README.md +21 -21
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/__main__.py +2 -2
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/literals.py +2 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/literals.pyi +2 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/paginator.py +5 -5
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/paginator.pyi +5 -5
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/type_defs.py +364 -364
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/type_defs.pyi +358 -358
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/version.py +1 -1
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb.egg-info/PKG-INFO +23 -23
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/setup.py +2 -2
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/LICENSE +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/__init__.py +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/__init__.pyi +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/client.py +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/client.pyi +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/py.typed +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/service_resource.py +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/service_resource.pyi +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/waiter.py +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/waiter.pyi +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
- {mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/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.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
|
|
@@ -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.158](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,
|
|
@@ -501,7 +501,6 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
501
501
|
KeysAndAttributesServiceResourceTypeDef,
|
|
502
502
|
BatchStatementErrorTypeDef,
|
|
503
503
|
ItemCollectionMetricsServiceResourceTypeDef,
|
|
504
|
-
BillingModeSummaryResponseMetadataTypeDef,
|
|
505
504
|
BillingModeSummaryTableTypeDef,
|
|
506
505
|
BillingModeSummaryTypeDef,
|
|
507
506
|
CapacityServiceResourceTypeDef,
|
|
@@ -552,13 +551,11 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
552
551
|
DescribeImportInputRequestTypeDef,
|
|
553
552
|
DescribeKinesisStreamingDestinationInputRequestTypeDef,
|
|
554
553
|
KinesisDataStreamDestinationTypeDef,
|
|
555
|
-
DescribeLimitsOutputTypeDef,
|
|
556
554
|
DescribeTableInputRequestTypeDef,
|
|
557
555
|
WaiterConfigTypeDef,
|
|
558
556
|
DescribeTableReplicaAutoScalingInputRequestTypeDef,
|
|
559
557
|
DescribeTimeToLiveInputRequestTypeDef,
|
|
560
558
|
TimeToLiveDescriptionTypeDef,
|
|
561
|
-
EmptyResponseMetadataTypeDef,
|
|
562
559
|
ExportSummaryTypeDef,
|
|
563
560
|
ExportTableToPointInTimeInputRequestTypeDef,
|
|
564
561
|
GetItemInputTableGetItemTypeDef,
|
|
@@ -567,41 +564,41 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
567
564
|
ProjectionServiceResourceTypeDef,
|
|
568
565
|
S3BucketSourceTypeDef,
|
|
569
566
|
KinesisStreamingDestinationInputRequestTypeDef,
|
|
570
|
-
|
|
571
|
-
ListBackupsInputListBackupsPaginateTypeDef,
|
|
567
|
+
PaginatorConfigTypeDef,
|
|
572
568
|
ListBackupsInputRequestTypeDef,
|
|
573
569
|
ListContributorInsightsInputRequestTypeDef,
|
|
574
570
|
ListExportsInputRequestTypeDef,
|
|
575
571
|
ListGlobalTablesInputRequestTypeDef,
|
|
576
572
|
ListImportsInputRequestTypeDef,
|
|
577
|
-
ListTablesInputListTablesPaginateTypeDef,
|
|
578
573
|
ListTablesInputRequestTypeDef,
|
|
579
|
-
ListTablesOutputTableTypeDef,
|
|
580
|
-
ListTablesOutputTypeDef,
|
|
581
|
-
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
582
574
|
ListTagsOfResourceInputRequestTypeDef,
|
|
583
575
|
TagTableTypeDef,
|
|
584
|
-
PaginatorConfigTypeDef,
|
|
585
576
|
PointInTimeRecoverySpecificationTypeDef,
|
|
586
|
-
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
587
577
|
PutRequestServiceResourceTypeDef,
|
|
588
578
|
TableClassSummaryTableTypeDef,
|
|
589
579
|
TableClassSummaryTypeDef,
|
|
590
|
-
ResponseMetadataTypeDef,
|
|
591
|
-
RestoreSummaryResponseMetadataTypeDef,
|
|
592
580
|
RestoreSummaryTableTypeDef,
|
|
593
581
|
RestoreSummaryTypeDef,
|
|
594
|
-
SSEDescriptionResponseMetadataTypeDef,
|
|
595
582
|
SSEDescriptionTableTypeDef,
|
|
596
583
|
SSEDescriptionTypeDef,
|
|
597
584
|
SSESpecificationTableTypeDef,
|
|
598
|
-
StreamSpecificationResponseMetadataTypeDef,
|
|
599
585
|
StreamSpecificationTableTypeDef,
|
|
600
586
|
TableBatchWriterRequestTypeDef,
|
|
601
|
-
TableClassSummaryResponseMetadataTypeDef,
|
|
602
587
|
TimeToLiveSpecificationTypeDef,
|
|
603
588
|
UntagResourceInputRequestTypeDef,
|
|
604
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,
|
|
605
602
|
UpdateContributorInsightsOutputTypeDef,
|
|
606
603
|
AttributeValueUpdateTypeDef,
|
|
607
604
|
BatchStatementRequestTypeDef,
|
|
@@ -630,9 +627,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
630
627
|
ConsumedCapacityServiceResourceTypeDef,
|
|
631
628
|
ConsumedCapacityTableTypeDef,
|
|
632
629
|
ConsumedCapacityTypeDef,
|
|
633
|
-
QueryInputQueryPaginateTypeDef,
|
|
634
630
|
QueryInputTableQueryTypeDef,
|
|
635
|
-
ScanInputScanPaginateTypeDef,
|
|
636
631
|
ScanInputTableScanTypeDef,
|
|
637
632
|
ContinuousBackupsDescriptionTypeDef,
|
|
638
633
|
ListContributorInsightsOutputTypeDef,
|
|
@@ -674,6 +669,11 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
674
669
|
GlobalSecondaryIndexServiceResourceTypeDef,
|
|
675
670
|
LocalSecondaryIndexServiceResourceTypeDef,
|
|
676
671
|
ImportSummaryTypeDef,
|
|
672
|
+
ListBackupsInputListBackupsPaginateTypeDef,
|
|
673
|
+
ListTablesInputListTablesPaginateTypeDef,
|
|
674
|
+
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
675
|
+
QueryInputQueryPaginateTypeDef,
|
|
676
|
+
ScanInputScanPaginateTypeDef,
|
|
677
677
|
ListTagsOfResourceOutputTableTypeDef,
|
|
678
678
|
UpdateContinuousBackupsInputRequestTypeDef,
|
|
679
679
|
WriteRequestServiceResourceTypeDef,
|
|
@@ -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.158](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,
|
|
@@ -469,7 +469,6 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
469
469
|
KeysAndAttributesServiceResourceTypeDef,
|
|
470
470
|
BatchStatementErrorTypeDef,
|
|
471
471
|
ItemCollectionMetricsServiceResourceTypeDef,
|
|
472
|
-
BillingModeSummaryResponseMetadataTypeDef,
|
|
473
472
|
BillingModeSummaryTableTypeDef,
|
|
474
473
|
BillingModeSummaryTypeDef,
|
|
475
474
|
CapacityServiceResourceTypeDef,
|
|
@@ -520,13 +519,11 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
520
519
|
DescribeImportInputRequestTypeDef,
|
|
521
520
|
DescribeKinesisStreamingDestinationInputRequestTypeDef,
|
|
522
521
|
KinesisDataStreamDestinationTypeDef,
|
|
523
|
-
DescribeLimitsOutputTypeDef,
|
|
524
522
|
DescribeTableInputRequestTypeDef,
|
|
525
523
|
WaiterConfigTypeDef,
|
|
526
524
|
DescribeTableReplicaAutoScalingInputRequestTypeDef,
|
|
527
525
|
DescribeTimeToLiveInputRequestTypeDef,
|
|
528
526
|
TimeToLiveDescriptionTypeDef,
|
|
529
|
-
EmptyResponseMetadataTypeDef,
|
|
530
527
|
ExportSummaryTypeDef,
|
|
531
528
|
ExportTableToPointInTimeInputRequestTypeDef,
|
|
532
529
|
GetItemInputTableGetItemTypeDef,
|
|
@@ -535,41 +532,41 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
535
532
|
ProjectionServiceResourceTypeDef,
|
|
536
533
|
S3BucketSourceTypeDef,
|
|
537
534
|
KinesisStreamingDestinationInputRequestTypeDef,
|
|
538
|
-
|
|
539
|
-
ListBackupsInputListBackupsPaginateTypeDef,
|
|
535
|
+
PaginatorConfigTypeDef,
|
|
540
536
|
ListBackupsInputRequestTypeDef,
|
|
541
537
|
ListContributorInsightsInputRequestTypeDef,
|
|
542
538
|
ListExportsInputRequestTypeDef,
|
|
543
539
|
ListGlobalTablesInputRequestTypeDef,
|
|
544
540
|
ListImportsInputRequestTypeDef,
|
|
545
|
-
ListTablesInputListTablesPaginateTypeDef,
|
|
546
541
|
ListTablesInputRequestTypeDef,
|
|
547
|
-
ListTablesOutputTableTypeDef,
|
|
548
|
-
ListTablesOutputTypeDef,
|
|
549
|
-
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
550
542
|
ListTagsOfResourceInputRequestTypeDef,
|
|
551
543
|
TagTableTypeDef,
|
|
552
|
-
PaginatorConfigTypeDef,
|
|
553
544
|
PointInTimeRecoverySpecificationTypeDef,
|
|
554
|
-
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
555
545
|
PutRequestServiceResourceTypeDef,
|
|
556
546
|
TableClassSummaryTableTypeDef,
|
|
557
547
|
TableClassSummaryTypeDef,
|
|
558
|
-
ResponseMetadataTypeDef,
|
|
559
|
-
RestoreSummaryResponseMetadataTypeDef,
|
|
560
548
|
RestoreSummaryTableTypeDef,
|
|
561
549
|
RestoreSummaryTypeDef,
|
|
562
|
-
SSEDescriptionResponseMetadataTypeDef,
|
|
563
550
|
SSEDescriptionTableTypeDef,
|
|
564
551
|
SSEDescriptionTypeDef,
|
|
565
552
|
SSESpecificationTableTypeDef,
|
|
566
|
-
StreamSpecificationResponseMetadataTypeDef,
|
|
567
553
|
StreamSpecificationTableTypeDef,
|
|
568
554
|
TableBatchWriterRequestTypeDef,
|
|
569
|
-
TableClassSummaryResponseMetadataTypeDef,
|
|
570
555
|
TimeToLiveSpecificationTypeDef,
|
|
571
556
|
UntagResourceInputRequestTypeDef,
|
|
572
557
|
UpdateContributorInsightsInputRequestTypeDef,
|
|
558
|
+
ArchivalSummaryResponseMetadataTypeDef,
|
|
559
|
+
BillingModeSummaryResponseMetadataTypeDef,
|
|
560
|
+
DescribeLimitsOutputTypeDef,
|
|
561
|
+
EmptyResponseMetadataTypeDef,
|
|
562
|
+
KinesisStreamingDestinationOutputTypeDef,
|
|
563
|
+
ListTablesOutputTableTypeDef,
|
|
564
|
+
ListTablesOutputTypeDef,
|
|
565
|
+
ProvisionedThroughputDescriptionResponseMetadataTypeDef,
|
|
566
|
+
RestoreSummaryResponseMetadataTypeDef,
|
|
567
|
+
SSEDescriptionResponseMetadataTypeDef,
|
|
568
|
+
StreamSpecificationResponseMetadataTypeDef,
|
|
569
|
+
TableClassSummaryResponseMetadataTypeDef,
|
|
573
570
|
UpdateContributorInsightsOutputTypeDef,
|
|
574
571
|
AttributeValueUpdateTypeDef,
|
|
575
572
|
BatchStatementRequestTypeDef,
|
|
@@ -598,9 +595,7 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
598
595
|
ConsumedCapacityServiceResourceTypeDef,
|
|
599
596
|
ConsumedCapacityTableTypeDef,
|
|
600
597
|
ConsumedCapacityTypeDef,
|
|
601
|
-
QueryInputQueryPaginateTypeDef,
|
|
602
598
|
QueryInputTableQueryTypeDef,
|
|
603
|
-
ScanInputScanPaginateTypeDef,
|
|
604
599
|
ScanInputTableScanTypeDef,
|
|
605
600
|
ContinuousBackupsDescriptionTypeDef,
|
|
606
601
|
ListContributorInsightsOutputTypeDef,
|
|
@@ -642,6 +637,11 @@ from mypy_boto3_dynamodb.type_defs import (
|
|
|
642
637
|
GlobalSecondaryIndexServiceResourceTypeDef,
|
|
643
638
|
LocalSecondaryIndexServiceResourceTypeDef,
|
|
644
639
|
ImportSummaryTypeDef,
|
|
640
|
+
ListBackupsInputListBackupsPaginateTypeDef,
|
|
641
|
+
ListTablesInputListTablesPaginateTypeDef,
|
|
642
|
+
ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
643
|
+
QueryInputQueryPaginateTypeDef,
|
|
644
|
+
ScanInputScanPaginateTypeDef,
|
|
645
645
|
ListTagsOfResourceOutputTableTypeDef,
|
|
646
646
|
UpdateContinuousBackupsInputRequestTypeDef,
|
|
647
647
|
WriteRequestServiceResourceTypeDef,
|
|
@@ -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.158}/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.158\nVersion: 1.26.158\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.158")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
{mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/literals.py
RENAMED
|
@@ -220,6 +220,7 @@ ServiceName = Literal[
|
|
|
220
220
|
"codecommit",
|
|
221
221
|
"codedeploy",
|
|
222
222
|
"codeguru-reviewer",
|
|
223
|
+
"codeguru-security",
|
|
223
224
|
"codeguruprofiler",
|
|
224
225
|
"codepipeline",
|
|
225
226
|
"codestar",
|
|
@@ -492,6 +493,7 @@ ServiceName = Literal[
|
|
|
492
493
|
"transcribe",
|
|
493
494
|
"transfer",
|
|
494
495
|
"translate",
|
|
496
|
+
"verifiedpermissions",
|
|
495
497
|
"voice-id",
|
|
496
498
|
"vpc-lattice",
|
|
497
499
|
"waf",
|
{mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/mypy_boto3_dynamodb/literals.pyi
RENAMED
|
@@ -218,6 +218,7 @@ ServiceName = Literal[
|
|
|
218
218
|
"codecommit",
|
|
219
219
|
"codedeploy",
|
|
220
220
|
"codeguru-reviewer",
|
|
221
|
+
"codeguru-security",
|
|
221
222
|
"codeguruprofiler",
|
|
222
223
|
"codepipeline",
|
|
223
224
|
"codestar",
|
|
@@ -490,6 +491,7 @@ ServiceName = Literal[
|
|
|
490
491
|
"transcribe",
|
|
491
492
|
"transfer",
|
|
492
493
|
"translate",
|
|
494
|
+
"verifiedpermissions",
|
|
493
495
|
"voice-id",
|
|
494
496
|
"vpc-lattice",
|
|
495
497
|
"waf",
|
{mypy-boto3-dynamodb-1.26.152 → mypy-boto3-dynamodb-1.26.158}/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.158}/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)
|