aws-sdk 2.1008.0 → 2.1012.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.
Files changed (43) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +43 -37
  4. package/apis/chime-sdk-messaging-2021-05-15.min.json +601 -88
  5. package/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
  6. package/apis/dataexchange-2017-07-25.min.json +65 -13
  7. package/apis/directconnect-2012-10-25.min.json +119 -35
  8. package/apis/glue-2017-03-31.min.json +341 -339
  9. package/apis/ivs-2020-07-14.min.json +127 -100
  10. package/apis/ivs-2020-07-14.paginators.json +4 -14
  11. package/apis/mediaconvert-2017-08-29.min.json +137 -134
  12. package/apis/mediapackage-2017-10-12.min.json +4 -0
  13. package/apis/mediapackage-vod-2018-11-07.min.json +4 -0
  14. package/apis/metadata.json +3 -0
  15. package/apis/panorama-2019-07-24.examples.json +5 -0
  16. package/apis/panorama-2019-07-24.min.json +1622 -0
  17. package/apis/panorama-2019-07-24.paginators.json +49 -0
  18. package/apis/quicksight-2018-04-01.min.json +237 -159
  19. package/apis/securityhub-2018-10-26.min.json +282 -137
  20. package/apis/securityhub-2018-10-26.paginators.json +6 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/appflow.d.ts +8 -0
  24. package/clients/chimesdkmessaging.d.ts +475 -2
  25. package/clients/dataexchange.d.ts +110 -20
  26. package/clients/directconnect.d.ts +186 -49
  27. package/clients/efs.d.ts +10 -10
  28. package/clients/glue.d.ts +11 -2
  29. package/clients/ivs.d.ts +158 -133
  30. package/clients/mediaconvert.d.ts +57 -58
  31. package/clients/mediapackage.d.ts +4 -0
  32. package/clients/mediapackagevod.d.ts +4 -0
  33. package/clients/panorama.d.ts +1926 -0
  34. package/clients/panorama.js +18 -0
  35. package/clients/quicksight.d.ts +158 -75
  36. package/clients/securityhub.d.ts +161 -2
  37. package/dist/aws-sdk-core-react-native.js +2 -2
  38. package/dist/aws-sdk-react-native.js +55 -18
  39. package/dist/aws-sdk.js +125 -38
  40. package/dist/aws-sdk.min.js +68 -68
  41. package/lib/config_service_placeholders.d.ts +2 -0
  42. package/lib/core.js +1 -1
  43. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,27 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1008.0-->
2
+ <!--LATEST=2.1012.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1012.0
6
+ * feature: Appflow: Feature to add support for JSON-L format for S3 as a source.
7
+ * feature: DirectConnect: This release adds 4 new APIS, which needs to be public able
8
+ * feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for specifying caption time delta in milliseconds and the ability to apply color range legalization to source content other than AVC video.
9
+ * feature: MediaPackage: When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
10
+ * feature: MediaPackageVod: MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
11
+ * feature: Panorama: General availability for AWS Panorama. AWS SDK for Panorama includes APIs to manage your devices and nodes, and deploy computer vision applications to the edge. For more information, see the AWS Panorama documentation at http://docs.aws.amazon.com/panorama
12
+ * feature: SecurityHub: Added support for cross-Region finding aggregation, which replicates findings from linked Regions to a single aggregation Region. Added operations to view, enable, update, and delete the finding aggregation.
13
+
14
+ ## 2.1011.0
15
+ * feature: ChimeSDKMessaging: The Amazon Chime SDK now allows developers to execute business logic on in-flight messages before they are delivered to members of a messaging channel with channel flows.
16
+ * feature: DataExchange: This release adds support for our public preview of AWS Data Exchange for Amazon Redshift. This enables data providers to list products including AWS Data Exchange datashares for Amazon Redshift, giving subscribers read-only access to provider data in Amazon Redshift.
17
+
18
+ ## 2.1010.0
19
+ * feature: IVS: Bug fix: remove unsupported maxResults and nextToken pagination parameters from ListTagsForResource
20
+ * feature: QuickSight: AWS QuickSight Service Features - Add IP Restriction UI and public APIs support.
21
+
22
+ ## 2.1009.0
23
+ * feature: Glue: Enable S3 event base crawler API.
24
+
5
25
  ## 2.1008.0
6
26
  * feature: AutoScaling: Amazon EC2 Auto Scaling now supports filtering describe Auto Scaling groups API using tags
7
27
  * feature: ELBv2: Adds new option to filter by availability on each type of load balancer when describing ssl policies.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1008.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1012.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -65,13 +65,13 @@
65
65
  "shape": "S2p"
66
66
  },
67
67
  "destinationFlowConfigList": {
68
- "shape": "S3a"
68
+ "shape": "S3c"
69
69
  },
70
70
  "tasks": {
71
- "shape": "S42"
71
+ "shape": "S44"
72
72
  },
73
73
  "tags": {
74
- "shape": "S4r"
74
+ "shape": "S4t"
75
75
  }
76
76
  }
77
77
  },
@@ -284,7 +284,7 @@
284
284
  "type": "structure",
285
285
  "members": {
286
286
  "connectorTypes": {
287
- "shape": "S5v"
287
+ "shape": "S5x"
288
288
  },
289
289
  "nextToken": {}
290
290
  }
@@ -305,7 +305,7 @@
305
305
  "type": "boolean"
306
306
  },
307
307
  "supportedDestinationConnectors": {
308
- "shape": "S5v"
308
+ "shape": "S5x"
309
309
  },
310
310
  "supportedSchedulingFrequencies": {
311
311
  "type": "list",
@@ -468,16 +468,16 @@
468
468
  "shape": "S2p"
469
469
  },
470
470
  "destinationFlowConfigList": {
471
- "shape": "S3a"
471
+ "shape": "S3c"
472
472
  },
473
473
  "lastRunExecutionDetails": {
474
- "shape": "S6s"
474
+ "shape": "S6u"
475
475
  },
476
476
  "triggerConfig": {
477
477
  "shape": "S2g"
478
478
  },
479
479
  "tasks": {
480
- "shape": "S42"
480
+ "shape": "S44"
481
481
  },
482
482
  "createdAt": {
483
483
  "type": "timestamp"
@@ -488,7 +488,7 @@
488
488
  "createdBy": {},
489
489
  "lastUpdatedBy": {},
490
490
  "tags": {
491
- "shape": "S4r"
491
+ "shape": "S4t"
492
492
  }
493
493
  }
494
494
  }
@@ -640,10 +640,10 @@
640
640
  "createdBy": {},
641
641
  "lastUpdatedBy": {},
642
642
  "tags": {
643
- "shape": "S4r"
643
+ "shape": "S4t"
644
644
  },
645
645
  "lastRunExecutionDetails": {
646
- "shape": "S6s"
646
+ "shape": "S6u"
647
647
  }
648
648
  }
649
649
  }
@@ -673,7 +673,7 @@
673
673
  "type": "structure",
674
674
  "members": {
675
675
  "tags": {
676
- "shape": "S4r"
676
+ "shape": "S4t"
677
677
  }
678
678
  }
679
679
  }
@@ -737,7 +737,7 @@
737
737
  "locationName": "resourceArn"
738
738
  },
739
739
  "tags": {
740
- "shape": "S4r"
740
+ "shape": "S4t"
741
741
  }
742
742
  }
743
743
  },
@@ -824,10 +824,10 @@
824
824
  "shape": "S2p"
825
825
  },
826
826
  "destinationFlowConfigList": {
827
- "shape": "S3a"
827
+ "shape": "S3c"
828
828
  },
829
829
  "tasks": {
830
- "shape": "S42"
830
+ "shape": "S44"
831
831
  }
832
832
  }
833
833
  },
@@ -1429,7 +1429,13 @@
1429
1429
  ],
1430
1430
  "members": {
1431
1431
  "bucketName": {},
1432
- "bucketPrefix": {}
1432
+ "bucketPrefix": {},
1433
+ "s3InputFormatConfig": {
1434
+ "type": "structure",
1435
+ "members": {
1436
+ "s3InputFileType": {}
1437
+ }
1438
+ }
1433
1439
  }
1434
1440
  },
1435
1441
  "Salesforce": {
@@ -1527,7 +1533,7 @@
1527
1533
  }
1528
1534
  }
1529
1535
  },
1530
- "S3a": {
1536
+ "S3c": {
1531
1537
  "type": "list",
1532
1538
  "member": {
1533
1539
  "type": "structure",
@@ -1552,7 +1558,7 @@
1552
1558
  "intermediateBucketName": {},
1553
1559
  "bucketPrefix": {},
1554
1560
  "errorHandlingConfig": {
1555
- "shape": "S3e"
1561
+ "shape": "S3g"
1556
1562
  }
1557
1563
  }
1558
1564
  },
@@ -1569,10 +1575,10 @@
1569
1575
  "members": {
1570
1576
  "fileType": {},
1571
1577
  "prefixConfig": {
1572
- "shape": "S3i"
1578
+ "shape": "S3k"
1573
1579
  },
1574
1580
  "aggregationConfig": {
1575
- "shape": "S3l"
1581
+ "shape": "S3n"
1576
1582
  }
1577
1583
  }
1578
1584
  }
@@ -1586,10 +1592,10 @@
1586
1592
  "members": {
1587
1593
  "object": {},
1588
1594
  "idFieldNames": {
1589
- "shape": "S3o"
1595
+ "shape": "S3q"
1590
1596
  },
1591
1597
  "errorHandlingConfig": {
1592
- "shape": "S3e"
1598
+ "shape": "S3g"
1593
1599
  },
1594
1600
  "writeOperationType": {}
1595
1601
  }
@@ -1605,7 +1611,7 @@
1605
1611
  "intermediateBucketName": {},
1606
1612
  "bucketPrefix": {},
1607
1613
  "errorHandlingConfig": {
1608
- "shape": "S3e"
1614
+ "shape": "S3g"
1609
1615
  }
1610
1616
  }
1611
1617
  },
@@ -1617,7 +1623,7 @@
1617
1623
  "members": {
1618
1624
  "object": {},
1619
1625
  "errorHandlingConfig": {
1620
- "shape": "S3e"
1626
+ "shape": "S3g"
1621
1627
  }
1622
1628
  }
1623
1629
  },
@@ -1642,10 +1648,10 @@
1642
1648
  "members": {
1643
1649
  "fileType": {},
1644
1650
  "prefixConfig": {
1645
- "shape": "S3i"
1651
+ "shape": "S3k"
1646
1652
  },
1647
1653
  "aggregationConfig": {
1648
- "shape": "S3l"
1654
+ "shape": "S3n"
1649
1655
  }
1650
1656
  }
1651
1657
  }
@@ -1659,7 +1665,7 @@
1659
1665
  "members": {
1660
1666
  "object": {},
1661
1667
  "errorHandlingConfig": {
1662
- "shape": "S3e"
1668
+ "shape": "S3g"
1663
1669
  }
1664
1670
  }
1665
1671
  },
@@ -1681,10 +1687,10 @@
1681
1687
  "members": {
1682
1688
  "object": {},
1683
1689
  "idFieldNames": {
1684
- "shape": "S3o"
1690
+ "shape": "S3q"
1685
1691
  },
1686
1692
  "errorHandlingConfig": {
1687
- "shape": "S3e"
1693
+ "shape": "S3g"
1688
1694
  },
1689
1695
  "writeOperationType": {}
1690
1696
  }
@@ -1694,7 +1700,7 @@
1694
1700
  }
1695
1701
  }
1696
1702
  },
1697
- "S3e": {
1703
+ "S3g": {
1698
1704
  "type": "structure",
1699
1705
  "members": {
1700
1706
  "failOnFirstDestinationError": {
@@ -1704,24 +1710,24 @@
1704
1710
  "bucketName": {}
1705
1711
  }
1706
1712
  },
1707
- "S3i": {
1713
+ "S3k": {
1708
1714
  "type": "structure",
1709
1715
  "members": {
1710
1716
  "prefixType": {},
1711
1717
  "prefixFormat": {}
1712
1718
  }
1713
1719
  },
1714
- "S3l": {
1720
+ "S3n": {
1715
1721
  "type": "structure",
1716
1722
  "members": {
1717
1723
  "aggregationType": {}
1718
1724
  }
1719
1725
  },
1720
- "S3o": {
1726
+ "S3q": {
1721
1727
  "type": "list",
1722
1728
  "member": {}
1723
1729
  },
1724
- "S42": {
1730
+ "S44": {
1725
1731
  "type": "list",
1726
1732
  "member": {
1727
1733
  "type": "structure",
@@ -1764,16 +1770,16 @@
1764
1770
  }
1765
1771
  }
1766
1772
  },
1767
- "S4r": {
1773
+ "S4t": {
1768
1774
  "type": "map",
1769
1775
  "key": {},
1770
1776
  "value": {}
1771
1777
  },
1772
- "S5v": {
1778
+ "S5x": {
1773
1779
  "type": "list",
1774
1780
  "member": {}
1775
1781
  },
1776
- "S6s": {
1782
+ "S6u": {
1777
1783
  "type": "structure",
1778
1784
  "members": {
1779
1785
  "mostRecentExecutionMessage": {},