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

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.DynamoDB 1.34.
|
|
46
|
+
[boto3.DynamoDB 1.34.148](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.25.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -440,10 +440,10 @@ Full list of `DynamoDB` TypeDefs can be found in
|
|
|
440
440
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/type_defs/).
|
|
441
441
|
|
|
442
442
|
```python
|
|
443
|
-
from mypy_boto3_dynamodb.type_defs import
|
|
443
|
+
from mypy_boto3_dynamodb.type_defs import ArchivalSummaryTypeDef
|
|
444
444
|
|
|
445
445
|
|
|
446
|
-
def get_value() ->
|
|
446
|
+
def get_value() -> ArchivalSummaryTypeDef:
|
|
447
447
|
return {...}
|
|
448
448
|
```
|
|
449
449
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
mypy_boto3_dynamodb/__init__.py,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
|
|
2
|
+
mypy_boto3_dynamodb/__init__.pyi,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
|
|
3
|
+
mypy_boto3_dynamodb/__main__.py,sha256=Cxf2Jw9mesg7FaMbo2UwG4xg8pABI-UYAZGcoq2YboM,926
|
|
4
|
+
mypy_boto3_dynamodb/client.py,sha256=Nx_pVb5Bz1o9sqq6fpGQd6QbdXt_dh1oeQhMzDWtBYA,51861
|
|
5
|
+
mypy_boto3_dynamodb/client.pyi,sha256=M5tky67WNOIgytofCgna2llOYb6uxhbvSjasYxJ7qKE,51858
|
|
6
|
+
mypy_boto3_dynamodb/literals.py,sha256=2nfLm8_RpIfOgmis3kRMV-c85MpgocdQSV57ojBWh44,14045
|
|
7
|
+
mypy_boto3_dynamodb/literals.pyi,sha256=2nfLm8_RpIfOgmis3kRMV-c85MpgocdQSV57ojBWh44,14045
|
|
8
|
+
mypy_boto3_dynamodb/paginator.py,sha256=f03nXXsUgkQ2oMZ5VeDdUWhmHarJjo4UY4NWGdIBRwI,7480
|
|
9
|
+
mypy_boto3_dynamodb/paginator.pyi,sha256=CDR12_4ExFt03vv_k9BAT9k0aURoYX47BxplhcTfyWk,7474
|
|
10
|
+
mypy_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_dynamodb/service_resource.py,sha256=P3UpRmlqejz3yQGlwH3CvjBo9U5tyn75ND7snAP5BhU,22664
|
|
12
|
+
mypy_boto3_dynamodb/service_resource.pyi,sha256=p6y-vFK_qHuYZ4VMozo918GaLvVYQ70UuHCFtbMCuXY,22659
|
|
13
|
+
mypy_boto3_dynamodb/type_defs.py,sha256=WOQB4EpaZpR3XqdWVXm0Dhwnm0tak2zf2V3JMpP7QYI,102827
|
|
14
|
+
mypy_boto3_dynamodb/type_defs.pyi,sha256=WOQB4EpaZpR3XqdWVXm0Dhwnm0tak2zf2V3JMpP7QYI,102827
|
|
15
|
+
mypy_boto3_dynamodb/version.py,sha256=c-mNQgyfer4JcDpXk-y4yVl3c5lq4it9r8HWGrO5VaY,63
|
|
16
|
+
mypy_boto3_dynamodb/waiter.py,sha256=7xcR5DzbFgG6mwzPduSlv_EelwquNvRJRo7L8ye-ig4,2259
|
|
17
|
+
mypy_boto3_dynamodb/waiter.pyi,sha256=oRlb0atdfvM7XJBKZuoBxq-5JiGytB6bfjUzQcL5kY8,2257
|
|
18
|
+
mypy_boto3_dynamodb-1.34.148.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
19
|
+
mypy_boto3_dynamodb-1.34.148.dist-info/METADATA,sha256=O_Pip7wTGW-a8fIV_v8Yu8ZYsODiNYG1P2hfcTAXxBQ,16273
|
|
20
|
+
mypy_boto3_dynamodb-1.34.148.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
|
21
|
+
mypy_boto3_dynamodb-1.34.148.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
|
|
22
|
+
mypy_boto3_dynamodb-1.34.148.dist-info/RECORD,,
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
mypy_boto3_dynamodb/__init__.py,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
|
|
2
|
-
mypy_boto3_dynamodb/__init__.pyi,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
|
|
3
|
-
mypy_boto3_dynamodb/__main__.py,sha256=osVY_gbttagtXRTmIKGB9ABeuLFjeEk1rqugRMit5qI,926
|
|
4
|
-
mypy_boto3_dynamodb/client.py,sha256=Nx_pVb5Bz1o9sqq6fpGQd6QbdXt_dh1oeQhMzDWtBYA,51861
|
|
5
|
-
mypy_boto3_dynamodb/client.pyi,sha256=M5tky67WNOIgytofCgna2llOYb6uxhbvSjasYxJ7qKE,51858
|
|
6
|
-
mypy_boto3_dynamodb/literals.py,sha256=XLpx9jcLg-8h0N6-R1vqHGyoYEVeT0HzNo1MTi2zbDo,14021
|
|
7
|
-
mypy_boto3_dynamodb/literals.pyi,sha256=XLpx9jcLg-8h0N6-R1vqHGyoYEVeT0HzNo1MTi2zbDo,14021
|
|
8
|
-
mypy_boto3_dynamodb/paginator.py,sha256=f03nXXsUgkQ2oMZ5VeDdUWhmHarJjo4UY4NWGdIBRwI,7480
|
|
9
|
-
mypy_boto3_dynamodb/paginator.pyi,sha256=CDR12_4ExFt03vv_k9BAT9k0aURoYX47BxplhcTfyWk,7474
|
|
10
|
-
mypy_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_dynamodb/service_resource.py,sha256=2FBGCXWs41nRogdI5g_fWVWD0whZepflx7Qlc-1mcW0,22855
|
|
12
|
-
mypy_boto3_dynamodb/service_resource.pyi,sha256=xJqk7N22et0OXawwXPPZ76jXAV8_FsDXH-6K05S5TLo,22850
|
|
13
|
-
mypy_boto3_dynamodb/type_defs.py,sha256=PYLfv2uD0H1ed_nGTBg7VkQh9hqe27GwNguXsdb_6Ys,105316
|
|
14
|
-
mypy_boto3_dynamodb/type_defs.pyi,sha256=PYLfv2uD0H1ed_nGTBg7VkQh9hqe27GwNguXsdb_6Ys,105316
|
|
15
|
-
mypy_boto3_dynamodb/version.py,sha256=bACrXphLp64B93q_nUvVyPIZMrgivhezcqHRyjvAXx8,63
|
|
16
|
-
mypy_boto3_dynamodb/waiter.py,sha256=7xcR5DzbFgG6mwzPduSlv_EelwquNvRJRo7L8ye-ig4,2259
|
|
17
|
-
mypy_boto3_dynamodb/waiter.pyi,sha256=oRlb0atdfvM7XJBKZuoBxq-5JiGytB6bfjUzQcL5kY8,2257
|
|
18
|
-
mypy_boto3_dynamodb-1.34.114.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
19
|
-
mypy_boto3_dynamodb-1.34.114.dist-info/METADATA,sha256=RaiM66MWrwVcY2p-Jh9hgzf-9VoFrYwH6fxDzTfrZms,16275
|
|
20
|
-
mypy_boto3_dynamodb-1.34.114.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
21
|
-
mypy_boto3_dynamodb-1.34.114.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
|
|
22
|
-
mypy_boto3_dynamodb-1.34.114.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_dynamodb-1.34.114.dist-info → mypy_boto3_dynamodb-1.34.148.dist-info}/top_level.txt
RENAMED
|
File without changes
|