cdk-lambda-subminute 2.0.404 → 2.0.406
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +7 -1
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +70 -67
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +350 -300
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +370 -279
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/metadata.json +4 -4
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
- package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +522 -0
- package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +1 -2
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/amplify.d.ts +8 -8
- package/node_modules/aws-sdk/clients/backup.d.ts +13 -5
- package/node_modules/aws-sdk/clients/codebuild.d.ts +13 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +50 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +100 -1
- package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/fis.d.ts +60 -13
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/s3.d.ts +47 -47
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -5
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +4 -4
- package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +773 -0
- package/node_modules/aws-sdk/clients/timestreaminfluxdb.js +18 -0
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +0 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +412 -412
- package/node_modules/aws-sdk/dist/aws-sdk.js +797 -653
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +0 -923
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +0 -28
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +0 -534
- package/node_modules/aws-sdk/clients/iotroborunner.js +0 -18
- /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,522 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2023-01-27",
|
5
|
+
"endpointPrefix": "timestream-influxdb",
|
6
|
+
"jsonVersion": "1.0",
|
7
|
+
"protocol": "json",
|
8
|
+
"ripServiceName": "timestream-influxdb",
|
9
|
+
"serviceAbbreviation": "Timestream InfluxDB",
|
10
|
+
"serviceFullName": "Timestream InfluxDB",
|
11
|
+
"serviceId": "Timestream InfluxDB",
|
12
|
+
"signatureVersion": "v4",
|
13
|
+
"signingName": "timestream-influxdb",
|
14
|
+
"targetPrefix": "AmazonTimestreamInfluxDB",
|
15
|
+
"uid": "timestream-influxdb-2023-01-27"
|
16
|
+
},
|
17
|
+
"operations": {
|
18
|
+
"CreateDbInstance": {
|
19
|
+
"input": {
|
20
|
+
"type": "structure",
|
21
|
+
"required": [
|
22
|
+
"name",
|
23
|
+
"password",
|
24
|
+
"dbInstanceType",
|
25
|
+
"vpcSubnetIds",
|
26
|
+
"vpcSecurityGroupIds",
|
27
|
+
"allocatedStorage"
|
28
|
+
],
|
29
|
+
"members": {
|
30
|
+
"name": {},
|
31
|
+
"username": {
|
32
|
+
"type": "string",
|
33
|
+
"sensitive": true
|
34
|
+
},
|
35
|
+
"password": {
|
36
|
+
"type": "string",
|
37
|
+
"sensitive": true
|
38
|
+
},
|
39
|
+
"organization": {},
|
40
|
+
"bucket": {},
|
41
|
+
"dbInstanceType": {},
|
42
|
+
"vpcSubnetIds": {
|
43
|
+
"shape": "S8"
|
44
|
+
},
|
45
|
+
"vpcSecurityGroupIds": {
|
46
|
+
"shape": "Sa"
|
47
|
+
},
|
48
|
+
"publiclyAccessible": {
|
49
|
+
"type": "boolean"
|
50
|
+
},
|
51
|
+
"dbStorageType": {},
|
52
|
+
"allocatedStorage": {
|
53
|
+
"type": "integer"
|
54
|
+
},
|
55
|
+
"dbParameterGroupIdentifier": {},
|
56
|
+
"deploymentType": {},
|
57
|
+
"logDeliveryConfiguration": {
|
58
|
+
"shape": "Sh"
|
59
|
+
},
|
60
|
+
"tags": {
|
61
|
+
"shape": "Sk"
|
62
|
+
}
|
63
|
+
}
|
64
|
+
},
|
65
|
+
"output": {
|
66
|
+
"type": "structure",
|
67
|
+
"required": [
|
68
|
+
"id",
|
69
|
+
"name",
|
70
|
+
"arn",
|
71
|
+
"vpcSubnetIds"
|
72
|
+
],
|
73
|
+
"members": {
|
74
|
+
"id": {},
|
75
|
+
"name": {},
|
76
|
+
"arn": {},
|
77
|
+
"status": {},
|
78
|
+
"endpoint": {},
|
79
|
+
"dbInstanceType": {},
|
80
|
+
"dbStorageType": {},
|
81
|
+
"allocatedStorage": {
|
82
|
+
"type": "integer"
|
83
|
+
},
|
84
|
+
"deploymentType": {},
|
85
|
+
"vpcSubnetIds": {
|
86
|
+
"shape": "S8"
|
87
|
+
},
|
88
|
+
"publiclyAccessible": {
|
89
|
+
"type": "boolean"
|
90
|
+
},
|
91
|
+
"vpcSecurityGroupIds": {
|
92
|
+
"shape": "Sa"
|
93
|
+
},
|
94
|
+
"dbParameterGroupIdentifier": {},
|
95
|
+
"availabilityZone": {},
|
96
|
+
"secondaryAvailabilityZone": {},
|
97
|
+
"logDeliveryConfiguration": {
|
98
|
+
"shape": "Sh"
|
99
|
+
},
|
100
|
+
"influxAuthParametersSecretArn": {}
|
101
|
+
}
|
102
|
+
},
|
103
|
+
"idempotent": true
|
104
|
+
},
|
105
|
+
"CreateDbParameterGroup": {
|
106
|
+
"input": {
|
107
|
+
"type": "structure",
|
108
|
+
"required": [
|
109
|
+
"name"
|
110
|
+
],
|
111
|
+
"members": {
|
112
|
+
"name": {},
|
113
|
+
"description": {},
|
114
|
+
"parameters": {
|
115
|
+
"shape": "Sv"
|
116
|
+
},
|
117
|
+
"tags": {
|
118
|
+
"shape": "Sk"
|
119
|
+
}
|
120
|
+
}
|
121
|
+
},
|
122
|
+
"output": {
|
123
|
+
"type": "structure",
|
124
|
+
"required": [
|
125
|
+
"id",
|
126
|
+
"name",
|
127
|
+
"arn"
|
128
|
+
],
|
129
|
+
"members": {
|
130
|
+
"id": {},
|
131
|
+
"name": {},
|
132
|
+
"arn": {},
|
133
|
+
"description": {},
|
134
|
+
"parameters": {
|
135
|
+
"shape": "Sv"
|
136
|
+
}
|
137
|
+
}
|
138
|
+
},
|
139
|
+
"idempotent": true
|
140
|
+
},
|
141
|
+
"DeleteDbInstance": {
|
142
|
+
"input": {
|
143
|
+
"type": "structure",
|
144
|
+
"required": [
|
145
|
+
"identifier"
|
146
|
+
],
|
147
|
+
"members": {
|
148
|
+
"identifier": {}
|
149
|
+
}
|
150
|
+
},
|
151
|
+
"output": {
|
152
|
+
"type": "structure",
|
153
|
+
"required": [
|
154
|
+
"id",
|
155
|
+
"name",
|
156
|
+
"arn",
|
157
|
+
"vpcSubnetIds"
|
158
|
+
],
|
159
|
+
"members": {
|
160
|
+
"id": {},
|
161
|
+
"name": {},
|
162
|
+
"arn": {},
|
163
|
+
"status": {},
|
164
|
+
"endpoint": {},
|
165
|
+
"dbInstanceType": {},
|
166
|
+
"dbStorageType": {},
|
167
|
+
"allocatedStorage": {
|
168
|
+
"type": "integer"
|
169
|
+
},
|
170
|
+
"deploymentType": {},
|
171
|
+
"vpcSubnetIds": {
|
172
|
+
"shape": "S8"
|
173
|
+
},
|
174
|
+
"publiclyAccessible": {
|
175
|
+
"type": "boolean"
|
176
|
+
},
|
177
|
+
"vpcSecurityGroupIds": {
|
178
|
+
"shape": "Sa"
|
179
|
+
},
|
180
|
+
"dbParameterGroupIdentifier": {},
|
181
|
+
"availabilityZone": {},
|
182
|
+
"secondaryAvailabilityZone": {},
|
183
|
+
"logDeliveryConfiguration": {
|
184
|
+
"shape": "Sh"
|
185
|
+
},
|
186
|
+
"influxAuthParametersSecretArn": {}
|
187
|
+
}
|
188
|
+
},
|
189
|
+
"idempotent": true
|
190
|
+
},
|
191
|
+
"GetDbInstance": {
|
192
|
+
"input": {
|
193
|
+
"type": "structure",
|
194
|
+
"required": [
|
195
|
+
"identifier"
|
196
|
+
],
|
197
|
+
"members": {
|
198
|
+
"identifier": {}
|
199
|
+
}
|
200
|
+
},
|
201
|
+
"output": {
|
202
|
+
"type": "structure",
|
203
|
+
"required": [
|
204
|
+
"id",
|
205
|
+
"name",
|
206
|
+
"arn",
|
207
|
+
"vpcSubnetIds"
|
208
|
+
],
|
209
|
+
"members": {
|
210
|
+
"id": {},
|
211
|
+
"name": {},
|
212
|
+
"arn": {},
|
213
|
+
"status": {},
|
214
|
+
"endpoint": {},
|
215
|
+
"dbInstanceType": {},
|
216
|
+
"dbStorageType": {},
|
217
|
+
"allocatedStorage": {
|
218
|
+
"type": "integer"
|
219
|
+
},
|
220
|
+
"deploymentType": {},
|
221
|
+
"vpcSubnetIds": {
|
222
|
+
"shape": "S8"
|
223
|
+
},
|
224
|
+
"publiclyAccessible": {
|
225
|
+
"type": "boolean"
|
226
|
+
},
|
227
|
+
"vpcSecurityGroupIds": {
|
228
|
+
"shape": "Sa"
|
229
|
+
},
|
230
|
+
"dbParameterGroupIdentifier": {},
|
231
|
+
"availabilityZone": {},
|
232
|
+
"secondaryAvailabilityZone": {},
|
233
|
+
"logDeliveryConfiguration": {
|
234
|
+
"shape": "Sh"
|
235
|
+
},
|
236
|
+
"influxAuthParametersSecretArn": {}
|
237
|
+
}
|
238
|
+
}
|
239
|
+
},
|
240
|
+
"GetDbParameterGroup": {
|
241
|
+
"input": {
|
242
|
+
"type": "structure",
|
243
|
+
"required": [
|
244
|
+
"identifier"
|
245
|
+
],
|
246
|
+
"members": {
|
247
|
+
"identifier": {}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"output": {
|
251
|
+
"type": "structure",
|
252
|
+
"required": [
|
253
|
+
"id",
|
254
|
+
"name",
|
255
|
+
"arn"
|
256
|
+
],
|
257
|
+
"members": {
|
258
|
+
"id": {},
|
259
|
+
"name": {},
|
260
|
+
"arn": {},
|
261
|
+
"description": {},
|
262
|
+
"parameters": {
|
263
|
+
"shape": "Sv"
|
264
|
+
}
|
265
|
+
}
|
266
|
+
}
|
267
|
+
},
|
268
|
+
"ListDbInstances": {
|
269
|
+
"input": {
|
270
|
+
"type": "structure",
|
271
|
+
"members": {
|
272
|
+
"nextToken": {},
|
273
|
+
"maxResults": {
|
274
|
+
"type": "integer"
|
275
|
+
}
|
276
|
+
}
|
277
|
+
},
|
278
|
+
"output": {
|
279
|
+
"type": "structure",
|
280
|
+
"required": [
|
281
|
+
"items"
|
282
|
+
],
|
283
|
+
"members": {
|
284
|
+
"items": {
|
285
|
+
"type": "list",
|
286
|
+
"member": {
|
287
|
+
"type": "structure",
|
288
|
+
"required": [
|
289
|
+
"id",
|
290
|
+
"name",
|
291
|
+
"arn"
|
292
|
+
],
|
293
|
+
"members": {
|
294
|
+
"id": {},
|
295
|
+
"name": {},
|
296
|
+
"arn": {},
|
297
|
+
"status": {},
|
298
|
+
"endpoint": {},
|
299
|
+
"dbInstanceType": {},
|
300
|
+
"dbStorageType": {},
|
301
|
+
"allocatedStorage": {
|
302
|
+
"type": "integer"
|
303
|
+
},
|
304
|
+
"deploymentType": {}
|
305
|
+
}
|
306
|
+
}
|
307
|
+
},
|
308
|
+
"nextToken": {}
|
309
|
+
}
|
310
|
+
}
|
311
|
+
},
|
312
|
+
"ListDbParameterGroups": {
|
313
|
+
"input": {
|
314
|
+
"type": "structure",
|
315
|
+
"members": {
|
316
|
+
"nextToken": {},
|
317
|
+
"maxResults": {
|
318
|
+
"type": "integer"
|
319
|
+
}
|
320
|
+
}
|
321
|
+
},
|
322
|
+
"output": {
|
323
|
+
"type": "structure",
|
324
|
+
"required": [
|
325
|
+
"items"
|
326
|
+
],
|
327
|
+
"members": {
|
328
|
+
"items": {
|
329
|
+
"type": "list",
|
330
|
+
"member": {
|
331
|
+
"type": "structure",
|
332
|
+
"required": [
|
333
|
+
"id",
|
334
|
+
"name",
|
335
|
+
"arn"
|
336
|
+
],
|
337
|
+
"members": {
|
338
|
+
"id": {},
|
339
|
+
"name": {},
|
340
|
+
"arn": {},
|
341
|
+
"description": {}
|
342
|
+
}
|
343
|
+
}
|
344
|
+
},
|
345
|
+
"nextToken": {}
|
346
|
+
}
|
347
|
+
}
|
348
|
+
},
|
349
|
+
"ListTagsForResource": {
|
350
|
+
"input": {
|
351
|
+
"type": "structure",
|
352
|
+
"required": [
|
353
|
+
"resourceArn"
|
354
|
+
],
|
355
|
+
"members": {
|
356
|
+
"resourceArn": {}
|
357
|
+
}
|
358
|
+
},
|
359
|
+
"output": {
|
360
|
+
"type": "structure",
|
361
|
+
"members": {
|
362
|
+
"tags": {
|
363
|
+
"type": "map",
|
364
|
+
"key": {},
|
365
|
+
"value": {}
|
366
|
+
}
|
367
|
+
}
|
368
|
+
}
|
369
|
+
},
|
370
|
+
"TagResource": {
|
371
|
+
"input": {
|
372
|
+
"type": "structure",
|
373
|
+
"required": [
|
374
|
+
"resourceArn",
|
375
|
+
"tags"
|
376
|
+
],
|
377
|
+
"members": {
|
378
|
+
"resourceArn": {},
|
379
|
+
"tags": {
|
380
|
+
"shape": "Sk"
|
381
|
+
}
|
382
|
+
}
|
383
|
+
},
|
384
|
+
"idempotent": true
|
385
|
+
},
|
386
|
+
"UntagResource": {
|
387
|
+
"input": {
|
388
|
+
"type": "structure",
|
389
|
+
"required": [
|
390
|
+
"resourceArn",
|
391
|
+
"tagKeys"
|
392
|
+
],
|
393
|
+
"members": {
|
394
|
+
"resourceArn": {},
|
395
|
+
"tagKeys": {
|
396
|
+
"type": "list",
|
397
|
+
"member": {}
|
398
|
+
}
|
399
|
+
}
|
400
|
+
},
|
401
|
+
"idempotent": true
|
402
|
+
},
|
403
|
+
"UpdateDbInstance": {
|
404
|
+
"input": {
|
405
|
+
"type": "structure",
|
406
|
+
"required": [
|
407
|
+
"identifier"
|
408
|
+
],
|
409
|
+
"members": {
|
410
|
+
"identifier": {},
|
411
|
+
"logDeliveryConfiguration": {
|
412
|
+
"shape": "Sh"
|
413
|
+
},
|
414
|
+
"dbParameterGroupIdentifier": {}
|
415
|
+
}
|
416
|
+
},
|
417
|
+
"output": {
|
418
|
+
"type": "structure",
|
419
|
+
"required": [
|
420
|
+
"id",
|
421
|
+
"name",
|
422
|
+
"arn",
|
423
|
+
"vpcSubnetIds"
|
424
|
+
],
|
425
|
+
"members": {
|
426
|
+
"id": {},
|
427
|
+
"name": {},
|
428
|
+
"arn": {},
|
429
|
+
"status": {},
|
430
|
+
"endpoint": {},
|
431
|
+
"dbInstanceType": {},
|
432
|
+
"dbStorageType": {},
|
433
|
+
"allocatedStorage": {
|
434
|
+
"type": "integer"
|
435
|
+
},
|
436
|
+
"deploymentType": {},
|
437
|
+
"vpcSubnetIds": {
|
438
|
+
"shape": "S8"
|
439
|
+
},
|
440
|
+
"publiclyAccessible": {
|
441
|
+
"type": "boolean"
|
442
|
+
},
|
443
|
+
"vpcSecurityGroupIds": {
|
444
|
+
"shape": "Sa"
|
445
|
+
},
|
446
|
+
"dbParameterGroupIdentifier": {},
|
447
|
+
"availabilityZone": {},
|
448
|
+
"secondaryAvailabilityZone": {},
|
449
|
+
"logDeliveryConfiguration": {
|
450
|
+
"shape": "Sh"
|
451
|
+
},
|
452
|
+
"influxAuthParametersSecretArn": {}
|
453
|
+
}
|
454
|
+
},
|
455
|
+
"idempotent": true
|
456
|
+
}
|
457
|
+
},
|
458
|
+
"shapes": {
|
459
|
+
"S8": {
|
460
|
+
"type": "list",
|
461
|
+
"member": {}
|
462
|
+
},
|
463
|
+
"Sa": {
|
464
|
+
"type": "list",
|
465
|
+
"member": {}
|
466
|
+
},
|
467
|
+
"Sh": {
|
468
|
+
"type": "structure",
|
469
|
+
"required": [
|
470
|
+
"s3Configuration"
|
471
|
+
],
|
472
|
+
"members": {
|
473
|
+
"s3Configuration": {
|
474
|
+
"type": "structure",
|
475
|
+
"required": [
|
476
|
+
"bucketName",
|
477
|
+
"enabled"
|
478
|
+
],
|
479
|
+
"members": {
|
480
|
+
"bucketName": {},
|
481
|
+
"enabled": {
|
482
|
+
"type": "boolean"
|
483
|
+
}
|
484
|
+
}
|
485
|
+
}
|
486
|
+
}
|
487
|
+
},
|
488
|
+
"Sk": {
|
489
|
+
"type": "map",
|
490
|
+
"key": {},
|
491
|
+
"value": {}
|
492
|
+
},
|
493
|
+
"Sv": {
|
494
|
+
"type": "structure",
|
495
|
+
"members": {
|
496
|
+
"InfluxDBv2": {
|
497
|
+
"type": "structure",
|
498
|
+
"members": {
|
499
|
+
"fluxLogEnabled": {
|
500
|
+
"type": "boolean"
|
501
|
+
},
|
502
|
+
"logLevel": {},
|
503
|
+
"noTasks": {
|
504
|
+
"type": "boolean"
|
505
|
+
},
|
506
|
+
"queryConcurrency": {
|
507
|
+
"type": "integer"
|
508
|
+
},
|
509
|
+
"queryQueueSize": {
|
510
|
+
"type": "integer"
|
511
|
+
},
|
512
|
+
"tracingType": {},
|
513
|
+
"metricsDisabled": {
|
514
|
+
"type": "boolean"
|
515
|
+
}
|
516
|
+
}
|
517
|
+
}
|
518
|
+
},
|
519
|
+
"union": true
|
520
|
+
}
|
521
|
+
}
|
522
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListDbInstances": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "items"
|
8
|
+
},
|
9
|
+
"ListDbParameterGroups": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "items"
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
@@ -318,7 +318,6 @@ export import ConnectCases = require('./connectcases');
|
|
318
318
|
export import ResourceExplorer2 = require('./resourceexplorer2');
|
319
319
|
export import Scheduler = require('./scheduler');
|
320
320
|
export import ChimeSDKVoice = require('./chimesdkvoice');
|
321
|
-
export import IoTRoboRunner = require('./iotroborunner');
|
322
321
|
export import SsmSap = require('./ssmsap');
|
323
322
|
export import OAM = require('./oam');
|
324
323
|
export import ARCZonalShift = require('./arczonalshift');
|
@@ -376,3 +375,4 @@ export import NetworkMonitor = require('./networkmonitor');
|
|
376
375
|
export import SupplyChain = require('./supplychain');
|
377
376
|
export import Artifact = require('./artifact');
|
378
377
|
export import Chatbot = require('./chatbot');
|
378
|
+
export import TimestreamInfluxDB = require('./timestreaminfluxdb');
|
@@ -320,7 +320,6 @@ module.exports = {
|
|
320
320
|
ResourceExplorer2: require('./resourceexplorer2'),
|
321
321
|
Scheduler: require('./scheduler'),
|
322
322
|
ChimeSDKVoice: require('./chimesdkvoice'),
|
323
|
-
IoTRoboRunner: require('./iotroborunner'),
|
324
323
|
SsmSap: require('./ssmsap'),
|
325
324
|
OAM: require('./oam'),
|
326
325
|
ARCZonalShift: require('./arczonalshift'),
|
@@ -377,5 +376,6 @@ module.exports = {
|
|
377
376
|
NetworkMonitor: require('./networkmonitor'),
|
378
377
|
SupplyChain: require('./supplychain'),
|
379
378
|
Artifact: require('./artifact'),
|
380
|
-
Chatbot: require('./chatbot')
|
379
|
+
Chatbot: require('./chatbot'),
|
380
|
+
TimestreamInfluxDB: require('./timestreaminfluxdb')
|
381
381
|
};
|
@@ -20,11 +20,11 @@ declare class Amplify extends Service {
|
|
20
20
|
*/
|
21
21
|
createApp(callback?: (err: AWSError, data: Amplify.Types.CreateAppResult) => void): Request<Amplify.Types.CreateAppResult, AWSError>;
|
22
22
|
/**
|
23
|
-
* Creates a new backend environment for an Amplify app.
|
23
|
+
* Creates a new backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
|
24
24
|
*/
|
25
25
|
createBackendEnvironment(params: Amplify.Types.CreateBackendEnvironmentRequest, callback?: (err: AWSError, data: Amplify.Types.CreateBackendEnvironmentResult) => void): Request<Amplify.Types.CreateBackendEnvironmentResult, AWSError>;
|
26
26
|
/**
|
27
|
-
* Creates a new backend environment for an Amplify app.
|
27
|
+
* Creates a new backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
|
28
28
|
*/
|
29
29
|
createBackendEnvironment(callback?: (err: AWSError, data: Amplify.Types.CreateBackendEnvironmentResult) => void): Request<Amplify.Types.CreateBackendEnvironmentResult, AWSError>;
|
30
30
|
/**
|
@@ -68,11 +68,11 @@ declare class Amplify extends Service {
|
|
68
68
|
*/
|
69
69
|
deleteApp(callback?: (err: AWSError, data: Amplify.Types.DeleteAppResult) => void): Request<Amplify.Types.DeleteAppResult, AWSError>;
|
70
70
|
/**
|
71
|
-
* Deletes a backend environment for an Amplify app.
|
71
|
+
* Deletes a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
|
72
72
|
*/
|
73
73
|
deleteBackendEnvironment(params: Amplify.Types.DeleteBackendEnvironmentRequest, callback?: (err: AWSError, data: Amplify.Types.DeleteBackendEnvironmentResult) => void): Request<Amplify.Types.DeleteBackendEnvironmentResult, AWSError>;
|
74
74
|
/**
|
75
|
-
* Deletes a backend environment for an Amplify app.
|
75
|
+
* Deletes a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
|
76
76
|
*/
|
77
77
|
deleteBackendEnvironment(callback?: (err: AWSError, data: Amplify.Types.DeleteBackendEnvironmentResult) => void): Request<Amplify.Types.DeleteBackendEnvironmentResult, AWSError>;
|
78
78
|
/**
|
@@ -132,11 +132,11 @@ declare class Amplify extends Service {
|
|
132
132
|
*/
|
133
133
|
getArtifactUrl(callback?: (err: AWSError, data: Amplify.Types.GetArtifactUrlResult) => void): Request<Amplify.Types.GetArtifactUrlResult, AWSError>;
|
134
134
|
/**
|
135
|
-
* Returns a backend environment for an Amplify app.
|
135
|
+
* Returns a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
|
136
136
|
*/
|
137
137
|
getBackendEnvironment(params: Amplify.Types.GetBackendEnvironmentRequest, callback?: (err: AWSError, data: Amplify.Types.GetBackendEnvironmentResult) => void): Request<Amplify.Types.GetBackendEnvironmentResult, AWSError>;
|
138
138
|
/**
|
139
|
-
* Returns a backend environment for an Amplify app.
|
139
|
+
* Returns a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
|
140
140
|
*/
|
141
141
|
getBackendEnvironment(callback?: (err: AWSError, data: Amplify.Types.GetBackendEnvironmentResult) => void): Request<Amplify.Types.GetBackendEnvironmentResult, AWSError>;
|
142
142
|
/**
|
@@ -188,11 +188,11 @@ declare class Amplify extends Service {
|
|
188
188
|
*/
|
189
189
|
listArtifacts(callback?: (err: AWSError, data: Amplify.Types.ListArtifactsResult) => void): Request<Amplify.Types.ListArtifactsResult, AWSError>;
|
190
190
|
/**
|
191
|
-
* Lists the backend environments for an Amplify app.
|
191
|
+
* Lists the backend environments for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
|
192
192
|
*/
|
193
193
|
listBackendEnvironments(params: Amplify.Types.ListBackendEnvironmentsRequest, callback?: (err: AWSError, data: Amplify.Types.ListBackendEnvironmentsResult) => void): Request<Amplify.Types.ListBackendEnvironmentsResult, AWSError>;
|
194
194
|
/**
|
195
|
-
* Lists the backend environments for an Amplify app.
|
195
|
+
* Lists the backend environments for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
|
196
196
|
*/
|
197
197
|
listBackendEnvironments(callback?: (err: AWSError, data: Amplify.Types.ListBackendEnvironmentsResult) => void): Request<Amplify.Types.ListBackendEnvironmentsResult, AWSError>;
|
198
198
|
/**
|