aws-sdk 2.774.0 → 2.778.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 CHANGED
@@ -1,7 +1,27 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.774.0-->
2
+ <!--LATEST=2.778.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.778.0
6
+ * feature: MediaTailor: MediaTailor now supports ad marker passthrough for HLS. Use AdMarkerPassthrough to pass EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 from origin manifests into personalized manifests.
7
+ * feature: QuickSight: Support description on columns.
8
+
9
+ ## 2.777.0
10
+ * feature: Appflow: Salesforce connector creation with customer provided client id and client secret, incremental pull configuration, salesforce upsert write operations and execution ID when on-demand flows are executed.
11
+ * feature: SNS: SNS now supports a new class of topics: FIFO (First-In-First-Out). FIFO topics provide strictly-ordered, deduplicated, filterable, encryptable, many-to-many messaging at scale.
12
+
13
+ ## 2.776.0
14
+ * feature: CloudFront: CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account).
15
+ * feature: EC2: instance-storage-info nvmeSupport added to DescribeInstanceTypes API
16
+ * feature: GlobalAccelerator: This release adds support for specifying port overrides on AWS Global Accelerator endpoint groups.
17
+ * feature: Glue: AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
18
+ * feature: Kendra: This release adds custom data sources: a new data source type that gives you full control of the documents added, modified or deleted during a data source sync while providing run history metrics.
19
+
20
+ ## 2.775.0
21
+ * bugfix: Credentials: Do not require credentials file when loading from config.
22
+ * feature: Batch: Adding evaluateOnExit to job retry strategies.
23
+ * feature: ElasticBeanstalk: EnvironmentStatus enum update to include Aborting, LinkingFrom and LinkingTo
24
+
5
25
  ## 2.774.0
6
26
  * feature: CloudFront: Amazon CloudFront adds support for Origin Shield.
7
27
  * feature: SSM: This Patch Manager release now supports Common Vulnerabilities and Exposure (CVE) Ids for missing packages via the DescribeInstancePatches API.
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.774.0.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.778.0.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -59,19 +59,19 @@
59
59
  "description": {},
60
60
  "kmsArn": {},
61
61
  "triggerConfig": {
62
- "shape": "S1z"
62
+ "shape": "S20"
63
63
  },
64
64
  "sourceFlowConfig": {
65
- "shape": "S27"
65
+ "shape": "S28"
66
66
  },
67
67
  "destinationFlowConfigList": {
68
- "shape": "S2o"
68
+ "shape": "S2r"
69
69
  },
70
70
  "tasks": {
71
- "shape": "S34"
71
+ "shape": "S3a"
72
72
  },
73
73
  "tags": {
74
- "shape": "S3s"
74
+ "shape": "S3y"
75
75
  }
76
76
  }
77
77
  },
@@ -205,6 +205,13 @@
205
205
  },
206
206
  "isUpsertable": {
207
207
  "type": "boolean"
208
+ },
209
+ "isUpdatable": {
210
+ "type": "boolean"
211
+ },
212
+ "supportedWriteOperations": {
213
+ "type": "list",
214
+ "member": {}
208
215
  }
209
216
  }
210
217
  }
@@ -269,7 +276,7 @@
269
276
  "type": "structure",
270
277
  "members": {
271
278
  "connectorTypes": {
272
- "shape": "S4s"
279
+ "shape": "S4y"
273
280
  },
274
281
  "nextToken": {}
275
282
  }
@@ -290,7 +297,7 @@
290
297
  "type": "boolean"
291
298
  },
292
299
  "supportedDestinationConnectors": {
293
- "shape": "S4s"
300
+ "shape": "S4y"
294
301
  },
295
302
  "supportedSchedulingFrequencies": {
296
303
  "type": "list",
@@ -325,7 +332,7 @@
325
332
  "type": "structure",
326
333
  "members": {
327
334
  "oAuthScopes": {
328
- "shape": "S54"
335
+ "shape": "S5a"
329
336
  }
330
337
  }
331
338
  },
@@ -349,7 +356,7 @@
349
356
  "type": "structure",
350
357
  "members": {
351
358
  "oAuthScopes": {
352
- "shape": "S54"
359
+ "shape": "S5a"
353
360
  }
354
361
  }
355
362
  },
@@ -365,7 +372,7 @@
365
372
  "type": "structure",
366
373
  "members": {
367
374
  "oAuthScopes": {
368
- "shape": "S54"
375
+ "shape": "S5a"
369
376
  }
370
377
  }
371
378
  },
@@ -390,7 +397,7 @@
390
397
  "type": "structure",
391
398
  "members": {
392
399
  "oAuthScopes": {
393
- "shape": "S54"
400
+ "shape": "S5a"
394
401
  }
395
402
  }
396
403
  },
@@ -430,19 +437,19 @@
430
437
  "flowStatus": {},
431
438
  "flowStatusMessage": {},
432
439
  "sourceFlowConfig": {
433
- "shape": "S27"
440
+ "shape": "S28"
434
441
  },
435
442
  "destinationFlowConfigList": {
436
- "shape": "S2o"
443
+ "shape": "S2r"
437
444
  },
438
445
  "lastRunExecutionDetails": {
439
- "shape": "S5n"
446
+ "shape": "S5t"
440
447
  },
441
448
  "triggerConfig": {
442
- "shape": "S1z"
449
+ "shape": "S20"
443
450
  },
444
451
  "tasks": {
445
- "shape": "S34"
452
+ "shape": "S3a"
446
453
  },
447
454
  "createdAt": {
448
455
  "type": "timestamp"
@@ -453,7 +460,7 @@
453
460
  "createdBy": {},
454
461
  "lastUpdatedBy": {},
455
462
  "tags": {
456
- "shape": "S3s"
463
+ "shape": "S3y"
457
464
  }
458
465
  }
459
466
  }
@@ -599,10 +606,10 @@
599
606
  "createdBy": {},
600
607
  "lastUpdatedBy": {},
601
608
  "tags": {
602
- "shape": "S3s"
609
+ "shape": "S3y"
603
610
  },
604
611
  "lastRunExecutionDetails": {
605
- "shape": "S5n"
612
+ "shape": "S5t"
606
613
  }
607
614
  }
608
615
  }
@@ -632,7 +639,7 @@
632
639
  "type": "structure",
633
640
  "members": {
634
641
  "tags": {
635
- "shape": "S3s"
642
+ "shape": "S3y"
636
643
  }
637
644
  }
638
645
  }
@@ -654,7 +661,8 @@
654
661
  "type": "structure",
655
662
  "members": {
656
663
  "flowArn": {},
657
- "flowStatus": {}
664
+ "flowStatus": {},
665
+ "executionId": {}
658
666
  }
659
667
  }
660
668
  },
@@ -695,7 +703,7 @@
695
703
  "locationName": "resourceArn"
696
704
  },
697
705
  "tags": {
698
- "shape": "S3s"
706
+ "shape": "S3y"
699
707
  }
700
708
  }
701
709
  },
@@ -775,16 +783,16 @@
775
783
  "flowName": {},
776
784
  "description": {},
777
785
  "triggerConfig": {
778
- "shape": "S1z"
786
+ "shape": "S20"
779
787
  },
780
788
  "sourceFlowConfig": {
781
- "shape": "S27"
789
+ "shape": "S28"
782
790
  },
783
791
  "destinationFlowConfigList": {
784
- "shape": "S2o"
792
+ "shape": "S2r"
785
793
  },
786
794
  "tasks": {
787
- "shape": "S34"
795
+ "shape": "S3a"
788
796
  }
789
797
  }
790
798
  },
@@ -923,6 +931,10 @@
923
931
  "refreshToken": {},
924
932
  "oAuthRequest": {
925
933
  "shape": "S1b"
934
+ },
935
+ "clientCredentialsArn": {
936
+ "type": "string",
937
+ "sensitive": true
926
938
  }
927
939
  }
928
940
  },
@@ -1180,7 +1192,7 @@
1180
1192
  "type": "string",
1181
1193
  "sensitive": true
1182
1194
  },
1183
- "S1z": {
1195
+ "S20": {
1184
1196
  "type": "structure",
1185
1197
  "required": [
1186
1198
  "triggerType"
@@ -1211,7 +1223,7 @@
1211
1223
  }
1212
1224
  }
1213
1225
  },
1214
- "S27": {
1226
+ "S28": {
1215
1227
  "type": "structure",
1216
1228
  "required": [
1217
1229
  "connectorType",
@@ -1357,10 +1369,16 @@
1357
1369
  }
1358
1370
  }
1359
1371
  }
1372
+ },
1373
+ "incrementalPullConfig": {
1374
+ "type": "structure",
1375
+ "members": {
1376
+ "datetimeTypeFieldName": {}
1377
+ }
1360
1378
  }
1361
1379
  }
1362
1380
  },
1363
- "S2o": {
1381
+ "S2r": {
1364
1382
  "type": "list",
1365
1383
  "member": {
1366
1384
  "type": "structure",
@@ -1385,7 +1403,7 @@
1385
1403
  "intermediateBucketName": {},
1386
1404
  "bucketPrefix": {},
1387
1405
  "errorHandlingConfig": {
1388
- "shape": "S2s"
1406
+ "shape": "S2v"
1389
1407
  }
1390
1408
  }
1391
1409
  },
@@ -1425,9 +1443,14 @@
1425
1443
  ],
1426
1444
  "members": {
1427
1445
  "object": {},
1446
+ "idFieldNames": {
1447
+ "type": "list",
1448
+ "member": {}
1449
+ },
1428
1450
  "errorHandlingConfig": {
1429
- "shape": "S2s"
1430
- }
1451
+ "shape": "S2v"
1452
+ },
1453
+ "writeOperationType": {}
1431
1454
  }
1432
1455
  },
1433
1456
  "Snowflake": {
@@ -1441,7 +1464,7 @@
1441
1464
  "intermediateBucketName": {},
1442
1465
  "bucketPrefix": {},
1443
1466
  "errorHandlingConfig": {
1444
- "shape": "S2s"
1467
+ "shape": "S2v"
1445
1468
  }
1446
1469
  }
1447
1470
  },
@@ -1453,7 +1476,7 @@
1453
1476
  "members": {
1454
1477
  "object": {},
1455
1478
  "errorHandlingConfig": {
1456
- "shape": "S2s"
1479
+ "shape": "S2v"
1457
1480
  }
1458
1481
  }
1459
1482
  }
@@ -1462,7 +1485,7 @@
1462
1485
  }
1463
1486
  }
1464
1487
  },
1465
- "S2s": {
1488
+ "S2v": {
1466
1489
  "type": "structure",
1467
1490
  "members": {
1468
1491
  "failOnFirstDestinationError": {
@@ -1472,7 +1495,7 @@
1472
1495
  "bucketName": {}
1473
1496
  }
1474
1497
  },
1475
- "S34": {
1498
+ "S3a": {
1476
1499
  "type": "list",
1477
1500
  "member": {
1478
1501
  "type": "structure",
@@ -1514,20 +1537,20 @@
1514
1537
  }
1515
1538
  }
1516
1539
  },
1517
- "S3s": {
1540
+ "S3y": {
1518
1541
  "type": "map",
1519
1542
  "key": {},
1520
1543
  "value": {}
1521
1544
  },
1522
- "S4s": {
1545
+ "S4y": {
1523
1546
  "type": "list",
1524
1547
  "member": {}
1525
1548
  },
1526
- "S54": {
1549
+ "S5a": {
1527
1550
  "type": "list",
1528
1551
  "member": {}
1529
1552
  },
1530
- "S5n": {
1553
+ "S5t": {
1531
1554
  "type": "structure",
1532
1555
  "members": {
1533
1556
  "mostRecentExecutionMessage": {},