cdk-lambda-subminute 2.0.403 → 2.0.405

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.
Files changed (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +28 -5
  5. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +34 -1
  6. package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -2
  7. package/node_modules/aws-sdk/apis/metadata.json +4 -4
  8. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +129 -129
  9. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +522 -0
  10. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.paginators.json +16 -0
  11. package/node_modules/aws-sdk/clients/all.d.ts +1 -1
  12. package/node_modules/aws-sdk/clients/all.js +2 -2
  13. package/node_modules/aws-sdk/clients/amplify.d.ts +8 -8
  14. package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/fis.d.ts +60 -13
  16. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +71 -0
  17. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +108 -100
  18. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  19. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +4 -4
  20. package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +773 -0
  21. package/node_modules/aws-sdk/clients/timestreaminfluxdb.js +18 -0
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +409 -409
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -7
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +3 -3
  26. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +3 -3
  30. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +0 -923
  31. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +0 -28
  32. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +0 -534
  33. package/node_modules/aws-sdk/clients/iotroborunner.js +0 -18
  34. /package/node_modules/aws-sdk/apis/{iot-roborunner-2018-05-10.examples.json → timestream-influxdb-2023-01-27.examples.json} +0 -0
@@ -0,0 +1,773 @@
1
+ import {Request} from '../lib/request';
2
+ import {Response} from '../lib/response';
3
+ import {AWSError} from '../lib/error';
4
+ import {Service} from '../lib/service';
5
+ import {ServiceConfigurationOptions} from '../lib/service';
6
+ import {ConfigBase as Config} from '../lib/config-base';
7
+ interface Blob {}
8
+ declare class TimestreamInfluxDB extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: TimestreamInfluxDB.Types.ClientConfiguration)
13
+ config: Config & TimestreamInfluxDB.Types.ClientConfiguration;
14
+ /**
15
+ * Creates a new Timestream for InfluxDB DB instance.
16
+ */
17
+ createDbInstance(params: TimestreamInfluxDB.Types.CreateDbInstanceInput, callback?: (err: AWSError, data: TimestreamInfluxDB.Types.CreateDbInstanceOutput) => void): Request<TimestreamInfluxDB.Types.CreateDbInstanceOutput, AWSError>;
18
+ /**
19
+ * Creates a new Timestream for InfluxDB DB instance.
20
+ */
21
+ createDbInstance(callback?: (err: AWSError, data: TimestreamInfluxDB.Types.CreateDbInstanceOutput) => void): Request<TimestreamInfluxDB.Types.CreateDbInstanceOutput, AWSError>;
22
+ /**
23
+ * Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.
24
+ */
25
+ createDbParameterGroup(params: TimestreamInfluxDB.Types.CreateDbParameterGroupInput, callback?: (err: AWSError, data: TimestreamInfluxDB.Types.CreateDbParameterGroupOutput) => void): Request<TimestreamInfluxDB.Types.CreateDbParameterGroupOutput, AWSError>;
26
+ /**
27
+ * Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.
28
+ */
29
+ createDbParameterGroup(callback?: (err: AWSError, data: TimestreamInfluxDB.Types.CreateDbParameterGroupOutput) => void): Request<TimestreamInfluxDB.Types.CreateDbParameterGroupOutput, AWSError>;
30
+ /**
31
+ * Deletes a Timestream for InfluxDB DB instance.
32
+ */
33
+ deleteDbInstance(params: TimestreamInfluxDB.Types.DeleteDbInstanceInput, callback?: (err: AWSError, data: TimestreamInfluxDB.Types.DeleteDbInstanceOutput) => void): Request<TimestreamInfluxDB.Types.DeleteDbInstanceOutput, AWSError>;
34
+ /**
35
+ * Deletes a Timestream for InfluxDB DB instance.
36
+ */
37
+ deleteDbInstance(callback?: (err: AWSError, data: TimestreamInfluxDB.Types.DeleteDbInstanceOutput) => void): Request<TimestreamInfluxDB.Types.DeleteDbInstanceOutput, AWSError>;
38
+ /**
39
+ * Returns a Timestream for InfluxDB DB instance.
40
+ */
41
+ getDbInstance(params: TimestreamInfluxDB.Types.GetDbInstanceInput, callback?: (err: AWSError, data: TimestreamInfluxDB.Types.GetDbInstanceOutput) => void): Request<TimestreamInfluxDB.Types.GetDbInstanceOutput, AWSError>;
42
+ /**
43
+ * Returns a Timestream for InfluxDB DB instance.
44
+ */
45
+ getDbInstance(callback?: (err: AWSError, data: TimestreamInfluxDB.Types.GetDbInstanceOutput) => void): Request<TimestreamInfluxDB.Types.GetDbInstanceOutput, AWSError>;
46
+ /**
47
+ * Returns a Timestream for InfluxDB DB parameter group.
48
+ */
49
+ getDbParameterGroup(params: TimestreamInfluxDB.Types.GetDbParameterGroupInput, callback?: (err: AWSError, data: TimestreamInfluxDB.Types.GetDbParameterGroupOutput) => void): Request<TimestreamInfluxDB.Types.GetDbParameterGroupOutput, AWSError>;
50
+ /**
51
+ * Returns a Timestream for InfluxDB DB parameter group.
52
+ */
53
+ getDbParameterGroup(callback?: (err: AWSError, data: TimestreamInfluxDB.Types.GetDbParameterGroupOutput) => void): Request<TimestreamInfluxDB.Types.GetDbParameterGroupOutput, AWSError>;
54
+ /**
55
+ * Returns a list of Timestream for InfluxDB DB instances.
56
+ */
57
+ listDbInstances(params: TimestreamInfluxDB.Types.ListDbInstancesInput, callback?: (err: AWSError, data: TimestreamInfluxDB.Types.ListDbInstancesOutput) => void): Request<TimestreamInfluxDB.Types.ListDbInstancesOutput, AWSError>;
58
+ /**
59
+ * Returns a list of Timestream for InfluxDB DB instances.
60
+ */
61
+ listDbInstances(callback?: (err: AWSError, data: TimestreamInfluxDB.Types.ListDbInstancesOutput) => void): Request<TimestreamInfluxDB.Types.ListDbInstancesOutput, AWSError>;
62
+ /**
63
+ * Returns a list of Timestream for InfluxDB DB parameter groups.
64
+ */
65
+ listDbParameterGroups(params: TimestreamInfluxDB.Types.ListDbParameterGroupsInput, callback?: (err: AWSError, data: TimestreamInfluxDB.Types.ListDbParameterGroupsOutput) => void): Request<TimestreamInfluxDB.Types.ListDbParameterGroupsOutput, AWSError>;
66
+ /**
67
+ * Returns a list of Timestream for InfluxDB DB parameter groups.
68
+ */
69
+ listDbParameterGroups(callback?: (err: AWSError, data: TimestreamInfluxDB.Types.ListDbParameterGroupsOutput) => void): Request<TimestreamInfluxDB.Types.ListDbParameterGroupsOutput, AWSError>;
70
+ /**
71
+ * A list of tags applied to the resource.
72
+ */
73
+ listTagsForResource(params: TimestreamInfluxDB.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: TimestreamInfluxDB.Types.ListTagsForResourceResponse) => void): Request<TimestreamInfluxDB.Types.ListTagsForResourceResponse, AWSError>;
74
+ /**
75
+ * A list of tags applied to the resource.
76
+ */
77
+ listTagsForResource(callback?: (err: AWSError, data: TimestreamInfluxDB.Types.ListTagsForResourceResponse) => void): Request<TimestreamInfluxDB.Types.ListTagsForResourceResponse, AWSError>;
78
+ /**
79
+ * Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources.
80
+ */
81
+ tagResource(params: TimestreamInfluxDB.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
82
+ /**
83
+ * Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources.
84
+ */
85
+ tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
86
+ /**
87
+ * Removes the tag from the specified resource.
88
+ */
89
+ untagResource(params: TimestreamInfluxDB.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
90
+ /**
91
+ * Removes the tag from the specified resource.
92
+ */
93
+ untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
94
+ /**
95
+ * Updates a Timestream for InfluxDB DB instance.
96
+ */
97
+ updateDbInstance(params: TimestreamInfluxDB.Types.UpdateDbInstanceInput, callback?: (err: AWSError, data: TimestreamInfluxDB.Types.UpdateDbInstanceOutput) => void): Request<TimestreamInfluxDB.Types.UpdateDbInstanceOutput, AWSError>;
98
+ /**
99
+ * Updates a Timestream for InfluxDB DB instance.
100
+ */
101
+ updateDbInstance(callback?: (err: AWSError, data: TimestreamInfluxDB.Types.UpdateDbInstanceOutput) => void): Request<TimestreamInfluxDB.Types.UpdateDbInstanceOutput, AWSError>;
102
+ }
103
+ declare namespace TimestreamInfluxDB {
104
+ export type AllocatedStorage = number;
105
+ export type Arn = string;
106
+ export type Boolean = boolean;
107
+ export type Bucket = string;
108
+ export interface CreateDbInstanceInput {
109
+ /**
110
+ * The name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands. This name will also be a prefix included in the endpoint. DB instance names must be unique per customer and per region.
111
+ */
112
+ name: DbInstanceName;
113
+ /**
114
+ * The username of the initial admin user created in InfluxDB. Must start with a letter and can't end with a hyphen or contain two consecutive hyphens. For example, my-user1. This username will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Amazon Secrets Manager in your account.
115
+ */
116
+ username?: Username;
117
+ /**
118
+ * The password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in AWS SecretManager in your account.
119
+ */
120
+ password: Password;
121
+ /**
122
+ * The name of the initial organization for the initial admin user in InfluxDB. An InfluxDB organization is a workspace for a group of users.
123
+ */
124
+ organization?: Organization;
125
+ /**
126
+ * The name of the initial InfluxDB bucket. All InfluxDB data is stored in a bucket. A bucket combines the concept of a database and a retention period (the duration of time that each data point persists). A bucket belongs to an organization.
127
+ */
128
+ bucket?: Bucket;
129
+ /**
130
+ * The Timestream for InfluxDB DB instance type to run InfluxDB on.
131
+ */
132
+ dbInstanceType: DbInstanceType;
133
+ /**
134
+ * A list of VPC subnet IDs to associate with the DB instance. Provide at least two VPC subnet IDs in different availability zones when deploying with a Multi-AZ standby.
135
+ */
136
+ vpcSubnetIds: VpcSubnetIdList;
137
+ /**
138
+ * A list of VPC security group IDs to associate with the DB instance.
139
+ */
140
+ vpcSecurityGroupIds: VpcSecurityGroupIdList;
141
+ /**
142
+ * Configures the DB instance with a public IP to facilitate access.
143
+ */
144
+ publiclyAccessible?: Boolean;
145
+ /**
146
+ * The Timestream for InfluxDB DB storage type to read and write InfluxDB data. You can choose between 3 different types of provisioned Influx IOPS included storage according to your workloads requirements: Influx IO Included 3000 IOPS Influx IO Included 12000 IOPS Influx IO Included 16000 IOPS
147
+ */
148
+ dbStorageType?: DbStorageType;
149
+ /**
150
+ * The amount of storage to allocate for your DB storage type in GiB (gibibytes).
151
+ */
152
+ allocatedStorage: AllocatedStorage;
153
+ /**
154
+ * The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
155
+ */
156
+ dbParameterGroupIdentifier?: DbParameterGroupIdentifier;
157
+ /**
158
+ * Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.
159
+ */
160
+ deploymentType?: DeploymentType;
161
+ /**
162
+ * Configuration for sending InfluxDB engine logs to a specified S3 bucket.
163
+ */
164
+ logDeliveryConfiguration?: LogDeliveryConfiguration;
165
+ /**
166
+ * A list of key-value pairs to associate with the DB instance.
167
+ */
168
+ tags?: RequestTagMap;
169
+ }
170
+ export interface CreateDbInstanceOutput {
171
+ /**
172
+ * A service-generated unique identifier.
173
+ */
174
+ id: DbInstanceId;
175
+ /**
176
+ * The customer-supplied name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
177
+ */
178
+ name: DbInstanceName;
179
+ /**
180
+ * The Amazon Resource Name (ARN) of the DB instance.
181
+ */
182
+ arn: Arn;
183
+ /**
184
+ * The status of the DB instance.
185
+ */
186
+ status?: Status;
187
+ /**
188
+ * The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.
189
+ */
190
+ endpoint?: String;
191
+ /**
192
+ * The Timestream for InfluxDB instance type that InfluxDB runs on.
193
+ */
194
+ dbInstanceType?: DbInstanceType;
195
+ /**
196
+ * The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
197
+ */
198
+ dbStorageType?: DbStorageType;
199
+ /**
200
+ * The amount of storage allocated for your DB storage type (in gibibytes).
201
+ */
202
+ allocatedStorage?: AllocatedStorage;
203
+ /**
204
+ * Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.
205
+ */
206
+ deploymentType?: DeploymentType;
207
+ /**
208
+ * A list of VPC subnet IDs associated with the DB instance.
209
+ */
210
+ vpcSubnetIds: VpcSubnetIdList;
211
+ /**
212
+ * Indicates if the DB instance has a public IP to facilitate access.
213
+ */
214
+ publiclyAccessible?: Boolean;
215
+ /**
216
+ * A list of VPC security group IDs associated with the DB instance.
217
+ */
218
+ vpcSecurityGroupIds?: VpcSecurityGroupIdList;
219
+ /**
220
+ * The id of the DB parameter group assigned to your DB instance.
221
+ */
222
+ dbParameterGroupIdentifier?: DbParameterGroupIdentifier;
223
+ /**
224
+ * The Availability Zone in which the DB instance resides.
225
+ */
226
+ availabilityZone?: String;
227
+ /**
228
+ * The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.
229
+ */
230
+ secondaryAvailabilityZone?: String;
231
+ /**
232
+ * Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
233
+ */
234
+ logDeliveryConfiguration?: LogDeliveryConfiguration;
235
+ /**
236
+ * The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.
237
+ */
238
+ influxAuthParametersSecretArn?: String;
239
+ }
240
+ export interface CreateDbParameterGroupInput {
241
+ /**
242
+ * The name of the DB parameter group. The name must be unique per customer and per region.
243
+ */
244
+ name: DbParameterGroupName;
245
+ /**
246
+ * A description of the DB parameter group.
247
+ */
248
+ description?: CreateDbParameterGroupInputDescriptionString;
249
+ /**
250
+ * A list of the parameters that comprise the DB parameter group.
251
+ */
252
+ parameters?: Parameters;
253
+ /**
254
+ * A list of key-value pairs to associate with the DB parameter group.
255
+ */
256
+ tags?: RequestTagMap;
257
+ }
258
+ export type CreateDbParameterGroupInputDescriptionString = string;
259
+ export interface CreateDbParameterGroupOutput {
260
+ /**
261
+ * A service-generated unique identifier.
262
+ */
263
+ id: DbParameterGroupId;
264
+ /**
265
+ * The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
266
+ */
267
+ name: DbParameterGroupName;
268
+ /**
269
+ * The Amazon Resource Name (ARM) of the DB parameter group.
270
+ */
271
+ arn: Arn;
272
+ /**
273
+ * The description of the DB parameter group.
274
+ */
275
+ description?: String;
276
+ /**
277
+ * A list of the parameters that comprise the DB parameter group.
278
+ */
279
+ parameters?: Parameters;
280
+ }
281
+ export type DbInstanceId = string;
282
+ export type DbInstanceIdentifier = string;
283
+ export type DbInstanceName = string;
284
+ export interface DbInstanceSummary {
285
+ /**
286
+ * The service-generated unique identifier of the DB instance.
287
+ */
288
+ id: DbInstanceId;
289
+ /**
290
+ * This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and AWS CLI commands.
291
+ */
292
+ name: DbInstanceName;
293
+ /**
294
+ * The Amazon Resource Name (ARN) of the DB instance.
295
+ */
296
+ arn: Arn;
297
+ /**
298
+ * The status of the DB instance.
299
+ */
300
+ status?: Status;
301
+ /**
302
+ * The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.
303
+ */
304
+ endpoint?: String;
305
+ /**
306
+ * The Timestream for InfluxDB instance type to run InfluxDB on.
307
+ */
308
+ dbInstanceType?: DbInstanceType;
309
+ /**
310
+ * The storage type for your DB instance.
311
+ */
312
+ dbStorageType?: DbStorageType;
313
+ /**
314
+ * The amount of storage to allocate for your DbStorageType in GiB (gibibytes).
315
+ */
316
+ allocatedStorage?: AllocatedStorage;
317
+ /**
318
+ * Single-Instance or with a MultiAZ Standby for High availability.
319
+ */
320
+ deploymentType?: DeploymentType;
321
+ }
322
+ export type DbInstanceSummaryList = DbInstanceSummary[];
323
+ export type DbInstanceType = "db.influx.medium"|"db.influx.large"|"db.influx.xlarge"|"db.influx.2xlarge"|"db.influx.4xlarge"|"db.influx.8xlarge"|"db.influx.12xlarge"|"db.influx.16xlarge"|string;
324
+ export type DbParameterGroupId = string;
325
+ export type DbParameterGroupIdentifier = string;
326
+ export type DbParameterGroupName = string;
327
+ export interface DbParameterGroupSummary {
328
+ /**
329
+ * A service-generated unique identifier.
330
+ */
331
+ id: DbParameterGroupId;
332
+ /**
333
+ * This customer-supplied name uniquely identifies the parameter group.
334
+ */
335
+ name: DbParameterGroupName;
336
+ /**
337
+ * The Amazon Resource Name (ARN) of the DB parameter group.
338
+ */
339
+ arn: Arn;
340
+ /**
341
+ * A description of the DB parameter group.
342
+ */
343
+ description?: String;
344
+ }
345
+ export type DbParameterGroupSummaryList = DbParameterGroupSummary[];
346
+ export type DbStorageType = "InfluxIOIncludedT1"|"InfluxIOIncludedT2"|"InfluxIOIncludedT3"|string;
347
+ export interface DeleteDbInstanceInput {
348
+ /**
349
+ * The id of the DB instance.
350
+ */
351
+ identifier: DbInstanceIdentifier;
352
+ }
353
+ export interface DeleteDbInstanceOutput {
354
+ /**
355
+ * A service-generated unique identifier.
356
+ */
357
+ id: DbInstanceId;
358
+ /**
359
+ * The customer-supplied name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
360
+ */
361
+ name: DbInstanceName;
362
+ /**
363
+ * The Amazon Resource Name (ARN) of the DB instance.
364
+ */
365
+ arn: Arn;
366
+ /**
367
+ * The status of the DB instance.
368
+ */
369
+ status?: Status;
370
+ /**
371
+ * The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.
372
+ */
373
+ endpoint?: String;
374
+ /**
375
+ * The Timestream for InfluxDB instance type that InfluxDB runs on.
376
+ */
377
+ dbInstanceType?: DbInstanceType;
378
+ /**
379
+ * The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
380
+ */
381
+ dbStorageType?: DbStorageType;
382
+ /**
383
+ * The amount of storage allocated for your DB storage type (in gibibytes).
384
+ */
385
+ allocatedStorage?: AllocatedStorage;
386
+ /**
387
+ * Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.
388
+ */
389
+ deploymentType?: DeploymentType;
390
+ /**
391
+ * A list of VPC subnet IDs associated with the DB instance.
392
+ */
393
+ vpcSubnetIds: VpcSubnetIdList;
394
+ /**
395
+ * Indicates if the DB instance has a public IP to facilitate access.
396
+ */
397
+ publiclyAccessible?: Boolean;
398
+ /**
399
+ * A list of VPC security group IDs associated with the DB instance.
400
+ */
401
+ vpcSecurityGroupIds?: VpcSecurityGroupIdList;
402
+ /**
403
+ * The id of the DB parameter group assigned to your DB instance.
404
+ */
405
+ dbParameterGroupIdentifier?: DbParameterGroupIdentifier;
406
+ /**
407
+ * The Availability Zone in which the DB instance resides.
408
+ */
409
+ availabilityZone?: String;
410
+ /**
411
+ * The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.
412
+ */
413
+ secondaryAvailabilityZone?: String;
414
+ /**
415
+ * Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
416
+ */
417
+ logDeliveryConfiguration?: LogDeliveryConfiguration;
418
+ /**
419
+ * The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.
420
+ */
421
+ influxAuthParametersSecretArn?: String;
422
+ }
423
+ export type DeploymentType = "SINGLE_AZ"|"WITH_MULTIAZ_STANDBY"|string;
424
+ export interface GetDbInstanceInput {
425
+ /**
426
+ * The id of the DB instance.
427
+ */
428
+ identifier: DbInstanceIdentifier;
429
+ }
430
+ export interface GetDbInstanceOutput {
431
+ /**
432
+ * A service-generated unique identifier.
433
+ */
434
+ id: DbInstanceId;
435
+ /**
436
+ * The customer-supplied name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
437
+ */
438
+ name: DbInstanceName;
439
+ /**
440
+ * The Amazon Resource Name (ARN) of the DB instance.
441
+ */
442
+ arn: Arn;
443
+ /**
444
+ * The status of the DB instance.
445
+ */
446
+ status?: Status;
447
+ /**
448
+ * The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.
449
+ */
450
+ endpoint?: String;
451
+ /**
452
+ * The Timestream for InfluxDB instance type that InfluxDB runs on.
453
+ */
454
+ dbInstanceType?: DbInstanceType;
455
+ /**
456
+ * The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
457
+ */
458
+ dbStorageType?: DbStorageType;
459
+ /**
460
+ * The amount of storage allocated for your DB storage type (in gibibytes).
461
+ */
462
+ allocatedStorage?: AllocatedStorage;
463
+ /**
464
+ * Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.
465
+ */
466
+ deploymentType?: DeploymentType;
467
+ /**
468
+ * A list of VPC subnet IDs associated with the DB instance.
469
+ */
470
+ vpcSubnetIds: VpcSubnetIdList;
471
+ /**
472
+ * Indicates if the DB instance has a public IP to facilitate access.
473
+ */
474
+ publiclyAccessible?: Boolean;
475
+ /**
476
+ * A list of VPC security group IDs associated with the DB instance.
477
+ */
478
+ vpcSecurityGroupIds?: VpcSecurityGroupIdList;
479
+ /**
480
+ * The id of the DB parameter group assigned to your DB instance.
481
+ */
482
+ dbParameterGroupIdentifier?: DbParameterGroupIdentifier;
483
+ /**
484
+ * The Availability Zone in which the DB instance resides.
485
+ */
486
+ availabilityZone?: String;
487
+ /**
488
+ * The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.
489
+ */
490
+ secondaryAvailabilityZone?: String;
491
+ /**
492
+ * Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
493
+ */
494
+ logDeliveryConfiguration?: LogDeliveryConfiguration;
495
+ /**
496
+ * The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.
497
+ */
498
+ influxAuthParametersSecretArn?: String;
499
+ }
500
+ export interface GetDbParameterGroupInput {
501
+ /**
502
+ * The id of the DB parameter group.
503
+ */
504
+ identifier: DbParameterGroupIdentifier;
505
+ }
506
+ export interface GetDbParameterGroupOutput {
507
+ /**
508
+ * A service-generated unique identifier.
509
+ */
510
+ id: DbParameterGroupId;
511
+ /**
512
+ * The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
513
+ */
514
+ name: DbParameterGroupName;
515
+ /**
516
+ * The Amazon Resource Name (ARN) of the DB parameter group.
517
+ */
518
+ arn: Arn;
519
+ /**
520
+ * A description of the DB parameter group.
521
+ */
522
+ description?: String;
523
+ /**
524
+ * The parameters that comprise the DB parameter group.
525
+ */
526
+ parameters?: Parameters;
527
+ }
528
+ export interface InfluxDBv2Parameters {
529
+ /**
530
+ * Include option to show detailed logs for Flux queries. Default: false
531
+ */
532
+ fluxLogEnabled?: Boolean;
533
+ /**
534
+ * Log output level. InfluxDB outputs log entries with severity levels greater than or equal to the level specified. Default: info
535
+ */
536
+ logLevel?: LogLevel;
537
+ /**
538
+ * Disable the task scheduler. If problematic tasks prevent InfluxDB from starting, use this option to start InfluxDB without scheduling or executing tasks. Default: false
539
+ */
540
+ noTasks?: Boolean;
541
+ /**
542
+ * Number of queries allowed to execute concurrently. Setting to 0 allows an unlimited number of concurrent queries. Default: 0
543
+ */
544
+ queryConcurrency?: InfluxDBv2ParametersQueryConcurrencyInteger;
545
+ /**
546
+ * Maximum number of queries allowed in execution queue. When queue limit is reached, new queries are rejected. Setting to 0 allows an unlimited number of queries in the queue. Default: 0
547
+ */
548
+ queryQueueSize?: InfluxDBv2ParametersQueryQueueSizeInteger;
549
+ /**
550
+ * Enable tracing in InfluxDB and specifies the tracing type. Tracing is disabled by default.
551
+ */
552
+ tracingType?: TracingType;
553
+ /**
554
+ * Disable the HTTP /metrics endpoint which exposes internal InfluxDB metrics. Default: false
555
+ */
556
+ metricsDisabled?: Boolean;
557
+ }
558
+ export type InfluxDBv2ParametersQueryConcurrencyInteger = number;
559
+ export type InfluxDBv2ParametersQueryQueueSizeInteger = number;
560
+ export interface ListDbInstancesInput {
561
+ /**
562
+ * The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
563
+ */
564
+ nextToken?: NextToken;
565
+ /**
566
+ * The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
567
+ */
568
+ maxResults?: MaxResults;
569
+ }
570
+ export interface ListDbInstancesOutput {
571
+ /**
572
+ * A list of Timestream for InfluxDB DB instance summaries.
573
+ */
574
+ items: DbInstanceSummaryList;
575
+ /**
576
+ * Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.
577
+ */
578
+ nextToken?: NextToken;
579
+ }
580
+ export interface ListDbParameterGroupsInput {
581
+ /**
582
+ * The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
583
+ */
584
+ nextToken?: NextToken;
585
+ /**
586
+ * The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
587
+ */
588
+ maxResults?: MaxResults;
589
+ }
590
+ export interface ListDbParameterGroupsOutput {
591
+ /**
592
+ * A list of Timestream for InfluxDB DB parameter group summaries.
593
+ */
594
+ items: DbParameterGroupSummaryList;
595
+ /**
596
+ * Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.
597
+ */
598
+ nextToken?: NextToken;
599
+ }
600
+ export interface ListTagsForResourceRequest {
601
+ /**
602
+ * The Amazon Resource Name (ARN) of the tagged resource.
603
+ */
604
+ resourceArn: Arn;
605
+ }
606
+ export interface ListTagsForResourceResponse {
607
+ /**
608
+ * A list of tags used to categorize and track resources.
609
+ */
610
+ tags?: ResponseTagMap;
611
+ }
612
+ export interface LogDeliveryConfiguration {
613
+ /**
614
+ * Configuration for S3 bucket log delivery.
615
+ */
616
+ s3Configuration: S3Configuration;
617
+ }
618
+ export type LogLevel = "debug"|"info"|"error"|string;
619
+ export type MaxResults = number;
620
+ export type NextToken = string;
621
+ export type Organization = string;
622
+ export interface Parameters {
623
+ /**
624
+ * All the customer-modifiable InfluxDB v2 parameters in Timestream for InfluxDB.
625
+ */
626
+ InfluxDBv2?: InfluxDBv2Parameters;
627
+ }
628
+ export type Password = string;
629
+ export type RequestTagMap = {[key: string]: TagValue};
630
+ export type ResponseTagMap = {[key: string]: TagValue};
631
+ export interface S3Configuration {
632
+ /**
633
+ * The name of the S3 bucket to deliver logs to.
634
+ */
635
+ bucketName: S3ConfigurationBucketNameString;
636
+ /**
637
+ * Indicates whether log delivery to the S3 bucket is enabled.
638
+ */
639
+ enabled: Boolean;
640
+ }
641
+ export type S3ConfigurationBucketNameString = string;
642
+ export type Status = "CREATING"|"AVAILABLE"|"DELETING"|"MODIFYING"|"UPDATING"|"DELETED"|"FAILED"|string;
643
+ export type String = string;
644
+ export type TagKey = string;
645
+ export type TagKeys = TagKey[];
646
+ export interface TagResourceRequest {
647
+ /**
648
+ * The Amazon Resource Name (ARN) of the tagged resource.
649
+ */
650
+ resourceArn: Arn;
651
+ /**
652
+ * A list of tags used to categorize and track resources.
653
+ */
654
+ tags: RequestTagMap;
655
+ }
656
+ export type TagValue = string;
657
+ export type TracingType = "log"|"jaeger"|string;
658
+ export interface UntagResourceRequest {
659
+ /**
660
+ * The Amazon Resource Name (ARN) of the tagged resource.
661
+ */
662
+ resourceArn: Arn;
663
+ /**
664
+ * The keys used to identify the tags.
665
+ */
666
+ tagKeys: TagKeys;
667
+ }
668
+ export interface UpdateDbInstanceInput {
669
+ /**
670
+ * The id of the DB instance.
671
+ */
672
+ identifier: DbInstanceIdentifier;
673
+ /**
674
+ * Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
675
+ */
676
+ logDeliveryConfiguration?: LogDeliveryConfiguration;
677
+ /**
678
+ * The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
679
+ */
680
+ dbParameterGroupIdentifier?: DbParameterGroupIdentifier;
681
+ }
682
+ export interface UpdateDbInstanceOutput {
683
+ /**
684
+ * A service-generated unique identifier.
685
+ */
686
+ id: DbInstanceId;
687
+ /**
688
+ * This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and AWS CLI commands.
689
+ */
690
+ name: DbInstanceName;
691
+ /**
692
+ * The Amazon Resource Name (ARN) of the DB instance.
693
+ */
694
+ arn: Arn;
695
+ /**
696
+ * The status of the DB instance.
697
+ */
698
+ status?: Status;
699
+ /**
700
+ * The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.
701
+ */
702
+ endpoint?: String;
703
+ /**
704
+ * The Timestream for InfluxDB instance type that InfluxDB runs on.
705
+ */
706
+ dbInstanceType?: DbInstanceType;
707
+ /**
708
+ * The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
709
+ */
710
+ dbStorageType?: DbStorageType;
711
+ /**
712
+ * The amount of storage allocated for your DB storage type (in gibibytes).
713
+ */
714
+ allocatedStorage?: AllocatedStorage;
715
+ /**
716
+ * Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.
717
+ */
718
+ deploymentType?: DeploymentType;
719
+ /**
720
+ * A list of VPC subnet IDs associated with the DB instance.
721
+ */
722
+ vpcSubnetIds: VpcSubnetIdList;
723
+ /**
724
+ * Indicates if the DB instance has a public IP to facilitate access.
725
+ */
726
+ publiclyAccessible?: Boolean;
727
+ /**
728
+ * A list of VPC security group IDs associated with the DB instance.
729
+ */
730
+ vpcSecurityGroupIds?: VpcSecurityGroupIdList;
731
+ /**
732
+ * The id of the DB parameter group assigned to your DB instance.
733
+ */
734
+ dbParameterGroupIdentifier?: DbParameterGroupIdentifier;
735
+ /**
736
+ * The Availability Zone in which the DB instance resides.
737
+ */
738
+ availabilityZone?: String;
739
+ /**
740
+ * The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.
741
+ */
742
+ secondaryAvailabilityZone?: String;
743
+ /**
744
+ * Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
745
+ */
746
+ logDeliveryConfiguration?: LogDeliveryConfiguration;
747
+ /**
748
+ * The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.
749
+ */
750
+ influxAuthParametersSecretArn?: String;
751
+ }
752
+ export type Username = string;
753
+ export type VpcSecurityGroupId = string;
754
+ export type VpcSecurityGroupIdList = VpcSecurityGroupId[];
755
+ export type VpcSubnetId = string;
756
+ export type VpcSubnetIdList = VpcSubnetId[];
757
+ /**
758
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
759
+ */
760
+ export type apiVersion = "2023-01-27"|"latest"|string;
761
+ export interface ClientApiVersions {
762
+ /**
763
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
764
+ */
765
+ apiVersion?: apiVersion;
766
+ }
767
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
768
+ /**
769
+ * Contains interfaces for use with the TimestreamInfluxDB client.
770
+ */
771
+ export import Types = TimestreamInfluxDB;
772
+ }
773
+ export = TimestreamInfluxDB;