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.
@@ -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 ArchivalSummaryResponseMetadataTypeDef
9
+ from mypy_boto3_dynamodb.type_defs import ResponseMetadataTypeDef
10
10
 
11
- data: ArchivalSummaryResponseMetadataTypeDef = {...}
11
+ data: ResponseMetadataTypeDef = {...}
12
12
  ```
13
13
  """
14
14
  import sys
@@ -63,7 +63,7 @@ else:
63
63
  from typing_extensions import TypedDict
64
64
 
65
65
  __all__ = (
66
- "ArchivalSummaryResponseMetadataTypeDef",
66
+ "ResponseMetadataTypeDef",
67
67
  "ArchivalSummaryTableTypeDef",
68
68
  "ArchivalSummaryTypeDef",
69
69
  "AttributeDefinitionServiceResourceTypeDef",
@@ -79,7 +79,6 @@ __all__ = (
79
79
  "KeysAndAttributesServiceResourceTypeDef",
80
80
  "BatchStatementErrorTypeDef",
81
81
  "ItemCollectionMetricsServiceResourceTypeDef",
82
- "BillingModeSummaryResponseMetadataTypeDef",
83
82
  "BillingModeSummaryTableTypeDef",
84
83
  "BillingModeSummaryTypeDef",
85
84
  "CapacityServiceResourceTypeDef",
@@ -130,13 +129,11 @@ __all__ = (
130
129
  "DescribeImportInputRequestTypeDef",
131
130
  "DescribeKinesisStreamingDestinationInputRequestTypeDef",
132
131
  "KinesisDataStreamDestinationTypeDef",
133
- "DescribeLimitsOutputTypeDef",
134
132
  "DescribeTableInputRequestTypeDef",
135
133
  "WaiterConfigTypeDef",
136
134
  "DescribeTableReplicaAutoScalingInputRequestTypeDef",
137
135
  "DescribeTimeToLiveInputRequestTypeDef",
138
136
  "TimeToLiveDescriptionTypeDef",
139
- "EmptyResponseMetadataTypeDef",
140
137
  "ExportSummaryTypeDef",
141
138
  "ExportTableToPointInTimeInputRequestTypeDef",
142
139
  "GetItemInputTableGetItemTypeDef",
@@ -145,41 +142,41 @@ __all__ = (
145
142
  "ProjectionServiceResourceTypeDef",
146
143
  "S3BucketSourceTypeDef",
147
144
  "KinesisStreamingDestinationInputRequestTypeDef",
148
- "KinesisStreamingDestinationOutputTypeDef",
149
- "ListBackupsInputListBackupsPaginateTypeDef",
145
+ "PaginatorConfigTypeDef",
150
146
  "ListBackupsInputRequestTypeDef",
151
147
  "ListContributorInsightsInputRequestTypeDef",
152
148
  "ListExportsInputRequestTypeDef",
153
149
  "ListGlobalTablesInputRequestTypeDef",
154
150
  "ListImportsInputRequestTypeDef",
155
- "ListTablesInputListTablesPaginateTypeDef",
156
151
  "ListTablesInputRequestTypeDef",
157
- "ListTablesOutputTableTypeDef",
158
- "ListTablesOutputTypeDef",
159
- "ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
160
152
  "ListTagsOfResourceInputRequestTypeDef",
161
153
  "TagTableTypeDef",
162
- "PaginatorConfigTypeDef",
163
154
  "PointInTimeRecoverySpecificationTypeDef",
164
- "ProvisionedThroughputDescriptionResponseMetadataTypeDef",
165
155
  "PutRequestServiceResourceTypeDef",
166
156
  "TableClassSummaryTableTypeDef",
167
157
  "TableClassSummaryTypeDef",
168
- "ResponseMetadataTypeDef",
169
- "RestoreSummaryResponseMetadataTypeDef",
170
158
  "RestoreSummaryTableTypeDef",
171
159
  "RestoreSummaryTypeDef",
172
- "SSEDescriptionResponseMetadataTypeDef",
173
160
  "SSEDescriptionTableTypeDef",
174
161
  "SSEDescriptionTypeDef",
175
162
  "SSESpecificationTableTypeDef",
176
- "StreamSpecificationResponseMetadataTypeDef",
177
163
  "StreamSpecificationTableTypeDef",
178
164
  "TableBatchWriterRequestTypeDef",
179
- "TableClassSummaryResponseMetadataTypeDef",
180
165
  "TimeToLiveSpecificationTypeDef",
181
166
  "UntagResourceInputRequestTypeDef",
182
167
  "UpdateContributorInsightsInputRequestTypeDef",
168
+ "ArchivalSummaryResponseMetadataTypeDef",
169
+ "BillingModeSummaryResponseMetadataTypeDef",
170
+ "DescribeLimitsOutputTypeDef",
171
+ "EmptyResponseMetadataTypeDef",
172
+ "KinesisStreamingDestinationOutputTypeDef",
173
+ "ListTablesOutputTableTypeDef",
174
+ "ListTablesOutputTypeDef",
175
+ "ProvisionedThroughputDescriptionResponseMetadataTypeDef",
176
+ "RestoreSummaryResponseMetadataTypeDef",
177
+ "SSEDescriptionResponseMetadataTypeDef",
178
+ "StreamSpecificationResponseMetadataTypeDef",
179
+ "TableClassSummaryResponseMetadataTypeDef",
183
180
  "UpdateContributorInsightsOutputTypeDef",
184
181
  "AttributeValueUpdateTypeDef",
185
182
  "BatchStatementRequestTypeDef",
@@ -208,9 +205,7 @@ __all__ = (
208
205
  "ConsumedCapacityServiceResourceTypeDef",
209
206
  "ConsumedCapacityTableTypeDef",
210
207
  "ConsumedCapacityTypeDef",
211
- "QueryInputQueryPaginateTypeDef",
212
208
  "QueryInputTableQueryTypeDef",
213
- "ScanInputScanPaginateTypeDef",
214
209
  "ScanInputTableScanTypeDef",
215
210
  "ContinuousBackupsDescriptionTypeDef",
216
211
  "ListContributorInsightsOutputTypeDef",
@@ -252,6 +247,11 @@ __all__ = (
252
247
  "GlobalSecondaryIndexServiceResourceTypeDef",
253
248
  "LocalSecondaryIndexServiceResourceTypeDef",
254
249
  "ImportSummaryTypeDef",
250
+ "ListBackupsInputListBackupsPaginateTypeDef",
251
+ "ListTablesInputListTablesPaginateTypeDef",
252
+ "ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
253
+ "QueryInputQueryPaginateTypeDef",
254
+ "ScanInputScanPaginateTypeDef",
255
255
  "ListTagsOfResourceOutputTableTypeDef",
256
256
  "UpdateContinuousBackupsInputRequestTypeDef",
257
257
  "WriteRequestServiceResourceTypeDef",
@@ -357,13 +357,14 @@ __all__ = (
357
357
  "UpdateTableReplicaAutoScalingOutputTypeDef",
358
358
  )
359
359
 
360
- ArchivalSummaryResponseMetadataTypeDef = TypedDict(
361
- "ArchivalSummaryResponseMetadataTypeDef",
360
+ ResponseMetadataTypeDef = TypedDict(
361
+ "ResponseMetadataTypeDef",
362
362
  {
363
- "ArchivalDateTime": datetime,
364
- "ArchivalReason": str,
365
- "ArchivalBackupArn": str,
366
- "ResponseMetadata": "ResponseMetadataTypeDef",
363
+ "RequestId": str,
364
+ "HostId": str,
365
+ "HTTPStatusCode": int,
366
+ "HTTPHeaders": Dict[str, str],
367
+ "RetryAttempts": int,
367
368
  },
368
369
  )
369
370
 
@@ -631,15 +632,6 @@ ItemCollectionMetricsServiceResourceTypeDef = TypedDict(
631
632
  total=False,
632
633
  )
633
634
 
634
- BillingModeSummaryResponseMetadataTypeDef = TypedDict(
635
- "BillingModeSummaryResponseMetadataTypeDef",
636
- {
637
- "BillingMode": BillingModeType,
638
- "LastUpdateToPayPerRequestDateTime": datetime,
639
- "ResponseMetadata": "ResponseMetadataTypeDef",
640
- },
641
- )
642
-
643
635
  BillingModeSummaryTableTypeDef = TypedDict(
644
636
  "BillingModeSummaryTableTypeDef",
645
637
  {
@@ -1197,17 +1189,6 @@ KinesisDataStreamDestinationTypeDef = TypedDict(
1197
1189
  total=False,
1198
1190
  )
1199
1191
 
1200
- DescribeLimitsOutputTypeDef = TypedDict(
1201
- "DescribeLimitsOutputTypeDef",
1202
- {
1203
- "AccountMaxReadCapacityUnits": int,
1204
- "AccountMaxWriteCapacityUnits": int,
1205
- "TableMaxReadCapacityUnits": int,
1206
- "TableMaxWriteCapacityUnits": int,
1207
- "ResponseMetadata": "ResponseMetadataTypeDef",
1208
- },
1209
- )
1210
-
1211
1192
  DescribeTableInputRequestTypeDef = TypedDict(
1212
1193
  "DescribeTableInputRequestTypeDef",
1213
1194
  {
@@ -1247,13 +1228,6 @@ TimeToLiveDescriptionTypeDef = TypedDict(
1247
1228
  total=False,
1248
1229
  )
1249
1230
 
1250
- EmptyResponseMetadataTypeDef = TypedDict(
1251
- "EmptyResponseMetadataTypeDef",
1252
- {
1253
- "ResponseMetadata": "ResponseMetadataTypeDef",
1254
- },
1255
- )
1256
-
1257
1231
  ExportSummaryTypeDef = TypedDict(
1258
1232
  "ExportSummaryTypeDef",
1259
1233
  {
@@ -1390,24 +1364,12 @@ KinesisStreamingDestinationInputRequestTypeDef = TypedDict(
1390
1364
  },
1391
1365
  )
1392
1366
 
1393
- KinesisStreamingDestinationOutputTypeDef = TypedDict(
1394
- "KinesisStreamingDestinationOutputTypeDef",
1395
- {
1396
- "TableName": str,
1397
- "StreamArn": str,
1398
- "DestinationStatus": DestinationStatusType,
1399
- "ResponseMetadata": "ResponseMetadataTypeDef",
1400
- },
1401
- )
1402
-
1403
- ListBackupsInputListBackupsPaginateTypeDef = TypedDict(
1404
- "ListBackupsInputListBackupsPaginateTypeDef",
1367
+ PaginatorConfigTypeDef = TypedDict(
1368
+ "PaginatorConfigTypeDef",
1405
1369
  {
1406
- "TableName": str,
1407
- "TimeRangeLowerBound": Union[datetime, str],
1408
- "TimeRangeUpperBound": Union[datetime, str],
1409
- "BackupType": BackupTypeFilterType,
1410
- "PaginationConfig": "PaginatorConfigTypeDef",
1370
+ "MaxItems": int,
1371
+ "PageSize": int,
1372
+ "StartingToken": str,
1411
1373
  },
1412
1374
  total=False,
1413
1375
  )
@@ -1465,14 +1427,6 @@ ListImportsInputRequestTypeDef = TypedDict(
1465
1427
  total=False,
1466
1428
  )
1467
1429
 
1468
- ListTablesInputListTablesPaginateTypeDef = TypedDict(
1469
- "ListTablesInputListTablesPaginateTypeDef",
1470
- {
1471
- "PaginationConfig": "PaginatorConfigTypeDef",
1472
- },
1473
- total=False,
1474
- )
1475
-
1476
1430
  ListTablesInputRequestTypeDef = TypedDict(
1477
1431
  "ListTablesInputRequestTypeDef",
1478
1432
  {
@@ -1482,44 +1436,6 @@ ListTablesInputRequestTypeDef = TypedDict(
1482
1436
  total=False,
1483
1437
  )
1484
1438
 
1485
- ListTablesOutputTableTypeDef = TypedDict(
1486
- "ListTablesOutputTableTypeDef",
1487
- {
1488
- "TableNames": List[str],
1489
- "LastEvaluatedTableName": str,
1490
- "ResponseMetadata": "ResponseMetadataTypeDef",
1491
- },
1492
- )
1493
-
1494
- ListTablesOutputTypeDef = TypedDict(
1495
- "ListTablesOutputTypeDef",
1496
- {
1497
- "TableNames": List[str],
1498
- "LastEvaluatedTableName": str,
1499
- "ResponseMetadata": "ResponseMetadataTypeDef",
1500
- },
1501
- )
1502
-
1503
- _RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef = TypedDict(
1504
- "_RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
1505
- {
1506
- "ResourceArn": str,
1507
- },
1508
- )
1509
- _OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef = TypedDict(
1510
- "_OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
1511
- {
1512
- "PaginationConfig": "PaginatorConfigTypeDef",
1513
- },
1514
- total=False,
1515
- )
1516
-
1517
- class ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef(
1518
- _RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
1519
- _OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
1520
- ):
1521
- pass
1522
-
1523
1439
  _RequiredListTagsOfResourceInputRequestTypeDef = TypedDict(
1524
1440
  "_RequiredListTagsOfResourceInputRequestTypeDef",
1525
1441
  {
@@ -1547,16 +1463,6 @@ TagTableTypeDef = TypedDict(
1547
1463
  },
1548
1464
  )
1549
1465
 
1550
- PaginatorConfigTypeDef = TypedDict(
1551
- "PaginatorConfigTypeDef",
1552
- {
1553
- "MaxItems": int,
1554
- "PageSize": int,
1555
- "StartingToken": str,
1556
- },
1557
- total=False,
1558
- )
1559
-
1560
1466
  PointInTimeRecoverySpecificationTypeDef = TypedDict(
1561
1467
  "PointInTimeRecoverySpecificationTypeDef",
1562
1468
  {
@@ -1564,18 +1470,6 @@ PointInTimeRecoverySpecificationTypeDef = TypedDict(
1564
1470
  },
1565
1471
  )
1566
1472
 
1567
- ProvisionedThroughputDescriptionResponseMetadataTypeDef = TypedDict(
1568
- "ProvisionedThroughputDescriptionResponseMetadataTypeDef",
1569
- {
1570
- "LastIncreaseDateTime": datetime,
1571
- "LastDecreaseDateTime": datetime,
1572
- "NumberOfDecreasesToday": int,
1573
- "ReadCapacityUnits": int,
1574
- "WriteCapacityUnits": int,
1575
- "ResponseMetadata": "ResponseMetadataTypeDef",
1576
- },
1577
- )
1578
-
1579
1473
  PutRequestServiceResourceTypeDef = TypedDict(
1580
1474
  "PutRequestServiceResourceTypeDef",
1581
1475
  {
@@ -1619,28 +1513,6 @@ TableClassSummaryTypeDef = TypedDict(
1619
1513
  total=False,
1620
1514
  )
1621
1515
 
1622
- ResponseMetadataTypeDef = TypedDict(
1623
- "ResponseMetadataTypeDef",
1624
- {
1625
- "RequestId": str,
1626
- "HostId": str,
1627
- "HTTPStatusCode": int,
1628
- "HTTPHeaders": Dict[str, str],
1629
- "RetryAttempts": int,
1630
- },
1631
- )
1632
-
1633
- RestoreSummaryResponseMetadataTypeDef = TypedDict(
1634
- "RestoreSummaryResponseMetadataTypeDef",
1635
- {
1636
- "SourceBackupArn": str,
1637
- "SourceTableArn": str,
1638
- "RestoreDateTime": datetime,
1639
- "RestoreInProgress": bool,
1640
- "ResponseMetadata": "ResponseMetadataTypeDef",
1641
- },
1642
- )
1643
-
1644
1516
  _RequiredRestoreSummaryTableTypeDef = TypedDict(
1645
1517
  "_RequiredRestoreSummaryTableTypeDef",
1646
1518
  {
@@ -1681,17 +1553,6 @@ _OptionalRestoreSummaryTypeDef = TypedDict(
1681
1553
  class RestoreSummaryTypeDef(_RequiredRestoreSummaryTypeDef, _OptionalRestoreSummaryTypeDef):
1682
1554
  pass
1683
1555
 
1684
- SSEDescriptionResponseMetadataTypeDef = TypedDict(
1685
- "SSEDescriptionResponseMetadataTypeDef",
1686
- {
1687
- "Status": SSEStatusType,
1688
- "SSEType": SSETypeType,
1689
- "KMSMasterKeyArn": str,
1690
- "InaccessibleEncryptionDateTime": datetime,
1691
- "ResponseMetadata": "ResponseMetadataTypeDef",
1692
- },
1693
- )
1694
-
1695
1556
  SSEDescriptionTableTypeDef = TypedDict(
1696
1557
  "SSEDescriptionTableTypeDef",
1697
1558
  {
@@ -1724,15 +1585,6 @@ SSESpecificationTableTypeDef = TypedDict(
1724
1585
  total=False,
1725
1586
  )
1726
1587
 
1727
- StreamSpecificationResponseMetadataTypeDef = TypedDict(
1728
- "StreamSpecificationResponseMetadataTypeDef",
1729
- {
1730
- "StreamEnabled": bool,
1731
- "StreamViewType": StreamViewTypeType,
1732
- "ResponseMetadata": "ResponseMetadataTypeDef",
1733
- },
1734
- )
1735
-
1736
1588
  _RequiredStreamSpecificationTableTypeDef = TypedDict(
1737
1589
  "_RequiredStreamSpecificationTableTypeDef",
1738
1590
  {
@@ -1760,15 +1612,6 @@ TableBatchWriterRequestTypeDef = TypedDict(
1760
1612
  total=False,
1761
1613
  )
1762
1614
 
1763
- TableClassSummaryResponseMetadataTypeDef = TypedDict(
1764
- "TableClassSummaryResponseMetadataTypeDef",
1765
- {
1766
- "TableClass": TableClassType,
1767
- "LastUpdateDateTime": datetime,
1768
- "ResponseMetadata": "ResponseMetadataTypeDef",
1769
- },
1770
- )
1771
-
1772
1615
  TimeToLiveSpecificationTypeDef = TypedDict(
1773
1616
  "TimeToLiveSpecificationTypeDef",
1774
1617
  {
@@ -1792,19 +1635,136 @@ _RequiredUpdateContributorInsightsInputRequestTypeDef = TypedDict(
1792
1635
  "ContributorInsightsAction": ContributorInsightsActionType,
1793
1636
  },
1794
1637
  )
1795
- _OptionalUpdateContributorInsightsInputRequestTypeDef = TypedDict(
1796
- "_OptionalUpdateContributorInsightsInputRequestTypeDef",
1638
+ _OptionalUpdateContributorInsightsInputRequestTypeDef = TypedDict(
1639
+ "_OptionalUpdateContributorInsightsInputRequestTypeDef",
1640
+ {
1641
+ "IndexName": str,
1642
+ },
1643
+ total=False,
1644
+ )
1645
+
1646
+ class UpdateContributorInsightsInputRequestTypeDef(
1647
+ _RequiredUpdateContributorInsightsInputRequestTypeDef,
1648
+ _OptionalUpdateContributorInsightsInputRequestTypeDef,
1649
+ ):
1650
+ pass
1651
+
1652
+ ArchivalSummaryResponseMetadataTypeDef = TypedDict(
1653
+ "ArchivalSummaryResponseMetadataTypeDef",
1654
+ {
1655
+ "ArchivalDateTime": datetime,
1656
+ "ArchivalReason": str,
1657
+ "ArchivalBackupArn": str,
1658
+ "ResponseMetadata": ResponseMetadataTypeDef,
1659
+ },
1660
+ )
1661
+
1662
+ BillingModeSummaryResponseMetadataTypeDef = TypedDict(
1663
+ "BillingModeSummaryResponseMetadataTypeDef",
1664
+ {
1665
+ "BillingMode": BillingModeType,
1666
+ "LastUpdateToPayPerRequestDateTime": datetime,
1667
+ "ResponseMetadata": ResponseMetadataTypeDef,
1668
+ },
1669
+ )
1670
+
1671
+ DescribeLimitsOutputTypeDef = TypedDict(
1672
+ "DescribeLimitsOutputTypeDef",
1673
+ {
1674
+ "AccountMaxReadCapacityUnits": int,
1675
+ "AccountMaxWriteCapacityUnits": int,
1676
+ "TableMaxReadCapacityUnits": int,
1677
+ "TableMaxWriteCapacityUnits": int,
1678
+ "ResponseMetadata": ResponseMetadataTypeDef,
1679
+ },
1680
+ )
1681
+
1682
+ EmptyResponseMetadataTypeDef = TypedDict(
1683
+ "EmptyResponseMetadataTypeDef",
1684
+ {
1685
+ "ResponseMetadata": ResponseMetadataTypeDef,
1686
+ },
1687
+ )
1688
+
1689
+ KinesisStreamingDestinationOutputTypeDef = TypedDict(
1690
+ "KinesisStreamingDestinationOutputTypeDef",
1691
+ {
1692
+ "TableName": str,
1693
+ "StreamArn": str,
1694
+ "DestinationStatus": DestinationStatusType,
1695
+ "ResponseMetadata": ResponseMetadataTypeDef,
1696
+ },
1697
+ )
1698
+
1699
+ ListTablesOutputTableTypeDef = TypedDict(
1700
+ "ListTablesOutputTableTypeDef",
1701
+ {
1702
+ "TableNames": List[str],
1703
+ "LastEvaluatedTableName": str,
1704
+ "ResponseMetadata": ResponseMetadataTypeDef,
1705
+ },
1706
+ )
1707
+
1708
+ ListTablesOutputTypeDef = TypedDict(
1709
+ "ListTablesOutputTypeDef",
1710
+ {
1711
+ "TableNames": List[str],
1712
+ "LastEvaluatedTableName": str,
1713
+ "ResponseMetadata": ResponseMetadataTypeDef,
1714
+ },
1715
+ )
1716
+
1717
+ ProvisionedThroughputDescriptionResponseMetadataTypeDef = TypedDict(
1718
+ "ProvisionedThroughputDescriptionResponseMetadataTypeDef",
1719
+ {
1720
+ "LastIncreaseDateTime": datetime,
1721
+ "LastDecreaseDateTime": datetime,
1722
+ "NumberOfDecreasesToday": int,
1723
+ "ReadCapacityUnits": int,
1724
+ "WriteCapacityUnits": int,
1725
+ "ResponseMetadata": ResponseMetadataTypeDef,
1726
+ },
1727
+ )
1728
+
1729
+ RestoreSummaryResponseMetadataTypeDef = TypedDict(
1730
+ "RestoreSummaryResponseMetadataTypeDef",
1731
+ {
1732
+ "SourceBackupArn": str,
1733
+ "SourceTableArn": str,
1734
+ "RestoreDateTime": datetime,
1735
+ "RestoreInProgress": bool,
1736
+ "ResponseMetadata": ResponseMetadataTypeDef,
1737
+ },
1738
+ )
1739
+
1740
+ SSEDescriptionResponseMetadataTypeDef = TypedDict(
1741
+ "SSEDescriptionResponseMetadataTypeDef",
1742
+ {
1743
+ "Status": SSEStatusType,
1744
+ "SSEType": SSETypeType,
1745
+ "KMSMasterKeyArn": str,
1746
+ "InaccessibleEncryptionDateTime": datetime,
1747
+ "ResponseMetadata": ResponseMetadataTypeDef,
1748
+ },
1749
+ )
1750
+
1751
+ StreamSpecificationResponseMetadataTypeDef = TypedDict(
1752
+ "StreamSpecificationResponseMetadataTypeDef",
1797
1753
  {
1798
- "IndexName": str,
1754
+ "StreamEnabled": bool,
1755
+ "StreamViewType": StreamViewTypeType,
1756
+ "ResponseMetadata": ResponseMetadataTypeDef,
1799
1757
  },
1800
- total=False,
1801
1758
  )
1802
1759
 
1803
- class UpdateContributorInsightsInputRequestTypeDef(
1804
- _RequiredUpdateContributorInsightsInputRequestTypeDef,
1805
- _OptionalUpdateContributorInsightsInputRequestTypeDef,
1806
- ):
1807
- pass
1760
+ TableClassSummaryResponseMetadataTypeDef = TypedDict(
1761
+ "TableClassSummaryResponseMetadataTypeDef",
1762
+ {
1763
+ "TableClass": TableClassType,
1764
+ "LastUpdateDateTime": datetime,
1765
+ "ResponseMetadata": ResponseMetadataTypeDef,
1766
+ },
1767
+ )
1808
1768
 
1809
1769
  UpdateContributorInsightsOutputTypeDef = TypedDict(
1810
1770
  "UpdateContributorInsightsOutputTypeDef",
@@ -1812,7 +1772,7 @@ UpdateContributorInsightsOutputTypeDef = TypedDict(
1812
1772
  "TableName": str,
1813
1773
  "IndexName": str,
1814
1774
  "ContributorInsightsStatus": ContributorInsightsStatusType,
1815
- "ResponseMetadata": "ResponseMetadataTypeDef",
1775
+ "ResponseMetadata": ResponseMetadataTypeDef,
1816
1776
  },
1817
1777
  )
1818
1778
 
@@ -2543,7 +2503,7 @@ CreateBackupOutputTypeDef = TypedDict(
2543
2503
  "CreateBackupOutputTypeDef",
2544
2504
  {
2545
2505
  "BackupDetails": BackupDetailsTypeDef,
2546
- "ResponseMetadata": "ResponseMetadataTypeDef",
2506
+ "ResponseMetadata": ResponseMetadataTypeDef,
2547
2507
  },
2548
2508
  )
2549
2509
 
@@ -2552,7 +2512,7 @@ ListBackupsOutputTableTypeDef = TypedDict(
2552
2512
  {
2553
2513
  "BackupSummaries": List[BackupSummaryTableTypeDef],
2554
2514
  "LastEvaluatedBackupArn": str,
2555
- "ResponseMetadata": "ResponseMetadataTypeDef",
2515
+ "ResponseMetadata": ResponseMetadataTypeDef,
2556
2516
  },
2557
2517
  )
2558
2518
 
@@ -2561,7 +2521,7 @@ ListBackupsOutputTypeDef = TypedDict(
2561
2521
  {
2562
2522
  "BackupSummaries": List[BackupSummaryTypeDef],
2563
2523
  "LastEvaluatedBackupArn": str,
2564
- "ResponseMetadata": "ResponseMetadataTypeDef",
2524
+ "ResponseMetadata": ResponseMetadataTypeDef,
2565
2525
  },
2566
2526
  )
2567
2527
 
@@ -2637,57 +2597,6 @@ ConsumedCapacityTypeDef = TypedDict(
2637
2597
  total=False,
2638
2598
  )
2639
2599
 
2640
- _RequiredQueryInputQueryPaginateTypeDef = TypedDict(
2641
- "_RequiredQueryInputQueryPaginateTypeDef",
2642
- {
2643
- "TableName": str,
2644
- },
2645
- )
2646
- _OptionalQueryInputQueryPaginateTypeDef = TypedDict(
2647
- "_OptionalQueryInputQueryPaginateTypeDef",
2648
- {
2649
- "IndexName": str,
2650
- "Select": SelectType,
2651
- "AttributesToGet": Sequence[str],
2652
- "ConsistentRead": bool,
2653
- "KeyConditions": Mapping[str, ConditionTableTypeDef],
2654
- "QueryFilter": Mapping[str, ConditionTableTypeDef],
2655
- "ConditionalOperator": ConditionalOperatorType,
2656
- "ScanIndexForward": bool,
2657
- "ReturnConsumedCapacity": ReturnConsumedCapacityType,
2658
- "ProjectionExpression": str,
2659
- "FilterExpression": str,
2660
- "KeyConditionExpression": str,
2661
- "ExpressionAttributeNames": Mapping[str, str],
2662
- "ExpressionAttributeValues": Mapping[
2663
- str,
2664
- Union[
2665
- bytes,
2666
- bytearray,
2667
- str,
2668
- int,
2669
- Decimal,
2670
- bool,
2671
- Set[int],
2672
- Set[Decimal],
2673
- Set[str],
2674
- Set[bytes],
2675
- Set[bytearray],
2676
- Sequence[Any],
2677
- Mapping[str, Any],
2678
- None,
2679
- ],
2680
- ],
2681
- "PaginationConfig": "PaginatorConfigTypeDef",
2682
- },
2683
- total=False,
2684
- )
2685
-
2686
- class QueryInputQueryPaginateTypeDef(
2687
- _RequiredQueryInputQueryPaginateTypeDef, _OptionalQueryInputQueryPaginateTypeDef
2688
- ):
2689
- pass
2690
-
2691
2600
  QueryInputTableQueryTypeDef = TypedDict(
2692
2601
  "QueryInputTableQueryTypeDef",
2693
2602
  {
@@ -2747,56 +2656,6 @@ QueryInputTableQueryTypeDef = TypedDict(
2747
2656
  total=False,
2748
2657
  )
2749
2658
 
2750
- _RequiredScanInputScanPaginateTypeDef = TypedDict(
2751
- "_RequiredScanInputScanPaginateTypeDef",
2752
- {
2753
- "TableName": str,
2754
- },
2755
- )
2756
- _OptionalScanInputScanPaginateTypeDef = TypedDict(
2757
- "_OptionalScanInputScanPaginateTypeDef",
2758
- {
2759
- "IndexName": str,
2760
- "AttributesToGet": Sequence[str],
2761
- "Select": SelectType,
2762
- "ScanFilter": Mapping[str, ConditionTableTypeDef],
2763
- "ConditionalOperator": ConditionalOperatorType,
2764
- "ReturnConsumedCapacity": ReturnConsumedCapacityType,
2765
- "TotalSegments": int,
2766
- "Segment": int,
2767
- "ProjectionExpression": str,
2768
- "FilterExpression": str,
2769
- "ExpressionAttributeNames": Mapping[str, str],
2770
- "ExpressionAttributeValues": Mapping[
2771
- str,
2772
- Union[
2773
- bytes,
2774
- bytearray,
2775
- str,
2776
- int,
2777
- Decimal,
2778
- bool,
2779
- Set[int],
2780
- Set[Decimal],
2781
- Set[str],
2782
- Set[bytes],
2783
- Set[bytearray],
2784
- Sequence[Any],
2785
- Mapping[str, Any],
2786
- None,
2787
- ],
2788
- ],
2789
- "ConsistentRead": bool,
2790
- "PaginationConfig": "PaginatorConfigTypeDef",
2791
- },
2792
- total=False,
2793
- )
2794
-
2795
- class ScanInputScanPaginateTypeDef(
2796
- _RequiredScanInputScanPaginateTypeDef, _OptionalScanInputScanPaginateTypeDef
2797
- ):
2798
- pass
2799
-
2800
2659
  ScanInputTableScanTypeDef = TypedDict(
2801
2660
  "ScanInputTableScanTypeDef",
2802
2661
  {
@@ -2879,7 +2738,7 @@ ListContributorInsightsOutputTypeDef = TypedDict(
2879
2738
  {
2880
2739
  "ContributorInsightsSummaries": List[ContributorInsightsSummaryTypeDef],
2881
2740
  "NextToken": str,
2882
- "ResponseMetadata": "ResponseMetadataTypeDef",
2741
+ "ResponseMetadata": ResponseMetadataTypeDef,
2883
2742
  },
2884
2743
  )
2885
2744
 
@@ -3125,7 +2984,7 @@ ListTagsOfResourceOutputTypeDef = TypedDict(
3125
2984
  {
3126
2985
  "Tags": List[TagTypeDef],
3127
2986
  "NextToken": str,
3128
- "ResponseMetadata": "ResponseMetadataTypeDef",
2987
+ "ResponseMetadata": ResponseMetadataTypeDef,
3129
2988
  },
3130
2989
  )
3131
2990
 
@@ -3351,7 +3210,7 @@ DescribeContributorInsightsOutputTypeDef = TypedDict(
3351
3210
  "ContributorInsightsStatus": ContributorInsightsStatusType,
3352
3211
  "LastUpdateDateTime": datetime,
3353
3212
  "FailureException": FailureExceptionTypeDef,
3354
- "ResponseMetadata": "ResponseMetadataTypeDef",
3213
+ "ResponseMetadata": ResponseMetadataTypeDef,
3355
3214
  },
3356
3215
  )
3357
3216
 
@@ -3359,7 +3218,7 @@ DescribeEndpointsResponseTypeDef = TypedDict(
3359
3218
  "DescribeEndpointsResponseTypeDef",
3360
3219
  {
3361
3220
  "Endpoints": List[EndpointTypeDef],
3362
- "ResponseMetadata": "ResponseMetadataTypeDef",
3221
+ "ResponseMetadata": ResponseMetadataTypeDef,
3363
3222
  },
3364
3223
  )
3365
3224
 
@@ -3367,7 +3226,7 @@ DescribeExportOutputTypeDef = TypedDict(
3367
3226
  "DescribeExportOutputTypeDef",
3368
3227
  {
3369
3228
  "ExportDescription": ExportDescriptionTypeDef,
3370
- "ResponseMetadata": "ResponseMetadataTypeDef",
3229
+ "ResponseMetadata": ResponseMetadataTypeDef,
3371
3230
  },
3372
3231
  )
3373
3232
 
@@ -3375,7 +3234,7 @@ ExportTableToPointInTimeOutputTypeDef = TypedDict(
3375
3234
  "ExportTableToPointInTimeOutputTypeDef",
3376
3235
  {
3377
3236
  "ExportDescription": ExportDescriptionTypeDef,
3378
- "ResponseMetadata": "ResponseMetadataTypeDef",
3237
+ "ResponseMetadata": ResponseMetadataTypeDef,
3379
3238
  },
3380
3239
  )
3381
3240
 
@@ -3384,7 +3243,7 @@ DescribeKinesisStreamingDestinationOutputTypeDef = TypedDict(
3384
3243
  {
3385
3244
  "TableName": str,
3386
3245
  "KinesisDataStreamDestinations": List[KinesisDataStreamDestinationTypeDef],
3387
- "ResponseMetadata": "ResponseMetadataTypeDef",
3246
+ "ResponseMetadata": ResponseMetadataTypeDef,
3388
3247
  },
3389
3248
  )
3390
3249
 
@@ -3432,7 +3291,7 @@ DescribeTimeToLiveOutputTypeDef = TypedDict(
3432
3291
  "DescribeTimeToLiveOutputTypeDef",
3433
3292
  {
3434
3293
  "TimeToLiveDescription": TimeToLiveDescriptionTypeDef,
3435
- "ResponseMetadata": "ResponseMetadataTypeDef",
3294
+ "ResponseMetadata": ResponseMetadataTypeDef,
3436
3295
  },
3437
3296
  )
3438
3297
 
@@ -3441,7 +3300,7 @@ ListExportsOutputTypeDef = TypedDict(
3441
3300
  {
3442
3301
  "ExportSummaries": List[ExportSummaryTypeDef],
3443
3302
  "NextToken": str,
3444
- "ResponseMetadata": "ResponseMetadataTypeDef",
3303
+ "ResponseMetadata": ResponseMetadataTypeDef,
3445
3304
  },
3446
3305
  )
3447
3306
 
@@ -3523,12 +3382,153 @@ ImportSummaryTypeDef = TypedDict(
3523
3382
  total=False,
3524
3383
  )
3525
3384
 
3385
+ ListBackupsInputListBackupsPaginateTypeDef = TypedDict(
3386
+ "ListBackupsInputListBackupsPaginateTypeDef",
3387
+ {
3388
+ "TableName": str,
3389
+ "TimeRangeLowerBound": Union[datetime, str],
3390
+ "TimeRangeUpperBound": Union[datetime, str],
3391
+ "BackupType": BackupTypeFilterType,
3392
+ "PaginationConfig": PaginatorConfigTypeDef,
3393
+ },
3394
+ total=False,
3395
+ )
3396
+
3397
+ ListTablesInputListTablesPaginateTypeDef = TypedDict(
3398
+ "ListTablesInputListTablesPaginateTypeDef",
3399
+ {
3400
+ "PaginationConfig": PaginatorConfigTypeDef,
3401
+ },
3402
+ total=False,
3403
+ )
3404
+
3405
+ _RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef = TypedDict(
3406
+ "_RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
3407
+ {
3408
+ "ResourceArn": str,
3409
+ },
3410
+ )
3411
+ _OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef = TypedDict(
3412
+ "_OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef",
3413
+ {
3414
+ "PaginationConfig": PaginatorConfigTypeDef,
3415
+ },
3416
+ total=False,
3417
+ )
3418
+
3419
+ class ListTagsOfResourceInputListTagsOfResourcePaginateTypeDef(
3420
+ _RequiredListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
3421
+ _OptionalListTagsOfResourceInputListTagsOfResourcePaginateTypeDef,
3422
+ ):
3423
+ pass
3424
+
3425
+ _RequiredQueryInputQueryPaginateTypeDef = TypedDict(
3426
+ "_RequiredQueryInputQueryPaginateTypeDef",
3427
+ {
3428
+ "TableName": str,
3429
+ },
3430
+ )
3431
+ _OptionalQueryInputQueryPaginateTypeDef = TypedDict(
3432
+ "_OptionalQueryInputQueryPaginateTypeDef",
3433
+ {
3434
+ "IndexName": str,
3435
+ "Select": SelectType,
3436
+ "AttributesToGet": Sequence[str],
3437
+ "ConsistentRead": bool,
3438
+ "KeyConditions": Mapping[str, ConditionTableTypeDef],
3439
+ "QueryFilter": Mapping[str, ConditionTableTypeDef],
3440
+ "ConditionalOperator": ConditionalOperatorType,
3441
+ "ScanIndexForward": bool,
3442
+ "ReturnConsumedCapacity": ReturnConsumedCapacityType,
3443
+ "ProjectionExpression": str,
3444
+ "FilterExpression": str,
3445
+ "KeyConditionExpression": str,
3446
+ "ExpressionAttributeNames": Mapping[str, str],
3447
+ "ExpressionAttributeValues": Mapping[
3448
+ str,
3449
+ Union[
3450
+ bytes,
3451
+ bytearray,
3452
+ str,
3453
+ int,
3454
+ Decimal,
3455
+ bool,
3456
+ Set[int],
3457
+ Set[Decimal],
3458
+ Set[str],
3459
+ Set[bytes],
3460
+ Set[bytearray],
3461
+ Sequence[Any],
3462
+ Mapping[str, Any],
3463
+ None,
3464
+ ],
3465
+ ],
3466
+ "PaginationConfig": PaginatorConfigTypeDef,
3467
+ },
3468
+ total=False,
3469
+ )
3470
+
3471
+ class QueryInputQueryPaginateTypeDef(
3472
+ _RequiredQueryInputQueryPaginateTypeDef, _OptionalQueryInputQueryPaginateTypeDef
3473
+ ):
3474
+ pass
3475
+
3476
+ _RequiredScanInputScanPaginateTypeDef = TypedDict(
3477
+ "_RequiredScanInputScanPaginateTypeDef",
3478
+ {
3479
+ "TableName": str,
3480
+ },
3481
+ )
3482
+ _OptionalScanInputScanPaginateTypeDef = TypedDict(
3483
+ "_OptionalScanInputScanPaginateTypeDef",
3484
+ {
3485
+ "IndexName": str,
3486
+ "AttributesToGet": Sequence[str],
3487
+ "Select": SelectType,
3488
+ "ScanFilter": Mapping[str, ConditionTableTypeDef],
3489
+ "ConditionalOperator": ConditionalOperatorType,
3490
+ "ReturnConsumedCapacity": ReturnConsumedCapacityType,
3491
+ "TotalSegments": int,
3492
+ "Segment": int,
3493
+ "ProjectionExpression": str,
3494
+ "FilterExpression": str,
3495
+ "ExpressionAttributeNames": Mapping[str, str],
3496
+ "ExpressionAttributeValues": Mapping[
3497
+ str,
3498
+ Union[
3499
+ bytes,
3500
+ bytearray,
3501
+ str,
3502
+ int,
3503
+ Decimal,
3504
+ bool,
3505
+ Set[int],
3506
+ Set[Decimal],
3507
+ Set[str],
3508
+ Set[bytes],
3509
+ Set[bytearray],
3510
+ Sequence[Any],
3511
+ Mapping[str, Any],
3512
+ None,
3513
+ ],
3514
+ ],
3515
+ "ConsistentRead": bool,
3516
+ "PaginationConfig": PaginatorConfigTypeDef,
3517
+ },
3518
+ total=False,
3519
+ )
3520
+
3521
+ class ScanInputScanPaginateTypeDef(
3522
+ _RequiredScanInputScanPaginateTypeDef, _OptionalScanInputScanPaginateTypeDef
3523
+ ):
3524
+ pass
3525
+
3526
3526
  ListTagsOfResourceOutputTableTypeDef = TypedDict(
3527
3527
  "ListTagsOfResourceOutputTableTypeDef",
3528
3528
  {
3529
3529
  "Tags": List[TagTableTypeDef],
3530
3530
  "NextToken": str,
3531
- "ResponseMetadata": "ResponseMetadataTypeDef",
3531
+ "ResponseMetadata": ResponseMetadataTypeDef,
3532
3532
  },
3533
3533
  )
3534
3534
 
@@ -3561,7 +3561,7 @@ UpdateTimeToLiveOutputTypeDef = TypedDict(
3561
3561
  "UpdateTimeToLiveOutputTypeDef",
3562
3562
  {
3563
3563
  "TimeToLiveSpecification": TimeToLiveSpecificationTypeDef,
3564
- "ResponseMetadata": "ResponseMetadataTypeDef",
3564
+ "ResponseMetadata": ResponseMetadataTypeDef,
3565
3565
  },
3566
3566
  )
3567
3567
 
@@ -4062,7 +4062,7 @@ BatchGetItemOutputServiceResourceTypeDef = TypedDict(
4062
4062
  ],
4063
4063
  "UnprocessedKeys": Dict[str, KeysAndAttributesServiceResourceTypeDef],
4064
4064
  "ConsumedCapacity": List[ConsumedCapacityServiceResourceTypeDef],
4065
- "ResponseMetadata": "ResponseMetadataTypeDef",
4065
+ "ResponseMetadata": ResponseMetadataTypeDef,
4066
4066
  },
4067
4067
  )
4068
4068
 
@@ -4090,7 +4090,7 @@ DeleteItemOutputTableTypeDef = TypedDict(
4090
4090
  ],
4091
4091
  "ConsumedCapacity": ConsumedCapacityTableTypeDef,
4092
4092
  "ItemCollectionMetrics": ItemCollectionMetricsTableTypeDef,
4093
- "ResponseMetadata": "ResponseMetadataTypeDef",
4093
+ "ResponseMetadata": ResponseMetadataTypeDef,
4094
4094
  },
4095
4095
  )
4096
4096
 
@@ -4117,7 +4117,7 @@ GetItemOutputTableTypeDef = TypedDict(
4117
4117
  ],
4118
4118
  ],
4119
4119
  "ConsumedCapacity": ConsumedCapacityTableTypeDef,
4120
- "ResponseMetadata": "ResponseMetadataTypeDef",
4120
+ "ResponseMetadata": ResponseMetadataTypeDef,
4121
4121
  },
4122
4122
  )
4123
4123
 
@@ -4145,7 +4145,7 @@ PutItemOutputTableTypeDef = TypedDict(
4145
4145
  ],
4146
4146
  "ConsumedCapacity": ConsumedCapacityTableTypeDef,
4147
4147
  "ItemCollectionMetrics": ItemCollectionMetricsTableTypeDef,
4148
- "ResponseMetadata": "ResponseMetadataTypeDef",
4148
+ "ResponseMetadata": ResponseMetadataTypeDef,
4149
4149
  },
4150
4150
  )
4151
4151
 
@@ -4195,7 +4195,7 @@ QueryOutputTableTypeDef = TypedDict(
4195
4195
  ],
4196
4196
  ],
4197
4197
  "ConsumedCapacity": ConsumedCapacityTableTypeDef,
4198
- "ResponseMetadata": "ResponseMetadataTypeDef",
4198
+ "ResponseMetadata": ResponseMetadataTypeDef,
4199
4199
  },
4200
4200
  )
4201
4201
 
@@ -4245,7 +4245,7 @@ ScanOutputTableTypeDef = TypedDict(
4245
4245
  ],
4246
4246
  ],
4247
4247
  "ConsumedCapacity": ConsumedCapacityTableTypeDef,
4248
- "ResponseMetadata": "ResponseMetadataTypeDef",
4248
+ "ResponseMetadata": ResponseMetadataTypeDef,
4249
4249
  },
4250
4250
  )
4251
4251
 
@@ -4273,7 +4273,7 @@ UpdateItemOutputTableTypeDef = TypedDict(
4273
4273
  ],
4274
4274
  "ConsumedCapacity": ConsumedCapacityTableTypeDef,
4275
4275
  "ItemCollectionMetrics": ItemCollectionMetricsTableTypeDef,
4276
- "ResponseMetadata": "ResponseMetadataTypeDef",
4276
+ "ResponseMetadata": ResponseMetadataTypeDef,
4277
4277
  },
4278
4278
  )
4279
4279
 
@@ -4282,7 +4282,7 @@ BatchExecuteStatementOutputTypeDef = TypedDict(
4282
4282
  {
4283
4283
  "Responses": List[BatchStatementResponseTypeDef],
4284
4284
  "ConsumedCapacity": List[ConsumedCapacityTypeDef],
4285
- "ResponseMetadata": "ResponseMetadataTypeDef",
4285
+ "ResponseMetadata": ResponseMetadataTypeDef,
4286
4286
  },
4287
4287
  )
4288
4288
 
@@ -4292,7 +4292,7 @@ BatchGetItemOutputTypeDef = TypedDict(
4292
4292
  "Responses": Dict[str, List[Dict[str, AttributeValueTypeDef]]],
4293
4293
  "UnprocessedKeys": Dict[str, KeysAndAttributesTypeDef],
4294
4294
  "ConsumedCapacity": List[ConsumedCapacityTypeDef],
4295
- "ResponseMetadata": "ResponseMetadataTypeDef",
4295
+ "ResponseMetadata": ResponseMetadataTypeDef,
4296
4296
  },
4297
4297
  )
4298
4298
 
@@ -4302,7 +4302,7 @@ DeleteItemOutputTypeDef = TypedDict(
4302
4302
  "Attributes": Dict[str, AttributeValueTypeDef],
4303
4303
  "ConsumedCapacity": ConsumedCapacityTypeDef,
4304
4304
  "ItemCollectionMetrics": ItemCollectionMetricsTypeDef,
4305
- "ResponseMetadata": "ResponseMetadataTypeDef",
4305
+ "ResponseMetadata": ResponseMetadataTypeDef,
4306
4306
  },
4307
4307
  )
4308
4308
 
@@ -4313,7 +4313,7 @@ ExecuteStatementOutputTypeDef = TypedDict(
4313
4313
  "NextToken": str,
4314
4314
  "ConsumedCapacity": ConsumedCapacityTypeDef,
4315
4315
  "LastEvaluatedKey": Dict[str, AttributeValueTypeDef],
4316
- "ResponseMetadata": "ResponseMetadataTypeDef",
4316
+ "ResponseMetadata": ResponseMetadataTypeDef,
4317
4317
  },
4318
4318
  )
4319
4319
 
@@ -4322,7 +4322,7 @@ ExecuteTransactionOutputTypeDef = TypedDict(
4322
4322
  {
4323
4323
  "Responses": List[ItemResponseTypeDef],
4324
4324
  "ConsumedCapacity": List[ConsumedCapacityTypeDef],
4325
- "ResponseMetadata": "ResponseMetadataTypeDef",
4325
+ "ResponseMetadata": ResponseMetadataTypeDef,
4326
4326
  },
4327
4327
  )
4328
4328
 
@@ -4331,7 +4331,7 @@ GetItemOutputTypeDef = TypedDict(
4331
4331
  {
4332
4332
  "Item": Dict[str, AttributeValueTypeDef],
4333
4333
  "ConsumedCapacity": ConsumedCapacityTypeDef,
4334
- "ResponseMetadata": "ResponseMetadataTypeDef",
4334
+ "ResponseMetadata": ResponseMetadataTypeDef,
4335
4335
  },
4336
4336
  )
4337
4337
 
@@ -4341,7 +4341,7 @@ PutItemOutputTypeDef = TypedDict(
4341
4341
  "Attributes": Dict[str, AttributeValueTypeDef],
4342
4342
  "ConsumedCapacity": ConsumedCapacityTypeDef,
4343
4343
  "ItemCollectionMetrics": ItemCollectionMetricsTypeDef,
4344
- "ResponseMetadata": "ResponseMetadataTypeDef",
4344
+ "ResponseMetadata": ResponseMetadataTypeDef,
4345
4345
  },
4346
4346
  )
4347
4347
 
@@ -4353,7 +4353,7 @@ QueryOutputTypeDef = TypedDict(
4353
4353
  "ScannedCount": int,
4354
4354
  "LastEvaluatedKey": Dict[str, AttributeValueTypeDef],
4355
4355
  "ConsumedCapacity": ConsumedCapacityTypeDef,
4356
- "ResponseMetadata": "ResponseMetadataTypeDef",
4356
+ "ResponseMetadata": ResponseMetadataTypeDef,
4357
4357
  },
4358
4358
  )
4359
4359
 
@@ -4365,7 +4365,7 @@ ScanOutputTypeDef = TypedDict(
4365
4365
  "ScannedCount": int,
4366
4366
  "LastEvaluatedKey": Dict[str, AttributeValueTypeDef],
4367
4367
  "ConsumedCapacity": ConsumedCapacityTypeDef,
4368
- "ResponseMetadata": "ResponseMetadataTypeDef",
4368
+ "ResponseMetadata": ResponseMetadataTypeDef,
4369
4369
  },
4370
4370
  )
4371
4371
 
@@ -4374,7 +4374,7 @@ TransactGetItemsOutputTypeDef = TypedDict(
4374
4374
  {
4375
4375
  "ConsumedCapacity": List[ConsumedCapacityTypeDef],
4376
4376
  "Responses": List[ItemResponseTypeDef],
4377
- "ResponseMetadata": "ResponseMetadataTypeDef",
4377
+ "ResponseMetadata": ResponseMetadataTypeDef,
4378
4378
  },
4379
4379
  )
4380
4380
 
@@ -4383,7 +4383,7 @@ TransactWriteItemsOutputTypeDef = TypedDict(
4383
4383
  {
4384
4384
  "ConsumedCapacity": List[ConsumedCapacityTypeDef],
4385
4385
  "ItemCollectionMetrics": Dict[str, List[ItemCollectionMetricsTypeDef]],
4386
- "ResponseMetadata": "ResponseMetadataTypeDef",
4386
+ "ResponseMetadata": ResponseMetadataTypeDef,
4387
4387
  },
4388
4388
  )
4389
4389
 
@@ -4393,7 +4393,7 @@ UpdateItemOutputTypeDef = TypedDict(
4393
4393
  "Attributes": Dict[str, AttributeValueTypeDef],
4394
4394
  "ConsumedCapacity": ConsumedCapacityTypeDef,
4395
4395
  "ItemCollectionMetrics": ItemCollectionMetricsTypeDef,
4396
- "ResponseMetadata": "ResponseMetadataTypeDef",
4396
+ "ResponseMetadata": ResponseMetadataTypeDef,
4397
4397
  },
4398
4398
  )
4399
4399
 
@@ -4401,7 +4401,7 @@ DescribeContinuousBackupsOutputTypeDef = TypedDict(
4401
4401
  "DescribeContinuousBackupsOutputTypeDef",
4402
4402
  {
4403
4403
  "ContinuousBackupsDescription": ContinuousBackupsDescriptionTypeDef,
4404
- "ResponseMetadata": "ResponseMetadataTypeDef",
4404
+ "ResponseMetadata": ResponseMetadataTypeDef,
4405
4405
  },
4406
4406
  )
4407
4407
 
@@ -4409,7 +4409,7 @@ UpdateContinuousBackupsOutputTypeDef = TypedDict(
4409
4409
  "UpdateContinuousBackupsOutputTypeDef",
4410
4410
  {
4411
4411
  "ContinuousBackupsDescription": ContinuousBackupsDescriptionTypeDef,
4412
- "ResponseMetadata": "ResponseMetadataTypeDef",
4412
+ "ResponseMetadata": ResponseMetadataTypeDef,
4413
4413
  },
4414
4414
  )
4415
4415
 
@@ -4556,7 +4556,7 @@ ListGlobalTablesOutputTypeDef = TypedDict(
4556
4556
  {
4557
4557
  "GlobalTables": List[GlobalTableTypeDef],
4558
4558
  "LastEvaluatedGlobalTableName": str,
4559
- "ResponseMetadata": "ResponseMetadataTypeDef",
4559
+ "ResponseMetadata": ResponseMetadataTypeDef,
4560
4560
  },
4561
4561
  )
4562
4562
 
@@ -4727,7 +4727,7 @@ ListImportsOutputTypeDef = TypedDict(
4727
4727
  {
4728
4728
  "ImportSummaryList": List[ImportSummaryTypeDef],
4729
4729
  "NextToken": str,
4730
- "ResponseMetadata": "ResponseMetadataTypeDef",
4730
+ "ResponseMetadata": ResponseMetadataTypeDef,
4731
4731
  },
4732
4732
  )
4733
4733
 
@@ -4758,7 +4758,7 @@ BatchWriteItemOutputServiceResourceTypeDef = TypedDict(
4758
4758
  "UnprocessedItems": Dict[str, List[WriteRequestServiceResourceTypeDef]],
4759
4759
  "ItemCollectionMetrics": Dict[str, List[ItemCollectionMetricsServiceResourceTypeDef]],
4760
4760
  "ConsumedCapacity": List[ConsumedCapacityServiceResourceTypeDef],
4761
- "ResponseMetadata": "ResponseMetadataTypeDef",
4761
+ "ResponseMetadata": ResponseMetadataTypeDef,
4762
4762
  },
4763
4763
  )
4764
4764
 
@@ -4807,7 +4807,7 @@ BatchWriteItemOutputTypeDef = TypedDict(
4807
4807
  "UnprocessedItems": Dict[str, List[WriteRequestTypeDef]],
4808
4808
  "ItemCollectionMetrics": Dict[str, List[ItemCollectionMetricsTypeDef]],
4809
4809
  "ConsumedCapacity": List[ConsumedCapacityTypeDef],
4810
- "ResponseMetadata": "ResponseMetadataTypeDef",
4810
+ "ResponseMetadata": ResponseMetadataTypeDef,
4811
4811
  },
4812
4812
  )
4813
4813
 
@@ -5168,7 +5168,7 @@ DeleteBackupOutputTypeDef = TypedDict(
5168
5168
  "DeleteBackupOutputTypeDef",
5169
5169
  {
5170
5170
  "BackupDescription": BackupDescriptionTypeDef,
5171
- "ResponseMetadata": "ResponseMetadataTypeDef",
5171
+ "ResponseMetadata": ResponseMetadataTypeDef,
5172
5172
  },
5173
5173
  )
5174
5174
 
@@ -5176,7 +5176,7 @@ DescribeBackupOutputTypeDef = TypedDict(
5176
5176
  "DescribeBackupOutputTypeDef",
5177
5177
  {
5178
5178
  "BackupDescription": BackupDescriptionTypeDef,
5179
- "ResponseMetadata": "ResponseMetadataTypeDef",
5179
+ "ResponseMetadata": ResponseMetadataTypeDef,
5180
5180
  },
5181
5181
  )
5182
5182
 
@@ -5184,7 +5184,7 @@ DescribeImportOutputTypeDef = TypedDict(
5184
5184
  "DescribeImportOutputTypeDef",
5185
5185
  {
5186
5186
  "ImportTableDescription": ImportTableDescriptionTypeDef,
5187
- "ResponseMetadata": "ResponseMetadataTypeDef",
5187
+ "ResponseMetadata": ResponseMetadataTypeDef,
5188
5188
  },
5189
5189
  )
5190
5190
 
@@ -5192,7 +5192,7 @@ ImportTableOutputTypeDef = TypedDict(
5192
5192
  "ImportTableOutputTypeDef",
5193
5193
  {
5194
5194
  "ImportTableDescription": ImportTableDescriptionTypeDef,
5195
- "ResponseMetadata": "ResponseMetadataTypeDef",
5195
+ "ResponseMetadata": ResponseMetadataTypeDef,
5196
5196
  },
5197
5197
  )
5198
5198
 
@@ -5200,7 +5200,7 @@ DeleteTableOutputTableTypeDef = TypedDict(
5200
5200
  "DeleteTableOutputTableTypeDef",
5201
5201
  {
5202
5202
  "TableDescription": TableDescriptionTableTypeDef,
5203
- "ResponseMetadata": "ResponseMetadataTypeDef",
5203
+ "ResponseMetadata": ResponseMetadataTypeDef,
5204
5204
  },
5205
5205
  )
5206
5206
 
@@ -5224,7 +5224,7 @@ CreateGlobalTableOutputTypeDef = TypedDict(
5224
5224
  "CreateGlobalTableOutputTypeDef",
5225
5225
  {
5226
5226
  "GlobalTableDescription": GlobalTableDescriptionTypeDef,
5227
- "ResponseMetadata": "ResponseMetadataTypeDef",
5227
+ "ResponseMetadata": ResponseMetadataTypeDef,
5228
5228
  },
5229
5229
  )
5230
5230
 
@@ -5232,7 +5232,7 @@ DescribeGlobalTableOutputTypeDef = TypedDict(
5232
5232
  "DescribeGlobalTableOutputTypeDef",
5233
5233
  {
5234
5234
  "GlobalTableDescription": GlobalTableDescriptionTypeDef,
5235
- "ResponseMetadata": "ResponseMetadataTypeDef",
5235
+ "ResponseMetadata": ResponseMetadataTypeDef,
5236
5236
  },
5237
5237
  )
5238
5238
 
@@ -5240,7 +5240,7 @@ UpdateGlobalTableOutputTypeDef = TypedDict(
5240
5240
  "UpdateGlobalTableOutputTypeDef",
5241
5241
  {
5242
5242
  "GlobalTableDescription": GlobalTableDescriptionTypeDef,
5243
- "ResponseMetadata": "ResponseMetadataTypeDef",
5243
+ "ResponseMetadata": ResponseMetadataTypeDef,
5244
5244
  },
5245
5245
  )
5246
5246
 
@@ -5248,7 +5248,7 @@ CreateTableOutputTypeDef = TypedDict(
5248
5248
  "CreateTableOutputTypeDef",
5249
5249
  {
5250
5250
  "TableDescription": TableDescriptionTypeDef,
5251
- "ResponseMetadata": "ResponseMetadataTypeDef",
5251
+ "ResponseMetadata": ResponseMetadataTypeDef,
5252
5252
  },
5253
5253
  )
5254
5254
 
@@ -5256,7 +5256,7 @@ DeleteTableOutputTypeDef = TypedDict(
5256
5256
  "DeleteTableOutputTypeDef",
5257
5257
  {
5258
5258
  "TableDescription": TableDescriptionTypeDef,
5259
- "ResponseMetadata": "ResponseMetadataTypeDef",
5259
+ "ResponseMetadata": ResponseMetadataTypeDef,
5260
5260
  },
5261
5261
  )
5262
5262
 
@@ -5264,7 +5264,7 @@ DescribeTableOutputTypeDef = TypedDict(
5264
5264
  "DescribeTableOutputTypeDef",
5265
5265
  {
5266
5266
  "Table": TableDescriptionTypeDef,
5267
- "ResponseMetadata": "ResponseMetadataTypeDef",
5267
+ "ResponseMetadata": ResponseMetadataTypeDef,
5268
5268
  },
5269
5269
  )
5270
5270
 
@@ -5272,7 +5272,7 @@ RestoreTableFromBackupOutputTypeDef = TypedDict(
5272
5272
  "RestoreTableFromBackupOutputTypeDef",
5273
5273
  {
5274
5274
  "TableDescription": TableDescriptionTypeDef,
5275
- "ResponseMetadata": "ResponseMetadataTypeDef",
5275
+ "ResponseMetadata": ResponseMetadataTypeDef,
5276
5276
  },
5277
5277
  )
5278
5278
 
@@ -5280,7 +5280,7 @@ RestoreTableToPointInTimeOutputTypeDef = TypedDict(
5280
5280
  "RestoreTableToPointInTimeOutputTypeDef",
5281
5281
  {
5282
5282
  "TableDescription": TableDescriptionTypeDef,
5283
- "ResponseMetadata": "ResponseMetadataTypeDef",
5283
+ "ResponseMetadata": ResponseMetadataTypeDef,
5284
5284
  },
5285
5285
  )
5286
5286
 
@@ -5288,7 +5288,7 @@ UpdateTableOutputTypeDef = TypedDict(
5288
5288
  "UpdateTableOutputTypeDef",
5289
5289
  {
5290
5290
  "TableDescription": TableDescriptionTypeDef,
5291
- "ResponseMetadata": "ResponseMetadataTypeDef",
5291
+ "ResponseMetadata": ResponseMetadataTypeDef,
5292
5292
  },
5293
5293
  )
5294
5294
 
@@ -5334,7 +5334,7 @@ DescribeGlobalTableSettingsOutputTypeDef = TypedDict(
5334
5334
  {
5335
5335
  "GlobalTableName": str,
5336
5336
  "ReplicaSettings": List[ReplicaSettingsDescriptionTypeDef],
5337
- "ResponseMetadata": "ResponseMetadataTypeDef",
5337
+ "ResponseMetadata": ResponseMetadataTypeDef,
5338
5338
  },
5339
5339
  )
5340
5340
 
@@ -5343,7 +5343,7 @@ UpdateGlobalTableSettingsOutputTypeDef = TypedDict(
5343
5343
  {
5344
5344
  "GlobalTableName": str,
5345
5345
  "ReplicaSettings": List[ReplicaSettingsDescriptionTypeDef],
5346
- "ResponseMetadata": "ResponseMetadataTypeDef",
5346
+ "ResponseMetadata": ResponseMetadataTypeDef,
5347
5347
  },
5348
5348
  )
5349
5349
 
@@ -5401,7 +5401,7 @@ DescribeTableReplicaAutoScalingOutputTypeDef = TypedDict(
5401
5401
  "DescribeTableReplicaAutoScalingOutputTypeDef",
5402
5402
  {
5403
5403
  "TableAutoScalingDescription": TableAutoScalingDescriptionTypeDef,
5404
- "ResponseMetadata": "ResponseMetadataTypeDef",
5404
+ "ResponseMetadata": ResponseMetadataTypeDef,
5405
5405
  },
5406
5406
  )
5407
5407
 
@@ -5409,6 +5409,6 @@ UpdateTableReplicaAutoScalingOutputTypeDef = TypedDict(
5409
5409
  "UpdateTableReplicaAutoScalingOutputTypeDef",
5410
5410
  {
5411
5411
  "TableAutoScalingDescription": TableAutoScalingDescriptionTypeDef,
5412
- "ResponseMetadata": "ResponseMetadataTypeDef",
5412
+ "ResponseMetadata": ResponseMetadataTypeDef,
5413
5413
  },
5414
5414
  )