mypy-boto3-dynamodb 1.34.46__tar.gz → 1.34.67__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/PKG-INFO +4 -4
  2. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/README.md +2 -2
  3. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/__main__.py +4 -4
  4. mypy-boto3-dynamodb-1.34.46/mypy_boto3_dynamodb/client.pyi → mypy-boto3-dynamodb-1.34.67/mypy_boto3_dynamodb/client.py +47 -0
  5. mypy-boto3-dynamodb-1.34.46/mypy_boto3_dynamodb/client.py → mypy-boto3-dynamodb-1.34.67/mypy_boto3_dynamodb/client.pyi +44 -3
  6. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/literals.py +1 -1
  7. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/literals.pyi +1 -1
  8. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/service_resource.py +1 -0
  9. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/service_resource.pyi +1 -0
  10. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/type_defs.py +53 -1
  11. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/type_defs.pyi +53 -1
  12. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/version.py +1 -1
  13. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb.egg-info/PKG-INFO +4 -4
  14. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/setup.py +2 -2
  15. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/LICENSE +0 -0
  16. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/__init__.py +0 -0
  17. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/__init__.pyi +0 -0
  18. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/paginator.py +0 -0
  19. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/paginator.pyi +0 -0
  20. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/py.typed +0 -0
  21. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/waiter.py +0 -0
  22. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb/waiter.pyi +0 -0
  23. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb.egg-info/SOURCES.txt +0 -0
  24. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb.egg-info/dependency_links.txt +0 -0
  25. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb.egg-info/not-zip-safe +0 -0
  26. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb.egg-info/requires.txt +0 -0
  27. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/mypy_boto3_dynamodb.egg-info/top_level.txt +0 -0
  28. {mypy-boto3-dynamodb-1.34.46 → mypy-boto3-dynamodb-1.34.67}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-dynamodb
3
- Version: 1.34.46
4
- Summary: Type annotations for boto3.DynamoDB 1.34.46 service generated with mypy-boto3-builder 7.23.1
3
+ Version: 1.34.67
4
+ Summary: Type annotations for boto3.DynamoDB 1.34.67 service generated with mypy-boto3-builder 7.23.2
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.DynamoDB 1.34.46](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
46
+ [boto3.DynamoDB 1.34.67](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.23.1](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.DynamoDB 1.34.46](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
13
+ [boto3.DynamoDB 1.34.67](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
14
14
  service compatible with [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated by
22
- [mypy-boto3-builder 7.23.1](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -10,9 +10,9 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.DynamoDB 1.34.46\n"
14
- "Version: 1.34.46\n"
15
- "Builder version: 7.23.1\n"
13
+ "Type annotations for boto3.DynamoDB 1.34.67\n"
14
+ "Version: 1.34.67\n"
15
+ "Builder version: 7.23.2\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB\n"
18
18
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.34.46")
27
+ print("1.34.67")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -57,6 +57,7 @@ from .type_defs import (
57
57
  CreateTableOutputTypeDef,
58
58
  DeleteBackupOutputTypeDef,
59
59
  DeleteItemOutputTypeDef,
60
+ DeleteResourcePolicyOutputTypeDef,
60
61
  DeleteTableOutputTypeDef,
61
62
  DescribeBackupOutputTypeDef,
62
63
  DescribeContinuousBackupsOutputTypeDef,
@@ -78,6 +79,7 @@ from .type_defs import (
78
79
  ExpectedAttributeValueTypeDef,
79
80
  ExportTableToPointInTimeOutputTypeDef,
80
81
  GetItemOutputTypeDef,
82
+ GetResourcePolicyOutputTypeDef,
81
83
  GlobalSecondaryIndexAutoScalingUpdateTypeDef,
82
84
  GlobalSecondaryIndexTypeDef,
83
85
  GlobalSecondaryIndexUpdateTypeDef,
@@ -100,6 +102,7 @@ from .type_defs import (
100
102
  PointInTimeRecoverySpecificationTypeDef,
101
103
  ProvisionedThroughputTypeDef,
102
104
  PutItemOutputTypeDef,
105
+ PutResourcePolicyOutputTypeDef,
103
106
  QueryOutputTypeDef,
104
107
  ReplicaAutoScalingUpdateTypeDef,
105
108
  ReplicaSettingsUpdateTypeDef,
@@ -142,6 +145,7 @@ else:
142
145
 
143
146
  __all__ = ("DynamoDBClient",)
144
147
 
148
+
145
149
  class BotocoreClientError(Exception):
146
150
  MSG_TEMPLATE: str
147
151
 
@@ -149,6 +153,7 @@ class BotocoreClientError(Exception):
149
153
  self.response: Dict[str, Any]
150
154
  self.operation_name: str
151
155
 
156
+
152
157
  class Exceptions:
153
158
  BackupInUseException: Type[BotocoreClientError]
154
159
  BackupNotFoundException: Type[BotocoreClientError]
@@ -170,6 +175,7 @@ class Exceptions:
170
175
  ItemCollectionSizeLimitExceededException: Type[BotocoreClientError]
171
176
  LimitExceededException: Type[BotocoreClientError]
172
177
  PointInTimeRecoveryUnavailableException: Type[BotocoreClientError]
178
+ PolicyNotFoundException: Type[BotocoreClientError]
173
179
  ProvisionedThroughputExceededException: Type[BotocoreClientError]
174
180
  ReplicaAlreadyExistsException: Type[BotocoreClientError]
175
181
  ReplicaNotFoundException: Type[BotocoreClientError]
@@ -183,6 +189,7 @@ class Exceptions:
183
189
  TransactionConflictException: Type[BotocoreClientError]
184
190
  TransactionInProgressException: Type[BotocoreClientError]
185
191
 
192
+
186
193
  class DynamoDBClient(BaseClient):
187
194
  """
188
195
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client)
@@ -294,6 +301,7 @@ class DynamoDBClient(BaseClient):
294
301
  Tags: Sequence[TagTypeDef] = ...,
295
302
  TableClass: TableClassType = ...,
296
303
  DeletionProtectionEnabled: bool = ...,
304
+ ResourcePolicy: str = ...,
297
305
  ) -> CreateTableOutputTypeDef:
298
306
  """
299
307
  The `CreateTable` operation adds a new table to your account.
@@ -332,6 +340,18 @@ class DynamoDBClient(BaseClient):
332
340
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#delete_item)
333
341
  """
334
342
 
343
+ def delete_resource_policy(
344
+ self, *, ResourceArn: str, ExpectedRevisionId: str = ...
345
+ ) -> DeleteResourcePolicyOutputTypeDef:
346
+ """
347
+ Deletes the resource-based policy attached to the resource, which can be a
348
+ table or
349
+ stream.
350
+
351
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.delete_resource_policy)
352
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#delete_resource_policy)
353
+ """
354
+
335
355
  def delete_table(self, *, TableName: str) -> DeleteTableOutputTypeDef:
336
356
  """
337
357
  The `DeleteTable` operation deletes a table and all of its items.
@@ -585,6 +605,16 @@ class DynamoDBClient(BaseClient):
585
605
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_item)
586
606
  """
587
607
 
608
+ def get_resource_policy(self, *, ResourceArn: str) -> GetResourcePolicyOutputTypeDef:
609
+ """
610
+ Returns the resource-based policy document attached to the resource, which can
611
+ be a table or stream, in JSON
612
+ format.
613
+
614
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.get_resource_policy)
615
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_resource_policy)
616
+ """
617
+
588
618
  def import_table(
589
619
  self,
590
620
  *,
@@ -706,6 +736,23 @@ class DynamoDBClient(BaseClient):
706
736
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#put_item)
707
737
  """
708
738
 
739
+ def put_resource_policy(
740
+ self,
741
+ *,
742
+ ResourceArn: str,
743
+ Policy: str,
744
+ ExpectedRevisionId: str = ...,
745
+ ConfirmRemoveSelfResourceAccess: bool = ...,
746
+ ) -> PutResourcePolicyOutputTypeDef:
747
+ """
748
+ Attaches a resource-based policy document to the resource, which can be a table
749
+ or
750
+ stream.
751
+
752
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.put_resource_policy)
753
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#put_resource_policy)
754
+ """
755
+
709
756
  def query(
710
757
  self,
711
758
  *,
@@ -57,6 +57,7 @@ from .type_defs import (
57
57
  CreateTableOutputTypeDef,
58
58
  DeleteBackupOutputTypeDef,
59
59
  DeleteItemOutputTypeDef,
60
+ DeleteResourcePolicyOutputTypeDef,
60
61
  DeleteTableOutputTypeDef,
61
62
  DescribeBackupOutputTypeDef,
62
63
  DescribeContinuousBackupsOutputTypeDef,
@@ -78,6 +79,7 @@ from .type_defs import (
78
79
  ExpectedAttributeValueTypeDef,
79
80
  ExportTableToPointInTimeOutputTypeDef,
80
81
  GetItemOutputTypeDef,
82
+ GetResourcePolicyOutputTypeDef,
81
83
  GlobalSecondaryIndexAutoScalingUpdateTypeDef,
82
84
  GlobalSecondaryIndexTypeDef,
83
85
  GlobalSecondaryIndexUpdateTypeDef,
@@ -100,6 +102,7 @@ from .type_defs import (
100
102
  PointInTimeRecoverySpecificationTypeDef,
101
103
  ProvisionedThroughputTypeDef,
102
104
  PutItemOutputTypeDef,
105
+ PutResourcePolicyOutputTypeDef,
103
106
  QueryOutputTypeDef,
104
107
  ReplicaAutoScalingUpdateTypeDef,
105
108
  ReplicaSettingsUpdateTypeDef,
@@ -142,7 +145,6 @@ else:
142
145
 
143
146
  __all__ = ("DynamoDBClient",)
144
147
 
145
-
146
148
  class BotocoreClientError(Exception):
147
149
  MSG_TEMPLATE: str
148
150
 
@@ -150,7 +152,6 @@ class BotocoreClientError(Exception):
150
152
  self.response: Dict[str, Any]
151
153
  self.operation_name: str
152
154
 
153
-
154
155
  class Exceptions:
155
156
  BackupInUseException: Type[BotocoreClientError]
156
157
  BackupNotFoundException: Type[BotocoreClientError]
@@ -172,6 +173,7 @@ class Exceptions:
172
173
  ItemCollectionSizeLimitExceededException: Type[BotocoreClientError]
173
174
  LimitExceededException: Type[BotocoreClientError]
174
175
  PointInTimeRecoveryUnavailableException: Type[BotocoreClientError]
176
+ PolicyNotFoundException: Type[BotocoreClientError]
175
177
  ProvisionedThroughputExceededException: Type[BotocoreClientError]
176
178
  ReplicaAlreadyExistsException: Type[BotocoreClientError]
177
179
  ReplicaNotFoundException: Type[BotocoreClientError]
@@ -185,7 +187,6 @@ class Exceptions:
185
187
  TransactionConflictException: Type[BotocoreClientError]
186
188
  TransactionInProgressException: Type[BotocoreClientError]
187
189
 
188
-
189
190
  class DynamoDBClient(BaseClient):
190
191
  """
191
192
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client)
@@ -297,6 +298,7 @@ class DynamoDBClient(BaseClient):
297
298
  Tags: Sequence[TagTypeDef] = ...,
298
299
  TableClass: TableClassType = ...,
299
300
  DeletionProtectionEnabled: bool = ...,
301
+ ResourcePolicy: str = ...,
300
302
  ) -> CreateTableOutputTypeDef:
301
303
  """
302
304
  The `CreateTable` operation adds a new table to your account.
@@ -335,6 +337,18 @@ class DynamoDBClient(BaseClient):
335
337
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#delete_item)
336
338
  """
337
339
 
340
+ def delete_resource_policy(
341
+ self, *, ResourceArn: str, ExpectedRevisionId: str = ...
342
+ ) -> DeleteResourcePolicyOutputTypeDef:
343
+ """
344
+ Deletes the resource-based policy attached to the resource, which can be a
345
+ table or
346
+ stream.
347
+
348
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.delete_resource_policy)
349
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#delete_resource_policy)
350
+ """
351
+
338
352
  def delete_table(self, *, TableName: str) -> DeleteTableOutputTypeDef:
339
353
  """
340
354
  The `DeleteTable` operation deletes a table and all of its items.
@@ -588,6 +602,16 @@ class DynamoDBClient(BaseClient):
588
602
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_item)
589
603
  """
590
604
 
605
+ def get_resource_policy(self, *, ResourceArn: str) -> GetResourcePolicyOutputTypeDef:
606
+ """
607
+ Returns the resource-based policy document attached to the resource, which can
608
+ be a table or stream, in JSON
609
+ format.
610
+
611
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.get_resource_policy)
612
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#get_resource_policy)
613
+ """
614
+
591
615
  def import_table(
592
616
  self,
593
617
  *,
@@ -709,6 +733,23 @@ class DynamoDBClient(BaseClient):
709
733
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#put_item)
710
734
  """
711
735
 
736
+ def put_resource_policy(
737
+ self,
738
+ *,
739
+ ResourceArn: str,
740
+ Policy: str,
741
+ ExpectedRevisionId: str = ...,
742
+ ConfirmRemoveSelfResourceAccess: bool = ...,
743
+ ) -> PutResourcePolicyOutputTypeDef:
744
+ """
745
+ Attaches a resource-based policy document to the resource, which can be a table
746
+ or
747
+ stream.
748
+
749
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.put_resource_policy)
750
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/client/#put_resource_policy)
751
+ """
752
+
712
753
  def query(
713
754
  self,
714
755
  *,
@@ -334,7 +334,6 @@ ServiceName = Literal[
334
334
  "iot",
335
335
  "iot-data",
336
336
  "iot-jobs-data",
337
- "iot-roborunner",
338
337
  "iot1click-devices",
339
338
  "iot1click-projects",
340
339
  "iotanalytics",
@@ -522,6 +521,7 @@ ServiceName = Literal[
522
521
  "swf",
523
522
  "synthetics",
524
523
  "textract",
524
+ "timestream-influxdb",
525
525
  "timestream-query",
526
526
  "timestream-write",
527
527
  "tnb",
@@ -334,7 +334,6 @@ ServiceName = Literal[
334
334
  "iot",
335
335
  "iot-data",
336
336
  "iot-jobs-data",
337
- "iot-roborunner",
338
337
  "iot1click-devices",
339
338
  "iot1click-projects",
340
339
  "iotanalytics",
@@ -522,6 +521,7 @@ ServiceName = Literal[
522
521
  "swf",
523
522
  "synthetics",
524
523
  "textract",
524
+ "timestream-influxdb",
525
525
  "timestream-query",
526
526
  "timestream-write",
527
527
  "tnb",
@@ -463,6 +463,7 @@ class DynamoDBServiceResource(ServiceResource):
463
463
  Tags: Sequence[TagTypeDef] = ...,
464
464
  TableClass: TableClassType = ...,
465
465
  DeletionProtectionEnabled: bool = ...,
466
+ ResourcePolicy: str = ...,
466
467
  ) -> "_Table":
467
468
  """
468
469
  The `CreateTable` operation adds a new table to your account.
@@ -458,6 +458,7 @@ class DynamoDBServiceResource(ServiceResource):
458
458
  Tags: Sequence[TagTypeDef] = ...,
459
459
  TableClass: TableClassType = ...,
460
460
  DeletionProtectionEnabled: bool = ...,
461
+ ResourcePolicy: str = ...,
461
462
  ) -> "_Table":
462
463
  """
463
464
  The `CreateTable` operation adds a new table to your account.
@@ -101,6 +101,7 @@ __all__ = (
101
101
  "DeleteGlobalSecondaryIndexActionTypeDef",
102
102
  "DeleteReplicaActionTypeDef",
103
103
  "DeleteReplicationGroupMemberActionTypeDef",
104
+ "DeleteResourcePolicyInputRequestTypeDef",
104
105
  "DeleteTableInputRequestTypeDef",
105
106
  "DescribeBackupInputRequestTypeDef",
106
107
  "DescribeContinuousBackupsInputRequestTypeDef",
@@ -122,6 +123,7 @@ __all__ = (
122
123
  "IncrementalExportSpecificationTypeDef",
123
124
  "ExportSummaryTypeDef",
124
125
  "TimestampTypeDef",
126
+ "GetResourcePolicyInputRequestTypeDef",
125
127
  "ProvisionedThroughputDescriptionTypeDef",
126
128
  "S3BucketSourceTypeDef",
127
129
  "PaginatorConfigTypeDef",
@@ -132,6 +134,7 @@ __all__ = (
132
134
  "ListTablesInputRequestTypeDef",
133
135
  "ListTagsOfResourceInputRequestTypeDef",
134
136
  "PointInTimeRecoverySpecificationTypeDef",
137
+ "PutResourcePolicyInputRequestTypeDef",
135
138
  "TableClassSummaryTypeDef",
136
139
  "RestoreSummaryTypeDef",
137
140
  "SSEDescriptionTypeDef",
@@ -142,10 +145,13 @@ __all__ = (
142
145
  "UpdateKinesisStreamingConfigurationTypeDef",
143
146
  "ArchivalSummaryResponseTypeDef",
144
147
  "BillingModeSummaryResponseTypeDef",
148
+ "DeleteResourcePolicyOutputTypeDef",
145
149
  "DescribeLimitsOutputTypeDef",
146
150
  "EmptyResponseMetadataTypeDef",
151
+ "GetResourcePolicyOutputTypeDef",
147
152
  "ListTablesOutputTypeDef",
148
153
  "ProvisionedThroughputDescriptionResponseTypeDef",
154
+ "PutResourcePolicyOutputTypeDef",
149
155
  "RestoreSummaryResponseTypeDef",
150
156
  "SSEDescriptionResponseTypeDef",
151
157
  "StreamSpecificationResponseTypeDef",
@@ -339,10 +345,10 @@ ResponseMetadataTypeDef = TypedDict(
339
345
  "ResponseMetadataTypeDef",
340
346
  {
341
347
  "RequestId": str,
342
- "HostId": str,
343
348
  "HTTPStatusCode": int,
344
349
  "HTTPHeaders": Dict[str, str],
345
350
  "RetryAttempts": int,
351
+ "HostId": NotRequired[str],
346
352
  },
347
353
  )
348
354
  ArchivalSummaryTypeDef = TypedDict(
@@ -574,6 +580,13 @@ DeleteReplicationGroupMemberActionTypeDef = TypedDict(
574
580
  "RegionName": str,
575
581
  },
576
582
  )
583
+ DeleteResourcePolicyInputRequestTypeDef = TypedDict(
584
+ "DeleteResourcePolicyInputRequestTypeDef",
585
+ {
586
+ "ResourceArn": str,
587
+ "ExpectedRevisionId": NotRequired[str],
588
+ },
589
+ )
577
590
  DeleteTableInputRequestTypeDef = TypedDict(
578
591
  "DeleteTableInputRequestTypeDef",
579
592
  {
@@ -711,6 +724,12 @@ ExportSummaryTypeDef = TypedDict(
711
724
  },
712
725
  )
713
726
  TimestampTypeDef = Union[datetime, str]
727
+ GetResourcePolicyInputRequestTypeDef = TypedDict(
728
+ "GetResourcePolicyInputRequestTypeDef",
729
+ {
730
+ "ResourceArn": str,
731
+ },
732
+ )
714
733
  ProvisionedThroughputDescriptionTypeDef = TypedDict(
715
734
  "ProvisionedThroughputDescriptionTypeDef",
716
735
  {
@@ -789,6 +808,15 @@ PointInTimeRecoverySpecificationTypeDef = TypedDict(
789
808
  "PointInTimeRecoveryEnabled": bool,
790
809
  },
791
810
  )
811
+ PutResourcePolicyInputRequestTypeDef = TypedDict(
812
+ "PutResourcePolicyInputRequestTypeDef",
813
+ {
814
+ "ResourceArn": str,
815
+ "Policy": str,
816
+ "ExpectedRevisionId": NotRequired[str],
817
+ "ConfirmRemoveSelfResourceAccess": NotRequired[bool],
818
+ },
819
+ )
792
820
  TableClassSummaryTypeDef = TypedDict(
793
821
  "TableClassSummaryTypeDef",
794
822
  {
@@ -867,6 +895,13 @@ BillingModeSummaryResponseTypeDef = TypedDict(
867
895
  "ResponseMetadata": ResponseMetadataTypeDef,
868
896
  },
869
897
  )
898
+ DeleteResourcePolicyOutputTypeDef = TypedDict(
899
+ "DeleteResourcePolicyOutputTypeDef",
900
+ {
901
+ "RevisionId": str,
902
+ "ResponseMetadata": ResponseMetadataTypeDef,
903
+ },
904
+ )
870
905
  DescribeLimitsOutputTypeDef = TypedDict(
871
906
  "DescribeLimitsOutputTypeDef",
872
907
  {
@@ -883,6 +918,14 @@ EmptyResponseMetadataTypeDef = TypedDict(
883
918
  "ResponseMetadata": ResponseMetadataTypeDef,
884
919
  },
885
920
  )
921
+ GetResourcePolicyOutputTypeDef = TypedDict(
922
+ "GetResourcePolicyOutputTypeDef",
923
+ {
924
+ "Policy": str,
925
+ "RevisionId": str,
926
+ "ResponseMetadata": ResponseMetadataTypeDef,
927
+ },
928
+ )
886
929
  ListTablesOutputTypeDef = TypedDict(
887
930
  "ListTablesOutputTypeDef",
888
931
  {
@@ -902,6 +945,13 @@ ProvisionedThroughputDescriptionResponseTypeDef = TypedDict(
902
945
  "ResponseMetadata": ResponseMetadataTypeDef,
903
946
  },
904
947
  )
948
+ PutResourcePolicyOutputTypeDef = TypedDict(
949
+ "PutResourcePolicyOutputTypeDef",
950
+ {
951
+ "RevisionId": str,
952
+ "ResponseMetadata": ResponseMetadataTypeDef,
953
+ },
954
+ )
905
955
  RestoreSummaryResponseTypeDef = TypedDict(
906
956
  "RestoreSummaryResponseTypeDef",
907
957
  {
@@ -1992,6 +2042,7 @@ CreateTableInputRequestTypeDef = TypedDict(
1992
2042
  "Tags": NotRequired[Sequence[TagTypeDef]],
1993
2043
  "TableClass": NotRequired[TableClassType],
1994
2044
  "DeletionProtectionEnabled": NotRequired[bool],
2045
+ "ResourcePolicy": NotRequired[str],
1995
2046
  },
1996
2047
  )
1997
2048
  CreateTableInputServiceResourceCreateTableTypeDef = TypedDict(
@@ -2009,6 +2060,7 @@ CreateTableInputServiceResourceCreateTableTypeDef = TypedDict(
2009
2060
  "Tags": NotRequired[Sequence[TagTypeDef]],
2010
2061
  "TableClass": NotRequired[TableClassType],
2011
2062
  "DeletionProtectionEnabled": NotRequired[bool],
2063
+ "ResourcePolicy": NotRequired[str],
2012
2064
  },
2013
2065
  )
2014
2066
  RestoreTableFromBackupInputRequestTypeDef = TypedDict(
@@ -101,6 +101,7 @@ __all__ = (
101
101
  "DeleteGlobalSecondaryIndexActionTypeDef",
102
102
  "DeleteReplicaActionTypeDef",
103
103
  "DeleteReplicationGroupMemberActionTypeDef",
104
+ "DeleteResourcePolicyInputRequestTypeDef",
104
105
  "DeleteTableInputRequestTypeDef",
105
106
  "DescribeBackupInputRequestTypeDef",
106
107
  "DescribeContinuousBackupsInputRequestTypeDef",
@@ -122,6 +123,7 @@ __all__ = (
122
123
  "IncrementalExportSpecificationTypeDef",
123
124
  "ExportSummaryTypeDef",
124
125
  "TimestampTypeDef",
126
+ "GetResourcePolicyInputRequestTypeDef",
125
127
  "ProvisionedThroughputDescriptionTypeDef",
126
128
  "S3BucketSourceTypeDef",
127
129
  "PaginatorConfigTypeDef",
@@ -132,6 +134,7 @@ __all__ = (
132
134
  "ListTablesInputRequestTypeDef",
133
135
  "ListTagsOfResourceInputRequestTypeDef",
134
136
  "PointInTimeRecoverySpecificationTypeDef",
137
+ "PutResourcePolicyInputRequestTypeDef",
135
138
  "TableClassSummaryTypeDef",
136
139
  "RestoreSummaryTypeDef",
137
140
  "SSEDescriptionTypeDef",
@@ -142,10 +145,13 @@ __all__ = (
142
145
  "UpdateKinesisStreamingConfigurationTypeDef",
143
146
  "ArchivalSummaryResponseTypeDef",
144
147
  "BillingModeSummaryResponseTypeDef",
148
+ "DeleteResourcePolicyOutputTypeDef",
145
149
  "DescribeLimitsOutputTypeDef",
146
150
  "EmptyResponseMetadataTypeDef",
151
+ "GetResourcePolicyOutputTypeDef",
147
152
  "ListTablesOutputTypeDef",
148
153
  "ProvisionedThroughputDescriptionResponseTypeDef",
154
+ "PutResourcePolicyOutputTypeDef",
149
155
  "RestoreSummaryResponseTypeDef",
150
156
  "SSEDescriptionResponseTypeDef",
151
157
  "StreamSpecificationResponseTypeDef",
@@ -339,10 +345,10 @@ ResponseMetadataTypeDef = TypedDict(
339
345
  "ResponseMetadataTypeDef",
340
346
  {
341
347
  "RequestId": str,
342
- "HostId": str,
343
348
  "HTTPStatusCode": int,
344
349
  "HTTPHeaders": Dict[str, str],
345
350
  "RetryAttempts": int,
351
+ "HostId": NotRequired[str],
346
352
  },
347
353
  )
348
354
  ArchivalSummaryTypeDef = TypedDict(
@@ -574,6 +580,13 @@ DeleteReplicationGroupMemberActionTypeDef = TypedDict(
574
580
  "RegionName": str,
575
581
  },
576
582
  )
583
+ DeleteResourcePolicyInputRequestTypeDef = TypedDict(
584
+ "DeleteResourcePolicyInputRequestTypeDef",
585
+ {
586
+ "ResourceArn": str,
587
+ "ExpectedRevisionId": NotRequired[str],
588
+ },
589
+ )
577
590
  DeleteTableInputRequestTypeDef = TypedDict(
578
591
  "DeleteTableInputRequestTypeDef",
579
592
  {
@@ -711,6 +724,12 @@ ExportSummaryTypeDef = TypedDict(
711
724
  },
712
725
  )
713
726
  TimestampTypeDef = Union[datetime, str]
727
+ GetResourcePolicyInputRequestTypeDef = TypedDict(
728
+ "GetResourcePolicyInputRequestTypeDef",
729
+ {
730
+ "ResourceArn": str,
731
+ },
732
+ )
714
733
  ProvisionedThroughputDescriptionTypeDef = TypedDict(
715
734
  "ProvisionedThroughputDescriptionTypeDef",
716
735
  {
@@ -789,6 +808,15 @@ PointInTimeRecoverySpecificationTypeDef = TypedDict(
789
808
  "PointInTimeRecoveryEnabled": bool,
790
809
  },
791
810
  )
811
+ PutResourcePolicyInputRequestTypeDef = TypedDict(
812
+ "PutResourcePolicyInputRequestTypeDef",
813
+ {
814
+ "ResourceArn": str,
815
+ "Policy": str,
816
+ "ExpectedRevisionId": NotRequired[str],
817
+ "ConfirmRemoveSelfResourceAccess": NotRequired[bool],
818
+ },
819
+ )
792
820
  TableClassSummaryTypeDef = TypedDict(
793
821
  "TableClassSummaryTypeDef",
794
822
  {
@@ -867,6 +895,13 @@ BillingModeSummaryResponseTypeDef = TypedDict(
867
895
  "ResponseMetadata": ResponseMetadataTypeDef,
868
896
  },
869
897
  )
898
+ DeleteResourcePolicyOutputTypeDef = TypedDict(
899
+ "DeleteResourcePolicyOutputTypeDef",
900
+ {
901
+ "RevisionId": str,
902
+ "ResponseMetadata": ResponseMetadataTypeDef,
903
+ },
904
+ )
870
905
  DescribeLimitsOutputTypeDef = TypedDict(
871
906
  "DescribeLimitsOutputTypeDef",
872
907
  {
@@ -883,6 +918,14 @@ EmptyResponseMetadataTypeDef = TypedDict(
883
918
  "ResponseMetadata": ResponseMetadataTypeDef,
884
919
  },
885
920
  )
921
+ GetResourcePolicyOutputTypeDef = TypedDict(
922
+ "GetResourcePolicyOutputTypeDef",
923
+ {
924
+ "Policy": str,
925
+ "RevisionId": str,
926
+ "ResponseMetadata": ResponseMetadataTypeDef,
927
+ },
928
+ )
886
929
  ListTablesOutputTypeDef = TypedDict(
887
930
  "ListTablesOutputTypeDef",
888
931
  {
@@ -902,6 +945,13 @@ ProvisionedThroughputDescriptionResponseTypeDef = TypedDict(
902
945
  "ResponseMetadata": ResponseMetadataTypeDef,
903
946
  },
904
947
  )
948
+ PutResourcePolicyOutputTypeDef = TypedDict(
949
+ "PutResourcePolicyOutputTypeDef",
950
+ {
951
+ "RevisionId": str,
952
+ "ResponseMetadata": ResponseMetadataTypeDef,
953
+ },
954
+ )
905
955
  RestoreSummaryResponseTypeDef = TypedDict(
906
956
  "RestoreSummaryResponseTypeDef",
907
957
  {
@@ -1992,6 +2042,7 @@ CreateTableInputRequestTypeDef = TypedDict(
1992
2042
  "Tags": NotRequired[Sequence[TagTypeDef]],
1993
2043
  "TableClass": NotRequired[TableClassType],
1994
2044
  "DeletionProtectionEnabled": NotRequired[bool],
2045
+ "ResourcePolicy": NotRequired[str],
1995
2046
  },
1996
2047
  )
1997
2048
  CreateTableInputServiceResourceCreateTableTypeDef = TypedDict(
@@ -2009,6 +2060,7 @@ CreateTableInputServiceResourceCreateTableTypeDef = TypedDict(
2009
2060
  "Tags": NotRequired[Sequence[TagTypeDef]],
2010
2061
  "TableClass": NotRequired[TableClassType],
2011
2062
  "DeletionProtectionEnabled": NotRequired[bool],
2063
+ "ResourcePolicy": NotRequired[str],
2012
2064
  },
2013
2065
  )
2014
2066
  RestoreTableFromBackupInputRequestTypeDef = TypedDict(
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.46"
5
+ __version__ = "1.34.67"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-dynamodb
3
- Version: 1.34.46
4
- Summary: Type annotations for boto3.DynamoDB 1.34.46 service generated with mypy-boto3-builder 7.23.1
3
+ Version: 1.34.67
4
+ Summary: Type annotations for boto3.DynamoDB 1.34.67 service generated with mypy-boto3-builder 7.23.2
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.DynamoDB 1.34.46](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
46
+ [boto3.DynamoDB 1.34.67](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.23.1](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -11,13 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
11
11
 
12
12
  setup(
13
13
  name="mypy-boto3-dynamodb",
14
- version="1.34.46",
14
+ version="1.34.67",
15
15
  packages=["mypy_boto3_dynamodb"],
16
16
  url="https://github.com/youtype/mypy_boto3_builder",
17
17
  license="MIT License",
18
18
  author="Vlad Emelianov",
19
19
  author_email="vlad.emelianov.nz@gmail.com",
20
- description="Type annotations for boto3.DynamoDB 1.34.46 service generated with mypy-boto3-builder 7.23.1",
20
+ description="Type annotations for boto3.DynamoDB 1.34.67 service generated with mypy-boto3-builder 7.23.2",
21
21
  classifiers=[
22
22
  "Development Status :: 5 - Production/Stable",
23
23
  "Intended Audience :: Developers",