types-boto3-dynamodb 1.35.93__py3-none-any.whl → 1.35.94__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.
@@ -12,8 +12,8 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 DynamoDB 1.35.93\n"
16
- "Version: 1.35.93\n"
15
+ "Type annotations for boto3 DynamoDB 1.35.94\n"
16
+ "Version: 1.35.94\n"
17
17
  "Builder version: 8.8.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#dynamodb\n"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.35.93\n")
29
+ sys.stdout.write("1.35.94\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -353,8 +353,6 @@ ServiceName = Literal[
353
353
  "iot",
354
354
  "iot-data",
355
355
  "iot-jobs-data",
356
- "iot1click-devices",
357
- "iot1click-projects",
358
356
  "iotanalytics",
359
357
  "iotdeviceadvisor",
360
358
  "iotevents",
@@ -351,8 +351,6 @@ ServiceName = Literal[
351
351
  "iot",
352
352
  "iot-data",
353
353
  "iot-jobs-data",
354
- "iot1click-devices",
355
- "iot1click-projects",
356
354
  "iotanalytics",
357
355
  "iotdeviceadvisor",
358
356
  "iotevents",
@@ -468,6 +468,7 @@ ConditionBaseImportTypeDef = Union[str, ConditionBase]
468
468
 
469
469
  class PointInTimeRecoveryDescriptionTypeDef(TypedDict):
470
470
  PointInTimeRecoveryStatus: NotRequired[PointInTimeRecoveryStatusType]
471
+ RecoveryPeriodInDays: NotRequired[int]
471
472
  EarliestRestorableDateTime: NotRequired[datetime]
472
473
  LatestRestorableDateTime: NotRequired[datetime]
473
474
 
@@ -748,6 +749,7 @@ class ListTagsOfResourceInputRequestTypeDef(TypedDict):
748
749
 
749
750
  class PointInTimeRecoverySpecificationTypeDef(TypedDict):
750
751
  PointInTimeRecoveryEnabled: bool
752
+ RecoveryPeriodInDays: NotRequired[int]
751
753
 
752
754
 
753
755
  class ProjectionTypeDef(TypedDict):
@@ -454,6 +454,7 @@ ConditionBaseImportTypeDef = Union[str, ConditionBase]
454
454
 
455
455
  class PointInTimeRecoveryDescriptionTypeDef(TypedDict):
456
456
  PointInTimeRecoveryStatus: NotRequired[PointInTimeRecoveryStatusType]
457
+ RecoveryPeriodInDays: NotRequired[int]
457
458
  EarliestRestorableDateTime: NotRequired[datetime]
458
459
  LatestRestorableDateTime: NotRequired[datetime]
459
460
 
@@ -682,6 +683,7 @@ class ListTagsOfResourceInputRequestTypeDef(TypedDict):
682
683
 
683
684
  class PointInTimeRecoverySpecificationTypeDef(TypedDict):
684
685
  PointInTimeRecoveryEnabled: bool
686
+ RecoveryPeriodInDays: NotRequired[int]
685
687
 
686
688
  class ProjectionTypeDef(TypedDict):
687
689
  ProjectionType: NotRequired[ProjectionTypeType]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.35.93"
7
+ __version__ = "1.35.94"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-boto3-dynamodb
3
- Version: 1.35.93
4
- Summary: Type annotations for boto3 DynamoDB 1.35.93 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.35.94
4
+ Summary: Type annotations for boto3 DynamoDB 1.35.94 service generated with mypy-boto3-builder 8.8.0
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions; python_version < "3.12"
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for [boto3 DynamoDB 1.35.93](https://pypi.org/project/boto3/)
46
+ Type annotations for [boto3 DynamoDB 1.35.94](https://pypi.org/project/boto3/)
47
47
  compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -109,7 +109,7 @@ You can generate type annotations for `boto3` package locally with
109
109
  isolation.
110
110
 
111
111
  1. Run mypy-boto3-builder in your package root directory:
112
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
112
+ `uvx --with 'boto3==1.35.94' mypy_boto3_builder`
113
113
  2. Select `boto3` AWS SDK.
114
114
  3. Add `DynamoDB` service.
115
115
  4. Use provided commands to install generated packages.
@@ -1,22 +1,22 @@
1
1
  types_boto3_dynamodb/__init__.py,sha256=0SRg0AlGCqbLn2XPRyU7PQ8xSRm_S4xdR-RF0YDw2v8,2009
2
2
  types_boto3_dynamodb/__init__.pyi,sha256=yNdirDOtDdYpAQeT8MLF-7j9hnBdPO3pcwBuhz_3xCc,2006
3
- types_boto3_dynamodb/__main__.py,sha256=52QWIYtkQUP2ZrstXuM57H-UxTbAUrSDgruAX2b-FKY,988
3
+ types_boto3_dynamodb/__main__.py,sha256=eTJG-FwMdDd6HzNOKF7tmdkwcGQXXtThRTfuv2NY3rw,988
4
4
  types_boto3_dynamodb/client.py,sha256=Ac6rm-XlGFO0Az1LDrwBAiT9R2C0N470H4NF2w6qu5I,43601
5
5
  types_boto3_dynamodb/client.pyi,sha256=7DrstvdlU3MdSciXWNqUqun3zW0TvN7LvhbqgmHuCjA,43598
6
- types_boto3_dynamodb/literals.py,sha256=mBZx8LXd5cv7t3IKyt3n0jq5kJvLBTjhEFUysToF8v0,14653
7
- types_boto3_dynamodb/literals.pyi,sha256=YT6EmHzvPb8iCyTGEYfEcmBKdYYT2_gCBpluyffqT-0,14651
6
+ types_boto3_dynamodb/literals.py,sha256=zFG_fs7uCv9TMDIBlHJELeKfwn6jr4D93Q385sTV5nI,14602
7
+ types_boto3_dynamodb/literals.pyi,sha256=XBfYSyEd7e-yGrceNYD292bwVGiUrM_cNzlAeND02N8,14600
8
8
  types_boto3_dynamodb/paginator.py,sha256=uo4S2wUf5biMAkfacXgyBlCqh3lVahWKjZmBqJXxxmU,6942
9
9
  types_boto3_dynamodb/paginator.pyi,sha256=D9-7m1bOKaWXTrO7V-Ewj2BHS1YQK61Vk3ReIV_Al5A,6926
10
10
  types_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  types_boto3_dynamodb/service_resource.py,sha256=9MzV99fxbMB1rCmk1bLs_nei0M3IaYFDTwZdwWMgH-o,17264
12
12
  types_boto3_dynamodb/service_resource.pyi,sha256=KsCHiUJAm4YKNsK0L4Qd8AUXv1jFbjCKwVtX8vH2lmA,17257
13
- types_boto3_dynamodb/type_defs.py,sha256=IZBh-jxffmAEkOZm1hqybM7uYhg9eFlHvFagKkdMcpQ,84816
14
- types_boto3_dynamodb/type_defs.pyi,sha256=IkzZePAKrSgAyAFnsOZXVE4YCRd21bwmcByV1vm-HVY,84540
15
- types_boto3_dynamodb/version.py,sha256=n6wyMBvI3Tp0INYol4fUJ84y0BqM9ti-SkLRGfsif5s,93
13
+ types_boto3_dynamodb/type_defs.py,sha256=YscXcZxhyCSkcH95K4RdaUiWw2HkxiJ4yuS2gtFN0bc,84902
14
+ types_boto3_dynamodb/type_defs.pyi,sha256=wSftHWmfP4XzSp-xEzQ9fA83f6LZZsXlJGIrjhdWAIo,84626
15
+ types_boto3_dynamodb/version.py,sha256=51-Y0U0aeICuPF2V-J1NITWfvlVuMyomIJ2FNB4BS0c,93
16
16
  types_boto3_dynamodb/waiter.py,sha256=WS11PiL2etpgGdN5ZUfNnZk9iBtYAYnsHUILwNoVsw0,2601
17
17
  types_boto3_dynamodb/waiter.pyi,sha256=HFT58z4iZ4WC-Zh9k5Ez-oulcykQmn60K1cBNqG11kk,2596
18
- types_boto3_dynamodb-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
19
- types_boto3_dynamodb-1.35.93.dist-info/METADATA,sha256=fko6V6H3fibVSLE7kMdKlfCWfvqf9q5y4IDP3sXhS38,17503
20
- types_boto3_dynamodb-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
21
- types_boto3_dynamodb-1.35.93.dist-info/top_level.txt,sha256=qetKI9-H-rMGIOB1IBzTvryBK-GlE9YjkQQwaB1GpB8,21
22
- types_boto3_dynamodb-1.35.93.dist-info/RECORD,,
18
+ types_boto3_dynamodb-1.35.94.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
19
+ types_boto3_dynamodb-1.35.94.dist-info/METADATA,sha256=9S6c5EkZ9xCCZ4aqRV0tfCyjlUf_Gd5vDrRQb2npAec,17503
20
+ types_boto3_dynamodb-1.35.94.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
21
+ types_boto3_dynamodb-1.35.94.dist-info/top_level.txt,sha256=qetKI9-H-rMGIOB1IBzTvryBK-GlE9YjkQQwaB1GpB8,21
22
+ types_boto3_dynamodb-1.35.94.dist-info/RECORD,,