aws-sdk 2.1042.0 → 2.1046.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 (42) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +327 -102
  4. package/apis/comprehendmedical-2018-10-30.min.json +244 -29
  5. package/apis/ec2-2016-11-15.waiters2.json +18 -0
  6. package/apis/iot-2015-05-28.min.json +280 -271
  7. package/apis/location-2020-11-19.min.json +235 -107
  8. package/apis/logs-2014-03-28.min.json +4 -1
  9. package/apis/lookoutvision-2020-11-20.min.json +208 -11
  10. package/apis/lookoutvision-2020-11-20.paginators.json +6 -0
  11. package/apis/models.lex.v2-2020-08-07.min.json +91 -45
  12. package/apis/network-firewall-2020-11-12.min.json +74 -35
  13. package/apis/outposts-2019-12-03.min.json +29 -0
  14. package/apis/route53-recovery-control-config-2020-11-02.min.json +137 -39
  15. package/apis/route53domains-2014-05-15.min.json +132 -22
  16. package/apis/route53domains-2014-05-15.paginators.json +12 -0
  17. package/apis/sagemaker-2017-07-24.min.json +31 -28
  18. package/clients/appsync.d.ts +330 -109
  19. package/clients/cloudwatchlogs.d.ts +6 -1
  20. package/clients/comprehendmedical.d.ts +306 -25
  21. package/clients/ec2.d.ts +9 -1
  22. package/clients/health.d.ts +2 -2
  23. package/clients/iot.d.ts +13 -0
  24. package/clients/lexmodelsv2.d.ts +57 -4
  25. package/clients/location.d.ts +139 -9
  26. package/clients/lookoutvision.d.ts +293 -23
  27. package/clients/networkfirewall.d.ts +68 -7
  28. package/clients/outposts.d.ts +47 -3
  29. package/clients/rekognition.d.ts +5 -5
  30. package/clients/route53.d.ts +11 -11
  31. package/clients/route53domains.d.ts +179 -49
  32. package/clients/route53recoverycontrolconfig.d.ts +185 -78
  33. package/clients/sagemaker.d.ts +3 -1
  34. package/clients/savingsplans.d.ts +1 -1
  35. package/clients/sms.d.ts +31 -31
  36. package/clients/support.d.ts +62 -62
  37. package/dist/aws-sdk-core-react-native.js +1 -1
  38. package/dist/aws-sdk-react-native.js +16 -16
  39. package/dist/aws-sdk.js +928 -433
  40. package/dist/aws-sdk.min.js +74 -74
  41. package/lib/core.js +1 -1
  42. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,30 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1042.0-->
2
+ <!--LATEST=2.1046.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1046.0
6
+ * feature: EC2: Adds waiters support for internet gateways.
7
+ * feature: LexModelsV2: Added support for grammar slot type in Amazon Lex. You can author your own grammar in the XML format per the SRGS specification to collect information in a conversation.
8
+ * feature: NetworkFirewall: This release adds support for managed rule groups.
9
+ * feature: Route53Domains: Amazon Route 53 domain registration APIs now support filtering and sorting in the ListDomains API, deleting a domain by using the DeleteDomain API and getting domain pricing information by using the ListPrices API.
10
+ * feature: Route53RecoveryControlConfig: This release adds tagging supports to Route53 Recovery Control Configuration. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field `tags` to support tagging while calling CreateCluster, CreateControlPanel and CreateSafetyRule.
11
+
12
+ ## 2.1045.0
13
+ * feature: CloudWatchLogs: This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.
14
+ * feature: ComprehendMedical: This release adds a new set of APIs (synchronous and batch) to support the SNOMED-CT ontology.
15
+ * feature: Iot: This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations.
16
+ * feature: LookoutVision: This release adds new APIs for packaging an Amazon Lookout for Vision model as an AWS IoT Greengrass component.
17
+ * feature: Outposts: This release adds the UpdateOutpost API.
18
+ * feature: SageMaker: This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
19
+
20
+ ## 2.1044.0
21
+ * feature: AppSync: AWS AppSync now supports custom domain names, allowing you to associate a domain name that you own with an AppSync API in your account.
22
+ * feature: Location: This release adds support for Accuracy position filtering, position metadata and autocomplete for addresses and points of interest based on partial or misspelled free-form text.
23
+ * feature: Route53: Add PriorRequestNotComplete exception to UpdateHostedZoneComment API
24
+
25
+ ## 2.1043.0
26
+ * feature: Rekognition: This release added new KnownGender types for Celebrity Recognition.
27
+
5
28
  ## 2.1042.0
6
29
  * feature: AmplifyUIBuilder: This release introduces the actions and data types for the new Amplify UI Builder API. The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in Amplify applications.
7
30
  * feature: NetworkManager: This release adds API support for AWS Cloud WAN.
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.1042.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1046.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