aws-sdk 2.1577.0 → 2.1578.0
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/README.md +1 -1
- package/apis/fis-2020-12-01.min.json +28 -5
- package/apis/metadata.json +4 -4
- package/apis/timestream-influxdb-2023-01-27.min.json +522 -0
- package/apis/timestream-influxdb-2023-01-27.paginators.json +16 -0
- package/clients/all.d.ts +1 -1
- package/clients/all.js +2 -2
- package/clients/amplify.d.ts +8 -8
- package/clients/elbv2.d.ts +1 -1
- package/clients/fis.d.ts +60 -13
- package/clients/rds.d.ts +2 -2
- package/clients/secretsmanager.d.ts +4 -4
- package/clients/timestreaminfluxdb.d.ts +773 -0
- package/clients/timestreaminfluxdb.js +18 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +407 -407
- package/dist/aws-sdk.js +7 -7
- package/dist/aws-sdk.min.js +3 -3
- package/lib/config_service_placeholders.d.ts +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/apis/iot-roborunner-2018-05-10.min.json +0 -923
- package/apis/iot-roborunner-2018-05-10.paginators.json +0 -28
- package/clients/iotroborunner.d.ts +0 -534
- package/clients/iotroborunner.js +0 -18
- /package/apis/{iot-roborunner-2018-05-10.examples.json → timestream-influxdb-2023-01-27.examples.json} +0 -0
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1578.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -255,6 +255,7 @@
|
|
255
255
|
"type": "structure",
|
256
256
|
"members": {
|
257
257
|
"id": {},
|
258
|
+
"arn": {},
|
258
259
|
"description": {},
|
259
260
|
"parameters": {
|
260
261
|
"type": "map",
|
@@ -476,6 +477,7 @@
|
|
476
477
|
"type": "structure",
|
477
478
|
"members": {
|
478
479
|
"id": {},
|
480
|
+
"arn": {},
|
479
481
|
"description": {},
|
480
482
|
"targets": {
|
481
483
|
"shape": "S2d"
|
@@ -612,6 +614,7 @@
|
|
612
614
|
"type": "structure",
|
613
615
|
"members": {
|
614
616
|
"id": {},
|
617
|
+
"arn": {},
|
615
618
|
"description": {},
|
616
619
|
"creationTime": {
|
617
620
|
"type": "timestamp"
|
@@ -646,6 +649,10 @@
|
|
646
649
|
"nextToken": {
|
647
650
|
"location": "querystring",
|
648
651
|
"locationName": "nextToken"
|
652
|
+
},
|
653
|
+
"experimentTemplateId": {
|
654
|
+
"location": "querystring",
|
655
|
+
"locationName": "experimentTemplateId"
|
649
656
|
}
|
650
657
|
}
|
651
658
|
},
|
@@ -658,6 +665,7 @@
|
|
658
665
|
"type": "structure",
|
659
666
|
"members": {
|
660
667
|
"id": {},
|
668
|
+
"arn": {},
|
661
669
|
"experimentTemplateId": {},
|
662
670
|
"state": {
|
663
671
|
"shape": "S2k"
|
@@ -667,6 +675,9 @@
|
|
667
675
|
},
|
668
676
|
"tags": {
|
669
677
|
"shape": "Se"
|
678
|
+
},
|
679
|
+
"experimentOptions": {
|
680
|
+
"shape": "S3m"
|
670
681
|
}
|
671
682
|
}
|
672
683
|
}
|
@@ -800,6 +811,12 @@
|
|
800
811
|
"idempotencyToken": true
|
801
812
|
},
|
802
813
|
"experimentTemplateId": {},
|
814
|
+
"experimentOptions": {
|
815
|
+
"type": "structure",
|
816
|
+
"members": {
|
817
|
+
"actionsMode": {}
|
818
|
+
}
|
819
|
+
},
|
803
820
|
"tags": {
|
804
821
|
"shape": "Se"
|
805
822
|
}
|
@@ -1112,6 +1129,7 @@
|
|
1112
1129
|
"type": "structure",
|
1113
1130
|
"members": {
|
1114
1131
|
"id": {},
|
1132
|
+
"arn": {},
|
1115
1133
|
"description": {},
|
1116
1134
|
"targets": {
|
1117
1135
|
"type": "map",
|
@@ -1240,6 +1258,7 @@
|
|
1240
1258
|
"type": "structure",
|
1241
1259
|
"members": {
|
1242
1260
|
"id": {},
|
1261
|
+
"arn": {},
|
1243
1262
|
"experimentTemplateId": {},
|
1244
1263
|
"roleArn": {},
|
1245
1264
|
"state": {
|
@@ -1362,11 +1381,7 @@
|
|
1362
1381
|
}
|
1363
1382
|
},
|
1364
1383
|
"experimentOptions": {
|
1365
|
-
"
|
1366
|
-
"members": {
|
1367
|
-
"accountTargeting": {},
|
1368
|
-
"emptyTargetResolutionMode": {}
|
1369
|
-
}
|
1384
|
+
"shape": "S3m"
|
1370
1385
|
},
|
1371
1386
|
"targetAccountConfigurationsCount": {
|
1372
1387
|
"type": "long"
|
@@ -1379,6 +1394,14 @@
|
|
1379
1394
|
"status": {},
|
1380
1395
|
"reason": {}
|
1381
1396
|
}
|
1397
|
+
},
|
1398
|
+
"S3m": {
|
1399
|
+
"type": "structure",
|
1400
|
+
"members": {
|
1401
|
+
"accountTargeting": {},
|
1402
|
+
"emptyTargetResolutionMode": {},
|
1403
|
+
"actionsMode": {}
|
1404
|
+
}
|
1382
1405
|
}
|
1383
1406
|
}
|
1384
1407
|
}
|
package/apis/metadata.json
CHANGED
@@ -1210,10 +1210,6 @@
|
|
1210
1210
|
"prefix": "chime-sdk-voice",
|
1211
1211
|
"name": "ChimeSDKVoice"
|
1212
1212
|
},
|
1213
|
-
"iotroborunner": {
|
1214
|
-
"prefix": "iot-roborunner",
|
1215
|
-
"name": "IoTRoboRunner"
|
1216
|
-
},
|
1217
1213
|
"ssmsap": {
|
1218
1214
|
"prefix": "ssm-sap",
|
1219
1215
|
"name": "SsmSap"
|
@@ -1412,5 +1408,9 @@
|
|
1412
1408
|
},
|
1413
1409
|
"chatbot": {
|
1414
1410
|
"name": "Chatbot"
|
1411
|
+
},
|
1412
|
+
"timestreaminfluxdb": {
|
1413
|
+
"prefix": "timestream-influxdb",
|
1414
|
+
"name": "TimestreamInfluxDB"
|
1415
1415
|
}
|
1416
1416
|
}
|
@@ -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
|
+
}
|
package/clients/all.d.ts
CHANGED
@@ -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');
|
package/clients/all.js
CHANGED
@@ -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
|
};
|