types-boto3-dynamodb 1.38.2__tar.gz → 1.39.0__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.
- {types_boto3_dynamodb-1.38.2/types_boto3_dynamodb.egg-info → types_boto3_dynamodb-1.39.0}/PKG-INFO +5 -5
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/README.md +3 -3
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/setup.py +2 -2
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/__main__.py +4 -4
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/literals.py +13 -2
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/literals.pyi +13 -2
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/service_resource.py +2 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/service_resource.pyi +2 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/type_defs.py +34 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/type_defs.pyi +32 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/version.py +1 -1
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0/types_boto3_dynamodb.egg-info}/PKG-INFO +5 -5
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/LICENSE +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/setup.cfg +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/__init__.py +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/__init__.pyi +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/client.py +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/client.pyi +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/paginator.py +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/paginator.pyi +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/py.typed +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/waiter.py +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/waiter.pyi +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb.egg-info/requires.txt +0 -0
- {types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb.egg-info/top_level.txt +0 -0
{types_boto3_dynamodb-1.38.2/types_boto3_dynamodb.egg-info → types_boto3_dynamodb-1.39.0}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-dynamodb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 DynamoDB 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
|
+
Summary: Type annotations for boto3 DynamoDB 1.39.0 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
59
|
+
Type annotations for [boto3 DynamoDB 1.39.0](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -122,7 +122,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
122
122
|
isolation.
|
|
123
123
|
|
|
124
124
|
1. Run mypy-boto3-builder in your package root directory:
|
|
125
|
-
`uvx --with 'boto3==1.
|
|
125
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
126
126
|
2. Select `boto3` AWS SDK.
|
|
127
127
|
3. Add `DynamoDB` service.
|
|
128
128
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
12
|
+
Type annotations for [boto3 DynamoDB 1.39.0](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -75,7 +75,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
75
75
|
isolation.
|
|
76
76
|
|
|
77
77
|
1. Run mypy-boto3-builder in your package root directory:
|
|
78
|
-
`uvx --with 'boto3==1.
|
|
78
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
79
79
|
2. Select `boto3` AWS SDK.
|
|
80
80
|
3. Add `DynamoDB` service.
|
|
81
81
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-dynamodb",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.39.0",
|
|
17
17
|
packages=["types_boto3_dynamodb"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 DynamoDB 1.
|
|
22
|
+
description="Type annotations for boto3 DynamoDB 1.39.0 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/__main__.py
RENAMED
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 DynamoDB 1.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 DynamoDB 1.39.0\n"
|
|
16
|
+
"Version: 1.39.0\n"
|
|
17
|
+
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#dynamodb\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.39.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/literals.py
RENAMED
|
@@ -76,6 +76,7 @@ __all__ = (
|
|
|
76
76
|
"TableStatusType",
|
|
77
77
|
"TimeToLiveStatusType",
|
|
78
78
|
"WaiterName",
|
|
79
|
+
"WitnessStatusType",
|
|
79
80
|
)
|
|
80
81
|
|
|
81
82
|
|
|
@@ -139,11 +140,14 @@ ProjectionTypeType = Literal["ALL", "INCLUDE", "KEYS_ONLY"]
|
|
|
139
140
|
QueryPaginatorName = Literal["query"]
|
|
140
141
|
ReplicaStatusType = Literal[
|
|
141
142
|
"ACTIVE",
|
|
143
|
+
"ARCHIVED",
|
|
144
|
+
"ARCHIVING",
|
|
142
145
|
"CREATING",
|
|
143
146
|
"CREATION_FAILED",
|
|
144
147
|
"DELETING",
|
|
145
148
|
"INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
146
149
|
"REGION_DISABLED",
|
|
150
|
+
"REPLICATION_NOT_AUTHORIZED",
|
|
147
151
|
"UPDATING",
|
|
148
152
|
]
|
|
149
153
|
ReturnConsumedCapacityType = Literal["INDEXES", "NONE", "TOTAL"]
|
|
@@ -167,15 +171,18 @@ TableStatusType = Literal[
|
|
|
167
171
|
"CREATING",
|
|
168
172
|
"DELETING",
|
|
169
173
|
"INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
174
|
+
"REPLICATION_NOT_AUTHORIZED",
|
|
170
175
|
"UPDATING",
|
|
171
176
|
]
|
|
172
177
|
TimeToLiveStatusType = Literal["DISABLED", "DISABLING", "ENABLED", "ENABLING"]
|
|
178
|
+
WitnessStatusType = Literal["ACTIVE", "CREATING", "DELETING"]
|
|
173
179
|
DynamoDBServiceName = Literal["dynamodb"]
|
|
174
180
|
ServiceName = Literal[
|
|
175
181
|
"accessanalyzer",
|
|
176
182
|
"account",
|
|
177
183
|
"acm",
|
|
178
184
|
"acm-pca",
|
|
185
|
+
"aiops",
|
|
179
186
|
"amp",
|
|
180
187
|
"amplify",
|
|
181
188
|
"amplifybackend",
|
|
@@ -316,6 +323,7 @@ ServiceName = Literal[
|
|
|
316
323
|
"es",
|
|
317
324
|
"events",
|
|
318
325
|
"evidently",
|
|
326
|
+
"evs",
|
|
319
327
|
"finspace",
|
|
320
328
|
"finspace-data",
|
|
321
329
|
"firehose",
|
|
@@ -373,6 +381,7 @@ ServiceName = Literal[
|
|
|
373
381
|
"kendra",
|
|
374
382
|
"kendra-ranking",
|
|
375
383
|
"keyspaces",
|
|
384
|
+
"keyspacesstreams",
|
|
376
385
|
"kinesis",
|
|
377
386
|
"kinesis-video-archived-media",
|
|
378
387
|
"kinesis-video-media",
|
|
@@ -428,6 +437,7 @@ ServiceName = Literal[
|
|
|
428
437
|
"migrationhub-config",
|
|
429
438
|
"migrationhuborchestrator",
|
|
430
439
|
"migrationhubstrategy",
|
|
440
|
+
"mpa",
|
|
431
441
|
"mq",
|
|
432
442
|
"mturk",
|
|
433
443
|
"mwaa",
|
|
@@ -468,7 +478,6 @@ ServiceName = Literal[
|
|
|
468
478
|
"pipes",
|
|
469
479
|
"polly",
|
|
470
480
|
"pricing",
|
|
471
|
-
"privatenetworks",
|
|
472
481
|
"proton",
|
|
473
482
|
"qapps",
|
|
474
483
|
"qbusiness",
|
|
@@ -529,7 +538,6 @@ ServiceName = Literal[
|
|
|
529
538
|
"signer",
|
|
530
539
|
"simspaceweaver",
|
|
531
540
|
"sms",
|
|
532
|
-
"sms-voice",
|
|
533
541
|
"snow-device-management",
|
|
534
542
|
"snowball",
|
|
535
543
|
"sns",
|
|
@@ -537,6 +545,7 @@ ServiceName = Literal[
|
|
|
537
545
|
"sqs",
|
|
538
546
|
"ssm",
|
|
539
547
|
"ssm-contacts",
|
|
548
|
+
"ssm-guiconnect",
|
|
540
549
|
"ssm-incidents",
|
|
541
550
|
"ssm-quicksetup",
|
|
542
551
|
"ssm-sap",
|
|
@@ -573,6 +582,7 @@ ServiceName = Literal[
|
|
|
573
582
|
"workmail",
|
|
574
583
|
"workmailmessageflow",
|
|
575
584
|
"workspaces",
|
|
585
|
+
"workspaces-instances",
|
|
576
586
|
"workspaces-thin-client",
|
|
577
587
|
"workspaces-web",
|
|
578
588
|
"xray",
|
|
@@ -594,6 +604,7 @@ WaiterName = Literal["table_exists", "table_not_exists"]
|
|
|
594
604
|
RegionName = Literal[
|
|
595
605
|
"af-south-1",
|
|
596
606
|
"ap-east-1",
|
|
607
|
+
"ap-east-2",
|
|
597
608
|
"ap-northeast-1",
|
|
598
609
|
"ap-northeast-2",
|
|
599
610
|
"ap-northeast-3",
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/literals.pyi
RENAMED
|
@@ -75,6 +75,7 @@ __all__ = (
|
|
|
75
75
|
"TableStatusType",
|
|
76
76
|
"TimeToLiveStatusType",
|
|
77
77
|
"WaiterName",
|
|
78
|
+
"WitnessStatusType",
|
|
78
79
|
)
|
|
79
80
|
|
|
80
81
|
ApproximateCreationDateTimePrecisionType = Literal["MICROSECOND", "MILLISECOND"]
|
|
@@ -137,11 +138,14 @@ ProjectionTypeType = Literal["ALL", "INCLUDE", "KEYS_ONLY"]
|
|
|
137
138
|
QueryPaginatorName = Literal["query"]
|
|
138
139
|
ReplicaStatusType = Literal[
|
|
139
140
|
"ACTIVE",
|
|
141
|
+
"ARCHIVED",
|
|
142
|
+
"ARCHIVING",
|
|
140
143
|
"CREATING",
|
|
141
144
|
"CREATION_FAILED",
|
|
142
145
|
"DELETING",
|
|
143
146
|
"INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
144
147
|
"REGION_DISABLED",
|
|
148
|
+
"REPLICATION_NOT_AUTHORIZED",
|
|
145
149
|
"UPDATING",
|
|
146
150
|
]
|
|
147
151
|
ReturnConsumedCapacityType = Literal["INDEXES", "NONE", "TOTAL"]
|
|
@@ -165,15 +169,18 @@ TableStatusType = Literal[
|
|
|
165
169
|
"CREATING",
|
|
166
170
|
"DELETING",
|
|
167
171
|
"INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
172
|
+
"REPLICATION_NOT_AUTHORIZED",
|
|
168
173
|
"UPDATING",
|
|
169
174
|
]
|
|
170
175
|
TimeToLiveStatusType = Literal["DISABLED", "DISABLING", "ENABLED", "ENABLING"]
|
|
176
|
+
WitnessStatusType = Literal["ACTIVE", "CREATING", "DELETING"]
|
|
171
177
|
DynamoDBServiceName = Literal["dynamodb"]
|
|
172
178
|
ServiceName = Literal[
|
|
173
179
|
"accessanalyzer",
|
|
174
180
|
"account",
|
|
175
181
|
"acm",
|
|
176
182
|
"acm-pca",
|
|
183
|
+
"aiops",
|
|
177
184
|
"amp",
|
|
178
185
|
"amplify",
|
|
179
186
|
"amplifybackend",
|
|
@@ -314,6 +321,7 @@ ServiceName = Literal[
|
|
|
314
321
|
"es",
|
|
315
322
|
"events",
|
|
316
323
|
"evidently",
|
|
324
|
+
"evs",
|
|
317
325
|
"finspace",
|
|
318
326
|
"finspace-data",
|
|
319
327
|
"firehose",
|
|
@@ -371,6 +379,7 @@ ServiceName = Literal[
|
|
|
371
379
|
"kendra",
|
|
372
380
|
"kendra-ranking",
|
|
373
381
|
"keyspaces",
|
|
382
|
+
"keyspacesstreams",
|
|
374
383
|
"kinesis",
|
|
375
384
|
"kinesis-video-archived-media",
|
|
376
385
|
"kinesis-video-media",
|
|
@@ -426,6 +435,7 @@ ServiceName = Literal[
|
|
|
426
435
|
"migrationhub-config",
|
|
427
436
|
"migrationhuborchestrator",
|
|
428
437
|
"migrationhubstrategy",
|
|
438
|
+
"mpa",
|
|
429
439
|
"mq",
|
|
430
440
|
"mturk",
|
|
431
441
|
"mwaa",
|
|
@@ -466,7 +476,6 @@ ServiceName = Literal[
|
|
|
466
476
|
"pipes",
|
|
467
477
|
"polly",
|
|
468
478
|
"pricing",
|
|
469
|
-
"privatenetworks",
|
|
470
479
|
"proton",
|
|
471
480
|
"qapps",
|
|
472
481
|
"qbusiness",
|
|
@@ -527,7 +536,6 @@ ServiceName = Literal[
|
|
|
527
536
|
"signer",
|
|
528
537
|
"simspaceweaver",
|
|
529
538
|
"sms",
|
|
530
|
-
"sms-voice",
|
|
531
539
|
"snow-device-management",
|
|
532
540
|
"snowball",
|
|
533
541
|
"sns",
|
|
@@ -535,6 +543,7 @@ ServiceName = Literal[
|
|
|
535
543
|
"sqs",
|
|
536
544
|
"ssm",
|
|
537
545
|
"ssm-contacts",
|
|
546
|
+
"ssm-guiconnect",
|
|
538
547
|
"ssm-incidents",
|
|
539
548
|
"ssm-quicksetup",
|
|
540
549
|
"ssm-sap",
|
|
@@ -571,6 +580,7 @@ ServiceName = Literal[
|
|
|
571
580
|
"workmail",
|
|
572
581
|
"workmailmessageflow",
|
|
573
582
|
"workspaces",
|
|
583
|
+
"workspaces-instances",
|
|
574
584
|
"workspaces-thin-client",
|
|
575
585
|
"workspaces-web",
|
|
576
586
|
"xray",
|
|
@@ -592,6 +602,7 @@ WaiterName = Literal["table_exists", "table_not_exists"]
|
|
|
592
602
|
RegionName = Literal[
|
|
593
603
|
"af-south-1",
|
|
594
604
|
"ap-east-1",
|
|
605
|
+
"ap-east-2",
|
|
595
606
|
"ap-northeast-1",
|
|
596
607
|
"ap-northeast-2",
|
|
597
608
|
"ap-northeast-3",
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/service_resource.py
RENAMED
|
@@ -46,6 +46,7 @@ from .type_defs import (
|
|
|
46
46
|
GetItemInputTableGetItemTypeDef,
|
|
47
47
|
GetItemOutputTableTypeDef,
|
|
48
48
|
GlobalSecondaryIndexDescriptionTypeDef,
|
|
49
|
+
GlobalTableWitnessDescriptionTypeDef,
|
|
49
50
|
KeySchemaElementTypeDef,
|
|
50
51
|
LocalSecondaryIndexDescriptionTypeDef,
|
|
51
52
|
OnDemandThroughputTypeDef,
|
|
@@ -166,6 +167,7 @@ class Table(ServiceResource):
|
|
|
166
167
|
latest_stream_arn: str
|
|
167
168
|
global_table_version: str
|
|
168
169
|
replicas: List[ReplicaDescriptionTypeDef]
|
|
170
|
+
global_table_witnesses: List[GlobalTableWitnessDescriptionTypeDef]
|
|
169
171
|
restore_summary: RestoreSummaryTypeDef
|
|
170
172
|
sse_description: SSEDescriptionTypeDef
|
|
171
173
|
archival_summary: ArchivalSummaryTypeDef
|
|
@@ -46,6 +46,7 @@ from .type_defs import (
|
|
|
46
46
|
GetItemInputTableGetItemTypeDef,
|
|
47
47
|
GetItemOutputTableTypeDef,
|
|
48
48
|
GlobalSecondaryIndexDescriptionTypeDef,
|
|
49
|
+
GlobalTableWitnessDescriptionTypeDef,
|
|
49
50
|
KeySchemaElementTypeDef,
|
|
50
51
|
LocalSecondaryIndexDescriptionTypeDef,
|
|
51
52
|
OnDemandThroughputTypeDef,
|
|
@@ -162,6 +163,7 @@ class Table(ServiceResource):
|
|
|
162
163
|
latest_stream_arn: str
|
|
163
164
|
global_table_version: str
|
|
164
165
|
replicas: List[ReplicaDescriptionTypeDef]
|
|
166
|
+
global_table_witnesses: List[GlobalTableWitnessDescriptionTypeDef]
|
|
165
167
|
restore_summary: RestoreSummaryTypeDef
|
|
166
168
|
sse_description: SSEDescriptionTypeDef
|
|
167
169
|
archival_summary: ArchivalSummaryTypeDef
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/type_defs.py
RENAMED
|
@@ -64,6 +64,7 @@ from .literals import (
|
|
|
64
64
|
TableClassType,
|
|
65
65
|
TableStatusType,
|
|
66
66
|
TimeToLiveStatusType,
|
|
67
|
+
WitnessStatusType,
|
|
67
68
|
)
|
|
68
69
|
|
|
69
70
|
if sys.version_info >= (3, 9):
|
|
@@ -121,6 +122,7 @@ __all__ = (
|
|
|
121
122
|
"CreateGlobalSecondaryIndexActionTypeDef",
|
|
122
123
|
"CreateGlobalTableInputTypeDef",
|
|
123
124
|
"CreateGlobalTableOutputTypeDef",
|
|
125
|
+
"CreateGlobalTableWitnessGroupMemberActionTypeDef",
|
|
124
126
|
"CreateReplicaActionTypeDef",
|
|
125
127
|
"CreateReplicationGroupMemberActionTypeDef",
|
|
126
128
|
"CreateTableInputServiceResourceCreateTableTypeDef",
|
|
@@ -131,6 +133,7 @@ __all__ = (
|
|
|
131
133
|
"DeleteBackupInputTypeDef",
|
|
132
134
|
"DeleteBackupOutputTypeDef",
|
|
133
135
|
"DeleteGlobalSecondaryIndexActionTypeDef",
|
|
136
|
+
"DeleteGlobalTableWitnessGroupMemberActionTypeDef",
|
|
134
137
|
"DeleteItemInputTableDeleteItemTypeDef",
|
|
135
138
|
"DeleteItemInputTypeDef",
|
|
136
139
|
"DeleteItemOutputTableTypeDef",
|
|
@@ -206,6 +209,8 @@ __all__ = (
|
|
|
206
209
|
"GlobalTableDescriptionTypeDef",
|
|
207
210
|
"GlobalTableGlobalSecondaryIndexSettingsUpdateTypeDef",
|
|
208
211
|
"GlobalTableTypeDef",
|
|
212
|
+
"GlobalTableWitnessDescriptionTypeDef",
|
|
213
|
+
"GlobalTableWitnessGroupUpdateTypeDef",
|
|
209
214
|
"ImportSummaryTypeDef",
|
|
210
215
|
"ImportTableDescriptionTypeDef",
|
|
211
216
|
"ImportTableInputTypeDef",
|
|
@@ -515,6 +520,12 @@ ReplicaTypeDef = TypedDict(
|
|
|
515
520
|
"RegionName": NotRequired[str],
|
|
516
521
|
},
|
|
517
522
|
)
|
|
523
|
+
CreateGlobalTableWitnessGroupMemberActionTypeDef = TypedDict(
|
|
524
|
+
"CreateGlobalTableWitnessGroupMemberActionTypeDef",
|
|
525
|
+
{
|
|
526
|
+
"RegionName": str,
|
|
527
|
+
},
|
|
528
|
+
)
|
|
518
529
|
CreateReplicaActionTypeDef = TypedDict(
|
|
519
530
|
"CreateReplicaActionTypeDef",
|
|
520
531
|
{
|
|
@@ -565,6 +576,12 @@ class DeleteGlobalSecondaryIndexActionTypeDef(TypedDict):
|
|
|
565
576
|
IndexName: str
|
|
566
577
|
|
|
567
578
|
|
|
579
|
+
DeleteGlobalTableWitnessGroupMemberActionTypeDef = TypedDict(
|
|
580
|
+
"DeleteGlobalTableWitnessGroupMemberActionTypeDef",
|
|
581
|
+
{
|
|
582
|
+
"RegionName": str,
|
|
583
|
+
},
|
|
584
|
+
)
|
|
568
585
|
DeleteReplicaActionTypeDef = TypedDict(
|
|
569
586
|
"DeleteReplicaActionTypeDef",
|
|
570
587
|
{
|
|
@@ -702,6 +719,15 @@ class ProvisionedThroughputDescriptionTypeDef(TypedDict):
|
|
|
702
719
|
WriteCapacityUnits: NotRequired[int]
|
|
703
720
|
|
|
704
721
|
|
|
722
|
+
GlobalTableWitnessDescriptionTypeDef = TypedDict(
|
|
723
|
+
"GlobalTableWitnessDescriptionTypeDef",
|
|
724
|
+
{
|
|
725
|
+
"RegionName": NotRequired[str],
|
|
726
|
+
"WitnessStatus": NotRequired[WitnessStatusType],
|
|
727
|
+
},
|
|
728
|
+
)
|
|
729
|
+
|
|
730
|
+
|
|
705
731
|
class S3BucketSourceTypeDef(TypedDict):
|
|
706
732
|
S3Bucket: str
|
|
707
733
|
S3BucketOwner: NotRequired[str]
|
|
@@ -1078,6 +1104,11 @@ class InputFormatOptionsTypeDef(TypedDict):
|
|
|
1078
1104
|
Csv: NotRequired[CsvOptionsTypeDef]
|
|
1079
1105
|
|
|
1080
1106
|
|
|
1107
|
+
class GlobalTableWitnessGroupUpdateTypeDef(TypedDict):
|
|
1108
|
+
Create: NotRequired[CreateGlobalTableWitnessGroupMemberActionTypeDef]
|
|
1109
|
+
Delete: NotRequired[DeleteGlobalTableWitnessGroupMemberActionTypeDef]
|
|
1110
|
+
|
|
1111
|
+
|
|
1081
1112
|
class ReplicaUpdateTypeDef(TypedDict):
|
|
1082
1113
|
Create: NotRequired[CreateReplicaActionTypeDef]
|
|
1083
1114
|
Delete: NotRequired[DeleteReplicaActionTypeDef]
|
|
@@ -2054,6 +2085,7 @@ class TableDescriptionTypeDef(TypedDict):
|
|
|
2054
2085
|
LatestStreamArn: NotRequired[str]
|
|
2055
2086
|
GlobalTableVersion: NotRequired[str]
|
|
2056
2087
|
Replicas: NotRequired[List[ReplicaDescriptionTypeDef]]
|
|
2088
|
+
GlobalTableWitnesses: NotRequired[List[GlobalTableWitnessDescriptionTypeDef]]
|
|
2057
2089
|
RestoreSummary: NotRequired[RestoreSummaryTypeDef]
|
|
2058
2090
|
SSEDescription: NotRequired[SSEDescriptionTypeDef]
|
|
2059
2091
|
ArchivalSummary: NotRequired[ArchivalSummaryTypeDef]
|
|
@@ -2279,6 +2311,7 @@ class UpdateTableInputTableUpdateTypeDef(TypedDict):
|
|
|
2279
2311
|
TableClass: NotRequired[TableClassType]
|
|
2280
2312
|
DeletionProtectionEnabled: NotRequired[bool]
|
|
2281
2313
|
MultiRegionConsistency: NotRequired[MultiRegionConsistencyType]
|
|
2314
|
+
GlobalTableWitnessUpdates: NotRequired[Sequence[GlobalTableWitnessGroupUpdateTypeDef]]
|
|
2282
2315
|
OnDemandThroughput: NotRequired[OnDemandThroughputTypeDef]
|
|
2283
2316
|
WarmThroughput: NotRequired[WarmThroughputTypeDef]
|
|
2284
2317
|
|
|
@@ -2295,6 +2328,7 @@ class UpdateTableInputTypeDef(TypedDict):
|
|
|
2295
2328
|
TableClass: NotRequired[TableClassType]
|
|
2296
2329
|
DeletionProtectionEnabled: NotRequired[bool]
|
|
2297
2330
|
MultiRegionConsistency: NotRequired[MultiRegionConsistencyType]
|
|
2331
|
+
GlobalTableWitnessUpdates: NotRequired[Sequence[GlobalTableWitnessGroupUpdateTypeDef]]
|
|
2298
2332
|
OnDemandThroughput: NotRequired[OnDemandThroughputTypeDef]
|
|
2299
2333
|
WarmThroughput: NotRequired[WarmThroughputTypeDef]
|
|
2300
2334
|
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/type_defs.pyi
RENAMED
|
@@ -64,6 +64,7 @@ from .literals import (
|
|
|
64
64
|
TableClassType,
|
|
65
65
|
TableStatusType,
|
|
66
66
|
TimeToLiveStatusType,
|
|
67
|
+
WitnessStatusType,
|
|
67
68
|
)
|
|
68
69
|
|
|
69
70
|
if sys.version_info >= (3, 9):
|
|
@@ -120,6 +121,7 @@ __all__ = (
|
|
|
120
121
|
"CreateGlobalSecondaryIndexActionTypeDef",
|
|
121
122
|
"CreateGlobalTableInputTypeDef",
|
|
122
123
|
"CreateGlobalTableOutputTypeDef",
|
|
124
|
+
"CreateGlobalTableWitnessGroupMemberActionTypeDef",
|
|
123
125
|
"CreateReplicaActionTypeDef",
|
|
124
126
|
"CreateReplicationGroupMemberActionTypeDef",
|
|
125
127
|
"CreateTableInputServiceResourceCreateTableTypeDef",
|
|
@@ -130,6 +132,7 @@ __all__ = (
|
|
|
130
132
|
"DeleteBackupInputTypeDef",
|
|
131
133
|
"DeleteBackupOutputTypeDef",
|
|
132
134
|
"DeleteGlobalSecondaryIndexActionTypeDef",
|
|
135
|
+
"DeleteGlobalTableWitnessGroupMemberActionTypeDef",
|
|
133
136
|
"DeleteItemInputTableDeleteItemTypeDef",
|
|
134
137
|
"DeleteItemInputTypeDef",
|
|
135
138
|
"DeleteItemOutputTableTypeDef",
|
|
@@ -205,6 +208,8 @@ __all__ = (
|
|
|
205
208
|
"GlobalTableDescriptionTypeDef",
|
|
206
209
|
"GlobalTableGlobalSecondaryIndexSettingsUpdateTypeDef",
|
|
207
210
|
"GlobalTableTypeDef",
|
|
211
|
+
"GlobalTableWitnessDescriptionTypeDef",
|
|
212
|
+
"GlobalTableWitnessGroupUpdateTypeDef",
|
|
208
213
|
"ImportSummaryTypeDef",
|
|
209
214
|
"ImportTableDescriptionTypeDef",
|
|
210
215
|
"ImportTableInputTypeDef",
|
|
@@ -494,6 +499,12 @@ ReplicaTypeDef = TypedDict(
|
|
|
494
499
|
"RegionName": NotRequired[str],
|
|
495
500
|
},
|
|
496
501
|
)
|
|
502
|
+
CreateGlobalTableWitnessGroupMemberActionTypeDef = TypedDict(
|
|
503
|
+
"CreateGlobalTableWitnessGroupMemberActionTypeDef",
|
|
504
|
+
{
|
|
505
|
+
"RegionName": str,
|
|
506
|
+
},
|
|
507
|
+
)
|
|
497
508
|
CreateReplicaActionTypeDef = TypedDict(
|
|
498
509
|
"CreateReplicaActionTypeDef",
|
|
499
510
|
{
|
|
@@ -534,6 +545,12 @@ class DeleteBackupInputTypeDef(TypedDict):
|
|
|
534
545
|
class DeleteGlobalSecondaryIndexActionTypeDef(TypedDict):
|
|
535
546
|
IndexName: str
|
|
536
547
|
|
|
548
|
+
DeleteGlobalTableWitnessGroupMemberActionTypeDef = TypedDict(
|
|
549
|
+
"DeleteGlobalTableWitnessGroupMemberActionTypeDef",
|
|
550
|
+
{
|
|
551
|
+
"RegionName": str,
|
|
552
|
+
},
|
|
553
|
+
)
|
|
537
554
|
DeleteReplicaActionTypeDef = TypedDict(
|
|
538
555
|
"DeleteReplicaActionTypeDef",
|
|
539
556
|
{
|
|
@@ -644,6 +661,14 @@ class ProvisionedThroughputDescriptionTypeDef(TypedDict):
|
|
|
644
661
|
ReadCapacityUnits: NotRequired[int]
|
|
645
662
|
WriteCapacityUnits: NotRequired[int]
|
|
646
663
|
|
|
664
|
+
GlobalTableWitnessDescriptionTypeDef = TypedDict(
|
|
665
|
+
"GlobalTableWitnessDescriptionTypeDef",
|
|
666
|
+
{
|
|
667
|
+
"RegionName": NotRequired[str],
|
|
668
|
+
"WitnessStatus": NotRequired[WitnessStatusType],
|
|
669
|
+
},
|
|
670
|
+
)
|
|
671
|
+
|
|
647
672
|
class S3BucketSourceTypeDef(TypedDict):
|
|
648
673
|
S3Bucket: str
|
|
649
674
|
S3BucketOwner: NotRequired[str]
|
|
@@ -958,6 +983,10 @@ class InputFormatOptionsOutputTypeDef(TypedDict):
|
|
|
958
983
|
class InputFormatOptionsTypeDef(TypedDict):
|
|
959
984
|
Csv: NotRequired[CsvOptionsTypeDef]
|
|
960
985
|
|
|
986
|
+
class GlobalTableWitnessGroupUpdateTypeDef(TypedDict):
|
|
987
|
+
Create: NotRequired[CreateGlobalTableWitnessGroupMemberActionTypeDef]
|
|
988
|
+
Delete: NotRequired[DeleteGlobalTableWitnessGroupMemberActionTypeDef]
|
|
989
|
+
|
|
961
990
|
class ReplicaUpdateTypeDef(TypedDict):
|
|
962
991
|
Create: NotRequired[CreateReplicaActionTypeDef]
|
|
963
992
|
Delete: NotRequired[DeleteReplicaActionTypeDef]
|
|
@@ -1816,6 +1845,7 @@ class TableDescriptionTypeDef(TypedDict):
|
|
|
1816
1845
|
LatestStreamArn: NotRequired[str]
|
|
1817
1846
|
GlobalTableVersion: NotRequired[str]
|
|
1818
1847
|
Replicas: NotRequired[List[ReplicaDescriptionTypeDef]]
|
|
1848
|
+
GlobalTableWitnesses: NotRequired[List[GlobalTableWitnessDescriptionTypeDef]]
|
|
1819
1849
|
RestoreSummary: NotRequired[RestoreSummaryTypeDef]
|
|
1820
1850
|
SSEDescription: NotRequired[SSEDescriptionTypeDef]
|
|
1821
1851
|
ArchivalSummary: NotRequired[ArchivalSummaryTypeDef]
|
|
@@ -2017,6 +2047,7 @@ class UpdateTableInputTableUpdateTypeDef(TypedDict):
|
|
|
2017
2047
|
TableClass: NotRequired[TableClassType]
|
|
2018
2048
|
DeletionProtectionEnabled: NotRequired[bool]
|
|
2019
2049
|
MultiRegionConsistency: NotRequired[MultiRegionConsistencyType]
|
|
2050
|
+
GlobalTableWitnessUpdates: NotRequired[Sequence[GlobalTableWitnessGroupUpdateTypeDef]]
|
|
2020
2051
|
OnDemandThroughput: NotRequired[OnDemandThroughputTypeDef]
|
|
2021
2052
|
WarmThroughput: NotRequired[WarmThroughputTypeDef]
|
|
2022
2053
|
|
|
@@ -2032,6 +2063,7 @@ class UpdateTableInputTypeDef(TypedDict):
|
|
|
2032
2063
|
TableClass: NotRequired[TableClassType]
|
|
2033
2064
|
DeletionProtectionEnabled: NotRequired[bool]
|
|
2034
2065
|
MultiRegionConsistency: NotRequired[MultiRegionConsistencyType]
|
|
2066
|
+
GlobalTableWitnessUpdates: NotRequired[Sequence[GlobalTableWitnessGroupUpdateTypeDef]]
|
|
2035
2067
|
OnDemandThroughput: NotRequired[OnDemandThroughputTypeDef]
|
|
2036
2068
|
WarmThroughput: NotRequired[WarmThroughputTypeDef]
|
|
2037
2069
|
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0/types_boto3_dynamodb.egg-info}/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-dynamodb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 DynamoDB 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
|
+
Summary: Type annotations for boto3 DynamoDB 1.39.0 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 DynamoDB 1.
|
|
59
|
+
Type annotations for [boto3 DynamoDB 1.39.0](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -122,7 +122,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
122
122
|
isolation.
|
|
123
123
|
|
|
124
124
|
1. Run mypy-boto3-builder in your package root directory:
|
|
125
|
-
`uvx --with 'boto3==1.
|
|
125
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
126
126
|
2. Select `boto3` AWS SDK.
|
|
127
127
|
3. Add `DynamoDB` service.
|
|
128
128
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/__init__.py
RENAMED
|
File without changes
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/paginator.py
RENAMED
|
File without changes
|
{types_boto3_dynamodb-1.38.2 → types_boto3_dynamodb-1.39.0}/types_boto3_dynamodb/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|