Skip to content

Commit b9ac5d7

Browse files
author
awstools
committed
Updates SDK to v2.1470.0
1 parent 8a8f2f1 commit b9ac5d7

32 files changed

+32482
-1289
lines changed

.changes/2.1470.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppConfig",
5+
"description": "AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataZone",
10+
"description": "Initial release of Amazon DataZone"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaTailor",
15+
"description": "Updates DescribeVodSource to include a list of ad break opportunities in the response"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Mgn",
20+
"description": "This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data."
26+
}
27+
]

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1469.0-->
2+
<!--LATEST=2.1470.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1470.0
6+
* feature: AppConfig: AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store.
7+
* feature: DataZone: Initial release of Amazon DataZone
8+
* feature: MediaTailor: Updates DescribeVodSource to include a list of ad break opportunities in the response
9+
* feature: Mgn: This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature.
10+
* feature: SageMaker: Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data.
11+
512
## 2.1469.0
613
* feature: Connect: GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range.
714
* feature: Location: Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1469.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1470.0.min.js"></script>
7575

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)