mypy-boto3-dynamodb 1.34.114__tar.gz → 1.34.148__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.34.114 → mypy_boto3_dynamodb-1.34.148}/PKG-INFO +6 -6
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/README.md +4 -4
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/__main__.py +4 -4
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/literals.py +5 -4
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/literals.pyi +5 -4
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/service_resource.py +14 -16
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/service_resource.pyi +14 -16
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/type_defs.py +75 -155
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/type_defs.pyi +75 -155
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/version.py +1 -1
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb.egg-info/PKG-INFO +6 -6
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/setup.py +2 -2
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/LICENSE +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/__init__.py +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/__init__.pyi +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/client.py +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/client.pyi +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/paginator.py +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/paginator.pyi +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/py.typed +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/waiter.py +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/waiter.pyi +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
- {mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-dynamodb
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.DynamoDB 1.34.
|
|
3
|
+
Version: 1.34.148
|
|
4
|
+
Summary: Type annotations for boto3.DynamoDB 1.34.148 service generated with mypy-boto3-builder 7.25.0
|
|
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.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.DynamoDB 1.34.
|
|
46
|
+
[boto3.DynamoDB 1.34.148](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/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.25.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -440,10 +440,10 @@ Full list of `DynamoDB` TypeDefs can be found in
|
|
|
440
440
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/type_defs/).
|
|
441
441
|
|
|
442
442
|
```python
|
|
443
|
-
from mypy_boto3_dynamodb.type_defs import
|
|
443
|
+
from mypy_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
444
444
|
|
|
445
445
|
|
|
446
|
-
def get_value() ->
|
|
446
|
+
def get_value() -> ArchivalSummaryTypeDef:
|
|
447
447
|
return {...}
|
|
448
448
|
```
|
|
449
449
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.DynamoDB 1.34.
|
|
13
|
+
[boto3.DynamoDB 1.34.148](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/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.25.0](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -407,10 +407,10 @@ Full list of `DynamoDB` TypeDefs can be found in
|
|
|
407
407
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/type_defs/).
|
|
408
408
|
|
|
409
409
|
```python
|
|
410
|
-
from mypy_boto3_dynamodb.type_defs import
|
|
410
|
+
from mypy_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
411
411
|
|
|
412
412
|
|
|
413
|
-
def get_value() ->
|
|
413
|
+
def get_value() -> ArchivalSummaryTypeDef:
|
|
414
414
|
return {...}
|
|
415
415
|
```
|
|
416
416
|
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/__main__.py
RENAMED
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.DynamoDB 1.34.
|
|
14
|
-
"Version: 1.34.
|
|
15
|
-
"Builder version: 7.
|
|
13
|
+
"Type annotations for boto3.DynamoDB 1.34.148\n"
|
|
14
|
+
"Version: 1.34.148\n"
|
|
15
|
+
"Builder version: 7.25.0\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.34.
|
|
27
|
+
print("1.34.148")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/literals.py
RENAMED
|
@@ -170,7 +170,6 @@ ServiceName = Literal[
|
|
|
170
170
|
"account",
|
|
171
171
|
"acm",
|
|
172
172
|
"acm-pca",
|
|
173
|
-
"alexaforbusiness",
|
|
174
173
|
"amp",
|
|
175
174
|
"amplify",
|
|
176
175
|
"amplifybackend",
|
|
@@ -185,11 +184,13 @@ ServiceName = Literal[
|
|
|
185
184
|
"appintegrations",
|
|
186
185
|
"application-autoscaling",
|
|
187
186
|
"application-insights",
|
|
187
|
+
"application-signals",
|
|
188
188
|
"applicationcostprofiler",
|
|
189
189
|
"appmesh",
|
|
190
190
|
"apprunner",
|
|
191
191
|
"appstream",
|
|
192
192
|
"appsync",
|
|
193
|
+
"apptest",
|
|
193
194
|
"arc-zonal-shift",
|
|
194
195
|
"artifact",
|
|
195
196
|
"athena",
|
|
@@ -199,7 +200,6 @@ ServiceName = Literal[
|
|
|
199
200
|
"b2bi",
|
|
200
201
|
"backup",
|
|
201
202
|
"backup-gateway",
|
|
202
|
-
"backupstorage",
|
|
203
203
|
"batch",
|
|
204
204
|
"bcm-data-exports",
|
|
205
205
|
"bedrock",
|
|
@@ -325,7 +325,6 @@ ServiceName = Literal[
|
|
|
325
325
|
"guardduty",
|
|
326
326
|
"health",
|
|
327
327
|
"healthlake",
|
|
328
|
-
"honeycode",
|
|
329
328
|
"iam",
|
|
330
329
|
"identitystore",
|
|
331
330
|
"imagebuilder",
|
|
@@ -412,7 +411,6 @@ ServiceName = Literal[
|
|
|
412
411
|
"migrationhub-config",
|
|
413
412
|
"migrationhuborchestrator",
|
|
414
413
|
"migrationhubstrategy",
|
|
415
|
-
"mobile",
|
|
416
414
|
"mq",
|
|
417
415
|
"mturk",
|
|
418
416
|
"mwaa",
|
|
@@ -436,6 +434,7 @@ ServiceName = Literal[
|
|
|
436
434
|
"payment-cryptography",
|
|
437
435
|
"payment-cryptography-data",
|
|
438
436
|
"pca-connector-ad",
|
|
437
|
+
"pca-connector-scep",
|
|
439
438
|
"personalize",
|
|
440
439
|
"personalize-events",
|
|
441
440
|
"personalize-runtime",
|
|
@@ -449,6 +448,7 @@ ServiceName = Literal[
|
|
|
449
448
|
"pricing",
|
|
450
449
|
"privatenetworks",
|
|
451
450
|
"proton",
|
|
451
|
+
"qapps",
|
|
452
452
|
"qbusiness",
|
|
453
453
|
"qconnect",
|
|
454
454
|
"qldb",
|
|
@@ -525,6 +525,7 @@ ServiceName = Literal[
|
|
|
525
525
|
"support-app",
|
|
526
526
|
"swf",
|
|
527
527
|
"synthetics",
|
|
528
|
+
"taxsettings",
|
|
528
529
|
"textract",
|
|
529
530
|
"timestream-influxdb",
|
|
530
531
|
"timestream-query",
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/literals.pyi
RENAMED
|
@@ -170,7 +170,6 @@ ServiceName = Literal[
|
|
|
170
170
|
"account",
|
|
171
171
|
"acm",
|
|
172
172
|
"acm-pca",
|
|
173
|
-
"alexaforbusiness",
|
|
174
173
|
"amp",
|
|
175
174
|
"amplify",
|
|
176
175
|
"amplifybackend",
|
|
@@ -185,11 +184,13 @@ ServiceName = Literal[
|
|
|
185
184
|
"appintegrations",
|
|
186
185
|
"application-autoscaling",
|
|
187
186
|
"application-insights",
|
|
187
|
+
"application-signals",
|
|
188
188
|
"applicationcostprofiler",
|
|
189
189
|
"appmesh",
|
|
190
190
|
"apprunner",
|
|
191
191
|
"appstream",
|
|
192
192
|
"appsync",
|
|
193
|
+
"apptest",
|
|
193
194
|
"arc-zonal-shift",
|
|
194
195
|
"artifact",
|
|
195
196
|
"athena",
|
|
@@ -199,7 +200,6 @@ ServiceName = Literal[
|
|
|
199
200
|
"b2bi",
|
|
200
201
|
"backup",
|
|
201
202
|
"backup-gateway",
|
|
202
|
-
"backupstorage",
|
|
203
203
|
"batch",
|
|
204
204
|
"bcm-data-exports",
|
|
205
205
|
"bedrock",
|
|
@@ -325,7 +325,6 @@ ServiceName = Literal[
|
|
|
325
325
|
"guardduty",
|
|
326
326
|
"health",
|
|
327
327
|
"healthlake",
|
|
328
|
-
"honeycode",
|
|
329
328
|
"iam",
|
|
330
329
|
"identitystore",
|
|
331
330
|
"imagebuilder",
|
|
@@ -412,7 +411,6 @@ ServiceName = Literal[
|
|
|
412
411
|
"migrationhub-config",
|
|
413
412
|
"migrationhuborchestrator",
|
|
414
413
|
"migrationhubstrategy",
|
|
415
|
-
"mobile",
|
|
416
414
|
"mq",
|
|
417
415
|
"mturk",
|
|
418
416
|
"mwaa",
|
|
@@ -436,6 +434,7 @@ ServiceName = Literal[
|
|
|
436
434
|
"payment-cryptography",
|
|
437
435
|
"payment-cryptography-data",
|
|
438
436
|
"pca-connector-ad",
|
|
437
|
+
"pca-connector-scep",
|
|
439
438
|
"personalize",
|
|
440
439
|
"personalize-events",
|
|
441
440
|
"personalize-runtime",
|
|
@@ -449,6 +448,7 @@ ServiceName = Literal[
|
|
|
449
448
|
"pricing",
|
|
450
449
|
"privatenetworks",
|
|
451
450
|
"proton",
|
|
451
|
+
"qapps",
|
|
452
452
|
"qbusiness",
|
|
453
453
|
"qconnect",
|
|
454
454
|
"qldb",
|
|
@@ -525,6 +525,7 @@ ServiceName = Literal[
|
|
|
525
525
|
"support-app",
|
|
526
526
|
"swf",
|
|
527
527
|
"synthetics",
|
|
528
|
+
"taxsettings",
|
|
528
529
|
"textract",
|
|
529
530
|
"timestream-influxdb",
|
|
530
531
|
"timestream-query",
|
|
@@ -38,12 +38,12 @@ from .literals import (
|
|
|
38
38
|
TableStatusType,
|
|
39
39
|
)
|
|
40
40
|
from .type_defs import (
|
|
41
|
-
|
|
41
|
+
ArchivalSummaryTypeDef,
|
|
42
42
|
AttributeDefinitionTypeDef,
|
|
43
43
|
AttributeValueUpdateTableTypeDef,
|
|
44
44
|
BatchGetItemOutputServiceResourceTypeDef,
|
|
45
45
|
BatchWriteItemOutputServiceResourceTypeDef,
|
|
46
|
-
|
|
46
|
+
BillingModeSummaryTypeDef,
|
|
47
47
|
ConditionBaseImportTypeDef,
|
|
48
48
|
ConditionTableTypeDef,
|
|
49
49
|
DeleteItemOutputTableTypeDef,
|
|
@@ -57,22 +57,20 @@ from .type_defs import (
|
|
|
57
57
|
KeySchemaElementTypeDef,
|
|
58
58
|
LocalSecondaryIndexDescriptionTypeDef,
|
|
59
59
|
LocalSecondaryIndexTypeDef,
|
|
60
|
-
OnDemandThroughputResponseTypeDef,
|
|
61
60
|
OnDemandThroughputTypeDef,
|
|
62
|
-
|
|
61
|
+
ProvisionedThroughputDescriptionTypeDef,
|
|
63
62
|
ProvisionedThroughputTypeDef,
|
|
64
63
|
PutItemOutputTableTypeDef,
|
|
65
64
|
QueryOutputTableTypeDef,
|
|
66
65
|
ReplicaDescriptionTypeDef,
|
|
67
66
|
ReplicationGroupUpdateTypeDef,
|
|
68
|
-
|
|
67
|
+
RestoreSummaryTypeDef,
|
|
69
68
|
ScanOutputTableTypeDef,
|
|
70
|
-
|
|
69
|
+
SSEDescriptionTypeDef,
|
|
71
70
|
SSESpecificationTypeDef,
|
|
72
|
-
StreamSpecificationResponseTypeDef,
|
|
73
71
|
StreamSpecificationTypeDef,
|
|
74
72
|
TableAttributeValueTypeDef,
|
|
75
|
-
|
|
73
|
+
TableClassSummaryTypeDef,
|
|
76
74
|
TagTypeDef,
|
|
77
75
|
UpdateItemOutputTableTypeDef,
|
|
78
76
|
WriteRequestServiceResourceUnionTypeDef,
|
|
@@ -149,25 +147,25 @@ class Table(ServiceResource):
|
|
|
149
147
|
key_schema: List[KeySchemaElementTypeDef]
|
|
150
148
|
table_status: TableStatusType
|
|
151
149
|
creation_date_time: datetime
|
|
152
|
-
provisioned_throughput:
|
|
150
|
+
provisioned_throughput: ProvisionedThroughputDescriptionTypeDef
|
|
153
151
|
table_size_bytes: int
|
|
154
152
|
item_count: int
|
|
155
153
|
table_arn: str
|
|
156
154
|
table_id: str
|
|
157
|
-
billing_mode_summary:
|
|
155
|
+
billing_mode_summary: BillingModeSummaryTypeDef
|
|
158
156
|
local_secondary_indexes: List[LocalSecondaryIndexDescriptionTypeDef]
|
|
159
157
|
global_secondary_indexes: List[GlobalSecondaryIndexDescriptionTypeDef]
|
|
160
|
-
stream_specification:
|
|
158
|
+
stream_specification: StreamSpecificationTypeDef
|
|
161
159
|
latest_stream_label: str
|
|
162
160
|
latest_stream_arn: str
|
|
163
161
|
global_table_version: str
|
|
164
162
|
replicas: List[ReplicaDescriptionTypeDef]
|
|
165
|
-
restore_summary:
|
|
166
|
-
sse_description:
|
|
167
|
-
archival_summary:
|
|
168
|
-
table_class_summary:
|
|
163
|
+
restore_summary: RestoreSummaryTypeDef
|
|
164
|
+
sse_description: SSEDescriptionTypeDef
|
|
165
|
+
archival_summary: ArchivalSummaryTypeDef
|
|
166
|
+
table_class_summary: TableClassSummaryTypeDef
|
|
169
167
|
deletion_protection_enabled: bool
|
|
170
|
-
on_demand_throughput:
|
|
168
|
+
on_demand_throughput: OnDemandThroughputTypeDef
|
|
171
169
|
name: str
|
|
172
170
|
meta: "DynamoDBResourceMeta"
|
|
173
171
|
|
|
@@ -38,12 +38,12 @@ from .literals import (
|
|
|
38
38
|
TableStatusType,
|
|
39
39
|
)
|
|
40
40
|
from .type_defs import (
|
|
41
|
-
|
|
41
|
+
ArchivalSummaryTypeDef,
|
|
42
42
|
AttributeDefinitionTypeDef,
|
|
43
43
|
AttributeValueUpdateTableTypeDef,
|
|
44
44
|
BatchGetItemOutputServiceResourceTypeDef,
|
|
45
45
|
BatchWriteItemOutputServiceResourceTypeDef,
|
|
46
|
-
|
|
46
|
+
BillingModeSummaryTypeDef,
|
|
47
47
|
ConditionBaseImportTypeDef,
|
|
48
48
|
ConditionTableTypeDef,
|
|
49
49
|
DeleteItemOutputTableTypeDef,
|
|
@@ -57,22 +57,20 @@ from .type_defs import (
|
|
|
57
57
|
KeySchemaElementTypeDef,
|
|
58
58
|
LocalSecondaryIndexDescriptionTypeDef,
|
|
59
59
|
LocalSecondaryIndexTypeDef,
|
|
60
|
-
OnDemandThroughputResponseTypeDef,
|
|
61
60
|
OnDemandThroughputTypeDef,
|
|
62
|
-
|
|
61
|
+
ProvisionedThroughputDescriptionTypeDef,
|
|
63
62
|
ProvisionedThroughputTypeDef,
|
|
64
63
|
PutItemOutputTableTypeDef,
|
|
65
64
|
QueryOutputTableTypeDef,
|
|
66
65
|
ReplicaDescriptionTypeDef,
|
|
67
66
|
ReplicationGroupUpdateTypeDef,
|
|
68
|
-
|
|
67
|
+
RestoreSummaryTypeDef,
|
|
69
68
|
ScanOutputTableTypeDef,
|
|
70
|
-
|
|
69
|
+
SSEDescriptionTypeDef,
|
|
71
70
|
SSESpecificationTypeDef,
|
|
72
|
-
StreamSpecificationResponseTypeDef,
|
|
73
71
|
StreamSpecificationTypeDef,
|
|
74
72
|
TableAttributeValueTypeDef,
|
|
75
|
-
|
|
73
|
+
TableClassSummaryTypeDef,
|
|
76
74
|
TagTypeDef,
|
|
77
75
|
UpdateItemOutputTableTypeDef,
|
|
78
76
|
WriteRequestServiceResourceUnionTypeDef,
|
|
@@ -147,25 +145,25 @@ class Table(ServiceResource):
|
|
|
147
145
|
key_schema: List[KeySchemaElementTypeDef]
|
|
148
146
|
table_status: TableStatusType
|
|
149
147
|
creation_date_time: datetime
|
|
150
|
-
provisioned_throughput:
|
|
148
|
+
provisioned_throughput: ProvisionedThroughputDescriptionTypeDef
|
|
151
149
|
table_size_bytes: int
|
|
152
150
|
item_count: int
|
|
153
151
|
table_arn: str
|
|
154
152
|
table_id: str
|
|
155
|
-
billing_mode_summary:
|
|
153
|
+
billing_mode_summary: BillingModeSummaryTypeDef
|
|
156
154
|
local_secondary_indexes: List[LocalSecondaryIndexDescriptionTypeDef]
|
|
157
155
|
global_secondary_indexes: List[GlobalSecondaryIndexDescriptionTypeDef]
|
|
158
|
-
stream_specification:
|
|
156
|
+
stream_specification: StreamSpecificationTypeDef
|
|
159
157
|
latest_stream_label: str
|
|
160
158
|
latest_stream_arn: str
|
|
161
159
|
global_table_version: str
|
|
162
160
|
replicas: List[ReplicaDescriptionTypeDef]
|
|
163
|
-
restore_summary:
|
|
164
|
-
sse_description:
|
|
165
|
-
archival_summary:
|
|
166
|
-
table_class_summary:
|
|
161
|
+
restore_summary: RestoreSummaryTypeDef
|
|
162
|
+
sse_description: SSEDescriptionTypeDef
|
|
163
|
+
archival_summary: ArchivalSummaryTypeDef
|
|
164
|
+
table_class_summary: TableClassSummaryTypeDef
|
|
167
165
|
deletion_protection_enabled: bool
|
|
168
|
-
on_demand_throughput:
|
|
166
|
+
on_demand_throughput: OnDemandThroughputTypeDef
|
|
169
167
|
name: str
|
|
170
168
|
meta: "DynamoDBResourceMeta"
|
|
171
169
|
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/type_defs.py
RENAMED
|
@@ -6,9 +6,9 @@ Type annotations for dynamodb service type definitions.
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
8
8
|
```python
|
|
9
|
-
from mypy_boto3_dynamodb.type_defs import
|
|
9
|
+
from mypy_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
10
10
|
|
|
11
|
-
data:
|
|
11
|
+
data: ArchivalSummaryTypeDef = ...
|
|
12
12
|
```
|
|
13
13
|
"""
|
|
14
14
|
|
|
@@ -71,7 +71,6 @@ else:
|
|
|
71
71
|
from typing_extensions import TypedDict
|
|
72
72
|
|
|
73
73
|
__all__ = (
|
|
74
|
-
"ResponseMetadataTypeDef",
|
|
75
74
|
"ArchivalSummaryTypeDef",
|
|
76
75
|
"AttributeDefinitionTypeDef",
|
|
77
76
|
"AttributeValueTypeDef",
|
|
@@ -80,6 +79,7 @@ __all__ = (
|
|
|
80
79
|
"AutoScalingTargetTrackingScalingPolicyConfigurationUpdateTypeDef",
|
|
81
80
|
"BackupDetailsTypeDef",
|
|
82
81
|
"BackupSummaryTypeDef",
|
|
82
|
+
"ResponseMetadataTypeDef",
|
|
83
83
|
"BillingModeSummaryTypeDef",
|
|
84
84
|
"CapacityTypeDef",
|
|
85
85
|
"ConditionBaseImportTypeDef",
|
|
@@ -147,21 +147,6 @@ __all__ = (
|
|
|
147
147
|
"UntagResourceInputRequestTypeDef",
|
|
148
148
|
"UpdateContributorInsightsInputRequestTypeDef",
|
|
149
149
|
"UpdateKinesisStreamingConfigurationTypeDef",
|
|
150
|
-
"ArchivalSummaryResponseTypeDef",
|
|
151
|
-
"BillingModeSummaryResponseTypeDef",
|
|
152
|
-
"DeleteResourcePolicyOutputTypeDef",
|
|
153
|
-
"DescribeLimitsOutputTypeDef",
|
|
154
|
-
"EmptyResponseMetadataTypeDef",
|
|
155
|
-
"GetResourcePolicyOutputTypeDef",
|
|
156
|
-
"ListTablesOutputTypeDef",
|
|
157
|
-
"OnDemandThroughputResponseTypeDef",
|
|
158
|
-
"ProvisionedThroughputDescriptionResponseTypeDef",
|
|
159
|
-
"PutResourcePolicyOutputTypeDef",
|
|
160
|
-
"RestoreSummaryResponseTypeDef",
|
|
161
|
-
"SSEDescriptionResponseTypeDef",
|
|
162
|
-
"StreamSpecificationResponseTypeDef",
|
|
163
|
-
"TableClassSummaryResponseTypeDef",
|
|
164
|
-
"UpdateContributorInsightsOutputTypeDef",
|
|
165
150
|
"BatchStatementErrorTypeDef",
|
|
166
151
|
"DeleteRequestOutputTypeDef",
|
|
167
152
|
"ItemCollectionMetricsTypeDef",
|
|
@@ -184,7 +169,14 @@ __all__ = (
|
|
|
184
169
|
"AutoScalingPolicyDescriptionTypeDef",
|
|
185
170
|
"AutoScalingPolicyUpdateTypeDef",
|
|
186
171
|
"CreateBackupOutputTypeDef",
|
|
172
|
+
"DeleteResourcePolicyOutputTypeDef",
|
|
173
|
+
"DescribeLimitsOutputTypeDef",
|
|
174
|
+
"EmptyResponseMetadataTypeDef",
|
|
175
|
+
"GetResourcePolicyOutputTypeDef",
|
|
187
176
|
"ListBackupsOutputTypeDef",
|
|
177
|
+
"ListTablesOutputTypeDef",
|
|
178
|
+
"PutResourcePolicyOutputTypeDef",
|
|
179
|
+
"UpdateContributorInsightsOutputTypeDef",
|
|
188
180
|
"ConsumedCapacityTypeDef",
|
|
189
181
|
"ContinuousBackupsDescriptionTypeDef",
|
|
190
182
|
"ListContributorInsightsOutputTypeDef",
|
|
@@ -360,16 +352,6 @@ __all__ = (
|
|
|
360
352
|
"UpdateTableReplicaAutoScalingOutputTypeDef",
|
|
361
353
|
)
|
|
362
354
|
|
|
363
|
-
ResponseMetadataTypeDef = TypedDict(
|
|
364
|
-
"ResponseMetadataTypeDef",
|
|
365
|
-
{
|
|
366
|
-
"RequestId": str,
|
|
367
|
-
"HTTPStatusCode": int,
|
|
368
|
-
"HTTPHeaders": Dict[str, str],
|
|
369
|
-
"RetryAttempts": int,
|
|
370
|
-
"HostId": NotRequired[str],
|
|
371
|
-
},
|
|
372
|
-
)
|
|
373
355
|
ArchivalSummaryTypeDef = TypedDict(
|
|
374
356
|
"ArchivalSummaryTypeDef",
|
|
375
357
|
{
|
|
@@ -461,6 +443,16 @@ BackupSummaryTypeDef = TypedDict(
|
|
|
461
443
|
"BackupSizeBytes": NotRequired[int],
|
|
462
444
|
},
|
|
463
445
|
)
|
|
446
|
+
ResponseMetadataTypeDef = TypedDict(
|
|
447
|
+
"ResponseMetadataTypeDef",
|
|
448
|
+
{
|
|
449
|
+
"RequestId": str,
|
|
450
|
+
"HTTPStatusCode": int,
|
|
451
|
+
"HTTPHeaders": Dict[str, str],
|
|
452
|
+
"RetryAttempts": int,
|
|
453
|
+
"HostId": NotRequired[str],
|
|
454
|
+
},
|
|
455
|
+
)
|
|
464
456
|
BillingModeSummaryTypeDef = TypedDict(
|
|
465
457
|
"BillingModeSummaryTypeDef",
|
|
466
458
|
{
|
|
@@ -924,133 +916,6 @@ UpdateKinesisStreamingConfigurationTypeDef = TypedDict(
|
|
|
924
916
|
],
|
|
925
917
|
},
|
|
926
918
|
)
|
|
927
|
-
ArchivalSummaryResponseTypeDef = TypedDict(
|
|
928
|
-
"ArchivalSummaryResponseTypeDef",
|
|
929
|
-
{
|
|
930
|
-
"ArchivalDateTime": datetime,
|
|
931
|
-
"ArchivalReason": str,
|
|
932
|
-
"ArchivalBackupArn": str,
|
|
933
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
934
|
-
},
|
|
935
|
-
)
|
|
936
|
-
BillingModeSummaryResponseTypeDef = TypedDict(
|
|
937
|
-
"BillingModeSummaryResponseTypeDef",
|
|
938
|
-
{
|
|
939
|
-
"BillingMode": BillingModeType,
|
|
940
|
-
"LastUpdateToPayPerRequestDateTime": datetime,
|
|
941
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
942
|
-
},
|
|
943
|
-
)
|
|
944
|
-
DeleteResourcePolicyOutputTypeDef = TypedDict(
|
|
945
|
-
"DeleteResourcePolicyOutputTypeDef",
|
|
946
|
-
{
|
|
947
|
-
"RevisionId": str,
|
|
948
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
949
|
-
},
|
|
950
|
-
)
|
|
951
|
-
DescribeLimitsOutputTypeDef = TypedDict(
|
|
952
|
-
"DescribeLimitsOutputTypeDef",
|
|
953
|
-
{
|
|
954
|
-
"AccountMaxReadCapacityUnits": int,
|
|
955
|
-
"AccountMaxWriteCapacityUnits": int,
|
|
956
|
-
"TableMaxReadCapacityUnits": int,
|
|
957
|
-
"TableMaxWriteCapacityUnits": int,
|
|
958
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
959
|
-
},
|
|
960
|
-
)
|
|
961
|
-
EmptyResponseMetadataTypeDef = TypedDict(
|
|
962
|
-
"EmptyResponseMetadataTypeDef",
|
|
963
|
-
{
|
|
964
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
965
|
-
},
|
|
966
|
-
)
|
|
967
|
-
GetResourcePolicyOutputTypeDef = TypedDict(
|
|
968
|
-
"GetResourcePolicyOutputTypeDef",
|
|
969
|
-
{
|
|
970
|
-
"Policy": str,
|
|
971
|
-
"RevisionId": str,
|
|
972
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
973
|
-
},
|
|
974
|
-
)
|
|
975
|
-
ListTablesOutputTypeDef = TypedDict(
|
|
976
|
-
"ListTablesOutputTypeDef",
|
|
977
|
-
{
|
|
978
|
-
"TableNames": List[str],
|
|
979
|
-
"LastEvaluatedTableName": str,
|
|
980
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
981
|
-
},
|
|
982
|
-
)
|
|
983
|
-
OnDemandThroughputResponseTypeDef = TypedDict(
|
|
984
|
-
"OnDemandThroughputResponseTypeDef",
|
|
985
|
-
{
|
|
986
|
-
"MaxReadRequestUnits": int,
|
|
987
|
-
"MaxWriteRequestUnits": int,
|
|
988
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
989
|
-
},
|
|
990
|
-
)
|
|
991
|
-
ProvisionedThroughputDescriptionResponseTypeDef = TypedDict(
|
|
992
|
-
"ProvisionedThroughputDescriptionResponseTypeDef",
|
|
993
|
-
{
|
|
994
|
-
"LastIncreaseDateTime": datetime,
|
|
995
|
-
"LastDecreaseDateTime": datetime,
|
|
996
|
-
"NumberOfDecreasesToday": int,
|
|
997
|
-
"ReadCapacityUnits": int,
|
|
998
|
-
"WriteCapacityUnits": int,
|
|
999
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1000
|
-
},
|
|
1001
|
-
)
|
|
1002
|
-
PutResourcePolicyOutputTypeDef = TypedDict(
|
|
1003
|
-
"PutResourcePolicyOutputTypeDef",
|
|
1004
|
-
{
|
|
1005
|
-
"RevisionId": str,
|
|
1006
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1007
|
-
},
|
|
1008
|
-
)
|
|
1009
|
-
RestoreSummaryResponseTypeDef = TypedDict(
|
|
1010
|
-
"RestoreSummaryResponseTypeDef",
|
|
1011
|
-
{
|
|
1012
|
-
"SourceBackupArn": str,
|
|
1013
|
-
"SourceTableArn": str,
|
|
1014
|
-
"RestoreDateTime": datetime,
|
|
1015
|
-
"RestoreInProgress": bool,
|
|
1016
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1017
|
-
},
|
|
1018
|
-
)
|
|
1019
|
-
SSEDescriptionResponseTypeDef = TypedDict(
|
|
1020
|
-
"SSEDescriptionResponseTypeDef",
|
|
1021
|
-
{
|
|
1022
|
-
"Status": SSEStatusType,
|
|
1023
|
-
"SSEType": SSETypeType,
|
|
1024
|
-
"KMSMasterKeyArn": str,
|
|
1025
|
-
"InaccessibleEncryptionDateTime": datetime,
|
|
1026
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1027
|
-
},
|
|
1028
|
-
)
|
|
1029
|
-
StreamSpecificationResponseTypeDef = TypedDict(
|
|
1030
|
-
"StreamSpecificationResponseTypeDef",
|
|
1031
|
-
{
|
|
1032
|
-
"StreamEnabled": bool,
|
|
1033
|
-
"StreamViewType": StreamViewTypeType,
|
|
1034
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1035
|
-
},
|
|
1036
|
-
)
|
|
1037
|
-
TableClassSummaryResponseTypeDef = TypedDict(
|
|
1038
|
-
"TableClassSummaryResponseTypeDef",
|
|
1039
|
-
{
|
|
1040
|
-
"TableClass": TableClassType,
|
|
1041
|
-
"LastUpdateDateTime": datetime,
|
|
1042
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1043
|
-
},
|
|
1044
|
-
)
|
|
1045
|
-
UpdateContributorInsightsOutputTypeDef = TypedDict(
|
|
1046
|
-
"UpdateContributorInsightsOutputTypeDef",
|
|
1047
|
-
{
|
|
1048
|
-
"TableName": str,
|
|
1049
|
-
"IndexName": str,
|
|
1050
|
-
"ContributorInsightsStatus": ContributorInsightsStatusType,
|
|
1051
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1052
|
-
},
|
|
1053
|
-
)
|
|
1054
919
|
BatchStatementErrorTypeDef = TypedDict(
|
|
1055
920
|
"BatchStatementErrorTypeDef",
|
|
1056
921
|
{
|
|
@@ -1226,6 +1091,37 @@ CreateBackupOutputTypeDef = TypedDict(
|
|
|
1226
1091
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1227
1092
|
},
|
|
1228
1093
|
)
|
|
1094
|
+
DeleteResourcePolicyOutputTypeDef = TypedDict(
|
|
1095
|
+
"DeleteResourcePolicyOutputTypeDef",
|
|
1096
|
+
{
|
|
1097
|
+
"RevisionId": str,
|
|
1098
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1099
|
+
},
|
|
1100
|
+
)
|
|
1101
|
+
DescribeLimitsOutputTypeDef = TypedDict(
|
|
1102
|
+
"DescribeLimitsOutputTypeDef",
|
|
1103
|
+
{
|
|
1104
|
+
"AccountMaxReadCapacityUnits": int,
|
|
1105
|
+
"AccountMaxWriteCapacityUnits": int,
|
|
1106
|
+
"TableMaxReadCapacityUnits": int,
|
|
1107
|
+
"TableMaxWriteCapacityUnits": int,
|
|
1108
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1109
|
+
},
|
|
1110
|
+
)
|
|
1111
|
+
EmptyResponseMetadataTypeDef = TypedDict(
|
|
1112
|
+
"EmptyResponseMetadataTypeDef",
|
|
1113
|
+
{
|
|
1114
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1115
|
+
},
|
|
1116
|
+
)
|
|
1117
|
+
GetResourcePolicyOutputTypeDef = TypedDict(
|
|
1118
|
+
"GetResourcePolicyOutputTypeDef",
|
|
1119
|
+
{
|
|
1120
|
+
"Policy": str,
|
|
1121
|
+
"RevisionId": str,
|
|
1122
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1123
|
+
},
|
|
1124
|
+
)
|
|
1229
1125
|
ListBackupsOutputTypeDef = TypedDict(
|
|
1230
1126
|
"ListBackupsOutputTypeDef",
|
|
1231
1127
|
{
|
|
@@ -1234,6 +1130,30 @@ ListBackupsOutputTypeDef = TypedDict(
|
|
|
1234
1130
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1235
1131
|
},
|
|
1236
1132
|
)
|
|
1133
|
+
ListTablesOutputTypeDef = TypedDict(
|
|
1134
|
+
"ListTablesOutputTypeDef",
|
|
1135
|
+
{
|
|
1136
|
+
"TableNames": List[str],
|
|
1137
|
+
"LastEvaluatedTableName": str,
|
|
1138
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1139
|
+
},
|
|
1140
|
+
)
|
|
1141
|
+
PutResourcePolicyOutputTypeDef = TypedDict(
|
|
1142
|
+
"PutResourcePolicyOutputTypeDef",
|
|
1143
|
+
{
|
|
1144
|
+
"RevisionId": str,
|
|
1145
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1146
|
+
},
|
|
1147
|
+
)
|
|
1148
|
+
UpdateContributorInsightsOutputTypeDef = TypedDict(
|
|
1149
|
+
"UpdateContributorInsightsOutputTypeDef",
|
|
1150
|
+
{
|
|
1151
|
+
"TableName": str,
|
|
1152
|
+
"IndexName": str,
|
|
1153
|
+
"ContributorInsightsStatus": ContributorInsightsStatusType,
|
|
1154
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1155
|
+
},
|
|
1156
|
+
)
|
|
1237
1157
|
ConsumedCapacityTypeDef = TypedDict(
|
|
1238
1158
|
"ConsumedCapacityTypeDef",
|
|
1239
1159
|
{
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/type_defs.pyi
RENAMED
|
@@ -6,9 +6,9 @@ Type annotations for dynamodb service type definitions.
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
8
8
|
```python
|
|
9
|
-
from mypy_boto3_dynamodb.type_defs import
|
|
9
|
+
from mypy_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
10
10
|
|
|
11
|
-
data:
|
|
11
|
+
data: ArchivalSummaryTypeDef = ...
|
|
12
12
|
```
|
|
13
13
|
"""
|
|
14
14
|
|
|
@@ -71,7 +71,6 @@ else:
|
|
|
71
71
|
from typing_extensions import TypedDict
|
|
72
72
|
|
|
73
73
|
__all__ = (
|
|
74
|
-
"ResponseMetadataTypeDef",
|
|
75
74
|
"ArchivalSummaryTypeDef",
|
|
76
75
|
"AttributeDefinitionTypeDef",
|
|
77
76
|
"AttributeValueTypeDef",
|
|
@@ -80,6 +79,7 @@ __all__ = (
|
|
|
80
79
|
"AutoScalingTargetTrackingScalingPolicyConfigurationUpdateTypeDef",
|
|
81
80
|
"BackupDetailsTypeDef",
|
|
82
81
|
"BackupSummaryTypeDef",
|
|
82
|
+
"ResponseMetadataTypeDef",
|
|
83
83
|
"BillingModeSummaryTypeDef",
|
|
84
84
|
"CapacityTypeDef",
|
|
85
85
|
"ConditionBaseImportTypeDef",
|
|
@@ -147,21 +147,6 @@ __all__ = (
|
|
|
147
147
|
"UntagResourceInputRequestTypeDef",
|
|
148
148
|
"UpdateContributorInsightsInputRequestTypeDef",
|
|
149
149
|
"UpdateKinesisStreamingConfigurationTypeDef",
|
|
150
|
-
"ArchivalSummaryResponseTypeDef",
|
|
151
|
-
"BillingModeSummaryResponseTypeDef",
|
|
152
|
-
"DeleteResourcePolicyOutputTypeDef",
|
|
153
|
-
"DescribeLimitsOutputTypeDef",
|
|
154
|
-
"EmptyResponseMetadataTypeDef",
|
|
155
|
-
"GetResourcePolicyOutputTypeDef",
|
|
156
|
-
"ListTablesOutputTypeDef",
|
|
157
|
-
"OnDemandThroughputResponseTypeDef",
|
|
158
|
-
"ProvisionedThroughputDescriptionResponseTypeDef",
|
|
159
|
-
"PutResourcePolicyOutputTypeDef",
|
|
160
|
-
"RestoreSummaryResponseTypeDef",
|
|
161
|
-
"SSEDescriptionResponseTypeDef",
|
|
162
|
-
"StreamSpecificationResponseTypeDef",
|
|
163
|
-
"TableClassSummaryResponseTypeDef",
|
|
164
|
-
"UpdateContributorInsightsOutputTypeDef",
|
|
165
150
|
"BatchStatementErrorTypeDef",
|
|
166
151
|
"DeleteRequestOutputTypeDef",
|
|
167
152
|
"ItemCollectionMetricsTypeDef",
|
|
@@ -184,7 +169,14 @@ __all__ = (
|
|
|
184
169
|
"AutoScalingPolicyDescriptionTypeDef",
|
|
185
170
|
"AutoScalingPolicyUpdateTypeDef",
|
|
186
171
|
"CreateBackupOutputTypeDef",
|
|
172
|
+
"DeleteResourcePolicyOutputTypeDef",
|
|
173
|
+
"DescribeLimitsOutputTypeDef",
|
|
174
|
+
"EmptyResponseMetadataTypeDef",
|
|
175
|
+
"GetResourcePolicyOutputTypeDef",
|
|
187
176
|
"ListBackupsOutputTypeDef",
|
|
177
|
+
"ListTablesOutputTypeDef",
|
|
178
|
+
"PutResourcePolicyOutputTypeDef",
|
|
179
|
+
"UpdateContributorInsightsOutputTypeDef",
|
|
188
180
|
"ConsumedCapacityTypeDef",
|
|
189
181
|
"ContinuousBackupsDescriptionTypeDef",
|
|
190
182
|
"ListContributorInsightsOutputTypeDef",
|
|
@@ -360,16 +352,6 @@ __all__ = (
|
|
|
360
352
|
"UpdateTableReplicaAutoScalingOutputTypeDef",
|
|
361
353
|
)
|
|
362
354
|
|
|
363
|
-
ResponseMetadataTypeDef = TypedDict(
|
|
364
|
-
"ResponseMetadataTypeDef",
|
|
365
|
-
{
|
|
366
|
-
"RequestId": str,
|
|
367
|
-
"HTTPStatusCode": int,
|
|
368
|
-
"HTTPHeaders": Dict[str, str],
|
|
369
|
-
"RetryAttempts": int,
|
|
370
|
-
"HostId": NotRequired[str],
|
|
371
|
-
},
|
|
372
|
-
)
|
|
373
355
|
ArchivalSummaryTypeDef = TypedDict(
|
|
374
356
|
"ArchivalSummaryTypeDef",
|
|
375
357
|
{
|
|
@@ -461,6 +443,16 @@ BackupSummaryTypeDef = TypedDict(
|
|
|
461
443
|
"BackupSizeBytes": NotRequired[int],
|
|
462
444
|
},
|
|
463
445
|
)
|
|
446
|
+
ResponseMetadataTypeDef = TypedDict(
|
|
447
|
+
"ResponseMetadataTypeDef",
|
|
448
|
+
{
|
|
449
|
+
"RequestId": str,
|
|
450
|
+
"HTTPStatusCode": int,
|
|
451
|
+
"HTTPHeaders": Dict[str, str],
|
|
452
|
+
"RetryAttempts": int,
|
|
453
|
+
"HostId": NotRequired[str],
|
|
454
|
+
},
|
|
455
|
+
)
|
|
464
456
|
BillingModeSummaryTypeDef = TypedDict(
|
|
465
457
|
"BillingModeSummaryTypeDef",
|
|
466
458
|
{
|
|
@@ -924,133 +916,6 @@ UpdateKinesisStreamingConfigurationTypeDef = TypedDict(
|
|
|
924
916
|
],
|
|
925
917
|
},
|
|
926
918
|
)
|
|
927
|
-
ArchivalSummaryResponseTypeDef = TypedDict(
|
|
928
|
-
"ArchivalSummaryResponseTypeDef",
|
|
929
|
-
{
|
|
930
|
-
"ArchivalDateTime": datetime,
|
|
931
|
-
"ArchivalReason": str,
|
|
932
|
-
"ArchivalBackupArn": str,
|
|
933
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
934
|
-
},
|
|
935
|
-
)
|
|
936
|
-
BillingModeSummaryResponseTypeDef = TypedDict(
|
|
937
|
-
"BillingModeSummaryResponseTypeDef",
|
|
938
|
-
{
|
|
939
|
-
"BillingMode": BillingModeType,
|
|
940
|
-
"LastUpdateToPayPerRequestDateTime": datetime,
|
|
941
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
942
|
-
},
|
|
943
|
-
)
|
|
944
|
-
DeleteResourcePolicyOutputTypeDef = TypedDict(
|
|
945
|
-
"DeleteResourcePolicyOutputTypeDef",
|
|
946
|
-
{
|
|
947
|
-
"RevisionId": str,
|
|
948
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
949
|
-
},
|
|
950
|
-
)
|
|
951
|
-
DescribeLimitsOutputTypeDef = TypedDict(
|
|
952
|
-
"DescribeLimitsOutputTypeDef",
|
|
953
|
-
{
|
|
954
|
-
"AccountMaxReadCapacityUnits": int,
|
|
955
|
-
"AccountMaxWriteCapacityUnits": int,
|
|
956
|
-
"TableMaxReadCapacityUnits": int,
|
|
957
|
-
"TableMaxWriteCapacityUnits": int,
|
|
958
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
959
|
-
},
|
|
960
|
-
)
|
|
961
|
-
EmptyResponseMetadataTypeDef = TypedDict(
|
|
962
|
-
"EmptyResponseMetadataTypeDef",
|
|
963
|
-
{
|
|
964
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
965
|
-
},
|
|
966
|
-
)
|
|
967
|
-
GetResourcePolicyOutputTypeDef = TypedDict(
|
|
968
|
-
"GetResourcePolicyOutputTypeDef",
|
|
969
|
-
{
|
|
970
|
-
"Policy": str,
|
|
971
|
-
"RevisionId": str,
|
|
972
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
973
|
-
},
|
|
974
|
-
)
|
|
975
|
-
ListTablesOutputTypeDef = TypedDict(
|
|
976
|
-
"ListTablesOutputTypeDef",
|
|
977
|
-
{
|
|
978
|
-
"TableNames": List[str],
|
|
979
|
-
"LastEvaluatedTableName": str,
|
|
980
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
981
|
-
},
|
|
982
|
-
)
|
|
983
|
-
OnDemandThroughputResponseTypeDef = TypedDict(
|
|
984
|
-
"OnDemandThroughputResponseTypeDef",
|
|
985
|
-
{
|
|
986
|
-
"MaxReadRequestUnits": int,
|
|
987
|
-
"MaxWriteRequestUnits": int,
|
|
988
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
989
|
-
},
|
|
990
|
-
)
|
|
991
|
-
ProvisionedThroughputDescriptionResponseTypeDef = TypedDict(
|
|
992
|
-
"ProvisionedThroughputDescriptionResponseTypeDef",
|
|
993
|
-
{
|
|
994
|
-
"LastIncreaseDateTime": datetime,
|
|
995
|
-
"LastDecreaseDateTime": datetime,
|
|
996
|
-
"NumberOfDecreasesToday": int,
|
|
997
|
-
"ReadCapacityUnits": int,
|
|
998
|
-
"WriteCapacityUnits": int,
|
|
999
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1000
|
-
},
|
|
1001
|
-
)
|
|
1002
|
-
PutResourcePolicyOutputTypeDef = TypedDict(
|
|
1003
|
-
"PutResourcePolicyOutputTypeDef",
|
|
1004
|
-
{
|
|
1005
|
-
"RevisionId": str,
|
|
1006
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1007
|
-
},
|
|
1008
|
-
)
|
|
1009
|
-
RestoreSummaryResponseTypeDef = TypedDict(
|
|
1010
|
-
"RestoreSummaryResponseTypeDef",
|
|
1011
|
-
{
|
|
1012
|
-
"SourceBackupArn": str,
|
|
1013
|
-
"SourceTableArn": str,
|
|
1014
|
-
"RestoreDateTime": datetime,
|
|
1015
|
-
"RestoreInProgress": bool,
|
|
1016
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1017
|
-
},
|
|
1018
|
-
)
|
|
1019
|
-
SSEDescriptionResponseTypeDef = TypedDict(
|
|
1020
|
-
"SSEDescriptionResponseTypeDef",
|
|
1021
|
-
{
|
|
1022
|
-
"Status": SSEStatusType,
|
|
1023
|
-
"SSEType": SSETypeType,
|
|
1024
|
-
"KMSMasterKeyArn": str,
|
|
1025
|
-
"InaccessibleEncryptionDateTime": datetime,
|
|
1026
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1027
|
-
},
|
|
1028
|
-
)
|
|
1029
|
-
StreamSpecificationResponseTypeDef = TypedDict(
|
|
1030
|
-
"StreamSpecificationResponseTypeDef",
|
|
1031
|
-
{
|
|
1032
|
-
"StreamEnabled": bool,
|
|
1033
|
-
"StreamViewType": StreamViewTypeType,
|
|
1034
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1035
|
-
},
|
|
1036
|
-
)
|
|
1037
|
-
TableClassSummaryResponseTypeDef = TypedDict(
|
|
1038
|
-
"TableClassSummaryResponseTypeDef",
|
|
1039
|
-
{
|
|
1040
|
-
"TableClass": TableClassType,
|
|
1041
|
-
"LastUpdateDateTime": datetime,
|
|
1042
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1043
|
-
},
|
|
1044
|
-
)
|
|
1045
|
-
UpdateContributorInsightsOutputTypeDef = TypedDict(
|
|
1046
|
-
"UpdateContributorInsightsOutputTypeDef",
|
|
1047
|
-
{
|
|
1048
|
-
"TableName": str,
|
|
1049
|
-
"IndexName": str,
|
|
1050
|
-
"ContributorInsightsStatus": ContributorInsightsStatusType,
|
|
1051
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1052
|
-
},
|
|
1053
|
-
)
|
|
1054
919
|
BatchStatementErrorTypeDef = TypedDict(
|
|
1055
920
|
"BatchStatementErrorTypeDef",
|
|
1056
921
|
{
|
|
@@ -1226,6 +1091,37 @@ CreateBackupOutputTypeDef = TypedDict(
|
|
|
1226
1091
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1227
1092
|
},
|
|
1228
1093
|
)
|
|
1094
|
+
DeleteResourcePolicyOutputTypeDef = TypedDict(
|
|
1095
|
+
"DeleteResourcePolicyOutputTypeDef",
|
|
1096
|
+
{
|
|
1097
|
+
"RevisionId": str,
|
|
1098
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1099
|
+
},
|
|
1100
|
+
)
|
|
1101
|
+
DescribeLimitsOutputTypeDef = TypedDict(
|
|
1102
|
+
"DescribeLimitsOutputTypeDef",
|
|
1103
|
+
{
|
|
1104
|
+
"AccountMaxReadCapacityUnits": int,
|
|
1105
|
+
"AccountMaxWriteCapacityUnits": int,
|
|
1106
|
+
"TableMaxReadCapacityUnits": int,
|
|
1107
|
+
"TableMaxWriteCapacityUnits": int,
|
|
1108
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1109
|
+
},
|
|
1110
|
+
)
|
|
1111
|
+
EmptyResponseMetadataTypeDef = TypedDict(
|
|
1112
|
+
"EmptyResponseMetadataTypeDef",
|
|
1113
|
+
{
|
|
1114
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1115
|
+
},
|
|
1116
|
+
)
|
|
1117
|
+
GetResourcePolicyOutputTypeDef = TypedDict(
|
|
1118
|
+
"GetResourcePolicyOutputTypeDef",
|
|
1119
|
+
{
|
|
1120
|
+
"Policy": str,
|
|
1121
|
+
"RevisionId": str,
|
|
1122
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1123
|
+
},
|
|
1124
|
+
)
|
|
1229
1125
|
ListBackupsOutputTypeDef = TypedDict(
|
|
1230
1126
|
"ListBackupsOutputTypeDef",
|
|
1231
1127
|
{
|
|
@@ -1234,6 +1130,30 @@ ListBackupsOutputTypeDef = TypedDict(
|
|
|
1234
1130
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1235
1131
|
},
|
|
1236
1132
|
)
|
|
1133
|
+
ListTablesOutputTypeDef = TypedDict(
|
|
1134
|
+
"ListTablesOutputTypeDef",
|
|
1135
|
+
{
|
|
1136
|
+
"TableNames": List[str],
|
|
1137
|
+
"LastEvaluatedTableName": str,
|
|
1138
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1139
|
+
},
|
|
1140
|
+
)
|
|
1141
|
+
PutResourcePolicyOutputTypeDef = TypedDict(
|
|
1142
|
+
"PutResourcePolicyOutputTypeDef",
|
|
1143
|
+
{
|
|
1144
|
+
"RevisionId": str,
|
|
1145
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1146
|
+
},
|
|
1147
|
+
)
|
|
1148
|
+
UpdateContributorInsightsOutputTypeDef = TypedDict(
|
|
1149
|
+
"UpdateContributorInsightsOutputTypeDef",
|
|
1150
|
+
{
|
|
1151
|
+
"TableName": str,
|
|
1152
|
+
"IndexName": str,
|
|
1153
|
+
"ContributorInsightsStatus": ContributorInsightsStatusType,
|
|
1154
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1155
|
+
},
|
|
1156
|
+
)
|
|
1237
1157
|
ConsumedCapacityTypeDef = TypedDict(
|
|
1238
1158
|
"ConsumedCapacityTypeDef",
|
|
1239
1159
|
{
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-dynamodb
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.DynamoDB 1.34.
|
|
3
|
+
Version: 1.34.148
|
|
4
|
+
Summary: Type annotations for boto3.DynamoDB 1.34.148 service generated with mypy-boto3-builder 7.25.0
|
|
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.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.DynamoDB 1.34.
|
|
46
|
+
[boto3.DynamoDB 1.34.148](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/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.25.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -440,10 +440,10 @@ Full list of `DynamoDB` TypeDefs can be found in
|
|
|
440
440
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/type_defs/).
|
|
441
441
|
|
|
442
442
|
```python
|
|
443
|
-
from mypy_boto3_dynamodb.type_defs import
|
|
443
|
+
from mypy_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
444
444
|
|
|
445
445
|
|
|
446
|
-
def get_value() ->
|
|
446
|
+
def get_value() -> ArchivalSummaryTypeDef:
|
|
447
447
|
return {...}
|
|
448
448
|
```
|
|
449
449
|
|
|
@@ -11,13 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-dynamodb",
|
|
14
|
-
version="1.34.
|
|
14
|
+
version="1.34.148",
|
|
15
15
|
packages=["mypy_boto3_dynamodb"],
|
|
16
16
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
17
17
|
license="MIT License",
|
|
18
18
|
author="Vlad Emelianov",
|
|
19
19
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
20
|
-
description="Type annotations for boto3.DynamoDB 1.34.
|
|
20
|
+
description="Type annotations for boto3.DynamoDB 1.34.148 service generated with mypy-boto3-builder 7.25.0",
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 5 - Production/Stable",
|
|
23
23
|
"Intended Audience :: Developers",
|
|
File without changes
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/__init__.py
RENAMED
|
File without changes
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/client.pyi
RENAMED
|
File without changes
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_dynamodb-1.34.114 → mypy_boto3_dynamodb-1.34.148}/mypy_boto3_dynamodb/waiter.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|