Skip to content

Commit

Permalink
Updates SDK to v2.1193.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 11, 2022
1 parent 159e0d5 commit a403e62
Show file tree
Hide file tree
Showing 26 changed files with 6,638 additions and 48 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1193.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "BackupStorage",
"description": "This is the first public release of AWS Backup Storage. We are exposing some previously-internal APIs for use by external services. These APIs are not meant to be used directly by customers."
},
{
"type": "feature",
"category": "Glue",
"description": "Add support for Python 3.9 AWS Glue Python Shell jobs"
},
{
"type": "feature",
"category": "PrivateNetworks",
"description": "This is the initial SDK release for AWS Private 5G. AWS Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1192.0-->
<!--LATEST=2.1193.0-->
<!--ENTRYINSERT-->

## 2.1193.0
* feature: BackupStorage: This is the first public release of AWS Backup Storage. We are exposing some previously-internal APIs for use by external services. These APIs are not meant to be used directly by customers.
* feature: Glue: Add support for Python 3.9 AWS Glue Python Shell jobs
* feature: PrivateNetworks: This is the initial SDK release for AWS Private 5G. AWS Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location.

## 2.1192.0
* feature: DLM: This release adds support for excluding specific data (non-boot) volumes from multi-volume snapshot sets created by snapshot lifecycle policies
* feature: EC2: This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1192.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1193.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/backupstorage-2018-04-10.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 a403e62

Please sign in to comment.