mypy-boto3-dynamodb 1.34.23__py3-none-any.whl → 1.34.46__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.
@@ -10,12 +10,13 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.DynamoDB 1.34.23\nVersion: 1.34.23\nBuilder version:"
14
- " 7.23.1\nDocs: "
15
- " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\nBoto3 docs: "
16
- " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB\nOther"
17
- " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
18
- " https://github.com/youtype/mypy_boto3_builder/releases"
13
+ "Type annotations for boto3.DynamoDB 1.34.46\n"
14
+ "Version: 1.34.46\n"
15
+ "Builder version: 7.23.1\n"
16
+ "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\n"
17
+ "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB\n"
18
+ "Other services: https://pypi.org/project/boto3-stubs/\n"
19
+ "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
19
20
  )
20
21
 
21
22
 
@@ -23,7 +24,7 @@ def print_version() -> None:
23
24
  """
24
25
  Print package version to stdout.
25
26
  """
26
- print("1.34.23")
27
+ print("1.34.46")
27
28
 
28
29
 
29
30
  def main() -> None:
@@ -191,6 +191,7 @@ ServiceName = Literal[
191
191
  "appstream",
192
192
  "appsync",
193
193
  "arc-zonal-shift",
194
+ "artifact",
194
195
  "athena",
195
196
  "auditmanager",
196
197
  "autoscaling",
@@ -209,6 +210,7 @@ ServiceName = Literal[
209
210
  "braket",
210
211
  "budgets",
211
212
  "ce",
213
+ "chatbot",
212
214
  "chime",
213
215
  "chime-sdk-identity",
214
216
  "chime-sdk-media-pipelines",
@@ -191,6 +191,7 @@ ServiceName = Literal[
191
191
  "appstream",
192
192
  "appsync",
193
193
  "arc-zonal-shift",
194
+ "artifact",
194
195
  "athena",
195
196
  "auditmanager",
196
197
  "autoscaling",
@@ -209,6 +210,7 @@ ServiceName = Literal[
209
210
  "braket",
210
211
  "budgets",
211
212
  "ce",
213
+ "chatbot",
212
214
  "chime",
213
215
  "chime-sdk-identity",
214
216
  "chime-sdk-media-pipelines",
@@ -1067,9 +1067,7 @@ AutoScalingPolicyDescriptionTypeDef = TypedDict(
1067
1067
  AutoScalingPolicyUpdateTypeDef = TypedDict(
1068
1068
  "AutoScalingPolicyUpdateTypeDef",
1069
1069
  {
1070
- "TargetTrackingScalingPolicyConfiguration": (
1071
- AutoScalingTargetTrackingScalingPolicyConfigurationUpdateTypeDef
1072
- ),
1070
+ "TargetTrackingScalingPolicyConfiguration": AutoScalingTargetTrackingScalingPolicyConfigurationUpdateTypeDef,
1073
1071
  "PolicyName": NotRequired[str],
1074
1072
  },
1075
1073
  )
@@ -1067,9 +1067,7 @@ AutoScalingPolicyDescriptionTypeDef = TypedDict(
1067
1067
  AutoScalingPolicyUpdateTypeDef = TypedDict(
1068
1068
  "AutoScalingPolicyUpdateTypeDef",
1069
1069
  {
1070
- "TargetTrackingScalingPolicyConfiguration": (
1071
- AutoScalingTargetTrackingScalingPolicyConfigurationUpdateTypeDef
1072
- ),
1070
+ "TargetTrackingScalingPolicyConfiguration": AutoScalingTargetTrackingScalingPolicyConfigurationUpdateTypeDef,
1073
1071
  "PolicyName": NotRequired[str],
1074
1072
  },
1075
1073
  )
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.23"
5
+ __version__ = "1.34.46"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-dynamodb
3
- Version: 1.34.23
4
- Summary: Type annotations for boto3.DynamoDB 1.34.23 service generated with mypy-boto3-builder 7.23.1
3
+ Version: 1.34.46
4
+ Summary: Type annotations for boto3.DynamoDB 1.34.46 service generated with mypy-boto3-builder 7.23.1
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.23](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB)
46
+ [boto3.DynamoDB 1.34.46](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/),
@@ -1,22 +1,22 @@
1
1
  mypy_boto3_dynamodb/__init__.py,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
2
2
  mypy_boto3_dynamodb/__init__.pyi,sha256=GMdsocJat-pPuRXyCmJcizZ1LKMSLPgLD7SYG-zOa14,1857
3
- mypy_boto3_dynamodb/__main__.py,sha256=Egz6ktQ-ZU-zke_IOdC4oLQoagtkqhcyYkTndhZgV_k,912
3
+ mypy_boto3_dynamodb/__main__.py,sha256=E4QdDknVnQaT2enXVmxmbcLID8Fok-fb6xGDphbBXw4,923
4
4
  mypy_boto3_dynamodb/client.py,sha256=uIiSZiWwRABuOWP7BYvb4aXq3SmYmzA7h2CyXLTmFzQ,49496
5
5
  mypy_boto3_dynamodb/client.pyi,sha256=hrr1NgTbKjT9oxbMGHV3uRVMYajsdhPOdbd3lqGHyys,49493
6
- mypy_boto3_dynamodb/literals.py,sha256=BQnmL0phZ-xG_IYCGU-_B5PKvljv1I0QP4YcvJYPiGc,13882
7
- mypy_boto3_dynamodb/literals.pyi,sha256=BQnmL0phZ-xG_IYCGU-_B5PKvljv1I0QP4YcvJYPiGc,13882
6
+ mypy_boto3_dynamodb/literals.py,sha256=yP-oVAXbMbhcrMBHOPLaBhVP9H2ZgIFXWJH8Va922Wc,13913
7
+ mypy_boto3_dynamodb/literals.pyi,sha256=yP-oVAXbMbhcrMBHOPLaBhVP9H2ZgIFXWJH8Va922Wc,13913
8
8
  mypy_boto3_dynamodb/paginator.py,sha256=f03nXXsUgkQ2oMZ5VeDdUWhmHarJjo4UY4NWGdIBRwI,7480
9
9
  mypy_boto3_dynamodb/paginator.pyi,sha256=CDR12_4ExFt03vv_k9BAT9k0aURoYX47BxplhcTfyWk,7474
10
10
  mypy_boto3_dynamodb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  mypy_boto3_dynamodb/service_resource.py,sha256=DWNzQ5Btre1un-twctIZw0iIzktHFkfyVekFbEfkhAk,22578
12
12
  mypy_boto3_dynamodb/service_resource.pyi,sha256=daueURsZevQCs0ewhsd3C3mof8fmrux6DyzXvcOiqsg,22573
13
- mypy_boto3_dynamodb/type_defs.py,sha256=wdIBHjlIvCdjkX6sZmEk69dRUuG0RnHbeYvd84vckK0,99624
14
- mypy_boto3_dynamodb/type_defs.pyi,sha256=wdIBHjlIvCdjkX6sZmEk69dRUuG0RnHbeYvd84vckK0,99624
15
- mypy_boto3_dynamodb/version.py,sha256=FA3hq608ZZsw8r6xmBnqAenJKH72Jm7CzdEd3snqtto,62
13
+ mypy_boto3_dynamodb/type_defs.py,sha256=RG3VsdSS-0H2vXZJvfoZ5egP5nS-ndi-UaEdfAtYwFQ,99600
14
+ mypy_boto3_dynamodb/type_defs.pyi,sha256=RG3VsdSS-0H2vXZJvfoZ5egP5nS-ndi-UaEdfAtYwFQ,99600
15
+ mypy_boto3_dynamodb/version.py,sha256=bDoUYuAFWpQIJiCUg2DR-z9SI1e18kstjj1A_vL7QyM,62
16
16
  mypy_boto3_dynamodb/waiter.py,sha256=7xcR5DzbFgG6mwzPduSlv_EelwquNvRJRo7L8ye-ig4,2259
17
17
  mypy_boto3_dynamodb/waiter.pyi,sha256=oRlb0atdfvM7XJBKZuoBxq-5JiGytB6bfjUzQcL5kY8,2257
18
- mypy_boto3_dynamodb-1.34.23.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
19
- mypy_boto3_dynamodb-1.34.23.dist-info/METADATA,sha256=wRSgk5dH9hdckCvOduuhjzMBvCFlplHeOIlgeKhryrk,16272
20
- mypy_boto3_dynamodb-1.34.23.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
21
- mypy_boto3_dynamodb-1.34.23.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
22
- mypy_boto3_dynamodb-1.34.23.dist-info/RECORD,,
18
+ mypy_boto3_dynamodb-1.34.46.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
19
+ mypy_boto3_dynamodb-1.34.46.dist-info/METADATA,sha256=EbnpakdfOaGNVmZTmI63zyS5GbNYefv1hJY-iv8OUpY,16272
20
+ mypy_boto3_dynamodb-1.34.46.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
21
+ mypy_boto3_dynamodb-1.34.46.dist-info/top_level.txt,sha256=QxApsWxKFAcW2cmcxwGGHYl6FlOK1EYbSYEknyOyFAY,20
22
+ mypy_boto3_dynamodb-1.34.46.dist-info/RECORD,,