mypy-boto3-timestream-write 1.29.0__py3-none-any.whl → 1.33.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.
Potentially problematic release.
This version of mypy-boto3-timestream-write might be problematic. Click here for more details.
- mypy_boto3_timestream_write/__main__.py +2 -2
- mypy_boto3_timestream_write/literals.py +10 -1
- mypy_boto3_timestream_write/literals.pyi +10 -1
- mypy_boto3_timestream_write/version.py +1 -1
- {mypy_boto3_timestream_write-1.29.0.dist-info → mypy_boto3_timestream_write-1.33.0.dist-info}/METADATA +3 -3
- mypy_boto3_timestream_write-1.33.0.dist-info/RECORD +16 -0
- {mypy_boto3_timestream_write-1.29.0.dist-info → mypy_boto3_timestream_write-1.33.0.dist-info}/WHEEL +1 -1
- mypy_boto3_timestream_write-1.29.0.dist-info/RECORD +0 -16
- {mypy_boto3_timestream_write-1.29.0.dist-info → mypy_boto3_timestream_write-1.33.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_timestream_write-1.29.0.dist-info → mypy_boto3_timestream_write-1.33.0.dist-info}/top_level.txt +0 -0
|
@@ -10,7 +10,7 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.TimestreamWrite 1.
|
|
13
|
+
"Type annotations for boto3.TimestreamWrite 1.33.0\nVersion: 1.33.0\nBuilder"
|
|
14
14
|
" version: 7.20.3\nDocs: "
|
|
15
15
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write//\nBoto3 docs: "
|
|
16
16
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite\nOther"
|
|
@@ -23,7 +23,7 @@ def print_version() -> None:
|
|
|
23
23
|
"""
|
|
24
24
|
Print package version to stdout.
|
|
25
25
|
"""
|
|
26
|
-
print("1.
|
|
26
|
+
print("1.33.0")
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
def main() -> None:
|
|
@@ -81,10 +81,12 @@ ServiceName = Literal[
|
|
|
81
81
|
"auditmanager",
|
|
82
82
|
"autoscaling",
|
|
83
83
|
"autoscaling-plans",
|
|
84
|
+
"b2bi",
|
|
84
85
|
"backup",
|
|
85
86
|
"backup-gateway",
|
|
86
87
|
"backupstorage",
|
|
87
88
|
"batch",
|
|
89
|
+
"bcm-data-exports",
|
|
88
90
|
"bedrock",
|
|
89
91
|
"bedrock-runtime",
|
|
90
92
|
"billingconductor",
|
|
@@ -103,6 +105,7 @@ ServiceName = Literal[
|
|
|
103
105
|
"clouddirectory",
|
|
104
106
|
"cloudformation",
|
|
105
107
|
"cloudfront",
|
|
108
|
+
"cloudfront-keyvaluestore",
|
|
106
109
|
"cloudhsm",
|
|
107
110
|
"cloudhsmv2",
|
|
108
111
|
"cloudsearch",
|
|
@@ -135,6 +138,7 @@ ServiceName = Literal[
|
|
|
135
138
|
"connectcases",
|
|
136
139
|
"connectparticipant",
|
|
137
140
|
"controltower",
|
|
141
|
+
"cost-optimization-hub",
|
|
138
142
|
"cur",
|
|
139
143
|
"customer-profiles",
|
|
140
144
|
"databrew",
|
|
@@ -164,6 +168,7 @@ ServiceName = Literal[
|
|
|
164
168
|
"ecs",
|
|
165
169
|
"efs",
|
|
166
170
|
"eks",
|
|
171
|
+
"eks-auth",
|
|
167
172
|
"elastic-inference",
|
|
168
173
|
"elasticache",
|
|
169
174
|
"elasticbeanstalk",
|
|
@@ -185,6 +190,7 @@ ServiceName = Literal[
|
|
|
185
190
|
"forecast",
|
|
186
191
|
"forecastquery",
|
|
187
192
|
"frauddetector",
|
|
193
|
+
"freetier",
|
|
188
194
|
"fsx",
|
|
189
195
|
"gamelift",
|
|
190
196
|
"glacier",
|
|
@@ -203,6 +209,7 @@ ServiceName = Literal[
|
|
|
203
209
|
"imagebuilder",
|
|
204
210
|
"importexport",
|
|
205
211
|
"inspector",
|
|
212
|
+
"inspector-scan",
|
|
206
213
|
"inspector2",
|
|
207
214
|
"internetmonitor",
|
|
208
215
|
"iot",
|
|
@@ -257,7 +264,6 @@ ServiceName = Literal[
|
|
|
257
264
|
"lookoutvision",
|
|
258
265
|
"m2",
|
|
259
266
|
"machinelearning",
|
|
260
|
-
"macie",
|
|
261
267
|
"macie2",
|
|
262
268
|
"managedblockchain",
|
|
263
269
|
"managedblockchain-query",
|
|
@@ -328,6 +334,7 @@ ServiceName = Literal[
|
|
|
328
334
|
"redshift-data",
|
|
329
335
|
"redshift-serverless",
|
|
330
336
|
"rekognition",
|
|
337
|
+
"repostspace",
|
|
331
338
|
"resiliencehub",
|
|
332
339
|
"resource-explorer-2",
|
|
333
340
|
"resource-groups",
|
|
@@ -395,6 +402,7 @@ ServiceName = Literal[
|
|
|
395
402
|
"transcribe",
|
|
396
403
|
"transfer",
|
|
397
404
|
"translate",
|
|
405
|
+
"trustedadvisor",
|
|
398
406
|
"verifiedpermissions",
|
|
399
407
|
"voice-id",
|
|
400
408
|
"vpc-lattice",
|
|
@@ -408,6 +416,7 @@ ServiceName = Literal[
|
|
|
408
416
|
"workmail",
|
|
409
417
|
"workmailmessageflow",
|
|
410
418
|
"workspaces",
|
|
419
|
+
"workspaces-thin-client",
|
|
411
420
|
"workspaces-web",
|
|
412
421
|
"xray",
|
|
413
422
|
]
|
|
@@ -79,10 +79,12 @@ ServiceName = Literal[
|
|
|
79
79
|
"auditmanager",
|
|
80
80
|
"autoscaling",
|
|
81
81
|
"autoscaling-plans",
|
|
82
|
+
"b2bi",
|
|
82
83
|
"backup",
|
|
83
84
|
"backup-gateway",
|
|
84
85
|
"backupstorage",
|
|
85
86
|
"batch",
|
|
87
|
+
"bcm-data-exports",
|
|
86
88
|
"bedrock",
|
|
87
89
|
"bedrock-runtime",
|
|
88
90
|
"billingconductor",
|
|
@@ -101,6 +103,7 @@ ServiceName = Literal[
|
|
|
101
103
|
"clouddirectory",
|
|
102
104
|
"cloudformation",
|
|
103
105
|
"cloudfront",
|
|
106
|
+
"cloudfront-keyvaluestore",
|
|
104
107
|
"cloudhsm",
|
|
105
108
|
"cloudhsmv2",
|
|
106
109
|
"cloudsearch",
|
|
@@ -133,6 +136,7 @@ ServiceName = Literal[
|
|
|
133
136
|
"connectcases",
|
|
134
137
|
"connectparticipant",
|
|
135
138
|
"controltower",
|
|
139
|
+
"cost-optimization-hub",
|
|
136
140
|
"cur",
|
|
137
141
|
"customer-profiles",
|
|
138
142
|
"databrew",
|
|
@@ -162,6 +166,7 @@ ServiceName = Literal[
|
|
|
162
166
|
"ecs",
|
|
163
167
|
"efs",
|
|
164
168
|
"eks",
|
|
169
|
+
"eks-auth",
|
|
165
170
|
"elastic-inference",
|
|
166
171
|
"elasticache",
|
|
167
172
|
"elasticbeanstalk",
|
|
@@ -183,6 +188,7 @@ ServiceName = Literal[
|
|
|
183
188
|
"forecast",
|
|
184
189
|
"forecastquery",
|
|
185
190
|
"frauddetector",
|
|
191
|
+
"freetier",
|
|
186
192
|
"fsx",
|
|
187
193
|
"gamelift",
|
|
188
194
|
"glacier",
|
|
@@ -201,6 +207,7 @@ ServiceName = Literal[
|
|
|
201
207
|
"imagebuilder",
|
|
202
208
|
"importexport",
|
|
203
209
|
"inspector",
|
|
210
|
+
"inspector-scan",
|
|
204
211
|
"inspector2",
|
|
205
212
|
"internetmonitor",
|
|
206
213
|
"iot",
|
|
@@ -255,7 +262,6 @@ ServiceName = Literal[
|
|
|
255
262
|
"lookoutvision",
|
|
256
263
|
"m2",
|
|
257
264
|
"machinelearning",
|
|
258
|
-
"macie",
|
|
259
265
|
"macie2",
|
|
260
266
|
"managedblockchain",
|
|
261
267
|
"managedblockchain-query",
|
|
@@ -326,6 +332,7 @@ ServiceName = Literal[
|
|
|
326
332
|
"redshift-data",
|
|
327
333
|
"redshift-serverless",
|
|
328
334
|
"rekognition",
|
|
335
|
+
"repostspace",
|
|
329
336
|
"resiliencehub",
|
|
330
337
|
"resource-explorer-2",
|
|
331
338
|
"resource-groups",
|
|
@@ -393,6 +400,7 @@ ServiceName = Literal[
|
|
|
393
400
|
"transcribe",
|
|
394
401
|
"transfer",
|
|
395
402
|
"translate",
|
|
403
|
+
"trustedadvisor",
|
|
396
404
|
"verifiedpermissions",
|
|
397
405
|
"voice-id",
|
|
398
406
|
"vpc-lattice",
|
|
@@ -406,6 +414,7 @@ ServiceName = Literal[
|
|
|
406
414
|
"workmail",
|
|
407
415
|
"workmailmessageflow",
|
|
408
416
|
"workspaces",
|
|
417
|
+
"workspaces-thin-client",
|
|
409
418
|
"workspaces-web",
|
|
410
419
|
"xray",
|
|
411
420
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-timestream-write
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.TimestreamWrite 1.
|
|
3
|
+
Version: 1.33.0
|
|
4
|
+
Summary: Type annotations for boto3.TimestreamWrite 1.33.0 service generated with mypy-boto3-builder 7.20.3
|
|
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
|
|
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
44
44
|

|
|
45
45
|
|
|
46
46
|
Type annotations for
|
|
47
|
-
[boto3.TimestreamWrite 1.
|
|
47
|
+
[boto3.TimestreamWrite 1.33.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
|
|
48
48
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
49
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
mypy_boto3_timestream_write/__init__.py,sha256=mGgSBYQoaIMtLEjaiUW3njIs7f03PM50YNysyBgZ1rY,441
|
|
2
|
+
mypy_boto3_timestream_write/__init__.pyi,sha256=c8v0jdY10_BNx9DE-2biREGy2AVm2CwKZujBOwjjEbg,440
|
|
3
|
+
mypy_boto3_timestream_write/__main__.py,sha256=En3m2lsEVKDB9xYtUhMY5ETatNGML_unDk44neFCCIw,939
|
|
4
|
+
mypy_boto3_timestream_write/client.py,sha256=m12PJ_ijiPtmzMDvdhi4NK7jE3x8gjpcdA9fo1X3JBA,15384
|
|
5
|
+
mypy_boto3_timestream_write/client.pyi,sha256=opaacxKElS-Mo8XJgNVg1OmewUN3r4ttggccH3mPM5w,15381
|
|
6
|
+
mypy_boto3_timestream_write/literals.py,sha256=j9Q_VlvVRzOSqc3z_gqQ06bBktfuzG_3ibZa9DTu8vA,9142
|
|
7
|
+
mypy_boto3_timestream_write/literals.pyi,sha256=9u2P943LU0IEulYmHQ2L58uF2NFmykTFQpVNr-eP3xE,9140
|
|
8
|
+
mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
mypy_boto3_timestream_write/type_defs.py,sha256=CfRl5PGiUALEFpExqjuJtG4oZ8MOKRUtvfrw4T3Q2N4,18280
|
|
10
|
+
mypy_boto3_timestream_write/type_defs.pyi,sha256=rU_yqnIB80-ZcXhHDfoXjq8opCBNhWR30uHJ_6t8qcY,18279
|
|
11
|
+
mypy_boto3_timestream_write/version.py,sha256=pRH6mk1FqaU5XuRtL3N0KMuAI2_Ng9oXtSxujxS8QKo,61
|
|
12
|
+
mypy_boto3_timestream_write-1.33.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
+
mypy_boto3_timestream_write-1.33.0.dist-info/METADATA,sha256=8PpxUJDc0bZhy8f9BnUhK_FbCPIo8i0zsMSdIm6ZRSc,12603
|
|
14
|
+
mypy_boto3_timestream_write-1.33.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
15
|
+
mypy_boto3_timestream_write-1.33.0.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
|
|
16
|
+
mypy_boto3_timestream_write-1.33.0.dist-info/RECORD,,
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
mypy_boto3_timestream_write/__init__.py,sha256=mGgSBYQoaIMtLEjaiUW3njIs7f03PM50YNysyBgZ1rY,441
|
|
2
|
-
mypy_boto3_timestream_write/__init__.pyi,sha256=c8v0jdY10_BNx9DE-2biREGy2AVm2CwKZujBOwjjEbg,440
|
|
3
|
-
mypy_boto3_timestream_write/__main__.py,sha256=2UMUa0Cd8KAAtSzA9kQsYwF6VVCHtBD0leqOUh7CZCA,939
|
|
4
|
-
mypy_boto3_timestream_write/client.py,sha256=m12PJ_ijiPtmzMDvdhi4NK7jE3x8gjpcdA9fo1X3JBA,15384
|
|
5
|
-
mypy_boto3_timestream_write/client.pyi,sha256=opaacxKElS-Mo8XJgNVg1OmewUN3r4ttggccH3mPM5w,15381
|
|
6
|
-
mypy_boto3_timestream_write/literals.py,sha256=36Pl2siUiUmfaPg7Czy3pRURdYM0hs5plZRme8CXkyk,8933
|
|
7
|
-
mypy_boto3_timestream_write/literals.pyi,sha256=KrQaTaD9lFa8kIsBlAqCO3ThDkZFuZh5tyXKFhblK9o,8931
|
|
8
|
-
mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
mypy_boto3_timestream_write/type_defs.py,sha256=CfRl5PGiUALEFpExqjuJtG4oZ8MOKRUtvfrw4T3Q2N4,18280
|
|
10
|
-
mypy_boto3_timestream_write/type_defs.pyi,sha256=rU_yqnIB80-ZcXhHDfoXjq8opCBNhWR30uHJ_6t8qcY,18279
|
|
11
|
-
mypy_boto3_timestream_write/version.py,sha256=mNcCytW-69sJJzx3XNhhsfbD50BPuV9MHF1qR-EBBZ0,61
|
|
12
|
-
mypy_boto3_timestream_write-1.29.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
-
mypy_boto3_timestream_write-1.29.0.dist-info/METADATA,sha256=HrenMuWIlofZfk4AKjNqAqfc8pz-Xr4EVDok8p5znh8,12603
|
|
14
|
-
mypy_boto3_timestream_write-1.29.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
|
15
|
-
mypy_boto3_timestream_write-1.29.0.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
|
|
16
|
-
mypy_boto3_timestream_write-1.29.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|