types-boto3-timestream-influxdb 1.35.71__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 types-boto3-timestream-influxdb might be problematic. Click here for more details.

@@ -0,0 +1,359 @@
1
+ """
2
+ Type annotations for timestream-influxdb service type definitions.
3
+
4
+ [Open documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/type_defs/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from types_boto3_timestream_influxdb.type_defs import ResponseMetadataTypeDef
10
+
11
+ data: ResponseMetadataTypeDef = ...
12
+ ```
13
+
14
+ Copyright 2024 Vlad Emelianov
15
+ """
16
+
17
+ import sys
18
+ from typing import Dict, List, Mapping, Sequence
19
+
20
+ from .literals import (
21
+ DbInstanceTypeType,
22
+ DbStorageTypeType,
23
+ DeploymentTypeType,
24
+ DurationTypeType,
25
+ LogLevelType,
26
+ StatusType,
27
+ TracingTypeType,
28
+ )
29
+
30
+ if sys.version_info >= (3, 12):
31
+ from typing import NotRequired, TypedDict
32
+ else:
33
+ from typing_extensions import NotRequired, TypedDict
34
+
35
+ __all__ = (
36
+ "CreateDbInstanceInputRequestTypeDef",
37
+ "CreateDbInstanceOutputTypeDef",
38
+ "CreateDbParameterGroupInputRequestTypeDef",
39
+ "CreateDbParameterGroupOutputTypeDef",
40
+ "DbInstanceSummaryTypeDef",
41
+ "DbParameterGroupSummaryTypeDef",
42
+ "DeleteDbInstanceInputRequestTypeDef",
43
+ "DeleteDbInstanceOutputTypeDef",
44
+ "DurationTypeDef",
45
+ "EmptyResponseMetadataTypeDef",
46
+ "GetDbInstanceInputRequestTypeDef",
47
+ "GetDbInstanceOutputTypeDef",
48
+ "GetDbParameterGroupInputRequestTypeDef",
49
+ "GetDbParameterGroupOutputTypeDef",
50
+ "InfluxDBv2ParametersTypeDef",
51
+ "ListDbInstancesInputListDbInstancesPaginateTypeDef",
52
+ "ListDbInstancesInputRequestTypeDef",
53
+ "ListDbInstancesOutputTypeDef",
54
+ "ListDbParameterGroupsInputListDbParameterGroupsPaginateTypeDef",
55
+ "ListDbParameterGroupsInputRequestTypeDef",
56
+ "ListDbParameterGroupsOutputTypeDef",
57
+ "ListTagsForResourceRequestRequestTypeDef",
58
+ "ListTagsForResourceResponseTypeDef",
59
+ "LogDeliveryConfigurationTypeDef",
60
+ "PaginatorConfigTypeDef",
61
+ "ParametersTypeDef",
62
+ "ResponseMetadataTypeDef",
63
+ "S3ConfigurationTypeDef",
64
+ "TagResourceRequestRequestTypeDef",
65
+ "UntagResourceRequestRequestTypeDef",
66
+ "UpdateDbInstanceInputRequestTypeDef",
67
+ "UpdateDbInstanceOutputTypeDef",
68
+ )
69
+
70
+ class ResponseMetadataTypeDef(TypedDict):
71
+ RequestId: str
72
+ HTTPStatusCode: int
73
+ HTTPHeaders: Dict[str, str]
74
+ RetryAttempts: int
75
+ HostId: NotRequired[str]
76
+
77
+ DbInstanceSummaryTypeDef = TypedDict(
78
+ "DbInstanceSummaryTypeDef",
79
+ {
80
+ "id": str,
81
+ "name": str,
82
+ "arn": str,
83
+ "status": NotRequired[StatusType],
84
+ "endpoint": NotRequired[str],
85
+ "port": NotRequired[int],
86
+ "dbInstanceType": NotRequired[DbInstanceTypeType],
87
+ "dbStorageType": NotRequired[DbStorageTypeType],
88
+ "allocatedStorage": NotRequired[int],
89
+ "deploymentType": NotRequired[DeploymentTypeType],
90
+ },
91
+ )
92
+ DbParameterGroupSummaryTypeDef = TypedDict(
93
+ "DbParameterGroupSummaryTypeDef",
94
+ {
95
+ "id": str,
96
+ "name": str,
97
+ "arn": str,
98
+ "description": NotRequired[str],
99
+ },
100
+ )
101
+
102
+ class DeleteDbInstanceInputRequestTypeDef(TypedDict):
103
+ identifier: str
104
+
105
+ class DurationTypeDef(TypedDict):
106
+ durationType: DurationTypeType
107
+ value: int
108
+
109
+ class GetDbInstanceInputRequestTypeDef(TypedDict):
110
+ identifier: str
111
+
112
+ class GetDbParameterGroupInputRequestTypeDef(TypedDict):
113
+ identifier: str
114
+
115
+ class PaginatorConfigTypeDef(TypedDict):
116
+ MaxItems: NotRequired[int]
117
+ PageSize: NotRequired[int]
118
+ StartingToken: NotRequired[str]
119
+
120
+ class ListDbInstancesInputRequestTypeDef(TypedDict):
121
+ nextToken: NotRequired[str]
122
+ maxResults: NotRequired[int]
123
+
124
+ class ListDbParameterGroupsInputRequestTypeDef(TypedDict):
125
+ nextToken: NotRequired[str]
126
+ maxResults: NotRequired[int]
127
+
128
+ class ListTagsForResourceRequestRequestTypeDef(TypedDict):
129
+ resourceArn: str
130
+
131
+ class S3ConfigurationTypeDef(TypedDict):
132
+ bucketName: str
133
+ enabled: bool
134
+
135
+ class TagResourceRequestRequestTypeDef(TypedDict):
136
+ resourceArn: str
137
+ tags: Mapping[str, str]
138
+
139
+ class UntagResourceRequestRequestTypeDef(TypedDict):
140
+ resourceArn: str
141
+ tagKeys: Sequence[str]
142
+
143
+ class EmptyResponseMetadataTypeDef(TypedDict):
144
+ ResponseMetadata: ResponseMetadataTypeDef
145
+
146
+ class ListTagsForResourceResponseTypeDef(TypedDict):
147
+ tags: Dict[str, str]
148
+ ResponseMetadata: ResponseMetadataTypeDef
149
+
150
+ class ListDbInstancesOutputTypeDef(TypedDict):
151
+ items: List[DbInstanceSummaryTypeDef]
152
+ ResponseMetadata: ResponseMetadataTypeDef
153
+ nextToken: NotRequired[str]
154
+
155
+ class ListDbParameterGroupsOutputTypeDef(TypedDict):
156
+ items: List[DbParameterGroupSummaryTypeDef]
157
+ ResponseMetadata: ResponseMetadataTypeDef
158
+ nextToken: NotRequired[str]
159
+
160
+ class InfluxDBv2ParametersTypeDef(TypedDict):
161
+ fluxLogEnabled: NotRequired[bool]
162
+ logLevel: NotRequired[LogLevelType]
163
+ noTasks: NotRequired[bool]
164
+ queryConcurrency: NotRequired[int]
165
+ queryQueueSize: NotRequired[int]
166
+ tracingType: NotRequired[TracingTypeType]
167
+ metricsDisabled: NotRequired[bool]
168
+ httpIdleTimeout: NotRequired[DurationTypeDef]
169
+ httpReadHeaderTimeout: NotRequired[DurationTypeDef]
170
+ httpReadTimeout: NotRequired[DurationTypeDef]
171
+ httpWriteTimeout: NotRequired[DurationTypeDef]
172
+ influxqlMaxSelectBuckets: NotRequired[int]
173
+ influxqlMaxSelectPoint: NotRequired[int]
174
+ influxqlMaxSelectSeries: NotRequired[int]
175
+ pprofDisabled: NotRequired[bool]
176
+ queryInitialMemoryBytes: NotRequired[int]
177
+ queryMaxMemoryBytes: NotRequired[int]
178
+ queryMemoryBytes: NotRequired[int]
179
+ sessionLength: NotRequired[int]
180
+ sessionRenewDisabled: NotRequired[bool]
181
+ storageCacheMaxMemorySize: NotRequired[int]
182
+ storageCacheSnapshotMemorySize: NotRequired[int]
183
+ storageCacheSnapshotWriteColdDuration: NotRequired[DurationTypeDef]
184
+ storageCompactFullWriteColdDuration: NotRequired[DurationTypeDef]
185
+ storageCompactThroughputBurst: NotRequired[int]
186
+ storageMaxConcurrentCompactions: NotRequired[int]
187
+ storageMaxIndexLogFileSize: NotRequired[int]
188
+ storageNoValidateFieldSize: NotRequired[bool]
189
+ storageRetentionCheckInterval: NotRequired[DurationTypeDef]
190
+ storageSeriesFileMaxConcurrentSnapshotCompactions: NotRequired[int]
191
+ storageSeriesIdSetCacheSize: NotRequired[int]
192
+ storageWalMaxConcurrentWrites: NotRequired[int]
193
+ storageWalMaxWriteDelay: NotRequired[DurationTypeDef]
194
+ uiDisabled: NotRequired[bool]
195
+
196
+ class ListDbInstancesInputListDbInstancesPaginateTypeDef(TypedDict):
197
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
198
+
199
+ class ListDbParameterGroupsInputListDbParameterGroupsPaginateTypeDef(TypedDict):
200
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
201
+
202
+ class LogDeliveryConfigurationTypeDef(TypedDict):
203
+ s3Configuration: S3ConfigurationTypeDef
204
+
205
+ class ParametersTypeDef(TypedDict):
206
+ InfluxDBv2: NotRequired[InfluxDBv2ParametersTypeDef]
207
+
208
+ class CreateDbInstanceInputRequestTypeDef(TypedDict):
209
+ name: str
210
+ password: str
211
+ dbInstanceType: DbInstanceTypeType
212
+ vpcSubnetIds: Sequence[str]
213
+ vpcSecurityGroupIds: Sequence[str]
214
+ allocatedStorage: int
215
+ username: NotRequired[str]
216
+ organization: NotRequired[str]
217
+ bucket: NotRequired[str]
218
+ publiclyAccessible: NotRequired[bool]
219
+ dbStorageType: NotRequired[DbStorageTypeType]
220
+ dbParameterGroupIdentifier: NotRequired[str]
221
+ deploymentType: NotRequired[DeploymentTypeType]
222
+ logDeliveryConfiguration: NotRequired[LogDeliveryConfigurationTypeDef]
223
+ tags: NotRequired[Mapping[str, str]]
224
+ port: NotRequired[int]
225
+
226
+ CreateDbInstanceOutputTypeDef = TypedDict(
227
+ "CreateDbInstanceOutputTypeDef",
228
+ {
229
+ "id": str,
230
+ "name": str,
231
+ "arn": str,
232
+ "status": StatusType,
233
+ "endpoint": str,
234
+ "port": int,
235
+ "dbInstanceType": DbInstanceTypeType,
236
+ "dbStorageType": DbStorageTypeType,
237
+ "allocatedStorage": int,
238
+ "deploymentType": DeploymentTypeType,
239
+ "vpcSubnetIds": List[str],
240
+ "publiclyAccessible": bool,
241
+ "vpcSecurityGroupIds": List[str],
242
+ "dbParameterGroupIdentifier": str,
243
+ "availabilityZone": str,
244
+ "secondaryAvailabilityZone": str,
245
+ "logDeliveryConfiguration": LogDeliveryConfigurationTypeDef,
246
+ "influxAuthParametersSecretArn": str,
247
+ "ResponseMetadata": ResponseMetadataTypeDef,
248
+ },
249
+ )
250
+ DeleteDbInstanceOutputTypeDef = TypedDict(
251
+ "DeleteDbInstanceOutputTypeDef",
252
+ {
253
+ "id": str,
254
+ "name": str,
255
+ "arn": str,
256
+ "status": StatusType,
257
+ "endpoint": str,
258
+ "port": int,
259
+ "dbInstanceType": DbInstanceTypeType,
260
+ "dbStorageType": DbStorageTypeType,
261
+ "allocatedStorage": int,
262
+ "deploymentType": DeploymentTypeType,
263
+ "vpcSubnetIds": List[str],
264
+ "publiclyAccessible": bool,
265
+ "vpcSecurityGroupIds": List[str],
266
+ "dbParameterGroupIdentifier": str,
267
+ "availabilityZone": str,
268
+ "secondaryAvailabilityZone": str,
269
+ "logDeliveryConfiguration": LogDeliveryConfigurationTypeDef,
270
+ "influxAuthParametersSecretArn": str,
271
+ "ResponseMetadata": ResponseMetadataTypeDef,
272
+ },
273
+ )
274
+ GetDbInstanceOutputTypeDef = TypedDict(
275
+ "GetDbInstanceOutputTypeDef",
276
+ {
277
+ "id": str,
278
+ "name": str,
279
+ "arn": str,
280
+ "status": StatusType,
281
+ "endpoint": str,
282
+ "port": int,
283
+ "dbInstanceType": DbInstanceTypeType,
284
+ "dbStorageType": DbStorageTypeType,
285
+ "allocatedStorage": int,
286
+ "deploymentType": DeploymentTypeType,
287
+ "vpcSubnetIds": List[str],
288
+ "publiclyAccessible": bool,
289
+ "vpcSecurityGroupIds": List[str],
290
+ "dbParameterGroupIdentifier": str,
291
+ "availabilityZone": str,
292
+ "secondaryAvailabilityZone": str,
293
+ "logDeliveryConfiguration": LogDeliveryConfigurationTypeDef,
294
+ "influxAuthParametersSecretArn": str,
295
+ "ResponseMetadata": ResponseMetadataTypeDef,
296
+ },
297
+ )
298
+
299
+ class UpdateDbInstanceInputRequestTypeDef(TypedDict):
300
+ identifier: str
301
+ logDeliveryConfiguration: NotRequired[LogDeliveryConfigurationTypeDef]
302
+ dbParameterGroupIdentifier: NotRequired[str]
303
+ port: NotRequired[int]
304
+ dbInstanceType: NotRequired[DbInstanceTypeType]
305
+ deploymentType: NotRequired[DeploymentTypeType]
306
+
307
+ UpdateDbInstanceOutputTypeDef = TypedDict(
308
+ "UpdateDbInstanceOutputTypeDef",
309
+ {
310
+ "id": str,
311
+ "name": str,
312
+ "arn": str,
313
+ "status": StatusType,
314
+ "endpoint": str,
315
+ "port": int,
316
+ "dbInstanceType": DbInstanceTypeType,
317
+ "dbStorageType": DbStorageTypeType,
318
+ "allocatedStorage": int,
319
+ "deploymentType": DeploymentTypeType,
320
+ "vpcSubnetIds": List[str],
321
+ "publiclyAccessible": bool,
322
+ "vpcSecurityGroupIds": List[str],
323
+ "dbParameterGroupIdentifier": str,
324
+ "availabilityZone": str,
325
+ "secondaryAvailabilityZone": str,
326
+ "logDeliveryConfiguration": LogDeliveryConfigurationTypeDef,
327
+ "influxAuthParametersSecretArn": str,
328
+ "ResponseMetadata": ResponseMetadataTypeDef,
329
+ },
330
+ )
331
+
332
+ class CreateDbParameterGroupInputRequestTypeDef(TypedDict):
333
+ name: str
334
+ description: NotRequired[str]
335
+ parameters: NotRequired[ParametersTypeDef]
336
+ tags: NotRequired[Mapping[str, str]]
337
+
338
+ CreateDbParameterGroupOutputTypeDef = TypedDict(
339
+ "CreateDbParameterGroupOutputTypeDef",
340
+ {
341
+ "id": str,
342
+ "name": str,
343
+ "arn": str,
344
+ "description": str,
345
+ "parameters": ParametersTypeDef,
346
+ "ResponseMetadata": ResponseMetadataTypeDef,
347
+ },
348
+ )
349
+ GetDbParameterGroupOutputTypeDef = TypedDict(
350
+ "GetDbParameterGroupOutputTypeDef",
351
+ {
352
+ "id": str,
353
+ "name": str,
354
+ "arn": str,
355
+ "description": str,
356
+ "parameters": ParametersTypeDef,
357
+ "ResponseMetadata": ResponseMetadataTypeDef,
358
+ },
359
+ )
@@ -0,0 +1,7 @@
1
+ """
2
+ Source of truth for version.
3
+
4
+ Copyright 2024 Vlad Emelianov
5
+ """
6
+
7
+ __version__ = "1.35.71"
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.