aws-sdk 2.1576.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/ivs-realtime-2020-07-14.min.json +34 -1
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -2
- package/apis/metadata.json +4 -4
- package/apis/s3-2006-03-01.examples.json +129 -129
- 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/ivsrealtime.d.ts +71 -0
- package/clients/kinesisanalyticsv2.d.ts +108 -100
- 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 +409 -409
- 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
@@ -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
|
};
|
package/clients/amplify.d.ts
CHANGED
@@ -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
|
/**
|
package/clients/elbv2.d.ts
CHANGED
@@ -1503,7 +1503,7 @@ declare namespace ELBv2 {
|
|
1503
1503
|
export type LoadBalancerArns = LoadBalancerArn[];
|
1504
1504
|
export interface LoadBalancerAttribute {
|
1505
1505
|
/**
|
1506
|
-
* The name of the attribute. The following attributes are supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
|
1506
|
+
* The name of the attribute. The following attributes are supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
|
1507
1507
|
*/
|
1508
1508
|
Key?: LoadBalancerAttributeKey;
|
1509
1509
|
/**
|