mypy-boto3-dynamodb 1.34.67__tar.gz → 1.34.91__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.67 → mypy_boto3_dynamodb-1.34.91}/PKG-INFO +4 -4
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/README.md +2 -2
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/__main__.py +4 -4
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/client.py +14 -14
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/client.pyi +14 -14
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/literals.py +4 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/literals.pyi +4 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/service_resource.py +14 -14
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/service_resource.pyi +14 -14
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/type_defs.py +426 -364
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/type_defs.pyi +426 -364
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/version.py +1 -1
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb.egg-info/PKG-INFO +4 -4
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/setup.py +2 -2
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/LICENSE +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/__init__.py +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/__init__.pyi +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/paginator.py +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/paginator.pyi +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/py.typed +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/waiter.py +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/waiter.pyi +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
- {mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/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.91
|
|
4
|
+
Summary: Type annotations for boto3.DynamoDB 1.34.91 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.91](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.24.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
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.DynamoDB 1.34.
|
|
13
|
+
[boto3.DynamoDB 1.34.91](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.24.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
|
|
@@ -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.91\n"
|
|
14
|
+
"Version: 1.34.91\n"
|
|
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"
|
|
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.91")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -81,13 +81,13 @@ from .type_defs import (
|
|
|
81
81
|
GetItemOutputTypeDef,
|
|
82
82
|
GetResourcePolicyOutputTypeDef,
|
|
83
83
|
GlobalSecondaryIndexAutoScalingUpdateTypeDef,
|
|
84
|
-
|
|
84
|
+
GlobalSecondaryIndexUnionTypeDef,
|
|
85
85
|
GlobalSecondaryIndexUpdateTypeDef,
|
|
86
86
|
GlobalTableGlobalSecondaryIndexSettingsUpdateTypeDef,
|
|
87
87
|
ImportTableOutputTypeDef,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
88
|
+
IncrementalExportSpecificationUnionTypeDef,
|
|
89
|
+
InputFormatOptionsUnionTypeDef,
|
|
90
|
+
KeysAndAttributesUnionTypeDef,
|
|
91
91
|
KeySchemaElementTypeDef,
|
|
92
92
|
KinesisStreamingDestinationOutputTypeDef,
|
|
93
93
|
ListBackupsOutputTypeDef,
|
|
@@ -115,7 +115,7 @@ from .type_defs import (
|
|
|
115
115
|
ScanOutputTypeDef,
|
|
116
116
|
SSESpecificationTypeDef,
|
|
117
117
|
StreamSpecificationTypeDef,
|
|
118
|
-
|
|
118
|
+
TableCreationParametersUnionTypeDef,
|
|
119
119
|
TagTypeDef,
|
|
120
120
|
TimestampTypeDef,
|
|
121
121
|
TimeToLiveSpecificationTypeDef,
|
|
@@ -134,7 +134,7 @@ from .type_defs import (
|
|
|
134
134
|
UpdateTableOutputTypeDef,
|
|
135
135
|
UpdateTableReplicaAutoScalingOutputTypeDef,
|
|
136
136
|
UpdateTimeToLiveOutputTypeDef,
|
|
137
|
-
|
|
137
|
+
WriteRequestUnionTypeDef,
|
|
138
138
|
)
|
|
139
139
|
from .waiter import TableExistsWaiter, TableNotExistsWaiter
|
|
140
140
|
|
|
@@ -225,7 +225,7 @@ class DynamoDBClient(BaseClient):
|
|
|
225
225
|
def batch_get_item(
|
|
226
226
|
self,
|
|
227
227
|
*,
|
|
228
|
-
RequestItems: Mapping[str,
|
|
228
|
+
RequestItems: Mapping[str, KeysAndAttributesUnionTypeDef],
|
|
229
229
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
230
230
|
) -> BatchGetItemOutputTypeDef:
|
|
231
231
|
"""
|
|
@@ -240,7 +240,7 @@ class DynamoDBClient(BaseClient):
|
|
|
240
240
|
def batch_write_item(
|
|
241
241
|
self,
|
|
242
242
|
*,
|
|
243
|
-
RequestItems: Mapping[str, Sequence[
|
|
243
|
+
RequestItems: Mapping[str, Sequence[WriteRequestUnionTypeDef]],
|
|
244
244
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
245
245
|
ReturnItemCollectionMetrics: ReturnItemCollectionMetricsType = ...,
|
|
246
246
|
) -> BatchWriteItemOutputTypeDef:
|
|
@@ -293,7 +293,7 @@ class DynamoDBClient(BaseClient):
|
|
|
293
293
|
TableName: str,
|
|
294
294
|
KeySchema: Sequence[KeySchemaElementTypeDef],
|
|
295
295
|
LocalSecondaryIndexes: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
296
|
-
GlobalSecondaryIndexes: Sequence[
|
|
296
|
+
GlobalSecondaryIndexes: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
297
297
|
BillingMode: BillingModeType = ...,
|
|
298
298
|
ProvisionedThroughput: ProvisionedThroughputTypeDef = ...,
|
|
299
299
|
StreamSpecification: StreamSpecificationTypeDef = ...,
|
|
@@ -562,7 +562,7 @@ class DynamoDBClient(BaseClient):
|
|
|
562
562
|
S3SseKmsKeyId: str = ...,
|
|
563
563
|
ExportFormat: ExportFormatType = ...,
|
|
564
564
|
ExportType: ExportTypeType = ...,
|
|
565
|
-
IncrementalExportSpecification:
|
|
565
|
+
IncrementalExportSpecification: IncrementalExportSpecificationUnionTypeDef = ...,
|
|
566
566
|
) -> ExportTableToPointInTimeOutputTypeDef:
|
|
567
567
|
"""
|
|
568
568
|
Exports table data to an S3 bucket.
|
|
@@ -620,9 +620,9 @@ class DynamoDBClient(BaseClient):
|
|
|
620
620
|
*,
|
|
621
621
|
S3BucketSource: S3BucketSourceTypeDef,
|
|
622
622
|
InputFormat: InputFormatType,
|
|
623
|
-
TableCreationParameters:
|
|
623
|
+
TableCreationParameters: TableCreationParametersUnionTypeDef,
|
|
624
624
|
ClientToken: str = ...,
|
|
625
|
-
InputFormatOptions:
|
|
625
|
+
InputFormatOptions: InputFormatOptionsUnionTypeDef = ...,
|
|
626
626
|
InputCompressionType: InputCompressionTypeType = ...,
|
|
627
627
|
) -> ImportTableOutputTypeDef:
|
|
628
628
|
"""
|
|
@@ -789,7 +789,7 @@ class DynamoDBClient(BaseClient):
|
|
|
789
789
|
TargetTableName: str,
|
|
790
790
|
BackupArn: str,
|
|
791
791
|
BillingModeOverride: BillingModeType = ...,
|
|
792
|
-
GlobalSecondaryIndexOverride: Sequence[
|
|
792
|
+
GlobalSecondaryIndexOverride: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
793
793
|
LocalSecondaryIndexOverride: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
794
794
|
ProvisionedThroughputOverride: ProvisionedThroughputTypeDef = ...,
|
|
795
795
|
SSESpecificationOverride: SSESpecificationTypeDef = ...,
|
|
@@ -810,7 +810,7 @@ class DynamoDBClient(BaseClient):
|
|
|
810
810
|
UseLatestRestorableTime: bool = ...,
|
|
811
811
|
RestoreDateTime: TimestampTypeDef = ...,
|
|
812
812
|
BillingModeOverride: BillingModeType = ...,
|
|
813
|
-
GlobalSecondaryIndexOverride: Sequence[
|
|
813
|
+
GlobalSecondaryIndexOverride: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
814
814
|
LocalSecondaryIndexOverride: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
815
815
|
ProvisionedThroughputOverride: ProvisionedThroughputTypeDef = ...,
|
|
816
816
|
SSESpecificationOverride: SSESpecificationTypeDef = ...,
|
|
@@ -81,13 +81,13 @@ from .type_defs import (
|
|
|
81
81
|
GetItemOutputTypeDef,
|
|
82
82
|
GetResourcePolicyOutputTypeDef,
|
|
83
83
|
GlobalSecondaryIndexAutoScalingUpdateTypeDef,
|
|
84
|
-
|
|
84
|
+
GlobalSecondaryIndexUnionTypeDef,
|
|
85
85
|
GlobalSecondaryIndexUpdateTypeDef,
|
|
86
86
|
GlobalTableGlobalSecondaryIndexSettingsUpdateTypeDef,
|
|
87
87
|
ImportTableOutputTypeDef,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
88
|
+
IncrementalExportSpecificationUnionTypeDef,
|
|
89
|
+
InputFormatOptionsUnionTypeDef,
|
|
90
|
+
KeysAndAttributesUnionTypeDef,
|
|
91
91
|
KeySchemaElementTypeDef,
|
|
92
92
|
KinesisStreamingDestinationOutputTypeDef,
|
|
93
93
|
ListBackupsOutputTypeDef,
|
|
@@ -115,7 +115,7 @@ from .type_defs import (
|
|
|
115
115
|
ScanOutputTypeDef,
|
|
116
116
|
SSESpecificationTypeDef,
|
|
117
117
|
StreamSpecificationTypeDef,
|
|
118
|
-
|
|
118
|
+
TableCreationParametersUnionTypeDef,
|
|
119
119
|
TagTypeDef,
|
|
120
120
|
TimestampTypeDef,
|
|
121
121
|
TimeToLiveSpecificationTypeDef,
|
|
@@ -134,7 +134,7 @@ from .type_defs import (
|
|
|
134
134
|
UpdateTableOutputTypeDef,
|
|
135
135
|
UpdateTableReplicaAutoScalingOutputTypeDef,
|
|
136
136
|
UpdateTimeToLiveOutputTypeDef,
|
|
137
|
-
|
|
137
|
+
WriteRequestUnionTypeDef,
|
|
138
138
|
)
|
|
139
139
|
from .waiter import TableExistsWaiter, TableNotExistsWaiter
|
|
140
140
|
|
|
@@ -222,7 +222,7 @@ class DynamoDBClient(BaseClient):
|
|
|
222
222
|
def batch_get_item(
|
|
223
223
|
self,
|
|
224
224
|
*,
|
|
225
|
-
RequestItems: Mapping[str,
|
|
225
|
+
RequestItems: Mapping[str, KeysAndAttributesUnionTypeDef],
|
|
226
226
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
227
227
|
) -> BatchGetItemOutputTypeDef:
|
|
228
228
|
"""
|
|
@@ -237,7 +237,7 @@ class DynamoDBClient(BaseClient):
|
|
|
237
237
|
def batch_write_item(
|
|
238
238
|
self,
|
|
239
239
|
*,
|
|
240
|
-
RequestItems: Mapping[str, Sequence[
|
|
240
|
+
RequestItems: Mapping[str, Sequence[WriteRequestUnionTypeDef]],
|
|
241
241
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
242
242
|
ReturnItemCollectionMetrics: ReturnItemCollectionMetricsType = ...,
|
|
243
243
|
) -> BatchWriteItemOutputTypeDef:
|
|
@@ -290,7 +290,7 @@ class DynamoDBClient(BaseClient):
|
|
|
290
290
|
TableName: str,
|
|
291
291
|
KeySchema: Sequence[KeySchemaElementTypeDef],
|
|
292
292
|
LocalSecondaryIndexes: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
293
|
-
GlobalSecondaryIndexes: Sequence[
|
|
293
|
+
GlobalSecondaryIndexes: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
294
294
|
BillingMode: BillingModeType = ...,
|
|
295
295
|
ProvisionedThroughput: ProvisionedThroughputTypeDef = ...,
|
|
296
296
|
StreamSpecification: StreamSpecificationTypeDef = ...,
|
|
@@ -559,7 +559,7 @@ class DynamoDBClient(BaseClient):
|
|
|
559
559
|
S3SseKmsKeyId: str = ...,
|
|
560
560
|
ExportFormat: ExportFormatType = ...,
|
|
561
561
|
ExportType: ExportTypeType = ...,
|
|
562
|
-
IncrementalExportSpecification:
|
|
562
|
+
IncrementalExportSpecification: IncrementalExportSpecificationUnionTypeDef = ...,
|
|
563
563
|
) -> ExportTableToPointInTimeOutputTypeDef:
|
|
564
564
|
"""
|
|
565
565
|
Exports table data to an S3 bucket.
|
|
@@ -617,9 +617,9 @@ class DynamoDBClient(BaseClient):
|
|
|
617
617
|
*,
|
|
618
618
|
S3BucketSource: S3BucketSourceTypeDef,
|
|
619
619
|
InputFormat: InputFormatType,
|
|
620
|
-
TableCreationParameters:
|
|
620
|
+
TableCreationParameters: TableCreationParametersUnionTypeDef,
|
|
621
621
|
ClientToken: str = ...,
|
|
622
|
-
InputFormatOptions:
|
|
622
|
+
InputFormatOptions: InputFormatOptionsUnionTypeDef = ...,
|
|
623
623
|
InputCompressionType: InputCompressionTypeType = ...,
|
|
624
624
|
) -> ImportTableOutputTypeDef:
|
|
625
625
|
"""
|
|
@@ -786,7 +786,7 @@ class DynamoDBClient(BaseClient):
|
|
|
786
786
|
TargetTableName: str,
|
|
787
787
|
BackupArn: str,
|
|
788
788
|
BillingModeOverride: BillingModeType = ...,
|
|
789
|
-
GlobalSecondaryIndexOverride: Sequence[
|
|
789
|
+
GlobalSecondaryIndexOverride: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
790
790
|
LocalSecondaryIndexOverride: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
791
791
|
ProvisionedThroughputOverride: ProvisionedThroughputTypeDef = ...,
|
|
792
792
|
SSESpecificationOverride: SSESpecificationTypeDef = ...,
|
|
@@ -807,7 +807,7 @@ class DynamoDBClient(BaseClient):
|
|
|
807
807
|
UseLatestRestorableTime: bool = ...,
|
|
808
808
|
RestoreDateTime: TimestampTypeDef = ...,
|
|
809
809
|
BillingModeOverride: BillingModeType = ...,
|
|
810
|
-
GlobalSecondaryIndexOverride: Sequence[
|
|
810
|
+
GlobalSecondaryIndexOverride: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
811
811
|
LocalSecondaryIndexOverride: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
812
812
|
ProvisionedThroughputOverride: ProvisionedThroughputTypeDef = ...,
|
|
813
813
|
SSESpecificationOverride: SSESpecificationTypeDef = ...,
|
|
@@ -236,6 +236,7 @@ ServiceName = Literal[
|
|
|
236
236
|
"codebuild",
|
|
237
237
|
"codecatalyst",
|
|
238
238
|
"codecommit",
|
|
239
|
+
"codeconnections",
|
|
239
240
|
"codedeploy",
|
|
240
241
|
"codeguru-reviewer",
|
|
241
242
|
"codeguru-security",
|
|
@@ -256,6 +257,7 @@ ServiceName = Literal[
|
|
|
256
257
|
"connectcampaigns",
|
|
257
258
|
"connectcases",
|
|
258
259
|
"connectparticipant",
|
|
260
|
+
"controlcatalog",
|
|
259
261
|
"controltower",
|
|
260
262
|
"cost-optimization-hub",
|
|
261
263
|
"cur",
|
|
@@ -266,6 +268,7 @@ ServiceName = Literal[
|
|
|
266
268
|
"datasync",
|
|
267
269
|
"datazone",
|
|
268
270
|
"dax",
|
|
271
|
+
"deadline",
|
|
269
272
|
"detective",
|
|
270
273
|
"devicefarm",
|
|
271
274
|
"devops-guru",
|
|
@@ -470,6 +473,7 @@ ServiceName = Literal[
|
|
|
470
473
|
"route53-recovery-control-config",
|
|
471
474
|
"route53-recovery-readiness",
|
|
472
475
|
"route53domains",
|
|
476
|
+
"route53profiles",
|
|
473
477
|
"route53resolver",
|
|
474
478
|
"rum",
|
|
475
479
|
"s3",
|
{mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/literals.pyi
RENAMED
|
@@ -236,6 +236,7 @@ ServiceName = Literal[
|
|
|
236
236
|
"codebuild",
|
|
237
237
|
"codecatalyst",
|
|
238
238
|
"codecommit",
|
|
239
|
+
"codeconnections",
|
|
239
240
|
"codedeploy",
|
|
240
241
|
"codeguru-reviewer",
|
|
241
242
|
"codeguru-security",
|
|
@@ -256,6 +257,7 @@ ServiceName = Literal[
|
|
|
256
257
|
"connectcampaigns",
|
|
257
258
|
"connectcases",
|
|
258
259
|
"connectparticipant",
|
|
260
|
+
"controlcatalog",
|
|
259
261
|
"controltower",
|
|
260
262
|
"cost-optimization-hub",
|
|
261
263
|
"cur",
|
|
@@ -266,6 +268,7 @@ ServiceName = Literal[
|
|
|
266
268
|
"datasync",
|
|
267
269
|
"datazone",
|
|
268
270
|
"dax",
|
|
271
|
+
"deadline",
|
|
269
272
|
"detective",
|
|
270
273
|
"devicefarm",
|
|
271
274
|
"devops-guru",
|
|
@@ -470,6 +473,7 @@ ServiceName = Literal[
|
|
|
470
473
|
"route53-recovery-control-config",
|
|
471
474
|
"route53-recovery-readiness",
|
|
472
475
|
"route53domains",
|
|
476
|
+
"route53profiles",
|
|
473
477
|
"route53resolver",
|
|
474
478
|
"rum",
|
|
475
479
|
"s3",
|
{mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/service_resource.py
RENAMED
|
@@ -47,15 +47,15 @@ from .type_defs import (
|
|
|
47
47
|
ConditionBaseImportTypeDef,
|
|
48
48
|
ConditionTableTypeDef,
|
|
49
49
|
DeleteItemOutputTableTypeDef,
|
|
50
|
-
|
|
50
|
+
DeleteTableOutputTypeDef,
|
|
51
51
|
ExpectedAttributeValueTableTypeDef,
|
|
52
52
|
GetItemOutputTableTypeDef,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
GlobalSecondaryIndexDescriptionTypeDef,
|
|
54
|
+
GlobalSecondaryIndexUnionTypeDef,
|
|
55
|
+
GlobalSecondaryIndexUpdateTypeDef,
|
|
56
|
+
KeysAndAttributesServiceResourceUnionTypeDef,
|
|
57
57
|
KeySchemaElementTypeDef,
|
|
58
|
-
|
|
58
|
+
LocalSecondaryIndexDescriptionTypeDef,
|
|
59
59
|
LocalSecondaryIndexTypeDef,
|
|
60
60
|
ProvisionedThroughputDescriptionResponseTypeDef,
|
|
61
61
|
ProvisionedThroughputTypeDef,
|
|
@@ -73,7 +73,7 @@ from .type_defs import (
|
|
|
73
73
|
TableClassSummaryResponseTypeDef,
|
|
74
74
|
TagTypeDef,
|
|
75
75
|
UpdateItemOutputTableTypeDef,
|
|
76
|
-
|
|
76
|
+
WriteRequestServiceResourceUnionTypeDef,
|
|
77
77
|
)
|
|
78
78
|
|
|
79
79
|
__all__ = ("DynamoDBServiceResource", "Table", "ServiceResourceTablesCollection")
|
|
@@ -153,8 +153,8 @@ class Table(ServiceResource):
|
|
|
153
153
|
table_arn: str
|
|
154
154
|
table_id: str
|
|
155
155
|
billing_mode_summary: BillingModeSummaryResponseTypeDef
|
|
156
|
-
local_secondary_indexes: List[
|
|
157
|
-
global_secondary_indexes: List[
|
|
156
|
+
local_secondary_indexes: List[LocalSecondaryIndexDescriptionTypeDef]
|
|
157
|
+
global_secondary_indexes: List[GlobalSecondaryIndexDescriptionTypeDef]
|
|
158
158
|
stream_specification: StreamSpecificationResponseTypeDef
|
|
159
159
|
latest_stream_label: str
|
|
160
160
|
latest_stream_arn: str
|
|
@@ -176,7 +176,7 @@ class Table(ServiceResource):
|
|
|
176
176
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/service_resource/#tablebatch_writer-method)
|
|
177
177
|
"""
|
|
178
178
|
|
|
179
|
-
def delete(self) ->
|
|
179
|
+
def delete(self) -> DeleteTableOutputTypeDef:
|
|
180
180
|
"""
|
|
181
181
|
The `DeleteTable` operation deletes a table and all of its items.
|
|
182
182
|
|
|
@@ -336,7 +336,7 @@ class Table(ServiceResource):
|
|
|
336
336
|
AttributeDefinitions: Sequence[AttributeDefinitionTypeDef] = ...,
|
|
337
337
|
BillingMode: BillingModeType = ...,
|
|
338
338
|
ProvisionedThroughput: ProvisionedThroughputTypeDef = ...,
|
|
339
|
-
GlobalSecondaryIndexUpdates: Sequence[
|
|
339
|
+
GlobalSecondaryIndexUpdates: Sequence[GlobalSecondaryIndexUpdateTypeDef] = ...,
|
|
340
340
|
StreamSpecification: StreamSpecificationTypeDef = ...,
|
|
341
341
|
SSESpecification: SSESpecificationTypeDef = ...,
|
|
342
342
|
ReplicaUpdates: Sequence[ReplicationGroupUpdateTypeDef] = ...,
|
|
@@ -421,7 +421,7 @@ class DynamoDBServiceResource(ServiceResource):
|
|
|
421
421
|
def batch_get_item(
|
|
422
422
|
self,
|
|
423
423
|
*,
|
|
424
|
-
RequestItems: Mapping[str,
|
|
424
|
+
RequestItems: Mapping[str, KeysAndAttributesServiceResourceUnionTypeDef],
|
|
425
425
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
426
426
|
) -> BatchGetItemOutputServiceResourceTypeDef:
|
|
427
427
|
"""
|
|
@@ -436,7 +436,7 @@ class DynamoDBServiceResource(ServiceResource):
|
|
|
436
436
|
def batch_write_item(
|
|
437
437
|
self,
|
|
438
438
|
*,
|
|
439
|
-
RequestItems: Mapping[str, Sequence[
|
|
439
|
+
RequestItems: Mapping[str, Sequence[WriteRequestServiceResourceUnionTypeDef]],
|
|
440
440
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
441
441
|
ReturnItemCollectionMetrics: ReturnItemCollectionMetricsType = ...,
|
|
442
442
|
) -> BatchWriteItemOutputServiceResourceTypeDef:
|
|
@@ -455,7 +455,7 @@ class DynamoDBServiceResource(ServiceResource):
|
|
|
455
455
|
TableName: str,
|
|
456
456
|
KeySchema: Sequence[KeySchemaElementTypeDef],
|
|
457
457
|
LocalSecondaryIndexes: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
458
|
-
GlobalSecondaryIndexes: Sequence[
|
|
458
|
+
GlobalSecondaryIndexes: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
459
459
|
BillingMode: BillingModeType = ...,
|
|
460
460
|
ProvisionedThroughput: ProvisionedThroughputTypeDef = ...,
|
|
461
461
|
StreamSpecification: StreamSpecificationTypeDef = ...,
|
{mypy-boto3-dynamodb-1.34.67 → mypy_boto3_dynamodb-1.34.91}/mypy_boto3_dynamodb/service_resource.pyi
RENAMED
|
@@ -47,15 +47,15 @@ from .type_defs import (
|
|
|
47
47
|
ConditionBaseImportTypeDef,
|
|
48
48
|
ConditionTableTypeDef,
|
|
49
49
|
DeleteItemOutputTableTypeDef,
|
|
50
|
-
|
|
50
|
+
DeleteTableOutputTypeDef,
|
|
51
51
|
ExpectedAttributeValueTableTypeDef,
|
|
52
52
|
GetItemOutputTableTypeDef,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
GlobalSecondaryIndexDescriptionTypeDef,
|
|
54
|
+
GlobalSecondaryIndexUnionTypeDef,
|
|
55
|
+
GlobalSecondaryIndexUpdateTypeDef,
|
|
56
|
+
KeysAndAttributesServiceResourceUnionTypeDef,
|
|
57
57
|
KeySchemaElementTypeDef,
|
|
58
|
-
|
|
58
|
+
LocalSecondaryIndexDescriptionTypeDef,
|
|
59
59
|
LocalSecondaryIndexTypeDef,
|
|
60
60
|
ProvisionedThroughputDescriptionResponseTypeDef,
|
|
61
61
|
ProvisionedThroughputTypeDef,
|
|
@@ -73,7 +73,7 @@ from .type_defs import (
|
|
|
73
73
|
TableClassSummaryResponseTypeDef,
|
|
74
74
|
TagTypeDef,
|
|
75
75
|
UpdateItemOutputTableTypeDef,
|
|
76
|
-
|
|
76
|
+
WriteRequestServiceResourceUnionTypeDef,
|
|
77
77
|
)
|
|
78
78
|
|
|
79
79
|
__all__ = ("DynamoDBServiceResource", "Table", "ServiceResourceTablesCollection")
|
|
@@ -151,8 +151,8 @@ class Table(ServiceResource):
|
|
|
151
151
|
table_arn: str
|
|
152
152
|
table_id: str
|
|
153
153
|
billing_mode_summary: BillingModeSummaryResponseTypeDef
|
|
154
|
-
local_secondary_indexes: List[
|
|
155
|
-
global_secondary_indexes: List[
|
|
154
|
+
local_secondary_indexes: List[LocalSecondaryIndexDescriptionTypeDef]
|
|
155
|
+
global_secondary_indexes: List[GlobalSecondaryIndexDescriptionTypeDef]
|
|
156
156
|
stream_specification: StreamSpecificationResponseTypeDef
|
|
157
157
|
latest_stream_label: str
|
|
158
158
|
latest_stream_arn: str
|
|
@@ -174,7 +174,7 @@ class Table(ServiceResource):
|
|
|
174
174
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/service_resource/#tablebatch_writer-method)
|
|
175
175
|
"""
|
|
176
176
|
|
|
177
|
-
def delete(self) ->
|
|
177
|
+
def delete(self) -> DeleteTableOutputTypeDef:
|
|
178
178
|
"""
|
|
179
179
|
The `DeleteTable` operation deletes a table and all of its items.
|
|
180
180
|
|
|
@@ -334,7 +334,7 @@ class Table(ServiceResource):
|
|
|
334
334
|
AttributeDefinitions: Sequence[AttributeDefinitionTypeDef] = ...,
|
|
335
335
|
BillingMode: BillingModeType = ...,
|
|
336
336
|
ProvisionedThroughput: ProvisionedThroughputTypeDef = ...,
|
|
337
|
-
GlobalSecondaryIndexUpdates: Sequence[
|
|
337
|
+
GlobalSecondaryIndexUpdates: Sequence[GlobalSecondaryIndexUpdateTypeDef] = ...,
|
|
338
338
|
StreamSpecification: StreamSpecificationTypeDef = ...,
|
|
339
339
|
SSESpecification: SSESpecificationTypeDef = ...,
|
|
340
340
|
ReplicaUpdates: Sequence[ReplicationGroupUpdateTypeDef] = ...,
|
|
@@ -416,7 +416,7 @@ class DynamoDBServiceResource(ServiceResource):
|
|
|
416
416
|
def batch_get_item(
|
|
417
417
|
self,
|
|
418
418
|
*,
|
|
419
|
-
RequestItems: Mapping[str,
|
|
419
|
+
RequestItems: Mapping[str, KeysAndAttributesServiceResourceUnionTypeDef],
|
|
420
420
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
421
421
|
) -> BatchGetItemOutputServiceResourceTypeDef:
|
|
422
422
|
"""
|
|
@@ -431,7 +431,7 @@ class DynamoDBServiceResource(ServiceResource):
|
|
|
431
431
|
def batch_write_item(
|
|
432
432
|
self,
|
|
433
433
|
*,
|
|
434
|
-
RequestItems: Mapping[str, Sequence[
|
|
434
|
+
RequestItems: Mapping[str, Sequence[WriteRequestServiceResourceUnionTypeDef]],
|
|
435
435
|
ReturnConsumedCapacity: ReturnConsumedCapacityType = ...,
|
|
436
436
|
ReturnItemCollectionMetrics: ReturnItemCollectionMetricsType = ...,
|
|
437
437
|
) -> BatchWriteItemOutputServiceResourceTypeDef:
|
|
@@ -450,7 +450,7 @@ class DynamoDBServiceResource(ServiceResource):
|
|
|
450
450
|
TableName: str,
|
|
451
451
|
KeySchema: Sequence[KeySchemaElementTypeDef],
|
|
452
452
|
LocalSecondaryIndexes: Sequence[LocalSecondaryIndexTypeDef] = ...,
|
|
453
|
-
GlobalSecondaryIndexes: Sequence[
|
|
453
|
+
GlobalSecondaryIndexes: Sequence[GlobalSecondaryIndexUnionTypeDef] = ...,
|
|
454
454
|
BillingMode: BillingModeType = ...,
|
|
455
455
|
ProvisionedThroughput: ProvisionedThroughputTypeDef = ...,
|
|
456
456
|
StreamSpecification: StreamSpecificationTypeDef = ...,
|