aws-sdk 2.950.0 → 2.954.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 (45) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/codebuild-2016-10-06.min.json +134 -131
  4. package/apis/databrew-2017-07-25.min.json +177 -61
  5. package/apis/ec2-2016-11-15.min.json +1298 -982
  6. package/apis/elasticmapreduce-2009-03-31.min.json +84 -28
  7. package/apis/elasticmapreduce-2009-03-31.paginators.json +5 -0
  8. package/apis/kendra-2019-02-03.min.json +59 -35
  9. package/apis/medialive-2017-10-14.min.json +221 -201
  10. package/apis/monitoring-2010-08-01.min.json +23 -22
  11. package/apis/personalize-2018-05-22.min.json +1 -2
  12. package/apis/qldb-2019-01-02.min.json +51 -28
  13. package/apis/rds-2014-10-31.min.json +3 -0
  14. package/apis/s3control-2018-08-20.min.json +64 -55
  15. package/apis/s3outposts-2017-07-25.min.json +9 -2
  16. package/apis/securityhub-2018-10-26.min.json +409 -207
  17. package/apis/synthetics-2017-10-11.min.json +40 -3
  18. package/apis/textract-2018-06-27.min.json +144 -46
  19. package/clients/cloudwatch.d.ts +19 -14
  20. package/clients/codebuild.d.ts +130 -126
  21. package/clients/databrew.d.ts +123 -8
  22. package/clients/ec2.d.ts +424 -109
  23. package/clients/elbv2.d.ts +1 -1
  24. package/clients/emr.d.ts +146 -56
  25. package/clients/iam.d.ts +4 -4
  26. package/clients/identitystore.d.ts +15 -15
  27. package/clients/imagebuilder.d.ts +1 -1
  28. package/clients/kendra.d.ts +39 -8
  29. package/clients/lambda.d.ts +14 -14
  30. package/clients/medialive.d.ts +16 -0
  31. package/clients/personalize.d.ts +15 -15
  32. package/clients/proton.d.ts +54 -54
  33. package/clients/qldb.d.ts +51 -15
  34. package/clients/rds.d.ts +8 -4
  35. package/clients/s3control.d.ts +100 -78
  36. package/clients/s3outposts.d.ts +44 -13
  37. package/clients/securityhub.d.ts +473 -143
  38. package/clients/synthetics.d.ts +27 -10
  39. package/clients/textract.d.ts +92 -1
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +17 -17
  42. package/dist/aws-sdk.js +1551 -1168
  43. package/dist/aws-sdk.min.js +76 -76
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,31 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.950.0-->
2
+ <!--LATEST=2.954.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.954.0
6
+ * feature: CloudWatch: SDK update to support creation of Cross-Account Metric Alarms and update API documentation.
7
+ * feature: S3Control: S3 Access Point aliases can be used anywhere you use S3 bucket names to access data in S3
8
+ * feature: Synthetics: CloudWatch Synthetics now supports visual testing in its canaries.
9
+ * feature: Textract: Adds support for AnalyzeExpense, a new API to extract relevant data such as contact information, items purchased, and vendor name, from almost any invoice or receipt without the need for any templates or configuration.
10
+
11
+ ## 2.953.0
12
+ * feature: S3Outposts: Add on-premise access type support for endpoints
13
+ * feature: SecurityHub: Added product name, company name, and Region fields for security findings. Added details objects for RDS event subscriptions and AWS ECS services. Added fields to the details for AWS Elasticsearch domains.
14
+
15
+ ## 2.952.0
16
+ * feature: DataBrew: This SDK release adds two new features: 1) Output to Native JDBC destinations and 2) Adding configurations to profile jobs
17
+ * feature: EC2: This release allows customers to assign prefixes to their elastic network interface and to reserve IP blocks in their subnet CIDRs. These reserved blocks can be used to assign prefixes to elastic network interfaces or be excluded from auto-assignment.
18
+ * feature: MediaLive: MediaLive now supports passing through style data on WebVTT caption outputs.
19
+ * feature: QLDB: Amazon QLDB now supports ledgers encrypted with customer managed KMS keys. Changes in CreateLedger, UpdateLedger and DescribeLedger APIs to support the changes.
20
+
21
+ ## 2.951.0
22
+ * feature: CodeBuild: AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
23
+ * feature: EMR: EMR now supports new DescribeReleaseLabel and ListReleaseLabel APIs. They can provide Amazon EMR release label details. You can programmatically list available releases and applications for a specific Amazon EMR release label.
24
+ * feature: Kendra: Amazon Kendra now provides a data source connector for Amazon WorkDocs. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-workdocs.html
25
+ * feature: Lambda: New ResourceConflictException error code for PutFunctionEventInvokeConfig, UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations.
26
+ * feature: Personalize: My AWS Service (placeholder) - Making minProvisionedTPS an optional parameter when creating a campaign. If not provided, it defaults to 1.
27
+ * feature: RDS: Adds the OriginalSnapshotCreateTime field to the DBSnapshot response object. This field timestamps the underlying data of a snapshot and doesn't change when the snapshot is copied.
28
+
5
29
  ## 2.950.0
6
30
  * feature: EC2: Added idempotency to the CreateVolume API using the ClientToken request parameter
7
31
 
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.950.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.954.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