types-boto3-dynamodb 1.36.0__py3-none-any.whl → 1.37.12__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",
@@ -328,6 +327,7 @@ ServiceName = Literal[
328
327
  "freetier",
329
328
  "fsx",
330
329
  "gamelift",
330
+ "gameliftstreams",
331
331
  "geo-maps",
332
332
  "geo-places",
333
333
  "geo-routes",
@@ -353,6 +353,7 @@ ServiceName = Literal[
353
353
  "iot",
354
354
  "iot-data",
355
355
  "iot-jobs-data",
356
+ "iot-managed-integrations",
356
357
  "iotanalytics",
357
358
  "iotdeviceadvisor",
358
359
  "iotevents",
@@ -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",
@@ -326,6 +325,7 @@ ServiceName = Literal[
326
325
  "freetier",
327
326
  "fsx",
328
327
  "gamelift",
328
+ "gameliftstreams",
329
329
  "geo-maps",
330
330
  "geo-places",
331
331
  "geo-routes",
@@ -351,6 +351,7 @@ ServiceName = Literal[
351
351
  "iot",
352
352
  "iot-data",
353
353
  "iot-jobs-data",
354
+ "iot-managed-integrations",
354
355
  "iotanalytics",
355
356
  "iotdeviceadvisor",
356
357
  "iotevents",
@@ -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