aws-sdk 2.949.0 → 2.953.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 (38) hide show
  1. package/CHANGELOG.md +22 -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 +1301 -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/personalize-2018-05-22.min.json +1 -2
  11. package/apis/qldb-2019-01-02.min.json +51 -28
  12. package/apis/rds-2014-10-31.min.json +3 -0
  13. package/apis/s3outposts-2017-07-25.min.json +9 -2
  14. package/apis/securityhub-2018-10-26.min.json +409 -207
  15. package/clients/codebuild.d.ts +130 -126
  16. package/clients/computeoptimizer.d.ts +3 -3
  17. package/clients/databrew.d.ts +123 -8
  18. package/clients/ec2.d.ts +501 -182
  19. package/clients/elbv2.d.ts +1 -1
  20. package/clients/emr.d.ts +146 -56
  21. package/clients/iam.d.ts +4 -4
  22. package/clients/imagebuilder.d.ts +1 -1
  23. package/clients/kendra.d.ts +39 -8
  24. package/clients/lambda.d.ts +14 -14
  25. package/clients/medialive.d.ts +16 -0
  26. package/clients/personalize.d.ts +15 -15
  27. package/clients/proton.d.ts +54 -54
  28. package/clients/qldb.d.ts +51 -15
  29. package/clients/rds.d.ts +8 -4
  30. package/clients/s3control.d.ts +78 -78
  31. package/clients/s3outposts.d.ts +44 -13
  32. package/clients/securityhub.d.ts +473 -143
  33. package/dist/aws-sdk-core-react-native.js +1 -1
  34. package/dist/aws-sdk-react-native.js +13 -13
  35. package/dist/aws-sdk.js +1531 -1146
  36. package/dist/aws-sdk.min.js +76 -76
  37. package/lib/core.js +1 -1
  38. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,28 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.949.0-->
2
+ <!--LATEST=2.953.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.953.0
6
+ * feature: S3Outposts: Add on-premise access type support for endpoints
7
+ * 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.
8
+
9
+ ## 2.952.0
10
+ * feature: DataBrew: This SDK release adds two new features: 1) Output to Native JDBC destinations and 2) Adding configurations to profile jobs
11
+ * 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.
12
+ * feature: MediaLive: MediaLive now supports passing through style data on WebVTT caption outputs.
13
+ * feature: QLDB: Amazon QLDB now supports ledgers encrypted with customer managed KMS keys. Changes in CreateLedger, UpdateLedger and DescribeLedger APIs to support the changes.
14
+
15
+ ## 2.951.0
16
+ * 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.
17
+ * 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.
18
+ * 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
19
+ * feature: Lambda: New ResourceConflictException error code for PutFunctionEventInvokeConfig, UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations.
20
+ * feature: Personalize: My AWS Service (placeholder) - Making minProvisionedTPS an optional parameter when creating a campaign. If not provided, it defaults to 1.
21
+ * 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.
22
+
23
+ ## 2.950.0
24
+ * feature: EC2: Added idempotency to the CreateVolume API using the ClientToken request parameter
25
+
5
26
  ## 2.949.0
6
27
  * feature: EMRcontainers: Updated DescribeManagedEndpoint and ListManagedEndpoints to return failureReason and stateDetails in API response.
7
28
  * feature: Health: In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.
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.949.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.953.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