aws-sdk 2.927.0 → 2.931.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 (44) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +48 -4
  4. package/apis/connect-2017-08-08.min.json +229 -124
  5. package/apis/connect-2017-08-08.paginators.json +6 -0
  6. package/apis/ec2-2016-11-15.min.json +1034 -898
  7. package/apis/greengrassv2-2020-11-30.min.json +166 -28
  8. package/apis/greengrassv2-2020-11-30.paginators.json +6 -0
  9. package/apis/iotanalytics-2017-11-27.min.json +68 -27
  10. package/apis/kendra-2019-02-03.min.json +128 -35
  11. package/apis/kms-2014-11-01.examples.json +8 -3
  12. package/apis/kms-2014-11-01.min.json +101 -20
  13. package/apis/mediatailor-2018-04-23.min.json +67 -59
  14. package/apis/metadata.json +2 -1
  15. package/apis/models.lex.v2-2020-08-07.min.json +60 -37
  16. package/apis/rds-2014-10-31.min.json +41 -20
  17. package/apis/redshift-data-2019-12-20.min.json +26 -3
  18. package/apis/runtime.lex.v2-2020-08-07.min.json +49 -35
  19. package/clients/browser_default.d.ts +1 -0
  20. package/clients/browser_default.js +1 -0
  21. package/clients/chime.d.ts +32 -6
  22. package/clients/connect.d.ts +184 -94
  23. package/clients/ec2.d.ts +192 -41
  24. package/clients/greengrassv2.d.ts +138 -2
  25. package/clients/iotanalytics.d.ts +51 -4
  26. package/clients/kendra.d.ts +114 -3
  27. package/clients/kms.d.ts +260 -136
  28. package/clients/lexmodelsv2.d.ts +30 -4
  29. package/clients/lexruntimev2.d.ts +46 -36
  30. package/clients/lookoutmetrics.d.ts +4 -4
  31. package/clients/mediatailor.d.ts +19 -1
  32. package/clients/rds.d.ts +248 -207
  33. package/clients/redshiftdata.d.ts +25 -0
  34. package/clients/sagemaker.d.ts +6 -6
  35. package/dist/aws-sdk-core-react-native.js +26 -2
  36. package/dist/aws-sdk-react-native.js +59 -39
  37. package/dist/aws-sdk.js +4438 -1559
  38. package/dist/aws-sdk.min.js +69 -68
  39. package/lib/core.js +1 -1
  40. package/lib/event_listeners.js +23 -0
  41. package/lib/model/operation.js +1 -0
  42. package/lib/services/s3.js +18 -22
  43. package/package.json +1 -1
  44. package/scripts/region-checker/allowlist.js +7 -7
package/CHANGELOG.md CHANGED
@@ -1,7 +1,33 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.927.0-->
2
+ <!--LATEST=2.931.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.931.0
6
+ * feature: Chime: This release adds a new API UpdateSipMediaApplicationCall, to update an in-progress call for SipMediaApplication.
7
+ * feature: Kendra: Amazon Kendra now supports the indexing of web documents for search through the web crawler.
8
+ * feature: Location: Enable CORS
9
+ * feature: RDS: This release enables Database Activity Streams for RDS Oracle
10
+ * feature: SageMaker: Enable ml.g4dn instance types for SageMaker Batch Transform and SageMaker Processing
11
+
12
+ ## 2.930.0
13
+ * feature: EC2: This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
14
+ * feature: KMS: Adds support for multi-Region keys
15
+ * feature: MediaTailor: Adds AWS Secrets Manager Access Token Authentication for Source Locations
16
+ * feature: Model: Add support for httpChecksumRequired trait. SDK will insert Content-MD5 header value for operations with this trait. To disable the behavior, users can unset computeChecksums config
17
+ * feature: RDS: This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters.
18
+
19
+ ## 2.929.0
20
+ * feature: Connect: This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance
21
+ * feature: EC2: EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency
22
+ * feature: LexModelsV2: This release adds support for Multi Valued slots in Amazon Lex V2 APIs for model building
23
+ * feature: LexRuntimeV2: Updates API to latest version.
24
+ * feature: RedshiftData: Redshift Data API service now supports SQL parameterization.
25
+
26
+ ## 2.928.0
27
+ * feature: GreengrassV2: We have verified the APIs being released here and are ready to release
28
+ * feature: IoTAnalytics: Adds support for data store partitions.
29
+ * feature: LookoutMetrics: Added "LEARNING" status for anomaly detector and updated description for "Offset" parameter in MetricSet APIs.
30
+
5
31
  ## 2.927.0
6
32
  * feature: EC2: Amazon EC2 adds new AMI property to flag outdated AMIs
7
33
  * feature: MediaConnect: When you enable source failover, you can now designate one of two sources as the primary source. You can choose between two failover modes to prevent any disruption to the video stream. Merge combines the sources into a single stream. Failover allows switching between a primary and a backup stream.
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.927.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.931.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
@@ -1132,10 +1132,7 @@
1132
1132
  "type": "structure",
1133
1133
  "members": {
1134
1134
  "SipMediaApplicationCall": {
1135
- "type": "structure",
1136
- "members": {
1137
- "TransactionId": {}
1138
- }
1135
+ "shape": "S4o"
1139
1136
  }
1140
1137
  }
1141
1138
  }
@@ -5981,6 +5978,47 @@
5981
5978
  }
5982
5979
  }
5983
5980
  },
5981
+ "UpdateSipMediaApplicationCall": {
5982
+ "http": {
5983
+ "requestUri": "/sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}",
5984
+ "responseCode": 202
5985
+ },
5986
+ "input": {
5987
+ "type": "structure",
5988
+ "required": [
5989
+ "SipMediaApplicationId",
5990
+ "TransactionId",
5991
+ "Arguments"
5992
+ ],
5993
+ "members": {
5994
+ "SipMediaApplicationId": {
5995
+ "location": "uri",
5996
+ "locationName": "sipMediaApplicationId"
5997
+ },
5998
+ "TransactionId": {
5999
+ "location": "uri",
6000
+ "locationName": "transactionId"
6001
+ },
6002
+ "Arguments": {
6003
+ "type": "map",
6004
+ "key": {
6005
+ "shape": "S23"
6006
+ },
6007
+ "value": {
6008
+ "shape": "S23"
6009
+ }
6010
+ }
6011
+ }
6012
+ },
6013
+ "output": {
6014
+ "type": "structure",
6015
+ "members": {
6016
+ "SipMediaApplicationCall": {
6017
+ "shape": "S4o"
6018
+ }
6019
+ }
6020
+ }
6021
+ },
5984
6022
  "UpdateSipRule": {
5985
6023
  "http": {
5986
6024
  "method": "PUT",
@@ -6584,6 +6622,12 @@
6584
6622
  }
6585
6623
  }
6586
6624
  },
6625
+ "S4o": {
6626
+ "type": "structure",
6627
+ "members": {
6628
+ "TransactionId": {}
6629
+ }
6630
+ },
6587
6631
  "S4s": {
6588
6632
  "type": "list",
6589
6633
  "member": {