mypy-boto3-dynamodb 1.34.91__tar.gz → 1.34.97__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.91 → mypy_boto3_dynamodb-1.34.97}/PKG-INFO +3 -3
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/README.md +1 -1
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/__main__.py +3 -3
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/client.py +5 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/client.pyi +5 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/service_resource.py +5 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/service_resource.pyi +5 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/type_defs.py +46 -1
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/type_defs.pyi +46 -1
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/version.py +1 -1
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb.egg-info/PKG-INFO +3 -3
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/setup.py +2 -2
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/LICENSE +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/__init__.py +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/__init__.pyi +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/literals.py +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/literals.pyi +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/paginator.py +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/paginator.pyi +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/py.typed +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/waiter.py +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/waiter.pyi +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
- {mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/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.97
|
|
4
|
+
Summary: Type annotations for boto3.DynamoDB 1.34.97 service generated with mypy-boto3-builder 7.24.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.97](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/),
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.DynamoDB 1.34.
|
|
13
|
+
[boto3.DynamoDB 1.34.97](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/),
|
|
@@ -10,8 +10,8 @@ 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.
|
|
13
|
+
"Type annotations for boto3.DynamoDB 1.34.97\n"
|
|
14
|
+
"Version: 1.34.97\n"
|
|
15
15
|
"Builder version: 7.24.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"
|
|
@@ -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.97")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -98,6 +98,7 @@ from .type_defs import (
|
|
|
98
98
|
ListTablesOutputTypeDef,
|
|
99
99
|
ListTagsOfResourceOutputTypeDef,
|
|
100
100
|
LocalSecondaryIndexTypeDef,
|
|
101
|
+
OnDemandThroughputTypeDef,
|
|
101
102
|
ParameterizedStatementTypeDef,
|
|
102
103
|
PointInTimeRecoverySpecificationTypeDef,
|
|
103
104
|
ProvisionedThroughputTypeDef,
|
|
@@ -302,6 +303,7 @@ class DynamoDBClient(BaseClient):
|
|
|
302
303
|
TableClass: TableClassType = ...,
|
|
303
304
|
DeletionProtectionEnabled: bool = ...,
|
|
304
305
|
ResourcePolicy: str = ...,
|
|
306
|
+
OnDemandThroughput: OnDemandThroughputTypeDef = ...,
|
|
305
307
|
) -> CreateTableOutputTypeDef:
|
|
306
308
|
"""
|
|
307
309
|
The `CreateTable` operation adds a new table to your account.
|
|
@@ -792,6 +794,7 @@ class DynamoDBClient(BaseClient):
|
|
|
792
794
|
GlobalSecondaryIndexOverride: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
793
795
|
LocalSecondaryIndexOverride: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
794
796
|
ProvisionedThroughputOverride: ProvisionedThroughputTypeDef = ...,
|
|
797
|
+
OnDemandThroughputOverride: OnDemandThroughputTypeDef = ...,
|
|
795
798
|
SSESpecificationOverride: SSESpecificationTypeDef = ...,
|
|
796
799
|
) -> RestoreTableFromBackupOutputTypeDef:
|
|
797
800
|
"""
|
|
@@ -813,6 +816,7 @@ class DynamoDBClient(BaseClient):
|
|
|
813
816
|
GlobalSecondaryIndexOverride: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
814
817
|
LocalSecondaryIndexOverride: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
815
818
|
ProvisionedThroughputOverride: ProvisionedThroughputTypeDef = ...,
|
|
819
|
+
OnDemandThroughputOverride: OnDemandThroughputTypeDef = ...,
|
|
816
820
|
SSESpecificationOverride: SSESpecificationTypeDef = ...,
|
|
817
821
|
) -> RestoreTableToPointInTimeOutputTypeDef:
|
|
818
822
|
"""
|
|
@@ -1017,6 +1021,7 @@ class DynamoDBClient(BaseClient):
|
|
|
1017
1021
|
ReplicaUpdates: Sequence[ReplicationGroupUpdateTypeDef] = ...,
|
|
1018
1022
|
TableClass: TableClassType = ...,
|
|
1019
1023
|
DeletionProtectionEnabled: bool = ...,
|
|
1024
|
+
OnDemandThroughput: OnDemandThroughputTypeDef = ...,
|
|
1020
1025
|
) -> UpdateTableOutputTypeDef:
|
|
1021
1026
|
"""
|
|
1022
1027
|
Modifies the provisioned throughput settings, global secondary indexes, or
|
|
@@ -98,6 +98,7 @@ from .type_defs import (
|
|
|
98
98
|
ListTablesOutputTypeDef,
|
|
99
99
|
ListTagsOfResourceOutputTypeDef,
|
|
100
100
|
LocalSecondaryIndexTypeDef,
|
|
101
|
+
OnDemandThroughputTypeDef,
|
|
101
102
|
ParameterizedStatementTypeDef,
|
|
102
103
|
PointInTimeRecoverySpecificationTypeDef,
|
|
103
104
|
ProvisionedThroughputTypeDef,
|
|
@@ -299,6 +300,7 @@ class DynamoDBClient(BaseClient):
|
|
|
299
300
|
TableClass: TableClassType = ...,
|
|
300
301
|
DeletionProtectionEnabled: bool = ...,
|
|
301
302
|
ResourcePolicy: str = ...,
|
|
303
|
+
OnDemandThroughput: OnDemandThroughputTypeDef = ...,
|
|
302
304
|
) -> CreateTableOutputTypeDef:
|
|
303
305
|
"""
|
|
304
306
|
The `CreateTable` operation adds a new table to your account.
|
|
@@ -789,6 +791,7 @@ class DynamoDBClient(BaseClient):
|
|
|
789
791
|
GlobalSecondaryIndexOverride: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
790
792
|
LocalSecondaryIndexOverride: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
791
793
|
ProvisionedThroughputOverride: ProvisionedThroughputTypeDef = ...,
|
|
794
|
+
OnDemandThroughputOverride: OnDemandThroughputTypeDef = ...,
|
|
792
795
|
SSESpecificationOverride: SSESpecificationTypeDef = ...,
|
|
793
796
|
) -> RestoreTableFromBackupOutputTypeDef:
|
|
794
797
|
"""
|
|
@@ -810,6 +813,7 @@ class DynamoDBClient(BaseClient):
|
|
|
810
813
|
GlobalSecondaryIndexOverride: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
811
814
|
LocalSecondaryIndexOverride: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
812
815
|
ProvisionedThroughputOverride: ProvisionedThroughputTypeDef = ...,
|
|
816
|
+
OnDemandThroughputOverride: OnDemandThroughputTypeDef = ...,
|
|
813
817
|
SSESpecificationOverride: SSESpecificationTypeDef = ...,
|
|
814
818
|
) -> RestoreTableToPointInTimeOutputTypeDef:
|
|
815
819
|
"""
|
|
@@ -1014,6 +1018,7 @@ class DynamoDBClient(BaseClient):
|
|
|
1014
1018
|
ReplicaUpdates: Sequence[ReplicationGroupUpdateTypeDef] = ...,
|
|
1015
1019
|
TableClass: TableClassType = ...,
|
|
1016
1020
|
DeletionProtectionEnabled: bool = ...,
|
|
1021
|
+
OnDemandThroughput: OnDemandThroughputTypeDef = ...,
|
|
1017
1022
|
) -> UpdateTableOutputTypeDef:
|
|
1018
1023
|
"""
|
|
1019
1024
|
Modifies the provisioned throughput settings, global secondary indexes, or
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/service_resource.py
RENAMED
|
@@ -57,6 +57,8 @@ from .type_defs import (
|
|
|
57
57
|
KeySchemaElementTypeDef,
|
|
58
58
|
LocalSecondaryIndexDescriptionTypeDef,
|
|
59
59
|
LocalSecondaryIndexTypeDef,
|
|
60
|
+
OnDemandThroughputResponseTypeDef,
|
|
61
|
+
OnDemandThroughputTypeDef,
|
|
60
62
|
ProvisionedThroughputDescriptionResponseTypeDef,
|
|
61
63
|
ProvisionedThroughputTypeDef,
|
|
62
64
|
PutItemOutputTableTypeDef,
|
|
@@ -165,6 +167,7 @@ class Table(ServiceResource):
|
|
|
165
167
|
archival_summary: ArchivalSummaryResponseTypeDef
|
|
166
168
|
table_class_summary: TableClassSummaryResponseTypeDef
|
|
167
169
|
deletion_protection_enabled: bool
|
|
170
|
+
on_demand_throughput: OnDemandThroughputResponseTypeDef
|
|
168
171
|
name: str
|
|
169
172
|
meta: "DynamoDBResourceMeta"
|
|
170
173
|
|
|
@@ -342,6 +345,7 @@ class Table(ServiceResource):
|
|
|
342
345
|
ReplicaUpdates: Sequence[ReplicationGroupUpdateTypeDef] = ...,
|
|
343
346
|
TableClass: TableClassType = ...,
|
|
344
347
|
DeletionProtectionEnabled: bool = ...,
|
|
348
|
+
OnDemandThroughput: OnDemandThroughputTypeDef = ...,
|
|
345
349
|
) -> "_Table":
|
|
346
350
|
"""
|
|
347
351
|
Modifies the provisioned throughput settings, global secondary indexes, or
|
|
@@ -464,6 +468,7 @@ class DynamoDBServiceResource(ServiceResource):
|
|
|
464
468
|
TableClass: TableClassType = ...,
|
|
465
469
|
DeletionProtectionEnabled: bool = ...,
|
|
466
470
|
ResourcePolicy: str = ...,
|
|
471
|
+
OnDemandThroughput: OnDemandThroughputTypeDef = ...,
|
|
467
472
|
) -> "_Table":
|
|
468
473
|
"""
|
|
469
474
|
The `CreateTable` operation adds a new table to your account.
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/service_resource.pyi
RENAMED
|
@@ -57,6 +57,8 @@ from .type_defs import (
|
|
|
57
57
|
KeySchemaElementTypeDef,
|
|
58
58
|
LocalSecondaryIndexDescriptionTypeDef,
|
|
59
59
|
LocalSecondaryIndexTypeDef,
|
|
60
|
+
OnDemandThroughputResponseTypeDef,
|
|
61
|
+
OnDemandThroughputTypeDef,
|
|
60
62
|
ProvisionedThroughputDescriptionResponseTypeDef,
|
|
61
63
|
ProvisionedThroughputTypeDef,
|
|
62
64
|
PutItemOutputTableTypeDef,
|
|
@@ -163,6 +165,7 @@ class Table(ServiceResource):
|
|
|
163
165
|
archival_summary: ArchivalSummaryResponseTypeDef
|
|
164
166
|
table_class_summary: TableClassSummaryResponseTypeDef
|
|
165
167
|
deletion_protection_enabled: bool
|
|
168
|
+
on_demand_throughput: OnDemandThroughputResponseTypeDef
|
|
166
169
|
name: str
|
|
167
170
|
meta: "DynamoDBResourceMeta"
|
|
168
171
|
|
|
@@ -340,6 +343,7 @@ class Table(ServiceResource):
|
|
|
340
343
|
ReplicaUpdates: Sequence[ReplicationGroupUpdateTypeDef] = ...,
|
|
341
344
|
TableClass: TableClassType = ...,
|
|
342
345
|
DeletionProtectionEnabled: bool = ...,
|
|
346
|
+
OnDemandThroughput: OnDemandThroughputTypeDef = ...,
|
|
343
347
|
) -> "_Table":
|
|
344
348
|
"""
|
|
345
349
|
Modifies the provisioned throughput settings, global secondary indexes, or
|
|
@@ -459,6 +463,7 @@ class DynamoDBServiceResource(ServiceResource):
|
|
|
459
463
|
TableClass: TableClassType = ...,
|
|
460
464
|
DeletionProtectionEnabled: bool = ...,
|
|
461
465
|
ResourcePolicy: str = ...,
|
|
466
|
+
OnDemandThroughput: OnDemandThroughputTypeDef = ...,
|
|
462
467
|
) -> "_Table":
|
|
463
468
|
"""
|
|
464
469
|
The `CreateTable` operation adds a new table to your account.
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/type_defs.py
RENAMED
|
@@ -87,10 +87,12 @@ __all__ = (
|
|
|
87
87
|
"ContributorInsightsSummaryTypeDef",
|
|
88
88
|
"CreateBackupInputRequestTypeDef",
|
|
89
89
|
"KeySchemaElementTypeDef",
|
|
90
|
+
"OnDemandThroughputTypeDef",
|
|
90
91
|
"ProjectionTypeDef",
|
|
91
92
|
"ProvisionedThroughputTypeDef",
|
|
92
93
|
"ReplicaTypeDef",
|
|
93
94
|
"CreateReplicaActionTypeDef",
|
|
95
|
+
"OnDemandThroughputOverrideTypeDef",
|
|
94
96
|
"ProvisionedThroughputOverrideTypeDef",
|
|
95
97
|
"SSESpecificationTypeDef",
|
|
96
98
|
"StreamSpecificationTypeDef",
|
|
@@ -152,6 +154,7 @@ __all__ = (
|
|
|
152
154
|
"EmptyResponseMetadataTypeDef",
|
|
153
155
|
"GetResourcePolicyOutputTypeDef",
|
|
154
156
|
"ListTablesOutputTypeDef",
|
|
157
|
+
"OnDemandThroughputResponseTypeDef",
|
|
155
158
|
"ProvisionedThroughputDescriptionResponseTypeDef",
|
|
156
159
|
"PutResourcePolicyOutputTypeDef",
|
|
157
160
|
"RestoreSummaryResponseTypeDef",
|
|
@@ -504,6 +507,13 @@ KeySchemaElementTypeDef = TypedDict(
|
|
|
504
507
|
"KeyType": KeyTypeType,
|
|
505
508
|
},
|
|
506
509
|
)
|
|
510
|
+
OnDemandThroughputTypeDef = TypedDict(
|
|
511
|
+
"OnDemandThroughputTypeDef",
|
|
512
|
+
{
|
|
513
|
+
"MaxReadRequestUnits": NotRequired[int],
|
|
514
|
+
"MaxWriteRequestUnits": NotRequired[int],
|
|
515
|
+
},
|
|
516
|
+
)
|
|
507
517
|
ProjectionTypeDef = TypedDict(
|
|
508
518
|
"ProjectionTypeDef",
|
|
509
519
|
{
|
|
@@ -530,6 +540,12 @@ CreateReplicaActionTypeDef = TypedDict(
|
|
|
530
540
|
"RegionName": str,
|
|
531
541
|
},
|
|
532
542
|
)
|
|
543
|
+
OnDemandThroughputOverrideTypeDef = TypedDict(
|
|
544
|
+
"OnDemandThroughputOverrideTypeDef",
|
|
545
|
+
{
|
|
546
|
+
"MaxReadRequestUnits": NotRequired[int],
|
|
547
|
+
},
|
|
548
|
+
)
|
|
533
549
|
ProvisionedThroughputOverrideTypeDef = TypedDict(
|
|
534
550
|
"ProvisionedThroughputOverrideTypeDef",
|
|
535
551
|
{
|
|
@@ -964,6 +980,14 @@ ListTablesOutputTypeDef = TypedDict(
|
|
|
964
980
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
965
981
|
},
|
|
966
982
|
)
|
|
983
|
+
OnDemandThroughputResponseTypeDef = TypedDict(
|
|
984
|
+
"OnDemandThroughputResponseTypeDef",
|
|
985
|
+
{
|
|
986
|
+
"MaxReadRequestUnits": int,
|
|
987
|
+
"MaxWriteRequestUnits": int,
|
|
988
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
989
|
+
},
|
|
990
|
+
)
|
|
967
991
|
ProvisionedThroughputDescriptionResponseTypeDef = TypedDict(
|
|
968
992
|
"ProvisionedThroughputDescriptionResponseTypeDef",
|
|
969
993
|
{
|
|
@@ -1252,6 +1276,7 @@ CreateGlobalSecondaryIndexActionTypeDef = TypedDict(
|
|
|
1252
1276
|
"KeySchema": Sequence[KeySchemaElementTypeDef],
|
|
1253
1277
|
"Projection": ProjectionTypeDef,
|
|
1254
1278
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1279
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1255
1280
|
},
|
|
1256
1281
|
)
|
|
1257
1282
|
GlobalSecondaryIndexTypeDef = TypedDict(
|
|
@@ -1261,6 +1286,7 @@ GlobalSecondaryIndexTypeDef = TypedDict(
|
|
|
1261
1286
|
"KeySchema": Sequence[KeySchemaElementTypeDef],
|
|
1262
1287
|
"Projection": ProjectionTypeDef,
|
|
1263
1288
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1289
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1264
1290
|
},
|
|
1265
1291
|
)
|
|
1266
1292
|
SourceTableDetailsTypeDef = TypedDict(
|
|
@@ -1273,6 +1299,7 @@ SourceTableDetailsTypeDef = TypedDict(
|
|
|
1273
1299
|
"ProvisionedThroughput": ProvisionedThroughputTypeDef,
|
|
1274
1300
|
"TableArn": NotRequired[str],
|
|
1275
1301
|
"TableSizeBytes": NotRequired[int],
|
|
1302
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1276
1303
|
"ItemCount": NotRequired[int],
|
|
1277
1304
|
"BillingMode": NotRequired[BillingModeType],
|
|
1278
1305
|
},
|
|
@@ -1281,7 +1308,8 @@ UpdateGlobalSecondaryIndexActionTypeDef = TypedDict(
|
|
|
1281
1308
|
"UpdateGlobalSecondaryIndexActionTypeDef",
|
|
1282
1309
|
{
|
|
1283
1310
|
"IndexName": str,
|
|
1284
|
-
"ProvisionedThroughput": ProvisionedThroughputTypeDef,
|
|
1311
|
+
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1312
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1285
1313
|
},
|
|
1286
1314
|
)
|
|
1287
1315
|
CreateGlobalTableInputRequestTypeDef = TypedDict(
|
|
@@ -1303,6 +1331,7 @@ ReplicaGlobalSecondaryIndexDescriptionTypeDef = TypedDict(
|
|
|
1303
1331
|
{
|
|
1304
1332
|
"IndexName": NotRequired[str],
|
|
1305
1333
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
1334
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
1306
1335
|
},
|
|
1307
1336
|
)
|
|
1308
1337
|
ReplicaGlobalSecondaryIndexTypeDef = TypedDict(
|
|
@@ -1310,6 +1339,7 @@ ReplicaGlobalSecondaryIndexTypeDef = TypedDict(
|
|
|
1310
1339
|
{
|
|
1311
1340
|
"IndexName": str,
|
|
1312
1341
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
1342
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
1313
1343
|
},
|
|
1314
1344
|
)
|
|
1315
1345
|
ListTagsOfResourceOutputTypeDef = TypedDict(
|
|
@@ -1490,6 +1520,7 @@ GlobalSecondaryIndexDescriptionTypeDef = TypedDict(
|
|
|
1490
1520
|
"IndexSizeBytes": NotRequired[int],
|
|
1491
1521
|
"ItemCount": NotRequired[int],
|
|
1492
1522
|
"IndexArn": NotRequired[str],
|
|
1523
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1493
1524
|
},
|
|
1494
1525
|
)
|
|
1495
1526
|
GlobalSecondaryIndexInfoTypeDef = TypedDict(
|
|
@@ -1499,6 +1530,7 @@ GlobalSecondaryIndexInfoTypeDef = TypedDict(
|
|
|
1499
1530
|
"KeySchema": NotRequired[List[KeySchemaElementTypeDef]],
|
|
1500
1531
|
"Projection": NotRequired[ProjectionOutputTypeDef],
|
|
1501
1532
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1533
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1502
1534
|
},
|
|
1503
1535
|
)
|
|
1504
1536
|
GlobalSecondaryIndexOutputTypeDef = TypedDict(
|
|
@@ -1508,6 +1540,7 @@ GlobalSecondaryIndexOutputTypeDef = TypedDict(
|
|
|
1508
1540
|
"KeySchema": List[KeySchemaElementTypeDef],
|
|
1509
1541
|
"Projection": ProjectionOutputTypeDef,
|
|
1510
1542
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1543
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1511
1544
|
},
|
|
1512
1545
|
)
|
|
1513
1546
|
LocalSecondaryIndexInfoTypeDef = TypedDict(
|
|
@@ -2063,6 +2096,7 @@ TableCreationParametersTypeDef = TypedDict(
|
|
|
2063
2096
|
"KeySchema": Sequence[KeySchemaElementTypeDef],
|
|
2064
2097
|
"BillingMode": NotRequired[BillingModeType],
|
|
2065
2098
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
2099
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2066
2100
|
"SSESpecification": NotRequired[SSESpecificationTypeDef],
|
|
2067
2101
|
"GlobalSecondaryIndexes": NotRequired[Sequence[GlobalSecondaryIndexTypeDef]],
|
|
2068
2102
|
},
|
|
@@ -2092,6 +2126,7 @@ ReplicaDescriptionTypeDef = TypedDict(
|
|
|
2092
2126
|
"ReplicaStatusPercentProgress": NotRequired[str],
|
|
2093
2127
|
"KMSMasterKeyId": NotRequired[str],
|
|
2094
2128
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
2129
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
2095
2130
|
"GlobalSecondaryIndexes": NotRequired[List[ReplicaGlobalSecondaryIndexDescriptionTypeDef]],
|
|
2096
2131
|
"ReplicaInaccessibleDateTime": NotRequired[datetime],
|
|
2097
2132
|
"ReplicaTableClassSummary": NotRequired[TableClassSummaryTypeDef],
|
|
@@ -2103,6 +2138,7 @@ CreateReplicationGroupMemberActionTypeDef = TypedDict(
|
|
|
2103
2138
|
"RegionName": str,
|
|
2104
2139
|
"KMSMasterKeyId": NotRequired[str],
|
|
2105
2140
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
2141
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
2106
2142
|
"GlobalSecondaryIndexes": NotRequired[Sequence[ReplicaGlobalSecondaryIndexTypeDef]],
|
|
2107
2143
|
"TableClassOverride": NotRequired[TableClassType],
|
|
2108
2144
|
},
|
|
@@ -2113,6 +2149,7 @@ UpdateReplicationGroupMemberActionTypeDef = TypedDict(
|
|
|
2113
2149
|
"RegionName": str,
|
|
2114
2150
|
"KMSMasterKeyId": NotRequired[str],
|
|
2115
2151
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
2152
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
2116
2153
|
"GlobalSecondaryIndexes": NotRequired[Sequence[ReplicaGlobalSecondaryIndexTypeDef]],
|
|
2117
2154
|
"TableClassOverride": NotRequired[TableClassType],
|
|
2118
2155
|
},
|
|
@@ -2169,6 +2206,7 @@ TableCreationParametersOutputTypeDef = TypedDict(
|
|
|
2169
2206
|
"KeySchema": List[KeySchemaElementTypeDef],
|
|
2170
2207
|
"BillingMode": NotRequired[BillingModeType],
|
|
2171
2208
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
2209
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2172
2210
|
"SSESpecification": NotRequired[SSESpecificationTypeDef],
|
|
2173
2211
|
"GlobalSecondaryIndexes": NotRequired[List[GlobalSecondaryIndexOutputTypeDef]],
|
|
2174
2212
|
},
|
|
@@ -2508,6 +2546,7 @@ TableDescriptionTypeDef = TypedDict(
|
|
|
2508
2546
|
"ArchivalSummary": NotRequired[ArchivalSummaryTypeDef],
|
|
2509
2547
|
"TableClassSummary": NotRequired[TableClassSummaryTypeDef],
|
|
2510
2548
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2549
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2511
2550
|
},
|
|
2512
2551
|
)
|
|
2513
2552
|
ReplicationGroupUpdateTypeDef = TypedDict(
|
|
@@ -2534,6 +2573,7 @@ CreateTableInputRequestTypeDef = TypedDict(
|
|
|
2534
2573
|
"TableClass": NotRequired[TableClassType],
|
|
2535
2574
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2536
2575
|
"ResourcePolicy": NotRequired[str],
|
|
2576
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2537
2577
|
},
|
|
2538
2578
|
)
|
|
2539
2579
|
CreateTableInputServiceResourceCreateTableTypeDef = TypedDict(
|
|
@@ -2552,6 +2592,7 @@ CreateTableInputServiceResourceCreateTableTypeDef = TypedDict(
|
|
|
2552
2592
|
"TableClass": NotRequired[TableClassType],
|
|
2553
2593
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2554
2594
|
"ResourcePolicy": NotRequired[str],
|
|
2595
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2555
2596
|
},
|
|
2556
2597
|
)
|
|
2557
2598
|
RestoreTableFromBackupInputRequestTypeDef = TypedDict(
|
|
@@ -2563,6 +2604,7 @@ RestoreTableFromBackupInputRequestTypeDef = TypedDict(
|
|
|
2563
2604
|
"GlobalSecondaryIndexOverride": NotRequired[Sequence[GlobalSecondaryIndexUnionTypeDef]],
|
|
2564
2605
|
"LocalSecondaryIndexOverride": NotRequired[Sequence[LocalSecondaryIndexTypeDef]],
|
|
2565
2606
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputTypeDef],
|
|
2607
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputTypeDef],
|
|
2566
2608
|
"SSESpecificationOverride": NotRequired[SSESpecificationTypeDef],
|
|
2567
2609
|
},
|
|
2568
2610
|
)
|
|
@@ -2578,6 +2620,7 @@ RestoreTableToPointInTimeInputRequestTypeDef = TypedDict(
|
|
|
2578
2620
|
"GlobalSecondaryIndexOverride": NotRequired[Sequence[GlobalSecondaryIndexUnionTypeDef]],
|
|
2579
2621
|
"LocalSecondaryIndexOverride": NotRequired[Sequence[LocalSecondaryIndexTypeDef]],
|
|
2580
2622
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputTypeDef],
|
|
2623
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputTypeDef],
|
|
2581
2624
|
"SSESpecificationOverride": NotRequired[SSESpecificationTypeDef],
|
|
2582
2625
|
},
|
|
2583
2626
|
)
|
|
@@ -2786,6 +2829,7 @@ UpdateTableInputRequestTypeDef = TypedDict(
|
|
|
2786
2829
|
"ReplicaUpdates": NotRequired[Sequence[ReplicationGroupUpdateTypeDef]],
|
|
2787
2830
|
"TableClass": NotRequired[TableClassType],
|
|
2788
2831
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2832
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2789
2833
|
},
|
|
2790
2834
|
)
|
|
2791
2835
|
UpdateTableInputTableUpdateTypeDef = TypedDict(
|
|
@@ -2800,6 +2844,7 @@ UpdateTableInputTableUpdateTypeDef = TypedDict(
|
|
|
2800
2844
|
"ReplicaUpdates": NotRequired[Sequence[ReplicationGroupUpdateTypeDef]],
|
|
2801
2845
|
"TableClass": NotRequired[TableClassType],
|
|
2802
2846
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2847
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2803
2848
|
},
|
|
2804
2849
|
)
|
|
2805
2850
|
DescribeImportOutputTypeDef = TypedDict(
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/type_defs.pyi
RENAMED
|
@@ -87,10 +87,12 @@ __all__ = (
|
|
|
87
87
|
"ContributorInsightsSummaryTypeDef",
|
|
88
88
|
"CreateBackupInputRequestTypeDef",
|
|
89
89
|
"KeySchemaElementTypeDef",
|
|
90
|
+
"OnDemandThroughputTypeDef",
|
|
90
91
|
"ProjectionTypeDef",
|
|
91
92
|
"ProvisionedThroughputTypeDef",
|
|
92
93
|
"ReplicaTypeDef",
|
|
93
94
|
"CreateReplicaActionTypeDef",
|
|
95
|
+
"OnDemandThroughputOverrideTypeDef",
|
|
94
96
|
"ProvisionedThroughputOverrideTypeDef",
|
|
95
97
|
"SSESpecificationTypeDef",
|
|
96
98
|
"StreamSpecificationTypeDef",
|
|
@@ -152,6 +154,7 @@ __all__ = (
|
|
|
152
154
|
"EmptyResponseMetadataTypeDef",
|
|
153
155
|
"GetResourcePolicyOutputTypeDef",
|
|
154
156
|
"ListTablesOutputTypeDef",
|
|
157
|
+
"OnDemandThroughputResponseTypeDef",
|
|
155
158
|
"ProvisionedThroughputDescriptionResponseTypeDef",
|
|
156
159
|
"PutResourcePolicyOutputTypeDef",
|
|
157
160
|
"RestoreSummaryResponseTypeDef",
|
|
@@ -504,6 +507,13 @@ KeySchemaElementTypeDef = TypedDict(
|
|
|
504
507
|
"KeyType": KeyTypeType,
|
|
505
508
|
},
|
|
506
509
|
)
|
|
510
|
+
OnDemandThroughputTypeDef = TypedDict(
|
|
511
|
+
"OnDemandThroughputTypeDef",
|
|
512
|
+
{
|
|
513
|
+
"MaxReadRequestUnits": NotRequired[int],
|
|
514
|
+
"MaxWriteRequestUnits": NotRequired[int],
|
|
515
|
+
},
|
|
516
|
+
)
|
|
507
517
|
ProjectionTypeDef = TypedDict(
|
|
508
518
|
"ProjectionTypeDef",
|
|
509
519
|
{
|
|
@@ -530,6 +540,12 @@ CreateReplicaActionTypeDef = TypedDict(
|
|
|
530
540
|
"RegionName": str,
|
|
531
541
|
},
|
|
532
542
|
)
|
|
543
|
+
OnDemandThroughputOverrideTypeDef = TypedDict(
|
|
544
|
+
"OnDemandThroughputOverrideTypeDef",
|
|
545
|
+
{
|
|
546
|
+
"MaxReadRequestUnits": NotRequired[int],
|
|
547
|
+
},
|
|
548
|
+
)
|
|
533
549
|
ProvisionedThroughputOverrideTypeDef = TypedDict(
|
|
534
550
|
"ProvisionedThroughputOverrideTypeDef",
|
|
535
551
|
{
|
|
@@ -964,6 +980,14 @@ ListTablesOutputTypeDef = TypedDict(
|
|
|
964
980
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
965
981
|
},
|
|
966
982
|
)
|
|
983
|
+
OnDemandThroughputResponseTypeDef = TypedDict(
|
|
984
|
+
"OnDemandThroughputResponseTypeDef",
|
|
985
|
+
{
|
|
986
|
+
"MaxReadRequestUnits": int,
|
|
987
|
+
"MaxWriteRequestUnits": int,
|
|
988
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
989
|
+
},
|
|
990
|
+
)
|
|
967
991
|
ProvisionedThroughputDescriptionResponseTypeDef = TypedDict(
|
|
968
992
|
"ProvisionedThroughputDescriptionResponseTypeDef",
|
|
969
993
|
{
|
|
@@ -1252,6 +1276,7 @@ CreateGlobalSecondaryIndexActionTypeDef = TypedDict(
|
|
|
1252
1276
|
"KeySchema": Sequence[KeySchemaElementTypeDef],
|
|
1253
1277
|
"Projection": ProjectionTypeDef,
|
|
1254
1278
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1279
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1255
1280
|
},
|
|
1256
1281
|
)
|
|
1257
1282
|
GlobalSecondaryIndexTypeDef = TypedDict(
|
|
@@ -1261,6 +1286,7 @@ GlobalSecondaryIndexTypeDef = TypedDict(
|
|
|
1261
1286
|
"KeySchema": Sequence[KeySchemaElementTypeDef],
|
|
1262
1287
|
"Projection": ProjectionTypeDef,
|
|
1263
1288
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1289
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1264
1290
|
},
|
|
1265
1291
|
)
|
|
1266
1292
|
SourceTableDetailsTypeDef = TypedDict(
|
|
@@ -1273,6 +1299,7 @@ SourceTableDetailsTypeDef = TypedDict(
|
|
|
1273
1299
|
"ProvisionedThroughput": ProvisionedThroughputTypeDef,
|
|
1274
1300
|
"TableArn": NotRequired[str],
|
|
1275
1301
|
"TableSizeBytes": NotRequired[int],
|
|
1302
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1276
1303
|
"ItemCount": NotRequired[int],
|
|
1277
1304
|
"BillingMode": NotRequired[BillingModeType],
|
|
1278
1305
|
},
|
|
@@ -1281,7 +1308,8 @@ UpdateGlobalSecondaryIndexActionTypeDef = TypedDict(
|
|
|
1281
1308
|
"UpdateGlobalSecondaryIndexActionTypeDef",
|
|
1282
1309
|
{
|
|
1283
1310
|
"IndexName": str,
|
|
1284
|
-
"ProvisionedThroughput": ProvisionedThroughputTypeDef,
|
|
1311
|
+
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1312
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1285
1313
|
},
|
|
1286
1314
|
)
|
|
1287
1315
|
CreateGlobalTableInputRequestTypeDef = TypedDict(
|
|
@@ -1303,6 +1331,7 @@ ReplicaGlobalSecondaryIndexDescriptionTypeDef = TypedDict(
|
|
|
1303
1331
|
{
|
|
1304
1332
|
"IndexName": NotRequired[str],
|
|
1305
1333
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
1334
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
1306
1335
|
},
|
|
1307
1336
|
)
|
|
1308
1337
|
ReplicaGlobalSecondaryIndexTypeDef = TypedDict(
|
|
@@ -1310,6 +1339,7 @@ ReplicaGlobalSecondaryIndexTypeDef = TypedDict(
|
|
|
1310
1339
|
{
|
|
1311
1340
|
"IndexName": str,
|
|
1312
1341
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
1342
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
1313
1343
|
},
|
|
1314
1344
|
)
|
|
1315
1345
|
ListTagsOfResourceOutputTypeDef = TypedDict(
|
|
@@ -1490,6 +1520,7 @@ GlobalSecondaryIndexDescriptionTypeDef = TypedDict(
|
|
|
1490
1520
|
"IndexSizeBytes": NotRequired[int],
|
|
1491
1521
|
"ItemCount": NotRequired[int],
|
|
1492
1522
|
"IndexArn": NotRequired[str],
|
|
1523
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1493
1524
|
},
|
|
1494
1525
|
)
|
|
1495
1526
|
GlobalSecondaryIndexInfoTypeDef = TypedDict(
|
|
@@ -1499,6 +1530,7 @@ GlobalSecondaryIndexInfoTypeDef = TypedDict(
|
|
|
1499
1530
|
"KeySchema": NotRequired[List[KeySchemaElementTypeDef]],
|
|
1500
1531
|
"Projection": NotRequired[ProjectionOutputTypeDef],
|
|
1501
1532
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1533
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1502
1534
|
},
|
|
1503
1535
|
)
|
|
1504
1536
|
GlobalSecondaryIndexOutputTypeDef = TypedDict(
|
|
@@ -1508,6 +1540,7 @@ GlobalSecondaryIndexOutputTypeDef = TypedDict(
|
|
|
1508
1540
|
"KeySchema": List[KeySchemaElementTypeDef],
|
|
1509
1541
|
"Projection": ProjectionOutputTypeDef,
|
|
1510
1542
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
1543
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
1511
1544
|
},
|
|
1512
1545
|
)
|
|
1513
1546
|
LocalSecondaryIndexInfoTypeDef = TypedDict(
|
|
@@ -2063,6 +2096,7 @@ TableCreationParametersTypeDef = TypedDict(
|
|
|
2063
2096
|
"KeySchema": Sequence[KeySchemaElementTypeDef],
|
|
2064
2097
|
"BillingMode": NotRequired[BillingModeType],
|
|
2065
2098
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
2099
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2066
2100
|
"SSESpecification": NotRequired[SSESpecificationTypeDef],
|
|
2067
2101
|
"GlobalSecondaryIndexes": NotRequired[Sequence[GlobalSecondaryIndexTypeDef]],
|
|
2068
2102
|
},
|
|
@@ -2092,6 +2126,7 @@ ReplicaDescriptionTypeDef = TypedDict(
|
|
|
2092
2126
|
"ReplicaStatusPercentProgress": NotRequired[str],
|
|
2093
2127
|
"KMSMasterKeyId": NotRequired[str],
|
|
2094
2128
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
2129
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
2095
2130
|
"GlobalSecondaryIndexes": NotRequired[List[ReplicaGlobalSecondaryIndexDescriptionTypeDef]],
|
|
2096
2131
|
"ReplicaInaccessibleDateTime": NotRequired[datetime],
|
|
2097
2132
|
"ReplicaTableClassSummary": NotRequired[TableClassSummaryTypeDef],
|
|
@@ -2103,6 +2138,7 @@ CreateReplicationGroupMemberActionTypeDef = TypedDict(
|
|
|
2103
2138
|
"RegionName": str,
|
|
2104
2139
|
"KMSMasterKeyId": NotRequired[str],
|
|
2105
2140
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
2141
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
2106
2142
|
"GlobalSecondaryIndexes": NotRequired[Sequence[ReplicaGlobalSecondaryIndexTypeDef]],
|
|
2107
2143
|
"TableClassOverride": NotRequired[TableClassType],
|
|
2108
2144
|
},
|
|
@@ -2113,6 +2149,7 @@ UpdateReplicationGroupMemberActionTypeDef = TypedDict(
|
|
|
2113
2149
|
"RegionName": str,
|
|
2114
2150
|
"KMSMasterKeyId": NotRequired[str],
|
|
2115
2151
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputOverrideTypeDef],
|
|
2152
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputOverrideTypeDef],
|
|
2116
2153
|
"GlobalSecondaryIndexes": NotRequired[Sequence[ReplicaGlobalSecondaryIndexTypeDef]],
|
|
2117
2154
|
"TableClassOverride": NotRequired[TableClassType],
|
|
2118
2155
|
},
|
|
@@ -2169,6 +2206,7 @@ TableCreationParametersOutputTypeDef = TypedDict(
|
|
|
2169
2206
|
"KeySchema": List[KeySchemaElementTypeDef],
|
|
2170
2207
|
"BillingMode": NotRequired[BillingModeType],
|
|
2171
2208
|
"ProvisionedThroughput": NotRequired[ProvisionedThroughputTypeDef],
|
|
2209
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2172
2210
|
"SSESpecification": NotRequired[SSESpecificationTypeDef],
|
|
2173
2211
|
"GlobalSecondaryIndexes": NotRequired[List[GlobalSecondaryIndexOutputTypeDef]],
|
|
2174
2212
|
},
|
|
@@ -2508,6 +2546,7 @@ TableDescriptionTypeDef = TypedDict(
|
|
|
2508
2546
|
"ArchivalSummary": NotRequired[ArchivalSummaryTypeDef],
|
|
2509
2547
|
"TableClassSummary": NotRequired[TableClassSummaryTypeDef],
|
|
2510
2548
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2549
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2511
2550
|
},
|
|
2512
2551
|
)
|
|
2513
2552
|
ReplicationGroupUpdateTypeDef = TypedDict(
|
|
@@ -2534,6 +2573,7 @@ CreateTableInputRequestTypeDef = TypedDict(
|
|
|
2534
2573
|
"TableClass": NotRequired[TableClassType],
|
|
2535
2574
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2536
2575
|
"ResourcePolicy": NotRequired[str],
|
|
2576
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2537
2577
|
},
|
|
2538
2578
|
)
|
|
2539
2579
|
CreateTableInputServiceResourceCreateTableTypeDef = TypedDict(
|
|
@@ -2552,6 +2592,7 @@ CreateTableInputServiceResourceCreateTableTypeDef = TypedDict(
|
|
|
2552
2592
|
"TableClass": NotRequired[TableClassType],
|
|
2553
2593
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2554
2594
|
"ResourcePolicy": NotRequired[str],
|
|
2595
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2555
2596
|
},
|
|
2556
2597
|
)
|
|
2557
2598
|
RestoreTableFromBackupInputRequestTypeDef = TypedDict(
|
|
@@ -2563,6 +2604,7 @@ RestoreTableFromBackupInputRequestTypeDef = TypedDict(
|
|
|
2563
2604
|
"GlobalSecondaryIndexOverride": NotRequired[Sequence[GlobalSecondaryIndexUnionTypeDef]],
|
|
2564
2605
|
"LocalSecondaryIndexOverride": NotRequired[Sequence[LocalSecondaryIndexTypeDef]],
|
|
2565
2606
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputTypeDef],
|
|
2607
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputTypeDef],
|
|
2566
2608
|
"SSESpecificationOverride": NotRequired[SSESpecificationTypeDef],
|
|
2567
2609
|
},
|
|
2568
2610
|
)
|
|
@@ -2578,6 +2620,7 @@ RestoreTableToPointInTimeInputRequestTypeDef = TypedDict(
|
|
|
2578
2620
|
"GlobalSecondaryIndexOverride": NotRequired[Sequence[GlobalSecondaryIndexUnionTypeDef]],
|
|
2579
2621
|
"LocalSecondaryIndexOverride": NotRequired[Sequence[LocalSecondaryIndexTypeDef]],
|
|
2580
2622
|
"ProvisionedThroughputOverride": NotRequired[ProvisionedThroughputTypeDef],
|
|
2623
|
+
"OnDemandThroughputOverride": NotRequired[OnDemandThroughputTypeDef],
|
|
2581
2624
|
"SSESpecificationOverride": NotRequired[SSESpecificationTypeDef],
|
|
2582
2625
|
},
|
|
2583
2626
|
)
|
|
@@ -2786,6 +2829,7 @@ UpdateTableInputRequestTypeDef = TypedDict(
|
|
|
2786
2829
|
"ReplicaUpdates": NotRequired[Sequence[ReplicationGroupUpdateTypeDef]],
|
|
2787
2830
|
"TableClass": NotRequired[TableClassType],
|
|
2788
2831
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2832
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2789
2833
|
},
|
|
2790
2834
|
)
|
|
2791
2835
|
UpdateTableInputTableUpdateTypeDef = TypedDict(
|
|
@@ -2800,6 +2844,7 @@ UpdateTableInputTableUpdateTypeDef = TypedDict(
|
|
|
2800
2844
|
"ReplicaUpdates": NotRequired[Sequence[ReplicationGroupUpdateTypeDef]],
|
|
2801
2845
|
"TableClass": NotRequired[TableClassType],
|
|
2802
2846
|
"DeletionProtectionEnabled": NotRequired[bool],
|
|
2847
|
+
"OnDemandThroughput": NotRequired[OnDemandThroughputTypeDef],
|
|
2803
2848
|
},
|
|
2804
2849
|
)
|
|
2805
2850
|
DescribeImportOutputTypeDef = TypedDict(
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/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.97
|
|
4
|
+
Summary: Type annotations for boto3.DynamoDB 1.34.97 service generated with mypy-boto3-builder 7.24.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.97](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/),
|
|
@@ -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.97",
|
|
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.97 service generated with mypy-boto3-builder 7.24.0",
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 5 - Production/Stable",
|
|
23
23
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/literals.pyi
RENAMED
|
File without changes
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_dynamodb-1.34.91 → mypy_boto3_dynamodb-1.34.97}/mypy_boto3_dynamodb.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|