mypy-boto3-dynamodb 1.26.152__py3-none-any.whl → 1.26.158__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 +2 -2
- mypy_boto3_dynamodb/literals.py +2 -0
- mypy_boto3_dynamodb/literals.pyi +2 -0
- mypy_boto3_dynamodb/paginator.py +5 -5
- mypy_boto3_dynamodb/paginator.pyi +5 -5
- mypy_boto3_dynamodb/type_defs.py +364 -364
- mypy_boto3_dynamodb/type_defs.pyi +358 -358
- mypy_boto3_dynamodb/version.py +1 -1
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.158.dist-info}/METADATA +23 -23
- mypy_boto3_dynamodb-1.26.158.dist-info/RECORD +22 -0
- mypy_boto3_dynamodb-1.26.152.dist-info/RECORD +0 -22
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.158.dist-info}/LICENSE +0 -0
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.158.dist-info}/WHEEL +0 -0
- {mypy_boto3_dynamodb-1.26.152.dist-info → mypy_boto3_dynamodb-1.26.158.dist-info}/top_level.txt +0 -0
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 ResponseMetadataTypeDef
|
|
10
10
|
|
|
11
|
-
data:
|
|
11
|
+
data: ResponseMetadataTypeDef = {...}
|
|
12
12
|
```
|
|
13
13
|
"""
|
|
14
14
|
import sys
|
|
@@ -64,7 +64,7 @@ else:
|
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
__all__ = (
|
|
67
|
-
"
|
|
67
|
+
"ResponseMetadataTypeDef",
|
|
68
68
|
"ArchivalSummaryTableTypeDef",
|
|
69
69
|
"ArchivalSummaryTypeDef",
|
|
70
70
|
"AttributeDefinitionServiceResourceTypeDef",
|
|
@@ -80,7 +80,6 @@ __all__ = (
|
|
|
80
80
|
"KeysAndAttributesServiceResourceTypeDef",
|
|
81
81
|
"BatchStatementErrorTypeDef",
|
|
82
82
|
"ItemCollectionMetricsServiceResourceTypeDef",
|
|
83
|
-
"BillingModeSummaryResponseMetadataTypeDef",
|
|
84
83
|
"BillingModeSummaryTableTypeDef",
|
|
85
84
|
"BillingModeSummaryTypeDef",
|
|
86
85
|
"CapacityServiceResourceTypeDef",
|
|
@@ -131,13 +130,11 @@ __all__ = (
|
|
|
131
130
|
"DescribeImportInputRequestTypeDef",
|
|
132
131
|
"DescribeKinesisStreamingDestinationInputRequestTypeDef",
|
|
133
132
|
"KinesisDataStreamDestinationTypeDef",
|
|
134
|
-
"DescribeLimitsOutputTypeDef",
|
|
135
133
|
"DescribeTableInputRequestTypeDef",
|
|
136
134
|
"WaiterConfigTypeDef",
|
|
137
135
|
"DescribeTableReplicaAutoScalingInputRequestTypeDef",
|
|
138
136
|
"DescribeTimeToLiveInputRequestTypeDef",
|
|
139
137
|
"TimeToLiveDescriptionTypeDef",
|
|
140
|
-
"EmptyResponseMetadataTypeDef",
|
|
141
138
|
"ExportSummaryTypeDef",
|
|
142
139
|
"ExportTableToPointInTimeInputRequestTypeDef",
|
|
143
140
|
"GetItemInputTableGetItemTypeDef",
|
|
@@ -146,41 +143,41 @@ __all__ = (
|
|
|
146
143
|
"ProjectionServiceResourceTypeDef",
|
|
147
144
|
"S3BucketSourceTypeDef",
|
|
148
145
|
"KinesisStreamingDestinationInputRequestTypeDef",
|
|
149
|
-
"
|
|
150
|
-
"ListBackupsInputListBackupsPaginateTypeDef",
|
|
146
|
+
"PaginatorConfigTypeDef",
|
|
151
147
|
"ListBackupsInputRequestTypeDef",
|
|
152
148
|
"ListContributorInsightsInputRequestTypeDef",
|
|
153
149
|
"ListExportsInputRequestTypeDef",
|
|
154
150
|
"ListGlobalTablesInputRequestTypeDef",
|
|
155
151
|
"ListImportsInputRequestTypeDef",
|
|
156
|
-
"ListTablesInputListTablesPaginateTypeDef",
|
|
157
152
|
"ListTablesInputRequestTypeDef",
|
|
158
|
-
"ListTablesOutputTableTypeDef",
|
|
159
|
-
"ListTablesOutputTypeDef",
|
|
160
|
-
"ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
|
|
161
153
|
"ListTagsOfResourceInputRequestTypeDef",
|
|
162
154
|
"TagTableTypeDef",
|
|
163
|
-
"PaginatorConfigTypeDef",
|
|
164
155
|
"PointInTimeRecoverySpecificationTypeDef",
|
|
165
|
-
"ProvisionedThroughputDescriptionResponseMetadataTypeDef",
|
|
166
156
|
"PutRequestServiceResourceTypeDef",
|
|
167
157
|
"TableClassSummaryTableTypeDef",
|
|
168
158
|
"TableClassSummaryTypeDef",
|
|
169
|
-
"ResponseMetadataTypeDef",
|
|
170
|
-
"RestoreSummaryResponseMetadataTypeDef",
|
|
171
159
|
"RestoreSummaryTableTypeDef",
|
|
172
160
|
"RestoreSummaryTypeDef",
|
|
173
|
-
"SSEDescriptionResponseMetadataTypeDef",
|
|
174
161
|
"SSEDescriptionTableTypeDef",
|
|
175
162
|
"SSEDescriptionTypeDef",
|
|
176
163
|
"SSESpecificationTableTypeDef",
|
|
177
|
-
"StreamSpecificationResponseMetadataTypeDef",
|
|
178
164
|
"StreamSpecificationTableTypeDef",
|
|
179
165
|
"TableBatchWriterRequestTypeDef",
|
|
180
|
-
"TableClassSummaryResponseMetadataTypeDef",
|
|
181
166
|
"TimeToLiveSpecificationTypeDef",
|
|
182
167
|
"UntagResourceInputRequestTypeDef",
|
|
183
168
|
"UpdateContributorInsightsInputRequestTypeDef",
|
|
169
|
+
"ArchivalSummaryResponseMetadataTypeDef",
|
|
170
|
+
"BillingModeSummaryResponseMetadataTypeDef",
|
|
171
|
+
"DescribeLimitsOutputTypeDef",
|
|
172
|
+
"EmptyResponseMetadataTypeDef",
|
|
173
|
+
"KinesisStreamingDestinationOutputTypeDef",
|
|
174
|
+
"ListTablesOutputTableTypeDef",
|
|
175
|
+
"ListTablesOutputTypeDef",
|
|
176
|
+
"ProvisionedThroughputDescriptionResponseMetadataTypeDef",
|
|
177
|
+
"RestoreSummaryResponseMetadataTypeDef",
|
|
178
|
+
"SSEDescriptionResponseMetadataTypeDef",
|
|
179
|
+
"StreamSpecificationResponseMetadataTypeDef",
|
|
180
|
+
"TableClassSummaryResponseMetadataTypeDef",
|
|
184
181
|
"UpdateContributorInsightsOutputTypeDef",
|
|
185
182
|
"AttributeValueUpdateTypeDef",
|
|
186
183
|
"BatchStatementRequestTypeDef",
|
|
@@ -209,9 +206,7 @@ __all__ = (
|
|
|
209
206
|
"ConsumedCapacityServiceResourceTypeDef",
|
|
210
207
|
"ConsumedCapacityTableTypeDef",
|
|
211
208
|
"ConsumedCapacityTypeDef",
|
|
212
|
-
"QueryInputQueryPaginateTypeDef",
|
|
213
209
|
"QueryInputTableQueryTypeDef",
|
|
214
|
-
"ScanInputScanPaginateTypeDef",
|
|
215
210
|
"ScanInputTableScanTypeDef",
|
|
216
211
|
"ContinuousBackupsDescriptionTypeDef",
|
|
217
212
|
"ListContributorInsightsOutputTypeDef",
|
|
@@ -253,6 +248,11 @@ __all__ = (
|
|
|
253
248
|
"GlobalSecondaryIndexServiceResourceTypeDef",
|
|
254
249
|
"LocalSecondaryIndexServiceResourceTypeDef",
|
|
255
250
|
"ImportSummaryTypeDef",
|
|
251
|
+
"ListBackupsInputListBackupsPaginateTypeDef",
|
|
252
|
+
"ListTablesInputListTablesPaginateTypeDef",
|
|
253
|
+
"ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
|
|
254
|
+
"QueryInputQueryPaginateTypeDef",
|
|
255
|
+
"ScanInputScanPaginateTypeDef",
|
|
256
256
|
"ListTagsOfResourceOutputTableTypeDef",
|
|
257
257
|
"UpdateContinuousBackupsInputRequestTypeDef",
|
|
258
258
|
"WriteRequestServiceResourceTypeDef",
|
|
@@ -358,13 +358,14 @@ __all__ = (
|
|
|
358
358
|
"UpdateTableReplicaAutoScalingOutputTypeDef",
|
|
359
359
|
)
|
|
360
360
|
|
|
361
|
-
|
|
362
|
-
"
|
|
361
|
+
ResponseMetadataTypeDef = TypedDict(
|
|
362
|
+
"ResponseMetadataTypeDef",
|
|
363
363
|
{
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
364
|
+
"RequestId": str,
|
|
365
|
+
"HostId": str,
|
|
366
|
+
"HTTPStatusCode": int,
|
|
367
|
+
"HTTPHeaders": Dict[str, str],
|
|
368
|
+
"RetryAttempts": int,
|
|
368
369
|
},
|
|
369
370
|
)
|
|
370
371
|
|
|
@@ -640,15 +641,6 @@ ItemCollectionMetricsServiceResourceTypeDef = TypedDict(
|
|
|
640
641
|
total=False,
|
|
641
642
|
)
|
|
642
643
|
|
|
643
|
-
BillingModeSummaryResponseMetadataTypeDef = TypedDict(
|
|
644
|
-
"BillingModeSummaryResponseMetadataTypeDef",
|
|
645
|
-
{
|
|
646
|
-
"BillingMode": BillingModeType,
|
|
647
|
-
"LastUpdateToPayPerRequestDateTime": datetime,
|
|
648
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
649
|
-
},
|
|
650
|
-
)
|
|
651
|
-
|
|
652
644
|
BillingModeSummaryTableTypeDef = TypedDict(
|
|
653
645
|
"BillingModeSummaryTableTypeDef",
|
|
654
646
|
{
|
|
@@ -1214,17 +1206,6 @@ KinesisDataStreamDestinationTypeDef = TypedDict(
|
|
|
1214
1206
|
total=False,
|
|
1215
1207
|
)
|
|
1216
1208
|
|
|
1217
|
-
DescribeLimitsOutputTypeDef = TypedDict(
|
|
1218
|
-
"DescribeLimitsOutputTypeDef",
|
|
1219
|
-
{
|
|
1220
|
-
"AccountMaxReadCapacityUnits": int,
|
|
1221
|
-
"AccountMaxWriteCapacityUnits": int,
|
|
1222
|
-
"TableMaxReadCapacityUnits": int,
|
|
1223
|
-
"TableMaxWriteCapacityUnits": int,
|
|
1224
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1225
|
-
},
|
|
1226
|
-
)
|
|
1227
|
-
|
|
1228
1209
|
DescribeTableInputRequestTypeDef = TypedDict(
|
|
1229
1210
|
"DescribeTableInputRequestTypeDef",
|
|
1230
1211
|
{
|
|
@@ -1264,13 +1245,6 @@ TimeToLiveDescriptionTypeDef = TypedDict(
|
|
|
1264
1245
|
total=False,
|
|
1265
1246
|
)
|
|
1266
1247
|
|
|
1267
|
-
EmptyResponseMetadataTypeDef = TypedDict(
|
|
1268
|
-
"EmptyResponseMetadataTypeDef",
|
|
1269
|
-
{
|
|
1270
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1271
|
-
},
|
|
1272
|
-
)
|
|
1273
|
-
|
|
1274
1248
|
ExportSummaryTypeDef = TypedDict(
|
|
1275
1249
|
"ExportSummaryTypeDef",
|
|
1276
1250
|
{
|
|
@@ -1413,24 +1387,12 @@ KinesisStreamingDestinationInputRequestTypeDef = TypedDict(
|
|
|
1413
1387
|
},
|
|
1414
1388
|
)
|
|
1415
1389
|
|
|
1416
|
-
|
|
1417
|
-
"
|
|
1418
|
-
{
|
|
1419
|
-
"TableName": str,
|
|
1420
|
-
"StreamArn": str,
|
|
1421
|
-
"DestinationStatus": DestinationStatusType,
|
|
1422
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1423
|
-
},
|
|
1424
|
-
)
|
|
1425
|
-
|
|
1426
|
-
ListBackupsInputListBackupsPaginateTypeDef = TypedDict(
|
|
1427
|
-
"ListBackupsInputListBackupsPaginateTypeDef",
|
|
1390
|
+
PaginatorConfigTypeDef = TypedDict(
|
|
1391
|
+
"PaginatorConfigTypeDef",
|
|
1428
1392
|
{
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1432
|
-
"BackupType": BackupTypeFilterType,
|
|
1433
|
-
"PaginationConfig": "PaginatorConfigTypeDef",
|
|
1393
|
+
"MaxItems": int,
|
|
1394
|
+
"PageSize": int,
|
|
1395
|
+
"StartingToken": str,
|
|
1434
1396
|
},
|
|
1435
1397
|
total=False,
|
|
1436
1398
|
)
|
|
@@ -1488,14 +1450,6 @@ ListImportsInputRequestTypeDef = TypedDict(
|
|
|
1488
1450
|
total=False,
|
|
1489
1451
|
)
|
|
1490
1452
|
|
|
1491
|
-
ListTablesInputListTablesPaginateTypeDef = TypedDict(
|
|
1492
|
-
"ListTablesInputListTablesPaginateTypeDef",
|
|
1493
|
-
{
|
|
1494
|
-
"PaginationConfig": "PaginatorConfigTypeDef",
|
|
1495
|
-
},
|
|
1496
|
-
total=False,
|
|
1497
|
-
)
|
|
1498
|
-
|
|
1499
1453
|
ListTablesInputRequestTypeDef = TypedDict(
|
|
1500
1454
|
"ListTablesInputRequestTypeDef",
|
|
1501
1455
|
{
|
|
@@ -1505,46 +1459,6 @@ ListTablesInputRequestTypeDef = TypedDict(
|
|
|
1505
1459
|
total=False,
|
|
1506
1460
|
)
|
|
1507
1461
|
|
|
1508
|
-
ListTablesOutputTableTypeDef = TypedDict(
|
|
1509
|
-
"ListTablesOutputTableTypeDef",
|
|
1510
|
-
{
|
|
1511
|
-
"TableNames": List[str],
|
|
1512
|
-
"LastEvaluatedTableName": str,
|
|
1513
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1514
|
-
},
|
|
1515
|
-
)
|
|
1516
|
-
|
|
1517
|
-
ListTablesOutputTypeDef = TypedDict(
|
|
1518
|
-
"ListTablesOutputTypeDef",
|
|
1519
|
-
{
|
|
1520
|
-
"TableNames": List[str],
|
|
1521
|
-
"LastEvaluatedTableName": str,
|
|
1522
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1523
|
-
},
|
|
1524
|
-
)
|
|
1525
|
-
|
|
1526
|
-
_RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef = TypedDict(
|
|
1527
|
-
"_RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
|
|
1528
|
-
{
|
|
1529
|
-
"ResourceArn": str,
|
|
1530
|
-
},
|
|
1531
|
-
)
|
|
1532
|
-
_OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef = TypedDict(
|
|
1533
|
-
"_OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
|
|
1534
|
-
{
|
|
1535
|
-
"PaginationConfig": "PaginatorConfigTypeDef",
|
|
1536
|
-
},
|
|
1537
|
-
total=False,
|
|
1538
|
-
)
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
class ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef(
|
|
1542
|
-
_RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
1543
|
-
_OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
1544
|
-
):
|
|
1545
|
-
pass
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
1462
|
_RequiredListTagsOfResourceInputRequestTypeDef = TypedDict(
|
|
1549
1463
|
"_RequiredListTagsOfResourceInputRequestTypeDef",
|
|
1550
1464
|
{
|
|
@@ -1574,16 +1488,6 @@ TagTableTypeDef = TypedDict(
|
|
|
1574
1488
|
},
|
|
1575
1489
|
)
|
|
1576
1490
|
|
|
1577
|
-
PaginatorConfigTypeDef = TypedDict(
|
|
1578
|
-
"PaginatorConfigTypeDef",
|
|
1579
|
-
{
|
|
1580
|
-
"MaxItems": int,
|
|
1581
|
-
"PageSize": int,
|
|
1582
|
-
"StartingToken": str,
|
|
1583
|
-
},
|
|
1584
|
-
total=False,
|
|
1585
|
-
)
|
|
1586
|
-
|
|
1587
1491
|
PointInTimeRecoverySpecificationTypeDef = TypedDict(
|
|
1588
1492
|
"PointInTimeRecoverySpecificationTypeDef",
|
|
1589
1493
|
{
|
|
@@ -1591,18 +1495,6 @@ PointInTimeRecoverySpecificationTypeDef = TypedDict(
|
|
|
1591
1495
|
},
|
|
1592
1496
|
)
|
|
1593
1497
|
|
|
1594
|
-
ProvisionedThroughputDescriptionResponseMetadataTypeDef = TypedDict(
|
|
1595
|
-
"ProvisionedThroughputDescriptionResponseMetadataTypeDef",
|
|
1596
|
-
{
|
|
1597
|
-
"LastIncreaseDateTime": datetime,
|
|
1598
|
-
"LastDecreaseDateTime": datetime,
|
|
1599
|
-
"NumberOfDecreasesToday": int,
|
|
1600
|
-
"ReadCapacityUnits": int,
|
|
1601
|
-
"WriteCapacityUnits": int,
|
|
1602
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1603
|
-
},
|
|
1604
|
-
)
|
|
1605
|
-
|
|
1606
1498
|
PutRequestServiceResourceTypeDef = TypedDict(
|
|
1607
1499
|
"PutRequestServiceResourceTypeDef",
|
|
1608
1500
|
{
|
|
@@ -1646,28 +1538,6 @@ TableClassSummaryTypeDef = TypedDict(
|
|
|
1646
1538
|
total=False,
|
|
1647
1539
|
)
|
|
1648
1540
|
|
|
1649
|
-
ResponseMetadataTypeDef = TypedDict(
|
|
1650
|
-
"ResponseMetadataTypeDef",
|
|
1651
|
-
{
|
|
1652
|
-
"RequestId": str,
|
|
1653
|
-
"HostId": str,
|
|
1654
|
-
"HTTPStatusCode": int,
|
|
1655
|
-
"HTTPHeaders": Dict[str, str],
|
|
1656
|
-
"RetryAttempts": int,
|
|
1657
|
-
},
|
|
1658
|
-
)
|
|
1659
|
-
|
|
1660
|
-
RestoreSummaryResponseMetadataTypeDef = TypedDict(
|
|
1661
|
-
"RestoreSummaryResponseMetadataTypeDef",
|
|
1662
|
-
{
|
|
1663
|
-
"SourceBackupArn": str,
|
|
1664
|
-
"SourceTableArn": str,
|
|
1665
|
-
"RestoreDateTime": datetime,
|
|
1666
|
-
"RestoreInProgress": bool,
|
|
1667
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1668
|
-
},
|
|
1669
|
-
)
|
|
1670
|
-
|
|
1671
1541
|
_RequiredRestoreSummaryTableTypeDef = TypedDict(
|
|
1672
1542
|
"_RequiredRestoreSummaryTableTypeDef",
|
|
1673
1543
|
{
|
|
@@ -1712,17 +1582,6 @@ class RestoreSummaryTypeDef(_RequiredRestoreSummaryTypeDef, _OptionalRestoreSumm
|
|
|
1712
1582
|
pass
|
|
1713
1583
|
|
|
1714
1584
|
|
|
1715
|
-
SSEDescriptionResponseMetadataTypeDef = TypedDict(
|
|
1716
|
-
"SSEDescriptionResponseMetadataTypeDef",
|
|
1717
|
-
{
|
|
1718
|
-
"Status": SSEStatusType,
|
|
1719
|
-
"SSEType": SSETypeType,
|
|
1720
|
-
"KMSMasterKeyArn": str,
|
|
1721
|
-
"InaccessibleEncryptionDateTime": datetime,
|
|
1722
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1723
|
-
},
|
|
1724
|
-
)
|
|
1725
|
-
|
|
1726
1585
|
SSEDescriptionTableTypeDef = TypedDict(
|
|
1727
1586
|
"SSEDescriptionTableTypeDef",
|
|
1728
1587
|
{
|
|
@@ -1755,15 +1614,6 @@ SSESpecificationTableTypeDef = TypedDict(
|
|
|
1755
1614
|
total=False,
|
|
1756
1615
|
)
|
|
1757
1616
|
|
|
1758
|
-
StreamSpecificationResponseMetadataTypeDef = TypedDict(
|
|
1759
|
-
"StreamSpecificationResponseMetadataTypeDef",
|
|
1760
|
-
{
|
|
1761
|
-
"StreamEnabled": bool,
|
|
1762
|
-
"StreamViewType": StreamViewTypeType,
|
|
1763
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1764
|
-
},
|
|
1765
|
-
)
|
|
1766
|
-
|
|
1767
1617
|
_RequiredStreamSpecificationTableTypeDef = TypedDict(
|
|
1768
1618
|
"_RequiredStreamSpecificationTableTypeDef",
|
|
1769
1619
|
{
|
|
@@ -1793,15 +1643,6 @@ TableBatchWriterRequestTypeDef = TypedDict(
|
|
|
1793
1643
|
total=False,
|
|
1794
1644
|
)
|
|
1795
1645
|
|
|
1796
|
-
TableClassSummaryResponseMetadataTypeDef = TypedDict(
|
|
1797
|
-
"TableClassSummaryResponseMetadataTypeDef",
|
|
1798
|
-
{
|
|
1799
|
-
"TableClass": TableClassType,
|
|
1800
|
-
"LastUpdateDateTime": datetime,
|
|
1801
|
-
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
1802
|
-
},
|
|
1803
|
-
)
|
|
1804
|
-
|
|
1805
1646
|
TimeToLiveSpecificationTypeDef = TypedDict(
|
|
1806
1647
|
"TimeToLiveSpecificationTypeDef",
|
|
1807
1648
|
{
|
|
@@ -1830,24 +1671,141 @@ _OptionalUpdateContributorInsightsInputRequestTypeDef = TypedDict(
|
|
|
1830
1671
|
{
|
|
1831
1672
|
"IndexName": str,
|
|
1832
1673
|
},
|
|
1833
|
-
total=False,
|
|
1674
|
+
total=False,
|
|
1675
|
+
)
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
class UpdateContributorInsightsInputRequestTypeDef(
|
|
1679
|
+
_RequiredUpdateContributorInsightsInputRequestTypeDef,
|
|
1680
|
+
_OptionalUpdateContributorInsightsInputRequestTypeDef,
|
|
1681
|
+
):
|
|
1682
|
+
pass
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
ArchivalSummaryResponseMetadataTypeDef = TypedDict(
|
|
1686
|
+
"ArchivalSummaryResponseMetadataTypeDef",
|
|
1687
|
+
{
|
|
1688
|
+
"ArchivalDateTime": datetime,
|
|
1689
|
+
"ArchivalReason": str,
|
|
1690
|
+
"ArchivalBackupArn": str,
|
|
1691
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1692
|
+
},
|
|
1693
|
+
)
|
|
1694
|
+
|
|
1695
|
+
BillingModeSummaryResponseMetadataTypeDef = TypedDict(
|
|
1696
|
+
"BillingModeSummaryResponseMetadataTypeDef",
|
|
1697
|
+
{
|
|
1698
|
+
"BillingMode": BillingModeType,
|
|
1699
|
+
"LastUpdateToPayPerRequestDateTime": datetime,
|
|
1700
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1701
|
+
},
|
|
1702
|
+
)
|
|
1703
|
+
|
|
1704
|
+
DescribeLimitsOutputTypeDef = TypedDict(
|
|
1705
|
+
"DescribeLimitsOutputTypeDef",
|
|
1706
|
+
{
|
|
1707
|
+
"AccountMaxReadCapacityUnits": int,
|
|
1708
|
+
"AccountMaxWriteCapacityUnits": int,
|
|
1709
|
+
"TableMaxReadCapacityUnits": int,
|
|
1710
|
+
"TableMaxWriteCapacityUnits": int,
|
|
1711
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1712
|
+
},
|
|
1713
|
+
)
|
|
1714
|
+
|
|
1715
|
+
EmptyResponseMetadataTypeDef = TypedDict(
|
|
1716
|
+
"EmptyResponseMetadataTypeDef",
|
|
1717
|
+
{
|
|
1718
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1719
|
+
},
|
|
1720
|
+
)
|
|
1721
|
+
|
|
1722
|
+
KinesisStreamingDestinationOutputTypeDef = TypedDict(
|
|
1723
|
+
"KinesisStreamingDestinationOutputTypeDef",
|
|
1724
|
+
{
|
|
1725
|
+
"TableName": str,
|
|
1726
|
+
"StreamArn": str,
|
|
1727
|
+
"DestinationStatus": DestinationStatusType,
|
|
1728
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1729
|
+
},
|
|
1730
|
+
)
|
|
1731
|
+
|
|
1732
|
+
ListTablesOutputTableTypeDef = TypedDict(
|
|
1733
|
+
"ListTablesOutputTableTypeDef",
|
|
1734
|
+
{
|
|
1735
|
+
"TableNames": List[str],
|
|
1736
|
+
"LastEvaluatedTableName": str,
|
|
1737
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1738
|
+
},
|
|
1739
|
+
)
|
|
1740
|
+
|
|
1741
|
+
ListTablesOutputTypeDef = TypedDict(
|
|
1742
|
+
"ListTablesOutputTypeDef",
|
|
1743
|
+
{
|
|
1744
|
+
"TableNames": List[str],
|
|
1745
|
+
"LastEvaluatedTableName": str,
|
|
1746
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1747
|
+
},
|
|
1748
|
+
)
|
|
1749
|
+
|
|
1750
|
+
ProvisionedThroughputDescriptionResponseMetadataTypeDef = TypedDict(
|
|
1751
|
+
"ProvisionedThroughputDescriptionResponseMetadataTypeDef",
|
|
1752
|
+
{
|
|
1753
|
+
"LastIncreaseDateTime": datetime,
|
|
1754
|
+
"LastDecreaseDateTime": datetime,
|
|
1755
|
+
"NumberOfDecreasesToday": int,
|
|
1756
|
+
"ReadCapacityUnits": int,
|
|
1757
|
+
"WriteCapacityUnits": int,
|
|
1758
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1759
|
+
},
|
|
1760
|
+
)
|
|
1761
|
+
|
|
1762
|
+
RestoreSummaryResponseMetadataTypeDef = TypedDict(
|
|
1763
|
+
"RestoreSummaryResponseMetadataTypeDef",
|
|
1764
|
+
{
|
|
1765
|
+
"SourceBackupArn": str,
|
|
1766
|
+
"SourceTableArn": str,
|
|
1767
|
+
"RestoreDateTime": datetime,
|
|
1768
|
+
"RestoreInProgress": bool,
|
|
1769
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1770
|
+
},
|
|
1771
|
+
)
|
|
1772
|
+
|
|
1773
|
+
SSEDescriptionResponseMetadataTypeDef = TypedDict(
|
|
1774
|
+
"SSEDescriptionResponseMetadataTypeDef",
|
|
1775
|
+
{
|
|
1776
|
+
"Status": SSEStatusType,
|
|
1777
|
+
"SSEType": SSETypeType,
|
|
1778
|
+
"KMSMasterKeyArn": str,
|
|
1779
|
+
"InaccessibleEncryptionDateTime": datetime,
|
|
1780
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1781
|
+
},
|
|
1782
|
+
)
|
|
1783
|
+
|
|
1784
|
+
StreamSpecificationResponseMetadataTypeDef = TypedDict(
|
|
1785
|
+
"StreamSpecificationResponseMetadataTypeDef",
|
|
1786
|
+
{
|
|
1787
|
+
"StreamEnabled": bool,
|
|
1788
|
+
"StreamViewType": StreamViewTypeType,
|
|
1789
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1790
|
+
},
|
|
1791
|
+
)
|
|
1792
|
+
|
|
1793
|
+
TableClassSummaryResponseMetadataTypeDef = TypedDict(
|
|
1794
|
+
"TableClassSummaryResponseMetadataTypeDef",
|
|
1795
|
+
{
|
|
1796
|
+
"TableClass": TableClassType,
|
|
1797
|
+
"LastUpdateDateTime": datetime,
|
|
1798
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1799
|
+
},
|
|
1834
1800
|
)
|
|
1835
1801
|
|
|
1836
|
-
|
|
1837
|
-
class UpdateContributorInsightsInputRequestTypeDef(
|
|
1838
|
-
_RequiredUpdateContributorInsightsInputRequestTypeDef,
|
|
1839
|
-
_OptionalUpdateContributorInsightsInputRequestTypeDef,
|
|
1840
|
-
):
|
|
1841
|
-
pass
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
1802
|
UpdateContributorInsightsOutputTypeDef = TypedDict(
|
|
1845
1803
|
"UpdateContributorInsightsOutputTypeDef",
|
|
1846
1804
|
{
|
|
1847
1805
|
"TableName": str,
|
|
1848
1806
|
"IndexName": str,
|
|
1849
1807
|
"ContributorInsightsStatus": ContributorInsightsStatusType,
|
|
1850
|
-
"ResponseMetadata":
|
|
1808
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1851
1809
|
},
|
|
1852
1810
|
)
|
|
1853
1811
|
|
|
@@ -2602,7 +2560,7 @@ CreateBackupOutputTypeDef = TypedDict(
|
|
|
2602
2560
|
"CreateBackupOutputTypeDef",
|
|
2603
2561
|
{
|
|
2604
2562
|
"BackupDetails": BackupDetailsTypeDef,
|
|
2605
|
-
"ResponseMetadata":
|
|
2563
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2606
2564
|
},
|
|
2607
2565
|
)
|
|
2608
2566
|
|
|
@@ -2611,7 +2569,7 @@ ListBackupsOutputTableTypeDef = TypedDict(
|
|
|
2611
2569
|
{
|
|
2612
2570
|
"BackupSummaries": List[BackupSummaryTableTypeDef],
|
|
2613
2571
|
"LastEvaluatedBackupArn": str,
|
|
2614
|
-
"ResponseMetadata":
|
|
2572
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2615
2573
|
},
|
|
2616
2574
|
)
|
|
2617
2575
|
|
|
@@ -2620,7 +2578,7 @@ ListBackupsOutputTypeDef = TypedDict(
|
|
|
2620
2578
|
{
|
|
2621
2579
|
"BackupSummaries": List[BackupSummaryTypeDef],
|
|
2622
2580
|
"LastEvaluatedBackupArn": str,
|
|
2623
|
-
"ResponseMetadata":
|
|
2581
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2624
2582
|
},
|
|
2625
2583
|
)
|
|
2626
2584
|
|
|
@@ -2698,59 +2656,6 @@ ConsumedCapacityTypeDef = TypedDict(
|
|
|
2698
2656
|
total=False,
|
|
2699
2657
|
)
|
|
2700
2658
|
|
|
2701
|
-
_RequiredQueryInputQueryPaginateTypeDef = TypedDict(
|
|
2702
|
-
"_RequiredQueryInputQueryPaginateTypeDef",
|
|
2703
|
-
{
|
|
2704
|
-
"TableName": str,
|
|
2705
|
-
},
|
|
2706
|
-
)
|
|
2707
|
-
_OptionalQueryInputQueryPaginateTypeDef = TypedDict(
|
|
2708
|
-
"_OptionalQueryInputQueryPaginateTypeDef",
|
|
2709
|
-
{
|
|
2710
|
-
"IndexName": str,
|
|
2711
|
-
"Select": SelectType,
|
|
2712
|
-
"AttributesToGet": Sequence[str],
|
|
2713
|
-
"ConsistentRead": bool,
|
|
2714
|
-
"KeyConditions": Mapping[str, ConditionTableTypeDef],
|
|
2715
|
-
"QueryFilter": Mapping[str, ConditionTableTypeDef],
|
|
2716
|
-
"ConditionalOperator": ConditionalOperatorType,
|
|
2717
|
-
"ScanIndexForward": bool,
|
|
2718
|
-
"ReturnConsumedCapacity": ReturnConsumedCapacityType,
|
|
2719
|
-
"ProjectionExpression": str,
|
|
2720
|
-
"FilterExpression": str,
|
|
2721
|
-
"KeyConditionExpression": str,
|
|
2722
|
-
"ExpressionAttributeNames": Mapping[str, str],
|
|
2723
|
-
"ExpressionAttributeValues": Mapping[
|
|
2724
|
-
str,
|
|
2725
|
-
Union[
|
|
2726
|
-
bytes,
|
|
2727
|
-
bytearray,
|
|
2728
|
-
str,
|
|
2729
|
-
int,
|
|
2730
|
-
Decimal,
|
|
2731
|
-
bool,
|
|
2732
|
-
Set[int],
|
|
2733
|
-
Set[Decimal],
|
|
2734
|
-
Set[str],
|
|
2735
|
-
Set[bytes],
|
|
2736
|
-
Set[bytearray],
|
|
2737
|
-
Sequence[Any],
|
|
2738
|
-
Mapping[str, Any],
|
|
2739
|
-
None,
|
|
2740
|
-
],
|
|
2741
|
-
],
|
|
2742
|
-
"PaginationConfig": "PaginatorConfigTypeDef",
|
|
2743
|
-
},
|
|
2744
|
-
total=False,
|
|
2745
|
-
)
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
class QueryInputQueryPaginateTypeDef(
|
|
2749
|
-
_RequiredQueryInputQueryPaginateTypeDef, _OptionalQueryInputQueryPaginateTypeDef
|
|
2750
|
-
):
|
|
2751
|
-
pass
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
2659
|
QueryInputTableQueryTypeDef = TypedDict(
|
|
2755
2660
|
"QueryInputTableQueryTypeDef",
|
|
2756
2661
|
{
|
|
@@ -2810,58 +2715,6 @@ QueryInputTableQueryTypeDef = TypedDict(
|
|
|
2810
2715
|
total=False,
|
|
2811
2716
|
)
|
|
2812
2717
|
|
|
2813
|
-
_RequiredScanInputScanPaginateTypeDef = TypedDict(
|
|
2814
|
-
"_RequiredScanInputScanPaginateTypeDef",
|
|
2815
|
-
{
|
|
2816
|
-
"TableName": str,
|
|
2817
|
-
},
|
|
2818
|
-
)
|
|
2819
|
-
_OptionalScanInputScanPaginateTypeDef = TypedDict(
|
|
2820
|
-
"_OptionalScanInputScanPaginateTypeDef",
|
|
2821
|
-
{
|
|
2822
|
-
"IndexName": str,
|
|
2823
|
-
"AttributesToGet": Sequence[str],
|
|
2824
|
-
"Select": SelectType,
|
|
2825
|
-
"ScanFilter": Mapping[str, ConditionTableTypeDef],
|
|
2826
|
-
"ConditionalOperator": ConditionalOperatorType,
|
|
2827
|
-
"ReturnConsumedCapacity": ReturnConsumedCapacityType,
|
|
2828
|
-
"TotalSegments": int,
|
|
2829
|
-
"Segment": int,
|
|
2830
|
-
"ProjectionExpression": str,
|
|
2831
|
-
"FilterExpression": str,
|
|
2832
|
-
"ExpressionAttributeNames": Mapping[str, str],
|
|
2833
|
-
"ExpressionAttributeValues": Mapping[
|
|
2834
|
-
str,
|
|
2835
|
-
Union[
|
|
2836
|
-
bytes,
|
|
2837
|
-
bytearray,
|
|
2838
|
-
str,
|
|
2839
|
-
int,
|
|
2840
|
-
Decimal,
|
|
2841
|
-
bool,
|
|
2842
|
-
Set[int],
|
|
2843
|
-
Set[Decimal],
|
|
2844
|
-
Set[str],
|
|
2845
|
-
Set[bytes],
|
|
2846
|
-
Set[bytearray],
|
|
2847
|
-
Sequence[Any],
|
|
2848
|
-
Mapping[str, Any],
|
|
2849
|
-
None,
|
|
2850
|
-
],
|
|
2851
|
-
],
|
|
2852
|
-
"ConsistentRead": bool,
|
|
2853
|
-
"PaginationConfig": "PaginatorConfigTypeDef",
|
|
2854
|
-
},
|
|
2855
|
-
total=False,
|
|
2856
|
-
)
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
class ScanInputScanPaginateTypeDef(
|
|
2860
|
-
_RequiredScanInputScanPaginateTypeDef, _OptionalScanInputScanPaginateTypeDef
|
|
2861
|
-
):
|
|
2862
|
-
pass
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
2718
|
ScanInputTableScanTypeDef = TypedDict(
|
|
2866
2719
|
"ScanInputTableScanTypeDef",
|
|
2867
2720
|
{
|
|
@@ -2946,7 +2799,7 @@ ListContributorInsightsOutputTypeDef = TypedDict(
|
|
|
2946
2799
|
{
|
|
2947
2800
|
"ContributorInsightsSummaries": List[ContributorInsightsSummaryTypeDef],
|
|
2948
2801
|
"NextToken": str,
|
|
2949
|
-
"ResponseMetadata":
|
|
2802
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2950
2803
|
},
|
|
2951
2804
|
)
|
|
2952
2805
|
|
|
@@ -3204,7 +3057,7 @@ ListTagsOfResourceOutputTypeDef = TypedDict(
|
|
|
3204
3057
|
{
|
|
3205
3058
|
"Tags": List[TagTypeDef],
|
|
3206
3059
|
"NextToken": str,
|
|
3207
|
-
"ResponseMetadata":
|
|
3060
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3208
3061
|
},
|
|
3209
3062
|
)
|
|
3210
3063
|
|
|
@@ -3436,7 +3289,7 @@ DescribeContributorInsightsOutputTypeDef = TypedDict(
|
|
|
3436
3289
|
"ContributorInsightsStatus": ContributorInsightsStatusType,
|
|
3437
3290
|
"LastUpdateDateTime": datetime,
|
|
3438
3291
|
"FailureException": FailureExceptionTypeDef,
|
|
3439
|
-
"ResponseMetadata":
|
|
3292
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3440
3293
|
},
|
|
3441
3294
|
)
|
|
3442
3295
|
|
|
@@ -3444,7 +3297,7 @@ DescribeEndpointsResponseTypeDef = TypedDict(
|
|
|
3444
3297
|
"DescribeEndpointsResponseTypeDef",
|
|
3445
3298
|
{
|
|
3446
3299
|
"Endpoints": List[EndpointTypeDef],
|
|
3447
|
-
"ResponseMetadata":
|
|
3300
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3448
3301
|
},
|
|
3449
3302
|
)
|
|
3450
3303
|
|
|
@@ -3452,7 +3305,7 @@ DescribeExportOutputTypeDef = TypedDict(
|
|
|
3452
3305
|
"DescribeExportOutputTypeDef",
|
|
3453
3306
|
{
|
|
3454
3307
|
"ExportDescription": ExportDescriptionTypeDef,
|
|
3455
|
-
"ResponseMetadata":
|
|
3308
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3456
3309
|
},
|
|
3457
3310
|
)
|
|
3458
3311
|
|
|
@@ -3460,7 +3313,7 @@ ExportTableToPointInTimeOutputTypeDef = TypedDict(
|
|
|
3460
3313
|
"ExportTableToPointInTimeOutputTypeDef",
|
|
3461
3314
|
{
|
|
3462
3315
|
"ExportDescription": ExportDescriptionTypeDef,
|
|
3463
|
-
"ResponseMetadata":
|
|
3316
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3464
3317
|
},
|
|
3465
3318
|
)
|
|
3466
3319
|
|
|
@@ -3469,7 +3322,7 @@ DescribeKinesisStreamingDestinationOutputTypeDef = TypedDict(
|
|
|
3469
3322
|
{
|
|
3470
3323
|
"TableName": str,
|
|
3471
3324
|
"KinesisDataStreamDestinations": List[KinesisDataStreamDestinationTypeDef],
|
|
3472
|
-
"ResponseMetadata":
|
|
3325
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3473
3326
|
},
|
|
3474
3327
|
)
|
|
3475
3328
|
|
|
@@ -3521,7 +3374,7 @@ DescribeTimeToLiveOutputTypeDef = TypedDict(
|
|
|
3521
3374
|
"DescribeTimeToLiveOutputTypeDef",
|
|
3522
3375
|
{
|
|
3523
3376
|
"TimeToLiveDescription": TimeToLiveDescriptionTypeDef,
|
|
3524
|
-
"ResponseMetadata":
|
|
3377
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3525
3378
|
},
|
|
3526
3379
|
)
|
|
3527
3380
|
|
|
@@ -3530,7 +3383,7 @@ ListExportsOutputTypeDef = TypedDict(
|
|
|
3530
3383
|
{
|
|
3531
3384
|
"ExportSummaries": List[ExportSummaryTypeDef],
|
|
3532
3385
|
"NextToken": str,
|
|
3533
|
-
"ResponseMetadata":
|
|
3386
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3534
3387
|
},
|
|
3535
3388
|
)
|
|
3536
3389
|
|
|
@@ -3614,12 +3467,159 @@ ImportSummaryTypeDef = TypedDict(
|
|
|
3614
3467
|
total=False,
|
|
3615
3468
|
)
|
|
3616
3469
|
|
|
3470
|
+
ListBackupsInputListBackupsPaginateTypeDef = TypedDict(
|
|
3471
|
+
"ListBackupsInputListBackupsPaginateTypeDef",
|
|
3472
|
+
{
|
|
3473
|
+
"TableName": str,
|
|
3474
|
+
"TimeRangeLowerBound": Union[datetime, str],
|
|
3475
|
+
"TimeRangeUpperBound": Union[datetime, str],
|
|
3476
|
+
"BackupType": BackupTypeFilterType,
|
|
3477
|
+
"PaginationConfig": PaginatorConfigTypeDef,
|
|
3478
|
+
},
|
|
3479
|
+
total=False,
|
|
3480
|
+
)
|
|
3481
|
+
|
|
3482
|
+
ListTablesInputListTablesPaginateTypeDef = TypedDict(
|
|
3483
|
+
"ListTablesInputListTablesPaginateTypeDef",
|
|
3484
|
+
{
|
|
3485
|
+
"PaginationConfig": PaginatorConfigTypeDef,
|
|
3486
|
+
},
|
|
3487
|
+
total=False,
|
|
3488
|
+
)
|
|
3489
|
+
|
|
3490
|
+
_RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef = TypedDict(
|
|
3491
|
+
"_RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
|
|
3492
|
+
{
|
|
3493
|
+
"ResourceArn": str,
|
|
3494
|
+
},
|
|
3495
|
+
)
|
|
3496
|
+
_OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef = TypedDict(
|
|
3497
|
+
"_OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
|
|
3498
|
+
{
|
|
3499
|
+
"PaginationConfig": PaginatorConfigTypeDef,
|
|
3500
|
+
},
|
|
3501
|
+
total=False,
|
|
3502
|
+
)
|
|
3503
|
+
|
|
3504
|
+
|
|
3505
|
+
class ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef(
|
|
3506
|
+
_RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
3507
|
+
_OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
|
|
3508
|
+
):
|
|
3509
|
+
pass
|
|
3510
|
+
|
|
3511
|
+
|
|
3512
|
+
_RequiredQueryInputQueryPaginateTypeDef = TypedDict(
|
|
3513
|
+
"_RequiredQueryInputQueryPaginateTypeDef",
|
|
3514
|
+
{
|
|
3515
|
+
"TableName": str,
|
|
3516
|
+
},
|
|
3517
|
+
)
|
|
3518
|
+
_OptionalQueryInputQueryPaginateTypeDef = TypedDict(
|
|
3519
|
+
"_OptionalQueryInputQueryPaginateTypeDef",
|
|
3520
|
+
{
|
|
3521
|
+
"IndexName": str,
|
|
3522
|
+
"Select": SelectType,
|
|
3523
|
+
"AttributesToGet": Sequence[str],
|
|
3524
|
+
"ConsistentRead": bool,
|
|
3525
|
+
"KeyConditions": Mapping[str, ConditionTableTypeDef],
|
|
3526
|
+
"QueryFilter": Mapping[str, ConditionTableTypeDef],
|
|
3527
|
+
"ConditionalOperator": ConditionalOperatorType,
|
|
3528
|
+
"ScanIndexForward": bool,
|
|
3529
|
+
"ReturnConsumedCapacity": ReturnConsumedCapacityType,
|
|
3530
|
+
"ProjectionExpression": str,
|
|
3531
|
+
"FilterExpression": str,
|
|
3532
|
+
"KeyConditionExpression": str,
|
|
3533
|
+
"ExpressionAttributeNames": Mapping[str, str],
|
|
3534
|
+
"ExpressionAttributeValues": Mapping[
|
|
3535
|
+
str,
|
|
3536
|
+
Union[
|
|
3537
|
+
bytes,
|
|
3538
|
+
bytearray,
|
|
3539
|
+
str,
|
|
3540
|
+
int,
|
|
3541
|
+
Decimal,
|
|
3542
|
+
bool,
|
|
3543
|
+
Set[int],
|
|
3544
|
+
Set[Decimal],
|
|
3545
|
+
Set[str],
|
|
3546
|
+
Set[bytes],
|
|
3547
|
+
Set[bytearray],
|
|
3548
|
+
Sequence[Any],
|
|
3549
|
+
Mapping[str, Any],
|
|
3550
|
+
None,
|
|
3551
|
+
],
|
|
3552
|
+
],
|
|
3553
|
+
"PaginationConfig": PaginatorConfigTypeDef,
|
|
3554
|
+
},
|
|
3555
|
+
total=False,
|
|
3556
|
+
)
|
|
3557
|
+
|
|
3558
|
+
|
|
3559
|
+
class QueryInputQueryPaginateTypeDef(
|
|
3560
|
+
_RequiredQueryInputQueryPaginateTypeDef, _OptionalQueryInputQueryPaginateTypeDef
|
|
3561
|
+
):
|
|
3562
|
+
pass
|
|
3563
|
+
|
|
3564
|
+
|
|
3565
|
+
_RequiredScanInputScanPaginateTypeDef = TypedDict(
|
|
3566
|
+
"_RequiredScanInputScanPaginateTypeDef",
|
|
3567
|
+
{
|
|
3568
|
+
"TableName": str,
|
|
3569
|
+
},
|
|
3570
|
+
)
|
|
3571
|
+
_OptionalScanInputScanPaginateTypeDef = TypedDict(
|
|
3572
|
+
"_OptionalScanInputScanPaginateTypeDef",
|
|
3573
|
+
{
|
|
3574
|
+
"IndexName": str,
|
|
3575
|
+
"AttributesToGet": Sequence[str],
|
|
3576
|
+
"Select": SelectType,
|
|
3577
|
+
"ScanFilter": Mapping[str, ConditionTableTypeDef],
|
|
3578
|
+
"ConditionalOperator": ConditionalOperatorType,
|
|
3579
|
+
"ReturnConsumedCapacity": ReturnConsumedCapacityType,
|
|
3580
|
+
"TotalSegments": int,
|
|
3581
|
+
"Segment": int,
|
|
3582
|
+
"ProjectionExpression": str,
|
|
3583
|
+
"FilterExpression": str,
|
|
3584
|
+
"ExpressionAttributeNames": Mapping[str, str],
|
|
3585
|
+
"ExpressionAttributeValues": Mapping[
|
|
3586
|
+
str,
|
|
3587
|
+
Union[
|
|
3588
|
+
bytes,
|
|
3589
|
+
bytearray,
|
|
3590
|
+
str,
|
|
3591
|
+
int,
|
|
3592
|
+
Decimal,
|
|
3593
|
+
bool,
|
|
3594
|
+
Set[int],
|
|
3595
|
+
Set[Decimal],
|
|
3596
|
+
Set[str],
|
|
3597
|
+
Set[bytes],
|
|
3598
|
+
Set[bytearray],
|
|
3599
|
+
Sequence[Any],
|
|
3600
|
+
Mapping[str, Any],
|
|
3601
|
+
None,
|
|
3602
|
+
],
|
|
3603
|
+
],
|
|
3604
|
+
"ConsistentRead": bool,
|
|
3605
|
+
"PaginationConfig": PaginatorConfigTypeDef,
|
|
3606
|
+
},
|
|
3607
|
+
total=False,
|
|
3608
|
+
)
|
|
3609
|
+
|
|
3610
|
+
|
|
3611
|
+
class ScanInputScanPaginateTypeDef(
|
|
3612
|
+
_RequiredScanInputScanPaginateTypeDef, _OptionalScanInputScanPaginateTypeDef
|
|
3613
|
+
):
|
|
3614
|
+
pass
|
|
3615
|
+
|
|
3616
|
+
|
|
3617
3617
|
ListTagsOfResourceOutputTableTypeDef = TypedDict(
|
|
3618
3618
|
"ListTagsOfResourceOutputTableTypeDef",
|
|
3619
3619
|
{
|
|
3620
3620
|
"Tags": List[TagTableTypeDef],
|
|
3621
3621
|
"NextToken": str,
|
|
3622
|
-
"ResponseMetadata":
|
|
3622
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3623
3623
|
},
|
|
3624
3624
|
)
|
|
3625
3625
|
|
|
@@ -3652,7 +3652,7 @@ UpdateTimeToLiveOutputTypeDef = TypedDict(
|
|
|
3652
3652
|
"UpdateTimeToLiveOutputTypeDef",
|
|
3653
3653
|
{
|
|
3654
3654
|
"TimeToLiveSpecification": TimeToLiveSpecificationTypeDef,
|
|
3655
|
-
"ResponseMetadata":
|
|
3655
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3656
3656
|
},
|
|
3657
3657
|
)
|
|
3658
3658
|
|
|
@@ -4169,7 +4169,7 @@ BatchGetItemOutputServiceResourceTypeDef = TypedDict(
|
|
|
4169
4169
|
],
|
|
4170
4170
|
"UnprocessedKeys": Dict[str, KeysAndAttributesServiceResourceTypeDef],
|
|
4171
4171
|
"ConsumedCapacity": List[ConsumedCapacityServiceResourceTypeDef],
|
|
4172
|
-
"ResponseMetadata":
|
|
4172
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4173
4173
|
},
|
|
4174
4174
|
)
|
|
4175
4175
|
|
|
@@ -4197,7 +4197,7 @@ DeleteItemOutputTableTypeDef = TypedDict(
|
|
|
4197
4197
|
],
|
|
4198
4198
|
"ConsumedCapacity": ConsumedCapacityTableTypeDef,
|
|
4199
4199
|
"ItemCollectionMetrics": ItemCollectionMetricsTableTypeDef,
|
|
4200
|
-
"ResponseMetadata":
|
|
4200
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4201
4201
|
},
|
|
4202
4202
|
)
|
|
4203
4203
|
|
|
@@ -4224,7 +4224,7 @@ GetItemOutputTableTypeDef = TypedDict(
|
|
|
4224
4224
|
],
|
|
4225
4225
|
],
|
|
4226
4226
|
"ConsumedCapacity": ConsumedCapacityTableTypeDef,
|
|
4227
|
-
"ResponseMetadata":
|
|
4227
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4228
4228
|
},
|
|
4229
4229
|
)
|
|
4230
4230
|
|
|
@@ -4252,7 +4252,7 @@ PutItemOutputTableTypeDef = TypedDict(
|
|
|
4252
4252
|
],
|
|
4253
4253
|
"ConsumedCapacity": ConsumedCapacityTableTypeDef,
|
|
4254
4254
|
"ItemCollectionMetrics": ItemCollectionMetricsTableTypeDef,
|
|
4255
|
-
"ResponseMetadata":
|
|
4255
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4256
4256
|
},
|
|
4257
4257
|
)
|
|
4258
4258
|
|
|
@@ -4302,7 +4302,7 @@ QueryOutputTableTypeDef = TypedDict(
|
|
|
4302
4302
|
],
|
|
4303
4303
|
],
|
|
4304
4304
|
"ConsumedCapacity": ConsumedCapacityTableTypeDef,
|
|
4305
|
-
"ResponseMetadata":
|
|
4305
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4306
4306
|
},
|
|
4307
4307
|
)
|
|
4308
4308
|
|
|
@@ -4352,7 +4352,7 @@ ScanOutputTableTypeDef = TypedDict(
|
|
|
4352
4352
|
],
|
|
4353
4353
|
],
|
|
4354
4354
|
"ConsumedCapacity": ConsumedCapacityTableTypeDef,
|
|
4355
|
-
"ResponseMetadata":
|
|
4355
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4356
4356
|
},
|
|
4357
4357
|
)
|
|
4358
4358
|
|
|
@@ -4380,7 +4380,7 @@ UpdateItemOutputTableTypeDef = TypedDict(
|
|
|
4380
4380
|
],
|
|
4381
4381
|
"ConsumedCapacity": ConsumedCapacityTableTypeDef,
|
|
4382
4382
|
"ItemCollectionMetrics": ItemCollectionMetricsTableTypeDef,
|
|
4383
|
-
"ResponseMetadata":
|
|
4383
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4384
4384
|
},
|
|
4385
4385
|
)
|
|
4386
4386
|
|
|
@@ -4389,7 +4389,7 @@ BatchExecuteStatementOutputTypeDef = TypedDict(
|
|
|
4389
4389
|
{
|
|
4390
4390
|
"Responses": List[BatchStatementResponseTypeDef],
|
|
4391
4391
|
"ConsumedCapacity": List[ConsumedCapacityTypeDef],
|
|
4392
|
-
"ResponseMetadata":
|
|
4392
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4393
4393
|
},
|
|
4394
4394
|
)
|
|
4395
4395
|
|
|
@@ -4399,7 +4399,7 @@ BatchGetItemOutputTypeDef = TypedDict(
|
|
|
4399
4399
|
"Responses": Dict[str, List[Dict[str, AttributeValueTypeDef]]],
|
|
4400
4400
|
"UnprocessedKeys": Dict[str, KeysAndAttributesTypeDef],
|
|
4401
4401
|
"ConsumedCapacity": List[ConsumedCapacityTypeDef],
|
|
4402
|
-
"ResponseMetadata":
|
|
4402
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4403
4403
|
},
|
|
4404
4404
|
)
|
|
4405
4405
|
|
|
@@ -4409,7 +4409,7 @@ DeleteItemOutputTypeDef = TypedDict(
|
|
|
4409
4409
|
"Attributes": Dict[str, AttributeValueTypeDef],
|
|
4410
4410
|
"ConsumedCapacity": ConsumedCapacityTypeDef,
|
|
4411
4411
|
"ItemCollectionMetrics": ItemCollectionMetricsTypeDef,
|
|
4412
|
-
"ResponseMetadata":
|
|
4412
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4413
4413
|
},
|
|
4414
4414
|
)
|
|
4415
4415
|
|
|
@@ -4420,7 +4420,7 @@ ExecuteStatementOutputTypeDef = TypedDict(
|
|
|
4420
4420
|
"NextToken": str,
|
|
4421
4421
|
"ConsumedCapacity": ConsumedCapacityTypeDef,
|
|
4422
4422
|
"LastEvaluatedKey": Dict[str, AttributeValueTypeDef],
|
|
4423
|
-
"ResponseMetadata":
|
|
4423
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4424
4424
|
},
|
|
4425
4425
|
)
|
|
4426
4426
|
|
|
@@ -4429,7 +4429,7 @@ ExecuteTransactionOutputTypeDef = TypedDict(
|
|
|
4429
4429
|
{
|
|
4430
4430
|
"Responses": List[ItemResponseTypeDef],
|
|
4431
4431
|
"ConsumedCapacity": List[ConsumedCapacityTypeDef],
|
|
4432
|
-
"ResponseMetadata":
|
|
4432
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4433
4433
|
},
|
|
4434
4434
|
)
|
|
4435
4435
|
|
|
@@ -4438,7 +4438,7 @@ GetItemOutputTypeDef = TypedDict(
|
|
|
4438
4438
|
{
|
|
4439
4439
|
"Item": Dict[str, AttributeValueTypeDef],
|
|
4440
4440
|
"ConsumedCapacity": ConsumedCapacityTypeDef,
|
|
4441
|
-
"ResponseMetadata":
|
|
4441
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4442
4442
|
},
|
|
4443
4443
|
)
|
|
4444
4444
|
|
|
@@ -4448,7 +4448,7 @@ PutItemOutputTypeDef = TypedDict(
|
|
|
4448
4448
|
"Attributes": Dict[str, AttributeValueTypeDef],
|
|
4449
4449
|
"ConsumedCapacity": ConsumedCapacityTypeDef,
|
|
4450
4450
|
"ItemCollectionMetrics": ItemCollectionMetricsTypeDef,
|
|
4451
|
-
"ResponseMetadata":
|
|
4451
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4452
4452
|
},
|
|
4453
4453
|
)
|
|
4454
4454
|
|
|
@@ -4460,7 +4460,7 @@ QueryOutputTypeDef = TypedDict(
|
|
|
4460
4460
|
"ScannedCount": int,
|
|
4461
4461
|
"LastEvaluatedKey": Dict[str, AttributeValueTypeDef],
|
|
4462
4462
|
"ConsumedCapacity": ConsumedCapacityTypeDef,
|
|
4463
|
-
"ResponseMetadata":
|
|
4463
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4464
4464
|
},
|
|
4465
4465
|
)
|
|
4466
4466
|
|
|
@@ -4472,7 +4472,7 @@ ScanOutputTypeDef = TypedDict(
|
|
|
4472
4472
|
"ScannedCount": int,
|
|
4473
4473
|
"LastEvaluatedKey": Dict[str, AttributeValueTypeDef],
|
|
4474
4474
|
"ConsumedCapacity": ConsumedCapacityTypeDef,
|
|
4475
|
-
"ResponseMetadata":
|
|
4475
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4476
4476
|
},
|
|
4477
4477
|
)
|
|
4478
4478
|
|
|
@@ -4481,7 +4481,7 @@ TransactGetItemsOutputTypeDef = TypedDict(
|
|
|
4481
4481
|
{
|
|
4482
4482
|
"ConsumedCapacity": List[ConsumedCapacityTypeDef],
|
|
4483
4483
|
"Responses": List[ItemResponseTypeDef],
|
|
4484
|
-
"ResponseMetadata":
|
|
4484
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4485
4485
|
},
|
|
4486
4486
|
)
|
|
4487
4487
|
|
|
@@ -4490,7 +4490,7 @@ TransactWriteItemsOutputTypeDef = TypedDict(
|
|
|
4490
4490
|
{
|
|
4491
4491
|
"ConsumedCapacity": List[ConsumedCapacityTypeDef],
|
|
4492
4492
|
"ItemCollectionMetrics": Dict[str, List[ItemCollectionMetricsTypeDef]],
|
|
4493
|
-
"ResponseMetadata":
|
|
4493
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4494
4494
|
},
|
|
4495
4495
|
)
|
|
4496
4496
|
|
|
@@ -4500,7 +4500,7 @@ UpdateItemOutputTypeDef = TypedDict(
|
|
|
4500
4500
|
"Attributes": Dict[str, AttributeValueTypeDef],
|
|
4501
4501
|
"ConsumedCapacity": ConsumedCapacityTypeDef,
|
|
4502
4502
|
"ItemCollectionMetrics": ItemCollectionMetricsTypeDef,
|
|
4503
|
-
"ResponseMetadata":
|
|
4503
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4504
4504
|
},
|
|
4505
4505
|
)
|
|
4506
4506
|
|
|
@@ -4508,7 +4508,7 @@ DescribeContinuousBackupsOutputTypeDef = TypedDict(
|
|
|
4508
4508
|
"DescribeContinuousBackupsOutputTypeDef",
|
|
4509
4509
|
{
|
|
4510
4510
|
"ContinuousBackupsDescription": ContinuousBackupsDescriptionTypeDef,
|
|
4511
|
-
"ResponseMetadata":
|
|
4511
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4512
4512
|
},
|
|
4513
4513
|
)
|
|
4514
4514
|
|
|
@@ -4516,7 +4516,7 @@ UpdateContinuousBackupsOutputTypeDef = TypedDict(
|
|
|
4516
4516
|
"UpdateContinuousBackupsOutputTypeDef",
|
|
4517
4517
|
{
|
|
4518
4518
|
"ContinuousBackupsDescription": ContinuousBackupsDescriptionTypeDef,
|
|
4519
|
-
"ResponseMetadata":
|
|
4519
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4520
4520
|
},
|
|
4521
4521
|
)
|
|
4522
4522
|
|
|
@@ -4671,7 +4671,7 @@ ListGlobalTablesOutputTypeDef = TypedDict(
|
|
|
4671
4671
|
{
|
|
4672
4672
|
"GlobalTables": List[GlobalTableTypeDef],
|
|
4673
4673
|
"LastEvaluatedGlobalTableName": str,
|
|
4674
|
-
"ResponseMetadata":
|
|
4674
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4675
4675
|
},
|
|
4676
4676
|
)
|
|
4677
4677
|
|
|
@@ -4852,7 +4852,7 @@ ListImportsOutputTypeDef = TypedDict(
|
|
|
4852
4852
|
{
|
|
4853
4853
|
"ImportSummaryList": List[ImportSummaryTypeDef],
|
|
4854
4854
|
"NextToken": str,
|
|
4855
|
-
"ResponseMetadata":
|
|
4855
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4856
4856
|
},
|
|
4857
4857
|
)
|
|
4858
4858
|
|
|
@@ -4885,7 +4885,7 @@ BatchWriteItemOutputServiceResourceTypeDef = TypedDict(
|
|
|
4885
4885
|
"UnprocessedItems": Dict[str, List[WriteRequestServiceResourceTypeDef]],
|
|
4886
4886
|
"ItemCollectionMetrics": Dict[str, List[ItemCollectionMetricsServiceResourceTypeDef]],
|
|
4887
4887
|
"ConsumedCapacity": List[ConsumedCapacityServiceResourceTypeDef],
|
|
4888
|
-
"ResponseMetadata":
|
|
4888
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4889
4889
|
},
|
|
4890
4890
|
)
|
|
4891
4891
|
|
|
@@ -4938,7 +4938,7 @@ BatchWriteItemOutputTypeDef = TypedDict(
|
|
|
4938
4938
|
"UnprocessedItems": Dict[str, List[WriteRequestTypeDef]],
|
|
4939
4939
|
"ItemCollectionMetrics": Dict[str, List[ItemCollectionMetricsTypeDef]],
|
|
4940
4940
|
"ConsumedCapacity": List[ConsumedCapacityTypeDef],
|
|
4941
|
-
"ResponseMetadata":
|
|
4941
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
4942
4942
|
},
|
|
4943
4943
|
)
|
|
4944
4944
|
|
|
@@ -5315,7 +5315,7 @@ DeleteBackupOutputTypeDef = TypedDict(
|
|
|
5315
5315
|
"DeleteBackupOutputTypeDef",
|
|
5316
5316
|
{
|
|
5317
5317
|
"BackupDescription": BackupDescriptionTypeDef,
|
|
5318
|
-
"ResponseMetadata":
|
|
5318
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5319
5319
|
},
|
|
5320
5320
|
)
|
|
5321
5321
|
|
|
@@ -5323,7 +5323,7 @@ DescribeBackupOutputTypeDef = TypedDict(
|
|
|
5323
5323
|
"DescribeBackupOutputTypeDef",
|
|
5324
5324
|
{
|
|
5325
5325
|
"BackupDescription": BackupDescriptionTypeDef,
|
|
5326
|
-
"ResponseMetadata":
|
|
5326
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5327
5327
|
},
|
|
5328
5328
|
)
|
|
5329
5329
|
|
|
@@ -5331,7 +5331,7 @@ DescribeImportOutputTypeDef = TypedDict(
|
|
|
5331
5331
|
"DescribeImportOutputTypeDef",
|
|
5332
5332
|
{
|
|
5333
5333
|
"ImportTableDescription": ImportTableDescriptionTypeDef,
|
|
5334
|
-
"ResponseMetadata":
|
|
5334
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5335
5335
|
},
|
|
5336
5336
|
)
|
|
5337
5337
|
|
|
@@ -5339,7 +5339,7 @@ ImportTableOutputTypeDef = TypedDict(
|
|
|
5339
5339
|
"ImportTableOutputTypeDef",
|
|
5340
5340
|
{
|
|
5341
5341
|
"ImportTableDescription": ImportTableDescriptionTypeDef,
|
|
5342
|
-
"ResponseMetadata":
|
|
5342
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5343
5343
|
},
|
|
5344
5344
|
)
|
|
5345
5345
|
|
|
@@ -5347,7 +5347,7 @@ DeleteTableOutputTableTypeDef = TypedDict(
|
|
|
5347
5347
|
"DeleteTableOutputTableTypeDef",
|
|
5348
5348
|
{
|
|
5349
5349
|
"TableDescription": TableDescriptionTableTypeDef,
|
|
5350
|
-
"ResponseMetadata":
|
|
5350
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5351
5351
|
},
|
|
5352
5352
|
)
|
|
5353
5353
|
|
|
@@ -5371,7 +5371,7 @@ CreateGlobalTableOutputTypeDef = TypedDict(
|
|
|
5371
5371
|
"CreateGlobalTableOutputTypeDef",
|
|
5372
5372
|
{
|
|
5373
5373
|
"GlobalTableDescription": GlobalTableDescriptionTypeDef,
|
|
5374
|
-
"ResponseMetadata":
|
|
5374
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5375
5375
|
},
|
|
5376
5376
|
)
|
|
5377
5377
|
|
|
@@ -5379,7 +5379,7 @@ DescribeGlobalTableOutputTypeDef = TypedDict(
|
|
|
5379
5379
|
"DescribeGlobalTableOutputTypeDef",
|
|
5380
5380
|
{
|
|
5381
5381
|
"GlobalTableDescription": GlobalTableDescriptionTypeDef,
|
|
5382
|
-
"ResponseMetadata":
|
|
5382
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5383
5383
|
},
|
|
5384
5384
|
)
|
|
5385
5385
|
|
|
@@ -5387,7 +5387,7 @@ UpdateGlobalTableOutputTypeDef = TypedDict(
|
|
|
5387
5387
|
"UpdateGlobalTableOutputTypeDef",
|
|
5388
5388
|
{
|
|
5389
5389
|
"GlobalTableDescription": GlobalTableDescriptionTypeDef,
|
|
5390
|
-
"ResponseMetadata":
|
|
5390
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5391
5391
|
},
|
|
5392
5392
|
)
|
|
5393
5393
|
|
|
@@ -5395,7 +5395,7 @@ CreateTableOutputTypeDef = TypedDict(
|
|
|
5395
5395
|
"CreateTableOutputTypeDef",
|
|
5396
5396
|
{
|
|
5397
5397
|
"TableDescription": TableDescriptionTypeDef,
|
|
5398
|
-
"ResponseMetadata":
|
|
5398
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5399
5399
|
},
|
|
5400
5400
|
)
|
|
5401
5401
|
|
|
@@ -5403,7 +5403,7 @@ DeleteTableOutputTypeDef = TypedDict(
|
|
|
5403
5403
|
"DeleteTableOutputTypeDef",
|
|
5404
5404
|
{
|
|
5405
5405
|
"TableDescription": TableDescriptionTypeDef,
|
|
5406
|
-
"ResponseMetadata":
|
|
5406
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5407
5407
|
},
|
|
5408
5408
|
)
|
|
5409
5409
|
|
|
@@ -5411,7 +5411,7 @@ DescribeTableOutputTypeDef = TypedDict(
|
|
|
5411
5411
|
"DescribeTableOutputTypeDef",
|
|
5412
5412
|
{
|
|
5413
5413
|
"Table": TableDescriptionTypeDef,
|
|
5414
|
-
"ResponseMetadata":
|
|
5414
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5415
5415
|
},
|
|
5416
5416
|
)
|
|
5417
5417
|
|
|
@@ -5419,7 +5419,7 @@ RestoreTableFromBackupOutputTypeDef = TypedDict(
|
|
|
5419
5419
|
"RestoreTableFromBackupOutputTypeDef",
|
|
5420
5420
|
{
|
|
5421
5421
|
"TableDescription": TableDescriptionTypeDef,
|
|
5422
|
-
"ResponseMetadata":
|
|
5422
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5423
5423
|
},
|
|
5424
5424
|
)
|
|
5425
5425
|
|
|
@@ -5427,7 +5427,7 @@ RestoreTableToPointInTimeOutputTypeDef = TypedDict(
|
|
|
5427
5427
|
"RestoreTableToPointInTimeOutputTypeDef",
|
|
5428
5428
|
{
|
|
5429
5429
|
"TableDescription": TableDescriptionTypeDef,
|
|
5430
|
-
"ResponseMetadata":
|
|
5430
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5431
5431
|
},
|
|
5432
5432
|
)
|
|
5433
5433
|
|
|
@@ -5435,7 +5435,7 @@ UpdateTableOutputTypeDef = TypedDict(
|
|
|
5435
5435
|
"UpdateTableOutputTypeDef",
|
|
5436
5436
|
{
|
|
5437
5437
|
"TableDescription": TableDescriptionTypeDef,
|
|
5438
|
-
"ResponseMetadata":
|
|
5438
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5439
5439
|
},
|
|
5440
5440
|
)
|
|
5441
5441
|
|
|
@@ -5483,7 +5483,7 @@ DescribeGlobalTableSettingsOutputTypeDef = TypedDict(
|
|
|
5483
5483
|
{
|
|
5484
5484
|
"GlobalTableName": str,
|
|
5485
5485
|
"ReplicaSettings": List[ReplicaSettingsDescriptionTypeDef],
|
|
5486
|
-
"ResponseMetadata":
|
|
5486
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5487
5487
|
},
|
|
5488
5488
|
)
|
|
5489
5489
|
|
|
@@ -5492,7 +5492,7 @@ UpdateGlobalTableSettingsOutputTypeDef = TypedDict(
|
|
|
5492
5492
|
{
|
|
5493
5493
|
"GlobalTableName": str,
|
|
5494
5494
|
"ReplicaSettings": List[ReplicaSettingsDescriptionTypeDef],
|
|
5495
|
-
"ResponseMetadata":
|
|
5495
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5496
5496
|
},
|
|
5497
5497
|
)
|
|
5498
5498
|
|
|
@@ -5554,7 +5554,7 @@ DescribeTableReplicaAutoScalingOutputTypeDef = TypedDict(
|
|
|
5554
5554
|
"DescribeTableReplicaAutoScalingOutputTypeDef",
|
|
5555
5555
|
{
|
|
5556
5556
|
"TableAutoScalingDescription": TableAutoScalingDescriptionTypeDef,
|
|
5557
|
-
"ResponseMetadata":
|
|
5557
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5558
5558
|
},
|
|
5559
5559
|
)
|
|
5560
5560
|
|
|
@@ -5562,6 +5562,6 @@ UpdateTableReplicaAutoScalingOutputTypeDef = TypedDict(
|
|
|
5562
5562
|
"UpdateTableReplicaAutoScalingOutputTypeDef",
|
|
5563
5563
|
{
|
|
5564
5564
|
"TableAutoScalingDescription": TableAutoScalingDescriptionTypeDef,
|
|
5565
|
-
"ResponseMetadata":
|
|
5565
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5566
5566
|
},
|
|
5567
5567
|
)
|