mypy-boto3-timestream-write 1.33.0__tar.gz → 1.35.0__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.

Potentially problematic release.


This version of mypy-boto3-timestream-write might be problematic. Click here for more details.

Files changed (23) hide show
  1. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/LICENSE +1 -1
  2. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/PKG-INFO +7 -7
  3. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/README.md +2 -2
  4. mypy-boto3-timestream-write-1.33.0/mypy_boto3_timestream_write/__init__.py → mypy_boto3_timestream_write-1.35.0/mypy_boto3_timestream_write/__init__.pyi +0 -1
  5. mypy_boto3_timestream_write-1.35.0/mypy_boto3_timestream_write/__main__.py +40 -0
  6. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write/client.py +7 -7
  7. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write/client.pyi +7 -7
  8. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write/literals.py +24 -7
  9. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write/literals.pyi +24 -5
  10. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write/type_defs.py +59 -8
  11. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write/type_defs.pyi +59 -7
  12. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write/version.py +1 -1
  13. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write.egg-info/PKG-INFO +7 -7
  14. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/setup.py +5 -9
  15. mypy-boto3-timestream-write-1.33.0/mypy_boto3_timestream_write/__main__.py +0 -39
  16. /mypy-boto3-timestream-write-1.33.0/mypy_boto3_timestream_write/__init__.pyi → /mypy_boto3_timestream_write-1.35.0/mypy_boto3_timestream_write/__init__.py +0 -0
  17. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write/py.typed +0 -0
  18. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write.egg-info/SOURCES.txt +0 -0
  19. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write.egg-info/dependency_links.txt +0 -0
  20. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write.egg-info/not-zip-safe +0 -0
  21. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write.egg-info/requires.txt +0 -0
  22. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/mypy_boto3_timestream_write.egg-info/top_level.txt +0 -0
  23. {mypy-boto3-timestream-write-1.33.0 → mypy_boto3_timestream_write-1.35.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Vlad Emelianov
3
+ Copyright (c) 2024 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-timestream-write
3
- Version: 1.33.0
4
- Summary: Type annotations for boto3.TimestreamWrite 1.33.0 service generated with mypy-boto3-builder 7.20.3
3
+ Version: 1.35.0
4
+ Summary: Type annotations for boto3.TimestreamWrite 1.35.0 service generated with mypy-boto3-builder 7.26.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
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
17
17
  Classifier: Natural Language :: English
18
18
  Classifier: Operating System :: OS Independent
19
19
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.7
21
20
  Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
26
25
  Classifier: Programming Language :: Python :: 3.13
27
26
  Classifier: Programming Language :: Python :: 3 :: Only
28
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
- Classifier: Typing :: Typed
30
- Requires-Python: >=3.7
28
+ Classifier: Typing :: Stubs Only
29
+ Requires-Python: >=3.8
31
30
  Description-Content-Type: text/markdown
32
31
  License-File: LICENSE
32
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
33
 
34
34
  <a id="mypy-boto3-timestream-write"></a>
35
35
 
@@ -43,7 +43,7 @@ License-File: LICENSE
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.TimestreamWrite 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
46
+ [boto3.TimestreamWrite 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
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.20.3](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.26.0](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.TimestreamWrite 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
13
+ [boto3.TimestreamWrite 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
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.20.3](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 7.26.0](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
@@ -19,5 +19,4 @@ from .client import TimestreamWriteClient
19
19
 
20
20
  Client = TimestreamWriteClient
21
21
 
22
-
23
22
  __all__ = ("Client", "TimestreamWriteClient")
@@ -0,0 +1,40 @@
1
+ """
2
+ Main CLI entrypoint.
3
+ """
4
+
5
+ import sys
6
+
7
+
8
+ def print_info() -> None:
9
+ """
10
+ Print package info to stdout.
11
+ """
12
+ print(
13
+ "Type annotations for boto3.TimestreamWrite 1.35.0\n"
14
+ "Version: 1.35.0\n"
15
+ "Builder version: 7.26.0\n"
16
+ "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write//\n"
17
+ "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite\n"
18
+ "Other services: https://pypi.org/project/boto3-stubs/\n"
19
+ "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
20
+ )
21
+
22
+
23
+ def print_version() -> None:
24
+ """
25
+ Print package version to stdout.
26
+ """
27
+ print("1.35.0")
28
+
29
+
30
+ def main() -> None:
31
+ """
32
+ Main CLI entrypoint.
33
+ """
34
+ if "--version" in sys.argv:
35
+ return print_version()
36
+ print_info()
37
+
38
+
39
+ if __name__ == "__main__":
40
+ main()
@@ -23,7 +23,7 @@ from .type_defs import (
23
23
  CreateBatchLoadTaskResponseTypeDef,
24
24
  CreateDatabaseResponseTypeDef,
25
25
  CreateTableResponseTypeDef,
26
- DataModelConfigurationTypeDef,
26
+ DataModelConfigurationUnionTypeDef,
27
27
  DataSourceConfigurationTypeDef,
28
28
  DescribeBatchLoadTaskResponseTypeDef,
29
29
  DescribeDatabaseResponseTypeDef,
@@ -38,7 +38,7 @@ from .type_defs import (
38
38
  RecordTypeDef,
39
39
  ReportConfigurationTypeDef,
40
40
  RetentionPropertiesTypeDef,
41
- SchemaTypeDef,
41
+ SchemaUnionTypeDef,
42
42
  TagTypeDef,
43
43
  UpdateDatabaseResponseTypeDef,
44
44
  UpdateTableResponseTypeDef,
@@ -110,8 +110,8 @@ class TimestreamWriteClient(BaseClient):
110
110
  TargetDatabaseName: str,
111
111
  TargetTableName: str,
112
112
  ClientToken: str = ...,
113
- DataModelConfiguration: DataModelConfigurationTypeDef = ...,
114
- RecordVersion: int = ...
113
+ DataModelConfiguration: DataModelConfigurationUnionTypeDef = ...,
114
+ RecordVersion: int = ...,
115
115
  ) -> CreateBatchLoadTaskResponseTypeDef:
116
116
  """
117
117
  Creates a new Timestream batch load task.
@@ -138,7 +138,7 @@ class TimestreamWriteClient(BaseClient):
138
138
  RetentionProperties: RetentionPropertiesTypeDef = ...,
139
139
  Tags: Sequence[TagTypeDef] = ...,
140
140
  MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef = ...,
141
- Schema: SchemaTypeDef = ...
141
+ Schema: SchemaUnionTypeDef = ...,
142
142
  ) -> CreateTableResponseTypeDef:
143
143
  """
144
144
  Adds a new table to an existing database in your account.
@@ -297,7 +297,7 @@ class TimestreamWriteClient(BaseClient):
297
297
  TableName: str,
298
298
  RetentionProperties: RetentionPropertiesTypeDef = ...,
299
299
  MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef = ...,
300
- Schema: SchemaTypeDef = ...
300
+ Schema: SchemaUnionTypeDef = ...,
301
301
  ) -> UpdateTableResponseTypeDef:
302
302
  """
303
303
  Modifies the retention duration of the memory store and magnetic store for your
@@ -314,7 +314,7 @@ class TimestreamWriteClient(BaseClient):
314
314
  DatabaseName: str,
315
315
  TableName: str,
316
316
  Records: Sequence[RecordTypeDef],
317
- CommonAttributes: RecordTypeDef = ...
317
+ CommonAttributes: RecordTypeDef = ...,
318
318
  ) -> WriteRecordsResponseTypeDef:
319
319
  """
320
320
  Enables you to write your time-series data into Timestream.
@@ -23,7 +23,7 @@ from .type_defs import (
23
23
  CreateBatchLoadTaskResponseTypeDef,
24
24
  CreateDatabaseResponseTypeDef,
25
25
  CreateTableResponseTypeDef,
26
- DataModelConfigurationTypeDef,
26
+ DataModelConfigurationUnionTypeDef,
27
27
  DataSourceConfigurationTypeDef,
28
28
  DescribeBatchLoadTaskResponseTypeDef,
29
29
  DescribeDatabaseResponseTypeDef,
@@ -38,7 +38,7 @@ from .type_defs import (
38
38
  RecordTypeDef,
39
39
  ReportConfigurationTypeDef,
40
40
  RetentionPropertiesTypeDef,
41
- SchemaTypeDef,
41
+ SchemaUnionTypeDef,
42
42
  TagTypeDef,
43
43
  UpdateDatabaseResponseTypeDef,
44
44
  UpdateTableResponseTypeDef,
@@ -107,8 +107,8 @@ class TimestreamWriteClient(BaseClient):
107
107
  TargetDatabaseName: str,
108
108
  TargetTableName: str,
109
109
  ClientToken: str = ...,
110
- DataModelConfiguration: DataModelConfigurationTypeDef = ...,
111
- RecordVersion: int = ...
110
+ DataModelConfiguration: DataModelConfigurationUnionTypeDef = ...,
111
+ RecordVersion: int = ...,
112
112
  ) -> CreateBatchLoadTaskResponseTypeDef:
113
113
  """
114
114
  Creates a new Timestream batch load task.
@@ -135,7 +135,7 @@ class TimestreamWriteClient(BaseClient):
135
135
  RetentionProperties: RetentionPropertiesTypeDef = ...,
136
136
  Tags: Sequence[TagTypeDef] = ...,
137
137
  MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef = ...,
138
- Schema: SchemaTypeDef = ...
138
+ Schema: SchemaUnionTypeDef = ...,
139
139
  ) -> CreateTableResponseTypeDef:
140
140
  """
141
141
  Adds a new table to an existing database in your account.
@@ -294,7 +294,7 @@ class TimestreamWriteClient(BaseClient):
294
294
  TableName: str,
295
295
  RetentionProperties: RetentionPropertiesTypeDef = ...,
296
296
  MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef = ...,
297
- Schema: SchemaTypeDef = ...
297
+ Schema: SchemaUnionTypeDef = ...,
298
298
  ) -> UpdateTableResponseTypeDef:
299
299
  """
300
300
  Modifies the retention duration of the memory store and magnetic store for your
@@ -311,7 +311,7 @@ class TimestreamWriteClient(BaseClient):
311
311
  DatabaseName: str,
312
312
  TableName: str,
313
313
  Records: Sequence[RecordTypeDef],
314
- CommonAttributes: RecordTypeDef = ...
314
+ CommonAttributes: RecordTypeDef = ...,
315
315
  ) -> WriteRecordsResponseTypeDef:
316
316
  """
317
317
  Enables you to write your time-series data into Timestream.
@@ -19,7 +19,6 @@ if sys.version_info >= (3, 12):
19
19
  else:
20
20
  from typing_extensions import Literal
21
21
 
22
-
23
22
  __all__ = (
24
23
  "BatchLoadDataFormatType",
25
24
  "BatchLoadStatusType",
@@ -37,7 +36,6 @@ __all__ = (
37
36
  "RegionName",
38
37
  )
39
38
 
40
-
41
39
  BatchLoadDataFormatType = Literal["CSV"]
42
40
  BatchLoadStatusType = Literal[
43
41
  "CREATED", "FAILED", "IN_PROGRESS", "PENDING_RESUME", "PROGRESS_STOPPED", "SUCCEEDED"
@@ -56,7 +54,6 @@ ServiceName = Literal[
56
54
  "account",
57
55
  "acm",
58
56
  "acm-pca",
59
- "alexaforbusiness",
60
57
  "amp",
61
58
  "amplify",
62
59
  "amplifybackend",
@@ -71,12 +68,15 @@ ServiceName = Literal[
71
68
  "appintegrations",
72
69
  "application-autoscaling",
73
70
  "application-insights",
71
+ "application-signals",
74
72
  "applicationcostprofiler",
75
73
  "appmesh",
76
74
  "apprunner",
77
75
  "appstream",
78
76
  "appsync",
77
+ "apptest",
79
78
  "arc-zonal-shift",
79
+ "artifact",
80
80
  "athena",
81
81
  "auditmanager",
82
82
  "autoscaling",
@@ -84,15 +84,17 @@ ServiceName = Literal[
84
84
  "b2bi",
85
85
  "backup",
86
86
  "backup-gateway",
87
- "backupstorage",
88
87
  "batch",
89
88
  "bcm-data-exports",
90
89
  "bedrock",
90
+ "bedrock-agent",
91
+ "bedrock-agent-runtime",
91
92
  "bedrock-runtime",
92
93
  "billingconductor",
93
94
  "braket",
94
95
  "budgets",
95
96
  "ce",
97
+ "chatbot",
96
98
  "chime",
97
99
  "chime-sdk-identity",
98
100
  "chime-sdk-media-pipelines",
@@ -100,6 +102,7 @@ ServiceName = Literal[
100
102
  "chime-sdk-messaging",
101
103
  "chime-sdk-voice",
102
104
  "cleanrooms",
105
+ "cleanroomsml",
103
106
  "cloud9",
104
107
  "cloudcontrol",
105
108
  "clouddirectory",
@@ -117,6 +120,7 @@ ServiceName = Literal[
117
120
  "codebuild",
118
121
  "codecatalyst",
119
122
  "codecommit",
123
+ "codeconnections",
120
124
  "codedeploy",
121
125
  "codeguru-reviewer",
122
126
  "codeguru-security",
@@ -137,6 +141,7 @@ ServiceName = Literal[
137
141
  "connectcampaigns",
138
142
  "connectcases",
139
143
  "connectparticipant",
144
+ "controlcatalog",
140
145
  "controltower",
141
146
  "cost-optimization-hub",
142
147
  "cur",
@@ -147,6 +152,7 @@ ServiceName = Literal[
147
152
  "datasync",
148
153
  "datazone",
149
154
  "dax",
155
+ "deadline",
150
156
  "detective",
151
157
  "devicefarm",
152
158
  "devops-guru",
@@ -203,7 +209,6 @@ ServiceName = Literal[
203
209
  "guardduty",
204
210
  "health",
205
211
  "healthlake",
206
- "honeycode",
207
212
  "iam",
208
213
  "identitystore",
209
214
  "imagebuilder",
@@ -215,7 +220,6 @@ ServiceName = Literal[
215
220
  "iot",
216
221
  "iot-data",
217
222
  "iot-jobs-data",
218
- "iot-roborunner",
219
223
  "iot1click-devices",
220
224
  "iot1click-projects",
221
225
  "iotanalytics",
@@ -265,9 +269,12 @@ ServiceName = Literal[
265
269
  "m2",
266
270
  "machinelearning",
267
271
  "macie2",
272
+ "mailmanager",
268
273
  "managedblockchain",
269
274
  "managedblockchain-query",
275
+ "marketplace-agreement",
270
276
  "marketplace-catalog",
277
+ "marketplace-deployment",
271
278
  "marketplace-entitlement",
272
279
  "marketplacecommerceanalytics",
273
280
  "mediaconnect",
@@ -288,14 +295,15 @@ ServiceName = Literal[
288
295
  "migrationhub-config",
289
296
  "migrationhuborchestrator",
290
297
  "migrationhubstrategy",
291
- "mobile",
292
298
  "mq",
293
299
  "mturk",
294
300
  "mwaa",
295
301
  "neptune",
302
+ "neptune-graph",
296
303
  "neptunedata",
297
304
  "network-firewall",
298
305
  "networkmanager",
306
+ "networkmonitor",
299
307
  "nimble",
300
308
  "oam",
301
309
  "omics",
@@ -310,6 +318,7 @@ ServiceName = Literal[
310
318
  "payment-cryptography",
311
319
  "payment-cryptography-data",
312
320
  "pca-connector-ad",
321
+ "pca-connector-scep",
313
322
  "personalize",
314
323
  "personalize-events",
315
324
  "personalize-runtime",
@@ -323,6 +332,9 @@ ServiceName = Literal[
323
332
  "pricing",
324
333
  "privatenetworks",
325
334
  "proton",
335
+ "qapps",
336
+ "qbusiness",
337
+ "qconnect",
326
338
  "qldb",
327
339
  "qldb-session",
328
340
  "quicksight",
@@ -346,6 +358,7 @@ ServiceName = Literal[
346
358
  "route53-recovery-control-config",
347
359
  "route53-recovery-readiness",
348
360
  "route53domains",
361
+ "route53profiles",
349
362
  "route53resolver",
350
363
  "rum",
351
364
  "s3",
@@ -384,6 +397,7 @@ ServiceName = Literal[
384
397
  "ssm",
385
398
  "ssm-contacts",
386
399
  "ssm-incidents",
400
+ "ssm-quicksetup",
387
401
  "ssm-sap",
388
402
  "sso",
389
403
  "sso-admin",
@@ -391,11 +405,14 @@ ServiceName = Literal[
391
405
  "stepfunctions",
392
406
  "storagegateway",
393
407
  "sts",
408
+ "supplychain",
394
409
  "support",
395
410
  "support-app",
396
411
  "swf",
397
412
  "synthetics",
413
+ "taxsettings",
398
414
  "textract",
415
+ "timestream-influxdb",
399
416
  "timestream-query",
400
417
  "timestream-write",
401
418
  "tnb",
@@ -54,7 +54,6 @@ ServiceName = Literal[
54
54
  "account",
55
55
  "acm",
56
56
  "acm-pca",
57
- "alexaforbusiness",
58
57
  "amp",
59
58
  "amplify",
60
59
  "amplifybackend",
@@ -69,12 +68,15 @@ ServiceName = Literal[
69
68
  "appintegrations",
70
69
  "application-autoscaling",
71
70
  "application-insights",
71
+ "application-signals",
72
72
  "applicationcostprofiler",
73
73
  "appmesh",
74
74
  "apprunner",
75
75
  "appstream",
76
76
  "appsync",
77
+ "apptest",
77
78
  "arc-zonal-shift",
79
+ "artifact",
78
80
  "athena",
79
81
  "auditmanager",
80
82
  "autoscaling",
@@ -82,15 +84,17 @@ ServiceName = Literal[
82
84
  "b2bi",
83
85
  "backup",
84
86
  "backup-gateway",
85
- "backupstorage",
86
87
  "batch",
87
88
  "bcm-data-exports",
88
89
  "bedrock",
90
+ "bedrock-agent",
91
+ "bedrock-agent-runtime",
89
92
  "bedrock-runtime",
90
93
  "billingconductor",
91
94
  "braket",
92
95
  "budgets",
93
96
  "ce",
97
+ "chatbot",
94
98
  "chime",
95
99
  "chime-sdk-identity",
96
100
  "chime-sdk-media-pipelines",
@@ -98,6 +102,7 @@ ServiceName = Literal[
98
102
  "chime-sdk-messaging",
99
103
  "chime-sdk-voice",
100
104
  "cleanrooms",
105
+ "cleanroomsml",
101
106
  "cloud9",
102
107
  "cloudcontrol",
103
108
  "clouddirectory",
@@ -115,6 +120,7 @@ ServiceName = Literal[
115
120
  "codebuild",
116
121
  "codecatalyst",
117
122
  "codecommit",
123
+ "codeconnections",
118
124
  "codedeploy",
119
125
  "codeguru-reviewer",
120
126
  "codeguru-security",
@@ -135,6 +141,7 @@ ServiceName = Literal[
135
141
  "connectcampaigns",
136
142
  "connectcases",
137
143
  "connectparticipant",
144
+ "controlcatalog",
138
145
  "controltower",
139
146
  "cost-optimization-hub",
140
147
  "cur",
@@ -145,6 +152,7 @@ ServiceName = Literal[
145
152
  "datasync",
146
153
  "datazone",
147
154
  "dax",
155
+ "deadline",
148
156
  "detective",
149
157
  "devicefarm",
150
158
  "devops-guru",
@@ -201,7 +209,6 @@ ServiceName = Literal[
201
209
  "guardduty",
202
210
  "health",
203
211
  "healthlake",
204
- "honeycode",
205
212
  "iam",
206
213
  "identitystore",
207
214
  "imagebuilder",
@@ -213,7 +220,6 @@ ServiceName = Literal[
213
220
  "iot",
214
221
  "iot-data",
215
222
  "iot-jobs-data",
216
- "iot-roborunner",
217
223
  "iot1click-devices",
218
224
  "iot1click-projects",
219
225
  "iotanalytics",
@@ -263,9 +269,12 @@ ServiceName = Literal[
263
269
  "m2",
264
270
  "machinelearning",
265
271
  "macie2",
272
+ "mailmanager",
266
273
  "managedblockchain",
267
274
  "managedblockchain-query",
275
+ "marketplace-agreement",
268
276
  "marketplace-catalog",
277
+ "marketplace-deployment",
269
278
  "marketplace-entitlement",
270
279
  "marketplacecommerceanalytics",
271
280
  "mediaconnect",
@@ -286,14 +295,15 @@ ServiceName = Literal[
286
295
  "migrationhub-config",
287
296
  "migrationhuborchestrator",
288
297
  "migrationhubstrategy",
289
- "mobile",
290
298
  "mq",
291
299
  "mturk",
292
300
  "mwaa",
293
301
  "neptune",
302
+ "neptune-graph",
294
303
  "neptunedata",
295
304
  "network-firewall",
296
305
  "networkmanager",
306
+ "networkmonitor",
297
307
  "nimble",
298
308
  "oam",
299
309
  "omics",
@@ -308,6 +318,7 @@ ServiceName = Literal[
308
318
  "payment-cryptography",
309
319
  "payment-cryptography-data",
310
320
  "pca-connector-ad",
321
+ "pca-connector-scep",
311
322
  "personalize",
312
323
  "personalize-events",
313
324
  "personalize-runtime",
@@ -321,6 +332,9 @@ ServiceName = Literal[
321
332
  "pricing",
322
333
  "privatenetworks",
323
334
  "proton",
335
+ "qapps",
336
+ "qbusiness",
337
+ "qconnect",
324
338
  "qldb",
325
339
  "qldb-session",
326
340
  "quicksight",
@@ -344,6 +358,7 @@ ServiceName = Literal[
344
358
  "route53-recovery-control-config",
345
359
  "route53-recovery-readiness",
346
360
  "route53domains",
361
+ "route53profiles",
347
362
  "route53resolver",
348
363
  "rum",
349
364
  "s3",
@@ -382,6 +397,7 @@ ServiceName = Literal[
382
397
  "ssm",
383
398
  "ssm-contacts",
384
399
  "ssm-incidents",
400
+ "ssm-quicksetup",
385
401
  "ssm-sap",
386
402
  "sso",
387
403
  "sso-admin",
@@ -389,11 +405,14 @@ ServiceName = Literal[
389
405
  "stepfunctions",
390
406
  "storagegateway",
391
407
  "sts",
408
+ "supplychain",
392
409
  "support",
393
410
  "support-app",
394
411
  "swf",
395
412
  "synthetics",
413
+ "taxsettings",
396
414
  "textract",
415
+ "timestream-influxdb",
397
416
  "timestream-query",
398
417
  "timestream-write",
399
418
  "tnb",
@@ -14,7 +14,7 @@ Usage::
14
14
 
15
15
  import sys
16
16
  from datetime import datetime
17
- from typing import Dict, List, Sequence
17
+ from typing import Dict, List, Sequence, Union
18
18
 
19
19
  from .literals import (
20
20
  BatchLoadStatusType,
@@ -40,7 +40,6 @@ if sys.version_info >= (3, 12):
40
40
  else:
41
41
  from typing_extensions import TypedDict
42
42
 
43
-
44
43
  __all__ = (
45
44
  "BatchLoadProgressReportTypeDef",
46
45
  "BatchLoadTaskTypeDef",
@@ -86,17 +85,23 @@ __all__ = (
86
85
  "DescribeEndpointsResponseTypeDef",
87
86
  "MagneticStoreRejectedDataLocationTypeDef",
88
87
  "RecordTypeDef",
88
+ "MixedMeasureMappingOutputTypeDef",
89
89
  "MixedMeasureMappingTypeDef",
90
+ "MultiMeasureMappingsOutputTypeDef",
90
91
  "MultiMeasureMappingsTypeDef",
92
+ "SchemaOutputTypeDef",
91
93
  "SchemaTypeDef",
92
94
  "WriteRecordsResponseTypeDef",
93
95
  "ReportConfigurationTypeDef",
94
96
  "MagneticStoreWritePropertiesTypeDef",
95
97
  "WriteRecordsRequestRequestTypeDef",
98
+ "DataModelOutputTypeDef",
96
99
  "DataModelTypeDef",
100
+ "SchemaUnionTypeDef",
97
101
  "CreateTableRequestRequestTypeDef",
98
102
  "TableTypeDef",
99
103
  "UpdateTableRequestRequestTypeDef",
104
+ "DataModelConfigurationOutputTypeDef",
100
105
  "DataModelConfigurationTypeDef",
101
106
  "CreateTableResponseTypeDef",
102
107
  "DescribeTableResponseTypeDef",
@@ -104,6 +109,7 @@ __all__ = (
104
109
  "UpdateTableResponseTypeDef",
105
110
  "BatchLoadTaskDescriptionTypeDef",
106
111
  "CreateBatchLoadTaskRequestRequestTypeDef",
112
+ "DataModelConfigurationUnionTypeDef",
107
113
  "DescribeBatchLoadTaskResponseTypeDef",
108
114
  )
109
115
 
@@ -134,10 +140,10 @@ ResponseMetadataTypeDef = TypedDict(
134
140
  "ResponseMetadataTypeDef",
135
141
  {
136
142
  "RequestId": str,
137
- "HostId": str,
138
143
  "HTTPStatusCode": int,
139
144
  "HTTPHeaders": Dict[str, str],
140
145
  "RetryAttempts": int,
146
+ "HostId": NotRequired[str],
141
147
  },
142
148
  )
143
149
  TagTypeDef = TypedDict(
@@ -358,9 +364,9 @@ EmptyResponseMetadataTypeDef = TypedDict(
358
364
  ListBatchLoadTasksResponseTypeDef = TypedDict(
359
365
  "ListBatchLoadTasksResponseTypeDef",
360
366
  {
361
- "NextToken": str,
362
367
  "BatchLoadTasks": List[BatchLoadTaskTypeDef],
363
368
  "ResponseMetadata": ResponseMetadataTypeDef,
369
+ "NextToken": NotRequired[str],
364
370
  },
365
371
  )
366
372
  CreateDatabaseRequestRequestTypeDef = TypedDict(
@@ -403,8 +409,8 @@ ListDatabasesResponseTypeDef = TypedDict(
403
409
  "ListDatabasesResponseTypeDef",
404
410
  {
405
411
  "Databases": List[DatabaseTypeDef],
406
- "NextToken": str,
407
412
  "ResponseMetadata": ResponseMetadataTypeDef,
413
+ "NextToken": NotRequired[str],
408
414
  },
409
415
  )
410
416
  UpdateDatabaseResponseTypeDef = TypedDict(
@@ -448,6 +454,16 @@ RecordTypeDef = TypedDict(
448
454
  "MeasureValues": NotRequired[Sequence[MeasureValueTypeDef]],
449
455
  },
450
456
  )
457
+ MixedMeasureMappingOutputTypeDef = TypedDict(
458
+ "MixedMeasureMappingOutputTypeDef",
459
+ {
460
+ "MeasureValueType": MeasureValueTypeType,
461
+ "MeasureName": NotRequired[str],
462
+ "SourceColumn": NotRequired[str],
463
+ "TargetMeasureName": NotRequired[str],
464
+ "MultiMeasureAttributeMappings": NotRequired[List[MultiMeasureAttributeMappingTypeDef]],
465
+ },
466
+ )
451
467
  MixedMeasureMappingTypeDef = TypedDict(
452
468
  "MixedMeasureMappingTypeDef",
453
469
  {
@@ -458,6 +474,13 @@ MixedMeasureMappingTypeDef = TypedDict(
458
474
  "MultiMeasureAttributeMappings": NotRequired[Sequence[MultiMeasureAttributeMappingTypeDef]],
459
475
  },
460
476
  )
477
+ MultiMeasureMappingsOutputTypeDef = TypedDict(
478
+ "MultiMeasureMappingsOutputTypeDef",
479
+ {
480
+ "MultiMeasureAttributeMappings": List[MultiMeasureAttributeMappingTypeDef],
481
+ "TargetMultiMeasureName": NotRequired[str],
482
+ },
483
+ )
461
484
  MultiMeasureMappingsTypeDef = TypedDict(
462
485
  "MultiMeasureMappingsTypeDef",
463
486
  {
@@ -465,6 +488,12 @@ MultiMeasureMappingsTypeDef = TypedDict(
465
488
  "TargetMultiMeasureName": NotRequired[str],
466
489
  },
467
490
  )
491
+ SchemaOutputTypeDef = TypedDict(
492
+ "SchemaOutputTypeDef",
493
+ {
494
+ "CompositePartitionKey": NotRequired[List[PartitionKeyTypeDef]],
495
+ },
496
+ )
468
497
  SchemaTypeDef = TypedDict(
469
498
  "SchemaTypeDef",
470
499
  {
@@ -500,6 +529,17 @@ WriteRecordsRequestRequestTypeDef = TypedDict(
500
529
  "CommonAttributes": NotRequired[RecordTypeDef],
501
530
  },
502
531
  )
532
+ DataModelOutputTypeDef = TypedDict(
533
+ "DataModelOutputTypeDef",
534
+ {
535
+ "DimensionMappings": List[DimensionMappingTypeDef],
536
+ "TimeColumn": NotRequired[str],
537
+ "TimeUnit": NotRequired[TimeUnitType],
538
+ "MultiMeasureMappings": NotRequired[MultiMeasureMappingsOutputTypeDef],
539
+ "MixedMeasureMappings": NotRequired[List[MixedMeasureMappingOutputTypeDef]],
540
+ "MeasureNameColumn": NotRequired[str],
541
+ },
542
+ )
503
543
  DataModelTypeDef = TypedDict(
504
544
  "DataModelTypeDef",
505
545
  {
@@ -511,6 +551,7 @@ DataModelTypeDef = TypedDict(
511
551
  "MeasureNameColumn": NotRequired[str],
512
552
  },
513
553
  )
554
+ SchemaUnionTypeDef = Union[SchemaTypeDef, SchemaOutputTypeDef]
514
555
  CreateTableRequestRequestTypeDef = TypedDict(
515
556
  "CreateTableRequestRequestTypeDef",
516
557
  {
@@ -533,7 +574,7 @@ TableTypeDef = TypedDict(
533
574
  "CreationTime": NotRequired[datetime],
534
575
  "LastUpdatedTime": NotRequired[datetime],
535
576
  "MagneticStoreWriteProperties": NotRequired[MagneticStoreWritePropertiesTypeDef],
536
- "Schema": NotRequired[SchemaTypeDef],
577
+ "Schema": NotRequired[SchemaOutputTypeDef],
537
578
  },
538
579
  )
539
580
  UpdateTableRequestRequestTypeDef = TypedDict(
@@ -546,6 +587,13 @@ UpdateTableRequestRequestTypeDef = TypedDict(
546
587
  "Schema": NotRequired[SchemaTypeDef],
547
588
  },
548
589
  )
590
+ DataModelConfigurationOutputTypeDef = TypedDict(
591
+ "DataModelConfigurationOutputTypeDef",
592
+ {
593
+ "DataModel": NotRequired[DataModelOutputTypeDef],
594
+ "DataModelS3Configuration": NotRequired[DataModelS3ConfigurationTypeDef],
595
+ },
596
+ )
549
597
  DataModelConfigurationTypeDef = TypedDict(
550
598
  "DataModelConfigurationTypeDef",
551
599
  {
@@ -571,8 +619,8 @@ ListTablesResponseTypeDef = TypedDict(
571
619
  "ListTablesResponseTypeDef",
572
620
  {
573
621
  "Tables": List[TableTypeDef],
574
- "NextToken": str,
575
622
  "ResponseMetadata": ResponseMetadataTypeDef,
623
+ "NextToken": NotRequired[str],
576
624
  },
577
625
  )
578
626
  UpdateTableResponseTypeDef = TypedDict(
@@ -590,7 +638,7 @@ BatchLoadTaskDescriptionTypeDef = TypedDict(
590
638
  "DataSourceConfiguration": NotRequired[DataSourceConfigurationTypeDef],
591
639
  "ProgressReport": NotRequired[BatchLoadProgressReportTypeDef],
592
640
  "ReportConfiguration": NotRequired[ReportConfigurationTypeDef],
593
- "DataModelConfiguration": NotRequired[DataModelConfigurationTypeDef],
641
+ "DataModelConfiguration": NotRequired[DataModelConfigurationOutputTypeDef],
594
642
  "TargetDatabaseName": NotRequired[str],
595
643
  "TargetTableName": NotRequired[str],
596
644
  "TaskStatus": NotRequired[BatchLoadStatusType],
@@ -612,6 +660,9 @@ CreateBatchLoadTaskRequestRequestTypeDef = TypedDict(
612
660
  "RecordVersion": NotRequired[int],
613
661
  },
614
662
  )
663
+ DataModelConfigurationUnionTypeDef = Union[
664
+ DataModelConfigurationTypeDef, DataModelConfigurationOutputTypeDef
665
+ ]
615
666
  DescribeBatchLoadTaskResponseTypeDef = TypedDict(
616
667
  "DescribeBatchLoadTaskResponseTypeDef",
617
668
  {
@@ -14,7 +14,7 @@ Usage::
14
14
 
15
15
  import sys
16
16
  from datetime import datetime
17
- from typing import Dict, List, Sequence
17
+ from typing import Dict, List, Sequence, Union
18
18
 
19
19
  from .literals import (
20
20
  BatchLoadStatusType,
@@ -85,17 +85,23 @@ __all__ = (
85
85
  "DescribeEndpointsResponseTypeDef",
86
86
  "MagneticStoreRejectedDataLocationTypeDef",
87
87
  "RecordTypeDef",
88
+ "MixedMeasureMappingOutputTypeDef",
88
89
  "MixedMeasureMappingTypeDef",
90
+ "MultiMeasureMappingsOutputTypeDef",
89
91
  "MultiMeasureMappingsTypeDef",
92
+ "SchemaOutputTypeDef",
90
93
  "SchemaTypeDef",
91
94
  "WriteRecordsResponseTypeDef",
92
95
  "ReportConfigurationTypeDef",
93
96
  "MagneticStoreWritePropertiesTypeDef",
94
97
  "WriteRecordsRequestRequestTypeDef",
98
+ "DataModelOutputTypeDef",
95
99
  "DataModelTypeDef",
100
+ "SchemaUnionTypeDef",
96
101
  "CreateTableRequestRequestTypeDef",
97
102
  "TableTypeDef",
98
103
  "UpdateTableRequestRequestTypeDef",
104
+ "DataModelConfigurationOutputTypeDef",
99
105
  "DataModelConfigurationTypeDef",
100
106
  "CreateTableResponseTypeDef",
101
107
  "DescribeTableResponseTypeDef",
@@ -103,6 +109,7 @@ __all__ = (
103
109
  "UpdateTableResponseTypeDef",
104
110
  "BatchLoadTaskDescriptionTypeDef",
105
111
  "CreateBatchLoadTaskRequestRequestTypeDef",
112
+ "DataModelConfigurationUnionTypeDef",
106
113
  "DescribeBatchLoadTaskResponseTypeDef",
107
114
  )
108
115
 
@@ -133,10 +140,10 @@ ResponseMetadataTypeDef = TypedDict(
133
140
  "ResponseMetadataTypeDef",
134
141
  {
135
142
  "RequestId": str,
136
- "HostId": str,
137
143
  "HTTPStatusCode": int,
138
144
  "HTTPHeaders": Dict[str, str],
139
145
  "RetryAttempts": int,
146
+ "HostId": NotRequired[str],
140
147
  },
141
148
  )
142
149
  TagTypeDef = TypedDict(
@@ -357,9 +364,9 @@ EmptyResponseMetadataTypeDef = TypedDict(
357
364
  ListBatchLoadTasksResponseTypeDef = TypedDict(
358
365
  "ListBatchLoadTasksResponseTypeDef",
359
366
  {
360
- "NextToken": str,
361
367
  "BatchLoadTasks": List[BatchLoadTaskTypeDef],
362
368
  "ResponseMetadata": ResponseMetadataTypeDef,
369
+ "NextToken": NotRequired[str],
363
370
  },
364
371
  )
365
372
  CreateDatabaseRequestRequestTypeDef = TypedDict(
@@ -402,8 +409,8 @@ ListDatabasesResponseTypeDef = TypedDict(
402
409
  "ListDatabasesResponseTypeDef",
403
410
  {
404
411
  "Databases": List[DatabaseTypeDef],
405
- "NextToken": str,
406
412
  "ResponseMetadata": ResponseMetadataTypeDef,
413
+ "NextToken": NotRequired[str],
407
414
  },
408
415
  )
409
416
  UpdateDatabaseResponseTypeDef = TypedDict(
@@ -447,6 +454,16 @@ RecordTypeDef = TypedDict(
447
454
  "MeasureValues": NotRequired[Sequence[MeasureValueTypeDef]],
448
455
  },
449
456
  )
457
+ MixedMeasureMappingOutputTypeDef = TypedDict(
458
+ "MixedMeasureMappingOutputTypeDef",
459
+ {
460
+ "MeasureValueType": MeasureValueTypeType,
461
+ "MeasureName": NotRequired[str],
462
+ "SourceColumn": NotRequired[str],
463
+ "TargetMeasureName": NotRequired[str],
464
+ "MultiMeasureAttributeMappings": NotRequired[List[MultiMeasureAttributeMappingTypeDef]],
465
+ },
466
+ )
450
467
  MixedMeasureMappingTypeDef = TypedDict(
451
468
  "MixedMeasureMappingTypeDef",
452
469
  {
@@ -457,6 +474,13 @@ MixedMeasureMappingTypeDef = TypedDict(
457
474
  "MultiMeasureAttributeMappings": NotRequired[Sequence[MultiMeasureAttributeMappingTypeDef]],
458
475
  },
459
476
  )
477
+ MultiMeasureMappingsOutputTypeDef = TypedDict(
478
+ "MultiMeasureMappingsOutputTypeDef",
479
+ {
480
+ "MultiMeasureAttributeMappings": List[MultiMeasureAttributeMappingTypeDef],
481
+ "TargetMultiMeasureName": NotRequired[str],
482
+ },
483
+ )
460
484
  MultiMeasureMappingsTypeDef = TypedDict(
461
485
  "MultiMeasureMappingsTypeDef",
462
486
  {
@@ -464,6 +488,12 @@ MultiMeasureMappingsTypeDef = TypedDict(
464
488
  "TargetMultiMeasureName": NotRequired[str],
465
489
  },
466
490
  )
491
+ SchemaOutputTypeDef = TypedDict(
492
+ "SchemaOutputTypeDef",
493
+ {
494
+ "CompositePartitionKey": NotRequired[List[PartitionKeyTypeDef]],
495
+ },
496
+ )
467
497
  SchemaTypeDef = TypedDict(
468
498
  "SchemaTypeDef",
469
499
  {
@@ -499,6 +529,17 @@ WriteRecordsRequestRequestTypeDef = TypedDict(
499
529
  "CommonAttributes": NotRequired[RecordTypeDef],
500
530
  },
501
531
  )
532
+ DataModelOutputTypeDef = TypedDict(
533
+ "DataModelOutputTypeDef",
534
+ {
535
+ "DimensionMappings": List[DimensionMappingTypeDef],
536
+ "TimeColumn": NotRequired[str],
537
+ "TimeUnit": NotRequired[TimeUnitType],
538
+ "MultiMeasureMappings": NotRequired[MultiMeasureMappingsOutputTypeDef],
539
+ "MixedMeasureMappings": NotRequired[List[MixedMeasureMappingOutputTypeDef]],
540
+ "MeasureNameColumn": NotRequired[str],
541
+ },
542
+ )
502
543
  DataModelTypeDef = TypedDict(
503
544
  "DataModelTypeDef",
504
545
  {
@@ -510,6 +551,7 @@ DataModelTypeDef = TypedDict(
510
551
  "MeasureNameColumn": NotRequired[str],
511
552
  },
512
553
  )
554
+ SchemaUnionTypeDef = Union[SchemaTypeDef, SchemaOutputTypeDef]
513
555
  CreateTableRequestRequestTypeDef = TypedDict(
514
556
  "CreateTableRequestRequestTypeDef",
515
557
  {
@@ -532,7 +574,7 @@ TableTypeDef = TypedDict(
532
574
  "CreationTime": NotRequired[datetime],
533
575
  "LastUpdatedTime": NotRequired[datetime],
534
576
  "MagneticStoreWriteProperties": NotRequired[MagneticStoreWritePropertiesTypeDef],
535
- "Schema": NotRequired[SchemaTypeDef],
577
+ "Schema": NotRequired[SchemaOutputTypeDef],
536
578
  },
537
579
  )
538
580
  UpdateTableRequestRequestTypeDef = TypedDict(
@@ -545,6 +587,13 @@ UpdateTableRequestRequestTypeDef = TypedDict(
545
587
  "Schema": NotRequired[SchemaTypeDef],
546
588
  },
547
589
  )
590
+ DataModelConfigurationOutputTypeDef = TypedDict(
591
+ "DataModelConfigurationOutputTypeDef",
592
+ {
593
+ "DataModel": NotRequired[DataModelOutputTypeDef],
594
+ "DataModelS3Configuration": NotRequired[DataModelS3ConfigurationTypeDef],
595
+ },
596
+ )
548
597
  DataModelConfigurationTypeDef = TypedDict(
549
598
  "DataModelConfigurationTypeDef",
550
599
  {
@@ -570,8 +619,8 @@ ListTablesResponseTypeDef = TypedDict(
570
619
  "ListTablesResponseTypeDef",
571
620
  {
572
621
  "Tables": List[TableTypeDef],
573
- "NextToken": str,
574
622
  "ResponseMetadata": ResponseMetadataTypeDef,
623
+ "NextToken": NotRequired[str],
575
624
  },
576
625
  )
577
626
  UpdateTableResponseTypeDef = TypedDict(
@@ -589,7 +638,7 @@ BatchLoadTaskDescriptionTypeDef = TypedDict(
589
638
  "DataSourceConfiguration": NotRequired[DataSourceConfigurationTypeDef],
590
639
  "ProgressReport": NotRequired[BatchLoadProgressReportTypeDef],
591
640
  "ReportConfiguration": NotRequired[ReportConfigurationTypeDef],
592
- "DataModelConfiguration": NotRequired[DataModelConfigurationTypeDef],
641
+ "DataModelConfiguration": NotRequired[DataModelConfigurationOutputTypeDef],
593
642
  "TargetDatabaseName": NotRequired[str],
594
643
  "TargetTableName": NotRequired[str],
595
644
  "TaskStatus": NotRequired[BatchLoadStatusType],
@@ -611,6 +660,9 @@ CreateBatchLoadTaskRequestRequestTypeDef = TypedDict(
611
660
  "RecordVersion": NotRequired[int],
612
661
  },
613
662
  )
663
+ DataModelConfigurationUnionTypeDef = Union[
664
+ DataModelConfigurationTypeDef, DataModelConfigurationOutputTypeDef
665
+ ]
614
666
  DescribeBatchLoadTaskResponseTypeDef = TypedDict(
615
667
  "DescribeBatchLoadTaskResponseTypeDef",
616
668
  {
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.33.0"
5
+ __version__ = "1.35.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-timestream-write
3
- Version: 1.33.0
4
- Summary: Type annotations for boto3.TimestreamWrite 1.33.0 service generated with mypy-boto3-builder 7.20.3
3
+ Version: 1.35.0
4
+ Summary: Type annotations for boto3.TimestreamWrite 1.35.0 service generated with mypy-boto3-builder 7.26.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
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
17
17
  Classifier: Natural Language :: English
18
18
  Classifier: Operating System :: OS Independent
19
19
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.7
21
20
  Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
26
25
  Classifier: Programming Language :: Python :: 3.13
27
26
  Classifier: Programming Language :: Python :: 3 :: Only
28
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
- Classifier: Typing :: Typed
30
- Requires-Python: >=3.7
28
+ Classifier: Typing :: Stubs Only
29
+ Requires-Python: >=3.8
31
30
  Description-Content-Type: text/markdown
32
31
  License-File: LICENSE
32
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
33
 
34
34
  <a id="mypy-boto3-timestream-write"></a>
35
35
 
@@ -43,7 +43,7 @@ License-File: LICENSE
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.TimestreamWrite 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
46
+ [boto3.TimestreamWrite 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
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.20.3](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.26.0](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
@@ -4,23 +4,20 @@ Setup script for mypy-boto3-timestream-write.
4
4
 
5
5
  from pathlib import Path
6
6
 
7
- from setuptools import setup
7
+ from setuptools import setup # type: ignore
8
8
 
9
9
  LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
10
10
 
11
11
 
12
12
  setup(
13
13
  name="mypy-boto3-timestream-write",
14
- version="1.33.0",
14
+ version="1.35.0",
15
15
  packages=["mypy_boto3_timestream_write"],
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=(
21
- "Type annotations for boto3.TimestreamWrite 1.33.0 service generated with"
22
- " mypy-boto3-builder 7.20.3"
23
- ),
20
+ description="Type annotations for boto3.TimestreamWrite 1.35.0 service generated with mypy-boto3-builder 7.26.0",
24
21
  classifiers=[
25
22
  "Development Status :: 5 - Production/Stable",
26
23
  "Intended Audience :: Developers",
@@ -29,7 +26,6 @@ setup(
29
26
  "Natural Language :: English",
30
27
  "Operating System :: OS Independent",
31
28
  "Programming Language :: Python :: 3",
32
- "Programming Language :: Python :: 3.7",
33
29
  "Programming Language :: Python :: 3.8",
34
30
  "Programming Language :: Python :: 3.9",
35
31
  "Programming Language :: Python :: 3.10",
@@ -38,13 +34,13 @@ setup(
38
34
  "Programming Language :: Python :: 3.13",
39
35
  "Programming Language :: Python :: 3 :: Only",
40
36
  "Programming Language :: Python :: Implementation :: CPython",
41
- "Typing :: Typed",
37
+ "Typing :: Stubs Only",
42
38
  ],
43
39
  keywords="boto3 timestream-write type-annotations botocore mypy typeshed autocomplete",
44
40
  long_description=LONG_DESCRIPTION,
45
41
  long_description_content_type="text/markdown",
46
42
  package_data={"mypy_boto3_timestream_write": ["py.typed", "*.pyi"]},
47
- python_requires=">=3.7",
43
+ python_requires=">=3.8",
48
44
  project_urls={
49
45
  "Documentation": "https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/",
50
46
  "Source": "https://github.com/youtype/mypy_boto3_builder",
@@ -1,39 +0,0 @@
1
- """
2
- Main CLI entrypoint.
3
- """
4
-
5
- import sys
6
-
7
-
8
- def print_info() -> None:
9
- """
10
- Print package info to stdout.
11
- """
12
- print(
13
- "Type annotations for boto3.TimestreamWrite 1.33.0\nVersion: 1.33.0\nBuilder"
14
- " version: 7.20.3\nDocs: "
15
- " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write//\nBoto3 docs: "
16
- " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite\nOther"
17
- " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
18
- " https://github.com/youtype/mypy_boto3_builder/releases"
19
- )
20
-
21
-
22
- def print_version() -> None:
23
- """
24
- Print package version to stdout.
25
- """
26
- print("1.33.0")
27
-
28
-
29
- def main() -> None:
30
- """
31
- Main CLI entrypoint.
32
- """
33
- if "--version" in sys.argv:
34
- return print_version()
35
- print_info()
36
-
37
-
38
- if __name__ == "__main__":
39
- main()