Skip to content

Commit

Permalink
Updates SDK to v2.1406.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 27, 2023
1 parent 5a5148c commit 21e65fc
Show file tree
Hide file tree
Showing 47 changed files with 7,412 additions and 994 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1406.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "AppFabric",
"description": "Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security."
},
{
"type": "feature",
"category": "Appflow",
"description": "This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance."
},
{
"type": "feature",
"category": "EMRServerless",
"description": "This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API."
},
{
"type": "feature",
"category": "IVS",
"description": "IVS customers can now revoke the viewer session associated with an auth token, to prevent and stop playback using that token."
},
{
"type": "feature",
"category": "KinesisVideo",
"description": "General Availability (GA) release of Kinesis Video Streams at Edge, enabling customers to provide a configuration for the Kinesis Video Streams EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on a configured schedule."
},
{
"type": "feature",
"category": "Macie2",
"description": "This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED."
},
{
"type": "feature",
"category": "PrivateNetworks",
"description": "This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Introducing TTL for online store records in feature groups."
},
{
"type": "feature",
"category": "SageMakerFeatureStoreRuntime",
"description": "Introducing TTL for online store records for feature groups."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1405.0-->
<!--LATEST=2.1406.0-->
<!--ENTRYINSERT-->

## 2.1406.0
* feature: AppFabric: Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security.
* feature: Appflow: This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.
* feature: EMRServerless: This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API.
* feature: IVS: IVS customers can now revoke the viewer session associated with an auth token, to prevent and stop playback using that token.
* feature: KinesisVideo: General Availability (GA) release of Kinesis Video Streams at Edge, enabling customers to provide a configuration for the Kinesis Video Streams EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on a configured schedule.
* feature: Macie2: This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED.
* feature: PrivateNetworks: This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit.
* feature: SageMaker: Introducing TTL for online store records in feature groups.
* feature: SageMakerFeatureStoreRuntime: Introducing TTL for online store records for feature groups.

## 2.1405.0
* feature: Connect: This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs.
* feature: Glue: Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job
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.1405.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1406.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
5 changes: 5 additions & 0 deletions apis/appfabric-2023-05-19.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 21e65fc

Please sign in to comment.