types-boto3-dynamodb 1.35.94__py3-none-any.whl → 1.37.0__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.
@@ -3,6 +3,8 @@ Type annotations for dynamodb service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/literals/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -10,8 +12,6 @@ Usage::
10
12
 
11
13
  data: ApproximateCreationDateTimePrecisionType = "MICROSECOND"
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -304,7 +304,6 @@ ServiceName = Literal[
304
304
  "efs",
305
305
  "eks",
306
306
  "eks-auth",
307
- "elastic-inference",
308
307
  "elasticache",
309
308
  "elasticbeanstalk",
310
309
  "elastictranscoder",
@@ -603,6 +602,7 @@ RegionName = Literal[
603
602
  "ap-southeast-3",
604
603
  "ap-southeast-4",
605
604
  "ap-southeast-5",
605
+ "ap-southeast-7",
606
606
  "ca-central-1",
607
607
  "ca-west-1",
608
608
  "eu-central-1",
@@ -616,6 +616,7 @@ RegionName = Literal[
616
616
  "il-central-1",
617
617
  "me-central-1",
618
618
  "me-south-1",
619
+ "mx-central-1",
619
620
  "sa-east-1",
620
621
  "us-east-1",
621
622
  "us-east-2",
@@ -3,6 +3,8 @@ Type annotations for dynamodb service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/literals/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -10,8 +12,6 @@ Usage::
10
12
 
11
13
  data: ApproximateCreationDateTimePrecisionType = "MICROSECOND"
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -302,7 +302,6 @@ ServiceName = Literal[
302
302
  "efs",
303
303
  "eks",
304
304
  "eks-auth",
305
- "elastic-inference",
306
305
  "elasticache",
307
306
  "elasticbeanstalk",
308
307
  "elastictranscoder",
@@ -601,6 +600,7 @@ RegionName = Literal[
601
600
  "ap-southeast-3",
602
601
  "ap-southeast-4",
603
602
  "ap-southeast-5",
603
+ "ap-southeast-7",
604
604
  "ca-central-1",
605
605
  "ca-west-1",
606
606
  "eu-central-1",
@@ -614,6 +614,7 @@ RegionName = Literal[
614
614
  "il-central-1",
615
615
  "me-central-1",
616
616
  "me-south-1",
617
+ "mx-central-1",
617
618
  "sa-east-1",
618
619
  "us-east-1",
619
620
  "us-east-2",
@@ -3,6 +3,8 @@ Type annotations for dynamodb service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/paginators/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -26,8 +28,6 @@ Usage::
26
28
  query_paginator: QueryPaginator = client.get_paginator("query")
27
29
  scan_paginator: ScanPaginator = client.get_paginator("scan")
28
30
  ```
29
-
30
- Copyright 2025 Vlad Emelianov
31
31
  """
32
32
 
33
33
  from __future__ import annotations
@@ -3,6 +3,8 @@ Type annotations for dynamodb service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/paginators/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -26,8 +28,6 @@ Usage::
26
28
  query_paginator: QueryPaginator = client.get_paginator("query")
27
29
  scan_paginator: ScanPaginator = client.get_paginator("scan")
28
30
  ```
29
-
30
- Copyright 2025 Vlad Emelianov
31
31
  """
32
32
 
33
33
  from __future__ import annotations
@@ -3,6 +3,8 @@ Type annotations for dynamodb service ServiceResource.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/service_resource/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -16,8 +18,6 @@ Usage::
16
18
 
17
19
  my_table: dynamodb_resources.Table = resource.Table(...)
18
20
  ```
19
-
20
- Copyright 2025 Vlad Emelianov
21
21
  """
22
22
 
23
23
  from __future__ import annotations
@@ -3,6 +3,8 @@ Type annotations for dynamodb service ServiceResource.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/service_resource/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -16,8 +18,6 @@ Usage::
16
18
 
17
19
  my_table: dynamodb_resources.Table = resource.Table(...)
18
20
  ```
19
-
20
- Copyright 2025 Vlad Emelianov
21
21
  """
22
22
 
23
23
  from __future__ import annotations