aws-sdk 2.1041.0 → 2.1045.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.
- package/CHANGELOG.md +22 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/apis/appsync-2017-07-25.min.json +327 -102
- package/apis/comprehendmedical-2018-10-30.min.json +244 -29
- package/apis/iot-2015-05-28.min.json +280 -271
- package/apis/location-2020-11-19.min.json +235 -107
- package/apis/logs-2014-03-28.min.json +4 -1
- package/apis/lookoutvision-2020-11-20.min.json +208 -11
- package/apis/lookoutvision-2020-11-20.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/networkmanager-2019-07-05.min.json +1931 -558
- package/apis/networkmanager-2019-07-05.paginators.json +36 -0
- package/apis/outposts-2019-12-03.min.json +29 -0
- package/apis/ram-2018-01-04.min.json +16 -11
- package/apis/sagemaker-2017-07-24.min.json +31 -28
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/amplifyuibuilder.d.ts +1003 -0
- package/clients/amplifyuibuilder.js +18 -0
- package/clients/appsync.d.ts +330 -109
- package/clients/cloudwatchlogs.d.ts +6 -1
- package/clients/comprehendmedical.d.ts +306 -25
- package/clients/health.d.ts +2 -2
- package/clients/iot.d.ts +13 -0
- package/clients/location.d.ts +139 -9
- package/clients/lookoutvision.d.ts +293 -23
- package/clients/networkmanager.d.ts +1856 -361
- package/clients/outposts.d.ts +47 -3
- package/clients/ram.d.ts +234 -212
- package/clients/rekognition.d.ts +5 -5
- package/clients/route53.d.ts +11 -11
- package/clients/sagemaker.d.ts +3 -1
- package/clients/support.d.ts +62 -62
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +53 -16
- package/dist/aws-sdk.js +769 -411
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,28 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1045.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1045.0
|
|
6
|
+
* feature: CloudWatchLogs: This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.
|
|
7
|
+
* feature: ComprehendMedical: This release adds a new set of APIs (synchronous and batch) to support the SNOMED-CT ontology.
|
|
8
|
+
* 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.
|
|
9
|
+
* feature: LookoutVision: This release adds new APIs for packaging an Amazon Lookout for Vision model as an AWS IoT Greengrass component.
|
|
10
|
+
* feature: Outposts: This release adds the UpdateOutpost API.
|
|
11
|
+
* feature: SageMaker: This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
|
|
12
|
+
|
|
13
|
+
## 2.1044.0
|
|
14
|
+
* 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.
|
|
15
|
+
* 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.
|
|
16
|
+
* feature: Route53: Add PriorRequestNotComplete exception to UpdateHostedZoneComment API
|
|
17
|
+
|
|
18
|
+
## 2.1043.0
|
|
19
|
+
* feature: Rekognition: This release added new KnownGender types for Celebrity Recognition.
|
|
20
|
+
|
|
21
|
+
## 2.1042.0
|
|
22
|
+
* 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.
|
|
23
|
+
* feature: NetworkManager: This release adds API support for AWS Cloud WAN.
|
|
24
|
+
* feature: RAM: This release adds the ability to use the new ResourceRegionScope parameter on List operations that return lists of resources or resource types. This new parameter filters the results by letting you differentiate between global or regional resource types.
|
|
25
|
+
|
|
5
26
|
## 2.1041.0
|
|
6
27
|
* feature: DevOpsGuru: DevOps Guru now provides detailed, database-specific analyses of performance issues and recommends corrective actions for Amazon Aurora database instances with Performance Insights turned on. You can also use AWS tags to choose which resources to analyze and define your applications.
|
|
7
28
|
* feature: DirectConnect: Adds SiteLink support to private and transit virtual interfaces. SiteLink is a new Direct Connect feature that allows routing between Direct Connect points of presence.
|
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.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1045.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
|