aws-sdk 2.1462.0 → 2.1463.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/CHANGELOG.md +9 -1
- package/README.md +1 -1
- package/apis/braket-2019-09-01.min.json +64 -12
- package/apis/dms-2016-01-01.examples.json +968 -0
- package/apis/dms-2016-01-01.min.json +305 -257
- package/apis/events-2015-10-07.min.json +59 -34
- package/apis/mediaconvert-2017-08-29.min.json +169 -161
- package/clients/braket.d.ts +73 -0
- package/clients/cloudwatchevents.d.ts +13 -9
- package/clients/dms.d.ts +117 -19
- package/clients/ec2.d.ts +1 -1
- package/clients/efs.d.ts +10 -10
- package/clients/guardduty.d.ts +14 -14
- package/clients/mediaconvert.d.ts +15 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +62 -37
- package/dist/aws-sdk.min.js +54 -54
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1463.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1463.0
|
6
|
+
* feature: Braket: This release adds support to view the device queue depth (the number of queued quantum tasks and hybrid jobs on a device) and queue position for a quantum task and hybrid job.
|
7
|
+
* feature: CloudWatchEvents: Adds sensitive trait to various shapes in Jetstream Connections API model.
|
8
|
+
* feature: DMS: new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
|
9
|
+
* feature: EC2: EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
|
10
|
+
* feature: GuardDuty: Add `EKS_CLUSTER_NAME` to filter and sort key.
|
11
|
+
* feature: MediaConvert: This release supports the creation of of audio-only tracks in CMAF output groups.
|
12
|
+
|
5
13
|
## 2.1462.0
|
6
14
|
* feature: AppConfig: Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors
|
7
15
|
* feature: AppRunner: This release adds improvements for managing App Runner auto scaling configuration resources. New APIs: UpdateDefaultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoScalingConfiguration.
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1463.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -223,6 +223,21 @@
|
|
223
223
|
"jsonvalue": true
|
224
224
|
},
|
225
225
|
"deviceName": {},
|
226
|
+
"deviceQueueInfo": {
|
227
|
+
"type": "list",
|
228
|
+
"member": {
|
229
|
+
"type": "structure",
|
230
|
+
"required": [
|
231
|
+
"queue",
|
232
|
+
"queueSize"
|
233
|
+
],
|
234
|
+
"members": {
|
235
|
+
"queue": {},
|
236
|
+
"queuePriority": {},
|
237
|
+
"queueSize": {}
|
238
|
+
}
|
239
|
+
}
|
240
|
+
},
|
226
241
|
"deviceStatus": {},
|
227
242
|
"deviceType": {},
|
228
243
|
"providerName": {}
|
@@ -241,6 +256,12 @@
|
|
241
256
|
"jobArn"
|
242
257
|
],
|
243
258
|
"members": {
|
259
|
+
"additionalAttributeNames": {
|
260
|
+
"location": "querystring",
|
261
|
+
"locationName": "additionalAttributeNames",
|
262
|
+
"type": "list",
|
263
|
+
"member": {}
|
264
|
+
},
|
244
265
|
"jobArn": {
|
245
266
|
"location": "uri",
|
246
267
|
"locationName": "jobArn"
|
@@ -270,13 +291,13 @@
|
|
270
291
|
"shape": "Sh"
|
271
292
|
},
|
272
293
|
"createdAt": {
|
273
|
-
"shape": "
|
294
|
+
"shape": "S1q"
|
274
295
|
},
|
275
296
|
"deviceConfig": {
|
276
297
|
"shape": "Sj"
|
277
298
|
},
|
278
299
|
"endedAt": {
|
279
|
-
"shape": "
|
300
|
+
"shape": "S1q"
|
280
301
|
},
|
281
302
|
"events": {
|
282
303
|
"type": "list",
|
@@ -286,7 +307,7 @@
|
|
286
307
|
"eventType": {},
|
287
308
|
"message": {},
|
288
309
|
"timeOfEvent": {
|
289
|
-
"shape": "
|
310
|
+
"shape": "S1q"
|
290
311
|
}
|
291
312
|
}
|
292
313
|
}
|
@@ -309,9 +330,21 @@
|
|
309
330
|
"outputDataConfig": {
|
310
331
|
"shape": "Sx"
|
311
332
|
},
|
333
|
+
"queueInfo": {
|
334
|
+
"type": "structure",
|
335
|
+
"required": [
|
336
|
+
"position",
|
337
|
+
"queue"
|
338
|
+
],
|
339
|
+
"members": {
|
340
|
+
"message": {},
|
341
|
+
"position": {},
|
342
|
+
"queue": {}
|
343
|
+
}
|
344
|
+
},
|
312
345
|
"roleArn": {},
|
313
346
|
"startedAt": {
|
314
|
-
"shape": "
|
347
|
+
"shape": "S1q"
|
315
348
|
},
|
316
349
|
"status": {},
|
317
350
|
"stoppingCondition": {
|
@@ -335,6 +368,12 @@
|
|
335
368
|
"quantumTaskArn"
|
336
369
|
],
|
337
370
|
"members": {
|
371
|
+
"additionalAttributeNames": {
|
372
|
+
"location": "querystring",
|
373
|
+
"locationName": "additionalAttributeNames",
|
374
|
+
"type": "list",
|
375
|
+
"member": {}
|
376
|
+
},
|
338
377
|
"quantumTaskArn": {
|
339
378
|
"location": "uri",
|
340
379
|
"locationName": "quantumTaskArn"
|
@@ -355,20 +394,33 @@
|
|
355
394
|
],
|
356
395
|
"members": {
|
357
396
|
"createdAt": {
|
358
|
-
"shape": "
|
397
|
+
"shape": "S1q"
|
359
398
|
},
|
360
399
|
"deviceArn": {},
|
361
400
|
"deviceParameters": {
|
362
401
|
"jsonvalue": true
|
363
402
|
},
|
364
403
|
"endedAt": {
|
365
|
-
"shape": "
|
404
|
+
"shape": "S1q"
|
366
405
|
},
|
367
406
|
"failureReason": {},
|
368
407
|
"jobArn": {},
|
369
408
|
"outputS3Bucket": {},
|
370
409
|
"outputS3Directory": {},
|
371
410
|
"quantumTaskArn": {},
|
411
|
+
"queueInfo": {
|
412
|
+
"type": "structure",
|
413
|
+
"required": [
|
414
|
+
"position",
|
415
|
+
"queue"
|
416
|
+
],
|
417
|
+
"members": {
|
418
|
+
"message": {},
|
419
|
+
"position": {},
|
420
|
+
"queue": {},
|
421
|
+
"queuePriority": {}
|
422
|
+
}
|
423
|
+
},
|
372
424
|
"shots": {
|
373
425
|
"type": "long"
|
374
426
|
},
|
@@ -525,16 +577,16 @@
|
|
525
577
|
],
|
526
578
|
"members": {
|
527
579
|
"createdAt": {
|
528
|
-
"shape": "
|
580
|
+
"shape": "S1q"
|
529
581
|
},
|
530
582
|
"device": {},
|
531
583
|
"endedAt": {
|
532
|
-
"shape": "
|
584
|
+
"shape": "S1q"
|
533
585
|
},
|
534
586
|
"jobArn": {},
|
535
587
|
"jobName": {},
|
536
588
|
"startedAt": {
|
537
|
-
"shape": "
|
589
|
+
"shape": "S1q"
|
538
590
|
},
|
539
591
|
"status": {},
|
540
592
|
"tags": {
|
@@ -605,11 +657,11 @@
|
|
605
657
|
],
|
606
658
|
"members": {
|
607
659
|
"createdAt": {
|
608
|
-
"shape": "
|
660
|
+
"shape": "S1q"
|
609
661
|
},
|
610
662
|
"deviceArn": {},
|
611
663
|
"endedAt": {
|
612
|
-
"shape": "
|
664
|
+
"shape": "S1q"
|
613
665
|
},
|
614
666
|
"outputS3Bucket": {},
|
615
667
|
"outputS3Directory": {},
|
@@ -803,7 +855,7 @@
|
|
803
855
|
"key": {},
|
804
856
|
"value": {}
|
805
857
|
},
|
806
|
-
"
|
858
|
+
"S1q": {
|
807
859
|
"type": "timestamp",
|
808
860
|
"timestampFormat": "iso8601"
|
809
861
|
}
|