Skip to content

Commit

Permalink
Updates SDK to v2.1470.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 4, 2023
1 parent 8a8f2f1 commit b9ac5d7
Show file tree
Hide file tree
Showing 32 changed files with 32,482 additions and 1,289 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1470.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AppConfig",
"description": "AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store."
},
{
"type": "feature",
"category": "DataZone",
"description": "Initial release of Amazon DataZone"
},
{
"type": "feature",
"category": "MediaTailor",
"description": "Updates DescribeVodSource to include a list of ad break opportunities in the response"
},
{
"type": "feature",
"category": "Mgn",
"description": "This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1469.0-->
<!--LATEST=2.1470.0-->
<!--ENTRYINSERT-->

## 2.1470.0
* feature: AppConfig: AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store.
* feature: DataZone: Initial release of Amazon DataZone
* feature: MediaTailor: Updates DescribeVodSource to include a list of ad break opportunities in the response
* feature: Mgn: This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature.
* 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.

## 2.1469.0
* 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.
* feature: Location: Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

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

0 comments on commit b9ac5d7

Please sign in to comment.